0.9.3claws68
[claws.git] / ChangeLog.claws
1 2003-07-28 [christoph]  0.9.3claws68
2
3         * src/folder.c
4         * src/imap.c
5         * src/mh.c
6         * src/procmsg.[ch]
7                 fix copy to IMAP folder from other folder
8
9 2003-07-28 [christoph]  0.9.3claws67
10
11         * src/procmsg.c
12                 fix sync of procmsg_get_message_file_list
13
14 2003-07-28 [christoph]  0.9.3claws66
15
16         * sync with 0.9.3cvs14
17                 see ChangeLog 2003-07-18
18         * sync with 0.9.3cvs17
19                 see ChangeLog 2003-07-23
20
21 2003-07-28 [paul]       0.9.3claws65
22
23         * po/es.po
24                 update Spanish translation, submitted by Ricardo Mones
25                 Lastra
26
27 2003-07-28 [christoph]  0.9.3claws64
28
29         * src/folder.[ch]
30         * src/imap.c
31         * src/mh.c
32                 return new message numbers as a GRelation instead of a GSList
33                 that has to be in the same order as the input list. A list
34                 would make it hard for IMAP to optimize oepration by sorting
35                 the input list. The returned list would have to be reordered
36                 to match the same order that input list has.
37
38         * src/gtk/gtkaspell.c
39                 fix missing return value, could cause a crash when garbage is
40                 on the stack that is used as the expected return value
41
42 2003-07-28 [paul]       0.9.3claws63
43
44         * sync with 0.9.4cvs1
45                 see ChangeLog 2003-07-28
46
47 2003-07-27 [alfons]     0.9.3claws62
48
49         * src/mimeview.c
50                 tweak it more to make icon list act like a check button group
51
52 2003-07-27 [christoph]  0.9.3claws61
53
54         * sync with 0.9.3cvs20
55                 see ChangeLog 2003-07-25
56
57 2003-07-27 [paul]       0.9.3claws60
58
59         * src/procmsg.c
60                 re-commit changes from 0.9.3claws58 -
61                 accidently removed in 0.9.3claws59
62
63 2003-07-27 [paul]       0.9.3claws59
64
65         * src/procmsg.[ch]
66                 a sync from 0.9.3cvs17
67                 see ChangeLog 2003-07-23
68
69 2003-07-27 [alfons]     0.9.3claws58
70
71         * src/procmsg.c
72                 add missing header members to MsgInfo; fixes the problem of 
73                 not displaying X-Faces, as noticed by Ricardo Mones
74
75 2003-07-26 [christoph]  0.9.3claws57
76
77         * sync with 0.9.3cvs18
78                 see ChangeLog 2003-07-24
79
80 2003-07-26 [christoph]  0.9.3claws56
81
82         * sync with 0.9.3cvs17
83                 see ChangeLog 2003-07-23
84
85 2003-07-26 [christoph]  0.9.3claws55
86
87         * src/folder.[ch]
88         * src/imap.c
89         * src/mbox_folder.c
90         * src/mh.c
91         * src/news.c
92                 add support for copy function that copy multiple messages
93                 (not implemented yet)
94
95         * src/summaryview.c
96                 add missing return value
97
98 2003-07-26 [paul]       0.9.3claws54
99
100         * tools/multiwebsearch.pl
101                 do whitespace substitution before passing the string
102                 to the browser. fixes bug with browsers that don't
103                 do whitespace conversion themselves.
104
105 2003-07-25 [christoph]  0.9.3claws53
106
107         * src/folder.[ch]
108         * src/imap.c
109         * src/mh.c
110                 rewrite adding of multiple messages to a folder for
111                 claws' folder system
112
113 2003-07-25 [luke]       0.9.3claws52
114
115         * src/mimeview.c
116                 o icon toggles set correctly on leaving ctree mimeview
117
118 2003-07-25 [paul]       0.9.3claws51
119
120         * partial sync with 0.9.3cvs21 [src/main.c]
121                 see ChangeLog 2003-07-25
122
123 2003-07-24 [paul]       0.9.3claws50
124
125         * tools/maildir2sylpheed.pl
126                 fix typo
127
128 2003-07-24 [paul]       0.9.3claws49
129
130         * src/mimeview.c
131                 increase the gutter size of paned so that the panes
132                 can be resized
133                 
134         * src/plugins/demo/demo.c
135                 squeeze in another typo fix
136
137 2003-07-24 [paul]       0.9.3claws48
138
139         * src/plugins/demo/demo.c
140           src/prefs_account.c
141                 small changes to the English
142                 
143         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
144           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
145           src/Makefile.am
146           src/stock_pixmap.c
147                 rename the misspelled icon
148
149 2003-07-23 [alfons]     0.9.3claws47
150
151         * src/mimeview.c
152                 make icon list look like a list of toggles
153
154 2003-07-23 [luke]       0.9.3claws46
155
156         * src/pixmaps/mimeview_gpg_expired.xpm
157         * src/pixmaps/mimeview_gpg_failed.xpm
158         * src/pixmaps/mimeview_gpg_passed.xpm
159         * src/pixmaps/mimeview_text_html.xpm
160         * src/pixmaps/mimeview_image.xpm
161                 o all icons the same size
162
163         * src/mimeview.[ch]
164                 o mimeview ctree arranged vertically above the viewer
165                 o icons changed to buttons
166                 o can use keyboard to select an icon (Enter)
167                 o resize icon list to width of icons
168
169         *  src/gtk/gtkvscrollbutton.c
170                 o sensitivity of buttons reacts to position
171
172 2003-07-23 [christoph]  0.9.3claws45
173
174         * sync with 0.9.3cvs14 (incomplete)
175                 see ChangeLog 2003-07-17
176
177 2003-07-23 [alfons]     0.9.3claws44
178
179         * src/folder.c
180         * src/procmsg.h
181                 sync with my local tree to restore some claws-only things
182
183 2003-07-23 [paul]       0.9.3claws43
184
185         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
186           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
187           src/Makefile.am
188           src/mimeview.c
189           src/procmime.h
190           src/rfc2015.c
191           src/stock_pixmap.[ch]
192                 indicate missing keys and expired sigs/keys
193                 in mime view column
194
195 2003-07-23 [paul]       0.9.3claws42
196
197         * src/compose.c
198                 Redirect fixes: enable automatic account selection and
199                 do not append signature to message on changing account
200                 fixes Bug[s] #248
201
202 2003-07-23 [paul]       0.9.3claws41
203
204         * sync with 0.9.3cvs16
205                 see ChangeLog 2003-07-23
206
207 2003-07-23 [alfons]     0.9.3claws40
208
209         * src/inc.c
210                 give progress dialog a main window, and give it the first 
211                 one (presumably the only one). fixes bug #247, "segfault on 
212                 pop-before-smtp" 
213
214 2003-07-22 [alfons]     0.9.3claws39
215
216         * src/summaryview.c
217                 shift-space scrolls up
218
219 2003-07-22 [paul]       0.9.3claws38
220
221         * sync with 0.9.3cvs15
222                 see ChangeLog 2003-07-22
223
224 2003-07-20 [alfons]     0.9.3claws37
225
226         * src/compose.c
227                 put menu inside #ifdef USE_ASPELL..#endif
228
229 2003-07-20 [christoph]  0.9.3claws36
230
231         * src/procmsg.c
232                 fix wrong flags in MsgInfo returned by
233                 procmsg_msginfo_get_full_info()
234
235         (closes Bug 221 Deleting messages from the Message View gives incorrect
236          new/unread message counts in the folder view)
237
238         * src/plugins/spamassassin/spamassassin_gtk.c
239                 add gettext macro for prefs page title
240
241 2003-07-20 [paul]       0.9.3claws35
242
243         * src/mimeview.c
244                 redraw icon list on signature check
245
246 2003-07-20 [christoph]  0.9.3claws34
247
248         * src/Makefile.am
249         * src/account.c
250         * src/folder.[ch]
251         * src/folder_item_prefs.[ch]            ** NEW **
252         * src/folderview.c
253         * src/mainwindow.c
254         * src/mh.c
255         * src/prefs_gtk.c
256         * src/prefs_scoring.c
257         * src/summaryview.c
258         * src/prefs_folder_item.[ch]
259                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
260                   Properties dialog
261                 o use prefswindow for folder properties
262
263         * src/gtk/prefswindow.[ch]
264                 change implementation to use an invisible notebook instead
265                 of unparenting widgets
266
267 2003-07-20 [christoph]  0.9.3claws33
268
269         * src/compose.h
270         * src/folder.c
271         * src/folderview.h
272         * src/headerview.h
273         * src/prefs_filtering.h
274         * src/prefs_folder_item.[ch]
275         * src/procmime.h
276         * src/procmsg.h
277         * src/summaryview.h
278                 clean up header mess
279                 (always use 1. typedefs, 2. #includes, 3. structures)
280
281         * src/common/version.h.in
282                 add casts for constants
283
284         * src/plugins/demo/demo.c
285                 fix typo
286
287         * src/plugins/spamassassin/spamassassin.c
288                 remove unused variable
289
290 2003-07-20 [alfons]     0.9.3claws32
291
292         * src/mimeview.c
293                 o make icon buttons respond on left click
294                 o minor cosmetic change
295
296 2003-07-19 [luke]       0.9.3claws31
297
298         * src/mimeview.[ch]
299         * src/gtk/gtkvscrollbutton.c
300         * src/messageview.c
301                 o improved mimeview behaviour when selecting a new message
302                 o plus code cleanups to remove compile warnings
303
304
305 2003-07-19 [alfons]     0.9.3claws30
306
307         * src/procmsg.c
308         * src/compose.c
309         * src/common/utils.[ch]
310                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
311
312 2003-07-19 [alfons]     0.9.3claws29
313
314         * src/prefs_folder_item.c
315                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
316                 string pointers
317
318 2003-07-19 [luke]       0.9.3claws28
319
320         * src/messageview.c
321         * src/mimeview.[ch]
322         * src/procmime.h
323         * src/rfc2015.c
324         * src/stock_pixmap.[ch]
325         * src/gtk/Makefile.am
326         * src/Makefile.am
327         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
328         * src/pixmaps/mime_*.xpm                ** NEW **
329                 o mimeview rearrangement with a new icon shortcut bar
330         
331 2003-07-19 [alfons]     0.9.3claws27
332
333         * src/folderview.c
334                 o plug leaking nodes_to_recollapse
335                 o add folderview_recollapse_all_nodes() (not used yet)
336
337 2003-07-19 [alfons]     0.9.3claws26
338
339         * src/compose.c
340         * src/common/utils.c
341                 honour #240 "Better SUBJECT handling" by cleaning the prefix
342                 for both forwarding as replying
343
344 2003-07-18 [christoph]  0.9.3claws25
345
346         * configure.ac
347         * src/common/sylpheed.[ch]
348         * src/common/version.h.in
349                 add version in numeric form to allow easy comparison
350
351         * src/plugins/demo/demo.c
352                 add version check
353                 - sylpheed version > plugin version => never allowed, sylpheed
354                   could contain unknown API changes
355                 - sylpheed version < minimum version required => don't load,
356                   API required not available (if linking does not fail)
357
358 2003-07-18 [alfons]     0.9.3claws24
359         
360         * src/common/plugin.[ch]
361                 const correctness
362
363 2003-07-18 [christoph]  0.9.3claws23
364
365         * src/common/hooks.c
366                 fix crash when hooks where unregisted
367
368         * src/plugins/trayicon/trayicon.c
369                 unregister detroy signal before destroying the widget
370                 (still crashes when the plugin is unloaded)
371
372 2003-07-18 [alfons]     0.9.3claws22
373         
374         * src/folderview.c
375                 delay expanding folder tree during drags until timeout triggered
376                 (needs perhaps some tweaking, so testing is welcome)
377
378 2003-07-17 [alfons]     0.9.3claws21
379
380         * src/folderview.c
381                 clean up cruft
382
383 2003-07-17 [christoph]  0.9.3claws20
384
385         * src/common/session.c
386                 fix opening of SSL connections
387
388         * src/plugins/image_viewer/Makefile.am
389                 add OPENSSL_CFLAGS (we should find a better solution to remove
390                 this dependencies if they are not required)
391
392         * src/plugins/spamassassin/spamassassin.c
393                 remove setlocale workaround (fixed in libspamc)
394
395 2003-07-17 [alfons]     0.9.3claws19
396
397         * src/common/hooks.[ch]
398         * src/plugins/clamav/clamav_plugin.c
399         * src/plugins/spamassassin/spamassassin.c
400         * src/plugins/trayicon/trayicon.c
401                 fix signedness muck 
402
403 2003-07-17 [alfons]     0.9.3claws18
404
405         * src/procmime.c
406                 plug memleak
407
408 2003-07-17 [alfons]     0.9.3claws17
409
410         * src/inc.c
411                 plug memleak
412
413 2003-07-17 [paul]       0.9.3claws16
414
415         * src/common/defs.h
416           src/mainwindow.c
417           src/manual.[ch]
418                 add link to the Claws site's FAQ page, after the suggestion
419                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
420                 Move url strings to defs.h
421                 
422         * src/mainwindow.c
423                 fix typo to prevent "unknown menu entry" warnings
424
425 2003-07-17 [alfons]     0.9.3claws15
426
427         * src/folderview.[ch]
428         * src/summaryview.[ch]
429         * src/mimeview.[ch]
430                 plug DnD leaks 
431
432 2003-07-17 [paul]       0.9.3claws14
433
434         * src/inc.c
435                 remove two instances of 'GTK_EVENTS_FLUSH' because
436                 they are unnecessary and probably cause a stack overflow
437
438 2003-07-16 [christoph]  0.9.3claws13
439
440         * src/mimeview.[ch]
441                 use an invisible GTK notebook to switch between viewers
442                 instead of reparenting widgets
443
444 2003-07-16 [christoph]  0.9.3claws12
445
446         * src/folder.c
447                 move folder_item_update_freeze() to correct place in
448                 folder_item_scan_full()
449
450 2003-07-16 [paul]       0.9.3claws11
451
452         * sync with 0.9.3cvs12
453                 see ChangeLog 2003-07-14 and 2003-07-15
454
455 2003-07-16 [christoph]  0.9.3claws10
456
457         * src/imap.[ch]
458         * src/prefs_account.[ch]
459                 sync IMAP CRAM-MD5 authentication with sylpheed-main
460
461 2003-07-15 [alfons]     0.9.3claws9
462
463         * src/main.c
464                 make --config-dir do something useful
465
466 2003-07-15 [alfons]     0.9.3claws8
467
468         * src/procmsg.c
469                 o fix a bug where 'last' didn't really point to the last message
470                   in the top level list of children, but to the last threaded
471                   message. 
472                 
473                 o clean up and make it easier to sync
474
475 2003-07-15 [alfons]     0.9.3claws7
476
477         * src/mainwindow.c
478                 make correct menu items sensitive       
479
480 2003-07-14 [alfons]     0.9.3claws6
481
482         * src/procmsg.c
483                 tune the threader so it will not subject-thread any message
484                 without a subject prefix (this will not thread correctly if 
485                 a parent is delivered after their childs, but it looks 
486                 better right now)
487
488 2003-07-13 [christoph]  0.9.3claws5
489
490         * src/mainwindow.c
491                 group "Add mailbox *..." menu items in submenu
492
493 2003-07-13 [alfons]     0.9.3claws4
494
495         * src/summaryview.c
496                 correct summary_toggle_pressed() signature and make sure
497                 signal is not passed on
498
499 2003-07-13 [alfons]     0.9.3claws3
500
501         * src/summaryview.c
502                 o for now don't pass on keys when they we're handled by 
503                   ctree::key_press_event
504                 o clean up
505
506 2003-07-13 [alfons]     0.9.3claws2
507         
508         * src/main.c
509                 add command line option "--config-dir" to get the current 
510                 configuration dir
511
512 2003-07-12 [alfons]     0.9.3claws1
513
514         * src/matcher.[ch]
515         * src/matcher_parser_parse.y
516         * src/prefs_filtering.c
517         * src/filtering.c
518                 add "Lock" filter action to lock messages;
519
520         * src/filtering.c       
521                 remove debug_print()    
522         * src/prefs_filtering.c
523                 re-organize matcher part 9: 
524                 make action text entries easily extendible;
525                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
526                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
527
528 2003-07-12 [paul]
529
530         * tools/README
531                 update old information and add missing
532                 information
533
534 2003-07-12 [paul]       0.9.3claws
535
536         * 0.9.3claws released
537         
538 2003-07-12 [paul]       0.9.0claws103
539
540         * src/Makefile.am
541                 add addrquery.h
542
543 2003-07-12 [melvin]     0.9.0claws102
544
545         * src/messageview.c
546                 Fixed bug #215: Show MIME tab for single text/html messages. 
547                 
548 2003-07-12 [paul]       0.9.0claws101
549
550         * man/sylpheed.1
551                 updated
552
553 2003-07-12 [paul]       0.9.0claws100
554
555         * po/es.po
556           po/hr.po
557           po/pl.po
558           po/sr.po
559                 update Spanish, Croatian, Polish, Serbian translations.
560                 submitted by Ricardo Mones Lastra, Dragan, Witold
561                 Wladyslaw Wojciech Wilk, Urke MMI
562
563 2003-07-12 [melvin]     0.9.0claws99
564
565         * po/fr.po
566                 Updated French translations.
567
568 2003-07-12 [paul]       0.9.0claws98
569
570         * src/addressbook.c
571                 disable 'Lookup' button as it has no effect
572
573 2003-07-11 [alfons]     0.9.0claws97
574         
575         * src/summaryview.c
576                 summary_searchbar_pressed() should return TRUE to signal that
577                 event was handled. when returning void, the return value passed
578                 to GTK is actually random, but maybe FALSE, in which case the
579                 event is handled by parent
580                 
581 2003-07-10 [paul]       0.9.0claws96
582
583         * ac/missing/gettext.m4
584                 update to version 0.12
585
586 2003-07-10 [paul]       0.9.0claws95
587
588         * src/plugins/clamav/clamav_plugin.c
589                 fix bug where multipart/alternative messages
590                 would slip through without being scanned
591
592 2003-07-10 [christoph]  0.9.0claws94
593
594         * src/folder.c
595                 correct check if folder supports removing when a message is
596                 moved. if not the message is only copied.
597
598         (closes Bug 132 crash on startup in newsgroups folders)
599
600 2003-07-09 [alfons]     0.9.0claws93
601
602         * configure.ac
603         * src/common/defs.h
604                 --with-config-dir (default .sylpheed)
605
606 2003-07-09 [christoph]  0.9.0claws92
607
608         * configure.ac
609                 use PKG_CHECK_MODULES to check for gtkmathview
610                 (version 0.4.2 now required)
611
612 2003-07-08 [melvin]     0.9.0claws91
613
614         * src/action.c
615                 Implemented a progress bar that counts the number of completed
616                 tasks when the action runs more than one command.
617
618 2003-07-08 [alfons]     0.9.0claws90
619
620         * src/procmsg.c
621                 if queued message has an invalid Message-Id, don't try to
622                 find message it refers to (fixes #209 "crash when processing 
623                 in folder")
624
625 2003-07-08 [paul]       0.9.0claws89
626
627         * sync with 0.9.3cvs2
628                 see ChangeLog 2003-07-08
629
630 2003-07-08 [match]      0.9.0claws88
631
632         * src/ldapctrl.c
633                 extend LDAP search for first/last name by parsing search term.
634
635 2003-07-08 [alfons]     0.9.0claws87
636
637         * src/send_message.c
638                 fix bug #208 "Status message stuck when sending on POP3 account"
639
640 2003-07-07 [paul]       0.9.0claws86
641
642         * po/hr.po
643                 new Croatian translation, submitted by
644                 Dragan <drleskov@inet.hr>
645
646 2003-07-07 [paul]       0.9.0claws85
647
648         * sync with 0.9.3cvs1
649                 see ChangeLog 2003-07-07
650
651 2003-07-05 [christoph]  0.9.0claws84
652
653         * src/Makefile.am
654         * src/messageview.c
655         * src/mimeview.[ch]
656         * src/stock_pixmap.[ch]
657         * src/pixmaps/messageview_text.xpm              ** NEW **
658                 move mimeview tabs to the right side and use icons
659                 instead of text to save some space
660
661         (patch by Luke Plant <lukeplant@softhome.net>)
662
663 2003-07-05 [christoph]  0.9.0claws83
664
665         * src/inc.c
666                 add NULL pointer checks
667
668         (patch by Luke Plant <lukeplant@softhome.net>)
669         (closes Bug 204 0.9.0 quits on authentication error?!)
670
671 2003-07-05 [alfons]     0.9.0claws82
672
673         * configure.ac
674                 take the clue in bug #202 "./configure script - 
675                 'if test' comparison failure" reported by John Kristoff. 
676
677 2003-07-04 [christoph]  0.9.0claws81
678
679         * src/plugins/spamassassin/spamassassin.c
680                 set timeout for spam check
681
682 2003-07-04 [christoph]  0.9.0claws80
683
684         * src/main.c
685                 destroy all FolderItems when shutting down to
686                 allow folders to clean up
687
688 2003-07-04 [melvin]     0.9.0claws79
689
690         * src/gtk/gtkaspell.c
691                 Fixed bug #184 "Entering non-ascii character deletes
692                 previous char if spell checking enabled": this makes
693                 the spell checking in multibytes (e.g. UTF-8)locales work.
694                 (Patch by Luke Plant).
695                 
696 2003-07-04 [christoph]  0.9.0claws78
697
698         * sync with 0.9.2cvs1
699                 see ChangeLog 2003-06-10
700
701 2003-07-04 [paul]       0.9.0claws77
702
703         * sync with 0.9.3 release
704                 see ChangeLog 2003-07-04
705
706 2003-07-03 [christoph]  0.9.0claws76
707
708         * src/folder.[ch]
709         * src/imap.c
710         * src/mbox_folder.c
711         * src/mh.c
712         * src/news.c
713                 move folder_item_get_path() stuff into a folder virtual function
714
715         * src/procmsg.c
716                 use folder_item_fetch_msg() to get message and do not contruct
717                 the filename from path and number
718
719 2003-07-03 [paul]       0.9.0claws75
720
721         * sync with 0.9.2cvs12
722                 see ChangeLog 2003-07-03
723
724 2003-07-02 [paul]       0.9.0claws74
725
726         * src/messageview.c
727                 fix text-selection for replying
728
729 2003-07-02 [paul]       0.9.0claws73
730
731         * sync with 0.9.2cvs11
732                 see ChangeLog 2003-07-02
733
734 2003-07-02 [paul]       0.9.0claws72
735
736         * src/procmsg.c
737                 revert last commit because it breaks more
738                 than it fixes
739
740 2003-07-02 [paul]       0.9.0claws71
741
742         * src/procmsg.c
743                 fix thread by subject/sort by date
744
745 2003-07-01 [paul]       0.9.0claws70
746
747         * sync with 0.9.2cvs10
748                 see ChangeLog 2003-07-01
749
750 2003-06-30 [paul]       0.9.0claws69
751
752         * sync with 0.9.2cvs9
753                 see ChangeLog 2003-06-30
754
755 2003-06-28 [match]      0.9.0claws68
756
757         * src/addressbook.c
758                 fix null ptr.
759
760 2003-06-27 [paul]       0.9.0claws67
761
762         * sync with 0.9.2cvs7
763                 see ChangeLog 2003-06-27
764
765 2003-06-26 [christoph]  0.9.0claws66
766
767         * src/folder.c
768                 freeze folder updates while a folder is scanned
769
770         (closes Bug 185 New message counter)
771
772 2003-06-26 [darko]      0.9.0claws65
773
774         * src/ldapserver.c
775                 fix infinite loop when adding a new LDAP server
776
777 2003-06-26 [paul]       0.9.0claws64
778
779         * sync with 0.9.2cvs6
780                 see ChangeLog 2003-06-26
781
782 2003-06-26 [paul]       0.9.0claws63
783
784         * sync with 0.9.2cvs5
785                 see ChangeLog 2003-06-25 and 2003-06-26
786
787 2003-06-25 [match]      0.9.0claws62
788
789         * src/addr_compl.c
790                 Fixed tab/backtab for dropped-down completion list to
791                 move next/previous field. (close bug 147)
792
793 2003-06-25 [christoph]  0.9.0claws61
794
795         * src/addr_compl.[ch]
796         * src/addrindex.[ch]
797         * src/folderview.c
798         * src/inc.c
799         * src/news.c
800         * src/summaryview.c
801         * src/toolbar.c
802                 fix warnings
803
804 2003-06-25 [leandro]    0.9.0claws60
805
806         * src/compose.c
807                 o cleanups
808                 o gray out "Message/Remove references" menu item if not
809                   replying to a message
810
811 2003-06-24 [leandro]    0.9.0claws59
812
813         * src/compose.[ch]
814                 o removed "Message/Create new thread" menu item
815                 o added "Message/Remove references" menu item
816                   (it's off by default and will not check anymore
817                    if the subject changed)
818
819 2003-06-23 [alfons]     0.9.0claws58
820
821         * src/procmsg.c
822                 try better grouping messages threaded by subject based on their age.
823                 still not perfect - because the message tree is not sorted by date.  
824
825 2003-06-23 [thorsten]   0.9.0claws57
826
827         * src/pop.[ch]
828                 added mail_receive_hook to allow modifications
829                 directly after retrieval (e.g. adding headers).
830
831 2003-06-23 [paul]       0.9.0claws56
832
833         * src/sourcewindow.c
834                  enable the use of Ctrl+A to select all text in
835                  the sourcewindow
836                  Patch submitted by Ivan Francolin Martinez
837                  <ivanfm@users.sourceforge.net>
838
839 2003-06-22 [christoph]  0.9.0claws55
840
841         * src/folder.[ch]
842                 o add notification hook for folder tree changes
843                 o invoke hooks after folder tree scanning
844
845         * src/folderview.[ch]
846                 register hook for folder tree changes that
847                 updates the ctree
848
849         (there are more places that should be updated, like add, remove 
850          or move folder)
851
852         (closes Bug 164 Crash on rebuild folder tree)
853         (closes Bug 190 Crash on 'rebuilding folder tree')
854
855 2003-06-21 [leandro]    0.9.0claws54
856
857         * src/compose.[ch]
858                 create a new thread if subject changes
859                 (it's on by default, can be disabled in Message menu)
860
861 2003-06-21 [alfons]     0.9.0claws53
862
863         * src/summaryview.c
864                 quiet little compiler
865
866 2003-06-21 [christoph]  0.9.0claws52
867
868         update gettext stuff to version 0.12
869
870 2003-06-19 [alfons]     0.9.0claws51
871
872         * src/common/log.c
873         * src/common/plugin.c
874                 move defs.h before glib.h to prevent MIN/MAX redefs
875
876 2003-06-19 [alfons]
877
878         * src/addressbook.c
879                 translatable
880
881 2003-06-19 [match]      0.9.0claws50
882
883         * src/addressbook.[ch]
884         * src/addrindex.[ch]
885         * src/addr_compl.[ch]
886         * src/editldap.[ch]
887         * src/editldap_basedn.[ch]
888         * src/addritem.[ch]
889         * src/ldapquery.h
890                 re-implemented dynamic LDAP search. works without
891                 slowdown on display sender with addressbook
892                 option.
893         * src/addrbook.c
894                 documented code.
895
896 2003-06-19 [paul]       0.9.0claws49
897
898         * src/compose.c
899                 fix Bug #136 'Nonprovided quotation marks crash claws'
900                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
901
902 2003-06-19 [alfons]     0.9.0claws48
903
904         * src/prefs_common.[ch]
905         * src/procmsg.c
906                 restrict threading by subject by checking thread for
907                 age (prefs_common.thread_by_subject_max_age)
908
909 2003-06-18 [christoph]  0.9.0claws47
910
911         * src/imap.c
912                 fix memory leak in imap_cmd_fetch()
913
914 2003-06-18 [christoph]  0.9.0claws46
915
916         * src/prefs_gtk.c
917                 fix memory leak in prefs_set_default() when used multiple
918                 times or after prefs have been read
919
920 2003-06-18 [christoph]  0.9.0claws45
921
922         * src/common/plugin.c
923                 fix memory leak in plugin_unload()
924
925 2003-06-18 [christoph]  0.9.0claws44
926
927         * src/imap.c
928                 fix memory leak in imap_cmd_ok()
929
930 2003-06-18 [christoph]  0.9.0claws43
931
932         * src/folder.c
933                 stop messages that are downloaded from POP3 and added to
934                 an IMAP inbox from being filtered twice (first by POP3
935                 and again when IMAP folder is scaned to get the UID of
936                 the APPEND operation when no UIDPLUS is available)
937
938 2003-06-18 [alfons]
939
940         * tools/Makefile.am
941                 phoenix <- firebird     
942
943 2003-06-18 [paul]
944
945         * tools/launch_phoenix          ** REMOVED **
946           tools/launch_firebird         ** NEW **
947                 renamed and edited to reflect the browser's name change from
948                 'phoenix' to 'firebird'
949
950 2003-06-18 [paul]       0.9.0claws42
951
952         * sync with 0.9.2cvs2
953                 see ChangeLog 2003-06-16
954
955 2003-06-17 [alfons]     0.9.0claws41
956
957         * src/procmsg.c
958                 prevent threading problems when a node is an ancestor (parent / great parent),
959                 which mostly happens with circular references (thanks to Phillipe Gramoullé
960                 for finding an sample set of messages)
961
962 2003-06-16 [christoph]  0.9.0claws40
963
964         * src/main.c
965                 don't popup main window on --receive or --receive-all
966
967         * src/mainwindow.[ch]
968         * src/plugins/trayicon/trayicon.c
969                 allow hiding of main window by clicking on the trayicon
970                 (doesn't work correctly in seperate window mode and may
971                  cause unexpected GTK problems I couldn't find yet)
972
973         * src/common/ssl.c
974                 remove incorrect warning
975
976 2003-06-15 [alfons]     0.9.0claws39
977
978         * src/gtk/gtkstext.c
979                 don't output debug text;
980                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
981                 for pointing this out);
982
983 2003-06-14 [alfons]     0.9.0claws38
984         
985         * src/messageview.c
986                 remove printf() and make one if..else comply with coding style
987
988 2003-06-14 [alfons]     0.9.0claws37
989
990         * AUTHORS
991                 add Martin Wicke
992         * src/action.c
993         * src/messageview.[ch]
994         * src/summaryview.c
995                 apply patch #754162 "Quoting messages filtered by actions" submitted
996                 by Martin Wicke, which allows quoting message body changed by an
997                 action (Thanks!).
998
999 2003-06-13 [alfons]     0.9.0claws36
1000
1001         * src/utils.c
1002                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1003                 use case insensitive regexp (suggested by Ivan Martinez)
1004
1005 2003-06-13 [christoph]  0.9.0claws35
1006
1007         * configure.ac
1008         * src/plugins/trayicon/Makefile.am
1009         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1010         * src/plugins/trayicon/trayicon.c
1011         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1012         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1013         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1014         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1015         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1016         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1017                 replace my own EggTrayIcon backport with the backport
1018                 used by (l|x)mule and gabber.
1019
1020 2003-06-13 [alfons]     0.9.0claws34
1021
1022         * AUTHORS
1023         * src/common/utils.c
1024                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1025
1026 2003-06-13 [alfons]     0.9.0claws33
1027
1028         * src/compose.c
1029                 clean up a little bit
1030
1031 2003-06-12 [alfons]     0.9.0claws32
1032
1033         * src/compose.c
1034                 const correctness fix
1035
1036         * src/common/sylpheed.[ch]
1037                 () -> (void)
1038                 prevent redef MIN/MAX
1039                 
1040         * src/common/utils.[ch]
1041                 () -> (void)
1042
1043 2003-06-12 [melvin]     0.9.0claws31
1044
1045         * src/compose.c
1046                 Updated to take into accounts changes in GtkAspell.
1047
1048 2003-06-12 [alfons]     0.9.0claws30
1049
1050         * src/compose.c
1051         * src/procmsg.c
1052         * src/common/utils.[ch]
1053                 handle reply subject prefixes better (initial 
1054                 suggestion by Robert Story adapted and enhanced 
1055                 using regexps)
1056
1057 2003-06-12 [melvin]     0.9.0claws29
1058
1059         * src/compose.c
1060                 Use new gtkaspell_checkers_strerror() to get the speller's
1061                 error message instead of accessing the (now private)
1062                 checkers structure.
1063                 Minor code clean up
1064
1065         * src/main.c
1066                 Use #ifdef instead of #if for USE_ASPELL
1067                 Use the new spell checkers init/quit functions 
1068
1069         * src/gtk/gtkaspell.c
1070                 Use #ifdef instead of #if for USE_ASPELL
1071                 Moved in the majority of GtkAspell structures that were
1072                 exported before by gtkaspell.h
1073         
1074         * src/gtk/gktaspell.h
1075                 Made gtkaspell.h contain only the necessary data to be
1076                 publicized by moving many structures to gtkaspell.c.
1077                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1078                 gtkaspell_checkers_new(): replaced by...
1079                 gtkaspell_checkers_init(): new function for initialization
1080                 gtkaspell_checkers_delete(): replaced by...
1081                 gtkaspell_checkers_quit(): new function
1082                 gtkaspell_checkers_strerror(): new function that returns
1083                 the checker's last error message.
1084                 
1085 2003-06-11 [melvin]     0.9.0claws28
1086
1087         * po/POTFILES.in
1088                 Updated to take into account gtkaspell.c migration to
1089                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1090
1091 2003-06-10 [alfons]     0.9.0claws27
1092
1093         * src/filtering.[ch]
1094         * src/folder.c
1095         * src/matcher.c
1096         * src/scoring.[ch]
1097                 - try fixing bug #18 (any brave testers?)
1098                 - add more robustness by refusing previously 
1099                   unchecked NULL pointers 
1100
1101 2003-06-10 [alfons]     0.9.0claws26
1102
1103         * src/procmsg.c
1104                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1105
1106 2003-06-09 [alfons]     0.9.0claws25
1107
1108         * src/prefs_common.c
1109                 fix bug #163 "Icon switching doesnt work properly" by 
1110                 preventing early freeing of prefs_common.pixmap_theme_path.
1111
1112 2003-06-09 [christoph]  0.9.0claws24
1113
1114         * src/gtk/gtkaspell.c
1115                 revert Thorsten's fix and add forgotten g_strdup for
1116                 aspell path (it should not be possible to alter the path a
1117                 GtkASpell uses from outside)
1118
1119 2003-06-09 [thorsten]   0.9.0claws23
1120
1121         * src/gtk/gtkaspell.c
1122                 dont free prefs_common.aspell_path when closing compose
1123
1124 2003-06-08 [colin]      0.9.0claws22
1125
1126         * src/plugins/spamassassin/spamassassin.c
1127                 fix prefs types
1128
1129 2003-06-07 [christoph]  0.9.0claws21
1130
1131         * src/Makefile.am
1132         * src/compose.c
1133         * src/gtkaspell.[ch]            ** REMOVE **
1134         * src/gtk/Makefile.am
1135         * src/gtk/gtkaspell.[ch]        ** NEW **
1136                 o make gtkaspell independent from sylpheed's prefs
1137                 o move gtkaspell.[ch] to gtk directory
1138
1139 2003-06-07 [christoph]  0.9.0claws20
1140
1141         * src/Makefile.am
1142         * src/crash.c
1143         * src/export.c
1144         * src/filesel.[ch]              ** REMOVE **
1145         * src/folder.c
1146         * src/main.[ch]
1147         * src/common/sylpheed.[ch]
1148         * src/gtk/Makefile.am
1149         * src/gtk/filesel.[ch]          ** NEW **
1150         * src/gtk/pluginwindow.c
1151         * src/gtk/sslcertwindow.c
1152                 move filesel.[ch] to gtk directory
1153
1154 2003-06-07 [alfons]     0.9.0claws19
1155
1156         * src/filesel.c
1157                 make (multi) file selection dialog work again (Claws-only)
1158
1159 2003-06-07 [thorsten]   0.9.0claws18
1160
1161         * po/de.po
1162                 fix typos
1163
1164 2003-06-07 [alfons]     0.9.0claws17
1165
1166         * configure.ac
1167         * src/mimeview.c
1168                 detect apache mishap in which case don't include fnmatch.h
1169                 if regex.h is already included
1170
1171 2003-06-06 [christoph]  0.9.0claws16
1172
1173         * configure.ac
1174         * src/mimeview.h
1175                 add check for fnmatch.h and include it when available
1176
1177         * src/mimeview.[ch]
1178                 fix wrong case sensitivity of Content-Types
1179
1180         * src/gtk/Makefile.am
1181                 need the same include paths in gtk directory as in
1182                 common directory because .h files in common can
1183                 include files from these directories, when included
1184                 in gtk's .h or .c files
1185
1186 2003-06-06 [alfons]     0.9.0claws15
1187
1188         * src/mimeview.c
1189         * src/summaryview.c
1190                 make it compile again because of regex.h / fnmatch.h 
1191                 include problems (related to recent mime stuff, can
1192                 someone check this?)
1193
1194 2003-06-06 [thorsten]   0.9.0claws14
1195
1196         * src/folderview.c
1197                 possible use of uninitialized pointer while dragging
1198
1199 2003-06-06 [paul]       0.9.0claws13
1200
1201         * src/compose.c
1202                 fix bug where the insert sig button would be effective
1203                 only when auto_sig was set
1204
1205 2003-06-06 [paul]       0.9.0claws12
1206
1207         * sync with 0.9.2 release
1208
1209 2003-06-02 [paul]       0.9.0claws11
1210
1211         * sync with 0.9.1cvs1
1212                 see ChangeLog 2003-06-02
1213                 
1214         * po/de.po
1215                 update by Jens
1216
1217 2003-06-01 [christoph]  0.9.0claws10
1218
1219         * src/account.c
1220                 don't use substring search to find accounts by email address
1221
1222         (closes Bug 169 Overly loose matching of "From" address)
1223
1224 2003-05-31 [christoph]  0.9.0claws9
1225
1226         * doc-src/rfc2683.txt
1227         * src/imap.c
1228                 limit IMAP command length as recommended in RFC2683
1229                 (message number lists will be split into multiple imap
1230                 sets, the limit of 1000 octets is not a hard limit)
1231
1232         (closes Bug 161 sylpheed-claws exits with segfault when logging
1233          in to certain imap-servers)
1234
1235 2003-05-29 [alfons]     0.9.0claws8
1236
1237         * src/toolbar.[ch]
1238                 add print button (calling summary_print());
1239                 fine tune setting tooltip text;
1240                 (if someone needs other buttons, please take these 
1241                 commits as a guide, instead of bothering us - also
1242                 see 0.8.11claws150) 
1243
1244 2003-05-29 [darko]      0.9.0claws7
1245
1246         * src/compose.c
1247                 fix crash when word wrapping kicks in due to
1248                 changed text by spell checker
1249
1250 2003-05-29 [paul]       0.9.0claws6
1251
1252         * src/compose.c
1253                 fix bug where changing account would insert
1254                 sig even if auto_sig was FALSE
1255                 
1256         * ChangeLog
1257           ChangeLog.jp
1258           INSTALL
1259                 sync with 0.9.1 release
1260
1261 2003-05-28 [christoph]  0.9.0claws5
1262
1263         * src/imap.c
1264                 fix truncation of too long commands
1265
1266         (closes Bug 167 IMAP hangs trying to get envelope
1267          information in imap_get_uncached_messages)
1268
1269 2003-05-27 [paul]       0.9.0claws4
1270
1271         * tools/Makefile.am
1272           tools/maildir2sylpheed.pl     ** NEW FILE **
1273                 add kmail to sylpheed mailbox conversion script
1274
1275 2003-05-27 [paul]       0.9.0claws3
1276
1277         * sync with 0.9.0cvs10
1278                 see ChangeLog 2003-05-26
1279
1280 2003-05-26 [paul]       0.9.0claws2
1281
1282         * sync with 0.9.0cvs9
1283                 see ChangeLog 2003-05-26
1284
1285 2003-05-24 [paul]       0.9.0claws1
1286
1287         * sync with 0.9.0cvs8
1288                 see ChangeLog 2003-05-23
1289
1290 2003-05-24 [paul]       0.9.0claws
1291
1292         * version 0.9.0claws released
1293
1294 2003-05-24 [paul]       0.8.11claws177
1295
1296         * src/plugins/dillo-viewer/Makefile.am
1297           src/plugins/traycon/Makefile.am
1298                 add missing files
1299                 
1300         * po/bg.po
1301           po/en_GB.po
1302           po/es.po
1303           po/it.po
1304           po/pt_BR.po
1305           po/ru.po
1306           po/sr.po
1307                 update Bulgarian, British English, Spanish, Italian, 
1308                 Brazilian Portuguese, Russian, and Serbian translations, 
1309                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1310                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1311                 Ruslan N. Balkin, and Urke MMI
1312
1313 2003-05-23 [melvin]     0.8.11claws176
1314
1315         * po/fr.po
1316                 Updated French translations
1317
1318 2003-05-22 [paul]       0.8.11claws175
1319
1320         * src/Makefile.am
1321           src/addrbook.[ch]
1322           src/addrcache.[ch]
1323           src/addr_compl.[ch]
1324           src/adressbook.[ch]
1325           src/addrindex.[ch]
1326           src/addritem.[ch]
1327           src/editaddress.c
1328           src/editgroup.c
1329           src/editldap_basedn.c
1330           src/editldap.c
1331           src/jpilot.c
1332           src/vcard.c
1333                 revert to get ldap into it previous working state
1334                 
1335         * po/zh_TW.Big5.po
1336                 new Taiwanese translation,
1337                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1338
1339 2003-05-22 [christoph]  0.8.11claws174
1340
1341         * src/plugins/spamassassin/libspamc.[ch]
1342                 sync libspamc with SpamAssaain release 2.55
1343
1344 2003-05-22 [paul]       0.8.11claws173
1345
1346         * sync with 0.9.0cvs7
1347                 see ChangeLog 2003-05-22
1348                 
1349         * src/summaryview.c
1350                 revert change in 0.8.11claws172: follow
1351                 Hiroyuki's decision and that's the end of it.
1352
1353 2003-05-21 [paul]       0.8.11claws172
1354
1355         * src/summaryview.c
1356                 fix discrepency between open_unread_on_enter
1357                 and always_show_msg
1358
1359 2003-05-21 [paul]       0.8.11claws171
1360
1361         * sync with 0.9.0cvs6
1362                 see ChangeLog 2003-05-21
1363
1364 2003-05-21 [paul]       0.8.11claws170
1365
1366         * sync with 0.9.0cvs5
1367                 see ChangeLog 2003-05-21
1368
1369 2003-05-20 [paul]       0.8.11claws169
1370
1371         * sync with 0.9.0cvs4
1372                 see ChangeLog 2003-05-20
1373                 fixes bug #152, 'encoding of IMAP folders names'
1374
1375 2003-05-20 [paul]       0.8.11claws168
1376
1377         * sync with 0.9.0cvs3
1378                 see ChangeLog 2003-05-20
1379                 
1380         * src/tools/convert_mbox.pl
1381                 minor change in the comments, submitted by Fred Marton
1382
1383 2003-05-19 [paul]       0.8.11claws167
1384
1385         * src/plugins/clamav/Makefile.am
1386           configure.ac
1387                 link clamav_lib to the plugin and not to the main program
1388
1389 2003-05-19 [christoph]
1390
1391         * src/Makefile.am
1392                 add -export-dynamic for linking
1393
1394 2003-05-19 [paul]       0.8.11claws166
1395
1396         * sync with 0.9.0cvs1
1397                 see ChangeLog 2003-05-19
1398
1399 2003-05-19 [paul]       0.8.11claws165
1400
1401         * src/inc.c
1402                 fix 'pop before smtp' timeout
1403
1404 2003-05-18 [alfons]     0.8.11claws164
1405
1406         * src/prefs_matcher.c
1407                 put "execute" action command line ("expression") in edit box
1408
1409 2003-05-18 [christoph]  0.8.11claws163
1410
1411         * src/mimeview.[ch]
1412         * src/plugins/dillo_viewer/dillo_viewer.c
1413         * src/plugins/image_viewer/viewer.c
1414         * src/plugins/mathml_viewer/mathml_viewer.c
1415                 let a viewer have a list of Content-Types
1416
1417 2003-05-18 [paul]       0.8.11claws162
1418
1419         * src/prefs_filtering.c
1420                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1421                 and REDIRECT actions
1422
1423 2003-05-17 [christoph]
1424
1425         * README.claws
1426                 o remove dynamic signatures that was syned with main
1427                 o add infos about no longer "build in" image viewer
1428                 o update bugtracker URL
1429
1430 2003-05-17 [christoph]  0.8.11claws161
1431
1432         * src/folder.c
1433         * src/folderview.c
1434         * src/imap.c
1435                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1436                 for every folder after rebuilding the folder tree.
1437
1438         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1439          messages)
1440
1441 2003-05-17 [christoph]  0.8.11claws160
1442
1443         * src/imap.c
1444                 don't use STATUS command on current folder to check for
1445                 content changes. imap_cmd_ok() now tracks changes to
1446                 folder and number of existing messages.
1447
1448 2003-05-17 [paul]       0.8.11claws159
1449
1450         * src/plugins/clamav/clamav_plugin.c
1451                 remove unnecessary debug_print
1452
1453 2003-05-16 [thorsten]   0.8.11claws158
1454
1455         * src/plugins/demo.c
1456                 included missing intl.h
1457
1458 2003-05-16 [paul]       0.8.11claws157
1459
1460         * po/POTFILES.in
1461                 remove non-existant entries
1462         
1463         * src/plugins/clamav/clamav_plugin.c
1464           src/plugins/clamav/clamav_plugin_gtk.c
1465           src/plugins/dillo_viewer/dillo_prefs.c
1466           src/plugins/dillo_viewer/dillo_viewer.c
1467                 gettextise
1468
1469 2003-05-16 [christoph]  0.8.11claws156
1470
1471         * po/POTFILES.in
1472                 include plugin .c files for translation until I
1473                 find a better solution to have plugins have their
1474                 own textdomain
1475         * src/plugins/demo/demo.c
1476         * src/plugins/image_viewer/plugin.c
1477         * src/plugins/mathml_viewer/mathml_viewer.c
1478         * src/plugins/spamassassin/spamassassin.c
1479         * src/plugins/spamassassin/spamassassin_gtk.c
1480         * src/plugins/trayicon/trayicon.c
1481                 add gettext macros for plugin name and description
1482
1483 2003-05-16 [paul]
1484
1485         * sync with 0.9.0
1486
1487 2003-05-16 [paul]       0.8.11claws155
1488
1489         * sync with lastest 0.9.0pre1
1490                 see ChangeLog 2003-05-16
1491
1492 2003-05-15 [paul]       0.8.11claws154
1493
1494         * sync with latest 0.9.0pre1
1495                 see ChangeLog 2003-05-14 and 2003-05-15
1496
1497 2003-05-14 [christoph]  0.8.11claws153
1498
1499         * src/plugins/image_viewer/viewer.c
1500         * src/plugins/image_viewer/viewer.glade         ** NEW **
1501         * src/plugins/image_viewer/viewerprefs.c
1502                 make it possible to disable the autoload function in the
1503                 imageviewer again
1504
1505 2003-05-14 [christoph]  0.8.11claws152
1506
1507         * src/folder.c
1508                 fix folder update after adding a message
1509
1510 2003-05-13 [alfons]     0.8.11claws151
1511
1512         * src/common/session.c
1513                 remove debug traces
1514                 
1515         * src/addrcache.[ch]
1516         * src/filtering.[ch]
1517         * src/folder.[c]
1518         * src/gtkaspell.[ch]
1519         * src/imap.[ch]
1520         * src/mbox_folder.[ch]
1521         * src/mh.[ch]
1522         * src/mimeview.h
1523         * src/msgcache.[ch]
1524         * src/news.[ch]
1525         * src/passphrase.[ch]
1526         * src/prefs_common.[ch]
1527         * src/prefs_gtk.[ch]
1528         * src/procmsg.c
1529         * src/scoring.[ch]
1530                 be pedantic; (in prototypes () implies (int))
1531
1532 2003-05-13 [alfons]     0.8.11claws150
1533
1534         * src/prefs_toolbar.[ch]
1535         * src/summaryview.[ch]
1536         * src/toolbar.[ch]
1537                 change misleading text in toolbar prefs;
1538                 add toolbar action for ignore thread (toggles ignore thread flag);
1539                 clean up a little bit;
1540
1541 2003-05-12 [paul]
1542
1543         * tools/convert_mbox.pl
1544                 bug fixed by Fred Marton
1545
1546 2003-05-12 [paul]
1547
1548         * sync with 0.9.0pre1
1549
1550 2003-05-09 [paul]       0.8.11claws149
1551
1552         * sync with 0.8.11cvs43
1553                 see ChangeLog 2003-05-09
1554
1555 2003-05-08 [christoph]  0.8.11claws148
1556
1557         * src/imap.[ch]
1558                 o use CAPABILIY as first command and check for PREAUTH
1559                   information in the response to it
1560                 o rewrite all imap_cmd_* functions to use an IMAPSession
1561                   instead of a SockInfo as parameter
1562                 o do STARTTLS after fetching and checking the server
1563                   capabilities
1564
1565 2003-05-08 [paul]       0.8.11claws147
1566
1567         * tools/Makefile.am
1568           tools/README
1569           tools/convert_mbox.pl         ** NEW FILE **
1570                 add mbox conversion script. Submitted by 
1571                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1572
1573 2003-05-07 [christoph]
1574
1575         * doc-src/glade.txt
1576         * src/gtk/pluginwindow.glade
1577         * src/plugins/image_viewer/viewerprefs.glade
1578         * src/plugins/spamassassin/spamassassin_gtk.glade
1579                 add glade files for user interfaces and a description how
1580                 to use glade to create the sylpheed code
1581
1582 2003-05-07 [paul]       0.8.11claws146
1583
1584         * sync with 0.8.11cvs41
1585                 see ChangeLog 2003-05-07
1586
1587 2003-05-06 [christoph]  0.8.11claws145
1588
1589         * src/main.c
1590         * src/plugins/image_viewer/viewer.c
1591                 fix usage of imlib in imageviewer plugin
1592
1593         * src/gtk/prefswindow.c
1594                 handle window close event correctly
1595
1596 2003-05-06 [paul]       0.8.11claws144
1597
1598         * src/common/ssl.c
1599                 fix typo introduced in sync
1600
1601 2003-05-06 [paul]       0.8.11claws143
1602
1603         * sync with 0.8.11cvs39
1604                 see ChangeLog 2003-05-06
1605
1606 2003-05-06 [paul]       0.8.11claws142
1607
1608         * AUTHORS
1609           po/cs.po
1610                 updated Czech translation, submitted by 
1611                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1612                 
1613         * src/plugins/clamav/clamav_plugin_gtk.c
1614                 clean up
1615
1616 2003-05-03 [alfons]     0.8.11claws141
1617
1618         * src/compose.[ch]
1619                 make paste as quotation work even when the call to 
1620                 text_inserted() was deferred (fixes bug #140 "Paste 
1621                 as quotation does not work when using "external" 
1622                 clipboard")
1623
1624 2003-05-03 [thorsten]   0.8.11claws140
1625
1626         * src/addrquery.h
1627           src/ldapquery.h
1628           src/mainwindow.c
1629                 removed C++ comments
1630         * src/addr_compl.c
1631                 function with non-int retval/param used before
1632                 implementation/declaration
1633
1634 2003-05-02 [paul]       0.8.11claws139
1635
1636         * src/addr_compl.[ch]
1637           src/addressbook.[ch]
1638           src/addrindex.c
1639           src/summaryview.c
1640                 revert match's changes to (finally) remove the bug where
1641                 opening a folder causes massive slowdown when using the 
1642                 'Display sender using address book' option
1643
1644 2003-05-01 [melvin]     0.8.11claws138
1645
1646         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1647         * src/plugins/dillo_viewer/dillo_viewer.c
1648                 Fixed bug where "Cancel" button from prefs issued
1649                 warnings.
1650                 Comply a little more to coding style
1651
1652 2003-05-01 [paul]       0.8.11claws137
1653
1654         * sync with 0.8.11cvs38
1655                 see ChangeLog 2003-05-01
1656
1657 2003-05-01 [paul]       0.8.11claws136
1658
1659         * po/bg.po
1660                 updated by George Danchev
1661
1662 2003-04-30 [christoph]  0.8.11claws135
1663
1664         * src/plugins/dillo_viewer/dillo_prefs.c
1665         * src/plugins/image_viewer/viewerprefs.c
1666         * src/plugins/spamassassin/spamassassin_gtk.c
1667                 remove gtk_widget_ref() calls for widgets in
1668                 glade code
1669
1670 2003-04-30 [paul]       0.8.11claws134
1671
1672         * src/addrindex.c
1673                 ok, this time a better fix for the bug where opening folder
1674                 has massive slowdown when using the 'Display sender using 
1675                 address book' option
1676
1677 2003-04-30 [paul]       0.8.11claws133
1678
1679         * src/addrindex.c
1680                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1681         
1682 2003-04-30 [melvin]     0.8.11claws132
1683
1684         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1685
1686         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1687                 Preferences for the dillo plugin
1688         * src/plugins/dillo_viewer/dillo_viewer.c
1689                 Support for preferences
1690         * src/plugins/dillo_viewer/Makefile.am
1691                 Added dillo_prefs.[ch]
1692
1693 2003-04-30 [alfons]     0.8.11claws131
1694
1695         * src/common/plugin.[ch]
1696                 see? this ANSI C'fication immediately gives us type
1697                 checking for free.
1698
1699 2003-04-30 [alfons]     0.8.11claws130
1700
1701         * src/common/plugin.[ch]
1702         * src/plugins/clamav/clamav_plugin.[ch]
1703         * src/plugins/clamav/clamav_plugin_gtk.c
1704         * src/plugins/demo/demo.c
1705         * src/plugins/dillo_viewer/dillo_viewer.c
1706         * src/plugins/image_viewer/plugin.c
1707         * src/plugins/image_viewer/viewer.[ch]
1708         * src/plugins/image_viewer/viewerprefs.[ch]
1709         * src/plugins/mathml_viewer/mathml_viewer.c
1710         * src/plugins/spamassassin/spamassassin.[ch]
1711         * src/plugins/spamassassin/spamassassin_gtk.c
1712         * src/plugins/trayicon/trayicon.c
1713                 clean up
1714
1715 2003-04-30 [alfons]     0.8.11claws129
1716
1717         * src/common/utils.c
1718                 make is_ascii_str() fail gracefully when NULL pointer
1719                 is passed
1720
1721 2003-04-30 [paul]       0.8.11claws128
1722
1723         * src/addrindex.c
1724                 fix bug where opening folder has massive slowdown when
1725                 using the 'Display sender using address book' option
1726
1727 2003-04-30 [paul]       0.8.11claws127
1728
1729         * src/plugins/clamav/clamav_plugin.c
1730           src/plugins/clamav/clamav_plugin_gtk.c
1731           src/plugins/demo/demo.c
1732           src/plugins/dillo_viewer/dillo_viewer.c
1733           src/plugins/image_viewer/plugin.c
1734           src/plugins/mathml_viewer/mathml_viewer.c
1735           src/plugins/spamassassin/spamassassin.c
1736           src/plugins/spamassassin/spamassassin_gtk.c
1737           src/plugins/trayicon/trayicon.c
1738                 get rid of eye-hurting function signatures
1739
1740 2003-04-30 [paul]       0.8.11claws126
1741
1742         * src/plugins/trayicon/trayicon.c
1743                 add description
1744                 
1745         * src/mimeview.c
1746                 be more descriptive
1747
1748 2003-04-30 [paul]       0.8.11claws125
1749
1750         * configure.ac
1751                 arrange the plugins in reverse alphabetical order
1752                 
1753         * src/plugins/clamav/clamav_plugin.[ch]
1754           src/plugins/clamav/clamav_plugin_gtk.c
1755                 rename some params
1756                 resize max_size window
1757                 re-arrange the order of some gui elements
1758                 improve descriptions
1759         
1760         * src/plugins/image_viewer/plugin.c
1761           src/plugins/mathml_viewer/mathml_viewer.c
1762                 add descriptions
1763                 
1764         * src/plugins/spamassassin/spamassassin_gtk.c
1765                 resize max_size window
1766                 re-arrange the order of some gui elements
1767                 
1768         * src/messageview.c
1769           src/mimeview.c
1770                 correct typos
1771
1772 2003-04-30 [alfons]     0.8.11claws124
1773
1774         * src/imap.c
1775                 fix a leak found while browsing Martin Kluge's 
1776                 valgrind log (Claws only)
1777
1778 2003-04-29 [darko]      0.8.11claws123
1779
1780         * src/gtk/gtkstext.h
1781                 include wchar.h if it is available, fixes compilation
1782                 on HP-UX systems
1783
1784 2003-04-29 [melvin]     0.8.11claws122
1785
1786         * src/prefs_actions.c
1787                 Improved help text of Actions' syntax
1788
1789 2003-04-28 [paul]       0.8.11claws121
1790
1791         * src/action.c
1792                 a better fix for the crash when performing an action
1793                 on a mime part
1794
1795 2003-04-28 [paul]       0.8.11claws120
1796
1797         * src/action.c
1798                 fix crash when performing an action on a
1799                 mime part
1800
1801 2003-04-28 [paul]       0.8.11claws119
1802
1803         * sync with 0.8.11cvs36
1804                 see ChangeLog 2003-04-28
1805
1806 2003-04-27 [paul]       0.8.11claws118
1807
1808         * more sync with 0.8.11cvs35
1809                 see ChangeLog 2003-04-25
1810
1811 2003-04-26 [christoph]  0.8.11claws117
1812
1813         * src/folder.c
1814                 fix remove virtual check
1815
1816 2003-04-26 [paul]       0.8.11claws116
1817
1818         * src/messageview.c
1819                 fix return-receipt, make it work again
1820
1821 2003-04-26 [paul]       0.8.11claws115
1822
1823         * src/mimeview.c
1824                 restore double-clicking of the [application/pgp-signature 
1825                 (Select "Check signature" to check)] line in the message view,
1826                 broken in recent sync
1827
1828 2003-04-26 [christoph]  0.8.11claws114
1829
1830         * src/folder.c
1831                 check if remove virtual really exists before
1832                 calling the function
1833
1834 2003-04-25 [match]      0.8.11claws113
1835
1836         * src/addrindex.c
1837         * src/addrbook.c
1838         * src/ldapquery.[ch]
1839         * src/ldapctrl.[ch]
1840                 fix memleak.
1841         * src/ldapserver.[ch]
1842                 fix memleak. fix segfault.
1843                 plug a Claws memleak
1844
1845 2003-04-25 [alfons]     0.8.11claws112
1846
1847         * src/folder.c
1848                 plug a Claws memleak
1849
1850 2003-04-25 [alfons]     0.8.11claws111
1851
1852         * src/common/session.c
1853                 plug a memleak
1854
1855 2003-04-25 [paul]       0.8.11claws110
1856
1857         * sync with 0.8.11cvs35
1858                 see ChangeLog 2003-04-24 and 2003-04-25
1859                 
1860         * src/gtk/pluginwindow.c
1861                 correct another strange float value
1862
1863 2003-04-24 [christoph]  0.8.11claws109
1864
1865         * src/folder.c
1866                 freeze folder item updates when unsetting new flags
1867
1868         * src/gtk/pluginwindow.c
1869                 correct strange float value
1870
1871 2003-04-23 [paul]       0.8.11claws108
1872
1873         * sync with 0.8.11cvs33
1874                 see ChangeLog 2003-04-23
1875
1876 2003-04-22 [paul]       0.8.11claws107
1877
1878         * src/Makefile.am
1879           src/messageview.c
1880           src/mimeview.c
1881           src/pgptext.[ch]      ** REMOVED **
1882                 remove pgptext.[ch] as its not used any more
1883
1884 2003-04-22 [paul]       0.8.11claws106
1885
1886         * sync with 0.8.11cvs31
1887                 see ChangeLog 2003-04-21 and 2003-04-22
1888
1889 2003-04-21 [alfons]     0.8.11claws105
1890
1891         * src/main.c
1892                 No access to GTK structures if we're a spawned child
1893                 (and clean up code a little bit...) Should fix #126.
1894
1895 2003-04-21 [melvin]     0.8.11claws104
1896
1897         * src/plugins/dillo_viewer/README
1898                 Improved slightly the text.
1899
1900 2003-04-21 [melvin]     0.8.11claws103
1901
1902         * src/plugins/dillo_viewer/README *** NEW ***
1903                 Added a README file for the Dillo plugin
1904
1905 2003-04-20 [paul]
1906
1907         * tools/README
1908           tools/outlook2sylpheed.pl
1909                 updated and improved by Ricardo Mones Lastra
1910
1911 2003-04-18 [oliver]     0.8.11claws102
1912
1913         * src/inc.c 
1914         * src/prefs_account.h
1915                 remove Pop3SessionType (used by selective download)
1916         * src/prefs_toolbar.c
1917                 enable set Default Toolbar button
1918
1919 2003-04-18 [paul]       0.8.11claws101
1920
1921         * sync with 0.8.11cvs29
1922                 see ChangeLog 2003-04-18
1923
1924 2003-04-17 [paul]       0.8.11claws100
1925
1926         * src/prefs_common.[ch]
1927           src/summaryview.c
1928                 remove 'Open next message on deletion' option,
1929                 as the same effect can now be achieved via the
1930                 'Always open messages in summary when selected'
1931                 option.
1932
1933 2003-04-17 [paul]       0.8.11claws99
1934
1935         * sync with 0.8.11cvs28
1936                 see ChangeLog 2003-04-17
1937
1938 2003-04-17 [christoph]  0.8.11claws98
1939
1940         * ac/spamassassin.m4
1941         * src/plugins/spamassassin/libspamc.[ch]
1942         * src/plugins/spamassassin/utils.[ch]
1943                 sync libspamc with SpamAssassin project
1944
1945 2003-04-17 [christoph]  0.8.11claws97
1946
1947         * src/common/socket.h
1948         * src/gtk/sslcertwindow.h
1949                 rename old USE_SSL to USE_OPENSSL
1950
1951 2003-04-17 [paul]       0.8.11claws96
1952
1953         * src/prefs_common.h
1954                 use gulong for P_COLOR so that it compiles/runs on
1955                 64-bit systems. Patch submitted by James Noyes
1956                 <jnoyes-claws@retrogeeks.com>
1957                 
1958         * po/de.po
1959                 updated by Jens
1960
1961 2003-04-17 [paul]       0.8.11claws95
1962
1963         * sync with 0.8.11cvs27
1964                 see ChangeLog 2003-04-16
1965
1966 2003-04-15 [paul]       0.8.11claws94
1967
1968         * src/prefs_common.[ch]
1969                 rearrange to stop the window getting too long:
1970                         move Receive dialog stuff to Receive tab
1971                         move Send dialog to Send tab
1972                         remove Dialogs frame
1973                 rename 'Open messages in summary with cursor keys' to
1974                 'Always open messages in summary when selected', as its
1975                 more appropriate
1976
1977 2003-04-15 [paul]       0.8.11claws93
1978
1979         * src/prefs_common.[ch]
1980           src/summaryview.c
1981                 add new option '/Interface/Open next message on deletion'
1982
1983 2003-04-15 [paul]       0.8.11claws92
1984
1985         * src/summaryview.[ch]
1986                 add /Mark/Lock and /Mark/Unlock to the pop-up
1987                 menu. Patch submitted by Ivan Francolin Martinez
1988                 <ivanfm@users.sourceforge.net>
1989
1990 2003-04-15 [paul]       0.8.11claws91
1991
1992         * sync with 0.8.11cvs24
1993                 see ChangeLog 2003-04-15
1994
1995 2003-04-14 [jens]       0.8.11claws90
1996
1997         * updated German translation and some corrections from
1998                 Roland Bless <bless@tm.uka.de>
1999
2000 2003-04-14 [paul]       0.8.11claws89
2001
2002         * sync with 0.8.11cvs22
2003                 see ChangeLog 2003-04-14
2004
2005 2003-04-13 [paul]       0.8.11claws88
2006
2007         * src/plugins/clamav/clamav_plugin.c
2008                 fix memory leaks
2009                 clean up
2010
2011 2003-04-12 [paul]       0.8.11claws87
2012
2013         * src/plugins/clamav/clamav_plugin.c
2014                 activate enable/disable archive scanning option
2015                 
2016         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2017
2018 2003-04-12 [paul]       0.8.11claws86
2019
2020         * src/plugins/Makefile.am
2021           src/plugins/clamav/Makefile.am                ** NEW FILE **
2022           src/plugins/clamav/README                     ** NEW FILE ** 
2023           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2024           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2025                 add Clam AntiVirus plugin
2026
2027 2003-04-12 [paul]       0.8.11claws85
2028
2029         * sync with 0.8.11cvs21
2030                 see ChangeLog 2003-04-11
2031
2032 2003-04-11 [paul]       0.8.11claws84
2033
2034         * po/es.po
2035                 update Spanish translation. Submitted by Ricardo
2036                 Mones Lastra.
2037
2038 2003-04-10 [christoph]  0.8.11claws83
2039
2040         * src/mbox.c
2041                 fix typo that did not move unfiltered mails to destination
2042                 folder
2043
2044         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2045          when filtering from spool)
2046
2047 2003-04-10 [christoph]  0.8.11claws82
2048
2049         * src/imap.c
2050                 use BODY.PEEK instead of BODY in in message fetch operation
2051                 to make sure the IMAP server does not set the \Seen flag for
2052                 messages. Sylpheed does that later itself, when the message
2053                 is opened in sylpheed
2054
2055         (closes Bug 111 Claws destroys unread marks)
2056
2057 2003-04-09 [oliver]     0.8.11claws81
2058         
2059         * src/folder.c
2060                 fix crash in folder_destroy
2061         * README.claws
2062                 remove selective download
2063
2064 2003-04-09 [christoph]  0.8.11claws80
2065
2066         * src/imap.c
2067                 fix crash in imap_get_msginfo() when then fetched message
2068                 is not found
2069
2070         (closes Bug 110 Crash during mail composition)
2071
2072 2003-04-08 [christoph]  0.8.11claws79
2073
2074         * src/folder.c
2075         * src/prefs_account.c
2076                 Filter new messages that are found in an INBOX folder
2077                 when 'Filter messages on receiving' is enabled in the
2078                 Folder's AccountPrefs. This allows to use Sylpheed's
2079                 filtering engine for IMAP folders where messages are
2080                 added to the INBOX by a MTA
2081
2082 2003-04-08 [paul]       0.8.11claws78
2083
2084         * src/procmsg.h
2085                 clean up after last commit
2086
2087 2003-04-08 [paul]       0.8.11claws77
2088
2089         * sync with 0.8.11cvs20
2090                 see ChangeLog 2003-04-07 and 2003-04-08
2091
2092 2003-04-07 [christoph]  0.8.11claws76
2093
2094         * src/filtering.[ch]
2095         * src/inc.[ch]
2096         * src/mbox.c
2097         * src/procmsg.[ch]
2098                 add procmsg_msginfo_filter() to execute filtering actions
2099
2100 2003-04-06 [christoph]  0.8.11claws75
2101
2102         * src/imap.c
2103                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2104
2105 2003-04-06 [christoph]  0.8.11claws74
2106
2107         * src/common/utils.[ch]
2108                 add g_int_compare() function for slist sorting
2109
2110         * src/imap.c
2111                 fetch all MsgInfos with one command in imap_get_msginfos()
2112                 using an imap set with a list of ranges
2113
2114         * src/news.c
2115                 use new g_int_compare() function
2116
2117 2003-04-06 [thorsten]   0.8.11claws73
2118
2119         * src/mh.c
2120                 corrected implementation of mh_folder_destroy()
2121
2122 2003-04-05 [christoph]  0.8.11claws72
2123
2124         * src/account.c
2125         * src/folder.[ch]
2126         * src/folderview.c
2127         * src/imap.c
2128         * src/inc.c
2129         * src/main.c
2130         * src/mainwindow.c
2131         * src/mbox_folder.c
2132         * src/mh.c
2133         * src/mimeview.h
2134         * src/msgcache.[ch]
2135         * src/news.c
2136         * src/procmime.h
2137         * src/procmsg.[ch]
2138         * src/setup.c
2139         * src/gtk/gtkutils.c
2140                 o rename structure field names class and new to klass and
2141                   new_msgs, to allow including files in C++
2142                 o add 'extern "C"' block to some header files
2143                 o add MsgInfoList and MsgNumberList as alias for GSList for
2144                   developers to know what type of list is expected
2145
2146         * src/plugins/image_viewer/plugin.c
2147         * src/plugins/image_viewer/viewer.[ch]
2148         * src/plugins/image_viewer/viewerprefs.[ch]
2149                 rename function names to prevent conflicts
2150
2151 2003-04-05 [paul]       0.8.11claws71
2152
2153         * sync with 0.8.11cvs18
2154                 see ChangeLog 2003-04-03 and 2003-04-04
2155
2156 2003-04-02 [christoph]  0.8.11claws70
2157
2158         * src/folder.[ch]
2159         * src/imap.[ch]
2160         * src/mbox_folder.[ch]
2161         * src/mh.[ch]
2162         * src/news.[ch]
2163                 o Make all virtual folder functions private
2164                 o remove unused folder code
2165
2166         * src/common/socket.[ch]
2167         * src/summaryview.c
2168                 fix warnings
2169
2170 2003-03-30 [alfons]     0.8.11claws69
2171
2172         * src/send_message.c
2173                 remove two debug traces and see if people still report
2174                 errors
2175
2176 2003-03-30 [alfons]     0.8.11claws68
2177
2178         * src/send_message.c
2179         * src/commons/session.c
2180                 add more debug traces
2181
2182 2003-03-30 [christoph]  0.8.11claws67
2183
2184         * src/folder.c
2185                 change processing folder name from .processing to processing
2186
2187         * src/common/ssl.c
2188                 disable SSL certificate check because it causes Xlib error
2189                 when the child process want's to open an GTK window
2190
2191 2003-03-30 [christoph]  0.8.11claws66
2192
2193         * src/folder.c
2194                 don't use default folder for processing folder item because
2195                 it can be a non local folder
2196
2197         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2198
2199 2003-03-30 [alfons]     0.8.11claws65
2200
2201         * src/send_message.c
2202                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2203                 to generate bad code for 'send_send_data_progressive': When
2204                 called from 'send_send_data_finished', the 'data' pointer is
2205                 cleared just before the assignment to the dialog pointer
2206
2207 2003-03-29 [christoph]  0.8.11claws64
2208
2209         * src/common/prefs.h
2210         * src/plugins/image_viewer/Makefile.am
2211         * src/plugins/image_viewer/plugin.c
2212         * src/plugins/image_viewer/viewer.[ch]
2213         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2214                 add PrefsPage for ImageViewer
2215
2216 2003-03-28 [thorsten]   0.8.11claws63
2217
2218         * src/common/session.c
2219                 added some comments
2220
2221 2003-03-28 [paul]       0.8.11claws62
2222
2223         * sync with 0.8.11cvs16
2224                 see ChangeLog 2003-03-28
2225
2226 2003-03-28 [paul]       0.8.11claws61
2227
2228         * sync with 0.8.11cvs15
2229                 see ChangeLog 2003-03-28
2230
2231 2003-03-27 [christoph]  0.8.11claws60
2232
2233         * src/folder.c
2234         * src/imap.c
2235         * src/common/socket.[ch]
2236                 set socket state to DISCONNECTED when any operation
2237                 fails to allow reconnecting in IMAP code without
2238                 checking the return code of all calls to the command
2239                 functions
2240
2241         * src/folderview.c
2242         * src/summaryview.c
2243                 remove some more stuff that depends on specific
2244                 folder types
2245
2246 2003-03-27 [paul]       0.8.11claws59
2247
2248         * sync with 0.8.11cvs14
2249                 see ChangeLog 2003-03-27
2250                 
2251         * src/selective_download.[ch]   ** REMOVED **
2252                 really removed
2253
2254 2003-03-27 [christoph]  0.8.11claws58
2255
2256         * src/folder.c
2257                 fix handling of tmp_flags in flag copy function
2258
2259 2003-03-27 [paul]       0.8.11claws57
2260
2261         * sync with 0.8.11cvs13
2262                 see ChangeLog 2003-03-27
2263
2264 2003-03-27 [oliver]     0.8.11claws56
2265
2266         * src/maiwindow.c
2267                 remove sel_download_cb
2268
2269 2003-03-27 [oliver]     0.8.11claws55
2270         
2271         * src/inc.c
2272                 remove POP3_TOP
2273         
2274 2003-03-26 [oliver]     0.8.11claws54
2275
2276         *src/pop.h
2277                 remove POP3_TOP*
2278         * README.claws
2279                 remove selective donwload readme
2280
2281 2003-03-26 [oliver]     0.8.11claws53
2282         * src/matcher.[ch]
2283         * src/matcher_parser_parse.y 
2284         * src/pop.c 
2285         * src/prefs_account.[ch]
2286         * src/prefs_filtering.c
2287                 remove selective donwload
2288
2289 2003-03-26 [oliver]     0.8.11claws52
2290
2291         * src/inc.[ch] 
2292         * src/filtering.c 
2293         * src/mainwindow.c 
2294                 remove selective donwload
2295
2296 2003-03-26 [oliver]     0.8.11claws51
2297         
2298         * src/Makefile.am
2299         * src/selective_download.[ch]   ** REMOVE **    
2300
2301 2003-03-26 [christoph]  0.8.11claws50
2302
2303         * src/news.c
2304                 fix NEWS that got broken by a sync with sylpheed-main
2305
2306 2003-03-26 [christoph]  0.8.11claws49
2307
2308         * src/mimeview.c
2309                 fix mime type guessing when no mime type is found for a file
2310
2311 2003-03-25 [christoph]  0.8.11claws48
2312
2313         * src/mimeview.c
2314         * src/procmime.c
2315                 remove mime type guessing from mime parser and use
2316                 name based mime types in viewer lookup for mime type
2317                 application/octet-stream
2318
2319 2003-03-25 [christoph]  0.8.11claws47
2320
2321         * doc-src/readme.txt
2322         * doc-src/rfc2554.txt
2323                 add RFC about SMTP AUTH
2324
2325         * src/send_message.c
2326         * src/common/smtp.[ch]
2327                 add extra error code for authentication errors and
2328                 clear temporary password when this error occurs
2329
2330         (closes Bug 84 authentication failure while sending should
2331          prompt for password again)
2332
2333 2003-03-25 [christoph]  0.8.11claws46
2334
2335         * configure.ac
2336         * src/Makefile.am
2337         * src/imageview.[ch]                            ** REMOVE **
2338         * src/messageview.[ch]
2339         * src/mimeview.[ch]
2340         * src/prefs_common.[ch]
2341         * src/textview.c
2342         * src/plugins/Makefile.am
2343         * src/plugins/image_viewer/.cvsignore           ** NEW **
2344         * src/plugins/image_viewer/Makefile.am          ** NEW **
2345         * src/plugins/image_viewer/plugin.c             ** NEW **
2346         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2347                 move image viewer into a plugin (building is enabled by default)
2348                 [ToDo: Prefs for resize and autoview]
2349
2350 2003-03-25 [paul]       0.8.11claws45
2351
2352         * sync with 0.8.11cvs12
2353                 see ChangeLog 2003-03-26
2354
2355 2003-03-25 [paul]       0.8.11claws44
2356
2357         * sync with 0.8.11cvs11
2358                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2359                 
2360         Note: Selective Download is broken.
2361                 
2362 2003-03-22 [christoph]  0.8.11claws43
2363
2364         * src/folder.c
2365                 code cleanup for flags copying
2366
2367 2003-03-22 [christoph]  0.8.11claws42
2368
2369         * src/plugins/trayicon/trayicon.c
2370                 fix setting the transparent area when the window size
2371                 is forced by the system tray
2372
2373 2003-03-22 [christoph]  0.8.11claws41
2374
2375         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2376         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2377         * src/plugins/trayicon/newmail.xpm              ** NEW **
2378         * src/plugins/trayicon/nomail.xpm               ** NEW **
2379         * src/plugins/trayicon/trayicon.c
2380         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2381                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2382                 o add icon for unread mails
2383                 o set transparency for window
2384
2385 2003-03-22 [christoph]  0.8.11claws40
2386
2387         * src/news.c
2388                 init news session to prevent crash when session is closed
2389
2390 2003-03-22 [christoph]  0.8.11claws39
2391
2392         * src/imap.c
2393         * src/common/session.[ch]
2394                 Init session data to make sure we don't have invalid pointers
2395                 for read_ch and write_ch when new multi process sessions are
2396                 not used
2397
2398         * src/main.c
2399         * src/common/plugin.c
2400         * src/common/sylpheed.c
2401         * src/plugins/demo/demo.c
2402         * src/plugins/dillo_viewer/dillo_viewer.c
2403         * src/plugins/mathml_viewer/mathml_viewer.c
2404         * src/plugins/spamassassin/spamassassin.c
2405         * src/plugins/spamassassin/spamassassin_gtk.c
2406                 add plugin types to allow loading plugins at different times
2407                 (and maybe for different frontends), because it's not good to
2408                 load GTK-Plugins gefore gtk_init was called
2409
2410         * configure.ac
2411         * src/plugins/Makefile.am
2412         * src/plugins/trayicon/.cvsignore               ** NEW **
2413         * src/plugins/trayicon/Makefile.am              ** NEW **
2414         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2415         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2416         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2417         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2418         * src/plugins/trayicon/trayicon.c               ** NEW **
2419                 New Trayicon plugin that shows an icon in a systray that uses
2420                 XEMBED protocol like Gnome's systray. Icon shows if there
2421                 are new mails and a tooltip shows information about new,
2422                 unread and total messages.
2423
2424 2003-03-22 [paul]       0.8.11claws38
2425
2426         * src/common/smtp.c
2427                 fix ESMTP AUTH CRAM-MD5
2428                 [sync with main (still version 0.8.11cvs6), see
2429                  ChangeLog 2003-03-22]
2430
2431 2003-03-21 [colin]      0.8.11claws37
2432
2433         * src/send_message.c
2434                 Fix USE_SSL => USE_OPENSSL
2435
2436 2003-03-21 [colin]      0.8.11claws36
2437
2438         * src/folderview.c
2439                 Fix counts in drag and dropped subfolders
2440
2441 2003-03-21 [colin]      0.8.11claws35
2442
2443         * src/folder.c 
2444         * src/folderview.c
2445                 speed up a bit folder dnd
2446
2447 2003-03-20 [alfons]     0.8.11claws34
2448
2449         * src/main.c
2450         * src/toolbar.c
2451         * src/procmsg.c
2452                 don't send locked queue messages
2453                 (feature request "[ 705245 ] Locking message in outbox 
2454                  should prevent sending")
2455
2456 2003-03-20 [christoph]  0.8.11claws33
2457
2458         * src/folder.c
2459                 remove NEW and UNREAD flag in special folders when scanning
2460                 
2461         * src/common/smtp.c
2462                 fix ESMTP AUTH CRAM-MD5
2463
2464 2003-03-20 [paul]       0.8.11claws32
2465
2466         * src/prefs_account.c
2467                 Re-write 'Tunnel command to open connection' as
2468                 'Use command to communicate with server', and disable
2469                 it for all except IMAP accounts
2470
2471 2003-03-20 [paul]       0.8.11claws31
2472
2473         * sync with 0.8.11cvs6
2474                 see ChangeLog 2003-03-20
2475
2476 2003-03-19 [match]      0.8.11claws30
2477
2478         * src/addritem.[ch]
2479                 include documentation. minor refactoring.
2480         * src/addr_compl.[ch]
2481         * src/addrindex.[ch]
2482         * src/addresbook.[ch]
2483         * src/summaryview.c
2484                 re-enable address lookup (was disabled in
2485                 0.8.11claws20).
2486
2487 2003-03-19 [christoph]  0.8.11claws29
2488
2489         * src/procmsg.c
2490                 add temp flag handling, will make moving and copying
2491                 messages possible again
2492
2493         * src/folder.c
2494                 correct calulation of folder stats
2495
2496 2003-03-18 [match]      0.8.11claws28
2497
2498         * src/editgroup.h
2499                 remove case sensitive comparison (closes bug 80).
2500
2501 2003-03-18 [christoph]  0.8.11claws27
2502
2503         * src/imap.c
2504                 fix imap using a tunnel command
2505
2506         (closes bug 87)
2507
2508 2003-03-18 [christoph]  0.8.11claws26
2509
2510         * src/folder.[ch]
2511         * src/imap.c
2512         * src/procmsg.[ch]
2513                 rewrite flag handling for folders
2514
2515 2003-03-18 [christoph]  0.8.11claws25
2516
2517         * src/folder.c
2518         * src/procmsg.c
2519         * src/summaryview.c
2520                 unset NEW and UNREAD flags when message is ignored, to make
2521                 sure messages don't show up as unread on other IMAP clients,
2522                 because the IGNORE_THREAD flag can not be syncronized through
2523                 the IMAP folder
2524
2525 2003-03-17 [christoph]  0.8.11claws24
2526
2527         * src/imap.c
2528                 don't use recursion to fetch uids when the number of messages
2529                 does not match. Moved code into subfunction that is used
2530                 again when needed, to prevent an endless loop.
2531
2532 2003-03-17 [thorsten]   0.8.11claws23
2533
2534         * src/imageview.[ch]
2535                 export imageview_get_resized_size() (for plugins)
2536         * src/prefs_common.[ch]
2537                 added prefs_common_get() (for plugins)
2538
2539 2003-03-17 [christoph]  0.8.11claws22
2540
2541         * src/imap.c
2542                 o remove UID guessing from copy code
2543                 o support UIDPLUS extension for APPEND command
2544
2545 2003-03-17 [paul]       0.8.11claws21
2546
2547         * src/gtk/about.c
2548                 remove 'Compiled-plugins' section.
2549                 
2550         * src/plugins/dillo_viewer/dillo_viewer.c
2551                 slight change to description text
2552
2553 2003-03-16 [match]      0.8.11claws20
2554         * src/ldapserver.[ch]           ** NEW **
2555         * src/ldapctrl.[ch]             ** NEW **
2556         * src/ldapquery.[ch]            ** NEW **
2557         * src/ldaputil.[ch]             ** NEW **
2558         * src/addrcindex.[ch]           ** NEW **
2559         * src/addrquery.h               ** NEW **
2560         * src/addritem.[ch]
2561         * src/addrcache.[ch]
2562         * src/addrindex.[ch]
2563         * src/addr_compl.[ch]
2564         * src/addressbook.[ch]
2565         * src/addrbook.[ch]
2566         * src/editgroup.c
2567         * src/editaddress.c
2568         * src/editldap.c
2569         * src/editldap_basedn.c
2570         * src/vcard.c
2571         * src/jpilot.c
2572         * src/Makefile.am
2573                 included dynamic LDAP queries. improved address
2574                 completion.
2575
2576 2003-03-16 [paul]       0.8.11claws19
2577
2578         * tools/multiwebsearch.pl
2579                 fix a fatal typo
2580
2581 2003-03-16 [christoph]  0.8.11claws18
2582
2583         * src/mimeview.c
2584         * src/plugins/dillo_viewer/dillo_viewer.c
2585         * src/plugins/mathml_viewer/mathml_viewer.c
2586                 make unregistering of MimeViewerFactorys possible
2587
2588 2003-03-16 [alfons]     0.8.11claws17
2589
2590         * configure.ac
2591                 correct typo
2592
2593 2003-03-16 [melvin]     0.8.11claws16
2594
2595         * src/plugins/dillo_viewer.c
2596                 Fixed bug where it was not possible to view more than
2597                 one text/html attachment per message (bug discovered
2598                 by Christoph Hohmann).
2599
2600 2003-03-15 [melvin]     0.8.11claws15
2601
2602         * src/prefs_actions.c
2603                 Fixed compilation warnings.
2604
2605 2003-03-15 [melvin]     0.8.11claws14
2606
2607         * src/plugins/Makefile.am
2608         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2609         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2610         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2611                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2612                 newer (http://dillo.auriga.wearlab.de/).
2613
2614 2003-03-15 [christoph]  0.8.11claws13
2615
2616         * src/imap.c
2617                 don't query imap folder for attributes because we already
2618                 for them from imap_status
2619
2620         * src/mimeview.[ch]
2621                 add support for plugable MimeViewers (unloading Viewers
2622                 not yet complete)
2623
2624         * src/plugins/Makefile.am
2625         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2626         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2627         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2628                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2629                 widget from http://helm.cs.unibo.it/mml-widget/
2630
2631 2003-03-14 [christoph]  0.8.11claws12
2632
2633         * src/folder.[ch]
2634                 o error return code's should better be negative
2635                 o replace printf with debug_print
2636
2637         * src/imap.c
2638                 improve IMAP folder scan by checking UID-NEXT
2639
2640         * src/summaryview.c
2641                 remove check that are unnecessary in my opinion
2642
2643 2003-03-13 [christoph]  0.8.11claws11
2644
2645         * src/folder.[ch]
2646         * src/foldersel.c
2647         * src/folderview.c
2648         * src/imap.c
2649         * src/mbox_folder.c
2650         * src/mh.c
2651         * src/news.c
2652         * src/prefs_scoring.c
2653         * src/summaryview.c
2654                 use a common function to get a displayable name
2655                 for a FolderItem
2656
2657 2003-03-13 [paul]       0.8.11claws10
2658
2659         * tools/Makefile.am
2660           tools/README
2661           tools/multiwebsearch.conf     ** NEW FILE **
2662           tools/multiwebsearch.pl       ** NEW FILE **
2663                 add multiwebsearch Actions script
2664
2665 2003-03-13 [colin]      0.8.11claws9
2666
2667         * src/compose.c
2668                 Remove leading emtpy lines from quoted text
2669                 before quoting it
2670
2671 2003-03-13 [melvin]     0.8.11claws8
2672
2673         * src/prefs_actions.c
2674                 Fixed a memory leak
2675                 Code clean ups
2676                 Added Cancel and OK buttons
2677                 Corrected help text
2678
2679 2003-03-13 [christoph]  0.8.11claws7
2680
2681         * src/account.c
2682         * src/folder.[ch]
2683         * src/imap.c
2684         * src/mainwindow.c
2685         * src/mbox_folder.c
2686         * src/mh.c
2687         * src/news.c
2688         * src/setup.c
2689                 replace more folder type stuff with folder class stuff
2690
2691 2003-03-13 [melvin]     0.8.11claws6
2692
2693         * src/prefs_actions.c
2694                 Added new tokens:
2695                 %u: user provided argument
2696                 %h: user provided argument (hidden on input)
2697                 %s: current text selection in the message view 
2698
2699 2003-03-13 [paul]       0.8.11claws5
2700
2701         * sync with 0.8.11cvs5
2702                 see ChangeLog 2003-03-11, 2003-03-12
2703
2704 2003-03-12 [christoph]  0.8.11claws4
2705
2706         * src/folder.c
2707                 use folder class idstr when writing folderlist.xml
2708
2709         * src/folder.h
2710         * src/imap.c
2711         * src/news.c
2712                 replace folder type checks with folder class checks
2713
2714 2003-03-12 [christoph]  0.8.11claws3
2715
2716         * src/folder.[ch]
2717         * src/imap.[ch]
2718         * src/main.c
2719         * src/mbox_folder.[ch]
2720         * src/mh.[ch]
2721         * src/news.[ch]
2722                 o create a list of known folder classes in the folder system
2723                 o use folder class id strings for folder item identifiers
2724
2725 2003-03-12 [christoph]  0.8.11claws2
2726
2727         * src/imap.c
2728                 fix imap uid validity check
2729
2730 2003-03-12 [christoph]  0.8.11claws1
2731
2732         * src/account.c
2733         * src/folder.[ch]
2734         * src/foldersel.c
2735         * src/folderview.c
2736         * src/imap.c
2737         * src/mainwindow.c
2738         * src/mbox_folder.c
2739         * src/mh.c
2740         * src/news.c
2741         * src/prefs_scoring.c
2742         * src/procmsg.c
2743         * src/setup.c
2744         * src/summaryview.c
2745                 initial restructuring of folder system, seperating
2746                 folders and folder classes
2747
2748 2003-03-12 [paul]       0.8.11claws
2749
2750         0.8.11claws release
2751
2752 2003-03-12 [christoph]
2753
2754         * src/gtk/prefswindow.c
2755                 fix translation of "Page Index"
2756
2757 2003-03-12 [paul]       0.8.10claws110
2758
2759         a sync from 0.8.11cvs4 before the release
2760
2761         * src/common/utils.c
2762                 subject_compare_for_sort(): allow null strings (fixes
2763                 summary sorting).
2764
2765 2003-03-11 [paul]       0.8.10claws109
2766
2767         * po/es.po
2768                 update Spanish translation, submitted by
2769                 Ricardo Mones Lastra
2770
2771 2003-03-11 [melvin]     0.8.10claws108
2772
2773         * po/fr.po
2774                 Updated French translations
2775
2776 2003-03-11 [paul]       0.8.10claws107
2777
2778         * manual/en/Makefile.am
2779           manual/en/*.html
2780                 update English manual, add a new page
2781                 updated by Francois Barriere <fbarriere@atmel.fr>
2782                 
2783         * po/bg.po
2784           po/it.po
2785           po/sr.po
2786                 update Bulgarian, Italian, and Serbian translations
2787                 submitted by George Danchev, Alessandro Maestri, and
2788                 Urke MMI
2789
2790 2003-03-10 [paul]       0.8.10claws106
2791
2792         * src/gtk/about.c
2793           src/gtk/prefswindow.c
2794                 make some strings translatable
2795
2796 2003-03-10 [darko]      0.8.10claws105
2797
2798         * src/compose.c
2799                 code cleanup to make Hiro happy
2800
2801 2003-03-10 [paul]       0.8.10claws104
2802
2803         * sync with 0.8.11cvs2
2804                 see ChangeLog 2003-03-10
2805
2806 2003-03-09 [melvin]     0.8.10claws103
2807
2808         * src/textview.c
2809                 textview_set_font(): fix for message display in
2810                 UTF-8 locales (thanks to Sergey Vlasov).
2811                 (was unintentionnaly reverted in 0.8.6claws6)   
2812
2813 2003-03-08 [darko]      0.8.10claws102
2814
2815         * src/compose.c
2816                 fix infinite loop in wrapping as reported
2817                 by happycactus
2818                 obsoletes patch #696482
2819
2820 2003-03-08 [christoph]  0.8.10claws101
2821
2822         * src/imap.c
2823                 add workaround for IMAP servers that do not
2824                 support the "UID SEARCH UID" command
2825
2826 2003-03-07 [christoph]  0.8.10claws100
2827
2828         * src/plugins/spamassassin/spamassassin.[ch]
2829         * src/plugins/spamassassin/spamassassin_gtk.c
2830                 code cleanup
2831
2832 2003-03-07 [paul]       0.8.10claws99
2833
2834         * po/es.po
2835                 updated Spanish translation, submitted by
2836                 Ricardo Mones Lastra
2837
2838 2003-03-07 [christoph]  0.8.10claws98
2839
2840         * src/send.c
2841                 fix in 0.8.10claws94 was wrong
2842                 local delivery does not require escaping, remove escaping
2843                 code to make signatures of mails with "." lines valid
2844                 
2845                 NOTE: requires that sendmail is executed with "-i" option,
2846                       what is the default now, but has to be changed in all
2847                       exsiting accounts)
2848
2849 2003-03-07 [paul]       0.8.10claws97
2850
2851         * sync with 0.8.11 release
2852                 see ChangeLog 2003-03-07
2853
2854 2003-03-06 [paul]       0.8.10claws96
2855
2856         * src/compose.c
2857                 revert commit 0.8.10claws92
2858
2859 2003-03-06 [paul]       0.8.10claws95
2860
2861         * src/folderview.c
2862                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2863
2864         * src/gtkaspell.c
2865                 fix bug 74, 'Crash opening editor window with pseudo-color
2866                 display'
2867                 
2868         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2869
2870 2003-03-06 [christoph]  0.8.10claws94
2871
2872         * src/send.c
2873                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2874                 all lines starting with a period get an extra period
2875                 inserted
2876                 (found by Simon 'corecode' Schubert)
2877
2878 2003-03-06 [paul]       0.8.10claws93
2879
2880         * src/folderview.c
2881                 if configured font can't be loaded fall back to gtk
2882                 default. (with thanks to Christoph)
2883                 
2884                 closes long-standing bug 15 'Crashes on startup'
2885
2886 2003-03-06 [paul]       0.8.10claws92
2887
2888         * src/compose.c
2889                 freeze text before autosave and thaw afterwards
2890                 fixes bug 67 'autosave make re-rediting message crazy'
2891
2892 2003-03-06 [christoph]  0.8.10claws91
2893
2894         * src/compose.c
2895                 ignore address comment in dupe check for Cc-list
2896
2897         (closes reopened bug 47 Replying to message strips name part of
2898          e-mail addresses of Cc: lines)
2899
2900 2003-03-06 [paul]       0.8.10claws90
2901
2902         * src/Makefile.am
2903                 remove reference to gtkxtext.h as its no longer in
2904                 the repository
2905
2906 2003-03-06 [paul]       0.8.10claws89
2907
2908         * sync with 0.8.10cvs25
2909                 see ChangeLog 2003-03-06
2910
2911 2003-03-06 [oliver]     0.8.10claws88
2912         
2913         * src/messageview.c
2914                 remove include
2915
2916 2003-03-06 [oliver]     0.8.10claws87
2917         
2918         * src/folderview.c 
2919                 remove changes introduced inclaws74
2920         * src/messageview.c
2921                 another attempt to sanely delete and update
2922                 messages deleted in separate messageview
2923
2924 2003-03-05 [christoph]  0.8.10claws86
2925
2926         * src/summaryview.c
2927                 check if "From" matches any account's address if
2928                 addressbook completion of addresses is disabled too
2929
2930         (closes Bug 70 "Display recipient in from" doesn't check
2931          folder's default account)
2932
2933 2003-03-05 [christoph]  0.8.10claws85
2934
2935         * src/compose.c
2936         * src/common/utils.[ch]
2937                 don't strip address comments when building Cc lists
2938
2939         (closes Bug 47 Replying to message strips name part of e-mail addresses
2940          of Cc: lines)
2941
2942         * src/folder.c
2943                 fix return value of copy function
2944
2945 2003-03-05 [christoph]  0.8.10claws84
2946
2947         * src/imap.c
2948                 don't ask imap server for non rfc822 headers
2949
2950         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2951
2952         * src/imap.c
2953                 destroy session on socket error to allow reconnecting
2954
2955 2003-03-05 [christoph]  0.8.10claws83
2956
2957         * configure.ac
2958                 fix building with gnome when no prefix is set
2959
2960         (closes bug 66 Gnome directory is set to NONE)
2961
2962 2003-03-05 [paul]       0.8.10claws82
2963
2964         * sync with 0.8.10cvs23
2965                 see ChangeLog 2003-03-05
2966
2967 2003-03-04 [christoph]  0.8.10claws81
2968
2969         * src/folder.c
2970                 o fix moving and copying when folder returns 0 for new
2971                   message number
2972                 o remove some code for single message copy and move
2973                   operations and use functions for multiple messages
2974
2975         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2976
2977         * src/news.c
2978                 remove unused include
2979
2980 2003-03-04 [paul]       0.8.10claws80
2981
2982         * src/gtk/about.c
2983                 list 'Compiled plugins'
2984
2985 2003-03-03 [christoph]  0.8.10claws79
2986
2987         * src/news.[ch]
2988                 have to multiply the percentage of the current fetch with
2989                 the percentage that it has of the total fetch operation
2990                 for correct values
2991
2992 2003-03-03 [christoph]  0.8.10claws78
2993
2994         * src/news.c
2995                 fix calculation of expected lines for progress indicator
2996
2997 2003-03-03 [christoph]  0.8.10claws77
2998
2999         * src/summaryview.c
3000         * src/common/utils.c
3001                 fix segfault when opening the root news folder
3002
3003 2003-03-03 [christoph]  0.8.10claws76
3004
3005         * src/mainwindow.[ch]
3006         * src/common/Makefile.am
3007         * src/common/progressindicator.[ch]
3008                 add UI independent progress indicator handling
3009
3010         * src/news.[ch]
3011                 use new progress indicator for message info fetching
3012
3013         * src/common/hooks.h
3014                 code cleanup
3015
3016 2003-03-03 [oliver]     0.8.10claws75
3017
3018         * src/toolbar.c
3019         * src/compose.c
3020                 removed commented code
3021
3022 2003-03-03 [oliver]     0.8.10claws74
3023
3024         * src/toolbar.[ch]
3025                 cleanups and refactoring
3026         * src/compose.[ch]
3027                 compose_reply_mode reply & forwarding interface for
3028                 toolbar buttons
3029         * src/folderview.c
3030                 act on messages marked for deletion in folderview_selected
3031                 based on prefs_common.immediate_exec since a message might 
3032                 have been deleted by messageview in a folder we are changing 
3033                 to (does anybody understand what I'm on about ?)
3034
3035 2003-03-03 [oliver]     0.8.10claws73
3036         
3037         * src/messageview.[ch]
3038                 new functions
3039                 - messageview_delete: delete message shown in messagview
3040                 - messageview_update_view: update messageview to currently 
3041                   selected summaryview message
3042                 - add separate messageview to msgview_list in order to update 
3043                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3044         * src/summaryview.[ch]
3045                 summary_get_selection returns a list of selected msgs
3046                 in summaryview
3047         * src/mainwindow.c
3048                 toolbar reply refactoring
3049
3050 2003-03-03 [paul]       0.8.10claws72
3051
3052         * sync with 0.8.10cvs21
3053                 see ChangeLog 2003-03-03
3054
3055 2003-03-02 [christoph]  0.8.10claws71
3056
3057         * src/common/passcrypt.c
3058                 use POSIX includes
3059
3060 2003-03-02 [christoph]  0.8.10claws70
3061
3062         * configure.ac
3063         * src/prefs_account.c
3064         * src/prefs_gtk.[ch]
3065         * src/common/.cvsignore
3066         * src/common/Makefile.am
3067         * src/common/passcrypt.c                ** NEW **
3068         * src/common/passcrypt.h.in             ** NEW **
3069                 Implement password encryption in config files
3070                 using unix encrypt and setkey functions. The crypt
3071                 key can be set as a configure parameter. Old
3072                 passwords will be converted if they do not begin
3073                 with '!'
3074
3075 2003-03-02 [paul]       0.8.10claws69
3076
3077         * src/prefs_account.c
3078                 fix compile error
3079
3080 2003-03-01 [thorsten]   0.8.10claws68
3081
3082         * po/el.po
3083           po/hr.po
3084           po/it.po
3085           po/nl.po
3086           po/sr.po
3087           po/sv.po
3088                 corrected format strings
3089         * po/en_GB.po
3090                 corrected headers
3091                 (fix compile errors with GNU gettext-0.11.5)
3092
3093 2003-03-01 [oliver]     0.8.10claws67
3094
3095         * src/summaryview.c
3096                 menu callbacks call toolbar_menu_reply
3097
3098 2003-03-01 [oliver]     0.8.10claws66
3099
3100         * src/mainwindow.c
3101         * src/messageview.c
3102                 menu callbacks call toolbar_menu_reply
3103         * src/toolbar.[ch]
3104                 callbacks from menu handled by toolbar_menu_reply
3105
3106 2003-03-01 [paul]       0.8.10claws65
3107
3108         * src/addressbook.c
3109                 revert commit 0.8.10claws54 - breaks editing of
3110                 addressbook.
3111                 
3112         * po/bg.po
3113                 update Bulgarian translation, submitted by
3114                 George Danchev
3115
3116 2003-02-28 [christoph]  0.8.10claws64
3117
3118         * src/account.c
3119         * src/addressadd.c
3120         * src/compose.c
3121         * src/gtkaspell.c
3122         * src/gtkxtext.h                ** REMOVE **
3123         * src/imap.c
3124         * src/matcher.[ch]
3125         * src/mh.c
3126         * src/news.c
3127         * src/pine.c
3128         * src/prefs_common.c
3129         * src/prefs_matcher.c
3130         * src/procheader.[ch]
3131         * src/procmsg.[ch]
3132         * src/toolbar.c
3133         * src/common/ssl_certificate.c
3134         * src/gtk/colorlabel.c
3135         * src/gtk/menu.c
3136                 o fix warnings
3137                 o remove code obsoleted by new cache and folder system rework
3138
3139 2003-02-28 [oliver]     0.8.10claws63
3140         
3141         * src/toolbar.[ch]
3142                 * fix bug where reply in Messageview replied to 
3143                 Message displayed in summaryview
3144                 (reportedd via ML by chinatinte at gmx dot ch)
3145                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3146                 didn't work in separate MessageView Toolbar
3147                 (wondering if anybody uses this at all ?)
3148         * src/summaryview.[ch]
3149                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3150                 (generalize reply and forward code);
3151         * src/messageview.c 
3152                 remove focus_in event which updated summaryview to messageview
3153
3154 2003-02-28 [paul]       0.8.10claws62
3155
3156         * po/Makefile.in.in
3157                 add the --check option
3158                 Patch submitted by Ricardo Mones Lastra
3159
3160 2003-02-28 [paul]       0.8.10claws61
3161
3162         * src/prefs_account.c
3163                 re-order 'Signature' items
3164
3165 2003-02-28 [paul]       0.8.10claws60
3166
3167         * sync with 0.8.10cvs20
3168                 see ChangeLog 2003-02-28
3169
3170 2003-02-28 [paul]       0.8.10claws59
3171
3172         * po/POTFILES.in
3173                 update to reflect recent movement of files
3174
3175 2003-02-28 [paul]       0.8.10claws58
3176
3177         * sync with 0.8.10cvs19
3178                 see ChangeLog 2003-02-28
3179
3180 2003-02-27 [martin]     0.8.10claws57
3181
3182         * src/prefs_matcher.c 
3183                 fix segfault in prefs_matcher_ok() when the
3184                 last entry is deleted and prevents that the
3185                 message "entry not saved" comes up after deleting
3186                 an entry
3187
3188 2003-02-27 [martin]     0.8.10claws56
3189
3190         * src/prefs_filtering.c 
3191                 fix segfault in prefs_filtering_ok() when the
3192                 last entry is deleted and prevents that the
3193                 message "entry not saved" comes up after deleting
3194                 an entry
3195
3196 2003-02-27 [paul]       0.8.10claws55
3197
3198         * sync with 0.8.10cvs18
3199                 see ChangeLog 2003-02-27
3200
3201 2003-02-27 [paul]       0.8.10claws54
3202
3203         * src/addressbook.c
3204                 fix bug where the address book crashes with 
3205                 multiple lookups.
3206                 Patch [687729] submitted by David Frager 
3207                 <dbfrager@users.sourceforge.net>
3208
3209 2003-02-25 [christoph]  0.8.10claws53
3210
3211         * src/Makefile.am
3212         * src/colorlabel.[ch]           ** REMOVE **
3213         * src/gtk/Makefile.am
3214         * src/gtk/colorlabel.[ch]       ** NEW **
3215                 move colorlabel files to gtk directory
3216
3217         * src/esmtp.[ch]                ** REMOVE **
3218                 has been merged into smtp.[ch] in 0.7.5
3219
3220 2003-02-25 [christoph]  0.8.10claws52
3221
3222         * src/Makefile.am
3223         * src/about.[ch]                ** REMOVE **
3224         * src/gtk/Makefile.am
3225         * src/gtk/about.[ch]            ** NEW **
3226                 move about files to gtk directory
3227
3228 2003-02-25 [christoph]  0.8.10claws51
3229
3230         * src/folder.c
3231                 some code optimization of folder scanning code
3232
3233         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3234
3235 2003-02-25 [christoph]  0.8.10claws50
3236
3237         * src/main.c
3238         * src/common/sylpheed.c
3239                 add command line parameter parsing to common code
3240
3241 2003-02-24 [christoph]
3242
3243         * Makefile.am
3244         * configure.ac
3245                 fix gnome prefix problems, the configure script now removed
3246                 `gnome-config --prefix` from `gnome-config --datadir`
3247                 and adds $(prefix} instead
3248
3249         (closes Bug 24 Makefile does not respect prefix when installing
3250          GNOME data)
3251
3252 2003-02-24 [christoph]  0.8.10claws49
3253
3254         * src/news.c
3255                 check for valid session before trying to authenticate
3256
3257         (closes Bug 60 crash if "authenticate on logon" is activated
3258          and newsserver-hostname is not valid)
3259
3260 2003-02-24 [melvin]     0.8.10claws48
3261
3262         * src/prefs_actions.c
3263                 Make sure all user's input is sent to the action and then
3264                 close the socket..
3265
3266 2003-02-23 [alfons]     0.8.10claws46
3267
3268         * src/summaryview.c
3269                 also wait cursor when deleting files
3270
3271 2003-02-23 [paul]
3272
3273         * tools/freshmeat_search.pl
3274           tools/google_search.pl
3275                 scripts should now work for any browser/browser command line
3276
3277 2003-02-22 [christoph]  0.8.10claws45
3278
3279         * src/procmsg.c
3280                 fix IMAP flag setting, IMAP flag is not handled correctly
3281                 anymore by the folder system and information about the
3282                 folder should not be saved in the MsgInfo (in my opinion)
3283
3284         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3285
3286 2003-02-22 [christoph]  0.8.10claws44
3287
3288         * src/summaryview.c
3289                 fix spelling of "label" ;-)
3290
3291 2003-02-22 [thorsten]   0.8.10claws43
3292
3293         * src/mimeview.c
3294           src/prefs_common.[ch]
3295           src/procmime.[ch]
3296                 do not use description as attachment name
3297
3298 2003-02-22 [alfons]     0.8.10claws42
3299
3300         * src/summaryview.c
3301                 freeze/thaw folder item updates when changing color labels,
3302                 and put a wait cursors on
3303
3304 2003-02-22 [thorsten]   0.8.10claws41
3305
3306         * src/mimeview.c
3307                 save-all fixes: crash if invoked on multipart container,
3308                 mimeinfo access, pathseparators, error dialog
3309
3310 2003-02-21 [alfons]     0.8.10claws40
3311
3312         * src/prefs_gtk.c
3313                 remove unused var
3314
3315 2003-02-21 [colin]      0.8.10claws39
3316
3317         * src/send.c
3318                 Fix smtp logging
3319
3320 2003-02-21 [colin]      0.8.10claws38
3321
3322         * src/summaryview.c
3323                 Freeze/thaw folderItem updates when filtering messages 
3324                 via Tools/Filter messages
3325
3326 2003-02-21 [paul]       0.8.10claws37
3327
3328         * src/compose.c
3329                 revert commit 0.8.10claws26, there are ulterior motives
3330                 for users to set a Reply-To header when posting to
3331                 newsgroups
3332
3333 2003-02-21 [paul]       0.8.10claws36
3334
3335         * sync with 0.8.10cvs17
3336                 see ChangeLog 2003-02-21
3337
3338 2003-02-20 [christoph]  0.8.10claws35
3339
3340         * src/imap.c
3341                 IMAP UID fetch speedup using SEARCH
3342
3343         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3344
3345         * src/imap.c
3346                 fix problem with UIDs in IMAP UID cache that no longer existed
3347
3348 2003-02-20 [christoph]  0.8.10claws34
3349
3350         * src/imap.c
3351         * src/procheader.c
3352         * src/procheader.h
3353                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3354
3355         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3356
3357         * src/imap.c
3358                 Rewrite imap_cmd_gen_recv use sock_getline instead
3359                 of sock_gets to avoid problems with too long reply
3360                 lines
3361     
3362 2003-02-20 [colin]      0.8.10claws33
3363         
3364         * src/prefs_account.c
3365                 Better wording
3366
3367 2003-02-20 [colin]      0.8.10claws32
3368
3369         * src/compose.c
3370                 Remove useless '&& !to_sender' 
3371
3372 2003-02-20 [darko]
3373
3374         * AUTHORS
3375                 change my e-mail address
3376
3377 2003-02-19 [colin]      0.8.10claws31
3378
3379         * src/prefs_common.c
3380                 X11 style colors for every configurable color
3381
3382 2003-02-19 [alfons]     0.8.10claws30
3383
3384         * src/prefs_gtk.[ch]
3385         * src/prefs_common.c
3386                 for color_new accept both plain integers and X11 style color
3387                 names (as found in /usr/lib/X11/rgb.txt)
3388
3389 2003-02-19 [paul]       0.8.10claws29
3390
3391         * src/mainwindow.c
3392                 add tooltips to online/offline button and account selector
3393                 button
3394
3395 2003-02-19 [paul]       0.8.10claws28
3396
3397         * src/folder.c
3398           src/news.c
3399           src/prefs_account.[ch]
3400           src/prefs_common.[ch]
3401                 move 'Maximum number of articles to download' to
3402                 account prefs.
3403                 clean up account prefs gui a little by hiding entries
3404                 rather then greying out entries
3405
3406 2003-02-19 [hiro]       0.8.10claws27
3407
3408         * src/common/utils.c
3409                 fix bug #54 'yesterdays date is displayed in the message 
3410                 summary window'
3411
3412 2003-02-19 [paul]       0.8.10claws26
3413
3414         * src/compose.c
3415                 fix bug reported in Feature Request [688596] 
3416                 'Reply-to header in news'
3417
3418 2003-02-18 [paul]       0.8.10claws25
3419
3420         * src/select-keys.c
3421                 add a 'List all keys' button to key selection dialog
3422
3423 2003-02-18 [colin]      0.8.10claws24
3424         
3425         * src/stock_pixmap.c
3426                 fix compile error
3427
3428 2003-02-18 [colin]      0.8.10claws23
3429
3430         * src/common/smtp.[ch]
3431           src/prefs_account.c
3432                 Try to starttls if it seems to be the only
3433                 way to authenticate a user
3434
3435 2003-02-18 [paul]       0.8.10claws22
3436
3437         * src/Makefile.am
3438           src/folderview.c
3439           src/stock_pixmap.[ch]
3440           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3441           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3442                 as a Drafts folder is a special folder allow it to have
3443                 its own unique icons
3444
3445 2003-02-18 [colin]      0.8.10claws21
3446
3447         * src/imap.c
3448                 Fix port selection when using starttls
3449
3450 2003-02-18 [paul]       0.8.10claws20
3451
3452         * src/mainwindow.c
3453           src/prefs_common.[ch]
3454                 make blue the default new mail colour
3455
3456 2003-02-18 [paul]       0.8.10claws19
3457
3458         * sync with 0.8.10cvs14
3459                 see ChangeLog 2003-02-18
3460
3461 2003-02-17 [jens]       0.8.10claws18
3462
3463         * src/common/md5.c
3464                 fixed a compile problem with gcc 3.3
3465                 works on 2.95.3 too (testet on PPC as it is big endian)
3466
3467 2003-02-17 [paul]       0.8.10claws17
3468
3469         * sync with 0.8.10cvs13
3470                 see ChangeLog 2003-02-17
3471
3472 2003-02-17 [paul]       0.8.10claws16
3473
3474         * sync with 0.8.10cvs12
3475                 see ChangeLog 2003-02-17
3476
3477 2003-02-16 [match]      0.8.10claws15
3478
3479         * src/addressbook.c
3480                 Eliminates reloading of address data when items
3481                 deleted or added. Applied submitted by
3482                 Luke Plant <lukeplant@softhome.net>
3483
3484 2003-02-16 [paul]       0.8.10claws14
3485
3486         * src/news.c
3487                 when a 'protocol error' is encountered disconnect from
3488                 the server. This means that the user can carry on viewing
3489                 other articles and doesn't have to either wait until the
3490                 server timesout or quit sylpheed.
3491                 Fixes bug #53 'Unable to read messages in newsgroups, 
3492                 displayed message doesn't change'
3493
3494 2003-02-15 [christoph]  0.8.10claws13
3495
3496         * src/imap.c
3497                 fix bug that stopped scanning of folders when an
3498                 IMAP folder was empty
3499
3500         (closes bug 46 stop scan messages in folders after empty folder)
3501
3502 2003-02-15 [paul]
3503
3504         * tools/Makefile.am
3505           tools/README
3506           tools/freshmeat_search.pl     ** NEW FILE **
3507           tools/google_search.pl        ** NEW FILE **
3508                 Add 2 Actions scripts which search freshmeat/google
3509                 for the selected text using the browser configured
3510                 in sylpheedrc.
3511                 
3512         Note: These scripts are very dependent on the format of the
3513         browser command and may not work on every occasion. Testing
3514         is welcome. 
3515
3516 2003-02-14 [alfons]     0.8.10claws12
3517
3518         * src/compose.c
3519                 fix breakage because of uninitialized account pointer.
3520                 please verify.
3521
3522 2003-02-14 [paul]       0.8.10claws11
3523
3524         * src/compose.c
3525           src/prefs_account.[ch]
3526           src/prefs_common.[ch]
3527                 move signature settings to Account Prefs
3528
3529 2003-02-14 [paul]       0.8.10claws10
3530
3531         * sync with 0.8.10cvs11
3532                 see ChangeLog 2003-02-14
3533
3534 2003-02-13 [thorsten]   0.8.10claws9
3535
3536         * src/news.c
3537                 revert news progressbar (GUI separation)
3538
3539 2003-02-13 [paul]       0.8.10claws8
3540
3541         * src/compose.c
3542                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3543                 paragraph 1
3544
3545 2003-02-13 [paul]       0.8.10claws7
3546
3547         * src/compose.[ch]
3548           src/summaryview.c
3549                 fix 'Follow-up and Reply-to' so that it creates a reply to
3550                 the newsgroup and the sender. If the message has the keyword
3551                 'poster' in the Followup-To header, all replies go to the
3552                 sender, re: RFC 1036, Section 2.2.3
3553                 rename all instances of 'ignore_replyto' to 'to_sender', both
3554                 were previously used, now we use just one.
3555
3556 2003-02-13 [paul]       0.8.10claws6
3557
3558         * sync with 0.8.10cvs9
3559                 see ChangeLog 2003-02-13
3560
3561 2003-02-13 [paul]       0.8.10claws5
3562
3563         * configure.ac
3564                 show which plugins are configured in the configure
3565                 output.
3566
3567 2003-02-12 [thorsten]   0.8.10claws4
3568
3569         * src/news.c
3570                 show progress while fetching news headers
3571
3572 2003-02-12 [christoph]  0.8.10claws3
3573
3574         * configure.ac
3575         * src/plugins/Makefile.am
3576                 use AM_CONDITIONAL to enable plugins, automake correctly
3577                 manages this when creating distdir
3578
3579 2003-02-12 [christoph]  0.8.10claws2
3580
3581         * ac/spamassassin.m4
3582         * src/plugins/spamassassin/Makefile.am
3583                 fix building SpamAssassin plugin without OpenSSL
3584
3585 2003-02-12 [paul]       0.8.10claws1
3586
3587         * ac/Makefile.am
3588           src/Makefile.am
3589           src/plugins/Makefile.am
3590                 fix failure of 'make release'
3591
3592 2003-02-12 [paul]       0.8.10claws
3593
3594         * 0.8.10claws released
3595
3596 2003-02-12 [paul]       0.8.9claws56
3597
3598         * po/bg.po
3599           po/es.po
3600           po/it.po
3601           po/ru.po
3602           po/sr.po
3603                 updated translations by George Danchev, Ricardo Mones Lastra,
3604                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3605                 
3606         * sylpheed.spec.in
3607                 Allow the building of RPMs by a regular user. Submitted
3608                 by Sergei Astanin
3609
3610 2003-02-11 [alfons]     0.8.9claws55
3611
3612         * src/colorlabel.c
3613                 don't use pixmaps for label color rect but draw rectangles
3614                 so we can respect the color map of palette based visuals
3615                 (fixes the long time crashes on Suns - thanks to Andreas
3616                 Engel and Steve O'Hara-Smith for testing)
3617
3618 2003-02-11 [christoph]  0.8.9claws54
3619
3620         * src/matcher_parser_parse.y
3621                 correct bug where filering rules of not existing folders in
3622                 matcherrc were added to global filtering
3623                 
3624         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3625          main filter-rules after removing directory, http://bugs.debian.org/180253)
3626         
3627 2003-02-11 [paul]       0.8.9claws53
3628
3629         * sync with 0.8.10cvs7
3630                 see ChangeLog 2003-02-09
3631
3632 2003-02-11 [melvin]     0.8.9claws52
3633
3634         * po/fr.po
3635                 Updated French tranlsations
3636
3637 2003-02-10 [paul]       0.8.9claws51
3638
3639         * sylpheed.spec.in
3640                 correct --enable-openssl
3641                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3642
3643 2003-02-09 [martin]     0.8.9claws50
3644
3645         * src/prefs_matcher.c
3646                 fix segfault in prefs_matcher_substitute_cb() when
3647                 no row is selected
3648
3649 2003-02-09 [paul]       0.8.9claws49
3650
3651         * src/folderview.c
3652                 fix bug where a newsgroup folder's processing rules were
3653                 merged with the global filtering rules when the newsgroup
3654                 folder was deleted, causing some seriously bad results,
3655                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3656
3657 2003-02-08 [melvin]     0.8.9claws48
3658
3659         * src/compose.c
3660                 Corrected and modified an alert message.
3661
3662 2003-02-07 [paul]       0.8.9claws47
3663
3664         * src/folderview.c
3665                 fix bug where both an 'Account properties' window and a
3666                 'Folder properties' window were opened when clicking on
3667                 'Properties' in an NNTP or IMAP folder's popup menu.
3668
3669 2003-02-07 [paul]       0.8.9claws46
3670
3671         * sync with 0.8.10cvs6
3672                 see ChangeLog 2003-02-06
3673
3674 2003-02-06 [christoph]  0.8.9claws45
3675
3676         * src/mbox.c
3677                 freeze folder updates while importing mbox files
3678                 (closes bug 43 importing mbox took hours)
3679                 
3680         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3681
3682 2003-02-06 [thorsten]   0.8.9claws44
3683
3684         * po/de.po
3685                 Updated german translations
3686
3687 2003-02-06 [thorsten]   0.8.9claws43
3688
3689         * src/news.h
3690                 use guint for message numbers (fix count in grouplist dialog)
3691
3692 2003-02-05 [paul]       0.8.9claws42
3693
3694         * sync with 0.8.10cvs2
3695                 see ChangeLog 2003-02-05
3696
3697 2003-02-04 [colin]      0.8.9claws41
3698
3699         * src/prefs_common.[ch]
3700           src/procmsg.c
3701           src/summaryview.c
3702                 Add an option to disable threading by subject
3703
3704 2003-02-04 [christoph]  0.8.9claws40
3705
3706         * src/inc.c
3707                 only abort fetching mails from multiple accounts when the
3708                 error is fatal and does not allow to check any more accounts
3709                 (currently only disk full error)
3710
3711         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3712          receive mails for other accouts)
3713
3714 2003-02-04 [christoph]  0.8.9claws39
3715
3716         * src/folder.c
3717                 first add the new message to the cache, then
3718                 send the update notification
3719
3720         (closes bug 39 after sending message folderview doesnt get updated)
3721
3722 2003-02-04 [colin]      0.8.9claws38
3723
3724         * src/inc.c
3725                 _really_ fix this Connecting... status
3726
3727 2003-02-04 [paul]       0.8.9claws37
3728
3729         * sync with 0.8.10
3730                 see ChangeLog 2003-02-04
3731
3732 2003-02-04 [paul]       0.8.9claws36
3733
3734         * sync with 0.8.9cvs6
3735                 see ChangeLog 2003-02-03
3736
3737 2003-02-04 [paul]       0.8.9claws35
3738
3739         * po/pt_BR.po
3740                 updated by André Filipe de Assunção e Brito 
3741                 <bedecko@netsite.com.br>
3742
3743 2003-02-03 [thorsten]   0.8.9claws34
3744
3745         * po/de.po
3746                 Updated german translations
3747
3748 2003-02-02 [paul]       0.8.9claws33
3749
3750         * po/es.po
3751                 updated by Ricardo Mones Lastra
3752
3753 2003-02-02 [thorsten]   0.8.9claws32
3754
3755         * src/mh.c
3756                 Fix mh_get_msginfo() segfault if file is inaccessible
3757
3758 2003-01-31 [colin]      0.8.9claws31
3759
3760         * src/procheader.c
3761                 Fix last commit's bug
3762
3763 2003-01-31 [colin]      0.8.9claws30
3764
3765         * src/procheader.c
3766                 Missing a change for gpg-signed messages
3767
3768 2003-01-31 [paul]       0.8.9claws29
3769
3770         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3771           src/procheader.c
3772           src/stock_pixmap.[ch]
3773           src/summaryview.c
3774                 indicate GnuPG signed messages by displaying an icon
3775                 in the Attachment column.
3776
3777 2003-01-31 [paul]       0.8.9claws28
3778
3779         * sync with 0.8.9cvs4
3780                 see ChangeLog 2003-01-31
3781
3782 2003-01-31 [alfons]     0.8.9claws27
3783
3784         * src/textview.c
3785                 tune URI parser to accept mailto URLs with a '?'
3786                 (patch from Ruslan Balkin)
3787
3788 2003-01-31 [colin]      0.8.9claws26
3789
3790         * src/summaryview.c
3791                 Fix a leak introduced in claws24
3792
3793 2003-01-31 [colin]      0.8.9claws25
3794
3795         * src/summaryview.c
3796                 Freeze/Thaw folder updates when deleting dups
3797
3798 2003-01-31 [colin]      0.8.9claws24
3799         
3800         * src/addr_compl.c
3801           src/summaryview.c
3802           src/msgcache.c
3803                 little speed improvements
3804
3805 2003-01-31 [colin]      0.8.9claws23
3806
3807         * src/summaryview.c
3808                 Fix segfault when forwarding nothing
3809                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3810                 
3811 2003-01-30 [paul]       0.8.9claws22
3812
3813         * sync with 0.8.9cvs3
3814                 see ChangeLog 2003-01-30
3815
3816 2003-01-30 [paul]       0.8.9claws21
3817
3818         * sync with 0.8.9cvs2
3819                 see ChangeLog 2003-01-30
3820
3821 2003-01-29 [paul]       0.8.9claws20
3822
3823         * sync with 0.8.9cvs1
3824                 see ChangeLog 2003-01-29
3825
3826 2003-01-28 [paul]       0.8.9claws19
3827
3828         * po/POTFILES.in
3829                 update to reflect changes. 
3830                 thanks to Ricardo Mones Lastra
3831
3832 2003-01-27 [christoph]  0.8.9claws18
3833
3834         * ac/openssl.m4
3835         * ac/spamassassin.m4
3836         * src/plugins/spamassassin/README
3837         * src/plugins/spamassassin/libspamc.[ch]
3838         * src/plugins/spamassassin/utils.[ch]
3839                 updated to latest libspamc
3840
3841 2003-01-27 [christoph]  0.8.9claws17
3842
3843         * src/folder.c
3844                 fix wrong use of procheader_get_header_fields
3845
3846 2003-01-27 [christoph]  0.8.9claws16
3847
3848         * src/news.c
3849         * src/prefs_account.[ch]
3850         * src/common/nntp.[ch]
3851                 allow to force authentication for NNTP servers
3852
3853         Patch submitted by Florian Mickler <dmk@d-labs.de>
3854
3855 2003-01-26 [paul]       0.8.9claws15
3856
3857         * src/summaryview.c
3858                 speed up of marking messages as read
3859                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3860
3861 2003-01-26 [christoph]  0.8.9claws14
3862
3863         * src/Makefile.am
3864         * src/mgutils.[ch]              ** REMOVE **
3865         * src/xml.[ch]                  ** REMOVE **
3866         * src/xmlprops.[ch]             ** REMOVE **
3867         * src/common/Makefile.am
3868         * src/common/mgutils.[ch]       ** NEW **
3869         * src/common/xml.[ch]           ** NEW **
3870         * src/common/xmlprops.[ch]      ** NEW **
3871                 move xml files to common directory
3872
3873 2003-01-26 [christoph]  0.8.9claws13
3874
3875         * src/plugins/spamassassin/spamassassin_gtk.c
3876                 only set gtk entry text if string is available
3877
3878 2003-01-26 [melvin]     0.8.9claws12
3879
3880         * src/description_window.c
3881                 Allow resizing of the window
3882                 Allow automatic horizontal scroll bar
3883                 Do not vertically expand and fill
3884
3885 2003-01-26 [christoph]  0.8.9claws11
3886
3887         * src/Makefile.am
3888         * src/gtkutils.[ch]             ** REMOVE **
3889         * src/common/sylpheed.c
3890         * src/gtk/Makefile.am
3891         * src/gtk/description_window.c
3892         * src/gtk/gtkutils.[ch]         ** NEW **
3893         * src/gtk/prefswindow.c
3894                 move gtkutils to gtk directory
3895
3896 2003-01-26 [paul]       0.8.9claws10
3897
3898         * src/summaryview.c
3899                 rename summary_unread_clicked() to summary_status_clicked()
3900
3901 2003-01-26 [melvin]     0.8.9claws9
3902
3903         * src/prefs_actions.c
3904                 Cosmetical changes to the help text
3905
3906 2003-01-26 [paul]       0.8.9claws8
3907
3908         * src/folder.[ch]
3909           src/mainwindow.c
3910           src/prefs_common.c
3911           src/prefs_sumamry_column.c
3912           summaryview.[ch]
3913                 rename the 'Unread' column to 'Status'
3914
3915 2003-01-25 [match]      0.8.9claws7
3916
3917         * src/mgutils.[ch]
3918                 removed reference to LDAP constants. removed error2string.
3919                 included functions to support LDAP dynamic queries.
3920         * src/syldap.h
3921                 moved LDAP constants here.
3922         * src/addressbook.c
3923         * src/addrindex.c
3924         * src/importldif.c
3925                 removed references to LDAP constants and references to
3926                 error2string.
3927
3928 2003-01-25 [paul]       0.8.9claws6
3929
3930         * src/summaryview.c
3931                 summary_thread_build(), summary_thread_init(): remove 
3932                 unneeded reference to summaryview->folder_item
3933
3934 2003-01-25 [christoph]  0.8.9claws5
3935
3936         * src/gtk/description_window.c
3937                 o allow description texts to expand over multiple columns
3938                 o translate all columns
3939         * src/prefs_actions.c
3940                 change syntax description to use new multi column feature
3941
3942         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3943
3944 2003-01-25 [match]      0.8.9claws4
3945
3946         * src/vcard.c
3947                 fixed bug with Quoted-Printable
3948
3949 2003-01-25 [paul]       0.8.9claws3
3950
3951         * src/folder.[ch]
3952           src/summaryview.[ch]
3953                 implement per-folder collapsed/expanded threads setting
3954                 
3955         * src/prefs_common.c
3956                 remove global collapsed/expanded threads option
3957
3958 2003-01-25 [christoph]  0.8.9claws2
3959
3960         * po/POTFILES.in
3961                 add pluginwindow and prefswindow
3962         * src/compose.c
3963                 make send respond correctly to messages that could be added
3964                 to the queue folder, but the UID of the message is unknown
3965         * src/folder.c
3966         * src/imap.c
3967                 don't return guessed UIDs in imap_add_msg anymore. We return
3968                 0 to tell the folder system it was appened but the UID is
3969                 unknown. Folder system now get's the UID by scaning the folder
3970                 and searching the cache for the Message-ID
3971                 (closes bug #29 Messages queued, but not sent)
3972
3973 2003-01-25 [paul]       0.8.9claws1
3974
3975         * src/codeconv.c
3976                 conv_encode_header():  fix bug when long headers with 8-bit
3977                 characters are used, so that the encoded words are wrapped.
3978                 If the space in the original text falls on the wrap boundary,
3979                 it can be lost.
3980                 Patch by Sergey Vlasov.
3981                 
3982         * src/folderview.c
3983                  fix bug where a change to the sorting method or thread view
3984                  of a folder's messages is lost if simpify-subject is set and
3985                  toggled on or off.
3986                  Patch by Luke Plant.
3987
3988 2003-01-24 [paul]       0.8.9claws
3989
3990         * sylpheed-0.8.9claws released
3991         
3992         * Makefile.am
3993           sylpheed.spec.in
3994                 remove reference to 'INSTALL.jp'
3995
3996 2003-01-23 [paul]       0.8.8claws128
3997
3998         * po/es.po
3999           po/it.po
4000           po/ru.po
4001           po/sr.po
4002                 updated translations. submitted by Ricardo Mones Lastra,
4003                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4004
4005 2003-01-23 [colin]      0.8.8claws127
4006
4007         * src/compose.c
4008                 Fix drafted and queued news articles re-edition
4009
4010 2003-01-23 [melvin]     0.8.8claws126
4011
4012         * po/fr.po
4013                 Updated French translations
4014
4015 2003-01-23 [colin]      0.8.8claws125
4016
4017         * src/inc.c
4018                 Fix "Connecting to..." status message
4019
4020 2003-01-22 [paul]       0.8.8claws124
4021
4022         * po/bg.po
4023                 updated by George Danchev
4024                 
4025         * src/folder.c
4026                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4027                 and folder deletion
4028
4029 2003-01-21 [paul]       0.8.8claws123
4030
4031         * po/bg.po
4032                 updated by George Danchev
4033                 
4034         * src/about.c
4035                 its now 2003
4036                 
4037         * src/toolbar.c
4038                 don't translate 'Separator'
4039                 
4040         * src/plugins/spamassassin/Makefile.am
4041                 add aspell to CPPFLAGS
4042                 
4043         * src/plugins/spamassassin/spamassassin.c
4044           src/plugins/spamassassin/spamassassin_gtk.c
4045                 set correct default for spamassassin_receive_spam
4046                 slightly re-word descriptions and some
4047                 other minor changes
4048
4049 2003-01-19 [alfons]     0.8.8claws122
4050                 
4051         * src/mimeview.c
4052                 mimeview_save_as(): we might as well show the file name for
4053                 the single case "Save As" too
4054
4055 2003-01-19 [alfons]     0.8.8claws121
4056
4057         * src/crash.c
4058                 change bug tracker URL to bugzilla URL
4059
4060 2003-01-19 [alfons]     0.8.8claws120
4061
4062         * src/mimeview.c
4063                 mimeview_save_all(): display name of file before overwriting;
4064                 continue saving all, even when one overwrite was cancelled
4065
4066 2003-01-19 [christoph]  0.8.8claws119
4067
4068         * src/summaryview.c
4069         * src/procmsg.[ch]
4070                 fix wrong usage of procmsg_find_children in summaryview
4071                 by using procmsg_update_unread_children instead of
4072                 summaryview_update_unread_children
4073
4074 2003-01-19 [christoph]  0.8.8claws118
4075
4076         * src/procmsg.c
4077                 fix infinite loop in procmsg_find_children
4078                  (closes bug #25 sylpheed crashes on delete.)
4079
4080         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4081
4082 2003-01-19 [paul]       0.8.8claws117
4083
4084         * po/pt_BR.po
4085                 updated by Ivan Francolin Martinez
4086
4087 2003-01-18 [melvin]     0.8.8claws116
4088
4089         * src/prefs_actions.c
4090                 Removed syntax limitation of only one '&' at the end of command.
4091                         Now actions that contain '>/dev/null 2>&1' are possible.
4092
4093 2003-01-18 [melvin]     0.8.8claws115
4094
4095         * src/prefs_actions.c
4096                 Actions IO dialog: when the action ends
4097                 the "Close" button now has focus and [Escape] closes the
4098                 window.
4099
4100 2003-01-18 [christoph]  0.8.8claws114
4101
4102         * src/procmsg.c
4103                 o add debug output when MsgInfos are really freed
4104                 o free GSLists in procmsg_find_children and
4105                   procmsg_update_unread_children
4106
4107 2003-01-18 [christoph]  0.8.8claws113
4108
4109         * src/mainwindow.c
4110                 reorder Configuration menu
4111
4112 2003-01-18 [christoph]  0.8.8claws112
4113
4114         * src/compose.c
4115                 fix applying templates to forwarded messages
4116
4117         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4118
4119 2003-01-17 [christoph]  0.8.8claws111
4120
4121         * src/folder.c
4122                 destroy folder items, when a folder item is removed
4123
4124 2003-01-17 [christoph]  0.8.8claws110
4125
4126         * src/folder.c
4127                 fix wrong folder stats update when ignored message is
4128                 deleted
4129
4130 2003-01-17 [colin]      0.8.8claws109
4131         
4132         * src/mainwindow.c
4133         * src/summaryview.c
4134                 Quicksearch bugfixes: 
4135                 - hide help button at startup if not extended
4136                 - switch to extended when looking for replies
4137
4138 2003-01-17 [paul]
4139
4140         * sync with 0.8.9 release
4141
4142 2003-01-17 [paul]       0.8.8claws108
4143
4144         * sync with 0.8.8cvs11
4145                 see ChangeLog 2003-01-17
4146
4147 2003-01-16 [colin]      0.8.8claws107
4148
4149         * src/procmsg.c
4150                 Changed encryption test to re-ask passphrase
4151                 if an encrypted message hasn't been decrypted
4152                 Fixes bug #5
4153
4154 2003-01-16 [christoph]  0.8.8claws106
4155
4156         * src/prefs_gtk.c
4157         * src/prefs_toolbar.c
4158         * src/gtk/prefswindow.h
4159         * src/plugins/spamassassin/spamassassin_gtk.c
4160                 remove page destroy function that is not used anymore
4161
4162 2003-01-16 [paul]       0.8.8claws105
4163
4164         * sync with 0.8.8cvs9
4165                 see ChangeLog 2002-01-16
4166
4167 2003-01-16 [colin]      0.8.8claws104
4168
4169         * src/compose.[ch]
4170                 Fix bug with autosaved drafts for IMAP, when draft
4171                 folder is specified - fixes bugzilla bug #20
4172
4173 2003-01-15 [paul]       0.8.8claws103
4174
4175         * src/compose.[ch]
4176           src/procmsg.c
4177                 store folder and message-id of message forwarding
4178                 in queue header and set forward flag after sending
4179
4180 2003-01-15 [paul]       0.8.8claws102
4181
4182         * sync with 0.8.8cvs8
4183                 see ChangeLog 2002-01-15
4184
4185 2003-01-15 [colin]      0.8.8claws101
4186
4187         * src/Makefile.am
4188                 Fix linking with GNU libiconv
4189
4190 2003-01-15 [darko]      0.8.8claws100
4191
4192         * src/pine.c
4193                 fix crash when importing pine address book
4194                 entry with an empty name (reported by DY
4195                 <dybulk at tri8.net>)
4196
4197 2003-01-14 [paul]       0.8.8claws99
4198
4199         * configure.in  ** REMOVED **
4200           configure.ac  ** NEW FILE **
4201                 rename configure.in to configure.ac, as it is now
4202                 preferred
4203
4204 2003-01-14 [melvin]     0.8.8claws98
4205
4206         * src/folderview.c
4207                 folderview_check_new(): More precise function description
4208
4209 2003-01-14 [melvin]     0.8.8claws97
4210
4211         * src/folderview.c
4212                 folderview_check_new(): return the number of new messages 
4213                         since last check.
4214         * src/inc.c
4215                 inc_account_mail(): Disable counting of new messages for IMAP
4216                         and NNTP until bug [19] and [14] are fixed.
4217
4218 2003-01-14 [paul]       0.8.8claws96
4219
4220         * sync with 0.8.8cvs6
4221                 see ChangeLog 2003-01-14
4222
4223 2003-01-13 [alfons]     0.8.8claws95
4224
4225         * src/textview.c
4226                 tune email address validation (c. 0.8.8claws89): if . is 
4227                 just one char away from @, the address is invalid too 
4228                 (correctly rejects addresses like foo@.com)
4229
4230 2003-01-13 [paul]       0.8.8claws94
4231
4232         * src/messageview.c
4233           src/toolbar.c
4234                 fixes to the Message View toolbar and menu:
4235                 fix non-functioning Forward button
4236                 make Reply button consider default_reply_list
4237                 remove 'Follow-up...' menu entry
4238                 add 'Forward' and 'Redirect' menu entries
4239
4240 2003-01-13 [melvin]     0.8.8claws93
4241
4242         * src/inc.c
4243                 Fixed typo that could make new messages count incorrect.
4244
4245 2003-01-13 [melvin]     0.8.8claws92
4246
4247         * src/folderview.[ch]
4248                 folderview_check_new(): return the number of new messages.
4249         * src/inc.c
4250                 Should fix bug [14] where new mail notification worked 
4251                         incorrectly with IMAP accounts.
4252                 inc_spool_account(): return number of new msgs, or -1 on error
4253                 inc_all_spool(): return number of new msgs
4254                 
4255 2003-01-13 [melvin]     0.8.8claws91
4256
4257         * src/prefs_actions.c
4258                 Justify help text.
4259
4260 2003-01-12 [thorsten]   0.8.8claws90
4261
4262         * src/common/prefs.c
4263                 close file before rename
4264
4265 2003-01-12 [alfons]     0.8.8claws89
4266
4267         * AUTHORS
4268                 add Christian Mertes
4269         * src/common/utils.[ch]
4270                 g_stricase_hash(), g_stricase_equal(): functions for 
4271                 case insensitive hash tables
4272         * src/textview.c
4273                 use top level domain names to validate email address, based
4274                 on a patch by Christian Mertes (thanks!), but changed 
4275                 implementation to use a hash table 
4276
4277 2003-01-12 [paul]       0.8.8claws88
4278
4279         * po/bg.po
4280                 updated by George Danchev
4281
4282 2003-01-12 [alfons]     0.8.8claws87
4283
4284         * src/summaryview.c
4285                 delete / execute performance: use new style folder update
4286
4287 2003-01-12 [paul]       0.8.8claws86
4288
4289         * sync with 0.8.8cvs5
4290                 see ChangeLog 2003-01-13 (!)
4291
4292 2003-01-12 [alfons]     0.8.8claws85
4293
4294         * src/filtering.c
4295         * src/matcher_parser_parse.y
4296                 prepare change_score filtering action
4297         * src/matcher.[ch]
4298                 give up const-correctness on functions that call non-const-correct functions;
4299                 several casts to gpointer in g_free();
4300                 add change_score;
4301
4302 2003-01-12 [christoph]  0.8.8claws84
4303
4304         * src/compose.c
4305                 fix 2 warnings
4306
4307         * src/gtk/prefswindow.[ch]
4308         * src/plugins/spamassassin/spamassassin_gtk.c
4309                 changed the call of the widget create function
4310                 for PrefsPages, because sometimes the widget
4311                 create function needs a widget that already has
4312                 been attached to a window (to create GDK pixmaps
4313                 for exmaple). So we simply pass the GtkWindow as
4314                 the second parameter now.
4315
4316         * src/main.c
4317         * src/mainwindow.c
4318         * src/prefs_toolbar.[ch]
4319                 rewrite Toolbar Preferences using the new
4320                 prefs window
4321
4322 2003-01-11 [alfons]     0.8.8claws83
4323
4324         * src/addressadd.c
4325                 fix crash when adding sender to addressbook because status bar
4326                 isn't there (the status bar doesn't seem to be used though,
4327                 but I'll let Match decide what to do with it)
4328
4329 2003-01-11 [colin]      0.8.8claws82
4330
4331         * src/main.c
4332           src/toolbar.c
4333                 Two useless changes reversed
4334
4335 2003-01-11 [colin]      0.8.8claws81
4336
4337         * src/mainwindow.c
4338           src/mainwindow.h
4339                 Add mainwindow_get_mainwindow()
4340         * src/alertpanel.c
4341           src/alertpanel.h
4342                 Add alertpanel_error_log() 
4343         * src/compose.c
4344           src/inc.c
4345           src/messageview.c
4346           src/toolbar.c
4347           src/main.c
4348           src/procmsg.c
4349                 Network errors get a View Log button
4350
4351 2003-01-10 [alfons]     0.8.8claws80
4352
4353         * src/prefs_toolbar.c
4354         * src/toolbar.c
4355                 use the translatable string for "Separator" as file name for
4356                 separator toolbar items (probably make this uppercase?)
4357
4358 2003-01-10 [alfons]     0.8.8claws79
4359
4360         * src/prefs_toolbar.c
4361                 put right A_SEPARATOR description string in "displayed
4362                 toolbar items list" so manually added separators are
4363                 saved correctly (bug #10, "Adding a separator to the main 
4364                 toolbar fails, entry in xml file is wrong")
4365
4366 2003-01-10 [christoph]  0.8.8claws78
4367
4368         * src/imap.c
4369                 o fix warnings
4370                 o use CAPABILITY to check if NAMESPACE is available
4371
4372 2003-01-10 [christoph]  0.8.8claws77
4373
4374         * src/imap.[ch]
4375                 apply UIDPLUS IMAP extension support patch
4376
4377         Patch submitted by Simon 'corecode' Schubert
4378
4379 2003-01-10 [paul]       0.8.8claws76
4380
4381         * src/folderview.c
4382                 a sync from main which fixes the news account folders'
4383                 Properties bug
4384
4385 2003-01-10 [christoph]  0.8.8claws75
4386
4387         * src/folder.c
4388                 don't accept 0 as a valid uid returned by copy and move
4389                 functions. 0 means the message was copied or moved but the
4390                 new uid could not be fetched. It is not an error condition
4391                 for the copy or move operation.
4392
4393 2003-01-10 [paul]       0.8.8claws74
4394
4395         * src/prefs_filtering.c
4396                 change English used in Alert when entry is not
4397                 saved.
4398                 
4399         * sync with 0.8.8cvs4
4400                 see ChangeLog 2003-01-10
4401
4402 2003-01-10 [darko]      0.8.8claws73
4403
4404         * src/pine.c
4405                 fix crash when importing address book entry
4406                 without a valid address
4407
4408 2003-01-09 [alfons]     0.8.8claws72
4409
4410         * src/inc.c
4411                 filtering performance: use new style folder update
4412
4413 2003-01-09 [christoph]  0.8.8claws71
4414
4415         * src/compose.c
4416         * src/gtk/menu.[ch]
4417                 fix wrong selecting of mime encoding type, when
4418                 opening property dialog of attachments in the
4419                 compose window. 7bit was always selected and that
4420                 destoryed files with 8bit data.
4421                 (closes bug #9 Sylpheed-claws destroys attachments when
4422                  changing MIME-types)
4423
4424 2003-01-09 [paul]       0.8.8claws70
4425
4426         * sync with 0.8.8cvs3
4427                 see ChangeLog 2003-01-09
4428
4429 2003-01-08 [alfons]     0.8.8claws69
4430         
4431         * src/addressadd.c
4432                 apply patch by Kim Schulz to fix build breakage
4433                 because of missing variable
4434
4435 2003-01-08 [paul]       0.8.8claws68
4436
4437         * sync with 0.8.8cvs2
4438                 see ChangeLog 2002-01-08
4439
4440 2003-01-08 [paul]       0.8.8claws67
4441
4442         * po/it.po
4443                 updated by Alessandro Maestri
4444                 
4445         * src/addressadd.c
4446                 when using 'Add sender to addressbook' allow
4447                 name to be edited and remarks to be entered
4448                 Patch submitted by Luke Plant
4449
4450 2003-01-08 [darko]      0.8.8claws66
4451
4452         * README.claws, src/summaryview.c
4453                 fix description for marked messages
4454
4455 2003-01-08 [paul]
4456
4457         * tools/Makefile.am
4458           tools/launch_phoenix  ** NEW FILE **
4459                 add script that enables using Phoenix as the default
4460                 web browser. 
4461                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4462                 
4463         * tools/OOo2sylpheed.pl
4464                 remove full path to sylpheed executable, just 'sylpheed'
4465                 will do
4466                 
4467         * tools/README
4468                 add launch_phoenix informtion and re-arrange and compress
4469                 the data a little
4470
4471 2003-01-07 [christoph]  0.8.8claws65
4472
4473         * src/folder.c
4474                 fix update for source folder when moving messages
4475         * src/procmsg.[ch]
4476         * src/summaryview.c
4477                 use function to set to_folder for message infos and
4478                 automatically update the op_count for old and new
4479                 folder
4480
4481 2003-01-07 [melvin]     0.8.8claws64
4482
4483         * src/prefs_actions.c
4484                 Fixed bug where an '%p' Action on a displayed image crashed 
4485                         Sylpheed
4486                 Code clean up (get rid of duplicated code and removed unnecessary 
4487                                 structure member)
4488
4489 2003-01-07 [christoph]  0.8.8claws63
4490
4491         * src/compose.c
4492         * src/folder.[ch]
4493         * src/folderview.c
4494         * src/import.c
4495         * src/inc.c
4496         * src/main.c
4497         * src/mainwindow.c
4498         * src/messageview.c
4499         * src/prefs_folder_item.c
4500         * src/procmsg.c
4501         * src/summaryview.c
4502         * src/toolbar.c
4503                 o remove all folder update triggering from the UI code. The folder
4504                   system should know much better when a folder needs an update.
4505                 o to prevent multiple updates in a row the folder updates can be
4506                   frozen for some time.
4507
4508                 Note: - Please verify that no updates are missing
4509                       - Check where freeze/thaws should be added
4510
4511 2003-01-07 [christoph]  0.8.8claws62
4512
4513         * src/prefs_actions.c
4514                 don't translate empty strings
4515
4516         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4517
4518 2003-01-06 [christoph]  0.8.8claws61
4519
4520         * src/prefs_actions.c
4521                 mark strings for gettext
4522         * src/prefs_matcher.c
4523                 use new description window for Execute action and
4524                 match condition in Filtering
4525
4526         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4527
4528 2003-01-06 [alfons]     0.8.8claws60
4529
4530         keep myself inspired to re-organize matcher part 8; 
4531         yes, more to come (I need to move out the descriptive
4532         text for actions to matcher.c, or at least make it not
4533         depend on the wicked ordering)
4534
4535         * src/prefs_matcher.c
4536                 add documentation so others may comprehend the
4537                 UI part of the conditions
4538                 
4539 2003-01-06 [christoph]  0.8.8claws59
4540
4541         * src/prefs_actions.c
4542                 use new description window for syntax help
4543         * src/gtk/description_window.c
4544                 fix display of descriptions with column count != 2
4545
4546         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4547
4548 2003-01-06 [christoph]  0.8.8claws58
4549
4550         * src/quote_fmt.c
4551         * src/summaryview.[ch]
4552         * src/gtk/Makefile.am
4553         * src/gtk/description_window.[ch]       ** NEW **
4554                 use a generic window to display syntax descriptions
4555                 currently used in quote_fmt and summaryview (new description
4556                 for extended quick search)
4557
4558         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4559
4560 2003-01-06 [paul]       0.8.8claws57
4561
4562         * sync with 0.8.8cvs1
4563                 see ChangeLog 2003-01-06
4564
4565 2003-01-06 [christoph]  0.8.8claws56
4566
4567         * src/mainwindow.c
4568         * src/prefs_gtk.[ch]
4569         * src/gtk/prefswindow.[ch]
4570         * src/plugins/spamassassin/spamassassin_gtk.c
4571                 o remove page management from prefswindow, pages
4572                   will be an argument to prefswindow_open
4573                 o prefswindow_open gets a datapointer that is
4574                   passed to the widget_create function to allow
4575                   creation of prefswindow for specific items
4576
4577 2003-01-06 [colin]      0.8.8claws55
4578         
4579         * src/summaryview.c
4580                 We don't want regexp in the reply-finder, 
4581                 because MIDs can contain !,$,. and so on
4582
4583 2003-01-06 [jens]       0.8.8claws54
4584
4585         * src/jpilot.c
4586                 fixed a wrong free in jpilot_read_db_files
4587
4588 2003-01-06 [alfons]     0.8.8claws53
4589
4590         re-organize matcher part 8; more to come
4591        
4592         * src/matcher.c
4593                 matcherprop_to_string(): put g_free()s before the
4594                 switch-case break to fix memleaks                
4595
4596 2003-01-06 [colin]      0.8.8claws52
4597
4598         * src/summaryview.c
4599                 cleanup & reply-finder now displays the first 
4600                 matching message
4601
4602 2003-01-05 [alfons]     0.8.8claws51
4603
4604         re-organize matcher part 7; more to come
4605
4606         * src/matcher.[ch]
4607                 fixes for constant correctness;
4608                 more documentation;
4609
4610 2003-01-05 [alfons]     0.8.8claws50
4611
4612         re-organize matcher part 6; more to come
4613         
4614         * src/matcher.[ch]
4615                 fixes for constant correctness;
4616                 more documentation;
4617         * src/filtering.c
4618                 fix for constant correctness
4619
4620 2003-01-05 [colin]      0.8.8claws49
4621
4622         * src/account.[ch]
4623                 Add account_get_reply_account function
4624         * src/compose.c
4625                 Use account_get_reply_account function 
4626         * src/summaryview.c
4627                 Basic reply-finder - click on the replied
4628                 icon gets you to the outbox using quick-search
4629
4630 2003-01-05 [paul]       0.8.8claws48
4631
4632         * src/prefs_common.c
4633                 small change to English
4634                 
4635         * src/prefs_filtering.c
4636                 prefs_filtering_action_select(): improve logic and uniformity
4637                 of gui
4638
4639 2003-01-05 [alfons]     0.8.8claws47
4640
4641         fine tune solution to focus problems (bug #7)
4642
4643         * src/mainwindow.c
4644                 mainwindow_focus_in_event(): remove grab event check
4645         * src/summaryview.c
4646                 summary_button_pressed(): move selection on right-click
4647                 too. we can't possibly move the selection back after
4648                 canceling a dialog, because gtk's incomplete focus 
4649                 management. whether this is a good solution, only time
4650                 will tell.
4651
4652 2003-01-05 [christoph]  0.8.8claws46
4653
4654         * src/imap.c
4655                 fix crash when no imap connection could be established
4656
4657 2003-01-05 [paul]       0.8.8claws45
4658
4659         * src/mainwindow.c
4660           src/sumamryview.c
4661           src/gtk/menu.[ch]
4662                 fix bug 605957 'shortcuts in popup-menu'
4663                 make user-defined shortcuts work
4664                 show shortcuts that are already defined
4665                 in the main menu
4666                 Patch submitted by Luke Plant
4667
4668 2003-01-05 [alfons]     0.8.8claws44
4669
4670         * src/mainwindow.c
4671                 focus_in_event handler should not select summary view row 
4672                 when another window (menu, dialog) grabbed for events 
4673                 (bug #7, "[0.8.8claws42] Message summary focus") 
4674
4675 2003-01-04 [christoph]  0.8.8claws43
4676
4677         * src/procmsg.c
4678                 update save folder after adding the sent message
4679                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4680
4681 2003-01-02 [christoph]  0.8.8claws42
4682
4683         * src/common/plugin.c
4684                 fix unloading of all plugins and unload
4685                 plugins in reverse order
4686                 
4687         * src/gtk/pluginwindow.c
4688                 implement function of load and unload button
4689
4690         * src/gtk/prefswindow.c
4691         * src/gtk/prefswindow.h
4692                 rename register function and add new unregister
4693                 function
4694
4695         * src/plugins/spamassassin/spamassassin_gtk.c
4696                 unregister prefs page and update for changes in
4697                 src/gtk/prefswindow.c
4698
4699 2003-01-02 [paul]       0.8.8claws41
4700
4701         * po/es.po
4702                 updated by Ricardo Mones Lastra
4703
4704 2003-01-02 [paul]
4705
4706         * tools/tb2sylpheed
4707                 fixes and improvements by Urke MMI
4708
4709 2003-01-02 [thorsten]   0.8.8claws40
4710
4711         * src/procmsg.c
4712                 fixed wrong return value
4713
4714 2003-01-02 [thorsten]   0.8.8claws39
4715
4716         * src/prefs.c
4717                 fixed printing wrong variable
4718
4719 2003-01-02 [thorsten]   0.8.8claws38
4720
4721         * src/prefs.c
4722                 fixed acessing members of freed pfile struct
4723
4724 2003-01-02 [thorsten]   0.8.8claws37
4725
4726         * src/procmsg.c
4727                 detect loops across several messages
4728                 as suggested by Christoph Hohmann
4729
4730 2003-01-01 [match]      0.8.8claws36
4731
4732         * src/addrindex.c
4733                 fixed another memory leak.
4734
4735 2003-01-01 [match]      0.8.8claws35
4736
4737         * src/jpilot.[ch]
4738                 fixed memory leaks. applied Doxygen comments.
4739
4740 2003-01-01 [thorsten]   0.8.8claws34
4741
4742         * src/procmsg.c
4743                 inhibit endless loop if msg references itself
4744                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4745
4746 2003-01-01 [christoph]  0.8.8claws33
4747
4748         * src/mainwindow.c
4749         * src/gtk/Makefile.am
4750         * src/gtk/pluginwindow.c                ** NEW **
4751         * src/gtk/pluginwindow.h                ** NEW **
4752                 add plugin window
4753
4754         * src/plugins/demo/demo.c
4755         * src/plugins/spamassassin/spamassassin.c
4756         * src/plugins/spamassassin/spamassassin_gtk.c
4757                 write better plugin descriptions
4758
4759 2002-12-31 [christoph]  0.8.8claws32
4760
4761         * src/gtk/prefswindow.c
4762         * src/plugins/spamassassin/spamassassin_gtk.c
4763                 some small improvements to GTK code
4764
4765 2002-12-31 [christoph]  0.8.8claws31
4766
4767         * src/plugins/spamassassin/spamassassin_gtk.c
4768                 enable folder select button
4769
4770 2002-12-31 [christoph]  0.8.8claws30
4771
4772         * src/mainwindow.c
4773         * src/gtk/Makefile.am
4774         * src/gtk/prefswindow.c                         ** NEW **
4775         * src/gtk/prefswindow.h                         ** NEW **
4776                 add new prefs window
4777
4778         * src/common/plugin.c
4779                 don't try to load empty config lines
4780         
4781         * src/plugins/spamassassin/Makefile.am
4782         * src/plugins/spamassassin/spamassassin.c
4783         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4784         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4785                 GTK config for SpamAssassin Plugin using
4786                 the new prefs window
4787
4788 2002-12-31 [paul]       0.8.8claws29
4789
4790         * po/POTFILES.in
4791                 remove obsolete entry 'src/menu.c'
4792
4793 2002-12-31 [alfons]     0.8.8claws28
4794
4795         * src/matcher.[ch]
4796         * src/matcher_parser_parse.y
4797         * src/prefs_matcher.c
4798                 add "ignore_thread" and "~ignore_thread" condition so it's
4799                 possible to make the actions / scoring operate on the ignore
4800                 thread flag
4801
4802 2002-12-31 [christoph]  0.8.8claws27
4803
4804         * src/addrbook.c
4805         * src/addrindex.c
4806         * src/folder.c
4807         * src/matcher.c
4808         * src/prefs_account.c
4809         * src/prefs_actions.c
4810         * src/prefs_customheader.c
4811         * src/prefs_display_header.c
4812         * src/prefs_gtk.c
4813         * src/procmime.c
4814         * src/toolbar.c
4815         * src/xmlprops.c
4816         * src/common/prefs.[ch]
4817                 extend prefs file handling for reading and automatic handling
4818                 of blocks. When reading prefs_set_block_label will automatically
4819                 move on to the block. When writing it will copy all other blocks
4820                 automatically
4821
4822         * src/common/plugin.c
4823                 Now loading plugin filenames from [Plugins] block in
4824                 sylpheed rc file
4825
4826 2002-12-30 [christoph]  0.8.8claws26
4827
4828         * src/common/hooks.[ch]
4829                 return abort status to caller of hooks_invoke
4830                 
4831         * src/inc.[ch]
4832                 invoke message filtering hook and stop
4833                 default handling when filter returns abort
4834
4835         * src/common/plugin.[ch]
4836         * src/plugins/demo/demo.c
4837                 modify plugin loader, because resolving symbols for strings
4838                 does not work correctly
4839         
4840         * configure.in
4841         * ac/spamassassin.m4                            ** NEW **
4842         * src/plugins/spamassassin/.cvsignore           ** NEW **
4843         * src/plugins/spamassassin/Makefile.am          ** NEW **
4844         * src/plugins/spamassassin/README               ** NEW **
4845         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4846         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4847         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4848                 add spamassassin plugin, see src/plugins/spamassassin/README
4849                 for details
4850
4851 2002-12-29 [alfons]     0.8.8claws25
4852
4853         * src/mainwindow.c
4854                 when moving focus from a message view to the main 
4855                 window, don't forget to select the summary node
4856                 of the displayed message. should fix "[ 659103 ] 
4857                 focus-follows-mouse confuses sylpheed"
4858
4859 2002-12-29 [christoph]  0.8.8claws24
4860
4861         * src/Makefile.am
4862         * src/stringtable.[ch]          ** REMOVE **
4863         * src/common/Makefile.am
4864         * src/common/stringtable.[ch]   ** NEW **
4865                 move stringtable files to common directory
4866
4867 2002-12-29 [christoph]  0.8.8claws23
4868
4869         * src/Makefile.am
4870         * src/menu.[ch]                 ** REMOVE **
4871         * src/gtk/Makefile.am
4872         * src/gtk/menu.[ch]             ** NEW **
4873                 move menu files to gtk directory
4874
4875 2002-12-29 [match]      0.8.8claws22
4876
4877         * src/addressbook.c
4878         * src/syldap.c
4879                 moved UI specific code out of LDAP code into addressbook
4880                 UI code. fixed memory leak.
4881
4882 2002-12-29 [christoph]  0.8.8claws21
4883
4884         * src/folder.c
4885                 only check for IGNORED parent message when message is
4886                 not IGNORED itself
4887
4888 2002-12-29 [alfons]     0.8.8claws20
4889
4890         * src/summaryview.c
4891                 set gtksctree's anchor correct (immediate execute
4892                 changes the tree's layout, and anchor points at 
4893                 the incorrect row). fixes "[ 657233 ] multiple msg 
4894                 delete sometimes off by 1".
4895                 we probably have to look for more tree layout /
4896                 anchor glitches.
4897
4898 2002-12-29 [paul]       0.8.8claws19
4899
4900         * src/summaryview.c
4901                 fix bug [ 659054 ] incorrect sorting of 'From' column
4902                 when using 'display sender using address book'
4903                 thanks to Alfons and Luke Plant
4904
4905 2002-12-29 [christoph]  0.8.8claws18
4906
4907         * src/folder.c
4908         * src/procmsg.[ch]
4909                 check parent messages for IGNORE THREAD flag, when adding,
4910                 moving or copying messages to a folder
4911
4912 2002-12-27 [alfons]     0.8.8claws17
4913
4914         re-organize matcher part 5; more to come
4915
4916         * src/matcher.c
4917                 hash keywords in matchparser_tab 
4918
4919 2002-12-27 [alfons]     0.8.8claws16
4920
4921         re-organize matcher part 4; more to come
4922
4923         * src/matcher_parser.h
4924         * src/matcher_parser_lex.l
4925         * src/matcher_parser_parse.y
4926                 cleanup
4927
4928 2002-12-27 [alfons]     0.8.8claws15
4929
4930         re-organize matcher part 3; more to come
4931
4932         * src/matcher.[ch]
4933                 cleanup
4934
4935 2002-12-27 [alfons]     0.8.8claws14
4936
4937         re-organize matcher part 2; more to come but this should
4938         work. cc me if there are any regressions.
4939
4940         * src/matcher.h
4941                 add prototype for get_matchparser_tab_id()
4942         * src/matcher_parser_lex.l
4943                 look up keywords using matchparser_tab_id();
4944
4945 2002-12-27 [alfons]     0.8.8claws12
4946
4947         re-organize matcher part 1
4948
4949         * src/matcher.h
4950                 map yacc generated constants to sylpheed matcher constants
4951         * src/matcher.c
4952                 add function to find a matcher constant from a string
4953
4954 2002-12-27 [christoph]  0.8.8claws11
4955
4956         * src/compose.c
4957                 MENUITEM_ADD casts the 4th argument from integer to pointer
4958                 so it probably should not be a pointer, this means we
4959                 should use account id for it and not the account's pointer
4960
4961 2002-12-27 [paul]       0.8.8claws10
4962
4963         * src/mainwindow.c
4964                 remove unneeded 'GtkWidget *vbox'
4965                 
4966         * src/summaryview.c
4967                 further sync with 0.8.8 - make sort
4968                 by recipient work as expected
4969                 
4970         * NEWS
4971                 sync with 0.8.8
4972
4973 2002-12-27 [paul]       0.8.8claws9
4974
4975         * po/pt_BR.po
4976                 updated by Ivan F. Martinez
4977                 
4978 2002-12-27 [darko]      0.8.8claws8
4979
4980         * src/common/utils.c
4981                 added locked pattern to extended search
4982
4983 2002-12-27 [alfons]     0.8.8claws7
4984
4985         * src/prefs_matcher.[ch]
4986                 clean up
4987
4988 2002-12-26 [alfons]     0.8.8claws6
4989
4990         * src/matcher.[ch]
4991         * src/matcher_parser_lex.l
4992         * src/matcher_parser_parse.y
4993         * src/prefs_matcher.c
4994                 allow color label as a condition in the matcher
4995
4996 2002-12-26 [oliver]     0.8.8claws5
4997         
4998         * src/toolbar.c 
4999                 enable Addressbook for Main and Messageview
5000         * src/prefs_actions.c
5001                 enable actions in Messageview
5002
5003 2002-12-26 [christoph]  0.8.8claws4
5004
5005         * src/common/plugin.c
5006                 add a little debug output
5007         * configure.in
5008         * src/plugins/demo/Makefile.am
5009                 better use of automake
5010
5011 2002-12-26 [christoph]  0.8.8claws3
5012
5013         * src/Makefile.am
5014         * src/common/Makefile.am
5015                 fix "make distdir"
5016
5017 2002-12-26 [christoph]  0.8.8claws2
5018
5019         * configure.in
5020                 sort configure checks into common / gtk / plugins
5021         * po/POTFILES.in
5022                 add src/prefs_gtk.c
5023         * src/Makefile.am
5024                 add plugins SUBDIR
5025         * src/main.c
5026         * src/common/sylpheed.[ch]
5027                 added now sylpheed_done function for shutdown
5028         * src/common/Makefile.am
5029         * src/common/plugin.[ch]                ** NEW **
5030                 plugin loader and unloader
5031         * src/plugins/.cvsignore                ** NEW **
5032         * src/plugins/Makefile.am               ** NEW **
5033                 build plugins
5034         * src/plugins/demo/.cvsignore           ** NEW **
5035         * src/plugins/demo/Makefile.am          ** NEW **
5036         * src/plugins/demo/demo.c               ** NEW **
5037                 small demo plugin that installs a logtext hook and
5038                 outputs the log text to stdout
5039
5040 2002-12-26 [paul]       0.8.8claws1
5041
5042         * po/es.po
5043                 updated by Ricardo Mones Lastra
5044
5045 2002-12-26 [paul]       0.8.8claws
5046
5047         * 0.8.8claws released
5048
5049 2002-12-26 [paul]       0.8.7claws12
5050
5051         * po/bg.po
5052                 updated by George Danchev
5053
5054 2002-12-26 [paul]       0.8.7claws11
5055
5056         * po/POTFILES.in
5057                 remove unneeded 'src/prefs.c' entry 
5058
5059 2002-12-26 [paul]       0.8.7claws10
5060
5061         * src/codeconv.c
5062           src/mainwindow.c
5063                 sync with 0.8.8 release
5064         
5065         * src/folder.[ch]
5066           src/mh.c
5067           src/summaryview.c
5068                 partial sync with 0.8.8 release
5069         
5070
5071 2002-12-25 [alfons]     0.8.7claws9
5072
5073         * src/matcher.[ch]
5074         * src/matcher_parser_lex.l
5075         * src/matcher_parser_parse.y
5076         * src/prefs_matcher.c
5077                 add locked flag to possible filtering / matcher 
5078                 conditions (also a good example what should be
5079                 done to add a simple boolean condition)
5080
5081 2002-12-25 [christoph]  0.8.7claws8
5082
5083         * src/Makefile.am
5084         * src/account.[ch]
5085         * src/addrbook.c
5086         * src/addressbook.c
5087         * src/addrindex.c
5088         * src/filtering.c
5089         * src/folder.c
5090         * src/matcher.c
5091         * src/prefs.[ch]                ** REMOVE **
5092         * src/prefs_account.c
5093         * src/prefs_actions.c
5094         * src/prefs_common.c
5095         * src/prefs_customheader.c
5096         * src/prefs_display_header.c
5097         * src/prefs_filtering.c
5098         * src/prefs_folder_item.c
5099         * src/prefs_gtk.[ch]            ** NEW **
5100         * src/prefs_matcher.c
5101         * src/prefs_scoring.c
5102         * src/prefs_summary_column.c
5103         * src/procmime.c
5104         * src/selective_download.c
5105         * src/toolbar.c
5106         * src/common/Makefile.am
5107         * src/common/prefs.[ch]         ** NEW **
5108                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5109
5110 2002-12-24 [alfons]     0.8.7claws7
5111
5112         * src/summaryview.c
5113                 summary_thread_build(): fix real cause of the crash mentioned in
5114                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5115                 this way we get meaningful ctree nodes 
5116
5117 2002-12-24 [oliver]     0.8.7claws6
5118
5119         * src/mainwindow.[ch]
5120         * src/messageview.[ch]
5121         * src/compose.[ch]
5122         * src/inc.c
5123         * src/summaryview.c
5124                 changes to use updated toolbar handling
5125                 
5126 2002-12-24 [oliver]     0.8.7claws5
5127
5128         * src/toolbar.[ch]
5129                 generic toolbar handling
5130                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5131         * src/prefs_toolbar.[ch]
5132                 adjust to handling
5133         
5134 2002-12-24 [oliver]     0.8.7claws4
5135         
5136         * src/stock_pixmap.[ch]
5137                 move SYLPHEED_LOGO to end of list in order 
5138                 to remove it from Custom Toolbar`s Icon View
5139
5140 2002-12-24 [alfons]     0.8.7claws3
5141
5142         * src/summaryview.c
5143                 summary_thread_build(): fix crash because of focus != selection 
5144                 after threading. when deleting the selection, gtk tries but fails 
5145                 to find the correct focusable element. we now force the selection
5146                 to be focused. this should solve the infamous bug reported by 
5147                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5148                 a test case is available. 
5149
5150 2002-12-24 [darko]      0.8.7claws2
5151
5152         * src/summaryview.c
5153                 don't crash when unmarking message with unread children
5154
5155 2002-12-23 [christoph]  0.8.7claws1
5156
5157         * src/Makefile.am
5158         * src/common/Makefile.am
5159                 update Makefiles for moved intl.h, version.h and defs.h
5160         * src/imap.c
5161                 rewrite imap_session_get to avoid duplicate code
5162
5163 2002-12-23 [paul]       0.8.7claws
5164
5165         * Santa-Claws released
5166         
5167         * po/hu.po
5168           po/ru.po
5169                 squeeze in updated Hungarian and Russian translations.
5170                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5171
5172 2002-12-23 [paul]       0.8.6claws129
5173
5174         * po/pl.po
5175                 updated by Witold Wladyslaw Wojciech Wilk
5176
5177 2002-12-23 [paul]       0.8.6claws128
5178
5179         * src/quote_fmt_parse.y
5180                 fix typo and add licence header
5181
5182 2002-12-23 [paul]       0.8.6claws127
5183
5184         * po/en_GB.po
5185                 updated
5186
5187 2002-12-23 [paul]       0.8.6claws126
5188
5189         * po/it.po
5190                 updated translation, submitted by Alessandro Maestri
5191                 
5192 2002-12-23 [paul]       0.8.6claws125
5193
5194         * src/quote_fmt_parse.y
5195                 fix signature-stripping on replies bug. match
5196                 '-- \n' and not '-- '.
5197
5198 2002-12-22 [paul]       0.8.6claws124
5199
5200         * po/bg.po
5201           po/es.po
5202           po/sr.po
5203                 updated translations. submitted by George Danchev,
5204                 Ricardo Mones Lastra, and Urke MMI respectively
5205
5206 2002-12-21 [paul]       0.8.6claws123
5207
5208         * src/addrbook.c
5209                 fix coding style
5210
5211 2002-12-21 [paul]       0.8.6claws122
5212
5213         * src/addrbook.c
5214                 fix bug [643638] where if a person is in one or more
5215                 addressbook groups editing that person's email 
5216                 address results in removal from those groups.
5217                 Patch submitted by Luke Plant.
5218
5219 2002-12-20 [christoph]  0.8.6claws121
5220
5221         * src/common/utils.c
5222         * src/summaryview.c
5223                 reimplement expand_search_string using GString to
5224                 prevent crashs caused by miscalculated string
5225                 lengths reported by Paul
5226
5227 2002-12-20 [christoph]  0.8.6claws120
5228
5229         * src/summaryview.c
5230                 don't use "changed" to check if op_count has to be changed as it
5231                 is also set when the message has unread children
5232                 (closes bug [ 653221 ] crash while deleting duplicates)
5233
5234 2002-12-20 [paul]       0.8.6claws119
5235
5236         * sync with 0.8.6cvs27
5237                 see ChangeLog 2002-12-20
5238
5239 2002-12-20 [paul]       0.8.6claws118
5240
5241         * sync with 0.8.6cvs26
5242                 see ChangeLog 2002-12-19 and 2002-12-20
5243
5244 2002-12-19 [alfons]     0.8.6claws117
5245
5246         * src/textview.c
5247                 fix incorrect parsing of email addresses, submitted by 
5248                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5249                 name display if it contains @".
5250
5251 2002-12-18 [paul]       0.8.6claws116
5252
5253         * sync with 0.8.6cvs23
5254                 see ChangeLog 2002-12-18
5255
5256 2002-12-18 [paul]       0.8.6claws115
5257
5258         * src/Makefile.am
5259         * src/account.c
5260         * src/codeconv.c
5261         * src/gtkutils.[ch]
5262         * src/imap.c
5263                 sync with 0.8.6cvs22.
5264                 see ChangeLog 2002-12-17 and 2002-12-18
5265
5266 2002-12-17 [christoph]  0.8.6claws114
5267
5268         * src/imap.c
5269                 o don't create a session if imap greeting fails
5270                 o don't close socket when authentication fails
5271                   this is done by imap_session_destroy
5272
5273 2002-12-17 [thorsten]   0.8.6claws113
5274
5275         * tools/Makefile.am
5276           tools/README
5277           tools/google_msgid.pl ** NEW FILE **
5278                 Added "search for message-id" script and doc
5279
5280 2002-12-17 [thorsten]   0.8.6claws112
5281
5282         * po/hu.po
5283                 Updated hungarian translation
5284                 (updated by Gal Zoltan)
5285
5286 2002-12-16 [christoph]  0.8.6claws111
5287
5288         * src/addr_compl.c
5289                 remove stupid addressbook dump to debug output
5290         * src/mh.c
5291                 fix memory leak found by Hiro
5292
5293 2002-12-14 [paul]       0.8.6claws110
5294
5295         * src/compose.c
5296                 fix menubar sensitivity on send
5297                 
5298         * src/prefs_filtering.c
5299         * src/prefs_matcher.c
5300         * src/prefs_scoring.c
5301                 Fix english ;)
5302                 
5303         * src/common/quoted-printable.h
5304                 sync: fix typo
5305         
5306 2002-12-13 [christoph]  0.8.6claws109
5307
5308         * src/Makefile.am
5309         * src/manage_window.[ch]        ** REMOVE **
5310         * src/gtk/Makefile.am
5311         * src/gtk/manage_window.[ch]    ** NEW **
5312                 move manage_window files to gtk directory
5313
5314 2002-12-13 [christoph]  0.8.6claws108
5315
5316         * src/Makefile.am
5317         * src/gtkshruler.[ch]           ** REMOVE **
5318         * src/gtk/Makefile.am
5319         * src/gtk/gtkshruler.[ch]       ** NEW **
5320                 move gtkshruler files to gtk directory
5321
5322 2002-12-13 [christoph]  0.8.6claws107
5323
5324         * src/Makefile.am
5325         * src/compose.c
5326         * src/gtkstext.[ch]             ** REMOVE **
5327         * src/gtkutils.[ch]
5328         * src/textview.c
5329         * src/gtk/gtkstext.[ch]         ** NEW **
5330         * src/gtk/Makefile.am
5331                 o move stext functions to gtkstext.c to remove
5332                   dependency of gtkutils
5333                 o move gtkstext files to gtk directory
5334
5335         * src/gtk/Makefile.am
5336         * src/gtk/sslcertwindow.[ch]
5337                 UI stuff can always depend on common code so
5338                 it's ok to add ../common to include path
5339
5340 2002-12-13 [colin]      0.8.6claws106
5341
5342         * src/summaryview.c
5343                 Disconnect sighandlers for mainwindow when
5344                 quicksearch has the focus
5345                 Fix bug #653231
5346         * src/mainwindow.[ch]
5347                 Make key_pressed callback public, to be able
5348                 to disconnect it
5349
5350 2002-12-13 [christoph]  0.8.6claws105
5351
5352         * src/mh.c
5353                 create .mh_sequences file in new MH folders
5354                 (closes feature request [ 523162 ] MH folders should
5355                  get a .mh_sequences)
5356
5357 2002-12-13 [colin]      0.8.6claws104
5358
5359         * src/summaryview.c
5360                 Better handling of quicksearch show/hide
5361                 (basically the button stays under the mouse 
5362                  when toggled)
5363
5364 2002-12-13 [paul]       0.8.6claws103
5365
5366         * sync with 0.8.6cvs17
5367                 see ChangeLog 2002-12-13
5368
5369 2002-12-13 [paul]       0.8.6claws102
5370
5371         * po/es.po
5372                 updated by Ricardo Mones Lastra
5373
5374 2002-12-11 [colin]       0.8.6claws101
5375
5376         * src/folder.c
5377                 remove statusbar stuff
5378           src/folderview.c
5379                 set statusbar verbosity when moving folders
5380
5381 2002-12-11 [colin]       0.8.6claws100
5382         * src/prefs_filtering.c
5383         * src/prefs_matcher.c
5384         * src/prefs_scoring.c
5385                 Fix english ;)
5386
5387 2002-12-11 [colin]       0.8.6claws99
5388
5389         * src/prefs_common.[ch]
5390                 Add summary_quicksearch_type
5391         * src/summaryview.c
5392                 Save last used quicksearch type
5393
5394 2002-12-11 [jens]       0.8.6claws98
5395         * src/prefs_filtering.c
5396         * src/prefs_matcher.c
5397         * src/prefs_scoring.c
5398                 added dialog for incomplete rules in scoring, filtering and
5399                 matcher to ask wheather really close
5400
5401 2002-12-11 [colin]      0.8.6claws97
5402
5403         * src/folder.c
5404                 Fix folder dnd statusbar logging
5405
5406 2002-12-10 [christoph]  0.8.6claws96
5407
5408         * src/compose.c
5409         * src/folder.c
5410         * src/imap.c
5411         * src/inc.c
5412         * src/main.c
5413         * src/mainwindow.c
5414         * src/news.c
5415         * src/send.c
5416         * src/statusbar.[ch]
5417         * src/common/hooks.c
5418         * src/common/log.[ch]
5419                 o handle verbose logging in statusbar directly in statusbar code
5420                   and common code does not need any knowledge about a statusbar
5421                 o remove direct calls to statusbar_(puts|pop)_all functions
5422
5423 2002-12-10 [jens]       0.8.6claws95
5424
5425         * src/*.c
5426                 removed gettext from g_warnings
5427         * po/POTFILES.in
5428                 cleaned and updated
5429         * po/de.po
5430                 updated
5431
5432 2002-12-10 [colin]      0.8.6claws94
5433
5434         * src/main.c
5435                 finish crash dialog fix
5436
5437 2002-12-10 [colin]      0.8.6claws93
5438
5439         * src/main.c
5440                 "Fix" "sylpheed already running" instead of
5441                 crash dialog appearing after a crash
5442
5443 2002-12-10 [colin]      0.8.6claws92
5444
5445         * po/POTFILES.in
5446                 add src/gtk/sslcertwindow.c
5447
5448 2002-12-10 [paul]       0.8.6claws91
5449
5450         * po/POTFILES.in
5451                 updated to reflect recent changes
5452                 submitted by Alessandro Maestri
5453
5454 2002-12-09 [christoph]  0.8.6claws90
5455
5456         * src/Makefile.am
5457         * src/smtp.[ch]                 ** REMOVE **
5458         * src/common/Makefile.am
5459         * src/common/smtp.[ch]          ** NEW **
5460                 move smtp files to common directory
5461
5462 2002-12-09 [christoph]  0.8.6claws89
5463
5464         * src/Makefile.am
5465         * src/session.[ch]              ** REMOVE **
5466         * src/common/Makefile.am
5467         * src/common/session.[ch]       ** NEW **
5468                 move session files to common directory
5469
5470 2002-12-09 [paul]       0.8.6claws88
5471
5472         * src/account.c
5473                 fix bug [649746] edit accounts: move account reverted
5474                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5475
5476 2002-12-09 [colin]      0.8.6claws87
5477
5478         * src/ssl_certificate.c
5479                 cleanup
5480
5481 2002-12-09 [colin]      0.8.6claws86
5482
5483         * src/ssl.c
5484                 Try to open the cert.pem database and 
5485                 issue a warning if it isn't there
5486
5487 2002-12-09 [colin]      0.8.6claws85
5488
5489         * src/common/ssl_certificate.c
5490         * src/gtk/sslcertwindow.c
5491                 Warning fixes
5492
5493 2002-12-09 [colin]      0.8.6claws84
5494
5495         * src/ssl_certificate.[ch] ** REMOVED **
5496         * src/common/ssl_certificate.[ch] ** NEW **
5497         * src/Makefile.am
5498         * src/common/Makefile.am
5499                 Moved ssl_certificate.[ch] to common
5500         * src/common/ssl.c 
5501                 Put back needed include
5502         * src/gtk/sslcertwindow.[ch]
5503                 Changed ssl_certificate.h include
5504         
5505 2002-12-09 [colin]      0.8.6claws83
5506
5507         * src/gtk/sslcertwindow.[ch]
5508                 Implement hook for certificate acception
5509         * src/ssl_certificate.[ch]
5510                 Implement hook for certificate acception
5511         * src/common/ssl.c
5512                 Reenable certificate acception check
5513         * src/mainwindow.c
5514                 Register sslcertwindow's hook
5515         
5516 2002-12-08 [christoph]  0.8.6claws82
5517
5518         * src/about.c
5519         * src/addr_compl.c
5520         * src/codeconv.c
5521         * src/manual.c
5522         * src/undo.c
5523         * src/common/utils.c
5524                 o add missing includes
5525                 o fix warnings
5526         * src/.cvsignore
5527         * src/common/.cvsignore
5528         * src/common/version.h          ** REMOVE **
5529                 remove autogenerated file
5530
5531 2002-12-08 [paul]       0.8.6claws81
5532
5533         * src/stringtable.c
5534                 put back needed include
5535
5536 2002-12-08 [colin]      0.8.6claws80
5537         
5538         * src/gtk/sslcertwindow.c
5539                 Cleaner popups when asking
5540         * src/ssl_certificate.c
5541         * src/prefs_common.[ch]
5542                 remove ssl certificate pref
5543                 put back needed include
5544         * src/undo.c
5545                 put back needed include
5546
5547 2002-12-08 [christoph]  0.8.6claws79
5548
5549         * src/folderview.c
5550         * src/logwindow.c
5551         * src/statusbar.c
5552         * src/summaryview.c
5553                 only abort hook invokation if required data is missing not
5554                 if our own data pointer is NULL, update hookfunction for
5555                 log window
5556
5557 2002-12-08 [paul]       0.8.6claws78
5558
5559         * src/about.c
5560         * src/addrcache.c
5561         * src/addrclip.c
5562         * src/addr_compl.c
5563         * src/addrselect.c
5564         * src/codeconv.c
5565         * src/colorlabel.c
5566         * src/enriched.c
5567         * src/esmtp.c
5568         * src/exporthtml.c
5569         * src/headerview.c
5570         * src/imageview.c
5571         * src/manual.c
5572         * src/noticeview.c
5573         * src/pgptext.c
5574         * src/scoring.c
5575         * src/sourcewindow.c
5576         * src/stringtable.c
5577         * src/undo.c
5578                 clean up: remove unneccesary includes
5579
5580 2002-12-08 [christoph]  0.8.6claws77
5581
5582         * src/folderview.c
5583         * src/statusbar.c
5584         * src/summaryview.c
5585         * src/common/hooks.[ch]
5586                 hook functions now have a gboolean return value, if a hook
5587                 returns TRUE it will stop executing of any more hooks in
5588                 the same hooklist for this invokation
5589
5590 2002-12-08 [colin]      0.8.6claws76
5591         
5592         * src/main.c
5593                 put back argv0 for CRASH_DIALOG
5594
5595 2002-12-08 [christoph]  0.8.6claws75
5596
5597         * src/Makefile.am
5598         * src/about.c
5599         * src/account.c
5600         * src/crash.c
5601         * src/esmtp.h
5602         * src/imap.[ch]
5603         * src/inc.c
5604         * src/main.c
5605         * src/mainwindow.c
5606         * src/news.c
5607         * src/pop.[ch]
5608         * src/prefs_account.[ch]
5609         * src/prefs_common.[ch]
5610         * src/send.[ch]
5611         * src/smtp.[ch]
5612         * src/ssl_certificate.[ch]
5613         * src/ssl_manager.[ch]
5614         * src/common/Makefile.am
5615         * src/common/log.c
5616         * src/common/nntp.[ch]
5617         * src/common/socket.[ch]
5618         * src/common/ssl.[ch]
5619         * src/gtk/sslcertwindow.[ch]
5620         * ac/openssl.m4
5621                 use new autoconf script to detect OpenSSL with extra parameters
5622                 to specify the location of libs and includes, also remove USE_SSL
5623                 to USE_OPENSSL
5624
5625         * src/common/sylpheed.[ch]
5626         * src/common/version.h.in
5627                 start seperation of common code initialization seperated from gui
5628
5629         * src/summaryview.c
5630                 The function that is called when a color label changes
5631                 should not change the color lable again
5632
5633 2002-12-08 [colin]      0.8.6claws74
5634
5635         * src/gtk/sslcertwindow.c
5636                 warning fixes
5637
5638 2002-12-08 [colin]      0.8.6claws73
5639
5640         * src/statusbar.c
5641           src/common/log.h
5642                 Register a hook for statusbar_puts_all
5643         * src/common/log.c
5644                 invoke statusbar_puts_all's hook
5645         
5646 2002-12-08 [colin]      0.8.6claws72
5647
5648         * src/ssl_certificate.c
5649                 Put back a badly-removed include
5650
5651 2002-12-08 [colin]      0.8.6claws71
5652
5653         * src/gtk/sslcertwindow.[ch]    ** NEW **
5654                 new certificate presentation
5655         * src/gtk/Makefile.am
5656                 add new files
5657         * src/ssl_certificate.[ch]
5658                 gtk cleanup, made utility functions public
5659         * src/ssl_manager.c
5660                 use new cert presentation
5661
5662 2002-12-07 [christoph]  0.8.6claws70
5663
5664         * src/Makefile.am
5665         * src/nntp.[ch]                 ** REMOVE **
5666         * src/common/Makefile.am
5667         * src/common/nntp.[ch]          ** NEW **
5668                 move nntp files to common directory
5669
5670 2002-12-07 [christoph]  0.8.6claws69
5671
5672         * src/procmsg.[ch]
5673         * src/summaryview.c
5674                 implement msginfo update callback using sylpheed's new
5675                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5676
5677 2002-12-06 [christoph]  0.8.6claws68
5678
5679         * src/editgroup.c
5680                 This patch changes the 'Edit Group Details' dialog to
5681                 allow extended selections in either pane, so that
5682                 addresses can be added or removed from a group more
5683                 quickly and easily. (it actually is a net decrease in
5684                 file size, as some unnecessary functions have been
5685                 removed). 
5686                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5687
5688 2002-12-06 [christoph]  0.8.6claws67
5689
5690         * src/Makefile.am
5691         * src/template.[ch]             ** REMOVE **
5692         * src/common/Makefile.am
5693         * src/common/template.[ch]      ** NEW **
5694                 move template files to common directory
5695
5696         * src/nntp.c
5697                 add missing log.h include
5698
5699 2002-12-06 [melvin]     0.8.6claws66
5700
5701         * src/prefs_actions.c
5702                 Added the trailing ">" syntax to insert command's output
5703                 without replacing old text (in contrast to trailing "|").
5704
5705 2002-12-05 [colin]      0.8.6claws65
5706         
5707         * src/common/utils.c
5708                 Don't modify original search_string or it'll change
5709                 the next iterations in the for()
5710
5711 2002-12-05 [darko]      0.8.6claws64
5712
5713         * src/common/utils.c
5714                 proper check for filtering commands, found by Colin
5715
5716 2002-12-05 [darko]      0.8.6claws63
5717
5718         * src/common/utils.c
5719                 check proper string for NULL pointer, found by Colin
5720
5721 2002-12-05 [darko]      0.8.6claws62
5722
5723         * src/common/utils.[ch]
5724                 expand_search_string(): new function
5725                 converts Mutt-like patterns to Sylpheed's
5726                 filtering engine
5727         * src/summaryview.c
5728                 use expand_search_string() to allow Mutt-like
5729                 patterns in extended search
5730         * README.claws
5731                 document extended option in quick search
5732
5733 2002-12-05 [paul]       0.8.6claws61
5734
5735         * sync with 0.8.6cvs16
5736                 see ChangeLog 2002-12-05
5737                 
5738         * po/POTFILES.in
5739                 clean up
5740
5741 2002-12-04 [christoph]  0.8.6claws60
5742
5743         * src/imap.[ch]
5744                 put imap authentication code into a new function and
5745                 remove it from imap_session_new that will allow to
5746                 send other commands before authentication
5747
5748 2002-12-04 [christoph]  0.8.6claws59
5749
5750         * src/imap.[ch]
5751                 use already existing method to prevent unneeded IMAP
5752                 folder selects. Set imap_select parameters to NULL
5753                 in some functions if the values are not required.
5754
5755         * src/xml.h
5756                 remove no longer required include
5757
5758 2002-12-04 [paul]       0.8.6claws58
5759
5760         * po/es.po
5761                 updated by Ricardo Mones Lastra
5762                 
5763         * configure.in
5764           po/hu.po      ** NEW FILE **
5765                 initial Hungarian translation, submitted
5766                 by Gál Zoltán <galzoli@hu.inter.net>
5767
5768 2002-12-03 [christoph]  0.8.6claws57
5769
5770         * src/Makefile.am
5771         * src/gtksctree.[ch]            ** REMOVE **
5772         * src/gtk/Makefile.am
5773         * src/gtk/gtksctree.[ch]        ** NEW **
5774                 move gtksctree files to gtk directory
5775
5776 2002-12-03 [christoph]  0.8.6claws56
5777
5778         * src/Makefile.am
5779         * src/md5.[ch]                  ** REMOVE **
5780         * srm/common/Makefile.am
5781         * src/common/md5.[ch]           ** NEW **
5782                 move md5 files to common directory
5783
5784         * src/gtkstext.c
5785                 remove not required #include
5786
5787 2002-12-03 [sergey]     0.8.6claws55
5788
5789         * src/gtkutils.c
5790         * src/gtkutils.h
5791                 gtkut_window_popup(): new function.
5792         * src/mainwindow.c
5793                 main_window_popup(): use gtkut_window_popup() to raise
5794                 window without changing its position.
5795                 (see sylpheed-main ML message [sylpheed:17247])
5796
5797 2002-12-03 [sergey]     0.8.6claws54
5798
5799         * src/send.c
5800                 send_message_local(): removed first-dot escaping
5801                 (SMTP-only, not needed for sending through pipe)
5802
5803 2002-12-03 [paul]       0.8.6claws53
5804
5805         * po/POTFILES.in
5806                 update to reflect recent changes (thanks
5807                 to Ricardo Mones Lastra)
5808                 
5809         * tools/filter_conv.pl
5810                  fix problem with quoted strings. Patch submitted
5811                  by Luke Plant <lukeplant@softhome.net>
5812
5813 2002-12-03 [paul]       0.8.6claws52
5814
5815         * sync with 0.8.6cvs15
5816                 see ChangeLog 2002-12-03
5817
5818 2002-12-02 [christoph]  0.8.6claws51
5819
5820         * src/logwindow.[ch]
5821         * src/common/log.[ch]
5822                 implement logging using a hook function
5823
5824         * src/folderview.c
5825         * src/folder.[ch]
5826                 define hooklist name in header file to avoid
5827                 errors caused by wrong spelling of hooklist names
5828
5829         * src/toolbar.c
5830                 fix warnings
5831
5832 2002-12-02 [christoph]  0.8.6claws50
5833
5834         * src/common/Makefile.am
5835                 add src/common/hooks.[ch]
5836
5837         * src/common/hooks.[ch]
5838                 implement a simple hook system using glib's hook functions
5839
5840         * src/folder.[ch]
5841         * src/folderview.c
5842                 use new hook system for folder item updates
5843
5844 2002-12-02 [christoph]  0.8.6claws49
5845
5846         * doc-src/ui_seperation.txt     ** NEW **
5847                 information for ui seperation
5848
5849         * src/Makefile.am
5850                 remove files that were moved to common
5851                 include common directory by default for the header files
5852
5853         * src/inc.c
5854         * src/common/socket.c
5855         * src/automaton.[ch]
5856                 implement automaton using g_io_*-functions instead of
5857                 gdk_input_add to make it ui independent
5858
5859         * src/codeconv.c
5860         * src/compose.c
5861         * src/ldif.c
5862         * src/pgptext.c
5863         * src/procmime.c
5864         * src/rfc2015.c
5865         * src/smtp.c
5866         * src/unmime.c
5867                 remove common/ prefix because directory is now in
5868                 include path
5869
5870         * src/compose.c
5871         * src/folder.c
5872         * src/folderview.c
5873         * src/mainwindow.c
5874         * src/messageview.c
5875         * src/prefs_common.c
5876         * src/procmsg.c
5877         * src/rfc2015.c
5878                 fix warnings
5879
5880         * src/imap.c
5881         * src/inc.c
5882         * src/news.c
5883         * src/pop.c
5884         * src/send.c
5885         * src/smtp.c
5886         * src/ssl_certificate.c
5887                 add log.h header file for logging functions
5888
5889         * src/main.c
5890         * src/common/utils.c
5891         * src/summaryview.c
5892         * src/xml.c
5893                 o move debug_mode to common/utils.c
5894                 o add functions to set and get debug_mode
5895
5896         * src/defs.h                    ** REMOVE **
5897         * src/intl.h                    ** REMOVE **
5898         * src/socket.[ch]               ** REMOVE **
5899         * src/ssl.[ch]                  ** REMOVE **
5900         * src/utils.[ch]                ** REMOVE **
5901                 replaced by new files in src/common/
5902         
5903         * src/common/Makefile.am
5904                 add new files in src/common/
5905
5906         * src/common/defs.h             ** NEW **
5907         * src/common/intl.h             ** NEW **
5908         * src/common/log.[ch]           ** NEW **
5909         * src/common/socket.[ch]        ** NEW **
5910         * src/common/ssl.[ch]           ** NEW **
5911         * src/common/utils.[ch]         ** NEW **
5912                 replacement for files in src/
5913
5914 2002-12-02 [colin]      0.8.6claws48
5915
5916         * src/folderview.c
5917                 Scroll folderview if necessary during dnd
5918
5919 2002-12-02 [colin]      0.8.6claws47
5920
5921         * src/folder.[ch]
5922                 Add check to verify a move is within a single mailbox
5923         * src/folderview.c
5924                 Add specific error string for this check
5925
5926 2002-12-02 [colin]      0.8.6claws46
5927
5928         * src/folder.c
5929                 Add a test to folder moving, remove a statusbar_print
5930         * src/folderview.c
5931                 Add Move folder... context-menu item
5932                 Factorize folder moving code
5933                 Enable folder DND for mbox
5934
5935 2002-12-01 [christoph]  0.8.6claws45
5936
5937         * ac/aspell.m4
5938                 remove conf.aspelltest if the version check fails
5939
5940 2002-11-30 [christoph]  0.8.6claws44
5941
5942         * autogen.sh
5943                 run libtoolize --force in autogen to create missing
5944                 libtool scripts
5945
5946 2002-11-30 [christoph]  0.8.6claws43
5947
5948         * src/Makefile.am
5949         * src/pgptext.c
5950         * src/procmime.c
5951         * src/rfc2015.c
5952         * src/uuencode.[ch]             ** REMOVED **
5953         * src/common/Makefile.am
5954         * src/common/uuencode.[ch]      ** NEW **
5955                 move uuen/decoder to common directory
5956
5957 2002-11-30 [christoph]  0.8.6claws42
5958
5959         * src/Makefile.am
5960         * src/base64.[ch]               ** REMOVED **
5961         * src/codeconv.c
5962         * src/compose.c
5963         * src/ldif.c
5964         * src/pgptext.c
5965         * src/procmime.c
5966         * src/rfc2015.c
5967         * src/smtp.c
5968         * src/unmime.c
5969         * src/common/Makefile.am
5970         * src/common/base64.[ch]        ** NEW **
5971                 move base64 en/decoder to common directory
5972
5973 2002-11-30 [christoph]  0.8.6claws41
5974
5975         * src/common                    ** NEW **
5976                 new directory for UI independent code
5977         * src/gtk                       ** NEW **
5978                 new directory for GTK frontend
5979         * src/common/.cvsignore         ** NEW **
5980         * src/gtk/.cvsignore            ** NEW **
5981                 ignore build files
5982         * src/common/Makefile.am        ** NEW **
5983         * src/gtk/Makefile.am           ** NEW **
5984                 automake files to build new seperated stuff
5985         * src/Makefile.am
5986                 the binary will currently still be build with the
5987                 files in src, so we include the code from the
5988                 subdirs for now after building the libs there
5989
5990 2002-11-30 [paul]       0.8.6claws40
5991
5992         * src/compose.c
5993                 fix bug [642731] 'Wrong selected account with drafted mail'
5994
5995 2002-11-29 [oliver]     0.8.6claws39
5996         
5997         * src/messageview.c
5998                 o update summaryview when switching between different
5999                   messageviews          
6000         * src/toolbar.c  
6001                 o check if messageview holds already removed msg
6002                   from summaryview
6003                 
6004
6005 2002-11-29 [oliver]     0.8.6claws38
6006
6007         * src/toolbar.c 
6008                 remove not needed variables and includes
6009                 make messageview stay opened and move to next when msgs are deleted 
6010
6011 2002-11-29 [oliver]     0.8.6claws37
6012         
6013         * src/toolbar.c 
6014                 disable compose button (messageview toolbar) by default
6015                 deleted msgs are moved to trash
6016         
6017 2002-11-29 [melvin]     0.8.6claws36
6018
6019         * configure.in
6020                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6021                 and to detect signatures expirations (gpgme 0.3.6)
6022
6023         * src/main.c
6024                 Use non obsolescent function for Gpgme engine checking.
6025
6026         * src/rfc2015.c
6027                 Inform about expired signatures or signatures which key
6028                 has expired. Expiration date is displayed.
6029
6030         * src/sigstatus.c
6031                 Inform about expired signatures or signatures which key
6032                 has expired.
6033
6034 2002-11-28 [paul]       0.8.6claws35
6035
6036         * src/folderview.c
6037                 re-instate 'Check for new messages' in Newsgroup
6038                 folders right-click menu, after a suggestion from
6039                 Tim Mann <timmann@users.sourceforge.net>
6040
6041         * src/main.c
6042                 after a crash check only local folders for new
6043                 messages
6044
6045 2002-11-28 [paul]       0.8.6claws34
6046
6047         * configure.in
6048                 apply patch that fixes the checking of GTK with XIM 
6049                 support on different OSs, such as FreeBSD. Patch 
6050                 submitted by Topia <topia@users.sourceforge.net>
6051                 
6052 2002-11-28 [paul]       0.8.6claws33
6053
6054         * src/mainwindow.c
6055           src/prefs_common.c
6056           src/prefs_toolbar.c
6057                 more changes to the English
6058
6059 2002-11-28 [paul]       0.8.6claws32
6060
6061         * sync with 0.8.6cvs13
6062                 see ChangeLog 2002-11-28 (no sync needed
6063                 for src/compose.c)
6064
6065 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6066         
6067         * src/mainwindow.[ch]
6068                 add patch by Ivan F. Martinez introducing messageview Toolbar
6069                 some changes and committed by oliver    
6070
6071 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6072
6073         * src/messageview.[ch]
6074                 add patch by Ivan F. Martinez introducing messageview Toolbar
6075                 some changes and committed by oliver    
6076
6077 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6078
6079         * src/compose.[ch]
6080                 add patch by Ivan F. Martinez introducing messageview Toolbar
6081                 some changes and committed by oliver    
6082
6083 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6084         
6085         * src/toolbar.[ch]
6086                 add patch by Ivan F. Martinez introducing messageview Toolbar
6087                 some changes and committed by oliver
6088
6089 2002-11-28 [oliver]     0.8.6claws27
6090         
6091         * src/prefs_toolbar.[ch]
6092                 getting ready for messageview toolbar
6093                 free mem allocated by gettext
6094                 change prefs_toolbar to prefs_toolbar_open
6095  
6096 2002-11-28 [thorsten]   0.8.6claws26
6097
6098         * src/imageview.[ch]
6099                 cleaned up conflicting declarations of
6100                 imageview_show_image()
6101
6102 2002-11-28 [paul]       0.8.6claws25
6103
6104         * src/grouplistdialog.c
6105           src/prefs_common.c
6106           src/prefs_summary_column.c
6107                 a few more improvements to the English
6108
6109 2002-11-28 [colin]      0.8.6claws24
6110
6111         * man/sylpheed.1
6112                 A few updates to command-line parameters
6113
6114 2002-11-28 [colin]      0.8.6claws23
6115
6116         * src/prefs_filtering.c
6117                 Fix problems with prefs_filtering_delete_path:
6118                 a) if the first rule is removed, original pointers
6119                    weren't updated (leading to segfaults)
6120                 b) it was always global_processing updated in case
6121                    of removed path was parent of rule path
6122
6123 2002-11-27 [paul]       0.8.6claws22
6124
6125         * src/mainwindow.c
6126           src/prefs_account.c
6127           src/prefs_actions.c
6128           src/prefs_common.c
6129           src/prefs_customheader.c
6130           src/prefs_display_header.c
6131           src/prefs_filtering.c
6132           src/prefs_folder_item.c
6133           src/prefs_matcher.c
6134           src/prefs_scoring.c
6135           src/prefs_summary_column.c
6136           src/prefs_template.c
6137           src/prefs_toolbar.c
6138                  improve the English in the GUI
6139
6140 2002-11-27 [colin]      0.8.6claws21
6141
6142         * src/folder.c
6143                 Fix processing renaming problems happening after
6144                 last commit
6145
6146 2002-11-27 [colin]      0.8.6claws20
6147
6148         * src/folder.c
6149                 recursive move now deletes src each subfolder after 
6150                 having moved it
6151         * src/folderview.c
6152                 Use identifier instead of path during dnd (enables
6153                 IMAP folder dnd)
6154
6155 2002-11-27 [paul]       0.8.6claws19
6156
6157         * src/main.c
6158                 apply patch that does command-line processing 
6159                 BEFORE gtk_init, allowing claws to run from 
6160                 shell-scripts in non-X environment (e.g. crontab 
6161                 or ip-up, ip-down scripts). Patch submitted by
6162                 Ruslan N. Balkin <baron@dartel.ru>
6163                 
6164         * po/it.po
6165                 updated by Alessandro Maestri
6166
6167 2002-11-27 [paul]       0.8.6claws18
6168
6169         * sync with 0.8.6cvs12
6170           src/prefs_common.c
6171                 Differences are that main uses a 'Receive dialog'
6172                 frame on the Interface tab, whereas claws groups all 
6173                 the dialogs together in a 'Dialogs' frame.
6174
6175 2002-11-27 [colin]      0.8.6claws17
6176
6177         * src/prefs_matcher.c
6178                 Fix Execute criteria's NOT flag
6179
6180
6181 2002-11-26 [christoph]  0.8.6claws16
6182
6183         * src/ssl.c
6184                 rewrite the ssl code a little bit, only use one
6185                 SSL context, set default certificates' file/path
6186
6187 2002-11-26 [thorsten]   0.8.6claws15
6188
6189         * src/compose.c
6190                 default-reply-to didn't work for ml-reply
6191
6192 2002-11-26 [melvin]     0.8.6claws14
6193
6194         * src/prefs_actions.c
6195                 Made pipe-actions ignore short headers in message view
6196                 Made trailing-pipe-actions write in the message view with
6197                 the same font as the original message
6198
6199 2002-11-26 [paul]       0.8.6claws13
6200
6201         * src/compose.c
6202                 this time commit the correct file
6203
6204 2002-11-26 [paul]       0.8.6claws12
6205
6206         * sync with 0.8.6cvs11
6207           src/quote_fmt_parse.y  
6208                 no sync needed
6209           src/account.[ch]       
6210                 not sync'ed
6211           src/compose.c
6212                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6213                 on draft mode.
6214                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6215                 header
6216                 
6217         see ChangeLog 2002-11-25 and 2002-11-26
6218
6219 2002-11-26 [colin]      0.8.6claws11
6220
6221         * src/folderview.c
6222                 Fix collapsed folder not auto-expanding during
6223                 mail dnd, if it was the source folder.
6224
6225 2002-11-25 [colin]      0.8.6claws10
6226
6227         * src/folderview.[ch]
6228                 Variable renaming and cleaning (slist of nodes 
6229                 to be re-collapsed is stored in FolderView)
6230
6231 2002-11-25 [paul]       0.8.6claws9
6232
6233         * src/prefs_common.[ch]
6234                 fix breakage caused by last commit
6235
6236 2002-11-25 [paul]       0.8.6claws8
6237
6238         * sync with 0.8.6cvs4
6239                 see ChangeLog 2002-11-21
6240
6241 2002-11-25 [paul]       0.8.6claws7
6242
6243         * sync with 0.8.6cvs4
6244                 see ChangeLog 2002-11-20
6245
6246 2002-11-25 [paul]       0.8.6claws6
6247
6248         * sync with 0.8.6cvs3
6249                 see ChangeLog 2002-11-18
6250
6251 2002-11-25 [colin]      0.8.6claws5
6252
6253         * src/gtkutils.[ch]
6254                 Add gtkut_ctree_node_is_parent()
6255         * src/folderview.c
6256                 Spring-loaded folders
6257
6258 2002-11-25 [colin]      0.8.6claws4
6259
6260         * src/utils.[ch]
6261                 Add slist_concat_unique(), function to merge
6262                 two GSList filtering dups
6263         * src/folder.[ch]
6264         * src/summaryview.[ch]
6265         * src/folderview.c
6266         * src/main.c
6267                 Add detection/update/display of unread answers
6268                 to marked mails
6269         * src/procmsg.[ch]
6270                 Add procmsg_find_children()
6271                 Add procmsg_msg_has_marked_parent()
6272
6273 2002-11-25 [colin]      0.8.6claws3
6274
6275         * src/ssl_certificate.[ch]
6276                 Allow checking a certificate without a DNS
6277                 lookup
6278                 Allow to forget a cert (by deleting it)
6279                 Make ssl_certificate_destroy_public
6280         * src/ssl_manager.[ch] ** NEW FILES **
6281                 Gui to manage (display/remove) certificates
6282         * src/prefs_common.[ch]
6283                 Add a pref to allow silent acceptation of
6284                 trusted certificates or not (based on the
6285                 "I want to know what's going on" principle)
6286         * src/mainwindow.c
6287                 Add SSL manager in Tools menu
6288         * src/Makefile.am
6289                 Add the new files to the build
6290         * po/POTFILES.in
6291                 Add ssl_manager.c to translations
6292
6293 2002-11-25 [colin]      0.8.6claws2
6294
6295         * src/summaryview.[ch]
6296                 Add S_SEARCH_EXTENDED to the quick search, which 
6297                 allows to search using filtering syntax.
6298
6299 2002-11-25 [colin]      0.8.6claws1
6300
6301         * src/summaryview.c
6302                 Deletion of duplicates now prefer deleting
6303                 the unread dup (fixes feature-request 638989).
6304
6305 2002-11-24 [paul]       0.8.6claws
6306
6307         * po/es.po
6308           po/pl.po
6309           po/ru.po
6310           po/sr.po
6311                 updated by Ricardo Mones Lastra,
6312                 Witold Wladyslaw Wojciech Wilk,
6313                 Ruslan N. Balkin, and  Urke MMI 
6314                 respectively
6315
6316 2002-11-24 [paul]       0.8.5claws182
6317
6318         * po/bg.po
6319                 updated by George Danchev
6320
6321 2002-11-23 [alfons]     0.8.5claws181
6322
6323         * src/imap.c
6324                 tiny memory leak found by browsing Dimitar's 
6325                 valgrind report
6326
6327 2002-11-23 [paul]       0.8.5claws180
6328
6329         * po/it.po
6330                 updated by Alessandro Maestri
6331
6332 2002-11-22 [christoph]  0.8.5claws179
6333
6334         * src/compose.c
6335         * src/inc.c
6336         * src/prefs_filtering.c
6337         * src/summaryview.c
6338                 more warning fixes
6339
6340 2002-11-22 [alfons]     0.8.5claws178
6341
6342         * src/summaryview.c
6343                 summary_execute_delete_func(): if message is deleted, make 
6344                 sure to also remove its entry in the subject hash table. 
6345                 fixes a corner case bug.
6346
6347 2002-11-22 [paul]       0.8.5claws177
6348
6349         * .cvsignore
6350                 add 'autom4te.cache'
6351                 
6352         * ltconfig      ** REMOVED **
6353                 not needed
6354
6355 2002-11-22 [paul]       0.8.5claws176
6356
6357         * src/textview.c
6358                 textview_set_font(): fix for message display in
6359                 UTF-8 locales (thanks to Sergey Vlasov).
6360                 
6361         * AUTHORS
6362                 add new team members and contributors
6363
6364
6365 2002-11-21 [colin]      0.8.5claws175
6366
6367         * src/procmsg.[ch]
6368                 Add procmsg_remove_special_headers()
6369         * src/mh.c
6370                 Use procmsg_remove_special_headers() for 
6371                 previous fix
6372
6373 2002-11-21 [colin]      0.8.5claws174
6374
6375         * src/mh.c
6376                 Fix moving/copying from queue/draft folders
6377                 for MH folders
6378
6379 2002-11-21 [christoph]  0.8.5claws173
6380
6381         * src/crash.c
6382         * src/filtering.c
6383         * src/logwindow.c
6384         * src/main.c
6385         * src/matcher_parser_lex.[hl]
6386         * src/mbox.c
6387         * src/mbox_folder.[ch]
6388         * src/prefs_filtering.c
6389         * src/procheader.c
6390         * src/quote_fmt_lex.l
6391         * src/ssl.c
6392                 fix all warnings except the warnings in lex and yacc files
6393
6394 2002-11-20 [christoph]  0.8.5claws172
6395
6396         * src/imap.c
6397                 fix MsgInfo retrieval for IMAP draft and queue folders
6398                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6399
6400 2002-11-19 [christoph]  0.8.5claws171
6401
6402         * src/compose.c
6403                 fix segfault, when draft saving does not get
6404                 the MsgInfo of the new message
6405                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6406
6407 2002-11-19 [christoph]  0.8.5claws170
6408
6409         * src/procmsg.c
6410                 add parameter check for flag setting function
6411                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6412
6413 2002-11-18 [paul]       0.8.5claws169
6414
6415         * src/compose.c
6416                 more sensitivity fixes to redirect mode:
6417                 * disable toolbar draft button
6418                 * allow only Address book in the Tools menu
6419                 * disable editing of message by the spell
6420                   checker
6421
6422 2002-11-18 [paul]       0.8.5claws168
6423
6424         * src/compose.c
6425                 fix sensitivity of menu items in compose_redirect():
6426                 allow only the necessary items 
6427
6428 2002-11-18 [paul]       0.8.5claws167
6429
6430         * src/compose.c
6431                 fix bug [ 603259 ] 'attachment got lost on bounce'
6432
6433 2002-11-18 [paul]       0.8.5claws166
6434
6435         * po/ru.po
6436                 updated by Ruslan N. Balkin <baron@dartel.ru>
6437
6438 2002-11-18 [colin]      0.8.5claws165
6439
6440         * src/main.c
6441           src/defs.h
6442                 Remove old filtering stuff
6443
6444
6445 2002-11-17 [oliver]     0.8.5claws164
6446
6447         * src/toolbar.h
6448                 remove not needed typedef 
6449
6450 2002-11-17 [oliver]     0.8.5claws163
6451
6452         * src/toolbar.c
6453                 make toolbar's on click events translatable
6454
6455 2002-11-15 [colin]      0.8.5claws162
6456
6457         * src/summaryview.c
6458                 Revert too-soon integration of a feature
6459
6460 2002-11-15 [christoph]  0.8.5claws161
6461
6462         * src/imap.c
6463                 use main's implementation of imap_get_msginfo
6464
6465 2002-11-15 [christoph]  0.8.5claws160
6466
6467         * src/compose.c
6468         * src/folder.[ch]
6469         * src/imap.c
6470         * src/mbox_folder.c
6471         * src/mh.c
6472         * src/news.c
6473         * src/procmsg.c
6474         * src/summaryview.c
6475                 replace claws' fetch_msginfo with main's get_msginfo
6476                 (use main's implementation where possible)
6477
6478 2002-11-15 [colin]      0.8.5claws159
6479
6480         * src/ssl_certificate.c
6481                 Missed a check
6482
6483 2002-11-16 [melvin]     0.8.5claws158
6484
6485         * po/fr.po
6486                 Updated French translations.
6487
6488 2002-11-16 [colin]      0.8.5claws157
6489
6490         * src/ssl_certificate.c
6491                 Check for missing parts in the certificates
6492
6493 2002-11-15 [colin]      0.8.5claws156
6494
6495         * src/folderview.c
6496                 Preventive fix (missing check) found by
6497                 Alfons
6498
6499 2002-11-15 [paul]
6500
6501         * NEWS
6502                 sync with 0.8.6 release
6503
6504 2002-11-15 [colin]      0.8.5claws155
6505
6506         * src/folder.[ch]
6507           src/folderview.c
6508                 Fix error handling of folder_item_move_to()
6509                 (thanks to Alfons!)
6510
6511 2002-11-15 [colin]      0.8.5claws154
6512
6513         * src/folder.[ch]
6514           src/folderview.c
6515                 folder_item_move_to() sets an error message instead
6516                 of having GUI stuff in folder.c
6517
6518 2002-11-15 [colin]      0.8.5claws153
6519
6520         * src/procmsg.[ch]
6521                 Implemented a callback for MsgInfo updates, 
6522                 heavily copy/pasted from Christoph's folder 
6523                 callback system
6524         * src/summaryview.[ch]
6525                 Register summary_update_msg as callback
6526
6527 2002-11-14 [colin]      0.8.5claws152
6528         
6529         * src/procmsg.c
6530                 Update the FolderItem after sending (fixes 617593)
6531
6532 2002-11-14 [christoph]  0.8.5claws151
6533
6534         * src/folder.c
6535                 fix wrong position of NULL pointer check found
6536                 by Sergey
6537
6538 2002-11-14 [christoph]  0.8.5claws150
6539
6540         * src/folder.c
6541                 fix segfault when deleting messages from IMAP folders
6542                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6543
6544 2002-11-14 [colin]      0.8.5claws149
6545
6546         * src/compose.c
6547                 Forwarding was also ignoring the folder's default account.
6548
6549 2002-11-14 [colin]      0.8.5claws148
6550
6551         * src/compose.c
6552                 Fix sent folder not set to folder properties when 
6553                 forwarding.
6554
6555 2002-11-14 [thorsten]   0.8.5claws147
6556
6557         * src/inc.c
6558                 inc_start(): Files were not moved from .processing to inbox,
6559                 if no global processing rule existed
6560
6561 2002-11-14 [colin]      0.8.5claws146
6562
6563         * src/ssl_certificate
6564                 Fix file operations
6565
6566 2002-11-14 [paul]       0.8.5claws145
6567
6568         * po/it.po
6569                 updated by Alessandro Maestri
6570
6571 2002-11-13 [alfons]     0.8.5claws144
6572
6573         * src/folder.c
6574                 folder_item_close(): only mark messages unread
6575                 when a folder has new messages 
6576
6577 2002-11-13 [keith]      0.8.5claws143
6578
6579         * src/imap.c
6580                 Fix problem moving or copying between
6581                 IMAP folders
6582
6583 2002-11-13 [colin]      0.8.5claws142
6584
6585         * src/matcher_parser_parse.y
6586                 Fix rule problem when " don't match
6587
6588 2002-11-13 [christoph]  0.8.5claws141
6589
6590         * src/folder.c
6591         * src/folderview.c
6592                 moved cache saving to folder_item_close
6593                 the folderview should not have to deal with
6594                 this things
6595
6596 2002-11-13 [christoph]  0.8.5claws140
6597
6598         * src/summaryview.c
6599                 moved setting of important score to
6600                 summary_set_prefs_from_folderitem
6601
6602 2002-11-13 [colin]      0.8.5claws139
6603
6604         * src/matcher_parser_parse.y
6605                 Fix a segfault in the parser (happening when
6606                 a good expression had been tested and a bad 
6607                 one arrives)
6608
6609 2002-11-13 [paul]       0.8.5claws138
6610
6611         * sync with 0.8.5cvs24
6612                 see ChangeLog 2002-11-13
6613                 
6614         * po/pt_BR.po
6615                 updated by Fabio Jr. Beneditto
6616
6617 2002-11-13 [colin]      0.8.5claws137
6618         
6619         * src/msgcache.c
6620           src/defs.h
6621           src/procmsg.[ch]
6622                 Revert last commit, problem
6623
6624 2002-11-13 [colin]      0.8.5claws136
6625
6626         * src/msgcache.c
6627                 Remove duplicated code
6628         * src/defs.h
6629                 Bumped CACHE_VERSION and MARK_VERSION
6630         * src/procmsg.[ch]
6631                 Network endian for cache and mark files
6632
6633 2002-11-12 [colin]      0.8.5claws135
6634
6635         * src/inc.c
6636                 Fix the "socket error" dialog which disappeared
6637
6638 2002-11-12 [colin]      0.8.5claws134
6639
6640         * src/msgcache.c
6641                 Reverse last commit which had performance 
6642                 problems, but still reverse the list
6643
6644 2002-11-12 [colin]      0.8.5claws133
6645
6646         * src/msgcache.c
6647                 Reverse list order
6648
6649 2002-11-12 [melvin]     0.8.5claws132
6650
6651         * src/compose.c
6652                 Added a check for a NULL prefs_common.dictionary
6653
6654 2002-11-12 [colin]      0.8.5claws131
6655
6656         * src/ssl_certificate.[ch]
6657                 Use FQDN hostname
6658
6659 2002-11-12 [colin]      0.8.5claws130
6660
6661         * src/ssl_certificate.[ch]
6662                 Take connection port into account for 
6663                 checking certificates (a single hostname
6664                 could have multiple servers with multiple
6665                 certificates)
6666         * src/ssl.c
6667                 Pass the port to ssl_certificate_check
6668
6669 2002-11-12 [paul]       0.8.5claws129
6670
6671         * src/folder.c
6672                 fix a typo in last commit
6673
6674 2002-11-12 [paul]       0.8.5claws128
6675
6676         * sync with 0.8.5cvs23
6677                 see ChangeLog entry 2002-11-12
6678
6679 2002-11-11 [colin]      0.8.5claws127
6680
6681         * src/ssl_certificate.c
6682                 Cleaner messages
6683                 Don't popup, instead log error, if the 
6684                 corresponding pref is checked
6685         * src/ssl_certificate.h
6686                 include <openssl/objects/h>
6687
6688 2002-11-11 [colin]      0.8.5claws126
6689
6690         * src/ssl_certificate.h
6691                 _Really_ clean it
6692
6693 2002-11-11 [colin]      0.8.5claws125
6694         
6695         * src/ssl_certificate.c
6696                 Fixed leak
6697
6698 2002-11-11 [colin]      0.8.5claws124
6699
6700         * src/ssl.c
6701                 Cleaned a bit
6702         * src/ssl_certificate.[ch]
6703                 Cleaned a bit (better use of SSL API)
6704                 (This will cause non-recognition of saved 
6705                  certificates of claws12[23]...)
6706
6707 2002-11-11 [paul]       0.8.5claws123
6708         
6709         * po/es.po
6710                 updated by Ricardo Mones Lastra
6711
6712 2002-11-11 [colin]      0.8.5claws122
6713
6714         * src/ssl.c
6715                 Fix a typo
6716
6717 2002-11-11 [colin]      0.8.5claws121
6718
6719         * src/ssl_certificate.[ch] ** NEW FILES **
6720         * src/ssl.[ch]
6721                 Check SSL certificates presented to us
6722         * src/Makefile.am
6723                 Add ssl_certificate.[ch]
6724         * po/POTFILES.in
6725                 Add ssl_certificate.c
6726
6727 2002-11-11 [paul]       0.8.5claws120
6728
6729         * sync with 0.8.5cvs22
6730                 see ChangeLog 2002-11-11
6731
6732 2002-11-11 [paul]       0.8.5claws119
6733
6734         * sync with 0.8.5cvs21
6735                 see ChangeLog 2002-11-11
6736
6737 2002-11-10 [jens]       0.8.5claws118
6738
6739         * src/folder.c
6740         * src/folderview.c
6741                 corrected some typing
6742         * po/de.po
6743                 updated german translation
6744         * sylpheed.spec.in
6745                 cleaned up specfile and adjusted it for claws
6746
6747 2002-11-10 [colin]      0.8.5claws117
6748
6749         * src/summaryview.c
6750                 a STATUSBAR_PUSH/POP fix
6751
6752 2002-11-10 [colin]      0.8.5claws116
6753
6754         * src/prefs_folder_item.c
6755                 Fix hanging after opening folder properties
6756
6757 2002-11-10 [hoa]        0.8.5claws115
6758
6759         * src/matcher_parser_lex.l
6760         * src/matcher_parser_parse.y
6761                 config file for scoring and filtering is no more trashed
6762                 when there is a syntax error in a filtering rule when
6763                 editing it in a dialog.
6764
6765 2002-11-09 [colin]      0.8.5claws114
6766
6767         * src/mbox_folder.c
6768                 Added missing initialisation of folder->destroy()
6769
6770 2002-11-09 [colin]      0.8.5claws113
6771
6772         * src/folder.c
6773           src/folderview.c
6774                 Fix the status bar messages
6775
6776 2002-11-09 [colin]      0.8.5claws112
6777
6778         * src/folderview.c
6779                 Fix hangs after folder dnd, happening after 
6780                 claws109.
6781
6782 2002-11-09 [christoph]  0.8.5claws111
6783
6784         * src/folderview.c
6785                 just changed order of calls (reverse order of
6786                 associated calls)
6787         * src/inc.c
6788                 lock inc when checking only one account, otherwise
6789                 inc all could be executed at the same time
6790
6791 2002-11-09 [christoph]  0.8.5claws110
6792
6793         * src/folderview.c
6794                 better unlock the mouse cursor before calling
6795                 summary_show because it changes the cursor too
6796
6797 2002-11-09 [christoph]  0.8.5claws109
6798
6799         * src/folder.[ch]
6800         * src/folderview.c
6801                 add functions to open and close a folder
6802                 o opending will execute scanning for remote folders
6803                   and processing
6804                 o closing will unset new flag for messages
6805
6806 2002-11-09 [colin]      0.8.5claws108
6807
6808         * src/folder.c
6809                 Add a call to prefs_matcher_write_config to 
6810                 avoid non-leaf folders filtering settings to be
6811                 lost
6812
6813 2002-11-09 [paul]       0.8.5claws107
6814
6815         * src/prefs_account.c
6816                 re-word a label
6817
6818 2002-11-09 [colin]      0.8.5claws106
6819
6820         * src/folderview.c
6821                 Minor esthetic fix
6822
6823 2002-11-09 [colin]      0.8.5claws105
6824
6825         * src/folderview.c
6826                 Fix prefs_filtering deletion for MH folders (same
6827                 reason as below)
6828         * src/prefs_filtering.c
6829                 Fix prefs_filtering renaming and deletion for 
6830                 folder-based processing rules.  
6831
6832 2002-11-09 [christoph]  0.8.5claws104
6833
6834         * src/compose.c
6835         * src/folder.[ch]
6836         * src/folderview.[ch]
6837         * src/import.c
6838         * src/inc.c
6839         * src/main.c
6840         * src/mainwindow.c
6841         * src/messageview.c
6842         * src/prefs_folder_item.c
6843         * src/procmsg.c
6844         * src/summaryview.c
6845                 implement a callback system for folder item updates
6846
6847 2002-11-09 [colin]      0.8.5claws103
6848
6849         * src/folderview.c
6850                 Fix prefs_filtering renaming for MH folders (we
6851                 shouldn't rename by path as another folder could
6852                 have the same hierarchy).
6853
6854 2002-11-09 [colin]      0.8.5claws102
6855
6856         * src/folder.c
6857                 Fix a leak found by Christoph, use better variable
6858                 names
6859
6860 2002-11-09 [colin]      0.8.5claws101
6861
6862         * src/folder.c
6863                 One more fix for processing rules
6864
6865 2002-11-08 [colin]      0.8.5claws100
6866         
6867         * src/matcher.c
6868                 Don't copy the compiled regexp (will be reevaluated)
6869         * src/folderview.c
6870                 Lock folderview while moving
6871         * src/folder.c
6872                 Provide info on what's happening to the user
6873
6874 2002-11-08 [colin]      0.8.5claws99
6875
6876         * src/folderview.c
6877                 Fix folder reordering after a move if parent is 
6878                 root
6879         * src/scoring.[ch]
6880                 Add function to copy a ScoringProp
6881         * src/prefs_folder_item.c
6882                 Copy scoring rules when copying a folder prefs
6883
6884 2002-11-08 [colin]      0.8.5claws98
6885
6886         * src/folderview.c
6887                 Fixes in case of failure
6888         * src/filtering.[ch]    
6889                 Add function to duplicate a FilteringProp
6890         * src/matcher.[ch]
6891                 Add function to duplicate a MatcherProp
6892         * src/prefs_folder_item.c
6893                 Save folder's processing rules when copying 
6894                 its prefs
6895
6896 2002-11-08 [colin]      0.8.5claws97
6897         
6898         * src/folderview.c
6899                 Sort after move
6900         * src/folder.c 
6901                 Change a printf to debug_print
6902
6903 2002-11-08 [colin]      0.8.5claws96
6904
6905         * src/folder.c
6906           src/folderview.c
6907                 Fix segfaults, call me stupido
6908         
6909
6910 2002-11-08 [colin]      0.8.5claws95
6911
6912         *src/folder.c
6913                 Added forgotten prefs to save when moving folders
6914
6915 2002-11-08 [colin]      0.8.5claws94
6916
6917         * src/folder.c
6918                 Fixes to folder DND (prefs copy)
6919         * src/folderview.c
6920                 Optimization for folder DND (don't rescan whole tree)
6921                 Added folderview_create_folder_node() for this 
6922                 optimization, so de-duped a bit the code
6923         * src/prefs_folder_item.[ch]
6924                 Added prefs_folder_item_copy_prefs()    
6925           
6926 2002-11-08 [paul]       0.8.5claws93
6927
6928         * src/prefs_account.c
6929           tools/README
6930           tools/kmail2sylpheed_v2.pl
6931                 correct some typos
6932
6933 2002-11-08 [paul]       0.8.5claws92
6934
6935         * src/compose.c
6936           src/prefs_account.[ch]
6937                 remove account options 'clearsign' and 'ascii_armored',
6938                 replace with 'default_gnupg_mode' to prevent mixed-mode
6939                 Privacy settings
6940
6941 2002-11-08 [paul]       0.8.5claws91
6942
6943         * src/compose.[ch]
6944                 re-implement GnuPG 'on-the-fly' mode selection,
6945                 disallow mixed-mode
6946
6947 2002-11-08 [colin]      0.8.5claws90
6948
6949         * src/folderview.c
6950           src/prefs_folder_item.c
6951                 Change "Property" to "Properties"
6952
6953 2002-11-07 [colin]      0.8.5claws89
6954
6955         * src/folderview.c
6956           src/folder.c
6957                 Allow folder dropping to a root folder
6958
6959 2002-11-07 [paul]       0.8.5claws88
6960
6961         * src/compose.c
6962                 revert last commit
6963
6964 2002-11-07 [paul]       0.8.5claws87
6965
6966         * src/compose.c
6967                 fix reply-to-list bug. closes bug report
6968                 "[633382] reply-to-list broken in recent cvs"
6969
6970 2002-11-07 [paul]       0.8.5claws86
6971
6972         * src/compose.c
6973                 add a forgotten '#if USE_GPGME ... #endif'
6974
6975 2002-11-07 [paul]       0.8.5claws85
6976
6977         * sync with 0.8.5cvs20
6978                 see ChangeLog 2002-11-07
6979
6980 2002-11-07 [colin]      0.8.5claws84
6981
6982         * src/folder.[ch]
6983                 Change folder_item_move_to to return the newly 
6984                 created folderitem.
6985         * src/folderview.c
6986                 Select the new folderitem after moving.
6987
6988 2002-11-07 [colin]      0.8.5claws83
6989
6990         * src/prefs_filtering.c
6991                 Fix rule rewriting when moving a leaf folder to a 
6992                 shorter path
6993
6994 2002-11-07 [colin]      0.8.5claws82
6995
6996         * src/prefs_filtering.c
6997                 fix a leak
6998
6999 2002-11-07 [colin]      0.8.5claws81
7000
7001         * src/folder.[ch]
7002                 Add folder_item_move_to() function to move a 
7003                 folderitem into another one (updates matcher etc)
7004         * src/folderview.c
7005                 Add folder drag'n drop (context menu to come)
7006                 [Should be dataloss free, but Please backup before 
7007                  trying !]
7008
7009 2002-11-06 [colin]      0.8.5claws80
7010
7011         * src/mh.c
7012                 mh_create_folder() returns NULL if can't create
7013                 directory hierarchy
7014
7015 2002-11-06 [paul]       0.8.5claws79
7016
7017         * src/compose.[ch]
7018                 allow 'on-the-fly' changing of the type of encryption 
7019                 and/or signing used (mime/ascii) via the compose window
7020
7021 2002-11-06 [paul]       0.8.5claws78
7022
7023         * sync with 0.8.5cvs19
7024                 see ChangeLog 2002-11-06 for src/account.c: 
7025                 account_get_special_folder()
7026                 
7027 2002-11-05 [alfons]     0.8.5claws77
7028
7029         * src/crash.c
7030                 very minor cleanups: nothing to see here, move on. :-)
7031
7032 2002-11-05 [colin]      0.8.5claws76
7033
7034         * src/main.c
7035                 Changes choices if compose windows are opened to
7036                 Discard, Draft, Don't quit
7037
7038 2002-11-05 [thorsten]   0.8.5claws75
7039
7040         * src/compose.c
7041                 reenabled default_reply_to folder option
7042
7043 2002-11-05 [colin]      0.8.5claws74
7044
7045         * src/compose.[ch] 
7046                 add compose_draft()
7047         * src/crash.c
7048                 add SIGTERM handler
7049         * src/main.[ch]
7050                 add clean_quit() for the SIGTERM handler
7051
7052 2002-11-05 [paul]       0.8.5claws73
7053         
7054         * po/es.po
7055                 updated by Ricardo Mones Lastra
7056
7057 2002-11-05 [melvin]     0.8.5claws72
7058
7059         * src/logwindow.c
7060                 Fixed log-clipping bug #616795.
7061                 To stop logging in the log window use 0 length.
7062         * src/prefs_common.c
7063                 Added a label to inform about the 0 log length behaviour.
7064
7065 2002-11-05 [paul]       0.8.5claws71
7066
7067         * sync with 0.8.5cvs17
7068                 see ChangeLog 2002-11-05
7069
7070 2002-11-04 [paul]       0.8.5claws70
7071
7072         * sylpheed-128x128.png
7073           sylpheed-64x64.png
7074           sylpheed.png
7075                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7076                 <nikai@users.sourceforge.net>
7077                 
7078         * po/bg.po
7079                 updated by George Danchev
7080
7081 2002-11-03 [thorsten]   0.8.5claws69
7082
7083         * src/main.c
7084           src/mimeview.c
7085           src/rfc2015.h
7086                 add check if gpg is active
7087
7088 2002-11-03 [thorsten]   0.8.5claws68
7089
7090         * src/toolbar.h
7091                 removed GSList declaration causing trouble on MacOS-X
7092                 (submitted by alfons, reported by xfesty)
7093
7094 2002-11-01 [paul]       0.8.5claws67
7095
7096         * src/mainwindow.c
7097                 remove last remnants of main's filter code
7098
7099 2002-11-01 [paul]       0.8.5claws66
7100
7101         * tools/filter_conv.pl
7102                 fix bug where user-defined headers were ignored
7103
7104 2002-11-01 [paul]       0.8.5claws65
7105
7106         * src/logwindow.c
7107                 make a debug_print() not translatable
7108
7109 2002-10-31 [melvin]     0.8.5claws64
7110
7111         * ac/aspell.m4
7112                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7113                 not run any GNU/aspell test.  The dictionary path will
7114                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7115                 was given, in which case, it will be $prefix/lib/aspell/
7116         * configure.in
7117                 Fixed typo in commentary (Aspell code).
7118
7119 2002-10-31 [paul]       0.8.5claws63
7120
7121         * po/POTFILES.in
7122                 remove src/filter.c and src/prefs_filter.c
7123                 thanks to Ricardo for reminding me
7124
7125 2002-10-31 [colin]      0.8.5claws62
7126
7127         * src/mbox_folder.c
7128                 Plug some leaks
7129
7130 2002-10-31 [paul]       0.8.5claws61
7131
7132         * src/prefs_filter.[ch] ** REMOVED **
7133           src/filter.[ch]       ** REMOVED **
7134           
7135         * src/Makefile.am
7136           src/folderview.c
7137           src/inc.c
7138           src/main.c
7139           src/mainwindow.c
7140           src/mbox.c
7141           src/prefs_common.c
7142           src/prefs_filtering.c
7143           src/summaryview.[ch]
7144                 remove main's 'filter' code
7145                 
7146         README.claws
7147                 update to reflect removal of main's filter
7148
7149 2002-10-31 [paul]       0.8.5claws60
7150
7151         * src/summaryview.c
7152                 remove check for global_processing in summary_filter_open(). 
7153                 This fixes the bug where if the user uses the right-click 
7154                 'Create filter rule...' and doesn't have any filter rules 
7155                 already defined in claws' advanced filtering, the newly 
7156                 created filter rule goes to main's filtering which is 
7157                 inaccessible through the gui. Now the filter rule gets added
7158                 to claws' filtering by default.
7159
7160 2002-10-28 [melvin]     0.8.5claws59
7161
7162         * src/prefs_actions.c
7163                 Fixed bug #627322 where MIME parts were not always
7164                 correctly passed to a %p action
7165                 Display an error dialog when message filename is not found.
7166
7167 2002-10-28 [melvin]     0.8.5claws58
7168
7169         * src/prefs_common.c
7170                 Readded a missing function declaration lost in 0.8.3claws34
7171
7172 2002-10-28 [paul]       0.8.5claws57
7173
7174         * sync with 0.8.5cvs15
7175                 see ChangeLog 2002-10-28 and 2002-10-25
7176                 
7177         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7178
7179 2002-10-27 [oliver]     0.8.5claws56
7180
7181         * src/pop.c
7182                 plug leak in pop3_top_recv
7183
7184 2002-10-26 [christoph]  0.8.5claws55
7185
7186         * src/folder.c
7187                 set need_update folder flag when messages are added
7188                 (closes bug [ 626922 ] folder not updated after receiving)
7189
7190 2002-10-25 [melvin]     0.8.5claws54
7191
7192         * src/imageview.c
7193                 Fixed a memleak introduced in the scaling code.
7194
7195 2002-10-24 [alfons]     0.8.5claws53
7196
7197         * src/filtering.c
7198                 make filtering's forward message action forward from the 
7199                 correct account
7200                 (closes bug [628089 ] Filter -> Forward from address problem
7201                 reported by Oktay)
7202
7203 2002-10-24 [christoph]  0.8.5claws52
7204
7205         * src/mainwindow.c
7206         * src/manual.[ch]
7207                 o use manual of current locale or english if current
7208                   locale is not available (and english is available)
7209                 o also link to sylpheed doc project manuals
7210
7211 2002-10-23 [paul]       0.8.5claws51
7212
7213         * tools/README
7214           tools/kmail2sylpheed_v2.pl
7215                 add new version of kmail addressbook importer script.
7216                 works with newer versions of Kmail/KAddressBook which
7217                 have new and rearranged data.
7218
7219 2002-10-23 [martin]     0.8.5claws50
7220
7221         * src/folderview.c
7222         * src/summaryview.c
7223         * src/utils.h
7224         * src/utils.c
7225                 added length parameter to get_abbrev_newsgroup_name()
7226                 changed this function so that it abbreviates the newsgroup
7227                 names only so long it is smaller than the length parameter
7228                 (for better reading of some newsgroup names and space efficiency)
7229
7230 2002-10-22 [colin]      0.8.5claws49
7231
7232         *src/foldersel.c
7233                 Revert Alfons' last modification (after voting ;-))
7234
7235 2002-10-21 [alfons]     0.8.5claws48
7236
7237         * src/foldersel.c
7238                 folder view in folder selection dialog reflects state of
7239                 folder view in main window
7240
7241 2002-10-18 [alfons]     0.8.5claws47
7242
7243         * src/mbox.c
7244                 drop imported messages in folder selected by user,
7245                 and not in the inbox
7246                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7247
7248 2002-10-18 [alfons]     0.8.5claws46
7249
7250         * src/compose.c
7251                 make automagic reply work correctly for email accounts 
7252                 (whether it's viable to do a full sync with Hiro's 
7253                 compose.c is still under discussion)
7254
7255 2002-10-18 [melvin]     0.8.5claws45
7256
7257         * src/prefs_actions.c
7258                 Fixed bug #622275 where asynchroneous actions left 
7259                 zombies processes
7260                 Made (synchroneous) actions' input be displayed live.
7261
7262 2002-10-18 [christoph]  0.8.5claws44
7263
7264         * src/textview.c
7265                 don't add a newline in the textview in front of the
7266                 first textpart if header display is disabled
7267                 (closes bug [ 603385 ] disabled header display leaves blank
7268                  lin)
7269
7270 2002-10-18 [christoph]  0.8.5claws43
7271
7272         * src/folder.[ch]
7273         * src/imap.c
7274         * src/mbox_folder.c
7275         * src/mh.c
7276         * src/news.c
7277                 folder->get_num_list now returns an error code
7278                 (closes bug [ 609424 ] News cache cleared on failure)
7279                 
7280 2002-10-17 [colin]      0.8.5claws42
7281         
7282         * src/news.c
7283                 Changed a printf by debug_print
7284
7285 2002-10-16 [paul]       
7286
7287         * tools/OOo2sylpheed.pl
7288                 allow for spaces in the name of the
7289                 file to be attached.
7290
7291 2002-10-16 [colin]      0.8.5claws41
7292
7293         * src/main.c
7294                 Use a tristate to change online mode
7295
7296 2002-10-16 [paul]       0.8.5claws40
7297
7298         * po/es.po
7299                 updated by Ricardo Mones Lastra
7300
7301 2002-10-16 [colin]      0.8.5claws39
7302
7303         * src/main.c
7304           src/mainwindow.[ch]
7305                 Added --online and --offline command-line
7306                 switches
7307
7308 2002-10-15 [christoph]  0.8.5claws38
7309
7310         * src/procmime.c
7311                 set mimeinfo->name to NULL after g_free to
7312                 avoid double freeing with g_free
7313
7314 2002-10-14 [christoph]  0.8.5claws37
7315
7316         * src/compose.c
7317         * src/filtering.c
7318         * src/summaryview.c
7319                 remove calls to folder->change_flags that are now
7320                 done by procmsg flag functions (seems it is not
7321                 used by any foldertype anyway)
7322         * src/folder.c
7323                 init folder->change_flags with NULL
7324
7325 2002-10-14 [christoph]  0.8.5claws36
7326
7327         * src/folder.[ch]
7328         * src/imap.[ch]
7329                 use virtual functions for folder item new and destroy
7330                 functions
7331
7332 2002-10-14 [melvin]     0.8.5claws35
7333
7334         * src/compose.c
7335                 Added a test to not run the spell checker if no default
7336                 dictionary is available. No dialog is displayed though.
7337
7338 2002-10-14 [melvin]     0.8.5claws34
7339
7340         * src/gtkaspell.c
7341                 Fixed bug in dictionary list context menu where
7342                 "More..." pointed to an emtpy submenu if the
7343                 number of dictionaries is a multiple of 15
7344                 Removed unneeded code in suggestions list creation
7345
7346 2002-10-14 [paul]       0.8.5claws33
7347
7348         * po/bg.po
7349                 updated by George Danchev
7350
7351 2002-10-13 [hoa]        0.8.5claws32
7352
7353         * src/matcher.[ch]
7354           src/matcher_parser_parser.y
7355                 removed the escaped string from internal structure
7356                 of matcher.
7357
7358 2002-10-12 [colin]      0.8.5claws31
7359
7360         * src/gtksctree.[ch]
7361           src/summaryview.c
7362                 Removed useless function gtksctree_reanchor
7363
7364 2002-10-12 [alfons]     0.8.5claws30
7365         
7366         * sync with remaining main changes 2002-10-09 - 2002-10-11
7367         - drop changes to src/compose.c (requires claws specific changes)
7368         
7369 2002-10-12 [alfons]     0.8.5claws29
7370         
7371         * sync with main changes of 2002-10-08
7372         - drop changes to src/compose.c (requires claws specific changes)
7373         - drop changes to src/summaryview.c (requires changes to compose.c)     
7374
7375 2002-10-12 [alfons]     0.8.5claws28
7376         
7377         * sync with main changes of 2002-10-07
7378
7379 2002-10-12 [alfons]     0.8.5claws27
7380
7381         * sync with main changes of 2002-10-04
7382         - drop changes to src/compose.c (requires claws specific changes)
7383         - drop changes to src/prefs_folder_item.c (claws implementation
7384           seems to be working)
7385
7386 2002-10-12 [colin]      0.8.5claws26
7387
7388         * src/mainwindow.c
7389                 Fix folder-flicker when space-reading, introduced 
7390                 in claws22.
7391
7392 2002-10-12 [colin]      0.8.5claws25
7393
7394         * src/compose.c
7395                 Save account address when saving as draft.
7396                 (closes bug 621838)
7397
7398 2002-10-12 [colin]      0.8.5claws24
7399
7400         * src/summaryview.c
7401                 Fix the problem consisting of no message selected
7402                 after the last message in a folder has been moved.
7403
7404 2002-10-12 [paul]       0.8.5claws23
7405
7406         * src/compose.c
7407           src/prefs_template.c
7408           src/template.[ch]
7409                 add Cc and Bcc to templates. Patch submitted by
7410                 John L. Males.
7411
7412 2002-10-12 [colin]      0.8.5claws22
7413
7414         * src/folderview.c
7415                 Fix a bug after "Check for new messages":
7416                 If a folder was opened, it was still selected at
7417                 the end of the check, but displayed empty.
7418         * src/mainwindow.c
7419                 Remove unnecessary check
7420
7421 2002-10-12 [paul]
7422
7423         * tools/README
7424                 be more verbose in the description of
7425                 OOo2sylpheed.pl
7426                 
7427
7428 2002-10-11 [colin]      0.8.5claws21
7429
7430         * src/mainwindow.c
7431                 Make space work (better) when no mail is selected
7432
7433 2002-10-11 [colin]      0.8.5claws20
7434
7435         * src/inc.c
7436           src/news.c
7437                 fix warnings
7438
7439 2002-10-11 [colin]      0.8.5claws19
7440
7441         * src/mainwindow.c
7442                 revert 0.8.5claws6 changes as i couldn't get to
7443                 anything satisfying
7444
7445 2002-10-11 [melvin]     0.8.5claws18
7446
7447         * src/compose.c
7448                 Removed buggy and unused macro (should have been committed in
7449                 0.8.5claws17)
7450
7451 2002-10-11 [melvin]     0.8.5claws17
7452
7453         * src/compose.c
7454                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7455
7456 2002-10-11 [thorsten]   0.8.5claws16 
7457
7458         * src/folderview.c
7459                 remove rescan warning
7460
7461 2002-10-11 [colin]      0.8.5claws15 
7462
7463         * src/procheader.c
7464                 fix a segfault that happens if conv_unmime_header
7465                 fails (should be better to find out why it fails)
7466
7467 2002-10-11 [christoph]  0.8.5claws14
7468
7469         * src/summaryview.c
7470                 update folderview stats after ignore/unignore thread
7471
7472 2002-10-11 [hoa]        0.8.5claws13
7473
7474         * src/quote_fmt_parse.y
7475                 Fixed a yacc/bison syntax error
7476         * src/matcher.c
7477                 Escaping of string is fixed.
7478
7479 2002-10-11 [colin]      0.8.5claws12
7480
7481         * src/imageview.c
7482                 Resize images to fit
7483
7484 2002-10-11 [paul]       0.8.5claws11
7485
7486         * po/es.po
7487                 updated by Ricardo Mones Lastra
7488
7489 2002-10-10 [alfons]     0.8.5claws10
7490
7491         * src/compose.c
7492                 allow dropping files by "moving" files from a file manager,
7493                 not only by the more cumbersome "copying". the latter 
7494                 mostly implies holding down the Control button
7495
7496 2002-10-10 [christoph]  0.8.5claws9
7497
7498         * src/summaryview.c
7499                 update folders after thread building for ignored threads
7500
7501 2002-10-10 [christoph]  0.8.5claws8
7502
7503         * config/.cvsignore
7504                 added Makefile
7505         * src/filtering.[ch]
7506         * src/folder.[ch]
7507         * src/folderview.[ch]
7508         * src/import.c
7509         * src/inc.[ch]
7510         * src/mbox.[ch]
7511         * src/procmsg.c
7512         * src/summaryview.[ch]
7513                 o added new flag need_update to FolderItem
7514                 o removed folder_table from various functions from tracking
7515                   folder updates
7516                 o set need_update flags in folder.c's move, copy and delete
7517                   functions and procmsg's flags functions
7518                 o added function folderview_update_items_when_required that
7519                   updates all folders with need_update set
7520                 o call folderview_update_items_when_required instead of
7521                   folderview_update_item_foreach
7522
7523 2002-10-09 [sergey]     0.8.5claws7
7524
7525         * src/compose.c
7526                 Strip CRs whel loading the text into editor in reedit mode.
7527
7528 2002-10-09 [colin]      0.8.5claws6
7529
7530         * src/mainwindow.c
7531                 Make Space work when no mail is selected
7532
7533 2002-10-09 [colin]      0.8.5claws5
7534
7535         * src/gtksctree.[ch]
7536                 Fix range_select
7537                 Add gtk_sctree_reanchor() 
7538         * src/summaryview.c
7539                 Use gtk_sctree_reanchor() - better fix for 
7540                 bug 60413
7541
7542 2002-10-09 [colin]      0.8.5claws4
7543
7544         * src/summaryview.c
7545                 Fix shift-click select after delete problem
7546                 (closes bug 60413)
7547
7548 2002-10-08 [thorsten]   0.8.5claws3
7549
7550         * src/summaryview.c
7551                 exclude current msg from -hide read messages-
7552
7553 2002-10-08 [colin]      0.8.5claws2
7554
7555         * src/inc.[ch]
7556           src/pop.c
7557           src/recv.c
7558                 Differentiate socket errors from disk full
7559                 errors
7560
7561 2002-10-08 [christoph]  0.8.5claws1
7562
7563         * Makefile.am
7564         * configure.in
7565                 modifications for new config directory
7566
7567         * config.guess  ** REMOVED **
7568         * config.sub    ** REMOVED **
7569         * install-sh    ** REMOVED **
7570         * ltmain.sh     ** REMOVED **
7571         * missing       ** REMOVED **
7572         * mkinstalldirs ** REMOVED **
7573                 these files are autogenerated by automake
7574                 when you run autogen.sh
7575
7576         * config/.cvsignore     ** NEW FILE **
7577         * config/Makefile.am    ** NEW FILE **
7578                 ignore autogenerated files
7579                 create a Makefile in this directory
7580
7581 2002-10-08 [paul]       0.8.5claws
7582
7583         * 0.8.5claws release
7584         
7585         * src/compose.c
7586           src/procheader.c
7587           src/procmsg.c
7588                 fix quote reply format for newsgroups reply bug
7589                 (thanks to Hoa)
7590                 
7591         * po/en_GB.po
7592           po/pl.po
7593                 updated by me and Witold Wladyslaw Wojciech Wilk
7594                 repectively
7595
7596 2002-10-07 [paul]       0.8.3claws53
7597
7598         * po/it.po
7599           po/pt_BR.po
7600           po/sr.po
7601                 updated messages catalogs, submitted by
7602                 Alessandro Maestri, Fabio Jr.Beneditto 
7603                 and Urke MMI, respectively.
7604
7605 2002-10-07 [christoph]  0.8.3claws52
7606
7607         * src/folder.[ch]
7608         * src/folderview.c
7609         * src/mainwindow.c
7610                 fix new folder ghost message bug
7611                 (closes bug [ 619722 ] wrong count for newly created folders)
7612
7613 2002-10-07 [christoph]  0.8.3claws51
7614
7615         * src/compose.c
7616                 fix news posting problem
7617
7618 2002-10-07 [melvin]     0.8.3claws50
7619
7620         * po/fr.po
7621                 Updated French translation
7622
7623 2002-10-05 [christoph]  0.8.3claws49
7624
7625         * src/gtkstext.c
7626                 check if line_start_cache is set in gtk_stext_update_text
7627                 (closes bug [ 618119 ] crash while doing search in folder)
7628
7629 2002-10-05 [christoph]  0.8.3claws48
7630
7631         * src/imap.c
7632         * src/news.c
7633         * src/utils.c
7634         * src/utils.h
7635                 implement cache cleanups for claws' folder system
7636                 (closes bug [ 595916 ] imapcache not cleaned up)
7637
7638 2002-10-05 [melvin]     0.8.3claws47
7639
7640         * src/prefs_actions.c
7641                 Made the help text more clear for the %p token
7642
7643 2002-10-04 [paul]       0.8.3claws46
7644
7645         * sync with 0.8.5
7646                 see ChangeLog 2002-10-02 and 2002-10-03
7647
7648 2002-10-04 [christoph]  0.8.3claws45
7649
7650         * src/inc.c
7651                 fix segfault caused by pop before smtp
7652                 call to inc_account_mail with NULL
7653                 pointer for mainwin
7654
7655 2002-10-04 [paul]       0.8.3claws44
7656
7657         * configure.in
7658                 sync the LDAP detection from 0.8.5cvs1
7659
7660 2002-10-02 [christoph]  0.8.3claws43
7661
7662         * po/de.po
7663                 fix small spelling error
7664
7665 2002-10-02 [melvin]     0.8.3claws42
7666
7667         * ac/aspell.m4
7668                 Behave better and say "no" when test program cannot be run.
7669
7670 2002-10-02 [paul]       0.8.3claws41
7671
7672         * sync with 0.8.4cvs1
7673                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7674                 
7675         * src/summaryview.c
7676                 toggle the behavior of Reply menuitem between
7677                 normal reply and reply-to-list
7678
7679 2002-10-01 [sergey]     0.8.3claws40
7680
7681         * src/compose.c
7682                 Convert newlines in the message text to the canonical form
7683                 before base64 encoding (RFC2045 compliance, fixes some
7684                 interoperability issues with Evolution 1.0.3)
7685
7686 2002-09-29 [colin]      0.8.3claws39
7687
7688         * src/summaryview.c
7689                 Fix an unwanted copy/paste
7690
7691 2002-09-29 [colin]      0.8.3claws38
7692
7693         * src/mainwindow.c
7694                 Renamed "Custom toolbar" to "Customize toolbar"
7695                 Renamed "Show all header" to "Show all headers"
7696                 Renamed "Set diplay item" to "Set displayed items"
7697         * src/prefs_common.c
7698                 Renamed "Show all header" to "Show all headers"
7699         * src/prefs_summary_column.c
7700                 Renamed "diplay item" to "displayed items"
7701
7702 2002-09-29 [colin]      0.8.3claws37
7703
7704         * src/mainwindow.[ch]
7705                 online/offline status pixmaps follow theme
7706                 changes
7707         * src/summaryview.[ch]
7708                 quicksearch pixmap follows theme changes
7709
7710 2002-09-29 [thorsten]   0.8.3claws36
7711
7712         * src/compose.c
7713           src/prefs_folder_item.[ch]
7714                 add default_reply_to folder option (closes patch 581044)
7715
7716 2002-09-29 [christoph]  0.8.3claws35
7717
7718         * acconfig.h    ** REMOVED **
7719         * configure.in
7720         * ac/aspell.m4
7721         * ac/check-type.m4
7722         * ac/gnupg-check-typedef.m4
7723                 fix autoheader 2.50 warning
7724
7725 2002-09-29 [christoph]  0.8.3claws34
7726
7727         * major code cleanup (part 2)
7728         
7729                 - unused variables removed
7730                 - unused functions removed
7731                 - uninitialized variables checked
7732                 - missing return statements added
7733                 - missing function return types added
7734                 - added parentheses around assignment
7735                   when suggested by gcc
7736
7737 2002-09-29 [alfons]     0.8.3claws33
7738
7739         * src/logwindow.c
7740                 log_window_clear(): only bracket gtk_text_forward_delete() 
7741                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7742                 works around GTK text bug)
7743
7744 2002-09-29 [paul]       0.8.3claws32
7745
7746         * po/bg.po
7747           po/sr.po
7748                 updated by George Danchev and Urke MMI
7749                 respectively
7750
7751 2002-09-27 [christoph]  0.8.3claws31
7752
7753         * doc-src/readme.txt
7754         * doc-src/rfc1806.txt   ** REMOVED **
7755         * doc-src/rfc2183.txt   ** NEW FILE **
7756         * doc-src/rfc2980.txt   ** NEW FILE **
7757                 update rfcs
7758
7759 2002-09-27 [melvin]     0.8.3claws30
7760
7761         * ac/aspell.m4
7762                 Fixed typo which could break linking
7763
7764 2002-09-27 [melvin]     0.8.3claws29
7765
7766         * ac/aspell.m4
7767                 Improved GNU/aspell checking. 
7768                 Fixed bug #614490
7769
7770 2002-09-27 [paul]       0.8.3claws28
7771
7772         * sync with 0.8.3cvs8
7773                 see ChangeLog 2002-09-27
7774
7775 2002-09-26 [colin]      0.8.3claws27
7776
7777         * src/toolbar.[ch]
7778           src/mainwindow.[ch]
7779                 Add "Reply to Mailing-list" to the toolbar
7780
7781 2002-09-26 [christoph]  0.8.3claws26
7782
7783         * src/summaryview.c
7784                 Fix wrong message counts in summaryview status
7785
7786 2002-09-26 [paul]       0.8.3claws25
7787
7788         * sync with 0.8.3cvs7
7789                 see ChangeLog 2002-09-26
7790
7791 2002-09-26 [paul]       0.8.3claws24
7792
7793         * sync with 0.8.3cvs6
7794                 see ChangeLog 2002-09-25
7795
7796 2002-09-25 [christoph]  0.8.3claws23
7797
7798         * src/prefs_common.c
7799         * src/prefs_folder_item.c
7800         * src/prefs_scoring.c
7801                 Renamed "kill score" to "hide score" in GUI
7802                 and prefs files
7803
7804 2002-09-25 [paul]       0.8.3claws22
7805
7806         * sync with 0.8.3cvs5
7807                 see ChangeLog 2002-09-24
7808
7809 2002-09-24 [alfons]     0.8.3claws21
7810
7811         patch by Satoshi Nagayasu: allows appending / saving multiple 
7812         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7813         'Save as ...'")
7814
7815         * AUTHORS
7816                 add Satoshi Nagayasu
7817         * src/summaryview.c
7818                 summary_save_as(): allow saving selected files to
7819                 one file
7820                 summary_set_menu_sensitive: enable "Save As..." when
7821                 multiple files are selected
7822         * src/utils.[ch]
7823                 append_file(): new function
7824
7825 2002-09-24 [colin]      0.8.3claws20
7826
7827         * src/procmime.c
7828                 Fix segfault when mimeinfo doesn't have a 
7829                 content_type. 
7830
7831 2002-09-24 [colin]      0.8.3claws19
7832
7833         * src/prefs_common.[ch]
7834                 Add a preference to display send dialog or not
7835         * src/send.c
7836                 Display send dialog according to preference
7837
7838 2002-09-24 [colin]      0.8.3claws18
7839
7840         * src/compose.[ch]
7841                 Disable user actions when sending
7842
7843 2002-09-24 [colin]      0.8.3claws17
7844
7845         * src/procmime.c
7846                 Do not display name or filename for attachments
7847                 with an application/pgp-signature type
7848                 (security flaw, see bug 537413)
7849
7850 2002-09-23 [colin]      0.8.3claws16
7851
7852         * src/editaddress.c
7853                 Initialize entry_email, entry_alias and 
7854                 entry_remarks to first email address of the list
7855
7856 2002-09-23 [colin]      0.83claws15
7857
7858         * src/compose.c
7859                 Drop pgp-signature when reediting a signed queued
7860                 message
7861
7862 2002-09-23 [melvin]     0.8.3claws14
7863
7864         * po/fr.po
7865                 Updated French translation
7866
7867 2002-09-23 [melvin]     0.8.3claws13
7868
7869         * src/mainwindow.c
7870                 Made custom toolbar menu labels more consistent
7871         * src/prefs_toolbar.c
7872                 Made custom toolbar window title more consistent
7873
7874 2002-09-22 [colin]      0.8.3claws12
7875
7876         * src/inc.c
7877                 Initialize session type to normal before getting 
7878                 mail (fixes strange Get behaviour)
7879         * src/prefs_account.h
7880                 Move STYPE_POP_BEFORE_SMTP to last position to 
7881                 avoid other side-effects
7882
7883 2002-09-22 [colin]      0.8.3claws11
7884
7885         * src/prefs_account.c
7886                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7887                 from pop3 to apop or vice-versa
7888
7889 2002-09-22 [colin]      0.8.3claws10
7890         
7891         * src/prefs_account.[ch]
7892                 Add an option for the POP before SMTP timeout
7893         * src/inc.c
7894                 Remember time of last POP connection
7895         * src/send.c
7896                 Do POP before SMTP only if timeout reached
7897
7898 2002-09-22 [oliver]     0.8.3claws9
7899         
7900         * README.claws
7901                 explain custom toolbar
7902
7903 2002-09-22 [oliver]     0.8.3claws8
7904
7905         * src/prefs_actions.[ch]
7906         custom toolbar for compose      
7907                 actions callback from compose toolbar
7908         * src/folderview.c
7909                 remove include toolbar.h
7910
7911 2002-09-22 [oliver]     0.8.3claws7
7912         
7913         * src/prefs_toolbar.[ch]
7914                 custom toolbar for compose
7915                 - generic prefs_toolbar handles both
7916                   Mainwin's toolbar as well as Compose toolbar          
7917
7918 2002-09-22 [oliver]     0.8.3claws6
7919         
7920         * src/toolbar.[ch]
7921                 custom toolbar for compose
7922                 restructure toolbar.[ch]
7923
7924 2002-09-22 [oliver]     0.8.3claws5
7925
7926         * src/compose.[ch]
7927                 custom toolbar for compose
7928
7929 2002-09-22 [oliver]     0.8.3claws4
7930         
7931         * src/mainwindow.[ch]
7932                 custom toolbar for compose 
7933                 move mainwin toolbar back to mainwindow
7934
7935 2002-09-22 [alfons]     0.8.3claws3
7936
7937         * src/procmsg.c
7938                 :%sno/if(/if (/gc
7939                 :%sno/for(/for (/gc
7940                 (beautify)
7941
7942 2002-09-22 [alfons]     0.8.3claws2
7943         
7944         * src/procmsg.c
7945                 procmsg_save_to_outbox(): don't unlink message file from queue;
7946                 callers should do it using folder_item_remove_msg()
7947
7948 2002-09-22 [colin]      0.8.3claws1
7949
7950         * src/mimeview.[ch]
7951                 Made mimeview_check_signature() public
7952         * src/textview.c
7953                 Made GPG signatures verifiable by clicking
7954                 the [application/pgp-signature] in the Text
7955                 view
7956
7957 2002-09-22 [paul]       0.8.3claws
7958
7959         * po/bg.po
7960           po/en_GB.po
7961           po/es.po
7962           po/it.po
7963           po/pl.po
7964           po/pt_BR.po
7965           po/sr.po
7966                 updated translations, submitted by George Danchev,
7967                 me, Ricardo Mones Lastra, Alessandro Maestri,
7968                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7969                 and Urke MMI, respectively.     
7970
7971 2002-09-22 [alfons]     0.8.2claws65
7972
7973         * src/procmsg.c
7974         * src/pgptext.c
7975                 no furry valgrinds have been used to plug these memleaks
7976
7977 2002-09-20 [paul]       0.8.2claws64
7978
7979         * sync with 0.8.3cvs4
7980                 'Select thread' re-implemented 
7981                 see ChangeLog 2002-09-20
7982
7983 2002-09-21 [alfons]     0.8.2claws63
7984
7985         * src/compose.c
7986                 compose_send(): plug unnoticed memleak
7987
7988 2002-09-20 [alfons]     0.8.2claws62
7989
7990         * src/addr_compl.c
7991                 replace_address_in_edit(): strict check for NULL address to
7992                 fix "[ 607348 ] Segfault in address completion". My guess is
7993                 that this happens with an empty address book, but it's good
7994                 to have this check here anyway
7995                 
7996                 completion_window_button_press(): free string returned 
7997                 from the internal cache
7998
7999 2002-09-20 [christoph]  0.8.2claws61
8000
8001         * src/procmime.h
8002                 added ENC_BINARY to EncodingType
8003         * src/procmime.c
8004                 the string returned by procmime_get_encoding_str
8005                 should not depend on the order of values in the
8006                 EncodingType definition
8007         * doc-src/rfc1806.txt   ** NEW FILE **
8008                 Added rfc1806 about MIME Content-Disposition
8009                 Extension
8010
8011 2002-09-19 [paul]       0.8.2claws60
8012
8013         * sync with 0.8.2cvs3
8014                 see ChangeLog 2002-09-19
8015
8016 2002-09-19 [paul]       0.8.2claws59
8017
8018         * src/prefs_folder_item.c
8019                 revert to Darko's original alignment of colour
8020                 selector button
8021                 add a colon to folder_color label
8022                 
8023         * src/compose.c
8024                 add Colin's patch (with Hiro's modifications) to 
8025                 force BASE64 encoding for 8-bit text when signing
8026                 (sync with 0.8.3cvs2)
8027
8028 2002-09-18 [alfons]     0.8.2claws58
8029
8030         * src/compose.c
8031                 :%sno/if(/if (/gc
8032                 :%sno/for(/for (/gc
8033                 (beautify a little bit)
8034
8035 2002-09-18 [christoph]  0.8.2claws57
8036
8037         * src/pine.c
8038                 fix handling of fgetc return value
8039
8040 2002-09-17 [alfons]     0.8.2claws56
8041         
8042         * src/summaryview.c
8043                 summary_sort(): check non-NULL summaryview->folder_item when no 
8044                 folder is selected at all
8045                 (closes "[ 610344 ] sort label make syl Crash")
8046
8047 2002-09-17 [alfons]     0.8.2claws55
8048         
8049         * src/compose.c
8050                 beautify a little bit
8051
8052 2002-09-17 [christoph]  0.8.2claws54
8053
8054         * src/folder.c
8055                 initialize max values for cache and folder
8056                 when cache or folder is empty
8057
8058 2002-09-15 [colin]      0.8.2claws53
8059
8060         * src/compose.c
8061                 Fix a leak (thanks Alfons!) and cleaned
8062                 variables names for custom headers
8063
8064 2002-09-15 [colin]      0.8.2claws52
8065
8066         * src/compose.c
8067                 Fix custom headers recognition when
8068                 prefs_common.trans_hdr is on
8069
8070 2002-09-15 [colin]      0.8.2claws51
8071
8072         * src/compose.c
8073                 Allow dynamically-added custom headers
8074                 Yet not reparsed if reedited
8075
8076 2002-09-15 [alfons]     0.8.2claws50
8077
8078         * src/prefs_account.c
8079                 fix warnings
8080
8081 2002-09-15 [colin]      0.8.2claws49
8082         
8083         * src/prefs_account.c
8084                 fix pop_before_smtp sensitivity
8085
8086 2002-09-15 [colin]      0.8.2claws48
8087
8088         * src/inc.[ch]
8089                 add inc_pop_before_smtp()
8090                 allow MainWindow to be undefined in 
8091                 inc_account_mail() and inc_start()
8092         * src/pop.c
8093           src/prefs_account.h
8094                 add STYPE_POP_BEFORE_SMTP session type
8095         * src/prefs_account.c
8096                 activated pop before smtp option
8097         * src/send.c
8098                 do pop before smtp if the relevant option 
8099                 is set
8100
8101 2002-09-15 [paul]       0.8.2claws47
8102
8103         * sync with 0.8.3
8104                 see ChangeLog 2002-09-15
8105
8106 2002-09-14 [paul]       0.8.2claws46
8107
8108         * po/bg.po
8109                 updated Bulgarian translation, submitted by
8110                 George Danchev
8111
8112 2002-09-13 [paul]       0.8.2claws45
8113
8114         * src/compose.c
8115                 merge claws' select_account() with main's
8116                 (new) compose_select_account(). [sync with
8117                 0.8.2cvs15, see ChangeLog 2002-09-11]
8118
8119 2002-09-12 [christoph]  0.8.2claws44
8120
8121         * src/filter.c
8122                 allocate 1 elements of FolderItem not 0
8123
8124 2002-09-12 [colin]      0.8.2claws43
8125
8126         * src/compose.c
8127                 Fix bug #590825 (obey Follow-up: poster)
8128
8129 2002-09-12 [colin]      0.8.2claws42
8130
8131         * src/procmime.c
8132                 Fix bug #557009 (wrong headers for messages 
8133                 forwarded as attachments)
8134
8135 2002-09-11 [colin]      0.8.2claws41
8136         
8137         * src/compose.c
8138                 Put SCF: pseudo-header on top of message
8139                 Set draft tmp_flag when saved as draft
8140
8141         * src/procmsg.c
8142           src/procheader.c
8143                 Skip after first \n\n for beginning of real message
8144                 for drafts too
8145
8146 2002-09-11 [christoph]  0.8.2claws40
8147
8148         * src/filtering.c
8149                 use procmsg flag functions in filtering or processing
8150                 will cause incorrect folder message counts
8151
8152 2002-09-11 [colin]      0.8.2claws39
8153
8154         * src/compose.c
8155                 Fix bug #550175 - wrong save folder when reediting
8156                 drafts
8157
8158 2002-09-11 [paul]       0.8.2claws38
8159
8160         * sync with 0.8.2cvs14
8161                 see ChangeLog 2002-09-11
8162
8163 2002-09-11 [colin]      0.8.2claws37
8164
8165         * src/folder.c
8166                 Fix a typo (seeming to cause new/unread status to
8167                 be lost)
8168
8169 2002-09-10 [christoph]  0.8.2claws36
8170
8171         * src/compose.c
8172                 compose_redirect should not use compose_generic_new
8173                 because that does more stuff than expected including
8174                 opening the external editor
8175                 (closes bug "[ 526608 ] bounced messages appear blank
8176                  in editor")
8177
8178 2002-09-10 [christoph]  0.8.2claws35
8179
8180         * src/folder.c
8181                 fix problem with too large message number range
8182                 causing a crash in folder_item_scan
8183
8184 2002-09-10 [paul]       0.8.2claws34
8185
8186         * sync with 0.8.2cvs13
8187                 see ChangeLog 2002-09-10
8188
8189 2002-09-10 [christoph]  0.8.2claws33
8190
8191         * src/msgcache.c
8192                 set MsgInfo TmpFlags for queue and draft folders
8193                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8194
8195 2002-09-10 [paul]       0.8.2claws32
8196
8197         * AUTHORS
8198           po/bg.po      ** NEW FILE **
8199                 new Bulgarian translation submitted by
8200                 George Danchev <danchev@spnet.net>
8201                 
8202         * tools/Makefile.am
8203           tools/README
8204           tools/tb2sylpheed     ** NEW FILE **
8205                 add script that converts an addressbook exported
8206                 from The Bat! into a Sylpheed addressbook. Submitted
8207                 by Urke MMI <urke-kg@eunet.yu>
8208
8209 2002-09-10 [paul]       0.8.2claws31
8210
8211         * sync with 0.8.2cvs12
8212                 see ChangeLog 2002-09-10
8213
8214 2002-09-06 [paul]       0.8.2claws30
8215
8216         * src/prefs_common.c
8217                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8218                 
8219         * tools/Makefile.am
8220           tools/README
8221           tools/ldif-to-xml.py  ** REMOVED **
8222                 remove obsolete python script
8223
8224 2002-09-06 [paul]       0.8.2claws29
8225
8226         * sync with 0.8.2cvs10
8227                 see ChangeLog 2002-09-06
8228
8229 2002-09-04 [paul]       0.8.2claws28
8230
8231         * sync with 0.8.2cvs9
8232                 see ChangeLog 2002-08-04
8233
8234 2002-09-04 [colin]      0.8.2claws27 
8235
8236         * src/prefs_common.[ch]
8237                 Added signature color configuration
8238         * src/textview.c
8239                 Use user-specified signature color
8240
8241 2002-09-03 [colin]      0.8.2claws26
8242
8243         * src/prefs_common.[ch]
8244                 Added autosave and autosave_length prefs
8245         * src/compose.c
8246                 Added compose_remove_draft()
8247                 Auto-save drafts according to the prefs
8248         * src/main.c
8249                 Added a crash-indicator file, allowing to check
8250                 for new messages on startup if Sylpheed crashed
8251                 (makes saved drafts "reappear")
8252
8253 2002-09-03 [colin]      0.8.2claws25
8254
8255         * src/textview.[ch]
8256                 Grey the signature
8257
8258 2002-09-03 [paul]       0.8.2claws24
8259
8260         * sync with 0.8.2cvs8
8261                 see ChangeLog 2002-09-02 and 2002-09-03
8262
8263 2002-09-03 [darko]      0.8.2claws23
8264
8265         * src/folderview.c
8266                 use normal style when creating new folder to pick
8267                 proper font size 
8268
8269 2002-09-02 [melvin]     0.8.2claws22
8270
8271         * src/gtkaspell.m4
8272                 removed some obsolete code
8273
8274 2002-09-02 [melvin]     0.8.2claws21
8275
8276         * ac/aspell.m4
8277                 fixed test's equality sign (== to =)
8278
8279 2002-09-02 [alfons]     0.8.2claws20
8280
8281         * src/folder.c
8282         * src/mh.c
8283                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8284                 as folder->destroy virtual as suggested by Hiro
8285                 (the mh.c code seems to have been lost around mh.c.1.21)
8286
8287 2002-09-02 [paul]       0.8.2claws19
8288
8289         * po/pt_BR.po
8290                 updated by Fabio Jr. Beneditto
8291                 
8292         * src/defs.h
8293                 use 'http://claws.sylpheed.org' for homepage link. 
8294                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8295
8296 2002-09-01 [alfons]     0.8.2claws18
8297
8298         * src/mh.c
8299                 plug memleak related to one Martin Kluge found
8300
8301 2002-08-31 [paul]       0.8.2claws17
8302
8303         * sync with 0.8.2cvs6
8304                 see ChangeLog 2002-08-30
8305
8306 2002-08-31 [alfons]     0.8.2claws16
8307
8308         * src/folder.c
8309                 folder_destroy(): remove mailbox from folderlist even if it has
8310                 no destroy virtual
8311
8312 2002-08-31 [alfons]     0.8.2claws15
8313
8314         * src/folder.c
8315                 :%sno/if(/if (/gc
8316                 :%sno/for(/for (/gc
8317                 (being pedantic I know)
8318
8319 2002-08-31 [alfons]     0.8.2claws14
8320
8321         * src/folder.c
8322                 check for NULL pointers returned from folder->fetch_msginfo virtual
8323                 (should solve some reported crashes)
8324
8325 2002-08-30 [alfons]     0.8.2claws13
8326
8327         * acconfig.h
8328         * configure.in
8329         * src/crash.c
8330                 enable crash dialog on compilation time
8331                 (--enable-crash-dialog configure option)
8332
8333 2002-08-30 [alfons]     0.8.2claws12
8334
8335         * AUTHORS
8336                 add Martin Kluge
8337         * src/mh.c
8338                 apply memory leak plug patch by Martin Kluge
8339                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8340                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8341                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8342
8343 2002-08-30 [darko]      0.8.2claws11
8344
8345         * src/folderview.c
8346                 copy Gtk style from normal style to match
8347                 font size for coloured folders
8348
8349 2002-08-29 [alfons]     0.8.2claws10
8350
8351         * sylpheed.desktop
8352                 Type=Internet <- Type=Application
8353                 (reported by Michael Schwendt, see:
8354                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8355                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8356
8357 2002-08-29 [paul]       0.8.2claws9
8358
8359         * sync with 0.8.2cvs5
8360                 see ChangeLog 2002-08-29
8361
8362 2002-08-29 [colin]      0.8.2claws8
8363
8364         * src/summaryview.c
8365                 Added a sanity check in summary_select_thread
8366                 Should fix bug 601605
8367
8368 2002-08-29 [colin]      0.8.2claws7
8369
8370         * src/main.c
8371                 Revert claws6 changes regarding bug #591676
8372
8373 2002-08-28 [colin]      0.8.2claws6
8374         
8375         * src/main.c
8376                 Ignore cache for queue folderitems
8377                 Fix bug #591676
8378
8379 2002-08-28 [melvin]     0.8.2claws5
8380
8381         * README.claws
8382                 Fixed typos.
8383
8384 2002-08-28 [melvin]     0.8.2claws4
8385
8386         * README.claws
8387                 Updated a bit the text concerning the spell checker
8388
8389 2002-08-28 [melvin]     0.8.2claws3
8390
8391         Merged the GNU_aspell_branch:
8392                 Support of new GNU/aspell is now included and the old pspell
8393                 is not supported anymore.
8394                 See README.claws
8395
8396         * README.claws
8397                 Updated spell checker text to reflect the switch to GNU/aspell
8398
8399         * ac/aspell.m4          *** NEW ***
8400         * src/gtkaspell.[ch]    *** NEW *** 
8401         * ac/pspell.m4          *** DELETED *** 
8402         * src/gtkspell.[ch]     *** DELETED ***
8403
8404         * ac/Makefile.am
8405                 Updated for GNU/aspell support
8406
8407         * po/POTFILES.in
8408                 Replaced gtkspell.c by gtkaspell.c
8409
8410         * acconfig.h
8411         * src/Makefile.am
8412         * src/about.c
8413         * src/compose.[ch]
8414         * src/crash.c
8415         * src/main.c
8416         * src/prefs_common.[ch]
8417                 Updated for GNU/aspell support
8418
8419 2002-08-28 [paul]       0.8.2claws2
8420
8421         * sync with 0.8.2cvs4
8422                 see ChangeLog 2002-08-27 and 2002-08-28
8423
8424 2002-08-28 [colin]      0.8.2claws1
8425
8426         * src/summary_search.c
8427                 Added "AND search"
8428
8429 2002-08-28 [jens]       0.8.2claws
8430
8431         *po/de.po
8432                 Updated German translations
8433
8434 2002-08-27 [melvin]     0.8.2claws
8435
8436         * po/fr.po
8437                 Updated French translations
8438
8439 2002-08-27 [paul]       0.8.2claws
8440
8441         * sync with 0.8.2 main release
8442
8443         * po/en_GB.po
8444           po/es.po
8445           po/it.po
8446           po/pl.po
8447           po/pt_BR.po
8448           po/sr.po
8449                 updated message catalogs submitted by
8450                 Ricardo Mones Lastra, Alessandro Maestri,
8451                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8452                 Beneditto and Urke MMI  
8453
8454 2002-08-27 [hoa]        0.8.1claws123
8455
8456         * src/mainwindow.[ch]
8457         * src/summaryview.[ch]
8458                 removed the "filter setting" menu option.
8459                 add a "cancel a news message" menu option.
8460
8461 2002-08-26 [martin]     0.8.1claws122
8462
8463         * ChangeLog.claws
8464                 changed string under 0.8.1claws79 changed by myself
8465                 i'm sorry alfons :(
8466
8467 2002-08-26 [martin]     0.8.1claws121
8468
8469         * src/crash.c
8470                 added kill command to debuggerrc to start crash dialog
8471
8472 2002-08-26 [paul]       0.8.1claws120
8473
8474         * sync with 0.8.1cvs31
8475                 see ChangeLog 2002-08-26
8476
8477 2002-08-25 [alfons]     0.8.1claws119
8478
8479         * src/procmsg.c
8480                 fix bug that didn't send out correct headers to news server
8481                 when sending news article and email from queue (bug reported
8482                 and patch provided by Tim Mann; closes bug 
8483                 "[ 583196 ] 0.7.8claws can't post news")
8484
8485 2002-08-25 [alfons]     0.8.1claws118
8486
8487         * src/selective_download.c
8488                 mark two strings as translatable
8489                 (thanks to Urke MMI for pointing this out)
8490
8491 2002-08-25 [alfons]     0.8.1claws117
8492
8493         * src/summaryview.c
8494                 treat sent boxes as special and allow sorting them by addressee
8495                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8496                 submitted by Steve Lamb)
8497
8498 2002-08-24 [alfons]     0.8.1claws116
8499
8500         * src/matcher.c
8501                 fix memleak reported by Martin Kluge
8502                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8503
8504 2002-08-24 [oliver]     0.8.1claws115
8505
8506         * src/prefs_toolbar.c
8507                 o code cleanup as suggested by Alfons
8508                 o memleak fix
8509
8510 2002-08-24 [alfons]     0.8.1claws114
8511
8512         * src/summaryview.c
8513                 o fix another memory leak reported by Martin Kluge
8514                   (see "[ 599568 ] Small Memory Leak")
8515                 o remove 'from' variable from 'summary_set_header()'; we can
8516                   do with just 'to' 
8517
8518 2002-08-24 [paul]       0.8.1claws113
8519
8520         * sync with 0.8.1cvs30
8521                 see ChangeLog 2002-08-23
8522
8523 2002-08-24 [alfons]     0.8.1claws112
8524
8525         * src/summaryview.c
8526                 remove unnecessary allocations for search bar fixing leaks
8527                 reported by Martin Kluge
8528                 (see "[ 599451 ] Further memory leaks?")
8529
8530 2002-08-24 [alfons]     0.8.1claws111
8531
8532         * src/main.c
8533                 make get_socket_name() public for crash.c
8534         * src/crash.c
8535                 o make report bug button work (goes to claws' 
8536                   bug tracker at sf.net)
8537                 o introduce function for doing important stuff just
8538                   before claws goes down
8539                 o clean up code 
8540
8541 2002-08-24 [alfons]     0.8.1claws110
8542
8543         * src/compose.c
8544                 move cursor to "To" entry when forwarding as attachment
8545                 (reported and solved by Steve Lamb, closes bug report
8546                 "[ 592880 ] Forward as attachment; cursor not in to")
8547
8548 2002-08-24 [colin]      0.8.1claws109
8549
8550         * src/mainwindow.c
8551                 fix quick search visibility after GUI (de)separations.
8552
8553 2002-08-23 [colin]      0.8.1claws108
8554
8555         * src/mainwindow.c
8556                 fix header pane visibility after folderview or
8557                 messageview (de)separation
8558
8559 2002-08-23 [paul]       0.8.1claws107
8560
8561         * src/mainwindow.[ch]
8562           src/toolbar.c
8563                 give full control of display or non-display 
8564                 of the Execute icon to Custom toolbar settings.
8565                 add new sensitivity condition to maninwindow.h: 
8566                 M_DELAY_EXEC
8567
8568         * ChangeLog
8569           ChangeLog.jp
8570           NEWS
8571                 more sync with 0.8.1cvs29
8572
8573 2002-08-23 [melvin]     0.8.1claws106
8574
8575         * src/alertpanel.c
8576                 Readded support for custom widget in alertpanel lost in last
8577                 sync.
8578
8579 2002-08-23 [paul]       0.8.1claws105
8580
8581         * sync with 0.8.1cvs29
8582                 see ChangeLog 2002-08-23
8583
8584 2002-08-23 [colin]      0.8.1claws104
8585
8586         * src/summaryview.c
8587                 Fix folder and search pixmaps exchanging positions
8588                 after theme or toolbar changes. Thank to Oliver for 
8589                 reporting this.
8590
8591 2002-08-23 [colin]      0.8.1claws103
8592
8593         * src/mainwindow.c
8594           src/messageview.[ch]
8595           src/noticeview.[ch]
8596           src/summaryview.c
8597                 Changed messageview_create() and noticeview_create()
8598                 to avoid the last gdk_warning
8599
8600 2002-08-22 [colin]      0.8.1claws102
8601
8602         * src/summaryview.c
8603                 Fix my new `Creating pixmap from xpm' warning
8604
8605 2002-08-22 [colin]      0.8.1claws101
8606
8607         * src/mainwindow.c
8608                 Fix some of the gdk warnings
8609
8610 2002-08-22 [colin]      0.8.1claws100
8611
8612         * src/Makefile.am
8613         * src/stock_pixmap.c
8614         * src/stock_pixmap.h
8615         * src/pixmaps/quicksearch.xpm *ADDED*
8616                 Add the quicksearch pixmap
8617         * src/mainwindow.c
8618         * src/summaryview.c
8619         * src/summaryview.h
8620                 Make quicksearch bar visible/hidden via a button
8621
8622 2002-08-22 [christoph]  0.8.1claws99
8623
8624         * src/folder.c
8625                 fix folder update for newsgroups with message
8626                 numbers below minimum number of articles to fetch
8627                 (closes bug #598445)
8628
8629 2002-08-22 [paul]       0.8.1claws98
8630
8631         * sync with 0.8.1cvs28
8632                 see ChangeLog 2002-08-22
8633
8634 2002-08-21 [alfons]     0.8.1claws97
8635
8636         * src/crash.c
8637                 use bt instead of bt full which seems to work 
8638                 better, and bt full doesn't give a great deal 
8639                 of information anyway
8640
8641 2002-08-21 [colin]      0.8.1claws96
8642
8643         * src/summaryview.c
8644                 fix summaryview_searchtype_changed prototype
8645
8646 2002-08-21 [christoph]  0.8.1claws95
8647
8648         * src/mainwindow.c
8649                 o fix broken menu update for sorting type, we have to
8650                   get this info from the summaryview now
8651                 o removed setting of threaded state in menu callback
8652         * src/summaryview.[ch]
8653                 more summaryview/folderitem seperation for
8654                 threading option
8655         * configure.in
8656                 removed not required --with-compiler-flags option
8657
8658 2002-08-21 [oliver]     0.8.1claws94
8659         
8660         * src/toolbar.h 
8661                 o rename toolbar.xml to toolbar_main.xml
8662                   since toolbar_compose.xml might come up 
8663                   any time soon
8664         * README.claws
8665                 add custom toolbar              
8666
8667 2002-08-21 [darko]      0.8.1claws93
8668
8669         * src/procmsg.c
8670                 don't reset tmp flags for messages copied
8671                 to sent folder
8672
8673 2002-08-21 [colin]      0.8.1claws92
8674         
8675         * src/prefs_filtering.c
8676                 fix renaming rules on folder rename 
8677                 when folder is not a leaf folder
8678
8679 2002-08-21 [paul]       0.8.1claws91
8680
8681         * src/prefs_folder_item.c
8682                 fix alignment of colour selector
8683
8684 2002-08-21 [paul]       0.8.1claws90
8685
8686         * sync with 0.8.1cvs27
8687                 see ChangeLog 2002-08-21
8688
8689 2002-08-21 [paul]       0.8.1claws89
8690
8691         * src/summaryview.c
8692                 fix crash when changing field type in
8693                 Quick search bar
8694
8695 2002-08-21 [colin]      0.8.1claws88
8696
8697         * src/summaryview.c
8698                 Made quick search case-insensitive
8699
8700 2002-08-21 [paul]       0.8.1claws87
8701
8702         * sync with 0.8.1cvs26
8703                 see ChangeLog 2002-08-21
8704
8705 2002-08-20 [christoph]  0.8.1claws86
8706
8707         * src/folderview.c
8708         * src/main.c
8709         * src/summaryview.[ch]
8710                 more summaryview/folderitem seperation for
8711                 sort_key and sort_type
8712         * src/procmsg.c
8713                 added missing return statement
8714
8715 2002-08-20 [colin]      0.8.1claws85
8716
8717         * src/summaryview.[ch]
8718                 Added a quick search box
8719         * src/mainwindow.c
8720         * src/prefs_common.[ch]
8721                 Added a show/hide option for the quick search
8722
8723 2002-08-20 [oliver]     0.8.1claws84
8724         
8725         * src/mainwindow.c
8726                 remove toolbar_create_popups
8727         * src/toolbar.[ch]
8728                 o remove toolbar_create_popups
8729                 o fix toolbar_set_sensitive 
8730                   (Bug reports #596834 and #596832)     
8731         * src/prefs_toolbar.c
8732                 o add "Set default" button
8733                 o align label and text + combo widgets
8734
8735 2002-08-20 [hoa]        0.8.1claws83bis
8736
8737         * src/imap.c
8738                 fixed a bug in imap_fetch_msginfo() in case there is no
8739                 current folder.
8740
8741 2002-08-20 [darko]      0.8.1claws83
8742
8743         * src/folderview.c
8744                 copy the color style of folder view so it
8745                 works with GTK themes
8746
8747 2002-08-20 [darko]      0.8.1claws82
8748
8749         * src/folder.h
8750         * src/folderview.c
8751         * src/prefs_folder_item.[hc]
8752                 don't use UI stuff in folder.h
8753
8754 2002-08-20 [darko]      0.8.1claws81
8755
8756         * src/folder.h
8757         * src/prefs_folder_item.h
8758         * src/folderview.c
8759         * src/prefs_folder_item.c
8760                 ability to set folder color in folderview
8761
8762 2002-08-19 [alfons]     0.8.1claws80
8763
8764         * src/summaryview.c
8765                 fix one of the earlier memleaks reported by Martin Kluge
8766
8767 2002-08-19 [alfons]     0.8.1claws79
8768
8769         * src/mainwindow.c
8770                 hide notice view when selecting seperate folder
8771                 view (reported by Urke MMI)
8772
8773 2002-08-19 [christoph]  0.8.1claws78
8774
8775         * src/folderview.c
8776         * src/prefs_folder_item.h
8777         * src/summaryview.[ch]
8778                 o add summary_set_prefs_from_folderitem to set
8779                   summaryview prefs (first step to remove all
8780                   references to the folderitem in summaryview)
8781                 o moved compiled regex stuff from folderitem prefs
8782                   to summaryview code
8783
8784 2002-08-19 [paul]       0.8.1claws77
8785
8786         * src/compose.c
8787                 add check for '.' to QUOTE_IF_REQUIRED
8788
8789 2002-08-19 [paul]       0.8.1claws76
8790
8791         * src/inc.c
8792                 sync with 0.8.1cvs25 (plug memory leak)
8793
8794         * src/prefs_toolbar.c
8795                 re-order prefs_toolbar_cancel()
8796
8797 2002-08-18 [alfons]     0.8.1claws75
8798
8799         * src/inc.c
8800         * src/matcher.c
8801                 plug other memleaks reported by Martin Kluge
8802
8803 2002-08-18 [paul]       0.8.1claws74
8804
8805         * po/pt_BR.po
8806                 updated by Fabio Jr. Beneditto
8807
8808 2002-08-18 [paul]       0.8.1claws73
8809
8810         * src/toolbar.[ch]
8811                 fix bug where tooltips were displayed untranslated              
8812
8813         * src/prefs_toolbar.c
8814                 fix bug where clicking 'Cancel' creates an icon & text
8815                 toolbar regardless of prefs
8816         
8817
8818 2002-08-17 [oliver]     0.8.1claws72
8819
8820         * src/prefs_toolbar.c
8821                 update toolbar on CANCEL
8822                 bug reported by Martin Kluge
8823         * src/toolbar.c
8824                 toolbar_destroy memleak fixed           
8825
8826 2002-08-17 [alfons]     0.8.1claws71
8827
8828         * src/toolbar.c
8829                 plug another memleak reported by Martin Kluge
8830
8831 2002-08-16 [alfons]     0.8.1claws70
8832
8833         * src/crash.c
8834                 use execvp() correctly (suggested by wwp; thanks!)
8835
8836 2002-08-16 [alfons]     0.8.1claws69
8837
8838         * src/gtksctree.c
8839                 plug memory leak reported by Kim Schultz & Martin Kluge
8840
8841 2002-08-16 [paul]       0.8.1claws68
8842
8843         * po/es.po
8844                 updated by Ricardo Mones Lastra
8845
8846 2002-08-16 [paul]       0.8.1claws67
8847
8848         * src/toolbar.h
8849                 fix bug where 'Compose News' icon showed wrong
8850                 tooltip
8851
8852 2002-08-16 [paul]       0.8.1claws66
8853
8854         * sync with 0.8.1cvs24
8855                 see ChangeLog 2002-08-16
8856
8857         * po/it.po
8858                 updated by Alessandro Maestri
8859
8860 2002-08-15 [paul]       0.8.1claws65
8861
8862         * po/sr.po
8863                 updated by Urke MMI
8864
8865 2002-08-15 [paul]       0.8.1claws64
8866
8867         * src/*.c
8868                 don't translate debug info
8869
8870         * src/matcher.[ch]
8871                 add copyright info
8872
8873 2002-08-15 [paul]       0.8.1claws63
8874
8875         * src/prefs_toolbar.c
8876                 fix bug where clicking 'OK' creates an icon & text
8877                 toolbar regardless of prefs
8878
8879 2002-08-14 [alfons]     0.8.1claws62
8880
8881         * src/main.c
8882                 add global var that has the full argv[0]
8883         * src/crash.c
8884                 o execvp the correct sylpheed by using argv0
8885                   and setting the correct work dir
8886                 o other tweaks  
8887
8888 2002-08-14 [oliver]     0.8.1claws61
8889         
8890         * enable/disable Toolbar Action Buttons 
8891         * code cleanups
8892         * src/mainwindow.c
8893         * src/toolbar.[ch]      
8894         * src/prefs_toolbar.c   
8895
8896 2002-08-14 [melvin]     0.8.1claws60
8897
8898         * po/fr.po
8899                 Updated French translations
8900
8901 2002-08-14 [melvin]     0.8.1claws59
8902
8903         * src/crash.c
8904                 Made bug report not translatable
8905         * src/exporthtml.c
8906                 Fixed exporthtml_build_filespec() return value
8907         * src/foldersel.c
8908                 Fixed incorrect include file
8909         * src/gtkspell.c
8910         * src/prefs_actions.c
8911         * src/prefs_toolbar.c
8912                 Made debug info not translatable
8913         * src/mutt.c
8914         * src/quote_fmt.c
8915                 Added missing includes
8916         * src/prefs_common.c
8917                 Fixed typo
8918
8919 2002-08-14 [paul]       0.8.1claws58
8920
8921         * faq/es/sylpheed-faq.html
8922           faq/es/sylpheed-faq-[1-3].html
8923           faq/es/sylpheed-faq-4.html     **NEW FILE **
8924                 update Spanish FAQ
8925
8926 2002-08-13 [christoph]  0.8.1claws57
8927
8928         * src/procmsg.c
8929                 ignore thread fix that did not mark all
8930                 child nodes of a ignored thread as
8931                 ignored. Does not work perfectly yet,
8932                 but it is better now
8933
8934 2002-08-13 [alfons]     0.8.1claws56
8935
8936         * src/crash.c
8937                 o implement 'save crash log'
8938                 o some tweaks
8939
8940 2002-08-13 [melvin]     0.8.1claws55
8941
8942         * src/main.c
8943                 removed unrequired "execinfo.h" header
8944
8945 2002-08-12 [paul]       0.8.1claws54
8946
8947         * faq/en/sylpheed-faq.html
8948           faq/en/sylpheed-faq-[1-3].html
8949           faq/en/sylpheed-faq-4.html     **NEW FILE **
8950                 update English FAQ
8951
8952 2002-08-12 [alfons]     0.8.1claws53
8953
8954         * po/POTFILES.in
8955                 add crash.c to translatables
8956         * src/crash.c
8957                 bring in Leandro's crash dialog
8958
8959 2002-08-11 [alfons]     0.8.1claws52
8960
8961         * src/crash.c
8962                 clean up some warnings
8963
8964 2002-08-11 [alfons]     0.8.1claws51
8965
8966         * acconfig.h
8967         * configure.in
8968         * src/crash.[ch]        ** NEW FILES **
8969         * src/main.c            
8970                 initial gdb crash handler
8971
8972 2002-08-11 [paul]       0.8.1claws50
8973
8974         * src/prefs_toolbar.c
8975                 replace Up/Down arrow pixmaps with text to be
8976                 consistent across icon themes
8977
8978 2002-08-11 [paul]       0.8.1claws49
8979
8980         * src/prefs_common.c
8981           src/prefs_toolbar.c
8982                 rename 'Pixmap' -> 'Icon'
8983
8984         * src/toolbar.[ch]
8985                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8986
8987 2002-08-10 [paul]       0.8.1claws48
8988
8989         * src/prefs_toolbar.c
8990                 re-work the UI
8991
8992 2002-08-10 [paul]       0.8.1claws47
8993
8994         * src/main.c
8995                 don't write Processing progress to status bar
8996                 patch submitted by Alexander Evseev
8997
8998         * src/prefs_toolbar.c
8999                 re-position and resize window
9000                 make window assume correct size on first call
9001
9002 2002-08-10 [paul]       0.8.1claws46
9003
9004         * src/mainwindow.c
9005           src/prefs_toolbar.c
9006           src/toolbar.c
9007           src/toolbar.h
9008                 obey coding style
9009                 follow UI text conventions
9010
9011 2002-08-10 [alfons]     0.8.1claws45
9012
9013         * src/toolbar.c
9014                 correct pixmap for delete action
9015
9016 2002-08-10 [paul]       0.8.1claws44
9017
9018         * po/pt_BR.po
9019                 updated by Fabio Jr. Beneditto
9020
9021 2002-08-10 [paul]       0.8.1claws43
9022
9023         * po/POTFILES.in
9024                 add custom toolbar files
9025
9026 2002-08-10 [paul]       0.8.1claws42
9027
9028         * sync with 0.8.1cvs22
9029                 see ChangeLog 2002-08-09
9030
9031 2002-08-09 [paul]       0.8.1claws41
9032
9033         * tools/Makefile.am
9034           tools/README
9035           tools/outlook2sylpheed.pl     ** NEW FILE **
9036                 add script to convert exported Outlook
9037                 contacts list to a Sylpheed addressbook.
9038                 Submitted by Ricardo Mones Lastra.
9039
9040 2002-08-09 [paul]       0.8.1claws40
9041
9042         * AUTHORS
9043           configure.in
9044           po/sr.po      ** NEW FILE **
9045                 add Serbian message catalog. Submitted by
9046                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9047
9048 2002-08-09 [paul]       0.8.1claws39
9049
9050         * sync with 0.8.1cvs21
9051                 see ChangeLog 2002-08-08
9052
9053 2002-08-08 [oliver]     0.8.1claws38
9054
9055         * src/mainwindow.c
9056                 move Custom Toolbar to Configuration menu
9057
9058 2002-08-08 [oliver]     0.8.1claws37
9059
9060         * src/prefs_toolbar.c
9061                 fix substitute pixmap bug
9062
9063 2002-08-08 [paul]       0.8.1claws36
9064
9065         * sync with 0.8.1cvs19
9066                 see ChangeLog 2002-08-08
9067
9068 2002-08-07 [christoph]  0.8.1claws35
9069
9070         * src/utils.c
9071                 fixed a memory leak in new canonicalize_file_replace
9072
9073 2002-08-07 [christoph]  0.8.1claws34
9074
9075         * src/utils.[ch]
9076                 o canonicalize_file_replace should create the temporary
9077                   file in the same directory as the original file.
9078                 o added get_tmpfile_in_dir that creates a temorary file
9079                   in a specified directory.
9080
9081 2002-08-07 [melvin]     0.8.1claws33
9082
9083         * src/toolbar.c
9084                 fixed bug where 'Article' button acted as 'Email' button.
9085
9086 2002-08-07 [paul]       0.8.1claws32
9087
9088         * sync with 0.8.1.cvs17
9089                 see ChangeLog 2002-08-07
9090
9091 2002-08-07 [colin]      0.8.1claws31
9092         
9093         * src/news.c
9094                 fix mass-cancel problem
9095
9096 2002-08-07 [thorsten]   0.8.1claws30
9097
9098         * src/prefs_toolbar.c
9099                 fix: crash on replace or add new button
9100         * src/toolbar.c
9101                 fix: close xmlfile after reading
9102         * src/utils.c
9103                 fix: unlink() file before rename()
9104
9105 2002-08-06 [paul]       0.8.1claws29
9106
9107         * sync with 0.8.cvs15
9108                 see ChangeLog 2002-08-06
9109
9110 2002-08-06 [oliver]     0.8.1claws28
9111
9112         * src/toolbar.c
9113         * src/prefs_toolbar.c
9114                 fixed empty toolbar issue
9115
9116 2002-08-06 [oliver]     0.8.1claws27
9117
9118         * Custom Toolbar Final 
9119         * src/folderview.c
9120         * src/inc.c
9121         * src/summaryview.c
9122                 o toolbar stuff now lives in src/toolbar.[ch]
9123                 o main_window_toolbar_* functions are renamed to
9124                   toolbar_* reflecting their new source file
9125         * src/mainwindow.[ch]
9126                 o remove toolbar stuff  
9127
9128 2002-08-06 [oliver]     0.8.1claws26
9129         
9130         * src/Makefile.am
9131         * src/prefs_toolbar.[ch]        **New File**
9132         * src/toolbar.[ch]              **New File**
9133                 o prefs_toolbar.[ch] custom toolbar frontend
9134                 o toolbar.[ch]       backend 
9135
9136 2002-08-06 [oliver]     0.8.1claws25
9137
9138         * src/prefs_actions.[ch]
9139                 o new exported function actions_execute
9140
9141 2002-08-06 [paul]       0.8.1claws24
9142
9143         * sync with 0.8.1cvs4
9144                 see ChangeLog 2002-08-06
9145
9146 2002-08-06 [paul]       0.8.1claws23
9147
9148         * sync with 0.8.1cvs13
9149                 see ChangeLog 2002-08-06
9150
9151 2002-08-06 [paul]       0.8.1claws22
9152
9153         * sync with 0.8.1cvs12
9154                 see ChangeLog 2002-08-05 and 2002-08-06
9155
9156 2002-08-06 [match]      0.8.1claws21
9157
9158         * src/addrclip.c
9159                 improvements to cut/copy/paste address
9160
9161 2002-08-05 [match]      0.8.1claws20
9162
9163         * src/addritem.[ch]
9164         * src/addrcache.c
9165         * src/addrbook.c
9166         * src/editaddress.c
9167         * src/addressbook.c
9168                 fixes to improve cut/copy/paste
9169
9170 2002-08-06 [melvin]     0.8.1claws19
9171
9172         * src/account.[ch]
9173                 account_find_all_from_address(): new function that returns the
9174                 list of all accounts that are matched in an address.
9175         * src/alertpanel.[ch]
9176                 alertpanel() now accepts a custom widget
9177                 alertpanel_with_widget(): new function that pops up a panel with
9178                 a custom widget in it 
9179         * src/gtkutils.[ch]
9180                 gtkut_account_menu_new(): new function that allows the selection
9181                 of an account from a list of accounts.
9182         * src/messageview.c
9183                 Extended Return Receipt notification to select the correct 
9184                 account and to make a security test on the Delivery-Notification
9185                 address which should be the same as the Return-Path.
9186
9187 2002-08-06 [thorsten]   0.8.1claws18
9188
9189         * src/mimeview.c
9190                 attach_all: save unnamed as "noname.%d",
9191                 dont free static dirname
9192
9193 2002-08-05 [alfons]     0.8.1claws17
9194
9195         * configure.in
9196                 detect XIM by trying to link rather than compile a XIM program
9197
9198 2002-08-05 [oliver]     0.8.1claws16
9199                 
9200         * src/stock_pixmap.[ch]
9201                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9202                 o new func to retrieve pixmaps
9203
9204 2002-08-05 [paul]       0.8.1claws15
9205
9206         * sync with 0.8.1cvs10
9207                 see ChangeLog 2002-08-05
9208
9209 2002-08-04 [alfons]     0.8.1claws14
9210
9211         * src/textview.c
9212                 see if this plugs memleak
9213
9214 2002-08-04 [melvin]     0.8.1claws13
9215
9216         * src/gtkspell.c
9217                 fixed bug that could crash Sylpheed when highlighting
9218                 all misspelled words.
9219
9220 2002-08-03 [melvin]     0.8.1claws12
9221
9222         * src/prefs_actions.c
9223                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9224         * src/messageview.c
9225                 fixed bug where the Return Receipt was sent to
9226                 Delivery-Notification-To address even if it was not present
9227
9228 2002-08-02 [alfons]     0.8.1claws11
9229
9230         * src/prefs_actions.c
9231                 o more check for NULLs
9232                 o put create_io_dialog() in right conditional block
9233
9234 2002-08-02 [paul]       0.8.1claws10
9235
9236         * po/es.po
9237                 updated by Ricardo Mones Lastra
9238
9239 2002-08-01 [christoph]  0.8.1claws9
9240
9241         * src/folder.c
9242                 don't free the cache of the opened
9243                 folder in the summaryview
9244         * src/summaryview.c
9245                 don't unset flags, if it is not required
9246
9247 2002-08-01 [paul]       0.8.1claws8
9248
9249         * sync with 0.8.1cvs8
9250                 see ChangeLog entry 2002-08-01
9251
9252 2002-08-01 [paul]       0.8.1claws7
9253
9254         * sync with 0.8.1cvs7
9255                 see ChangeLog 2002-07-31 and 2002-08-01
9256
9257 2002-07-31 [christoph]  0.8.1claws6
9258
9259         * src/mainwindow.c
9260                 forgot to update menu sensitivity
9261                 function for new menu entry
9262
9263 2002-07-31 [alfons]     0.8.1claws5
9264
9265         * src/main.c
9266                 check folder item and its path for NULL on
9267                 initial processing
9268
9269 2002-07-31 [christoph]  0.8.1claws4
9270
9271         * src/folder.c
9272                 check if folder_item_get_msginfo in
9273                 folder_item_remove_msg returned NULL
9274         * src/imap.c
9275                 better clear the uid cache in the
9276                 uid validity check function and delete
9277                 cached messages
9278
9279 2002-07-31 [paul]       0.8.1claws3
9280
9281         * man/sylpheed.1
9282                 add the '--attach' option and a few other
9283                 minor changes
9284
9285 2002-07-31 [paul]       0.8.1claws2
9286
9287         * sync with 0.8.1cvs5
9288                 see ChangeLog 2002-07-31
9289
9290 2002-07-31 [christoph]  0.8.1claws1
9291
9292         * src/folderview.[ch]
9293         * src/mainwindow.c
9294                 replace "Rescan all folders..." with
9295                 "Check all folders for new messages..."
9296
9297 2002-07-30 [paul]       0.8.1claws
9298
9299         * version 0.8.1claws released
9300
9301 2002-07-30 [paul]       0.8.0claws29
9302
9303         * tools/OOo2sylpheed.pl ** NEW FILE **
9304           tools/README
9305                 add script to enable sending documents as
9306                 attachments from OpenOffice.org
9307
9308 2002-07-30 [melvin]     0.8.0claws28
9309
9310         * src/prefs_actions.c
9311                 Made the actions' input/output dialog display
9312                 without delay.
9313
9314 2002-07-30 [christoph]  0.8.0claws27
9315
9316         * src/procmsg.c
9317                 check if folder_item_get_msginfo in
9318                 procmsg_save_to_outbox returned NULL
9319
9320 2002-07-30 [paul]       0.8.0claws26
9321
9322         * sync with 0.8.1cvs4
9323                 see ChangeLog 2002-07-29
9324
9325 2002-07-29 [thorsten]   0.8.0claws25
9326
9327         * README.claws
9328                 added selective download, delete on server
9329
9330 2002-07-29 [paul]       0.8.0claws24
9331
9332         * sync with 0.8.1cvs3
9333                 see ChangeLog 2002-07-29
9334
9335 2002-07-27 [christoph]  0.8.0claws23
9336
9337         * src/folder.c
9338                 add extra check if fetching the msginfo
9339                 returned NULL
9340
9341 2002-07-27 [paul]       0.8.0claws22
9342
9343         * sync with 0.8.1cvs2
9344                 see ChangeLog 2002-07-26
9345
9346 2002-07-27 [christoph]  0.8.0claws21
9347
9348         * src/imap.c
9349                 add another check if a valid msginfo
9350                 was returned
9351
9352 2002-07-26 [hoa]        0.8.0claws20
9353
9354         * src/folder.c
9355                 Fixed a condition in folder_item_destroy()
9356
9357         * src/imap.c
9358                 Fixed an error in IMAP protocol
9359
9360 2002-07-26 [alfons]     0.8.0claws19
9361
9362         * src/folder.c
9363                 ofcourse compare with identifier, not the path
9364
9365 2002-07-26 [alfons]     0.8.0claws18
9366
9367         * src/folder.c
9368                 use folder item identifier for saving / restoring
9369                 preferences because folder->path might not be unique
9370
9371 2002-07-26 [melvin]     0.8.0claws17
9372
9373         * src/logwindow.c
9374                 Fixed a crash introduced in 0.8.0claws5 when log is 
9375                 cut under 80 characters.
9376
9377 2002-07-26 [paul]       0.8.0claws16
9378
9379         * sync with 0.8.1cvs1
9380                 see ChangeLog 2002-07-26
9381
9382 2002-07-26 [christoph]  0.8.0claws15
9383
9384         * src/imap.[ch]
9385                 imap folder now remembers the last selected
9386                 folder and imap_fetch_msginfo skips selecting
9387                 the folder if it is already selected
9388
9389 2002-07-26 [christoph]  0.8.0claws14
9390
9391         * src/folder.c
9392         * src/folderview.c
9393         * src/imap.c
9394                 fix imap folder rescanning
9395
9396 2002-07-25 [christoph]  0.8.0claws13
9397
9398         * src/filter.c
9399         * src/folder.[ch]
9400         * src/folderview.c
9401         * src/imap.[ch]
9402         * src/mainwindow.c
9403         * src/mbox_folder.c
9404         * src/mh.c
9405         * src/news.c
9406                 implement imap uid cache and uid validity check
9407
9408 2002-07-25 [alfons]     0.8.0claws12
9409
9410         * src/summaryview.c
9411                 fix a brown paper bag bug, and also add some more
9412                 checks
9413
9414 2002-07-25 [christoph]  0.8.0claws11
9415
9416         * src/folder.c
9417                 don't mix copy, fetch_msginfo and remove
9418                 operations in folder item copy and move
9419                 operations
9420
9421 2002-07-25 [christoph]  0.8.0claws10
9422
9423         * src/folderview.c
9424         * src/mainwindow.c
9425         * src/prefs_folder_item.c
9426         * src/summaryview.[ch]
9427                 remove no longer required parameter update_cache from
9428                 summary_show
9429
9430 2002-07-25 [paul]       0.8.0claws9
9431
9432         * sync with 0.8.1
9433         
9434         * AUTHORS
9435                 a few corrections
9436
9437 2002-07-24 [alfons]     0.8.0claws8
9438
9439         * src/summaryview.c
9440                 sort correctly when using simplified subject line
9441                 (closes feature request "[ 585141 ] applying regexp to subject 
9442                 before sort" submitted by Alexandra Walford)
9443
9444 2002-07-24 [paul]       0.8.0claws7
9445
9446         * sync with 0.8.0cvs3
9447                 see ChangeLog 2002-07-24
9448
9449 2002-07-23 [christoph]  0.8.0claws6
9450
9451         * src/folder.c
9452         * src/folder.h
9453         * src/summaryview.c
9454         * src/summaryview.h
9455         * src/main.c
9456                 o separate processing and summaryview
9457                 o removed summary_write_cache from summaryview
9458                 o removed summaryview->killed_messages, because we don't have
9459                   to keep a list of killed messages anymore. New cache will
9460                   keep the hidden messages in cache anyway
9461         * src/folderview.c
9462         * src/inc.c
9463         * src/selective_download.c
9464                 o removed unnecessary summary_write_cache calls
9465         * src/procmsg.c
9466                 o don't set ignore thread flag in procmsg_get_thread_tree
9467                   if it is already set
9468         * src/mainwindow.c
9469         * src/statusbar.h
9470                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9471                   they are used in different files
9472
9473 2002-07-23 [melvin]     0.8.0claws5
9474
9475         * src/addressbook.c
9476         * src/addrgather.c
9477         * src/editaddress.c
9478         * src/editgroup.c
9479         * src/editldap_basedn.c
9480         * src/importldif.c
9481         * src/prefs_common.c
9482                 Fixed few memory leak (gtk_editable_get_chars returns
9483                 an allocated string)
9484         * src/logwindow.c
9485                 Fixed few memory leak (gtk_editable_get_chars returns
9486                 an allocated string) and modified a little the log cutting
9487                 loop.
9488         * src/compose.c
9489                 Replaced a call to an obsolete function gtk_entry_get_text()
9490                 by gtk_editable_get_chars()
9491         * src/send.c
9492                 Removed a debug printf
9493
9494 2002-07-23 [christoph]  0.8.0claws4
9495
9496         * src/filesel.c
9497                 fix another g_dirname memory leak
9498
9499 2002-07-23 [christoph]  0.8.0claws3
9500
9501         * src/mh.c
9502                 fixed a memory leak in mh_fetch_msginfo
9503                 fixed crash when message header could not be
9504                 parsed
9505
9506 2002-07-23 [paul]       0.8.0claws2
9507
9508         * sync with 0.8.0cvs2
9509                 see ChangeLog 2002-07-23
9510
9511 2002-07-23 [paul]       0.8.0claws1
9512
9513         * sync with 0.8.0cvs1
9514                 see ChangeLog 2002-07-23
9515
9516 2002-07-23 [paul]       0.8.0claws
9517
9518         * release of 0.8.0claws
9519
9520 2002-07-23 [paul]       0.7.8claws99
9521
9522         * po/ru.po
9523                 new Russian translation, submitted by
9524                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9525
9526 2002-07-22 [jens]       0.7.8claws98
9527
9528         * po/de.po
9529                 Updated German translations.
9530
9531 2002-07-22 [paul]       0.7.8claws97
9532
9533         * po/es.po
9534           po/it.po
9535           po/nl.po
9536           po/pt_BR.po
9537                 updated translations by Ricardo Mones Lastra,
9538                 Alessandro Maestri, Wilbert Berendsen and 
9539                 Fabio Jr. Beneditto respectively
9540
9541 2002-07-22 [christoph]  0.7.8claws96
9542
9543         * src/mimeview.c
9544                 fix memory leak caused by wrong g_dirname usage
9545
9546 2002-07-22 [christoph]  0.7.8claws95
9547
9548         * src/summaryview.c
9549                 update new and unread message counts for summaryview
9550                 summaryview does not get it from the folder anymore
9551                 and has to update the values itself
9552
9553 2002-07-22 [melvin]     0.7.8claws94
9554
9555         * po/fr.po
9556                 Updated French translations.
9557
9558 2002-07-22 [christoph]  0.7.8claws93
9559
9560         * src/matcher.c
9561                 set prop->preg pointer to NULL or following check
9562                 will not fail and regexec will be called with
9563                 invalid pointer
9564
9565 2002-07-21 [alfons]     0.7.8claws92
9566         
9567         * src/prefs_common.[ch]
9568                 remove option "Send return receipt on request"
9569
9570 2002-07-21 [thorsten]   0.7.8claws91
9571
9572         * src/mimeview.c
9573                 fixed memleaks, coding style as pointed out by alfons
9574
9575 2002-07-21 [alfons]     0.7.8claws90
9576
9577         * src/messageview.c
9578         * src/noticeview.[ch]
9579                 o fix bug notice view being displayed when going to empty folder 
9580                   (noticed by Christoph)
9581                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9582                   (noticed by Thorsten)
9583
9584 2002-07-21 [thorsten]   0.7.8claws89
9585
9586         * src/mimeview.c
9587                 Included save_all patch from Xaview FACQ
9588                 added support for pathnames
9589
9590 2002-07-21 [alfons]     0.7.8claws88
9591
9592         * po/POTFILES.in
9593         * src/Makefile.am
9594         * src/mainwindow.c
9595         * src/messageview.[ch]
9596         * src/noticeview.c      ** NEW FILE **
9597         * src/noticeview.h      ** NEW FILE **
9598                 make return receipts work again
9599                 (UI idea by Leandro Pereira)
9600
9601 2002-07-21 [paul]       0.7.8claws87
9602
9603         * src/summaryview.c
9604                 fix sensitivity of 'Select thread'
9605
9606 2002-07-21 [paul]       0.7.8claws86
9607
9608         * src/prefs_common.c
9609                 add browser command line for Galeon
9610
9611 2002-07-21 [paul]       0.7.8claws85
9612
9613         * Makefile.am
9614                 fix 'EXTRA_DIST': remove README.README, add TODO
9615                 and TODO.claws
9616
9617 2002-07-21 [alfons]     0.7.8claws84
9618
9619         * src/gtkstext.c
9620                 make enter clear selection
9621                 (closes "[ 579888 ] Editor selection/entry error"
9622                 reported by Steve Lamb)
9623
9624 2002-07-21 [alfons]     0.7.8claws83
9625         
9626         * src/summaryview.c
9627                 sort message list when selecting unthread messages
9628                 (closes "[ 501593 ] switching threaded view doesn't sort"
9629                 reported by Simon Schubert)
9630
9631 2002-07-20 [alfons]     0.7.8claws82
9632         
9633         * src/matcher.c
9634                 const-correctness
9635
9636 2002-07-20 [thorsten]   0.7.8claws81
9637
9638         * src/matcher.c
9639                 Fixed expansion of empty fields in matchactions
9640
9641 2002-07-19 [melvin]     0.7.8claws80
9642
9643         * src/gtkspell.c
9644                 Removed a duplicate menu entry (fast mode) introduced during
9645                 the new cache merge
9646                 Added a menu separator between 'Use alternate' and 'Fast mode'
9647
9648 2002-07-19 [paul]       0.7.8claws79
9649
9650         * tools/Makefile.am
9651           tools/README
9652                 correct typos
9653
9654 2002-07-19 [thorsten]   0.7.8claws78
9655
9656         * tools/calypso_convert.pl      ** NEW FILE **
9657           tools/README
9658           tools/Makefile.am
9659                 script to import mbox files exported
9660                 by calypso
9661                 o generates folder structure
9662                 o includes attachments
9663
9664 2002-07-19 [melvin]     0.7.8claws77
9665
9666         * src/selective_download.[ch]
9667                 Fixed bug where closing the dialog with the window manager's
9668                 close button will not unlock the summary
9669                 Corrected some function declarations that missed a return value
9670                 Made the source code comply better with coding style.
9671         * src/prefs_common.c
9672                 Added new browser command line for Mozilla.
9673
9674 2002-07-18 [paul]       0.7.8claws76
9675
9676         * src/mainwindow.c
9677           src/selective_download.[ch]
9678                 reflect theme changes, fix Gdk Warning when creating 
9679                 pixmap from NULL window, and minor clean up.
9680                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9681
9682         * po/en_GB.po
9683                 updated
9684
9685 2002-07-17 [paul]       0.7.8claws75
9686
9687         * INSTALL[.jp]
9688                 sync with 0.8.0
9689         
9690         * po/en_GB.po
9691                 updated
9692
9693 2002-07-16 [paul]       0.7.8claws74
9694
9695         * tools/filter_conv.pl
9696           tools/README
9697                 replace conversion script with reimplemented version, 
9698                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9699
9700 2002-07-16 [colin]      0.7.8claws73
9701
9702         * src/summaryview.c
9703                 remove forgotten debug messages - sorry ;-)
9704
9705 2002-07-16 [colin]      0.7.8claws72
9706
9707         * src/mimeview.c
9708           src/summaryview.c
9709           src/textview.c
9710           src/textview.h
9711                 add the ability to select part of a text mime-part 
9712                 to reply.
9713
9714 2002-07-15 [christoph]  0.7.8claws71
9715
9716         * src/folder.c
9717                 fix folder message count for folders without
9718                 msg_is_changed (includes news folders)
9719
9720 2002-07-15 [martin]     0.7.8claws70
9721
9722         * src/summaryview.c
9723                 option "display recipient on 'From'..." now works
9724                 without the need of enabling the option
9725                 "display  sender  using  address  book".
9726
9727 2002-07-15 [christoph]  0.7.8claws69
9728
9729         * src/summaryview.c
9730                 removed setting folder status from summaryview.
9731                 folder.c should update all message counts correctly.
9732
9733 2002-07-15 [paul]       0.7.8claws68
9734
9735         * po/pt_BR.po
9736                 updated by Fabio Junior Beneditto
9737
9738 2002-07-15 [darko]      0.7.8claws67
9739
9740         * src/mh.c
9741                 Fixed target folder colorization, don't decrease op
9742                 number twice
9743
9744 2002-07-14 [paul]       0.7.8claws66
9745
9746         * sync with main 0.8.0
9747                 see ChangeLog 2002-07-14
9748
9749 2002-07-13 [melvin]     0.7.8claws65
9750         
9751         * src/addrbook.c
9752         * src/addressbook.c
9753         * src/addrindex.c
9754                 Replaced sprintf by g_snprintf to prevent possible buffer
9755                 overflow.
9756         * src/news.c
9757                 Corrected a log message output format.
9758                 Added a missing "done" debug output.
9759         * src/compose.c
9760                 Added keyboard accelerator for Priority menu items
9761                 Added missing \n in debug output
9762         * src/logwindow.c
9763         * src/gtkspell.c
9764         * src/rfc2015.c
9765                 Added missing \n in debug output
9766
9767 2002-07-13 [paul]       0.7.8claws64
9768
9769         * man/sylpheed.1
9770                 change Sergey's email address to the sf address
9771
9772         * src/textview.c
9773                 increase show_url_timeout (more useful for long
9774                 urls)
9775
9776 2002-07-12 [sergey]     0.7.8claws63
9777
9778         * src/rfc2015.c
9779                 applied (with some modifications) patch to set the
9780                 micalg parameter for signatures
9781                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9782
9783 2002-07-12 [sergey]     0.7.8claws62
9784
9785         * man/Makefile.am
9786         * configure.in
9787                 fixed man page installation
9788
9789 2002-07-12 [paul]       0.7.8claws61
9790
9791         * sync with 0.7.8cvs26
9792                 see ChangeLog 2002-07-11 and 2002-07-12
9793
9794 2002-07-11 [christoph]  0.7.8claws60
9795
9796         * src/compose.c
9797         * src/procmsg.c
9798                 first use the message number to find the message
9799                 to mark with a reply flag but check the
9800                 message-id if we got the correct message, if not
9801                 try to find it by message-id.
9802                 use new string seperator that is not allowed
9803                 in message-ids.
9804
9805 2002-07-11 [paul]       0.7.8claws59
9806
9807         * sync with 0.7.8cvs23
9808                 see ChangeLog 2002-07-10
9809
9810 2002-07-10 [christoph]  0.7.8claws58
9811
9812         * src/folder.[ch]
9813         * src/msgcache.[ch]
9814                 Added message-id table to the cache in memory
9815                 and functions to msgcache.c and folder.c to
9816                 fetch MsgInfos by message id
9817         * src/compose.c
9818         * src/procmsg.c
9819                 store folder and message-id of message replying
9820                 to in queue header and set reply flag after sending
9821                 (Closes bug #469498)
9822
9823 2002-07-10 [paul]       0.7.8claws57
9824
9825         * AUTHORS
9826           man/sylpheed.1.gz
9827                 add Martin to the list of authors
9828
9829 2002-07-09 [martin]     0.7.8claws56
9830         * src/gtksctree.c
9831                 Added gtk_ctree_last_visible(), tree_update_level(),
9832                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9833                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9834                 from gtk+ to gtksctree.c for the new sorting code
9835                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9836                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9837         * src/gtksctree.h
9838                 Added declaration for gtk_sctree_sort_recursive() and
9839                 gtk_sctree_sort_node
9840         * src/addressbook.c
9841         * src/foldersel.c
9842         * src/folderview.c
9843         * src/summaryview.c
9844                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9845                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9846
9847 2002-07-08 [paul]       0.7.8claws55
9848
9849         * more sync with 0.7.8cvs21
9850                 see ChangeLog 2002-07-08
9851
9852 2002-07-08 [paul]       0.7.8claws54
9853
9854         * sync with 0.7.8cvs21
9855                 see ChangeLog 2002-07-08
9856
9857 2002-07-07 [alfons]     0.7.8claws53
9858
9859         * src/Makefile.am
9860         * src/stock_pixmap.[ch]
9861         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9862         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9863         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9864                 add new pixmaps for upcoming notice pane
9865
9866 2002-07-06 [melvin]     0.7.8claws52
9867
9868         * src/gtkspell.[ch]
9869                 Made them a bit closer to Sylpheed's coding style.
9870                 Removed old code.
9871                 Removed possible memory leaks when some errors occurs.
9872
9873 2002-07-06 [melvin]     0.7.8claws51
9874
9875         * po/Makefile.in.in
9876                 Removed --no-location in xgettext command line to help
9877                 translators that use Emacs' po-mode
9878         * src/quote_fmt.c
9879                 Removed unnecessary comments that messed up sylpheed.pot
9880
9881 2002-07-06 [paul]       0.7.8claws50
9882
9883         * sync with 0.7.8cvs19
9884                 see ChangeLog 2002-07-05
9885
9886 2002-07-06 [christoph]  0.7.8claws49
9887
9888         * src/folder.c
9889         * src/mainwindow.c
9890                 fix folder_item_remove_all_msg and folderview
9891                 status for trash folders after emptying trash
9892
9893 2002-07-05 [paul]       0.7.8claws48
9894
9895         * sync with 0.7.8cvs16
9896                 see ChangeLog 2002-07-04 and 2002-07-05
9897
9898 2002-07-04 [paul]       0.7.8claws47
9899
9900         * sync with 0.7.8cvs14
9901                 see  ChangeLog 2002-07-04
9902
9903 2002-07-03 [alfons]     0.7.8claws46
9904
9905         * src/folder.c
9906                 dupe folder item's path because it's being reallocated
9907                 by new folder scanning code
9908
9909 2002-07-03 [christoph]  0.7.8claws45
9910
9911         * src/imap.c
9912                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9913         * src/msgcache.c
9914                 add missing return in msgcache_write
9915
9916 2002-07-02 [thorsten]   0.7.8claws44
9917
9918         * src/jpilot.c
9919         * src/msgcache.c
9920         * src/rfc2015.c
9921                 use binary mode for file access
9922
9923 2002-07-02 [christoph]  0.7.8claws43
9924
9925         * major code cleanup (part 1)
9926         
9927                 - unused variables removed
9928                 - unused functions removed
9929                 - uninitialized variables checked
9930                 - missing return statements added
9931                 - missing function return types added
9932                 - added parentheses around assignment and
9933                   && in || when suggested by gcc
9934               
9935         * src/mh.c
9936         * src/folder.c
9937                 replaced direct calls to folder->scan_tree
9938                 with folder_scan_tree and restore folder
9939                 prefs in this function. The folder should
9940                 not have to deal with them.
9941                 ( Should now work for all folder types )
9942
9943 2002-07-02 [paul]       0.7.8claws42
9944
9945         * sync with 0.7.8cvs13
9946                 see ChangeLog 2002-07-01 and 2002-07-02
9947
9948 2002-07-01 [christoph]  0.7.8claws41
9949
9950         * src/summaryview.c
9951                 fix "goto next/prev unread message" with
9952                 ignored threads
9953
9954 2002-07-01 [paul]       0.7.8claws40
9955
9956         * po/es.po
9957                 updated by Ricardo Mones Lastra
9958
9959 2002-06-30 [match]      0.7.8claws39
9960
9961         * src/jpilot.c
9962                 applied variation of leonerd's patch (566661) to
9963                 allow multiple email addresses per JPilot entry.
9964                 addresses may be separated by space, comma, pipe,
9965                 semi-colon, new-line.
9966
9967 2002-06-30 [alfons]     0.7.8claws38
9968
9969         * src/procmsg.c
9970                 simple fix for putting older nodes before
9971                 newer nodes when threading by subject
9972
9973 2002-06-30 [christoph]  0.7.8claws37
9974
9975         * src/folder.c
9976         * src/folderview.c
9977         * src/mh.c
9978         * src/news.c
9979         * src/procmsg.c
9980                 fix broken folder tree rescaning
9981                 and don't use procmsg_get_mark_sum
9982                 anymore
9983
9984 2002-06-30 [christoph]  0.7.8claws36
9985
9986         * merge new cache branch
9987         * src/imap.c
9988                 fix new cache imap copy bug
9989         * src/folder.c
9990                 improved folder_item_scan
9991                 it should now always set the correct
9992                 new, unread and total message counts
9993
9994 2002-06-29 [paul]       0.7.8claws35
9995
9996         * configure.in
9997                 correct syntax error
9998
9999 2002-06-29 [paul]       0.7.8claws34
10000
10001         * configure.in
10002           Makefile.am
10003           man/Makefile.am       ** NEW FILE **
10004           man/sylpheed.1.gz     ** NEW FILE **
10005                 add Sylpheed man page
10006
10007 2002-06-29 [paul]       0.7.8claws33
10008
10009         * po/pt_BR.po
10010                 updated by Fabio Junior Beneditto
10011
10012 2002-06-28 [jens]       0.7.8claws32
10013
10014         * po/de.po
10015                 translation updated
10016
10017         * src/selective_download.c
10018                 removed gettext for space " "
10019
10020         * src/imap.c
10021                 removed wrong space
10022
10023 2002-06-28 [paul]       0.7.8claws31
10024
10025         * sync with 0.7.8cvs11
10026                 see ChangeLog 2002-06-28
10027
10028 2002-06-28 [paul]       0.7.8claws30
10029
10030         * sync with 0.7.8cvs10
10031                 see ChangeLog 2002-06-27 and 2002-06-28
10032
10033 2002-06-26 [paul]       0.7.8claws29
10034
10035         * src/addrgather.c
10036           src/selective_download.c
10037                 don't gettextise empty strings.
10038                 reserved by gettext. gettext("") returns 
10039                 the header entry with meta information, 
10040                 not the empty string
10041
10042         * po/en_GB.po
10043                 updated
10044
10045 2002-06-26 [paul]       0.7.8claws28
10046
10047         * sync with 0.7.8cvs7
10048                 see ChangeLog 2002-06-25
10049
10050         * src/prefs_common.c
10051                 ...and in the process, tweak the gui a little
10052
10053 2002-06-25 [alfons]     0.7.8claws27
10054         
10055         * configure.in
10056         * src/Makefile.am
10057                 fine tune ldap library detection
10058
10059 2002-06-25 [alfons]     0.7.8claws26
10060
10061         * src/compose.c
10062                 don't allow return receipts when composing a news article
10063
10064 2002-06-25 [paul]       0.7.8claws25
10065
10066         * Makefile.am
10067                 add '$(AMTAR)' to 'release' section to allow for
10068                 new and older autotools
10069
10070 2002-06-25 [paul]       0.7.8claws24
10071
10072         * src/summaryview.c
10073                 fix "No more unread messages" persistant pop-up
10074                 window bug
10075
10076 2002-06-25 [paul]       0.7.8claws23
10077
10078         * po/it.po
10079                 updated by Alessandro Maestri
10080
10081 2002-06-25 [paul]       0.7.8claws22
10082
10083         * sync with 0.7.8cvs6
10084                 see ChangeLog 2002-06-25
10085
10086 2002-06-24 [paul]       0.7.8claws21
10087
10088         * tools/update-po
10089                 add GPL copyright information
10090
10091 2002-06-24 [paul]       0.7.8claws20
10092
10093         * tools/Makefile.am
10094           tools/README
10095           tools/update-po       ** NEW FILE **
10096                 add script that eases the creation of *.po files
10097                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10098
10099 2002-06-23 [alfons]     0.7.8claws19
10100
10101         * src/messageview.c
10102                 make notification_convert_header obey const correctness
10103                 (next step will be fixing the broken return receipt)
10104
10105 2002-06-23 [paul]       0.7.8claws18
10106
10107         * src/messageview.c
10108                 fix bug introduced in last commit:
10109                 removed too much code in last commit - put back what's
10110                 needed
10111
10112 2002-06-23 [paul]       0.7.8claws17
10113
10114         * src/messageview.[ch]
10115                 remove code committed in error from locally patched
10116                 source
10117
10118 2002-06-23 [colin]      0.7.8claws16
10119
10120         * src/compose.[ch]
10121                 add compose_entry_select(), used to select the default_to
10122                 email address - hopefully avoiding people sending mails to
10123                 wrong recipients.
10124
10125 2002-06-22 [alfons]     0.7.8claws15
10126
10127         * AUTHORS
10128                 add Bram Metsch & Stanislav Karchebny
10129         * src/smtp.[ch]
10130         * src/prefs_account.[ch]
10131         * src/send.c
10132                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10133                   options.  (see <http://sourceforge.net/tracker/index.php
10134                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10135
10136                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10137                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10138
10139 2002-06-22 [paul]       0.7.8claws14
10140
10141         * sync with 0.7.8cvs5
10142                 see ChangeLog 2002-06-19 and 2002-06-20
10143
10144 2002-06-22 [alfons]     0.7.8claws13
10145
10146         * src/selective_download.c
10147                 fix a stupid mistake I made
10148
10149 2002-06-22 [alfons]     0.7.8claws12
10150
10151         * src/selective_download.[ch]
10152                 fix another unnoticed leak; cleanup code
10153
10154 2002-06-21 [alfons]
10155
10156         * tools/Makefile.am
10157                 gpg-sign <-- gpg-sign-syl
10158
10159 2002-06-21 [alfons]     0.7.8claws11
10160
10161         * src/selective_download.c
10162         * src/selective_download.h
10163                 fix assorted mix of allocation errors (should solve
10164                 problem reported by Philippe Gramoullé, see:
10165                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10166
10167 2002-06-20 [melvin]     0.7.8claws10
10168
10169         * tools/gpg-sign *REMOVED*
10170           tools/gpg-sign-syl *ADDED*
10171                 Replaced the gpg clearsigning script with the version using
10172                 xterm instead of ssh-askpass and changed its name.
10173
10174         * README.claws
10175                 Updated actions example to reflect the renaming of the
10176                 gpg clearsigning script.
10177
10178 2002-06-19 [paul]       0.7.8claws9
10179
10180         * sync with 0.7.8claws9
10181                 see ChangeLog 2002-06-18 and 2002-06-19
10182
10183 2002-06-19 [paul]       0.7.8claws8
10184
10185         * sync with 0.7.8cvs1
10186                 see ChangeLog 2002-06-18
10187
10188 2002-06-18 [alfons]     0.7.8claws7
10189
10190         * src/mainwindow.h
10191                 add omitted prototype
10192
10193 2002-06-17 [paul]       0.7.8claws6
10194
10195         * src/mainwindow.c
10196                 fix hiding of exec_btn
10197
10198 2002-06-17 [paul]       0.7.8claws5
10199
10200         * src/pop.c
10201                 remove unneeded code: should_delete() 
10202                 and Pop3State::uidl_todelete_list
10203
10204 2002-06-17 [paul]       0.7.8claws4
10205
10206         * sync with 0.7.8
10207                 see ChangeLog 2002-06-11 and 2002-06-13
10208
10209 2002-06-16 [alfons]     0.7.8claws3
10210         
10211         * src/folder.c
10212                 make sure lock sort mode (claws specific) is
10213                 also persists after a tree rescan
10214
10215 2002-06-16 [alfons]     0.7.8claws2
10216
10217         * src/prefs_folder_item.c
10218         * src/folder.[ch]
10219                 fix persistence of folder sort mode (broken
10220                 by adapting Hiro's new folder persistence code)
10221
10222 2002-06-16 [alfons]     0.7.8claws1
10223
10224         * AUTHORS
10225         * src/logwindow.c
10226         * src/prefscommon.[ch]
10227                 control size of log text in log window; 
10228                 closes patch #569155 submitted by Mitko Haralanov.
10229
10230 2002-06-15 [paul]       0.7.8claws
10231
10232         * release of 0.7.8claws
10233
10234 2002-06-15 [paul]       0.7.7claws
10235
10236         * po/pt_BR.po
10237                 updated by Fabio Junior Beneditto
10238
10239 2002-06-14 [paul]       0.7.6claws49
10240
10241         * po/es.po
10242                 updated by Ricardo Mones Lastra
10243
10244 2002-06-14 [paul]       0.7.6claws48
10245
10246         * po/nl.po
10247                 updated translation by Wilbert Berendsen
10248
10249 2002-06-14 [melvin]     0.7.6claws47
10250
10251         * po/fr.po
10252                 Updated French translation
10253
10254 2002-06-13 [paul]       0.7.6claws46
10255
10256         * src/filesel.c
10257                 allow filename to be typed in, rather than just
10258                 selected by the mouse. Patch by Gustavo Noronha Silva.
10259
10260 2002-06-13 [alfons]     0.7.6claws45
10261
10262         * src/mainwindow.[ch]
10263                 more cleanups (removing unnecessary menu items Expand 
10264                 summary / message view)
10265
10266 2002-06-13 [melvin]     0.7.6claws44
10267
10268         * po/POTFILES.in
10269                 Added src/string_match.c
10270         * src/string_match.c
10271                 Fixed possible buffer overflow.
10272                 Corrected typo.
10273                 Added missing config.h header.
10274         * src/prefs_common.c
10275           src/prefs_matcher.c
10276           src/prefs_scoring.c
10277                 Made some strings translatable (missing _(..)).
10278
10279 2002-06-13 [melvin]     0.7.6claws43
10280
10281         * README.claws
10282                 Corrected action example (verifying clearsigned mail).
10283         * src/prefs_account.c
10284                 Corrected typo.
10285         * src/prefs_common.c
10286                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10287
10288 2002-06-12 [alfons]     0.7.6claws42
10289
10290         * src/summaryview.c
10291                 add init of score column lost in 0.7.6claws42
10292
10293 2002-06-12 [paul]       0.7.6claws41
10294
10295         * src/prefs_account.c
10296                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10297                 behavior of the radio buttons, (from 0.7.7cvs2)
10298
10299 2002-06-11 [alfons]     0.7.6claws40
10300
10301         * src/messageview.[ch]
10302         * src/summaryview.[ch]
10303         * src/summary_search.c
10304         * src/mainwindow.c
10305                 perform a sync to bring in Hiro's separate view implementation 
10306
10307                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10308
10309 2002-06-11 [paul]       0.7.6claws39
10310         
10311         * src/prefs_account.c
10312                 correct a typo on the Receive tab
10313
10314 2002-06-10 [match]      0.7.6claws38
10315
10316         * src/addressbook.c
10317                 Included address completion patch from Gustavo Noronha.
10318
10319 2002-06-10 [paul]       0.7.6claws37
10320
10321         * src/inc.[ch]
10322           src/pop.c
10323           src/prefs_account.[ch]
10324           src/selective_download.[ch]
10325                 apply PATCH #561712
10326                  NEW:
10327                 - check if POP Account
10328                 - Receive Button renamed to Preview
10329                 - Preview Button Popup: preview new/all messages
10330                 - Download Button
10331                 - Account Preferences-->Receive tab checkbutton if you
10332                   want to remove Mail after Download
10333                 -: default YES
10334                 - Account Preferences-->Receive tab checkbutton use
10335                   filtering rules on preview
10336                   (think of delete_on_server)
10337                 -: default YES
10338                 - Account selectable from SD dialog
10339                 - checkbutton to show already downloaded messages if
10340                   all messages are previewed
10341                 - new clist column showing Date
10342                 - ESC KEY close
10343                 FIXES:
10344                 - play ball with UIDL
10345                 - fault tolerant (?) 
10346                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10347
10348 2002-06-10 [melvin]     0.7.6claws36
10349
10350         * README.claws
10351                 Added a hint to ac/README in cvs instructions.
10352
10353         * src/prefs_actions.c
10354                 Made it possible to use a more elaborate command line
10355                 for asynchronous actions, too.
10356
10357 2002-06-10 [melvin]     0.7.6claws35
10358         
10359         * src/prefs_actions.c
10360                 Make it possible to use a more elaborate command line
10361                 (e.g. |foo|bar|cat>there;echo Done|)
10362                 Corrected error message when calling %f, %F and %p commands
10363                 from the compose window.
10364
10365 2002-06-09 [colin]      0.7.6claws34
10366
10367         * src/summaryview.c
10368                 Automatically find unread messages in current folder
10369                 before annoying the user.
10370
10371 2002-06-08 [alfons]     0.7.6claws33
10372
10373         * po/it.po
10374                 remove bad formatting string in it.po translation
10375                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10376
10377 2002-06-08 [paul]       0.7.6claws32
10378
10379         * sync with 0.7.6cvs25
10380                 see ChangeLog 2002-06-07
10381
10382 2002-06-05 [paul]       0.7.6claws31
10383
10384         * src/mainwindow.c
10385                 add 'Sort by locked' and 'Sort by score'
10386
10387 2002-06-05 [paul]       0.7.6claws30
10388
10389         * sync with 0.7.6cvs24
10390                 see ChangeLog 2002-06-04
10391
10392 2002-06-04 [paul]       0.7.6claws29
10393
10394         * po/pt_BR.po
10395                 updated by Fabio Junior Beneditto
10396
10397 2002-06-03 [thorsten]   0.7.6claws28
10398
10399         * src/matcher.c
10400                 fclose() matcherrc after reading
10401
10402 2002-06-03 [paul]       0.7.6claws27
10403
10404         * sync with 0.7.6cvs21
10405                 see ChangeLog 2002-05-31
10406
10407 2002-05-31 [paul]       0.7.6claws26
10408
10409         * sync with 0.7.6cvs20
10410                 see ChangeLog 2002-05-29 and 2002-05-30
10411
10412 2002-05-31 [paul]       0.7.6claws25
10413
10414         * src/imap.c
10415                 hopefully fix last buggy sync
10416
10417         * README.claws
10418                 correct typo in 'Actions' examples
10419
10420 2002-05-29 [paul]       0.7.6claws24
10421
10422         * sync with 0.7.6cvs18
10423                 see ChangeLog 2002-05-28 and 2002-05-29
10424
10425         * src/news.c
10426           src/nntp.[ch]
10427                 sync with above 
10428
10429 2002-05-28 [paul]       0.7.6claws23
10430
10431         * sync with 0.7.6cvs16
10432                 see ChangeLog 2002-05-28
10433
10434 2002-05-27 [thorsten]   0.7.6claws22 
10435
10436         * faq/it/sylpheed-faq-1.html
10437           faq/it/sylpheed-faq-2.html
10438           faq/it/sylpheed-faq-3.html
10439           faq/it/sylpheed-faq.html
10440                 corrected DOS lineendings
10441         * faq/de/sylpheed-faq-1.html
10442           faq/de/sylpheed-faq-2.html
10443           faq/en/sylpheed-faq-1.html
10444           faq/en/sylpheed-faq-2.html
10445           faq/en/sylpheed-faq-3.html
10446           faq/es/sylpheed-faq-1.html
10447           faq/es/sylpheed-faq-2.html
10448           faq/es/sylpheed-faq-3.html
10449           faq/fr/sylpheed-faq-1.html
10450           faq/it/sylpheed-faq-1.html
10451           faq/it/sylpheed-faq-2.html
10452           faq/it/sylpheed-faq-3.html
10453           faq/it/sylpheed-faq.html
10454                 changed ">" to &quot;
10455
10456 2002-05-27 [paul]       0.7.6claws21
10457         
10458         * sync with 0.7.6cvs15
10459                 see ChangeLog 2002-05-27
10460
10461 2002-05-27 [paul]       0.7.6claws20
10462
10463         * src/prefs_account.c
10464                 correct a typo
10465
10466 2002-05-26 [paul]       0.7.6claws19
10467
10468         * tools/README
10469                 correct a typo
10470
10471 2002-05-25 [paul]       0.7.6claws18
10472
10473         * tools/README
10474                 add description of kmail2sylpheed.pl
10475
10476 2002-05-25 [paul]       0.7.6claws17
10477
10478         * tools/kmail2sylpheed.pl       ** NEW FILE **
10479                 perl script that converts an exported Kmail address
10480                 book, converts it to sylpheed addressbook file,
10481                 writes the file to .sylpheed, and updates
10482                 addrbook--index.xml 
10483
10484 2002-05-25 [paul]       0.7.6claws16
10485
10486         * sync with 0.7.6cvs14
10487                 see ChangeLog 2002-05-23
10488
10489 2002-05-24 [paul]       0.7.6claws15
10490
10491         * README.claws
10492                 make a correction and add some more info
10493
10494 2002-05-24 [paul]       0.7.6claws14
10495
10496         * src/compose.c
10497                 fix memory leak in 
10498                 compose_redirect_write_headers_from_headerlist()
10499                 add Subject and Resent-Message-ID to
10500                 compose_redirect_write_headers()
10501                 Received, Subject, and X-UIDL are filtered out in 
10502                 compose_redirect_write_to_file()
10503
10504 2002-05-23 [paul]       0.7.6claws13
10505
10506         * src/compose.[ch]
10507           src/filtering.c
10508           src/mainwindow.c
10509           src/matcher.[ch]
10510           src/matcher_parser_lex.l
10511           src/matcher_parser_parse.y
10512           src/prefs_common.[ch]
10513           src/prefs_filtering.c
10514           src/summaryview.c
10515                 rename 'Bounce' to 'Redirect'
10516
10517 2002-05-23 [paul]       0.7.6claws12
10518
10519         * more sync with 0.7.6cvs13
10520           src/compose.c
10521                 see ChangeLog 2002-05-22
10522
10523 2002-05-22 [paul]       0.7.6claws11
10524
10525         * sync with 0.7.6cvs13
10526           src/codeconv.c
10527                 see ChangeLog 2002-05-20
10528           src/prefs_common.c
10529                 see ChangeLog 2002-05-22
10530
10531 2002-05-21 [melvin]     0.7.6claws10
10532
10533         * src/folderview.c
10534                 Added missing filtering and scoring headers
10535                 Fixed bad function call that showed garbage 
10536                 in Folder->Processing
10537
10538 2002-05-21 [paul]       0.7.6claws9
10539
10540         * tools/Makefile.am
10541                 make all tools executable, (patch by Alfons).
10542
10543 2002-05-20 [alfons]     0.7.6claws8
10544
10545         * src/procheader.c
10546                 don't forget to call mktime() so we have a valid week 
10547                 and year day
10548                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10549
10550 2002-05-20 [paul]       0.7.6claws7
10551
10552         * src/html.c
10553                 fix broken parsing of urls
10554         * src/textview.c
10555                 fix displaying of urls
10556
10557                 both fixes from the patch [547855] by Eugene 
10558                 Brevdo (zonem)
10559
10560 2002-05-19 [alfons]     0.7.6claws6
10561
10562         * configure.in
10563                 make sylpheed configure correctly with the latest
10564                 and greatest of automake / autoconf / gettext
10565
10566 2002-05-19 [alfons]     0.7.6claws5
10567
10568         * src/procheader.c
10569         * src/procheader.h
10570                 add function for returning ime zone offset
10571         * src/quote_fmt.c
10572         * src/quote_fmt_parse.y
10573                 better quotation formatting - does not convert
10574                 to local time, but uses the original date string.
10575                 
10576                 Note: %z inserts the timezone offset (should 
10577                 work also on platforms where strftime does not
10578                 support %z).
10579
10580 2002-05-18 [christoph]  0.7.6claws4
10581
10582         * src/summaryview.c
10583                 fix indentation of some code
10584         * tools/Makefile.am
10585                 fix spaces after \
10586         * src/Makefile.am
10587                 add missing \
10588                 correct path for ignorethread.xpm
10589                 incorrect filename for sylpheed_logo.xpm
10590                 add missing include matcher_parser_parse.h
10591
10592 2002-05-18 [paul]       0.7.6claws3
10593
10594         * sync with 0.7.6cvs8
10595                 see ChangeLog 2002-05-16 and 2002-05-17
10596
10597 2002-05-18 [melvin]     0.7.6claws2
10598
10599         * README.claws
10600                 Corrected an action's definition and fixed some misspellings.
10601
10602 2002-05-18 [paul]       0.7.6claws1
10603
10604         * tools/Makefile.am
10605           tools/gpg-sign        ** new file **
10606           tools/uudec           ** new file **
10607                 add Melvin's Actions scripts
10608
10609         * README.claws
10610                 add Melvin's descriptions for Actions
10611
10612 2002-05-18 [paul]       0.7.6claws
10613
10614         * Version 0.7.6claws released
10615
10616 2002-05-17 [paul]       0.7.5claws32
10617
10618         * po/es.po
10619                 updated by Ricardo Mones Lastra
10620
10621 2002-05-17 [paul]       0.7.5claws31
10622
10623         * src/compose.c
10624                 fix Account prefs default folder for sent/draft/deleted
10625                 messages bug
10626
10627         * po/it.po
10628           po/nl.po
10629                 updated translation by Alessandro Maestri and
10630                 Wilbert Berendsen
10631
10632 2002-05-17 [melvin]     0.7.5claws30
10633
10634         * src/prefs_actions.c
10635                 Fixed bug where using %F not at the end of the command 
10636                 resulted in an additional empty argument being created.
10637                 Thanks to Darko Koruga for reporting the bug.
10638
10639 2002-05-17 [melvin]     0.7.5claws29
10640
10641         * po/fr.po
10642                 Updated French translations.
10643
10644 2002-05-15 [paul]       0.7.5claws28
10645         
10646         * po/es.po
10647                 updated by Ricardo Mones Lastra
10648
10649 2002-05-15 [paul]       0.7.5claws27
10650
10651         * sync with 0.7.6cvs4
10652                 see ChangeLog 2002-05-14 and 2002-05-15
10653
10654 2002-05-14 [paul]       0.7.5claws26
10655
10656         * sync with 0.7.6cvs1
10657                 see ChangeLog 2002-05-13
10658
10659 2002-05-13 [thorsten]   0.7.5claws25
10660
10661         * src/messageview.c
10662                 fix select_all and copy in multipart messages
10663         * src/mainwindow.c
10664                 fix select_all and copy in multipart messages
10665
10666 2002-05-12 [paul]       0.7.5claws24
10667
10668         * src/summaryview.c
10669                 reverse last commit, bug already fixed in 0.7.5claws3
10670
10671 2002-05-12 [netztorte]  0.7.5claws23
10672
10673         * src/summaryview.c
10674                 dont parse empty addressbook (checked in before claws20)
10675
10676 2002-05-12 [melvin]     0.7.5claws22
10677
10678         * src/procmsg.[ch]
10679                 Removed unneeded priority code introduced by the previous 
10680                 commit.
10681
10682 2002-05-12 [melvin]     0.7.5claws21
10683
10684         * src/compose.[ch]
10685                 Added possibility to set message's priority.
10686         * src/procmsg.[ch]
10687                 Added possibility to set message's priority.
10688                 Added missing headers
10689
10690 2002-05-12 [melvin]     0.7.5claws20
10691
10692         * src/prefs_actions.c
10693                 Removed implicitely added quotes around the name
10694                 of the temporary files of mime parts.
10695
10696 2002-05-12 [paul]       0.7.5claws19
10697
10698         * sync with 0.7.5cvs20
10699                 see ChangeLog 2002-05-11
10700
10701 2002-05-12 [alfons]     0.7.5claws18
10702
10703         * src/quote_fmt_lex.l
10704         * src/quote_fmt_parse.y
10705                 allow quote / reply date & time format to be set using
10706                 %D{format}. format is a format string you'd pass to
10707                 strftime() (see man strftime, or the Display tab |
10708                 Date format setting).
10709
10710                 Currently %D converts the date to local time. 
10711
10712 2002-05-11 [paul]       0.7.5claws17
10713
10714         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10715                 see ChangeLog 2002-05-10 and 2002-05-11
10716
10717 2002-05-10 [paul]       0.7.5claws16
10718
10719         * sync with 0.7.5cvs16
10720                 see ChangeLog entries 2002-05-09 and 
10721                 2002-05-10
10722
10723 2002-05-10 [colin]      0.7.5claws15
10724
10725         * src/textview.c
10726                 Corrected a bug that prevented sylpheed to open
10727                 double-clicked URIs.
10728
10729 2002-05-09 [paul]       0.7.5claws14
10730
10731         * sync with 0.7.5cvs14
10732                 see ChangeLog 2002-05-08 and 2002-05-09
10733
10734 2002-05-08 [paul]       0.7.5claws13
10735
10736         * sync with 0.7.5cvs11
10737                 see ChangeLog entry 2002-05-08
10738
10739 2002-05-08 [paul]       0.7.5claws12
10740
10741         * src/mainwindow.c
10742           src/textview.[ch]
10743                 fix segfault on View->Open in new window
10744                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10745
10746 2002-05-07 [paul]       0.7.5claws11
10747
10748         * sync with 0.7.5cvs9
10749                 see ChangeLog entry 2002-05-07
10750
10751 2002-05-06 [paul]       0.7.5claws10
10752
10753         * src/messageview.c
10754           src/textview.c
10755                 display url in statusbar on single-click
10756                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10757
10758 2002-05-06 [match]      0.7.5claws9
10759
10760         * src/addritem.[ch]
10761                 new functions.
10762         * src/addrcache.c
10763                 tidy up.
10764         * src/xmlprops.[ch]
10765                 XML implementation of properties file.
10766         * src/exporthtml.[ch]
10767         * src/expthtmldlg.[ch]
10768         * src/addressbook.c
10769                 export to HTML.
10770
10771 2002-05-02 [sergey]     0.7.5claws8
10772
10773         * src/mainwindow.c (mainwin_entries),
10774           src/prefs_common.c (prefs_send_create()),
10775           src/codeconv.c (locale_table):
10776                 use charset name "Windows-1251" instead of "CP1251".
10777
10778 2002-05-02 [colin]      0.7.5claws7
10779         
10780         * src/compose.c
10781           src/prefs_common.c
10782           src/prefs_folder_item.c
10783                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10784
10785 2002-05-02 [hiro]       0.7.5claws6
10786
10787         * src/imap.c
10788                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10789
10790 2002-05-02 [paul]       0.7.5claws5
10791
10792         * src/compose.c
10793                 more sync with 0.7.5cvs7, see ChangeLog entry
10794                 2002-05-02
10795
10796 2002-05-02 [hiro]       0.7.5claws4
10797
10798         * src/compose.c
10799                 compose_queue_sub():
10800                 check if queue folder exists (closes #550397).
10801                 removed directory creation since it should be handled
10802                 transparently.
10803         * src/imap.c
10804                 imap_add_msg(): return UID for appended message
10805                 (closes #548842).
10806
10807 2002-04-30 [paul]       0.7.5claws3
10808
10809         * src/summaryview.c
10810                 fix account_find_from_address() bug
10811
10812 2002-04-28 [colin]      0.7.5claws2
10813
10814         * src/compose.c
10815           src/textview.c
10816           src/prefs_common.[ch]
10817           src/utils.[ch]
10818                 Added user-definable quotation characters recognition.
10819
10820 2002-04-28 [paul]       0.7.5claws1
10821
10822         * sync with 0.7.5cvs4
10823                 see ChangeLog entry  2002-04-25
10824
10825 2002-04-28 [paul]       0.7.5claws
10826
10827         * po/es.po
10828           po/nl.po
10829           po/pt_BR.po
10830                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10831                 Fabio Junior Beneditto
10832
10833 2002-04-27 [jens]       0.7.4claws103
10834
10835         * po/de.po
10836                 updated German translation.
10837
10838 2002-04-27 [hiro]       0.7.4claws102
10839
10840         * src/summaryview.c
10841                 summary_write_cache(): fixed the mark loss of hidden messages.
10842
10843 2002-04-26 [melvin]     0.7.4claws101
10844
10845         * src/procmsg.c
10846                 fixed a second typo (same one)
10847         * po/fr.po
10848           po/it.po
10849           po/pt_BR.po
10850                 fixed the type again...
10851
10852 2002-04-26 [melvin]     0.7.4claws100
10853
10854         * src/procmsg.c
10855                 fixed a typo in an alert message ("temorary").
10856         * po/it.po
10857         * po/pt_BR.po
10858                 corrected the typo  described above.
10859         * po/fr.po
10860                 updated French translation.
10861
10862 2002-04-26 [darko]      0.7.4claws99
10863
10864         * src/summaryview.c
10865                 fix target folder colorization
10866
10867 2002-04-25 [paul]       0.7.4claws98
10868
10869         * po/it.po
10870                 updated by Alessandro Maestri
10871
10872 2002-04-24 [colin]      0.7.4claws97
10873         
10874         * src/compose.c
10875                 Fixed double "subject is empty" question.
10876
10877 2002-04-23 [colin]      0.7.4claws96
10878         
10879         * src/mimeview.c
10880                 Corrected issue when "automatically display images" was
10881                 not set : first image remained after selecting second.
10882
10883 2002-04-23 [melvin]     0.7.4claws95
10884
10885         * src/prefs_actions.c
10886                 Don't display in/out dialog if there is nothing to show.
10887
10888 2002-04-23 [paul]       0.7.4claws94
10889
10890         * sync with 0.7.5cvs3
10891                 bug fixes: see ChangeLog entry 2002-04-23
10892
10893 2002-04-22 [darko]      0.7.4claws93
10894
10895         * src/compose.c
10896                 fix previous check-in which changed code after
10897                 merge from main
10898
10899 2002-04-22 [paul]       0.7.4claws92
10900
10901         * faq/de/*
10902                 add German FAQ
10903         * faq/en/*
10904           faq/es/*
10905           faq/fr/*
10906                 update English, Spanish and French FAQs
10907         * manual/de/*
10908           manual/es/*
10909                 add German and Spanish manuals
10910         * manual/en/*
10911           manual/fr/*
10912                 update English and French manuals
10913
10914         * src/Makefile.am
10915                 add to and re-arrange the pixmap entries
10916
10917 2002-04-22 [darko]      0.7.4claws91
10918
10919         * src/compose.c
10920                 fix sender initials recognition to only allow
10921                 '>' after the initials
10922
10923 2002-04-21 [paul]       0.7.4claws90
10924
10925         * sync with 0.7.5 release
10926                 see ChangeLog entry 2002-04-21
10927
10928 2002-04-21 [alfons]
10929
10930         * src/Makefile.am
10931                 add colin's new pixmaps to EXTRA_DIST
10932
10933 2002-04-21 [colin]      0.7.4claws89
10934         * src/compose.c
10935         * src/inc.c
10936         * src/mainwindow.[ch]
10937         * src/prefs_common.[ch]
10938         * src/stock_pixmap.[ch]
10939                 Added "Work offline" ability.
10940
10941 2002-04-21 [colin]      0.7.4claws88
10942         
10943         * src/mimeview.c
10944         * src/prefs_common.c
10945         * src/prefs_common.h
10946         * src/textview.c : Added an option to common preferences -> display
10947           to allow user not to automatically display images.
10948
10949 2002-04-21 [paul]       0.7.4claws87
10950
10951         * sync with 0.7.4cvs52
10952                 see ChangeLog entry 2002-04-21 (src/imap.c)
10953
10954 2002-04-21 [paul]       0.7.4claws86
10955
10956         * sync with 0.7.4cvs51
10957                 see ChangeLog entry 2002-04-21
10958
10959 2002-04-21 [paul]       0.7.4claws85
10960
10961         * sync with 0.7.4cvs49
10962                 see ChangeLog entries 2002-04-20 and 2002-04-21
10963
10964         * src/Makefile.am
10965                 clean up: remove old 'stock_' element from xpm 
10966                 filenames.
10967
10968 2002-04-21 [alfons]     0.7.4claws84
10969
10970         apply sync patch from Paul
10971
10972         * src/folderview.c
10973                 use old claws prefs_folder_item_create() for now
10974
10975 2002-04-19 [match]      0.7.4claws83
10976
10977         * src/addressbook.[ch]
10978         * src/addrharvest.[ch]
10979         * src/addrgather.[ch]
10980                 recurse folders.
10981         * src/mainwindow.c
10982         * src/summaryview.[ch]
10983                 change menu option.
10984
10985 2002-04-19 [paul]       0.7.4claws82
10986
10987         * po/pt_BR.po
10988                 updated by Fabio Junior Beneditto
10989
10990 2002-04-14 [alfons]     0.7.4claws81
10991
10992         * src/passphrase.c
10993                 add #include <sys/types.h> for mode_t and off_t 
10994
10995 2002-04-13 [paul]       0.7.4claws80
10996         
10997         * src/main.c
10998           src/passphrase.[ch]
10999           src/pgptext.c
11000           src/prefs_common.[ch]
11001           src/rfc2015.c
11002                 enable storing of GnuPG passphrase for the whole 
11003                 session or a user-defined number of minutes. patch 
11004                 submitted by Ravemax <ravemax@dextrose.com>
11005
11006 2002-04-13 [alfons]     0.7.4claws79
11007
11008         * src/textview.c
11009                 make email parser also stop scanning when encountering separators
11010                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11011
11012 2002-04-13 [paul]       0.7.4claws78
11013
11014         * sync with 0.7.4cvs39
11015                 see ChangeLog entry 2002-04-12
11016
11017 2002-04-11 [paul]       0.7.4claws77
11018
11019         * sync with 0.7.4cvs37
11020                 see ChangeLog entry 2002-04-11
11021
11022 2002-04-11 [paul]       0.7.4claws76
11023
11024         * COPYING 
11025                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11026                 the clause for OpenSSL). sync with sylpheed main
11027
11028 2002-04-09 [melvin]     0.7.4claws75
11029
11030         * src/compose.c
11031                 Made 'Ctrl-Enter' on send ignore some modifiers 
11032                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11033                 to bind other *-Enter (but not Alt-Enter).
11034
11035 2002-04-09 [paul]       0.7.4claws74
11036
11037         * sync with 0.7.4cvs35
11038                 see ChangeLog entries 2002-04-09
11039
11040 2002-04-08 [paul]       0.7.4claws73
11041
11042         * sync with 0.7.4cvs33
11043                 see ChangeLog entry 200-04-08
11044
11045 2002-04-07 [match]      0.7.4claws72
11046
11047         * src/addrharvest.[ch]
11048                 fixed to read all addresses in header, regardless
11049                 of header size. improved name parsing. accommodate
11050                 harvest from folders and selected message.
11051         * src/addritem.[ch]
11052                 included new address parsing function.
11053         * src/addrgather.[ch]
11054         * src/addressbook.[ch]
11055         * src/summaryview.[ch]
11056         * src/mainwindow.c
11057                 allow address harvest of folder as well as selected
11058                 messages.
11059
11060 2002-04-07 [paul]       0.7.4claws71
11061
11062         * src/esmtp.[ch]
11063           src/smtp.c
11064                 don't try to authenticate with CRAM-MD5 in SMTP when 
11065                 SMTP-AUTH enabled if MTA doesn't issue this 
11066                 auth-method in it's ehlo-response. bug item #531364,
11067                 patch item #938910. patch submitted by Colin Leroy 
11068                 <colin@colino.net>
11069
11070 2002-04-07 [paul]       0.7.4claws70
11071
11072         * src/nntp.c
11073                 fix missing MODE_READER bug. patch submitted by
11074                 Colin Leroy <colin@colino.net>
11075
11076 2002-04-07 [alfons]     0.7.4claws69
11077
11078         * src/matcher.[ch]
11079         * src/prefs_filtering.c
11080         * src/summaryview.c
11081                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11082                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11083
11084 2002-04-07 [paul]       0.7.4claws68
11085
11086         * sync with 0.7.4cvs32
11087                 see ChangeLog entry 2002-04-06
11088
11089         * tools/filter_conv.pl
11090                 more bug fixes
11091
11092 2002-04-06 [paul]       0.7.4claws67
11093
11094         * tools/filter_conv.pl
11095                 modify to be able to find the name of the first
11096                 mailbox and use that. main's filter does not
11097                 record the full path to the mailbox and therefore
11098                 can only filter to the first mailbox.
11099
11100 2002-04-05 [paul]       0.7.4claws66
11101
11102         * tools/filter_conv.pl
11103                 attempt to make the script all-encompassing and
11104                 be able to convert any main 'filter' rule thrown
11105                 at it
11106
11107 2002-04-05 [paul]       0.7.4claws65
11108
11109         * tools/filter_conv.pl
11110                 allow for collapsed folder trees
11111
11112 2002-04-05 [paul]       0.7.4claws64
11113
11114         * sync with 0.7.4cvs31
11115                 see ChangeLog entries 2002-04-05
11116
11117 2002-04-03 [paul]       0.7.4claws63
11118
11119         * sync with 0.7.4cvs29
11120                 see ChangeLog entries 2002-04-02 and 2002-04-03
11121
11122 2002-04-02 [paul]       0.7.4claws62
11123
11124         * sync with 0.7.4cvs26
11125                 see ChangeLog entry 2002-04-01
11126
11127 2002-04-02 [match]      0.7.4claws61
11128
11129         * src/pine.[ch]
11130         * src/importpine.[ch]
11131         * src/addressbook.c
11132                 import Pine address book.
11133
11134 2002-04-02 [match]      0.7.4claws60
11135
11136         * src/addrharvest.[ch]
11137                 improve address parsing of funky addresses.
11138
11139 2002-04-02 [darko]      0.7.4claws59
11140
11141         * src/compose.c
11142                 wrap on send improvements, it now recognizes quoted
11143                 initials as part of the quotation string, and it
11144                 does not join lines separated by CR
11145
11146 2002-04-01 [match]      0.7.4claws58
11147
11148         * src/mgutils.[ch]
11149                 added new functions.
11150         * src/mutt.[ch]
11151                 remove excessive duplicate address generation
11152                 on import.
11153
11154 2002-04-01 [alfons]     0.7.4claws57
11155         
11156         * src/summaryview.c
11157                 put back g_free() 
11158
11159 2002-04-01 [paul]       0.7.4claws56
11160
11161         * sync with 0.7.4cvs25
11162                 see ChangeLog entry 2002-04-01
11163
11164 2002-04-01 [alfons]     0.7.4aprilfool55
11165
11166         * src/summaryview.c
11167                 honour feature request item #537427 to allow for
11168                 displaying names from address book for sent mail also
11169
11170 2002-03-29 [paul]       0.7.4claws54
11171
11172         * src/mainwindow.c
11173           src/prefs_filtering.[ch]
11174           src/prefs_matcher.c
11175           src/summaryview.c
11176                 add 'fast filter' for claws' filtering,
11177                 /Tools/Create filter rule/... patch submitted
11178                 by Neill Miller <neillm@thecodefactory.org>
11179
11180 2002-03-29 [paul]       0.7.4claws53
11181
11182         * sync with 0.7.4cvs24
11183                 see ChangeLog entry 2002-03-29
11184
11185 2002-03-28 [paul]       0.7.4claws52
11186
11187         * sync with 0.7.4cvs23
11188                 see ChangeLog entry 2002-03-28
11189
11190 2002-03-27 [melvin]     0.7.4claws51
11191
11192         * src/prefs_actions.c
11193                 Added support to pass only one message part (as a
11194                 file) to the command using '%p'. No quotes are needed
11195                 because doubles quotes are automatically added.
11196                 Fixed bug where Sylpheed could block when waiting for
11197                 a child process to finish.
11198                 Changed the help menu to remove quotes around symbols to 
11199                 avoid misinterpretation (they must not be used).
11200
11201 2002-03-27 [melvin]     0.7.4claws50
11202
11203         * src/inc.c
11204                 Made the new mail notification command always 
11205                 execute asynchronously.
11206
11207 2002-03-27 [paul]       0.7.4claws49
11208
11209         * src/compose.c
11210                 fix bug introduced in last commit
11211
11212 2002-03-27 [paul]       0.7.4claws48
11213
11214         * sync with 0.7.4cvs21
11215                 see ChangeLog 2002-03-26 and 2002-03-27
11216
11217 2002-03-26 [hoa]        0.7.4claws47
11218
11219         * src/prefs_folder_item.c
11220                 really fixed the bug #516442 with folder rescan.
11221
11222 2002-03-26 [paul]       0.7.4claws46
11223
11224         * sync with 0.7.4cvs19
11225                 see ChangeLog entries 2002-03-25 and 2002-03-26
11226
11227 2002-03-25 [hoa]        0.7.4claws45
11228
11229         * src/matcher.c
11230         * src/mh.c
11231                 fix the bug #516442 with folder rescan.
11232
11233         * src/prefs_common.[ch]
11234         * src/compose.c
11235                 added an option to enable two different behaviours
11236                 for bounce.
11237
11238
11239 2002-03-25 [paul]       0.7.4claws44
11240
11241         * src/mainwindow.c
11242           src/selective_download.c
11243                 correct a few menuitem labels
11244
11245 2002-03-25 [christoph]  0.7.4claws43
11246
11247         * src/procmsg.c
11248                 fix non deleted tmp message in
11249                 procmsg_save_to_outbox
11250                 fix problems caused by sync with
11251                 main branch's procmsg_send_queue
11252
11253 2002-03-25 [paul]       0.7.4claws42
11254
11255         * src/quote_fmt.c
11256           src/quote_fmt_lex.l
11257           src/quote_fmt_parse.y
11258                 add Last name (%L) placeholder for quoting. 
11259                 patch submitted by Thorsten Thielen 
11260                 <thth@users.sourceforge.net>
11261
11262 2002-03-25 [paul]       0.7.4claws41
11263
11264         * src/utils.c
11265                 get full hostname. patch submitted by
11266                 Bob Woodside <rwoodside1@comcast.net>
11267
11268 2002-03-25 [paul]       0.7.4claws40
11269
11270         * src/account.c
11271           src/news.c
11272           src/nntp.[ch]
11273           src/prefs_account.[ch]
11274                 enable NNTP over SSL. patch submitted by
11275                 Pascal Jermini <pascal@infinity.hn.org>
11276
11277 2002-03-24 [paul]       0.7.4claws39
11278
11279         * src/prefs_common.c
11280                 make the arrangement of the Compose tab more
11281                 coherent
11282
11283         * src/mainwindow.c
11284                 fix some irregularities of style
11285
11286         * po/de.po
11287                 updated by Kilian Krause
11288
11289 2002-03-23 [paul]       0.7.4claws38
11290
11291         * po/pt_BR.po
11292                 updated by Fabio Junior Beneditto
11293
11294 2002-03-23 [paul]       0.7.4claws37
11295
11296         * src/mainwindow.c
11297                 move 'Gather addresses' to 'Tools' menu
11298                 make 'Selective download' sensitive
11299
11300 2002-03-23 [paul]       0.7.4claws36
11301
11302         * sync with 0.7.4cvs16
11303                 see ChangeLog entries 2002-03-23
11304
11305 2002-03-22 [christoph]  0.7.4claws35
11306
11307         * src/quote_fmt_parse.y
11308                 fix include program output
11309
11310 2002-03-22 [alfons]     0.7.4claws34
11311
11312         * src/pop.c
11313                 initialize GDate stack variable correctly (sorry!)
11314
11315 2002-03-22 [paul]       0.7.4claws33
11316
11317         * src/compose.c
11318           src/mainwindow.c
11319           src/prefs_actions.c
11320           src/prefs_common.c
11321                 rename 'Tool' to 'Tools'
11322
11323         * src/mainwindow.c
11324                 move 'Delete duplicated messages' from
11325                 'Message/' to 'Tools/'
11326                 re-arrange the order of 'Tools/' items
11327
11328 2002-03-22 [paul]       0.7.4claws32
11329
11330         * src/addr_compl.c
11331           src/addressbook.[ch]
11332                 auto-address completion now also matches on
11333                 Nickname. patch submitted by Bob Forsman 
11334                 <hammor@users.sourceforge.net>
11335
11336         * src/editaddress.c
11337                 correct a spelling mistake
11338
11339 2002-03-22 [alfons]     0.7.4claws31
11340
11341         * src/pop.c
11342                 fix getting uidl from incorrect string 
11343                 (spotted by Colin)
11344
11345 2002-03-21 [alfons]     0.7.4claws30
11346
11347         * src/pop.c
11348                 more code refactoring
11349                 plug mem leak introduced by delete on server
11350
11351 2002-03-21 [paul]       0.7.4claws29
11352
11353         * sync with 0.7.4cvs11
11354                 see ChangeLog entries 2002-03-20
11355
11356 2002-03-20 [alfons]     0.7.4claws28
11357
11358         * src/inc.c
11359                 apply Colin's patch and refactor
11360
11361 2002-03-20 [paul]       0.7.4claws27
11362
11363         * sync with sylpheed 0.7.4cvs9
11364                 see ChangeLog entry 2002-03-20
11365
11366 2002-03-19 [christoph]  0.7.4claws26
11367
11368         * src/mh.c
11369         * src/procmsg.[ch]
11370         * src/summaryview.c
11371                 revert changes for flag updates
11372                 (does not work correctly and no time to debug)
11373
11374 2002-03-20 [alfons]     0.7.4claws25
11375
11376         * src/pop.c
11377                 refactor should_delete() a little bit 
11378
11379 2002-03-19 [paul]       0.7.4claws24
11380
11381         * src/inc.[ch]
11382           src/pop.c
11383           src/prefs_account.[ch]
11384                 allow the user to leave downloaded mail on the 
11385                 server for n days. Patch submitted by Colin Leroy 
11386                 <colin@colino.net>
11387
11388 2002-02-19 [paul]       0.7.4claws23
11389
11390         * sync with sylpheed 0.7.4cvs8
11391                 see ChangeLog entries 2002-03-19
11392
11393 2002-03-18 [paul]       0.7.4claws22
11394
11395         * sync with sylpheed 0.7.4cvs6
11396                 see ChangeLog entry 2002-03-18
11397
11398 2002-03-18 [paul]       0.7.4claws21
11399
11400         * po/en_GB.po
11401                 add en_GB message catalogue
11402
11403         * src/mbox_folder.c
11404           src/prefs_account.c
11405           src/prefs_actions.c
11406                 correct a few spelling mistakes
11407
11408 2002-03-17 [alfons]     0.7.4claws20
11409
11410         * src/matcher.c
11411                 more stringent checks for NULL params when writing
11412                 filtering actions to a file
11413                 
11414 2002-03-17 [hoa]        0.7.3claws20
11415
11416         * src/news.c
11417                 fixed the count of new messages
11418
11419         * src/compose.c
11420                 fixed the "attachment properties" window
11421
11422 2002-03-17 [paul]       0.7.4claws19
11423
11424         * src/defs.h
11425           src/folder.h
11426           src/news.c
11427           src/prefs_account.[ch]
11428           src/procmsg.[ch]
11429           src/summaryview.c
11430                 automatically mark cross-posted messages as read 
11431                 and (optionally) give them a colour label
11432                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11433                 
11434
11435 2002-03-17 [paul]       0.7.4claws18
11436
11437         * sync with sylpheed 0.7.4cvs5
11438                 see ChangeLog entry 2002-03-17
11439
11440 2002-03-17 [melvin]     0.7.4claws17
11441         
11442         * src/textview.c
11443                 Worked around a gtktext 'bug': when searching for 
11444                 a text in a long message it was scrolling slowly
11445                 line by line until it hit the searched text.
11446         * po/fr.po
11447                 Updated French translation
11448
11449 2002-03-17 [melvin]     0.7.4claws16
11450
11451         * src/mainwindow.c
11452         * src/compose.c
11453         * src/prefs_actions.c
11454                 Moved "Edit/Actions" to "Tool/Actions"
11455                 Made mainwindow/compose window sensitive as soon as
11456                 no child process is running anymore even if the io dialog
11457                 is open.
11458                 Fixed a struct being initialized with a non constant char*
11459
11460 2002-03-16 [christoph]  0.7.4claws15
11461
11462         * configure.in
11463                 add --with-compiler-flags option
11464                 (only for developer hacking)
11465         * src/mh.c
11466         * src/procmsg.[ch]
11467         * src/summaryview.c
11468                 try to make folder-stats and flag handling more
11469                 independent from the summaryview. msgcounts
11470                 are only set when the folder is opened and
11471                 procmsg_msginfo_(un)set_flags will handle it
11472                 later and summaryview will get the values
11473                 from the folder.
11474
11475 2002-03-16 [paul]       0.7.4claws14
11476
11477         * src/messageview.c
11478                 fix Return-receipt. Patch submitted by Bob
11479                 Woodside <rwoodside1@comcast.net>
11480
11481 2002-03-16 [paul]       0.7.4claws13
11482
11483         * src/compose.c
11484                 fix 'dynamic' signatures, make it work again
11485                 broken during sync on 2002-03-14 (0.7.4claws2)
11486
11487 2002-03-15 [match]      0.7.4claws12
11488
11489         * src/addrharvest.[ch]
11490         * src/addrgather.[ch]
11491         * src/addressbook.[ch]
11492         * src/mainwindow.c
11493                 included address harvester feature. still some
11494                 issues with address parsing that I will fix.
11495
11496 2002-03-15 [match]      0.7.4claws11
11497
11498         * src/addrbook.[ch]
11499         * src/addrcache.[ch]
11500         * src/addressbook.[ch]
11501         * src/addrindex.c
11502         * src/editbook.c
11503         * src/importldif.c
11504         * src/importmutt.c
11505         * src/jpilot.[ch]
11506         * src/main.c
11507         * src/syldap.[ch]
11508         * src/vcard.[ch]
11509                 tidy up. fix memory leaks. moved attribs and methods
11510                 from individual interfaces to addrcache object. prep
11511                 for new stuff to come in.
11512
11513 2002-03-15 [alfons]     0.7.4claws10
11514
11515         * src/matcher.[ch]
11516         * src/matcher_parser_parse.y
11517         * src/matcher_parser_lex.l
11518         * src/prefs_matcher.c
11519                 add filtering conditions message greater than, smaller 
11520                 than, and exactly matching a size in bytes
11521                 (does not work with delete from POP3 server yet)
11522
11523                 this should also give others an idea what you should
11524                 do to add new criterions to claws filtering system
11525                 
11526
11527 2002-03-15 [paul]       0.7.4claws9
11528
11529         * tools/filter_conv.pl
11530                 exit if there are no filter rules to convert
11531                 rename filterrc to filterrc.old after completion
11532
11533 2002-03-15 [paul]       0.7.4claws8
11534
11535         * sync with sylpheed 0.7.4cvs3
11536                 see ChangeLog entry 2002-03-14
11537
11538 2002-03-14 [paul]       0.7.4claws7
11539
11540         * src/compose.c
11541                 clean up the last commit (ahem)
11542
11543 2002-03-14 [paul]       0.7.4claws6
11544
11545         * src/compose.c
11546                 fix bug #515655. honour account preferences
11547                 regarding gpg default signing/encryption when 
11548                 changing account from the compose window.
11549
11550 2002-03-14 [paul]       0.7.4claws5
11551
11552         * src/folderview.c
11553                 remove unnecessary curly brackets
11554
11555 2002-03-14 [paul]       0.7.4claws4
11556
11557         * src/folderview.c
11558           src/prefs_filtering.[ch]
11559                 add filter rename on folder rename and filter
11560                 delete on folder delete. Patch submitted by
11561                 Neill Miller <neillm@thecodefactory.org> 
11562
11563 2002-03-14 [christoph]  0.7.4claws3
11564
11565         * src/procmsg.c
11566         * src/send.c
11567                 fix local delivery
11568                 (patch submitted by "Simon 'corecode' Schubert")
11569         * src/prefs_common.c
11570         * src/procmsg.c
11571                 fix gcc 3.0 warning
11572
11573 2002-03-14 [paul]       0.7.4claws2
11574
11575         * sync with sylpheed 0.7.4cvs2
11576                 see ChangeLog entry 2002-03-13
11577
11578 2002-03-12 [darko]      0.7.4claws1
11579
11580         * src/mainwindow.c
11581                 fix what seems to be a copy and paste error
11582                 when setting color for important messages
11583                 (reported by wwp)
11584
11585 2002-03-11 [paul]       version 0.7.4claws released
11586
11587 2002-03-11 [paul]       0.7.4claws
11588
11589         * po/es.po
11590           po/it.po
11591           po/nl.po
11592           po/pt_BR.po
11593                 update message catalogs. Submitted by Ricardo Mones 
11594                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11595                 Fabio Junior Beneditto
11596
11597         * configure.in
11598           faq/Makefile.am
11599           faq/it/Makefile
11600           faq/it/sylpheed-faq*
11601           src/mainwindow.c
11602           src/manual.[ch]
11603                 add FAQ in Italian
11604         
11605
11606 2002-03-11 [jens]       0.7.3claws7
11607
11608         * po/de.po
11609                 updated German translation
11610
11611 2002-03-11 [melvin]     0.7.3claws6
11612
11613         * po/fr.po
11614                 updated and corrected French translation
11615
11616 2002-03-10 [hoa]        0.7.3claws5
11617
11618         * src/account.c
11619         * src/inc.c
11620         * src/prefs_account.c
11621         * src/procmsg.c
11622         * src/send.[ch]
11623                 fixed the local account.
11624                 you have to change the default "/usr/sbin/sendmail"
11625                 to "/usr/sbin/sendmail -t" in the preferences of
11626                 the local account.
11627
11628         * src/procmime.c
11629                 removed some debug display for renderer
11630
11631 2002-03-10 [paul]       0.7.3claws4
11632
11633         * faq/en/sylpheed-faq-1.html
11634           faq/en/sylpheed-faq-2.html
11635                 update
11636
11637 2002-03-09 [paul]       0.7.3claws3
11638
11639         * sync with sylpheed 0.7.4
11640                 see ChangeLog entry 2002-03-09
11641
11642 2002-03-08 [paul]       0.7.3claws2
11643
11644         * faq/en/sylpheed-faq*
11645           faq/es/sylpheed-faq*
11646           faq/fr/sylpheed-faq*
11647                 update the FAQs
11648
11649         * manual/fr/.cvsignore
11650           manual/fr/Makefilea.am
11651           manual/fr/sylpheed*
11652           src/mainwindow.c
11653           src/manual.[ch]
11654                 add the French manual
11655
11656 2002-03-07 [paul]       0.7.3claws1
11657
11658         * sync with sylpheed 0.7.3cvs4
11659                 see ChangeLog entries  2002-03-06 and 2002-03-07
11660         
11661         * po/nl.po
11662                 updated by Wilbert Berendsen
11663
11664 2002-03-07 [melvin]     0.7.2claws34
11665
11666         * src/selective_download.c
11667                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11668
11669 2002-03-06 [paul]       0.7.2claws33
11670
11671         * sync with sylpheed 0.7.3cvs1
11672                 bug fix, see ChangeLog entry 2002-03-05
11673
11674 2002-03-05 [paul]       0.7.2claws32
11675
11676         * src/mimeview.c
11677           src/pgptext.[ch]
11678           src/procmsg.c
11679                 reverse the pgp ascii-armored code implemented in 
11680                 0.7.2claws16. removal of this code until it matures.
11681                 this means that verifying ascii-armored pgp sigs and
11682                 automatic decryption of ascii-armored encrypted
11683                 messages no longer works.
11684
11685 2002-03-05 [paul]       0.7.2claws31
11686
11687         * configure.in
11688           Makefile.am
11689         * faq/Makefile.am
11690         * faq/en/Makefile.am
11691           faq/en/sylpheed-faq.html
11692           faq/en/sylpheed-faq-1.html
11693           faq/en/sylpheed-faq-2.html
11694           faq/en/sylpheed-faq-3.html
11695         * faq/es/Makefile.am
11696           faq/es/sylpheed-faq.html
11697           faq/es/sylpheed-faq-1.html
11698           faq/es/sylpheed-faq-2.html
11699           faq/es/sylpheed-faq-3.html
11700           faq/es/sylpheed-faq-4.html
11701         * faq/fr/Makefile.am
11702           faq/fr/sylpheed-faq.html
11703           faq/fr/sylpheed-faq-1.html
11704           faq/fr/sylpheed-faq-2.html
11705           faq/fr/sylpheed-faq-3.html
11706         * src/Makefile.am
11707           src/defs.h
11708           src/mainwindow.c
11709           src/manual.[ch]
11710                 add FAQs in English, Spanish and French
11711
11712
11713 2002-03-05 [paul]       0.7.2claws30
11714
11715         * manual/en/sylpheed.html
11716           manual/en/sylpheed-XX.html
11717                 updated the English manual
11718
11719 2002-03-05 [hoa]        
11720
11721         * src/summaryview.c
11722                 dialog box pops up if the article can't be deleted.
11723
11724 2002-03-04 [paul]       
11725         
11726         * po/pt_BR.po
11727                 updated by Fabio Junior Benedito
11728
11729 2002-03-04 [hoa]
11730
11731         * removed ac/gpgme.m4
11732                 to avoid autogen common problem
11733                 developers have to install gpgme development package now
11734
11735         * src/compose.c
11736                 encoding to 7bit or 8bit is enabled.
11737
11738 2002-03-03 [alfons]     0.7.2claws29
11739
11740         * src/pop.c
11741                 merge fix by Oliver Haertel for selective
11742                 download buglet
11743
11744 2002-03-03 [paul]       0.7.2claws28
11745         
11746         * sync with sylpheed 0.7.3
11747
11748 2002-03-03 [paul]       0.7.2claws27
11749
11750         * sync with sylpheed 0.7.2cvs24
11751                 see ChangeLog entries 2002-03-02 and 2002-03-03
11752
11753 2002-03-02 [melvin]     0.7.2claws26
11754
11755         * src/inc.[ch]
11756         * src/main.c
11757         * src/mainwindow.c
11758         * src/prefs_common.[ch]
11759                 Added user definable notification on new mail arrival.
11760                 Removed unused variables in spell checker prefs code.
11761
11762 2002-03-02 [melvin]     0.7.2claws25
11763
11764         * src/quote_fmt.c
11765                 Removed unnecessary escape sequences.
11766                 Changed 'Initial...' to 'Initials of Sender'
11767
11768 2002-03-02 [paul]       0.7.2claws24
11769
11770         * sync with sylpheed 0.7.2cvs22
11771                 see ChangeLog entry 2002-03-01
11772
11773 2002-03-01 [hoa]        0.7.2claws23
11774
11775         * src/mainwindow.c
11776                 Set sensitivity of delete actions to active
11777                 even if the folder is a newsgroup.
11778
11779         * src/summaryview.c
11780                 - Set sensitivity of delete actions
11781                 - Added function check_permission() that will check if the
11782                   user is authorized to delete a message. For news, it
11783                   will check if the author is the same.
11784                 - Enabled deletion when there is no trash folder.
11785
11786         * src/news.[ch]
11787                 - Added news_cancel_article() to cancel articles
11788                 - Implemented news_remove_message() (public function)
11789
11790 2002-03-01 [paul]       0.7.2claws22
11791
11792         * src/gtkutils.c
11793           src/textview.c
11794                 recognise urls that that don't include 'http://' and
11795                 simply begin 'www.' 
11796
11797         * AUTHORS
11798                 remove duplicated name
11799
11800 2002-02-28 [paul]       0.7.2claws21
11801
11802         * src/mainwindow.c
11803           src/summaryview.[ch]
11804                 add ability to 'Select thread'
11805                 combines Melvin's "Select thread's head" patch (#510907)
11806                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11807                 patch (#518514) 
11808
11809 2002-02-28 [paul]       0.7.2claws20
11810
11811         * src/mimeview.c
11812                 hopefully fix segfault on right-clicking a mime part
11813                 that some people have experienced.      
11814                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11815
11816 2002-02-28 [paul]       0.7.2claws19
11817
11818         * sync with sylpheed 0.7.2cvs21
11819                 see ChangeLog entries 2002-02-27 and 2002-02-28
11820
11821 2002-02-27 [paul]       0.7.2claws18
11822
11823         * sync with sylpheed 0.7.2cvs18
11824                 see ChangeLog entries 2002-02-26 and 2002-02-27
11825
11826 2002-02-26 [alfons]     0.7.2claws17
11827
11828         * src/procheader.c
11829                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11830                 (spotted by Chris Hessman <idatech@gmx.net>)
11831
11832 2002-02-26 [paul]       0.7.2claws16
11833
11834         * src/mimeview.c
11835           src/pgptext.[ch]
11836           src/procmsg.c
11837                 make decryption of ascii-armored pgp encrypted messages
11838                 and verification of ascii-armored signatures work again.
11839                 slightly altered from the patch by Jens Jahnke 
11840                 <jan0sch@gmx.net>
11841
11842                 ##FIX ME##
11843                 * the checking of plaintext signatures always comes up in 
11844                   a popup box
11845                 * it doesn't work for multipart messages 
11846                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11847                   including the msg headers and these 2 line themselves, are 
11848                   not displayed
11849
11850         * src/mainwindow.c
11851                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11852                 "View/Message View" becomes "View/Separate Message View"
11853                 because its less ambiguous.
11854
11855         * po/es.po
11856                 updated by Ricardo Mones Lastra
11857
11858 2002-02-26 [paul]       0.7.2claws15
11859
11860         * sync with sylpheed 0.7.2cvs17
11861                 see ChangeLog entries 2002-02-25 and 2002-02-26
11862
11863 2002-02-25 [christoph]  0.7.2claws14
11864
11865         * src/filtering.[ch]
11866         * src/inc.c
11867                 do filtering stuff after all messages have been received
11868                   1. drop all messages to .processing
11869                   2. scan processing folder for messages
11870                   3. filter messages or move to inbox
11871                 this will also find old messages left in processing after
11872                 a crash or something like that and we get a real msginfo
11873                 from folder->get_msg_list and do not have to create our
11874                 own in filter_message
11875         * src/matcher_parser_parse.y
11876                 remove MIX/MAX warning (reordered includes)
11877
11878 2002-02-25 [paul]       0.7.2claws13
11879
11880         * sync with sylpheed 0.7.2cvs15
11881                 see ChangeLog entry 2002-02-24
11882
11883 2002-02-24 [alfons]     0.7.2claws12
11884
11885         * src/filtering.c
11886                 clear old color flags first when applying a new color to
11887                 a message info. 
11888                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11889
11890 2002-02-24 [alfons]     0.7.2.claws11
11891         
11892         * AUTHORS
11893         * src/prefs_common.c
11894                 add presets for Opera and Konqueror, closes patch #517261,
11895                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11896
11897 2002-02-24 [alfons]     0.7.2.claws10
11898
11899         * AUTHORS
11900         * src/summaryview.c
11901                 fix threading for null message ids, closes patch #521601,
11902                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11903
11904 2002-02-24 [alfons]     0.7.2claws9
11905
11906         * src/summaryview.c
11907         * src/filtering.c
11908                 make Tool | Filter Message work with filtering system so
11909                 setting flags also works
11910
11911                 TODO:
11912
11913                 - Processing uses the same function as Tool | Filter
11914                   Message, but doesn't use the same update proc yet
11915
11916 2002-02-23 [paul]       0.7.2claws8
11917
11918         * sync with sylpheed 0.7.2cvs14
11919                 see ChangeLog entries 2002-02-22 and 2002-02-23
11920
11921 2002-02-22 [christoph]  0.7.2claws7
11922
11923         * src/quote_fmt.c
11924                 Add column space to table
11925         * src/quote_fmt_parse.y
11926                 Close files
11927
11928 2002-02-22 [paul]       0.7.2claws6
11929
11930         * src/Makefile.am
11931           src/defs.h
11932           src/filtering.c
11933           src/inc.[ch]
11934           src/mainwindow.c
11935           src/matcher.[ch]
11936           src/matcher_parser_lex.l
11937           src/matcher_parser_parse.y
11938           src/pop.[ch]
11939           src/prefs_account.h
11940           src/prefs_filtering.c
11941           src/selective_download.[ch]   *** NEW FILES ***
11942           src/utils.[ch]
11943           po/POTFILES.in
11944                 Selective Download added to 'Tool' menu. 
11945                 Retrieves email headers of the currently selected pop3 
11946                 account and allows the user to mark emails for deletion 
11947                 right on the pop3 server. Patch submitted by Oliver Haertel 
11948                 <oha@users.sourceforge.net>.
11949         
11950         * po/POTFILES.in
11951                 add 'src/quote_fmt.c'           
11952
11953 2002-02-22 [christoph]  0.7.2claws5
11954
11955         * src/Makefile.am
11956                 added quote_fmt.c
11957         * src/prefs_common.[ch]
11958         * src/prefs_template.c
11959         * src/quote_fmt.c               *** NEW FILE ***
11960         * src/quote_fmt.h
11961                 move quote format symbol description code
11962                 to it's own file because it is used from
11963                 differnent code parts
11964                 Rewrote symbol description GUI
11965                   + use table
11966                   + add separators
11967                   + get data from array (no more long constant strings)
11968         * src/quote_fmt_lex.l
11969         * src/quote_fmt_parse.y
11970                 Symbol for Literal % changed to \% instead of %%
11971                 (More logical as \ is used for quoting for other symbols)
11972                 Add |f and |p to include files and program output
11973                 Examples:
11974                     |f{/home/.../.signature}
11975                     |p{date}
11976         * po/de.po
11977                 Correct wrong spelling for "Referenzen"
11978
11979 2002-02-21 [paul]       0.7.2claws4
11980
11981         * src/procmsg.c
11982                 forgotten during sync
11983
11984 2002-02-21 [paul]       0.7.2claws3
11985
11986         * sync with sylpheed 0.7.2cvs11
11987                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11988                 2002-02-20 and 2002-02-21
11989
11990 2002-02-20 [melvin]     0.7.2claws2
11991
11992         * src/prefs_actions.c
11993                 Added error report when child cannot fork or when execvp 
11994                 returns with an error.
11995
11996 2002-02-19 [christoph]  0.7.2claws1
11997
11998         * src/codeconv.c
11999                 return unconverted text if conde conversion is not possible
12000                 when libjconv is used.
12001                 (patch submitted by "Simon 'corecode' Schubert")
12002
12003 2002-02-19 [paul]       
12004
12005         * version 0.7.2claws release
12006
12007 2002-02-19 [paul]       0.7.2claws
12008
12009         * po/nl.po
12010                 updated by Wilbert Berendsen
12011
12012
12013 2002-02-18 [alfons]     0.7.1claws13
12014
12015         * src/syldap.c
12016         * src/jpilot.c
12017                 remove references to dlfcn and explicitly loading functions
12018                 from dynalink libs, because libs linked anyway, and functions
12019                 are loaded explicitly
12020
12021 2002-02-17 [melvin]     0.7.1claws12
12022
12023         * src/prefs_actions.c
12024                 Replaced children wait loop with double fork technique.
12025                 Now, input/output window updated at each new output.
12026                 free_children(): Fixed a memory leak.
12027                 Made input/output window non closable if running children
12028                 still exist.
12029                 Added missing <unistd.h> include.
12030                 Added some --debug outputs.
12031
12032 2002-02-17 [melvin]     0.7.1claws11
12033
12034         * src/summaryview.c
12035                 Fixed bug where descending sort order did not select top
12036                 message.
12037
12038 2002-02-17 [melvin]     0.7.1claws10
12039
12040         * acconfig.h
12041                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12042         * src/prefs_common.c
12043                 Pspell data package directory no more hard coded but
12044                 set during configuration (PSPELL_PATH). (Thanks to 
12045                                 Gustavo Noronha Silva.)
12046
12047 2002-02-17 [melvin]     0.7.1claws9
12048
12049         * configure.in
12050                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12051         * src/gtkspell.c
12052                 Fixed compile-time warnings.
12053
12054 2002-02-16 [alfons]     0.7.1claws8
12055
12056         * src/filesel.c
12057                 fix inadvertent free of NULL pointer which caused
12058                 sylpheed to crash when closing the save-as dialog
12059                 using the window close button
12060
12061 2002-02-16 [carsten]    0.7.1claws7
12062         * src/mainwindow.[ch]
12063           src/summaryview.c
12064           src/prefs_common.c
12065                 fixes for pixmap theming code:
12066                         - recently changed mail attributes shouldn't get
12067                           lost any longer
12068                         - theme is only reloaded iff another theme was
12069                           selected
12070
12071 2002-02-16 [paul]       0.7.1claws6
12072
12073         * sync with sylpheed 0.7.2 release
12074                 see ChangeLog entry 2002-02-15 and 2002-02-16
12075
12076 2002-02-15 [paul]       0.7.1claws5
12077
12078         * sync with sylpheed 0.7.1cvs9
12079                 see ChangeLog entry 2002-02-15
12080
12081         * po/POTFILES.in
12082                 remove unneeded headerwindow.c entry
12083
12084 2002-02-14 [carsten]    0.7.1claws4
12085         * src/summaryview.c
12086                 fixed a bug for "Go to next unread message": there was
12087                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12088                 in the prefs, because of doing "Search again" instead
12089                 "No"
12090
12091 2002-02-14 [carsten]    0.7.1claws3
12092         * src/stock_pixmap.c
12093                 removed 2 more mem leaks; following memprof,
12094                 this code is "leak free" now :)
12095
12096 2002-02-14 [carsten]    0.7.1claws2
12097         * src/stock_pixmap.c
12098                 used opendir/readdir/closedir instead of scandir
12099                 -> code should work now on Solaris
12100
12101 2002-02-14 [paul]       0.7.1claws1
12102
12103         * sync with sylpheed 0.7.1cvs8
12104                 see ChangeLog entries 2002-02-13 and 2002-02-14
12105
12106         * README.claws
12107                 add some description of Actions and Pixmap Themes
12108
12109 2002-02-13 [paul]       
12110
12111         * version 0.7.1claws release
12112
12113 2002-02-13 [paul]       0.7.1claws
12114
12115         * po/es.po
12116           po/it.po
12117           po/pt_BR.po
12118                 updated translations, submitted by Ricardo Mones Lastra,
12119                 Alessandro Maestri and Fabio Junior Beneditto
12120
12121 2002-02-13 [melvin]     0.7.0claws75
12122
12123         * src/prefs_actions.c
12124                 Added missing "signal.h" include
12125
12126 2002-02-13 [melvin]     0.7.0claws74
12127
12128         * src/prefs_folder_item.c
12129                 Added missing "config.h" include
12130         * po/fr.po
12131                 Updated French translation for folder propriety.
12132
12133 2002-02-13 [jens]       0.7.0claws73
12134
12135         * po/POTFILES.in
12136                 Added missing src/prefs_folder_item.c [log added by melvin]
12137         * po/de.po
12138                 Updated German translation.
12139
12140 2002-02-13 [melvin]     0.7.0claws72
12141
12142         * po/fr.po
12143                 Updated French translation.
12144
12145 2002-02-13 [melvin]     0.7.0claws71
12146
12147         * src/gtkutils.c
12148                 Made gtkut_editable_get_selection return NULL if selection
12149                 is of length zero.
12150                 This fixes a bug where selecting part of message A then
12151                 switching to message B and replying to it will not
12152                 quote the message's body.
12153
12154 2002-02-12 [paul]       0.7.0claws70
12155
12156         * src/mainwindow.c
12157                 cosmetic, relating to pixmap themes: on toolbar make 
12158                 updating of 'Exec' and 'Compose news/Compose email'
12159                 icons faster.
12160
12161 2002-02-12 [carsten]    0.7.0claws69
12162         * src/folderview.c
12163           src/mainwindow.[ch]
12164           src/stock_pixmap.c
12165           src/summaryview.c
12166           src/prefs_common.c
12167                 - refreshing after changing pixmap theme better
12168                   now (thanks Paul)
12169                 - wanted to remove some mem leaks, but alfons was
12170                   faster (and had the better solution ;)
12171
12172 2002-02-12 [alfons]     0.7.0claws68
12173
12174         * src/prefs_common.c
12175         * src/stock_pixmap.[ch]
12176                 plug mem leaks, refactor code a little bit
12177
12178
12179 2002-02-12 [sergey]     0.7.0claws67
12180
12181         * src/imap.c
12182                 Fixed problem with copying messages to IMAP folders when the
12183                 server uses something other than '/' as a namespace separator
12184                 (cyrus-imapd uses '.').
12185
12186 2002-02-12 [jens]       0.7.0claws66
12187
12188         * po/de.po
12189                 Updated German Translation
12190
12191 2002-02-12 [paul]       0.7.0claws65
12192
12193         * sync with sylpheed 0.7.1cvs1
12194                 see ChangeLog entry 2002-02-12
12195
12196 2002-02-12 [melvin]     0.7.0claws64
12197
12198         * src/prefs_actions.c
12199                 Fixed "feature" where children's output was duplicated 
12200                 instead of refreshed while monitoring.
12201                 Removed some debug code.
12202
12203 2002-02-12 [christoph]  0.7.0claws63
12204
12205         * src/compose.c
12206                 always delete message from queue after sending/send error
12207                 (closes bug #509601)
12208
12209 2002-02-12 [melvin]     0.7.0claws62
12210
12211         * src/prefs_actions.c
12212                 Children wait loop is now triggered with a timeout of 1s
12213                 Added %F which is replaced with the list of filenames 
12214                 of all selected messages (as suggested by Ricardo Mones Lestra)
12215                 Pipe syntax changed. Prefix with | to send selection, postfix
12216                 with | to retrieve output. Prefix with > or * to send
12217                 user definable input to the command (*: input is hidden)
12218                 Old pipe action should now be postfixed with |, too.
12219
12220 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12221         * src/stock_pixmap.c
12222                 fixed a bug: if there's no theme directory don't
12223                 throw an error, just do "nothing" (thanks Alfons)
12224
12225 2002-02-12 [carsten]    0.7.0claws60
12226         * src/folderview.c
12227           src/summaryview.c
12228                 had to write the cache twice (nasty!); some marks would 
12229                 get lost if not
12230
12231 2002-02-11 [carsten]    0.7.0claws59
12232         * acconfig.h
12233           configure.in
12234           doc-src/maintainer_guide.txt
12235           src/compose.[ch]
12236           src/defs.h
12237           src/folderview.[ch]
12238           src/gtkutils.[ch]
12239           src/mainwindow.[ch]
12240           src/prefs_common.[ch]
12241           src/stock_pixmap.[ch]
12242           src/summaryview.[ch]
12243                 pixmap theming and related work on pixmap
12244                 handling on some other places
12245                 (e.g. hrm features for all folder)
12246           src/pixmap/stock_*.xpm -> the stock_ was removed
12247         
12248 2002-02-11 [paul]       0.7.0claws58
12249
12250         * sync with sylpheed 0.7.1 release
12251                 see ChangeLog entries 2002-02-11
12252
12253 2002-02-08 [paul]       0.7.0claws57
12254
12255         * sync with sylpheed 0.7.0cvs39
12256                 see ChangeLog entry 2002-02-07 (last entry) 
12257
12258         * src/prefs_actions.c
12259           src/prefs_filtering.c
12260           src/prefs_matcher.c
12261           src/prefs_scoring.c
12262                 sync: made it compile with C compilers other than gcc
12263
12264 2002-02-07 [paul]       0.7.0claws56
12265
12266         * sync with sylpheed 0.7.0cvs38
12267                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12268                 2002-02-07
12269
12270 2002-02-07 [darko]      0.7.0claws55
12271
12272         * src/gtkutils.[ch]
12273         * src/summaryview.c
12274                 Fix const gchar */gchar * issue (thanks Hiro)
12275
12276 2002-02-07 [darko]      0.7.0claws54
12277
12278         * src/compose.[ch]
12279         * src/filtering.c
12280         * src/gtkutils.[ch]
12281         * src/prefs_template.c
12282         * src/quote_fmt.h
12283         * src/quote_fmt_parse.y
12284         * src/summaryview.c
12285         * src/utils.[ch]
12286                 When replying or forwarding an email don't quote the entire
12287                 mail body but use the part of the message text that is selected
12288
12289 2002-02-06 [melvin]     0.7.0claws53
12290
12291         * src/prefs_common.[ch]
12292         * src/gtkspell.[ch]
12293         * src/compose.c
12294                 Made possible to switch quickly to last used dictionary
12295                 which makes checking bilingual documents easier.
12296
12297 2002-02-06 [melvin]     0.7.0claws52
12298         
12299         * po/POTFILES.in
12300                 Added forgotten new file src/prefs_actions.c
12301
12302 2002-02-06 [melvin]     0.7.0claws51
12303
12304         * src/prefs_actions.c   ** NEW FILE **
12305         * src/prefs_actions.h   ** NEW FILE **
12306                 Added actions to execute on message text view, or on the
12307                         message's file.
12308         * src/Makefile.am
12309                 Added src/prefs_actions.[ch]
12310         * src/compose.c
12311                 Added new menu "Edit/Actions"
12312         * src/defs.h
12313                 Added new actionsrc file.
12314         * src/main.c
12315                 Added actionsrc reading.
12316         * src/mainwindow.c
12317                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12318         * src/prefs_common.h
12319                 Added new element actionslst element to prefs_common.
12320
12321 2002-02-06 [paul]       0.7.0claws50
12322
12323         * sync with sylpheed 0.7.0cvs36
12324                 see ChangeLog entry 2002-02-06
12325
12326 2002-02-05 [paul]
12327
12328         * po/es.po
12329                 updated by Ricardo Mones Lastra
12330
12331 2002-02-05 [paul]       0.7.0claws49
12332
12333         * sync with sylpheed 0.7.0cvs33
12334                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12335
12336 2002-02-05 [paul]       0.7.0claws48
12337
12338         * src/compose.c
12339                 re-add 'Edit/Advanced/Delete entire line', previously named
12340                 'Delete Line+'
12341
12342 2002-02-04 [paul]       0.7.0claws47
12343
12344         * src/compose.c
12345           src/summaryview.c
12346                 fix bug #494993 (Reply All not taking Reply-To into consi)
12347                 eliminate differences in behaviour of right-click 'Reply to all' 
12348                 in summary view and 'Reply to all' on the toolbar. 
12349                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12350                 view and From gets ignored by 'Reply to all' on toolbar.
12351                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12352                 From when no Reply-To header is present.
12353
12354 2002-02-04 [paul]       0.7.0claws46
12355
12356         * sync with sylpheed 0.7.0cvs30
12357                 see ChangeLog entries 2002-02-03 and 2002-02-04
12358
12359 2002-02-03 [melvin]     0.7.0claws45
12360
12361         * src/gtkspell.[ch]
12362                 Readded function to highlight all misspelled words.
12363                 Fixed bug where user-provided-words did not replace
12364                         correctly the misspelled word when using the mouse.
12365                 Fixed bug where checking a region selected from right to left did
12366                         not check the region at all.
12367                 Fixed bug where 'Check backwards' may not check at all. 
12368                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12369                 Fixed possible buffer overflow when checking for long strings (>1k).
12370                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12371                 Accelerators code uses now gtk_widget_add_accel.
12372                 Removed and disabled obsolete and unfinished code.
12373                 Cleaning up.
12374
12375         * src/compose.c
12376                 Added menu item to Highlight all misspelled words.
12377
12378 2002-02-01 [paul]       0.7.0claws44
12379
12380         * src/mainwindow.c
12381                 fix '/View/Hide read messages' sensitivity when all
12382                 messages in a folder are hidden
12383
12384 2002-02-01 [paul]       0.7.0claws43
12385
12386         * src/main.c
12387                 add --send option to command line interface, sends all
12388                 queued mail. Patch submitted by Ricardo Mones Lastra.
12389
12390 2002-01-31 [paul]       0.7.0claws42
12391
12392         * src/mainwindow.c
12393                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12394
12395 2002-01-31 [paul]       0.7.0claws41
12396
12397         * sync with sylpheed 0.7.0cvs27
12398                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12399                 and 2002-01-31
12400
12401         * src/textview.c
12402                 comment out elements of textview_show_part() as temporary
12403                 workaround for attachment 'Display as text' bug 
12404
12405         * po/pt_BR.po
12406                 updated by Fabio Junior Beneditto
12407
12408 2002-01-30 [paul]       0.7.0claws40
12409
12410         * sync with sylpheed 0.7.0cvs24
12411                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12412                 and 2002-01-30
12413
12414         * src/compose.c
12415                 add {N_("/_Spelling"), ... "<Branch>"} to 
12416                 GtkItemFactoryEntry compose_entries[]
12417
12418         * src/prefs_common.c
12419                 add claws menu items to prefs_keybind_apply_clicked()
12420                 and remove non-claws menu items
12421
12422 2002-01-29 [paul]       0.7.0claws39
12423
12424         * sync with sylpheed 0.7.0cvs22
12425                 see ChangeLog entries 2002-01-28 and 2002-01-29
12426
12427 2002-01-28 [melvin]     0.7.0claws38
12428
12429         * src/compose.c
12430                 Added the declartion of compose_send_control_enter.
12431
12432         * src/compose.c
12433         * src/gtkspell.[ch]
12434                 Added in a 'Spelling' menu which includes the configuration menu. 
12435                 Added a real 'Check all' and got rid from the old one which only
12436                 highlited misspelled word.
12437                 Made 'Check while typing' a disableable option.
12438                 Added a dialog when there are no more misspelled word.
12439                 Added a dialog if error occurs when switching to a dictionary.
12440         
12441         * src/prefs_common.[ch]
12442                 Added option for the default 'Check while typing' option.
12443
12444
12445 2002-01-28 [alfons]     0.7.0claws37
12446
12447         * src/compose.c
12448                 fix buglet and make code comply with sylpheed code style
12449
12450 2002-01-28 [paul]       0.7.0claws36
12451
12452         * sync with sylpheed 0.7.0cvs19
12453                 see ChangeLog entries for 2002-01-28
12454
12455 2002-01-28 [hoa]        0.7.0claws35
12456
12457         * src/defs.h
12458                 added rendererrc
12459
12460         * src/main.c
12461                 read the renderer config
12462
12463         * src/procmime.[ch]
12464                 use the renderer config to convert mime attachments
12465
12466         * src/textview.c
12467                 don't use textview_show_html/ertf,
12468                 use get_text_content instead
12469
12470 2002-01-27 [alfons]     0.7.0claws34
12471         
12472         * src/news.c
12473                 make sylpheed believe it can delete a news message...
12474                 (messages are NOT deleted, maybe we should remove
12475                 processing from the folder properties after all.)
12476
12477 2002-01-27 [alfons]     0.7.0claws33
12478
12479         * src/folder.c
12480                 add extra checks
12481         * src/news.c
12482                 implement remove_msg() 
12483
12484 2002-01-27 [alfons]     0.7.0claws32
12485
12486         * src/procmsg.h
12487         * src/procheader.c
12488         * src/messageview.c
12489                 fix return receipt / disposition notification again. this
12490                 stuff seems to break on _every_ major summary UI change, so
12491                 it's now implemented using a flag which is saved in the
12492                 marks cache
12493                 
12494 2002-01-26 [alfons]     0.7.0claws31
12495
12496         * src/import.c
12497                 let import dialog show the destination folder identifier
12498
12499 2002-01-26 [melvin]     0.7.0claws30
12500
12501         * src/folderview.c
12502         * src/summaryview.c
12503                 Readded 'Mark all read' into summary view popup menu
12504                 Added 'Mark all read' in folder view popup menu for IMAP
12505                 and NNTP.
12506                 Made it insensitive if the selected folder is not the shown
12507                 one to avoid 'Mark all read' on the wrong folder.
12508                 
12509 2002-01-26 [paul]       0.7.0claws29
12510
12511         * src/folderview.c
12512           src/summaryview.c
12513                 move 'Mark all read' from summary view to folder view
12514                 menu. (adapted from) patch submitted by Jeremy Andrews,
12515                 <lists@kerneltrap.com>
12516
12517 2002-01-25 [alfons]     0.7.0claws28
12518
12519         * src/gtkstext.c
12520                 put the gtk class name back so GtkSText adapts the 
12521                 settings of GtkText
12522
12523 2002-01-25 [alfons]     0.7.0claws27
12524
12525         * src/folderview.c 
12526                 assimilate Ricardo's patch that shows pixmaps instead of
12527                 plain "new" and "unread" texts in the folder view column
12528                 headers 
12529
12530 2002-01-25 [paul]       0.7.0claws26
12531
12532         * src/Makefile.am
12533                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12534                 be found in non-standard locations. 
12535                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12536
12537 2002-01-25 [paul]       0.7.0claws25
12538
12539         * sync with sylpheed 0.7.0cvs16
12540                 see ChangeLog entry 2002-01-25
12541
12542 2002-01-24 [paul]       0.7.0claws24
12543
12544         * more sync with sylpheed 0.7.0cvs15
12545                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12546
12547 2002-01-23 [sergey]     0.7.0claws23
12548
12549         * src/importldif.c
12550                 Fixed segfault when closing LDIF import wizard with
12551                 the window manager.
12552         * src/imageview.c
12553         * src/imageview.h
12554         * src/messageview.c
12555         * src/mimeview.c
12556                 Fixed wrong scrolling position after switching between
12557                 text and image parts.
12558
12559 2002-01-23 [paul]       0.7.0claws22
12560
12561         * sync with sylpheed 0.7.0cvs15
12562                 see ChangeLog entries 2002-01-22 and 2002-01-23
12563
12564 2002-01-21 [melvin]     0.7.0claws21
12565
12566         * src/prefs_scoring.c
12567         * src/prefs_filtering.c
12568                 Fixed bug where scoring and filtering windows stopped
12569                 autochecking.
12570
12571 2002-01-21 [paul]       0.7.0claws20
12572
12573         * sync with sylpheed 0.7.0cvs12
12574                 see ChangeLog entries 2002-01-20 and 2002-01-21
12575
12576 2002-01-21 [carsten]    0.7.0claws19
12577         * src/mainwindow.c
12578         * src/menu.[ch]
12579         * src/messageview.[ch]
12580         * src/summaryview.[ch]
12581                 changes to shortcuts handling again:
12582                         + "Q" now controled by mainwin
12583                         + v/V are now customizable and have slightly
12584                           different meanings
12585                 the "button" to minimize the messageview (and maximize
12586                 the summary view) is a real button now
12587         * src/compose.c
12588                 "Delete Line+" added to Edit/Advanced (this will also
12589                 delete the '\n')
12590
12591 2002-01-20 [melvin] 0.7.0claws18
12592
12593         * src/addressbook.c
12594                 Made "Bcc" sensitive when addressbook is called from
12595                 compose window (it was a Claws only bug).
12596
12597 2002-01-19 [alfons] 0.7.0claws17
12598
12599         * src/inc.c
12600                 prevent unnecessary updates when currently selected folder has
12601                 no new messages 
12602
12603 2002-01-19 [alfons] 0.7.0claws16
12604         
12605         * src/summaryview.c
12606                 prevent writing the cache based on current message list in summary 
12607                 view when filtering also put messages in currently selected folder
12608
12609 2002-01-19 [paul]
12610
12611         * po/it.po
12612                 Italian translation submitted by Alessandro Maestri
12613                 <a.maestri@cs.tin.it>
12614
12615 2002-01-18 [melvin]     0.7.0claws15
12616
12617         * src/prefs_filters.c
12618                 fixed bug where 'cancel' from 'filters' window stops autochecking
12619                 if the timer timed out  when the window was open.
12620
12621 2002-01-18 [match]      0.7.0claws14
12622
12623         * src/addrclip.[ch]     ** NEW FILE **
12624         * src/addrselect.[ch]   ** NEW FILE **
12625         * src/adbookbase.h      ** NEW FILE **
12626                 addressbook cut, copy and paste
12627         * src/addrbook.[ch]
12628         * src/addrcache.[ch]
12629         * src/addressitem.h
12630         * src/addrindex.[ch]
12631         * src/addritem.[ch]
12632         * src/importldif.c
12633         * src/importmutt.c
12634         * src/jpilot.[ch]
12635         * src/syldap.[ch]
12636         * src/vcard.[ch]
12637         * src/jpilot.[ch]
12638         * src/editbook.c
12639         * src/editjpilot.c
12640         * src/editldap.c
12641         * src/editvcard.c
12642                 support for copy/paste
12643         * src/addressbook.c
12644                 support for copy/paste
12645                 tidy up menu option processing
12646                 correct address list function arguments
12647         * src/editaddress.c
12648                 sort user attributes
12649         * src/ldif.h
12650         * src/mutt.h
12651                 tidy up
12652
12653         * src/addrbook.[ch]
12654         * src/addrbook.[ch]
12655         * src/addrbook.[ch]
12656                 
12657
12658 2002-01-18 [paul]       0.7.0claws13
12659
12660         * sync with sylpheed 0.7.0cvs8
12661                 configure.in: support Mac OS X (Darwin)
12662
12663 2002-01-18 [carsten]    0.7.0claws12
12664         * src/html.c
12665                 small hack to fix a segfault with an empty href
12666                 (reported by Alexandra Walford <deeni@altern.org>)
12667         * src/mainwindow.c
12668         * src/summaryview.c
12669                 the shortcuts for Mark und Mark as unread are hardcoded
12670                 again
12671         * src/compose.c
12672         * src/gtkstext.[ch]
12673                 readded the shortcuts in gtkstext but made them
12674                 customizeable (simply by adding a menu plus a wrapper
12675                 to compose.c)
12676
12677 2002-01-17 [melvin]     0.7.0claws11
12678
12679         * src/gtkspell.c
12680                 fix default dictionary not being saved.
12681
12682 2002-01-16 [darko]      0.7.0claws10
12683
12684         * src/compose.c
12685                 fix wrapping crash with URL longer than wrapping margin
12686
12687 2002-12-08 [hoa]        0.7.0claws10
12688
12689         * src/matcher_parser_parse.y
12690                 fixed some bugs
12691
12692         * src/prefs_filtering.c
12693                 now, we can use bounce action in the dialog box.
12694
12695 2002-01-16 [carsten]    0.7.0claws9
12696         * src/gtkstext.c
12697                 removed the <control> and <alt> shortcuts because they're
12698                 not needed and interefered with the "normal" shortcuts
12699         * src/mainwindow.c
12700         * src/summaryview.c
12701                 removed most of the hardcoded shortcuts and assigned
12702                 them to menu entries making them easy customizable by
12703                 that
12704
12705 2002-01-16 |melvin]     0.7.0claws8
12706
12707         * src/gtkspell.c
12708                 fixed bug where using the mouse and when the compose
12709                 window is not on top may result in a crash.
12710
12711 2002-01-16 [melvin]     0.7.0claws7
12712
12713         * src/compose.c
12714                 fixed a long standingspell checker bug which could 
12715                 cause a crash after sending a message.
12716
12717 2002-01-16 [paul]       0.7.0claws6
12718
12719         * sync with sylpheed 0.7.0cvs7
12720                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12721                 2002-01-15, and 2002-01-16
12722
12723 2002-01-16 [melvin]     0.7.0claws5
12724
12725         * README.claws
12726         * src/compose.c
12727         * src/gtkspell.[ch]
12728         * src/main.c
12729                 Heavily modified spell checker code to work around
12730                 ispell bug, to add keyboard shortcuts and for future
12731                 enhancements. See README.claws for usage information.
12732
12733 2002-01-15 [alfons]     0.7.0claws4
12734         
12735         * src/summaryview.c
12736                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12737                 so sorting within threads reflects sort mode
12738
12739 2002-01-15 [christoph]  0.7.0claws3
12740
12741         * src/procmsg.c
12742                 added alertpanel if mail sending failed
12743
12744 2002-01-15 [alfons]     0.7.0claws2
12745         
12746         * src/prefs_filtering.c
12747                 don't stop timer when prefs filtering dialog is opened
12748
12749 2002-01-14 [alfons]     0.7.0claws1
12750
12751         * src/addr_compl.c
12752         * src/prefs.c
12753                 remove debug_print()s for privacy reasons
12754
12755 2002-01-14 [darko]      0.7.0claws
12756
12757         * README.claws
12758                 quotation wrapping is now also in the main branch
12759
12760 2002-01-14 [paul]
12761
12762         * tools/filter_conv.pl
12763                 allow for Boolean Op and case-sensitivity
12764                 this file is included in the release and tagged
12765                 'rel_0_7_0'
12766
12767 2002-01-13 [paul]       0.7.0claws
12768
12769         * release 0.7.0, with cvs tag 'rel_0_7_0'
12770
12771 2002-01-13 [paul]
12772
12773         * tools/filter_conv.pl
12774         * tools/README
12775                 rewritten to output to matcherrc instead of filteringrc
12776
12777         * po/es.po
12778                 updated Spanish translation by Ricardo Mones Lastra
12779
12780 2002-01-13 [alfons]
12781
12782         * po/nl.po
12783                 update dutch translation
12784
12785 2002-01-13 [paul]
12786
12787         * po/pt_BR.po
12788                 Updated by Fabio Junior Beneditto 
12789
12790 2002-01-13 [melvin]     0.6.6claws53
12791
12792         * po/fr.po
12793                 Updated french translation
12794
12795 2002-01-12 [alfons]     0.6.6claws52
12796
12797         * src/filtering.c
12798                 plug mem leak that has been sitting there for ages              
12799
12800 2002-01-12 [alfons]     0.6.6claws51
12801
12802         * src/summaryview.c
12803                 undo melvin's changes from 0.6.6claws48 because summary
12804                 view now refuses to select first unread message when
12805                 selecting a folder 
12806
12807 2002-01-11 [alfons]     0.6.6claws50
12808
12809         * src/import.c
12810                 use claws' semantics for getting folder item when
12811                 importing an mbox file into a folder 
12812                 (submitted by Dale P. Smith)
12813
12814 2002-01-11 [christoph]  0.6.6claws49
12815
12816         * src/prefs.h
12817                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12818                 toggle widget, because non static prefs can not use
12819                 prefs_set_* functions
12820         * src/prefs_account.c
12821                 toggle smtp auth password field sensitivity if
12822                 user id is empty and add descrition of usage for
12823                 these fields
12824         * src/prefs_folder_item.c
12825                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12826                 callbacks
12827
12828 2002-01-11 [melvin]     0.6.6claws48
12829
12830         * src/compose.c
12831                 fix the 'Ctrl-Enter' feature for sending and test really
12832                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12833                 editables which was not documented in Gtk)
12834
12835         * src/summaryview.c
12836                 Made summaryview refresh after sorting and not before.
12837
12838 2002-01-11 [christoph]  0.6.6claws47
12839
12840         * src/compose.c
12841                 select account from account ids if possible and
12842                 correctly set save folder for copy in reedit
12843
12844 2002-01-10 [paul]       0.6.6claws46
12845
12846         * sync with sylpheed 0.7.0 release
12847                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12848                 2002-01-09
12849
12850 2002-01-09 [alfons]
12851
12852         * src/summaryview.c
12853                 remove more dirt traces...
12854
12855 2002-01-09 [alfons]
12856         
12857         * src/summaryview.c
12858                 clean up some traces of my debugging stuff
12859
12860 2002-01-09 [alfons]     0.6.6claws45
12861
12862         * src/filtering.c
12863                 break up filteringprop_apply() in three separate pieces
12864                 so we can drop messages that failed processing in the
12865                 inbox
12866
12867         * src/summaryview.c
12868                 fix bug #469598 "no refresh of inbox after filter" which 
12869                 was introduced by the new summary view locking, and which 
12870                 prevented the summary view to update after a manual filter 
12871                 message. claw's filter message requires a summary_show().
12872                 (aargh, summary_show() again! :-)
12873                 
12874 2002-01-07 [alfons]     0.6.6claws44
12875
12876         * src/headerwindow.c
12877         * src/logwindow.c
12878         * src/messageview.c
12879         * src/sourcewindow.c
12880                 bring in Hiro's last 0.7.0 wm class fixes
12881
12882         * tools/sylprint.pl
12883                 bring in Ricardo's fix for sylprint script
12884
12885         * AUTHORS       
12886         * src/rfc2015.[ch]
12887         * src/prefs_common.[ch]
12888         * src/prefs_account.[ch]
12889         * src/compose.c
12890                 clean up account preference poison in rfc2015,
12891                 and preparation to fix double sign bug 
12892                 (patch submitted by Simon 'corecode' Schubert)
12893
12894 2002-01-07 [christoph]  0.6.6claws43
12895
12896         * src/mh.c
12897                 search for free message number, do not only rely
12898                 on last_num
12899         * src/send.c
12900                 fix smtp auth and use extra account information
12901                 if available, if not use pop3 data instead
12902                 (closes bug #500341)            
12903         * src/ssl.[ch]
12904                 match coding style
12905
12906 2002-01-06 [alfons]     0.6.6claws42
12907
12908         * src/mainwindow.c
12909                 try making the separate windows work again...
12910
12911 2002-01-06 [alfons]     0.6.6claws41
12912
12913         * src/mainwindow.c
12914                 adapt Hiro's separate window menu (to get rid of the funny
12915                 duplicate menu items), and make it work again
12916
12917 2002-01-06 [alfons]     0.6.6claws40
12918
12919         * tools/Makefile.am
12920         * tools/sylprint.rc
12921         * tools/sylprint.pl
12922         * tools/README.sylprint
12923                 add sylprint script for printing mails from Sylpheed
12924                 (contributed by Ricardo Mones Lastra)
12925
12926         * src/acount.c
12927                 clean up
12928
12929 2002-01-06 [melvin]     0.6.6claws39
12930
12931         * src/mainwindow.c
12932         * src/summaryview.c
12933                 Fixed crash introduced in 0.6.6claws38 by the menu
12934                 reorganisation (Hide read messages)
12935         
12936         * ChangeLog.claws 
12937                 Fixed typo (we are now in 2002, alfons ;) )
12938
12939 2002-01-05 [alfons]     0.6.6claws38
12940
12941         * sync with sylpheed 0.6.6cvs10-17
12942                 (last stuff marked as LAST_STABLE)
12943
12944 2002-01-04 [melvin]     0.6.6claws37
12945
12946         * src/account.c
12947                 Made account selection code use strcasestr again instead of
12948                 g_strcasecmp (fixes bug where reediting queued messages
12949                 did not select proper account reported by T. Link).
12950         
12951         * src/folderview.c
12952                 Fix bug where folder icons are not shown when 'hide read messages'
12953                 is on.
12954         
12955         * src/stock_pixmaps.[ch]
12956                 Added folder icons for 'hide read messages'.
12957         
12958         * src/compose.c
12959                 Fixed bug where 'Enter' in a header entry will send the message 
12960                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12961
12962 2002-01-03 [melvin]     0.6.6claws36
12963         
12964         * src/prefs.[ch]
12965                 Added popup menu for common preferences and
12966                 account preferences (right click on tab displays
12967                                 a menu of all tabs.)
12968
12969 2002-01-02 [melvin]     0.6.6claws35
12970
12971         * src/gtkspell.[ch]
12972                 Made spelling code compatible with undo/redo feature.
12973                 Added creation of suggestion mode menu for the general
12974                         preferences.
12975         
12976         * src/prefs_common.[ch]
12977                 Added option menu for the speller's suggestion mode.
12978                 Added missing spaces in "..." buttons and made a "..."
12979                         button non translatable!
12980         
12981         * src/compose.c
12982                 Made speller use the default suggestion mode.
12983                 Hack to make it possible to choose 'CTRL-Enter' as a
12984                         shortcut for sending (and only for sending).
12985
12986         * src/prefs_folder_item.c
12987                 Changing subject simplification does not update cache 
12988                         anymore (because it is unnecessary).
12989                 Fixed bug where changing subject simplification updated the 
12990                         summaryview even when the viewed folder is not the
12991                         folder which properties are being changed. (E.g. 
12992                                         viewing folder A and changing
12993                                         the subject simplification of 
12994                                         folder B -not being viewed- updated the 
12995                                         summaryview of folder A with data of
12996                                         folder B). (Hope this is clear... )
12997
12998 2001-12-31 [alfons]     0.6.6claws34
12999         
13000         * src/ldif.c
13001         * src/mutt.c
13002                 fgetc() returns a signed integer which doesn't
13003                 fit in a char. so c truncates this to a char
13004                 but we may lose significant bits. i.e. we may
13005                 comparing 0xFF which may not be equal to -1
13006                 unless properly casted to signed char which
13007                 we won't do because fgetc() returns a signed
13008                 integer which doesn't fit in a char. so c 
13009                 truncates this to a char but we may lose 
13010                 significat bits. (you got the idea, thanks
13011                 to Gustavo Noronha Silva <kov@debian.org>
13012                 and the Debian folks!)
13013
13014 2001-12-30 [alfons]     0.6.6claws33
13015
13016         * src/prefs_common.c
13017                 add #ifdef USE_PSPELLs that Melvin forgot               
13018
13019 2001-12-30 [melvin]     0.6.6claws32
13020         
13021         * src/prefs_common.[ch]
13022                 Added configurable color for misspelled words.
13023
13024         * src/gtkspell.[ch]
13025                 Fixed bug of foreground text color (reported by David
13026                                 Mehrmann)
13027                 Added configurable color for misspelled words.
13028
13029 2001-12-30 [alfons]     0.6.6claws31
13030
13031         * src/folder.c
13032                 remove unnecessary things someone put there
13033
13034         * src/mh.c
13035         * src/folder.[ch]
13036                 make folder properties (like threading and sorting) persistent
13037                 (closes bug #497424 "rescan folder tree resets proprieties")
13038                 currently this is only for MH folders. 
13039
13040 2001-12-29 [melvin]     0.6.6claws30
13041
13042         * src/string_match.[ch]
13043                 Optimized a bit: regexp pattern buffer compiled only once, and
13044                   one subroutine call removed. Fixed ^ regexp search: Now, 
13045                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13046         
13047         * src/summaryview.c
13048                 Subject filtering changed to filter summary columns and
13049                   not directly the messages subject cache. The loss in 
13050                   performance is balanced by the improvement of string_match.
13051                 Added an alert panel if there is an error in the regexp.
13052
13053         * src/src/prefs_folder_item.h
13054                 Added a regexp pattern buffer.
13055
13056 2001-12-28 [alfons]     0.6.6claws29
13057
13058         * src/string_match.[ch]
13059                 clean up name space
13060                 allow compilation *BSD
13061
13062 2001-12-27 [alfons]     0.6.6claws28
13063
13064         * src/filter.c
13065                 sync the Hiro's bug fix for BSD
13066
13067 2001-12-27 [melvin]     0.6.6claws27
13068         
13069         * src/compose.c
13070                 Simplify focus to subject entry code.
13071
13072 2001-12-27 [darko]      0.6.6claws26
13073
13074         * src/filtering.c
13075         * src/mbox_folder.c
13076         * src/messageview.c
13077         * src/mh.c
13078         * src/procheader.[ch]
13079         * src/procmsg.h
13080         * src/stock_pixmap.[ch]
13081         * src/summaryview.c
13082                 Show key icon for encrypted mails in summary view
13083
13084         * src/pixmaps/clip.xpm
13085         * src/pixmaps/clipkey.xpm
13086         * src/pixmaps/key.xpm
13087                 New/modified icons for the above
13088
13089 2001-12-27 [melvin]     0.6.6claws25
13090
13091         * src/prefs_common.c
13092                 Put spell checker options in a separate tab to decrease
13093                 the Common Preferences window height.
13094
13095         * README.claws  
13096                 Update spell checker usage instruction about its options
13097                 location.
13098
13099 2001-12-27 [melvin]     0.6.6claws24
13100
13101         * src/compose.c
13102                 Changed subject entry widget position. Initial focus is
13103                 on the To header instead of the subject entry.
13104                 Creating a new header scrolls the header list to make the
13105                 created one visible. Nevertheless, when automatically filling
13106                 headers, the first one is shown.
13107                 A Tab key press in the last empty header entry zips the 
13108                 focus to the subject entry.
13109                 (I did not change the combo boxes, yet)
13110
13111 2001-12-26 [alfons]     0.6.6claws23
13112
13113         * src/prefs_account.c
13114         * src/inc.c
13115                 allow default inbox to reside in another mailbox (only
13116                 works for POP3 accounts)
13117
13118 2001-12-26 [alfons]     0.6.6claws22
13119         
13120         * src/textview.c
13121                 make reply-on-click work with the account of the selected folder
13122         * src/compose.c
13123                 put a fixme here to remind me to fix finding correct default
13124                 account for nested folders
13125
13126 2001-12-25 [alfons]     0.6.6claws21
13127
13128         * src/summaryview.c
13129                 make column headers display locked and mark pixmaps (idea by Melvin) 
13130                 fix bug by adding score and locked column type to sort array
13131
13132 2001-12-25 [alfons]     0.6.6claws20
13133         
13134         * src/summaryview.c
13135                 catch a *potentially* inadvertent write back of  
13136                 the message cache(s) introduced by 0.6.5claws37
13137
13138 2001-12-25 [christoph]  0.6.6claws19
13139
13140         * src/stock_pixmap.[ch]
13141         * src/summaryview.c
13142                 add ignore thread pixmap
13143                 (can someone draw a better icon for this?)
13144
13145 2001-12-24 [alfons]     0.6.6claws18
13146
13147         * src/prefs_folder_item.c
13148                 make address completion actually work for the
13149                 Default To address in the Folder Property dialog.
13150
13151 2001-12-24 [alfons]     0.6.6claws17
13152         
13153         * src/summaryview.c
13154                 use new style regexp for subject stripping 
13155                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13156
13157 2001-12-24 [darko]      0.6.6claws16
13158
13159         * src/pgptext.c
13160         * src/rfc2015.c
13161                 move GPG related informational messages to debug mode
13162
13163 2001-12-23 [alfons]     0.6.6claws15
13164
13165         * src/stock_pixmap.[ch]
13166         * src/summaryview.c
13167                 add the forgotten Claws' locked pixmap
13168
13169 2001-12-23 [alfons]     0.6.6claws14
13170
13171         * src/filesel.c
13172                 accept file name typed in entry in multi file
13173                 selector (patch submitted by Gustavo Noronha Silva 
13174                 <kov@debian.org>)
13175
13176 2001-12-23 [alfons]     0.6.6claws13
13177
13178         * src/prefs_filter.c
13179         * src/prefs_filtering.c
13180         * src/matcher.c
13181         * src/importmutt.c
13182                 clean up a little bit
13183         
13184         * src/string_match.c
13185                 validate input strings a little bit more
13186
13187 2001-12-23 [alfons]     0.6.6claws12
13188
13189         * src/Makefile.am
13190         * src/summaryview.c
13191         * src/string_match.[ch]         ** NEW **
13192         * src/folderview.[ch]
13193         * src/headerview.h
13194         * src/folder.[ch]
13195         * src/prefs_folder_item.[ch]
13196                 add subject simplification to strip out strings from
13197                 a subject line (esp. handy for mailing lists). 
13198                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13199                 but slightly changed things for better integration.)
13200
13201 2001-12-23 [alfons]     0.6.6claws11
13202
13203         * src/mainwindow.c
13204                 fix bug introduced by submission included in 0.6.5claws52.
13205                 ideally this submission should clean the trash if any trash
13206                 folder has a message. however, the hasTrash variable was
13207                 set to false whenever a trash folder was empty (discarding
13208                 a previously found *filled* trash folder.)
13209
13210                 also edited the code a little bit and made it more safe.
13211
13212 2001-12-22 [alfons]     0.6.6claws10
13213
13214         * src/imap.c
13215                 quick fix for Martin Pool's omission of an account
13216                 specific SSL setting
13217
13218 2001-12-22 [alfons]     0.6.6claws9
13219
13220         * src/compose.c
13221         * src/messageview.c
13222         * src/mimeview.c
13223         * src/pgptext.c
13224         * src/procmime.[ch]
13225                 better support for multipart/digest (submitted
13226                 by Fredrik <e98fo@efd.lth.se>)
13227
13228 2001-12-22 [alfons]     0.6.6claws8
13229
13230         * src/addressbook.c
13231                 correct function signature
13232         * src/socket.[ch]
13233         * src/imap.[ch]
13234         * src/prefs_account.[ch]
13235                 allow IMAP over SSH tunnel (patch submitted by 
13236                 Martin Pool <mbp@samba.org>)
13237
13238 2001-12-21 [alfons]     0.6.6claws7
13239
13240         * sync with sylpheed 0.6.6cvs4-9
13241                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13242
13243 2001-12-21 [christoph]  0.6.6claws6
13244
13245         * src/compose.c
13246         * src/prefs_folder_item.[ch]
13247                 implement saving of outgoing messages to current folder.
13248                 fix segfault when no default outbox is available
13249                 (closes bug #495683)
13250
13251 2001-12-21 [carsten]    0.6.6claws5
13252         * src/folderview.c
13253         * src/summaryview.c
13254                 pressing CTRL while DND does now the expected thing and
13255                 copies the mail (moving is still the default, as this
13256                 seam more appropriate for handling mails by DND)
13257
13258 2001-12-18 [paul]       0.6.6claws4
13259
13260         * sync with sylpheed 0.6.6cvs3
13261                 see ChangeLog entries 2001-12-18
13262
13263 2001-12-18 [hiro]       0.6.6claws3
13264
13265         * src/undo.c
13266                 fix for multibyte characters (obtain the number of letters
13267                 instead of bytes).
13268
13269 2001-12-17 [paul]       0.6.6claws2
13270
13271         * sync with sylpheed 0.6.6cvs1
13272                 see ChangeLog entry 2001-12-16
13273
13274 2000-12-17 [alfons]     0.6.6claws1
13275
13276         * src/filtering.c
13277                 clean up
13278
13279 2001-12-16 [paul]       0.6.6claws
13280 2001-12-15
13281
13282         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13283
13284         * src/mimeview.c
13285                 last minute sync with main 0.6.6
13286
13287         * po/es.po
13288                 updated by Ricardo Mones Lastra
13289                 update for last minute sync
13290         * po/fr.po
13291         * po/nl.po
13292                 update for last minute sync
13293         * po/de.po
13294                 updated by Jens Oberender
13295         * po/pt_BR.po
13296                 updated by Fabio Junior Beneditto
13297
13298         * src/prefs_common.[ch]
13299         * src/undo.c
13300                 number of undo levels is user configurable
13301                 (squeeze it into the release in the dying
13302                 moments) Submitted by Jens Oberender    
13303
13304 2001-12-15 [melvin]
13305
13306         * po/fr.po
13307                 updated french translation
13308
13309 2001-12-15 [paul]       0.6.5claws92
13310
13311         * sync with sylpheed 0.6.5cvs28
13312                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13313
13314         * po/nl.po
13315                 update to allow for sync
13316
13317 2001-12-15 [alfons]
13318         
13319         * po/nl.po
13320                 update dutch translation
13321
13322 2001-12-14 [carsten]    0.6.5claws91
13323         * src/summaryview.c
13324                 fixed bug #473785; also after changing the column order
13325                 the same message will be selected and displayed as before
13326                 the reordering
13327
13328 2001-12-14 [carsten]    0.6.5claws90
13329         * src/folderview.c
13330                 probably found the bug reported by wwb opening or closing
13331                 a folder tree just before dnd (found the solution in the
13332                 balsa source -- thanks to them)
13333
13334 2001-12-14 [carsten]    0.6.5claws89
13335         * src/gtkutils.c
13336         * src/account.c
13337                 moved gtk_clist_moveto to the right place, so that
13338                 only the accounts dialog is effected on opening
13339
13340 2001-12-14 [carsten]    0.6.5claws88
13341         * src/gtkutils.c
13342                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13343                 now, so that the focused row will be seen in any case
13344                 (reported by wwp on sf-claws-user)
13345
13346 2001-12-14 [darko]      0.6.5claws87
13347
13348         * src/compose.c
13349                 remove unnecessary line
13350
13351 2001-12-14 [paul]       0.6.5claws86
13352
13353         * sync with sylpheed 0.6.5cvs27
13354                 see ChangeLog entries 2001-12-14
13355
13356 2001-12-14 [carsten]    0.6.5claws85
13357         * src/mainwindow.c
13358                 following a suggestion of Melvin the rcoabm pops up
13359                 right under the button now and the button is reliefed
13360                 while the popup is open
13361
13362 2001-12-14 [darko]      0.6.5claws84
13363
13364         * src/compose.c
13365                 fix crash when wrapping long lines if linewrap quotation
13366                 is disabled and wrapper encounters a word spanning more
13367                 than one line
13368
13369 2001-12-13 [paul]       0.6.5claws83
13370
13371         * src/compose.c
13372                 prefer 'Reply-To' header over mailing list header when
13373                 replying to a message. Finally prevent all those confirmation 
13374                 messages being sent to the list itself.
13375
13376         * src/summaryview.c
13377                 remove unused summary_set_menu_sensitive() entry
13378
13379 2001-12-13 [paul]       0.6.5claws82
13380
13381         * src/folderview.c
13382         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13383         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13384         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13385                 improvements to 'Hide read messages': Inbox, Outbox,
13386                 Trash, Queue, and Draft icons now reveal presence of hidden 
13387                 messages
13388
13389 2001-12-12 [alfons]     0.6.5claws81
13390
13391         0.6.5claws80 was tagged as LAST_STABLE
13392
13393         * src/filtering.[ch]
13394         * src/matcher.[ch]
13395         * src/matcher_parser_lex.c
13396                 fix the filtering; my last attempt to get it right, 
13397                 if it does not work, it's Hoa's turn. ;-)
13398
13399                 for my honourable peers:
13400                 
13401                 the code now makes a clear distinction between
13402                 rules as they are displayed (probably escaped),
13403                 and as they are executed (probably unescaped). the
13404                 parser does *NOT* do any unescaping, this is
13405                 the task of the matcher.c (which breaks up a
13406                 rule into condition) and the filtering.c (which
13407                 breaks up the rule's action). to make this
13408                 run happily we provide an unescaped copy of
13409                 crucial strings to the MatcherProp and 
13410                 FilteringAction structures. note that the only
13411                 exception to this is any REGEXP string. those
13412                 are directly passed to regcomp() and regexp()
13413                 (who have much more powerful unescape functions).
13414                 
13415                 for everyone else:
13416         
13417                 you can escape tab (\t), carriage return (\r),
13418                 linefeed (\n), form feed (\f), quote (\"), 
13419                 single quote (\'), bell (\b) in all the entry
13420                 lines in the scoring & filtering dialogs.
13421                 as an added bonus this should not affect
13422                 existing filtering rules.
13423
13424 2001-12-12 [carsten]    0.6.5claws80
13425
13426         * src/summaryview.c
13427         * po/de.po
13428                 "item(s) selected" is now sensitive to 1 or more
13429                 than one selected (nice for language where simple
13430                 adding of a "s" is not possible as German (Eintrag
13431                 ->Eintr"age)
13432                 
13433                 the "forward as attachment" entry from the right
13434                 click menu removed, "forward" acts following the
13435                 prefs
13436         
13437         * src/textview.c
13438                 reverted my former changes; so compiler warning again
13439                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13440                 nevertheless
13441
13442         * src/messageview.c
13443                 "search in message" does now *not* only work in MVIEW_TEXT
13444                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13445                 message
13446
13447         * src/mainwindow.c
13448                 removed "/File/_Close" as it was the same as "/File/E_xit"
13449                 and we don't need it two times
13450
13451                 the separate folder view and message view now get a distinct
13452                 WMCLASS, just in case someone is using sawfish ;-)
13453
13454                 as the menu entries "/View/Message view" and "/View/Folder tree"
13455                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13456                 make them sensitive accordingly and as these two are "shown"
13457                 after startup anytime check this menuitem at startup
13458
13459 2001-12-12 [paul]       0.6.5claws79
13460
13461         * src/folderview.c
13462                 fix sensitivity of 'Search folder...', broken in
13463                 0.6.5claws75
13464
13465         * src/mainwindow.c
13466                 fix dodgy English
13467
13468 2001-12-11 [carsten]    0.6.5claws78
13469         * src/filtering.c
13470                 fixed two typos returning a wrong FALSE/TRUE
13471         * src/mainwindow.[ch]
13472                 extra menu for email/news button removed
13473
13474 2001-12-11 [alfons]     0.6.5claws77
13475         
13476         * src/matcher.c                 (1.3)
13477         * src/matcher_parser_lex.l      (1.28)
13478                 revert for another attempt
13479                 mark 0.6.5claws77 as LAST_STABLE
13480
13481 2001-12-11 [christoph]  0.6.5claws76
13482
13483         * po/de.po
13484                 fixed wrong translation for prev. unread msg
13485
13486 2001-12-11 [paul]       0.6.5claws75
13487
13488         * src/folder.[ch]
13489         * src/folderview.c
13490         * src/mainwindow.c
13491         * src/summaryview.[ch]
13492         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13493                 enable ability to hide read messages on per folder basis via 
13494                 '/Summary/Hide read messages'; when selected, a folder will 
13495                 have a red open folder icon, instead of a blue icon, if the 
13496                 folder contains hidden messges
13497                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13498
13499         * src/mainwindow.c
13500                 remove '/Message/Forward as attachment' from 
13501                 main_window_set_menu_sensitive() to prevent debug warning
13502
13503         * src/folderview.c
13504         * src/mainwindow.c
13505                 Clean up some of the English
13506
13507         * tools/newscache_clean.pl
13508                 allow for new 'hidereadmsgs' entry in folderlist.xml
13509
13510         * po/es.po
13511                 updated translation, submitted by Ricardo Mones Lastra
13512
13513 2001-12-11 [paul]       0.6.5claws74
13514
13515         * sync with sylpheed 0.6.5cvs25
13516                 see ChangeLog entry 2001-12-11
13517
13518 2001-12-10 [alfons]     0.6.5claws73
13519
13520         * src/matcher.c
13521                 add more control characters
13522         * src/matcher_parser_lex.l
13523                 make escaping / unescaping work again
13524
13525 2001-12-10 [alfons]     0.6.5claws72
13526
13527         * src/imap.c
13528                 clean up warnings "returning value for void function" 
13529         * src/prefs_filtering.c
13530                 make info button for execute action sensitive
13531
13532 2001-12-10 [paul]       0.6.5claws71
13533
13534         * src/compose.c
13535         * src/imap.[ch]
13536         * src/summaryview.c
13537                 fix: imap server now gets informed of MARKED, UNMARKED
13538                 and REPLY events. Now people can use different IMAP-Mail
13539                 clients and have the exact same information about MARKED,
13540                 UNMARKED and REPLY status with all of them. Especially
13541                 useful for imap servers with a web-frontend.
13542                 submitted by Tobias Sandhaas <medlor@web.de>
13543
13544 2001-12-09 [melvin]     0.6.5claws70
13545         
13546         * src/textview.[ch]
13547                 fixed bug #490076 (hunted down by Alfons who implemented
13548                 a workaround in 0.6.5claws65)
13549
13550 2001-12-09 [christoph]  0.6.5claws69
13551
13552         * src/summaryview.c
13553                 set pointer to string in LOCKED column to NULL
13554                 (might fix bug #490800)
13555
13556 2001-12-09 [carsten]    0.6.5claws68
13557
13558         * po/de.po
13559                 resolved some cluttered menu shortcuts 
13560                 ('creating new email' and 'creating news message'
13561                 hade the same)
13562         * src/compose.c
13563                 wmclass now distinc from main window
13564         * src/mainwindow.c
13565           src/mainwindow.h
13566                 email/news and forward button functionality similar
13567                 to the reply buttons; removed the ugly dropdown arrows
13568                 and use instead the right mouse button
13569
13570 2001-12-09 [paul]       0.6.5claws67
13571
13572         * src/imap.c
13573         * src/utils.h
13574                 allow spaces in imap folder names
13575                 submitted by Willem van Engen <wvengen@stack.nl>
13576
13577 2001-12-09 [paul]       0.6.5claws66
13578
13579         * sync with sylpheed 0.6.5cvs24
13580                 see ChangeLog entry 2001-12-09
13581
13582 2001-12-08 [alfons]     0.6.5claws65
13583
13584         * src/textview.c
13585                 prevent secondary selection claim after "add to sender" dialog
13586                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13587                 we trick GTK by simulating a click at (0, 0) in the textview.
13588
13589 2001-12-08 [hoa]        0.6.5claws64
13590
13591         * src/folder.c
13592                 fixed a bug about the .processing folder name while filtering
13593
13594 2001-12-08 [alfons]     0.6.5claws63
13595
13596         * src/folderview.c 
13597                 work around problem of not correctly updating folder stats
13598                 when deleting messages. there's some folder scanning evil
13599                 going so the folderview_update_msg_num() does not work
13600                 correctly. need to investigate this.
13601
13602 2001-12-08 [paul]       0.6.5claws62
13603
13604         * sync with sylpheed 0.6.5cvs23
13605                 see ChangeLog entry 2001-12-08
13606
13607 2001-12-07 [christoph]  0.6.5claws61
13608
13609         * src/compose.c
13610                 fix another header translation problem
13611
13612 2001-12-07 [alfons]     0.6.5claws60
13613
13614         * src/mbox.c
13615                 make filtering also work on local spool mbox
13616
13617 2001-12-07 [carsten]    0.6.5claws59
13618         * src/addressbook.c
13619                 addressbook window gets a wmclass distinct from the main
13620                 sylpheed window
13621         * src/compose.h
13622         * src/mainwindow.[ch]
13623                   forward menu item will use mode selected in prefs, forward 
13624                 as attatchment in menu removed (will be substituted in the
13625                 toolbar similar to reply buttons)
13626                   create news message menu entry and news button is now 
13627                 sensitive to the existance of a news account
13628         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13629         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13630         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13631                 these are removed because the toolbar buttons don't show
13632                 the quoting modus any longer
13633
13634 2001-12-07 [paul]
13635
13636         * tools/newscache_clean.pl      ** NEW FILE **
13637                 perl script to do some tidying up in the newscache directory 
13638                 
13639         * tools/sylpheed-switcher       ** NEW FILE **
13640                 perl script to enable easy switching between main and claws
13641                 
13642         * tools/README
13643                 added descriptions of the two new perl scripts          
13644
13645
13646 2001-12-07 [melvin]     0.6.5claws58
13647
13648         * src/messageview.c
13649                 fixed a warning during compilation introduced in 0.6.5claws56
13650
13651 2001-12-07 [paul]       0.6.5claws57
13652
13653         * src/mainwindow.[ch]
13654         * src/menu.[ch]
13655                 further usability enhancements to replying with or without 
13656                 quoting via the toolbar, use of Ctrl key is replaced by 
13657                 drop down menu 
13658                 Submitted by Carsten Schurig            
13659
13660 2001-12-07 [melvin]     0.6.5claws56
13661
13662         * src/messageview.c
13663                 hack to fix bug that prevented to make/paste selections
13664                 after switching between MVIEW_TEXT and MVIEW_MIME views
13665                 without deselecting the selection first.
13666
13667 2001-12-06 [alfons]     0.6.5claws55
13668
13669         * src/filtering.[ch]
13670         * src/inc.c
13671                 revise filtering a little bit more, and make sure
13672                 messages are delivered to the appropriate inbox
13673                 (perhaps set per account)
13674
13675 2001-12-06 [paul]       0.6.5claws54
13676
13677         * sync with sylpheed 0.6.5cvs22
13678                 see ChangeLog entry 2001-12-06
13679
13680 2001-12-05 [alfons]     0.6.5claws53
13681
13682         * src/inc.c
13683         * src/folder.[ch]
13684         * src/procmsg.c
13685         * src/filtering.c
13686                 more revisions of filtering system
13687                 (last stable version is marked as LAST_STABLE)
13688                 
13689                 | NOTE 1): the filtering system now uses a local folder called
13690                 | .processing. if filtering fails, check this directory
13691                 | for missing messages.
13692                 |
13693                 | NOTE 2): help us find the filtering actions still missing
13694
13695 2001-12-05 [paul]       0.6.5claws52
13696
13697         * src/mainwindow.c
13698                 fix bug where 'Empty Trash?' pop-up window appears even
13699                 when Trash is empty, submitted by Jesse Skinner         
13700
13701 2001-12-05 [melvin]     0.6.5claws51
13702
13703         * src/compose.c
13704                 fixed bug #486106 to select correct account when reediting 
13705                 a queued message
13706         
13707 2001-12-04 [alfons]     0.6.5claws50
13708
13709         * src/mh.c
13710                 declare markfile in appropriate functions when
13711                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13712                 for spotting this)
13713
13714 2001-12-04 [paul]       0.6.5claws49
13715
13716         * sync with sylpheed 0.6.5cvs21
13717                 see ChangeLog entry 2001-12-04
13718
13719 2001-12-03 [christoph]  0.6.5claws48
13720
13721         * po/de.po
13722                 changed translation of undo
13723         * src/account.c
13724         * src/folder.c
13725                 don't reinvent the wheel to traverse a GNode
13726         * src/compose.[ch]
13727                 seperate code to create the compose gui into functions
13728                 add "Others" page with folder selection for saving copy
13729                 of the message.
13730                 the folder identifier is saved to queue header
13731         * src/procmsg.c
13732                 save message to folder in queue header
13733
13734 2001-12-03 [paul]       0.6.5claws47
13735
13736         * sync with sylpheed 0.6.5cvs20
13737                 see ChangeLog entry 2001-12-03
13738
13739 2001-12-01 [paul]
13740
13741         * more sync with sylpheed 0.6.5cvs19
13742                 see ChangeLog entry 2001-11-29
13743
13744 2001-11-30 [paul]       0.6.5claws46
13745         
13746         * src/compose.c
13747                 remove conflicts introduced by Hoa's last commit
13748          
13749         * src/mainwindow.c
13750                 make 'Message/Bounce' sensitive
13751
13752 2001-11-30 [hoa]        0.6.5claws45
13753
13754         * src/compose.c
13755                 slightly change bounce function to add
13756                 information about the user that bounced the mail
13757                 in the From header line.
13758
13759         * src/folderview.c
13760                 permit the use of processing in outbox folder.
13761
13762 2001-11-29 [paul]       0.6.5claws44
13763
13764         * src/mainwindow.[ch]
13765         * src/prefs_common.c
13766         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13767         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13768         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13769                 usability enhancements to the quoting, implements
13770                 use of Ctrl key to toggle quoting settings
13771                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13772
13773 2001-11-29 [paul]       0.6.5claws43
13774         
13775         * sync with sylpheed 0.6.5cvs19
13776                 see ChangeLog entry 2001-11-28
13777
13778 2001-11-29 [melvin]     0.6.5claws42
13779         * src/Makefile.am
13780                 added enriched.[ch] to the list of files
13781
13782         * src/textview.c
13783         * src/mimeview.c
13784         * src/procmime.[ch]
13785         * src/enriched.[ch]
13786                 added support to view text/enriched
13787                 added support to show headers in message view for text/enriched and text/html
13788                         in non multipart messages
13789
13790 2001-11-28 [paul]       0.6.5claws41
13791
13792         * more sync with sylpheed 0.6.5cvs18
13793                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13794
13795 2001-11-27 [paul]       0.6.5claws40
13796         
13797         * po/pt_BR.po
13798                 updated translation, submitted by Fabio Junior Beneditto
13799                 
13800         * sync with sylpheed 0.6.5cvs18
13801                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13802                 2001-11-27
13803
13804
13805 2001-11-26 [paul]
13806
13807         * po/es.po
13808                 updated translation, submitted by Ricardo Mones Lastra
13809
13810 2001-11-26 [alfons]
13811
13812         * src/matcher.c
13813                 add more translatable strings
13814
13815 2001-11-26 [christoph]  0.6.5claws39
13816
13817         * po/de.po      
13818                 fixed one more umlaut
13819         * src/compose.c
13820                 fix translated header when it should not be translated
13821
13822 2001-11-26 [paul]       0.6.5claws38
13823
13824         * src/mainwindow.c
13825                 remove '/Message/Add Sender to address book' from 
13826                 main_window_set_menu_sensitive(), prevent debug warning
13827                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13828
13829 2001-11-26 [paul]       0.6.5claws37
13830
13831         * src/summaryview.c
13832                 fix 'recurring unread state' bug 
13833
13834         * tools/README 
13835         * tools/filter_conv.pl
13836                 read name of top level mailbox from folderlist.xml
13837                 and presume nothing about its name              
13838
13839 2001-11-26 [darko]      0.6.5claws36
13840
13841         * src/gtkstext.[ch]
13842                 removed functions that are now in gtkutils.c
13843                 use gtkut_text_is_uri_string() from gtkutils.c
13844         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13845
13846 2001-11-26 [paul]       0.6.5claws35
13847
13848         * sync with sylpheed 0.6.5cvs16
13849                 see ChangeLog entries 2001-11-25 and 2001-11-26
13850
13851 2001-11-25 [alfons]     0.6.5claws34
13852
13853         EXPERIMENTAL!!! Please checkout the last stable version using: 
13854           
13855         % cvs update -r LAST_STABLE -dRAP
13856
13857         (Or help us testing this stuff.)
13858
13859         * src/filtering.c               (1.14)
13860         * src/filtering.h               (1.6)
13861         * src/inc.c                     (1.28)
13862         * src/matcher.c                 (1.20)
13863         * src/mbox.c                    (1.9)
13864         * src/procmsg.h                 (1.14)
13865         * src/summaryview.c             (1.59)
13866         * src/summaryview.h             (dunno)
13867                 revert/merge/sync to as it was before commit 
13868                 on Thu, 19 Jul 2001 10:15:51 -0700.
13869
13870 2001-11-25 [hoa]        0.6.5claws33
13871
13872         * src/main.c
13873                 processing mails at startup
13874
13875         * src/folderview.c
13876         * src/summaryview.[ch]
13877                 processing mails when entering folder
13878
13879         * src/prefs_filtering.c
13880                 fixed some UI bugs
13881
13882 2001-11-24 [alfons]     0.6.5claws32
13883
13884         * src/summaryview.[ch]
13885                 make summary sort headers work, and also make
13886                 sure the sort type is stored
13887
13888 2001-11-23 [alfons]     0.6.5claws31
13889
13890         * src/summaryview.[ch]
13891                 make lock work like mark
13892                 disallow deleting messages marked as locked
13893
13894 2001-11-23 [alfons]     0.6.5claws30
13895
13896         * src/gtkstext.c
13897         * src/compose.[ch]
13898         * src/Makefile.am
13899         * src/undo.[ch]
13900                 merge undo patch submitted by Jens
13901
13902 2001-11-23 [christoph]  0.6.5claws29
13903
13904         * src/.cvsignore
13905                 added ylwrap
13906         * src/compose.c
13907                 fixed gpg signing and encoding
13908         * src/folder.[ch]
13909         * src/main.c
13910                 added --status option to get new, unread and total
13911                 message count from a running sylpheed
13912         * src/prefs_common.c
13913                 temporary fix for reply_with_quote problem
13914                 (don't call functions for non existing widget)
13915         * src/procmsg.c
13916                 one more check for ignored threads but still not
13917                 always working correctly. probably a recursive
13918                 check for all parents is needed
13919
13920 2001-11-23 [darko]      0.6.5claws28
13921
13922         * src/compose.c
13923                 wrapping on send improvements
13924         * src/gtkutils.[ch]
13925                 fix for GtkSText after last sync with main branch
13926                 GTK_TEXT -> GTK_STEXT
13927
13928 2001-11-23 [paul]       0.6.5claws27
13929
13930         * sync with sylpheed 0.6.5cvs14
13931                 see ChangeLog entries 2001-11-22 and 2001-11-23
13932                 
13933         * po/de.po
13934                 fixed the scrambled umlauts 
13935                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13936
13937 2001-11-21 [paul]       0.6.5claws26
13938
13939         * sync with sylpheed 0.6.5cvs12
13940                 see 2nd ChangeLog entry dated 2001-11-20
13941
13942 2001-11-20 [paul]       0.6.5claws25
13943
13944         * sync with sylpheed 0.6.5cvs11
13945                 see ChangeLog entry 2001-11-19 (src/utils.c)
13946
13947 2001-11-20 [hiro]
13948
13949         * src/compose.c
13950                 GTK_TEXT -> GTK_STEXT
13951                 fix for wrong comment
13952
13953 2001-11-20 [hiro]       0.6.5claws24
13954
13955         * src/compose.[ch]
13956                 more merges from main branch
13957                 removed fatal warnings (uninitialized variables etc.)
13958                 some coding style fix
13959         * src/gtkutils.h
13960                 fixed typo.
13961         * src/addressbook.c
13962           src/addrindex.c
13963                 V-Card -> vCard
13964
13965 2001-11-19 [hoa]        0.6.5claws23
13966
13967         * src/filtering.c
13968         * src/prefs_scoring.c
13969         * src/matcher.[ch]
13970         * src/scoring.c
13971                 cleaning code
13972
13973         * src/matcher_parser_parse.y
13974         * src/prefs_filtering.c
13975                 bouncing
13976
13977 2001-11-19 [alfons]     0.6.5claws22
13978
13979         more of my old things into claws
13980
13981         * src/Makefile.am
13982         * src/prefs_common.c
13983         * src/procmsg.h
13984         * src/summaryview.[ch]
13985         * src/prefs_summary_column.c
13986         * src/pixmaps/locked.xpm
13987                 add indicators for locking of message in summary view
13988                 (does not work yet, only visual indicator)
13989
13990 2001-11-19 [paul]       0.6.5claws21
13991
13992         * sync with sylpheed 0.6.5cvs10
13993                 see ChangeLog entry 2001-11-19
13994
13995 2001-11-18 [alfons]     0.6.5claws20
13996         
13997         * src/filtering.c
13998                 remove an inadvertent free I forgot in previous clean up 
13999
14000 2001-11-18 [alfons]     0.6.5claws19
14001
14002         * src/filtering.[ch]
14003                 clean up & plug leaks
14004
14005 2001-11-18 [paul]       0.6.5claws18
14006
14007         * sync with sylpheed 0.6.5cvs9
14008                 see ChangeLog entries 2001-11-17 and 2001-11-18
14009
14010 2001-11-16 [paul]       0.6.5claws17
14011
14012         * sync with sylpheed 0.6.5cvs8
14013                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14014
14015 2001-11-16 [paul]       0.6.5claws16
14016
14017         * sync with sylpheed 0.6.5cvs7
14018                 see ChangeLog entries 2001-11-15 and 2001-11-16
14019
14020 2001-11-15 [hoa]        0.6.5claws15
14021
14022         * src/compose.c
14023                 fix bounce, mails we received couln't be bounced to ourself.
14024
14025         * src/defs.h
14026         * src/filtering.[ch]
14027         * src/matcher.[ch]
14028         * src/matcher_parser.h
14029         * src/matcher_parser_lex.l
14030         * src/matcher_parser_parse.y
14031         * src/inc.c
14032         * src/main.c
14033         * src/mbox.c
14034         * src/prefs_filtering.[ch]
14035         * src/mainwindow.c
14036         * src/prefs_matcher.c
14037         * src/prefs_scoring.c
14038         * src/scoring.[ch]
14039         * src/summaryview.c
14040                 new matcher/filter/score configuration file parser
14041                 one unique configuration file => ~/.sylpheed/matcherrc
14042                 import in currently automatic, then save are made
14043                 in this new file.
14044                 one filter per folder and one global filter
14045                 (filter of a folder will be used as folder processing)
14046
14047         * src/folder.c
14048                 fix a bug in folder_item_get_identifier
14049                 
14050         * src/messageview.c
14051                 receive receipt return are fixed.
14052
14053 2001-11-14 [alfons]     0.6.5claws14
14054
14055         * src/session.h
14056                 add things from main branch to make claws compile
14057
14058 2001-11-14 [paul]       0.6.5claws13
14059
14060         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14061                 see ChangeLog entries 2001-11-08 to 2001-11-14
14062
14063 2001-11-14 [hoa] 0.6.5claws12
14064
14065         * src/compose.[ch]
14066         * src/mainwindow.c
14067         * src/summaryview.c
14068                 add "bounce mail" option
14069
14070 2001-11-13 [christoph]  0.6.5claws11
14071
14072         * src/compose.c
14073                 Cleanup a mess i add before commiting
14074
14075 2001-11-13 [hoa]        0.6.5claws10
14076
14077         * src/compose.c
14078                 some fixes when mail are sent or
14079                 for crossposts
14080
14081 2001-11-13 [christoph]  0.6.5claws9
14082
14083         * po/de.po
14084                 Changed two string with the same translation
14085         * src/compose.c
14086         * src/procmsg.[ch]
14087         * src/send.[ch]
14088                 New mailsending process:
14089                   - Always queue message before sending
14090                     (message will be saved if sylpheed crashed or
14091                      freezes while sending)
14092                   - Allow queuing of newspostings
14093                   - No copy in outbox before sending
14094                     (closes bug #469501)
14095                   - No more redundant code for send and send_later
14096         * src/summaryview.c
14097                 Applied wwp <subscript@free.fr>'s patch that fixes
14098                 marks for multiple forwarded messages (+compose.c)
14099
14100 2001-11-12 [alfons]
14101
14102         * README.claws
14103                 remove things that are now in main branch
14104         
14105         * po/nl.po
14106                 update Dutch translation
14107
14108 2001-11-12 [mhadasht]   0.6.5.claws8
14109
14110         * src/prefs_common.c
14111                 re-enabled account autoselection feature for forward
14112                 and reedit lost during the branch point for SYNC-B4-REL
14113         * src/gtkspell.c
14114                 gtkpspell_get_dict(): more readable code (even if function is
14115                 not used yet)
14116         * ChangeLog.claws
14117                 added version number info to 2001-11-12 [hiro] comment.
14118
14119 2001-11-12 [hiro]       0.6.5.claws7
14120
14121         * src/compose.c
14122                 compose_forward(): fixed a bug that forward quote mark
14123                 wasn't used.
14124                 removed unnecessary code.
14125         * src/template_select.[ch]: removed.
14126
14127 2001-11-11 [alfons]
14128
14129         * src/compose.c
14130                 :%s/GTK_TEXT/GTK_STEXT/g
14131         
14132         * src/compose.[ch]
14133         * src/undo.[ch]
14134         * src/Makefile.am
14135                 revert the undo stuff (this is 0.6.6claws stuff)
14136
14137 2001-11-11 [hoa]        0.6.5.claws6
14138
14139         * src/compose.[ch]
14140                 Insert signature at the end of the text.
14141                 Added undo patch but currently disabled
14142
14143         * src/procmsg.c
14144                 Threading by subject improved.
14145
14146         * added src/undo.[ch]
14147                 Undo module for compose dialog box.
14148
14149 2001-11-11 [alfons]     0.6.5.claws5
14150
14151         * src/procmsg.c
14152                 prevent threading by subject on nodes that have already been
14153                 threaded by in-reply-to (as in "circular references in a tree
14154                 result in a dead branch")
14155
14156 2001-11-09 [hoa]        0.6.5.claws4
14157         
14158         * src/folderview.c
14159                 allows creation of mbox folder item from any files.
14160
14161 2001-11-09 [alfons]     0.6.5.claws3
14162         
14163         * src/utils.c
14164         * src/procmsg.c
14165                 do what I mean and correct threading by subject so it really
14166                 ignores attracting lines without "Re: "
14167
14168 2001-11-07 [alfons]     0.6.5.claws2
14169
14170         * src/procmsg.c
14171         * src/utils.[ch]
14172                 only attract by subject if a subject line starts with a "Re: "
14173         * src/syldap.c
14174                 remove warning
14175
14176 2001-11-07 [paul]       0.6.5claws1
14177
14178         * sync with sylpheed 0.6.5. release
14179                 see ChangeLog entry 2001-11-07
14180
14181 2001-11-07 [paul]       0.6.4claws31
14182
14183         * sync with sylpheed 0.6.4cvs18
14184                 see ChangeLog entries 2001-10-30 to 2001-11-07
14185                 prefs_templates.[ch] renamed prefs_template.[ch]
14186
14187 2001-11-06 [alfons]
14188         
14189         * src/utils.h
14190                 add semicolon Hoa forgot ;-)
14191                 
14192
14193 2001-11-06 [hoa]        0.6.4claws30
14194         
14195         * src/procmsg.c
14196         * src/summaryview.c
14197         * src/utils.c
14198         * src/utils.h
14199                 threading by subject - empty subject are ignored
14200
14201 2001-11-06 [christoph]  0.6.4claws29
14202
14203         * src/socket.c
14204                 use SSL_peek for sock_gets
14205         * src/utils.c
14206                 removed unneeded pointer in extracting quoted
14207                 names implementation
14208
14209 2001-11-06 [melvin]     0.6.4claws28
14210
14211         * src/gtkspell.c
14212                 fixed bug #476792 Selection overtyping with spell checker
14213                 fixed bug which could cause a buffer overflow
14214                 fixed a memory leak
14215
14216 2001-11-06 [hoa]        0.6.4claws27
14217         
14218         * src/procmsg.c
14219         * src/summaryview.c
14220                 threading by subject
14221
14222 2001-11-05 [alfons]     0.6.4claws26
14223         
14224         * README.claws
14225                 Claws -> Sylpheed (vice versa)
14226
14227         * src/compose.c
14228                 :%s/gtk_text/gtk_stext/g
14229                 :%s/GTK_TEXT/GTK_STEXT/g
14230                 (thanks to Jonathan Ware for spotting this)
14231
14232 2001-11-04 [christoph]  0.6.4claws25
14233
14234         * src/summaryview.c
14235                 replace Xalloca + strdup with Xstrdup_a
14236         * src/utils.c
14237                 better implementation of extracting quoted names
14238                 from addresses (remove backlashes and ignore
14239                 quotes after them)
14240
14241 2001-11-04 [alfons]     0.6.4claws24
14242
14243         * src/utils.[ch]
14244                 edit to comply more with coding style
14245
14246         * src/textview.c
14247                 fix bug reported by Kim Schulz. introduced by the patch integrated
14248                 in 0.6.4claws15. the code did not check the return value of
14249                 the html parser.
14250
14251         * AUTHORS
14252                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14253
14254 2001-11-04 [christoph]  0.6.4claws23
14255
14256         * src/main.c
14257         * src/prefs_common.[ch]
14258                 init some pointers that possibly caused a segfault
14259                 reported in the claws-users ML
14260
14261 2001-11-04 [hoa]        0.6.4claws22
14262
14263         * src/grouplistdialog.c
14264                 change the names of the nodes in the tree
14265
14266         * src/compose.c
14267                 enhanced mailto syntax as described in
14268                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14269                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14270
14271         * src/utils.c
14272                 encode and decode URI (useful when opening URL into
14273                 netscape).
14274
14275 2001-11-03 [hoa]        0.6.4claws21
14276
14277         * src/grouplistdialog.c
14278                 a new newsgroups list selection dialog box
14279                 with a CTree instead of a CList
14280
14281 2001-11-03 [hoa]        0.6.4claws20
14282
14283         * src/folderview.c
14284                 enable property and scoring options when right
14285                 click on "inbox"
14286
14287         * src/summaryview.c
14288                 fixed bug when nickname were displayed using
14289                 the address book.
14290
14291 2001-11-02 [darko]      0.6.4claws19
14292
14293         * src/compose.c
14294                 new wrap quotation and URL/long words wrapping implementation
14295         * src/compose.c src/gtkstext.[ch]
14296                 move gtkstext_strncmp() to gtkstext.c
14297
14298 2001-11-01 [christoph]  0.6.4claws18
14299
14300         * src/prefs_account.c
14301                 fixed mess in account settings dialog
14302         * src/prefs_folder_item.c
14303                 added label with folder path to dialog
14304
14305 2001-10-31 [match]      0.6.4claws17
14306
14307         * src/vcard.c
14308                 fix memory leak.
14309         * src/addrbook.c
14310                 fix generation of spurious address book file names.
14311                 remove redundant functions.
14312         * po/POTFILES.in
14313                 added missing file names.
14314
14315 2001-10-30 [paul]       0.6.4claws16
14316
14317         * sync with sylpheed 0.6.4cvs6
14318                 see ChangeLog entries 2001-10-26 to 2001-10-30
14319
14320         * tools/filter_conv.pl
14321                 read folderlist.xml to discover whether the top-level
14322                 folder is called 'Mailbox' or 'Mail' 
14323
14324 2001-10-29 [paul]       0.6.4claws15
14325
14326         * src/html.c, src/textview.c
14327                 activate links in html mail and fix clickable parts
14328                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14329
14330 2001-10-29 [paul]
14331
14332         * po/de.po, po/es.po, po/pt_BR/po
14333                 updated translations, submitted by Jens Oberender,
14334                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14335
14336 2001-10-29 [darko]      0.6.4claws14
14337
14338         * src/compose.c
14339                 fix wrapping for good
14340
14341 2001-10-29 [darko]
14342
14343         * src/compose.c
14344                 undo previous change as it broke the smart wrapping
14345
14346 2001-10-29 [darko]      0.6.4claws13
14347
14348         * src/compose.c
14349                 fix infinite loop when long URL is quoted
14350                 (closes bug #475122.
14351
14352 2001-10-28 [match]
14353
14354         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14355                 import Mutt address book
14356         * src/ldif.[ch] src/importldif.h
14357                 modified import LDIF handle user attributes
14358
14359 2001-10-28 [christoph]  0.6.4claws12
14360
14361         * src/summaryview.c
14362                 fixed that filtering did not work if there
14363                 were no filter rules
14364                 (closes bug #472003 and better implementation
14365                  of patch #474644)
14366
14367 2001-10-27 [christoph]  0.6.4claws11
14368
14369         * src/compose.c
14370                 make the folder's default account to be used when
14371                 replying. (patch by wwp <subscript@free.fr>)
14372         * src/compose.c
14373                 code cleanup, nearly killed all of wwp's patch
14374                 for folder's default account in compose
14375         * src/folderview.c
14376                 error panel when a folder could not be created
14377                 (closes bug #471080 new folder name & already
14378                  existing file)
14379
14380 2001-10-26 [alfons]
14381
14382         * src/utils.h
14383                 change prototype of strstr2() that Christoph forgot about
14384
14385 2001-10-26 [christoph]  0.6.4claws10
14386
14387         * src/account.c
14388                 made search for accounts by email address not case
14389                 sensitive
14390         * src/folder.c
14391                 fixed memory leak in folder_item_get_identifier
14392         * src/gtkspell.c
14393         * src/utils.c
14394                 fixed wrong strstr2 (should work like strstr)
14395
14396 2001-10-26 [darko]      0.6.4claws9
14397
14398         * src/compose.c src/gtkstext.[ch]
14399         * src/gtkstext.c
14400                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14401
14402 2001-10-26 [paul]       0.6.4claws8
14403
14404         * src/html.c
14405                 ignore css and javascript tags in html mail
14406                 case-insensitive, with or without double-quoted
14407                 strings
14408
14409 2001-10-26 [paul]       0.6.4claws7
14410
14411         * sync with sylpheed 0.6.4cvs1
14412                 see ChangeLog entry 2001-10-26
14413
14414         * src/prefs_account.c, src/prefs_common.c,
14415           src/prefs_summary_column.c
14416                 minor improvements to the English
14417
14418 2001-10-25 [alfons]     0.6.4claws6
14419
14420         * src/gtkstext.c
14421         
14422                 make GtkSText follow style of GtkText (closes bug 
14423                 #469211 "text selection while writing message")
14424                 
14425                 do sync with GTK 1.2.10
14426
14427 2001-10-25 [paul]       0.6.4claws5
14428
14429         * src/html.c
14430                 ignore css tags in html mail
14431
14432 2001-10-25 [darko]      0.6.4claws4
14433
14434         * src/compose.c
14435                 don't declare is_url_string as static function since
14436                 we need it in gtkstext.c
14437         * src/gtkstext.c
14438                 remove unused variable
14439                 don't wrap long URLs while composing a message
14440
14441 2001-10-24 [christoph]  0.6.4claws3
14442
14443         * src/socket.c
14444                 fix ssl deadlock, when peer closes connection
14445
14446 2001-10-24 [paul]       0.6.4claws2
14447
14448         * src/prefs_common.c
14449                 gettextize the gpg ascii-armored warning message
14450
14451         * src/compose.c
14452                 insert a DOS/MAC file into the composed message
14453                 (improvements)
14454
14455         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14456
14457 2001-10-22 [paul]       0.6.4claws1
14458
14459         * sync with sylpheed 0.6.4 release
14460                 see ChangeLog entries 2001-10-21
14461
14462         * po/fr.po, po/pt_BR.po
14463                 updated by Melvin Hadasht and Fabio Junior Beneditto
14464
14465 2001-10-21 [paul]       0.6.3claws30
14466
14467         * src/compose.c
14468                 insert a DOS text file from the compose window
14469                 into the composed message text (removes CRs characters)
14470                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14471
14472         * tools/filter_conv.pl, tools/README
14473                 automatically use ~/.sylpheed as working directory
14474                 print out confirmation message on completion
14475
14476         * correct Hoa's last ChangeLog.claws entry
14477
14478 2001-10-20 [hoa]        0.6.3claws29
14479
14480         * src/grouplistdialog.c
14481                 bugfix (another ?) to give the right
14482                 newsgroups list for each news server.
14483
14484         * src/news.c
14485         * src/news.h
14486                 improve the newsgroups list cache
14487
14488 2001-10-20 [paul]       0.6.3claws28
14489
14490         * sync with sylpheed 0.6.3cvs9
14491                 see ChangeLog entry 2001-10-19
14492
14493         * correct Alfons' last ChangeLog.claws entry
14494
14495 2001-10-19 [alfons]
14496
14497         * src/pgptext.[ch]
14498                 fix compilation problems (part of bug #472895)
14499
14500 2001-10-18 [hoa]        0.6.3claws27
14501
14502         * src/grouplistdialog.c
14503                 bugfix when we refresh was clicked (bug 472701)
14504
14505 2001-10-19 [christoph]  0.6.3claws26
14506
14507         * src/compose.c
14508                 last header entry should default to "To:" or
14509                 "Newsgroups:" and not copy the last entry line
14510                 in a new compose window
14511                 (closes bug #472686, #470792)
14512
14513 2001-10-19 [paul]       0.6.3claws25
14514
14515         * sync with Sylpheed 0.6.3cvs8
14516                 see ChangeLog entries 2001-10-18 and 2001-10-19
14517
14518 2001-10-18 [christoph]  0.6.3claws24
14519
14520         * src/procmsg.c
14521                 reimplement ignore thread
14522         
14523 2001-10-18 [hoa]        0.6.3claws23
14524
14525         * src/folderview.c
14526         * src/grouplistdialog.[ch]
14527                 enhanced news subscription interface (feature 469113)
14528
14529         * src/news.c
14530         * src/news.h
14531                 enchanced newsgroup listing,
14532                 now, we can get groups informations
14533                 (NNTPGroupInfo)
14534
14535 2001-10-18 [paul]       0.6.3claws22
14536
14537         * src/summaryview.c
14538                 remove comment (sync with main branch)
14539         * src/mainwindow.c
14540                 fix 'Re-edit' bug in 'Message' menu
14541
14542 2001-10-17 [christoph]  0.6.3claws21
14543
14544         * src/compose.c
14545                 ignore empty or whitespace only header lines
14546
14547 2001-10-17 [paul]       0.6.3claws20
14548
14549         * sync with sylpheed 0.6.3cvs7
14550                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14551                 2001-10-17
14552
14553 2001-10-17 [darko]
14554
14555         * src/compose.c
14556                 wrap long lines without spaces
14557                 don't wrap URLs
14558
14559 2001-10-16 [paul]
14560
14561         * po/es.po, po/nl.po, po/pt_BR.po
14562                 updated by Ricardo Mones Lastra, Alfons,
14563                 and Fabio Junior Beneditto
14564
14565         * sylpheed-0.6.3claws released
14566
14567 2001-10-15 [melvin] 0.6.3claws18
14568
14569         * README.claws
14570                 added summary and detailed installation instructions
14571                 for spell checker
14572         * po/fr.po
14573                 Updated, corrected and completed french translation
14574
14575 2001-10-15 [hoa] 0.6.3claws17
14576         * src/grouplistdialog.c
14577                 we can choose the newsgroups to display with wildcards
14578
14579 2001-10-15 [christoph]  0.6.3claws16
14580
14581         * src/account.c
14582         * src/compose.c
14583         * src/prefs_folder_item.[ch]
14584                 applied wwp <subscript@free.fr>'s folder
14585                 default account patch
14586         * po/de.po
14587                 Fixed wrong translation
14588
14589 2001-10-13 [alfons, christoph, melvin]  
14590                         0.6.3claws15
14591
14592         solution #2 to solve MT-safety problems defers all GUI related calls
14593         to the main thread using a gtk_idle_add() callback. discussed on
14594         ircnet #sylpheed, with christoph spotting some issues with the
14595         original code, and melvin allowing us to lobotomize his sylpheed.
14596
14597         * src/syldap.[ch], src/main.c
14598                 fix race problem in ldap search thread by deferring GUI 
14599                 stuff to main thread using gtk_idle_add()
14600
14601 2001-10-13 [paul]       0.6.3claws14
14602
14603         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14604                 add Sergey's smtpcred.patch
14605                 adds separate username/password setting for SMTP Auth
14606                 needed by some servers
14607                 (closes feature request #471659)
14608
14609 2001-10-13 [paul]       0.6.3claws13
14610
14611         * src/pgptext.[ch] **NEW FILES**
14612         * src/Makefile.am, src/messageview.c, src/mimeview.c
14613                 decrypt ascii-armored gpg text embedded in
14614                 the message body.
14615                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14616
14617 2001-10-13 [christoph]  0.6.3claws12
14618
14619         * README.claws
14620                 some more details on default to and
14621                 feature requests
14622         * src/main.c
14623                 init glib threading when ldap is used
14624         * src/syldap.c
14625                 threading fixes
14626         * po/de.po
14627                 fixed a typo
14628
14629 2001-10-12 [paul]       0.6.3claws11
14630
14631         * src/prefs_common.[ch], src/rfc2015.c
14632                 enable ascii-armored gpg text to be embedded in the
14633                 message body, selectable through the 'Privacy'
14634                 preferences. Supports encrypting only.
14635                 Submitted by Ravemax <ravemax@dextrose.com>
14636
14637 2001-10-12 [paul]       0.6.3claws10
14638
14639         * sync with sylpheed 0.6.3cvs6
14640                 see ChangeLog entries 2001-10-11 and 2001-11-12
14641
14642         * src/folderview.c
14643                 incorporated mbox folders, scoring, and folder
14644                 properties into the sync
14645
14646 2001-10-12 [darko]      0.6.3claws9
14647
14648         * README.claws
14649                 describe quotation wrapping
14650         * src/compose.c
14651                 don't treat tab as space to calculate line length properly
14652
14653 2001-10-11 [alfons]
14654
14655         * README.claws
14656                 correct description of how to make new filtering system work,
14657                 add some other things
14658                 
14659         * src/syldap.c
14660                 remove sched_yield() (not necessary / unportable)
14661
14662 2001-10-11 [paul]       0.6.3claws8
14663
14664         * sync with sylpheed 0.6.3cvs3
14665                 see ChangeLog entry 2001-10-10
14666
14667 2001-10-10 [christoph]  0.6.3claws7
14668
14669         * .cvsignore
14670                 ignore 2 files created by newer autotools
14671         * src/prefs_folder_item.c
14672                 using table for widget alignment
14673                 fixed memory leak and broken octal display
14674         * src/filesel.c
14675                 fixed segfault caused by lost filename
14676                 workaround (closes bug #469551)
14677
14678 2001-10-10 [paul]       0.6.3claws6
14679
14680         * sync with sylpheed 0.6.3cvs2
14681                 see ChangeLog entries 2001-10-09 and 2001-10-10
14682
14683 2001-10-10 [darko]      0.6.3.claws5
14684
14685         * src/gtkstext.c
14686                 proper calculation of right margin if smart wrapping is enabled
14687         * src/compose.c
14688                 automatically wrap long lines if wrap quotation is enabled
14689
14690 2001-10-09 [alfons]     0.6.3.claws4
14691
14692         * src/summaryview.c
14693                 select correct row when deleting last row in the summary view (and
14694                 close bug "[ #469104 ] select second last in list when deleting")
14695
14696 2001-10-09 [paul]       0.6.3claws3
14697
14698         * sync with sylpheed 0.6.3cvs1
14699                 updated some autotool scripts
14700
14701 2001-10-09 [darko]      0.6.3claws2
14702
14703         * src/gtkstext.[ch]
14704                 new name and mark with Sylpheed comment
14705         * src/compose.c
14706                 smart quotation wrapping a-la VIM
14707
14708 2001-10-08 [paul]       0.6.3claws1
14709
14710         * sync with sylpheed 0.6.3 release
14711                 see ChangeLog entry 2001-10-08
14712
14713 2001-10-08 [paul]       0.6.2claws24
14714
14715         * src/summaryview.c
14716                 more sync with sylpheed 0.6.2cvs12
14717                 Fixed the bug that didn't select the last row correctly
14718
14719
14720 2001-10-07 [paul]       0.6.2claws23
14721
14722         * sync with sylpheed 0.6.2cvs12
14723                 see ChangeLog entry 2001-10-07
14724
14725 2001-10-06 [match]
14726         * src/jpilot.[ch]
14727                 enable jpilot to read unsynch'ed addresses.
14728
14729         * src/editldap_basedn.c
14730                 fix segfault when opening dialog.
14731
14732 2001-10-06 [alfons]     0.6.2.claws22
14733
14734         * src/summaryview.c
14735                 fix bug with summary view selecting last *inserted*
14736                 node instead of last *visible* node. remember we
14737                 work with a tree
14738
14739 2001-10-06 [paul]       0.6.2claws21
14740
14741         * po/pt_BR.po
14742                 updated translation, contains some fixes and new
14743                 translations, submitted by Gustavo Noronha Silva
14744                 <kov@debian.org>
14745
14746         * src/prefs_common.c
14747                 change 'each' to 'every' - fix dubious English
14748
14749         * sync with sylpheed 0.6.2cvs11
14750
14751 2001-10-05 [alfons]     0.6.2claws20
14752
14753         * src/mainwindow.[ch], src/folderview.c
14754                 make composite tool button switch between "Compose News"
14755                 and "Compose Mail" depending on selected folder
14756                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14757
14758 2001-10-05 [paul]       0.6.2claws19
14759
14760         * src/mainwindow.c, src/summaryview.c
14761                 fix 'Message/Reply to all', broken in last commit
14762
14763         * src/compose.c
14764                 fix X_BEENTHERE seg fault, thanks to Alfons
14765
14766 2001-10-04 [paul]       0.6.2claws18
14767
14768         * src/compose.[ch], src/mainwindow.c
14769                 make "Message/Reply" reply to mailing lists; matches
14770                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14771                 based on portions of the patch submitted by
14772                 Junichi Uekawa <dancer@netfort.gr.jp>
14773
14774 2001-10-04 [darko]      0.6.2claws17
14775
14776         * src/compose.c
14777                 better smart wrapping
14778         * src/gtkstext.[hc]
14779                 a function to make text buffer contiguous
14780
14781 2001-10-03 [paul]       0.6.2claws16
14782
14783         * sync with sylpheed 0.6.2cvs10
14784
14785 2001-10-02 [alfons]
14786
14787         * configure.in
14788         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14789                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14790                 references to chinese translations (hope someone picks up
14791                 this)
14792
14793 2001-10-02 [christoph]  0.6.2claws15
14794
14795         * src/compose.c
14796                 fixed non translated header bug
14797         * ChangeLog.claws
14798                 fixed wrong date in alfons last entry ;)
14799
14800 2001-10-02 [alfons]     0.6.2claws14
14801
14802         * src/compose.c, src/prefs_common.[ch]
14803                 add block cursor option
14804
14805 2001-10-02 [paul]       0.6.2claws13
14806
14807         * sync with sylpheed 0.6.2cvs9
14808
14809 2001-09-30 [paul]       0.6.2claws12
14810
14811         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14812                 updated translations
14813
14814         * po/POTFILES.in
14815                 add 'src/importldif.c'
14816
14817         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14818                 added eudora-to-vCard conversion tool
14819                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14820
14821         * sync with sylpheed 0.6.2cvs8
14822
14823 2001-09-30 [paul]
14824
14825         * sylpheed-0.6.2claws released
14826
14827 2001-09-27 [melvin]     0.6.2claws11
14828
14829         * src/gtkspell.c
14830                 fixed crash when using default path (introduced 
14831                 in 0.6.2claws10)
14832                 fixed tiny bug for initial suggestion mode
14833
14834 2001-09-27 [melvin]     0.6.2claws10
14835         
14836         * src/gtkspell.c
14837                 fixed bug where gtkpspell didn't set the path correctly
14838
14839         * README.claws
14840                 added a paragraph about spell checking
14841                 
14842
14843
14844 2001-09-27 [paul]       0.6.2claws9
14845
14846         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14847                 replace '// comments' with '/* comments */' to prevent
14848                 some compiler warnings 
14849
14850         * sync with sylpheed 0.6.2cvs6
14851
14852 2001-09-26 [alfons]     0.6.2claws8
14853
14854         * src/messageview.c
14855                 introduce return receipt request notification again,
14856                 which was lost because of other semantics in 
14857                 procheader_parse() (???)
14858
14859 2001-09-26 [christoph]  0.6.2claws7
14860
14861         * src/compose.c
14862                 replace comments for old code with #if 0
14863                 readded auto cc, bcc and reply-to
14864         * src/prefs_matcher.c
14865         * src/prefs_scoring.c
14866                 removed some definition (was moved to
14867                 prefs.h)
14868
14869 2001-09-26 [paul]       0.6.2claws6
14870
14871         * src/mainwindow.c
14872                 make 'Follow-up and reply to' sensitive
14873
14874         * more sync with sylpheed 0.6.2cvs5
14875
14876 2001-09-25 [melvin]
14877
14878         * 0.6.2claws5
14879
14880         * src/gtkspell.c
14881                 fixed bug for "US-ASCII" introduced by the encoding code
14882
14883 2001-09-25 [paul]
14884
14885         * 0.6.2claws4
14886
14887         * src/prefs_common.[ch], src/summaryview.c
14888                 'next unread msg' 'go to next folder?' dialog can be
14889                 given default behaviour, either always show dialog,
14890                 or assume 'yes', or assume 'no'
14891                 Submitted by wwp <subscript@free.fr>
14892
14893 2001-09-25 [melvin]
14894                 
14895         * src/compose.c src/gtkspell.[ch]
14896                 added support for different encodings
14897
14898 2001-09-25 [paul]
14899
14900         * more sync with sylpheed 0.6.2cvs5
14901
14902 2001-09-24 [alfons]
14903         
14904         * src/prefs_folder_item.c
14905                 add check for item->prefs->default_to string is NULL and
14906                 add another check when freeing this string
14907
14908 2001-09-24 [paul]
14909
14910         * configure.in
14911                 change to version 0.6.2claws3
14912
14913         * sync with sylpheed 0.6.2cvs5 
14914
14915 2001-09-24 [match]
14916         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14917                 import LDIF files.
14918         * src/addrcache.[ch], addrindex.[ch]
14919                 small update for future
14920         * src/addrbook.c
14921                 fix test XML file.
14922
14923 2001-09-24 [melvin]
14924         * src/gtkspell.[ch]
14925                 added 'Learn from mistakes' option
14926                 better handling of quotes in checked words
14927                 sorted dict list
14928         * po/fr.po
14929                 small update for spell checking stuff
14930
14931 2001-09-23 [alfons]
14932         
14933         * src/gtkspell.c
14934                 edit a little bit so it complies more with main coding style
14935
14936 2001-09-23 [alfons]
14937
14938         * src/folder.[ch], prefs_folder_item.c, compose.c
14939                 migrate "request return receipt" folder property
14940                 to folderlist.xml
14941
14942 2001-09-22 [alfons]
14943
14944         * README.claws **NEW**
14945                 (add things of interest for users of main branch 
14946                 and claws here)
14947
14948         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14949                 re-implement threading per folder option, but store 
14950                 the setting in folderlist.xml (where it belongs)
14951
14952 2001-09-21 [melvin]
14953
14954         * src/gtkspell.[ch]
14955                 fixed bug when compose window is under another window
14956         * src/prefs_common.[ch] src/compose.c
14957                 changed 'dictionary_path' to 'dictionary' to be consistent
14958                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14959         * ac/pspell.m4 src/Makefile.am 
14960                 dropped PSPELL_PATH macro
14961         * po/fr.po
14962                 updated translations
14963
14964 2001-09-21 [christoph]
14965
14966         * src/compose.c
14967                 added border around header fields
14968                 keep header type when new field is added
14969
14970 2001-09-20 [christoph]
14971
14972         * src/utils.[ch]
14973                 more portable debug_print with source filename
14974                 and linenumber
14975         * src/procmsg.c
14976                 more newlines after debug messages
14977
14978 2001-09-20 [paul]
14979
14980         * configure.in
14981                 change to version 0.6.2claws2
14982
14983         * sync with sylpheed 0.6.2cvs3
14984
14985 2001-09-19 [melvin]
14986
14987         * src/gtkspell.c
14988                 fixed the post-right-click focus pb
14989                 fixed crash when 'Spell check all' after dict change 
14990                         and when cursor is at the end of the text
14991                 shift-right-click pops up config menu even on misspelled words.
14992         * po/POTFILES.in
14993                 added gtkspell.c
14994
14995 2001-09-19 [melvin]
14996
14997         * src/about.c
14998                 added pspell to compiled-in features list
14999
15000 2001-09-18 [melvin]
15001
15002         * switched to pspell and dropped ispell
15003         * ac/pspell.m4
15004                 new file. autoconf macro for pspell
15005         * ac/Makefile.am 
15006         * configure.in acconfig.h
15007                 added pspell support
15008         * src/Makefile.am
15009         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15010         * src/prefs_common.[ch] 
15011                 added pspell support
15012
15013 2001-09-18 [christoph]
15014
15015         * src/addr_compl.c
15016         * src/template.[ch]
15017                 replace LOG_MESSAGE with debug_print
15018         * src/compose.[ch]
15019                 gui improvements
15020         * src/menu.c
15021                 added newline after debug message
15022         * src/utils.h
15023                 using __VA_ARGS__ for debug_print macro
15024         * tools/.cvsignore
15025                 ignore Makefile and Makefile.in
15026
15027 2001-09-18 [paul]
15028
15029         * configure.in
15030                 change to version 0.6.2claws1
15031         * sync with sylpheed 0.6.2cvs1
15032
15033         * src/matcher.c 
15034         * src/prefs_matcher.c
15035                 add 'score equal to' option, submitted by
15036                 Paul Evans <nerd@freeuk.com>
15037
15038 2001-09-15 [christoph]
15039
15040         * src/mainwindow.c
15041                 comment out menu entry not existing in claws
15042         * src/menu.c
15043                 add debug output for non existing menu entries
15044         * src/summaryview.c
15045                 fix next/prev unread message for ignored threads
15046         * src/utils.[ch]
15047                 add sourcefile and line number to debug output
15048                 otherwise it is sometimes hard to find the
15049                 source code part if debug messages are translated
15050
15051 2001-09-14 [darko]
15052         
15053         * src/folderview.c
15054                 refresh target folder style after colour is changed
15055
15056 2001-09-13 [paul]
15057
15058         * configure.in
15059                 change to version 0.6.1claws3
15060
15061         * sync with sylpheed 0.6.1cvs6
15062
15063 2001-09-13 [darko]
15064         
15065         * src/folderview.c
15066                 fix target folder colourization to use user selected colour
15067
15068 2001-09-12 [darko]
15069         
15070         * src/summaryview.c
15071                 fix crash when message that is marked for copy/move is unmarked
15072
15073 2001-09-09 [paul]
15074
15075         * configure.in
15076                 change to version 0.6.1claws2
15077
15078         * sync with sylpheed 0.6.1cvs3
15079
15080 2001-09-09 [alfons]
15081         
15082         * src/folderview.c
15083                 fix bug with default font used for trash folder text
15084
15085 2001-09-06 [paul]
15086
15087         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15088                 updated translations
15089
15090         * configure.in
15091                 change to version 0.6.1claws1
15092
15093         * sync with sylpheed 0.6.1cvs2
15094
15095 2001-09-03 [paul]
15096
15097         * po/POTFILES.in
15098                 add Match's new addressbook
15099
15100         * po/de.po
15101                 updated translation submitted by Jens Oberender
15102
15103 2001-09-02 [paul]
15104
15105         * configure.in
15106                 change to 0.6.1claws
15107         * sync with sylpheed 0.6.1 release
15108
15109 2001-09-02 [paul]
15110
15111         * configure.in
15112                 change to 0.6.0claws2
15113
15114         * sync with sylpheed 0.6.0cvs4
15115
15116         * po/pt_BR.po
15117                 updated translation submitted by Fabio Junior Beneditto
15118
15119 2001-09-01 [match]
15120         * pixmaps/
15121                 interface.xpm
15122                 book.xpm
15123                 address.xpm
15124         * src/
15125                 Makefile.am
15126                 a ton of new files
15127
15128 2001-08-31 [paul]
15129
15130         * configure.in
15131                 change to version 0.6.0claws1
15132
15133         * sync with sylpheed 0.6.0cvs1
15134
15135         * po/es.po
15136                 updated translation submitted by Ricardo Mones Lastra
15137
15138         * po/POTFILES.in
15139                 add 'src/prefs_templates.c'
15140
15141         * src/compose.c, src/summaryview.c
15142                 fix segfault on 'Re_edit'               
15143
15144 2001-08-30 [alfons]
15145
15146         * configure.in, Makefile.am
15147         * tools/Makefile.am
15148                 add tools directory to source distribution
15149
15150 2001-08-30 [paul]
15151
15152         * configure.in
15153                 change to version 0.6.0claws
15154
15155         * sync with sylpheed 0.6.0 release
15156
15157 2001-08-30 [christoph]
15158
15159         * configure.in
15160                 removed autoconf version check
15161
15162 2001-08-30 [paul]
15163
15164         * src/account.c, src/compose.c, src/prefs_common.[ch]
15165         * src/procheader.[ch] src/utils.[ch]
15166                 Enhanced automatic account selection on replies
15167                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15168
15169         * configure.in
15170                 add LDAP and JPilot to the configuration results output.
15171
15172 2001-08-29 [christoph]
15173
15174         * src/summeryview.c
15175                 no bold font for ignored threads
15176
15177 2001-08-29 [paul]
15178
15179         * configure.in
15180                 change to version 0.5.3claws6
15181
15182         * sync with sylpheed 0.5.3cvs10
15183                 src/stringtable.[ch]: New Files
15184
15185         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15186         * src/pixmaps/sylpheed.xpm
15187                 add mini-icons to windows (by Alfons)
15188
15189 2001-08-27 [paul]
15190
15191         * src/mainwindow.c
15192                 new functions: next_labeled_cb(), prev_labeled_cb()
15193
15194         * src/summaryview.c
15195                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15196                 summary_select_next_labeled(), summary_select_prev_labeled()
15197
15198         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15199                 give claws blue folders and a blue trash can
15200
15201 2001-08-27 [paul]
15202
15203         * configure.in
15204                 change to version 0.5.3claws5
15205
15206         * sync with sylpheed 0.5.3cvs9
15207                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15208
15209 2001-08-24 [christoph]
15210
15211         * src/filesel.c
15212                 keep filename when browsing directories
15213                 (not working for user entered filename, but
15214                  for default name and selected filename from
15215                  file list)
15216         * src/mainwindow.c
15217                 fixed wrong spelling "Folllow-up"
15218         * src/mbox_folder.c
15219         * src/procmsg.c
15220         * src/summaryview.c
15221                 fixed new/unread message count with ignored
15222                 threads (2 commits, first didn't notice no
15223                 longer needed decreasing)
15224         * src/inc.c
15225                 readded scrolling of progress dialog
15226                 (lost in sync)
15227
15228 2001-08-24 [paul]
15229
15230         * configure.in
15231                 change to 0.5.3claws4
15232
15233         * sync with sylpheed 0.5.3cvs7
15234
15235 2001-08-24 [christoph]
15236
15237         * src/compose.c
15238                 set request return receipt when replying
15239                 if it is set is the folder prefs of the
15240                 message
15241         * src/inc.c
15242                 disable final error popup if popups are
15243                 disabled in config (again)
15244
15245 2001-08-23 [paul]
15246
15247         * configure.in
15248                 Change version number to 0.5.3claws3
15249
15250         * sync with sylpheed 0.5.3cvs5
15251
15252         * src/mimeview.c
15253                 double quote '%s' in 'gedit %s' to fix bug when
15254                 opening attachment with spaces in the name
15255
15256 2001-08-22 [alte]
15257         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15258           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15259                 initial message templates support
15260
15261
15262 2001-08-22 [paul]
15263
15264         * configure.in
15265                 change version number to 0.5.3claws2
15266
15267         * sync with sylpheed 0.5.3cvs4
15268
15269         * src/procmsg.h src/summaryview.c
15270                 re-implement (un)ignore thread
15271
15272 2001-08-21 [paul]
15273
15274         * src/summaryview.c
15275                 remove unnecessary code
15276         * src/compose.c
15277                 enable 'dynamic' signatures (submitted by
15278                 Eric Limpens <eric@hscg-internet.nl>)
15279
15280 2001-08-21 [paul]
15281
15282         clean up after sync with sylpheed 0.5.3 release
15283
15284         * src/folderview.c
15285                 fix re-introduced font mess, see Christoph's
15286                 entry 2001-06-24
15287
15288         * src/summaryview.c
15289                 remove prev_msgnum
15290                 use sylpheed's small font instead of
15291                 gtk default font for summary view
15292
15293
15294 2001-08-17 [paul]
15295
15296         * configure.in
15297                 add pl to ALL_LINGUAS - sync with main branch
15298
15299         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15300                 Updated. Translations by Jens Oberender, Ricardo Mones
15301                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15302
15303         * po/pl.po  ** NEW FILE **
15304                 sync with the main branch
15305
15306         * src/folderview.c
15307                 fix target folder colorizing and refresh problem
15308
15309
15310 2001-08-17 [christoph]
15311
15312         * src/mainwindow.c
15313                 claws uses 4 colors for target folder coloring.
15314                 arrays were not long enough and destroyed the
15315                 stack causing a segfault.
15316                 target folder colorizing does not work anymore
15317                 for me
15318
15319 2001-08-16 [paul]
15320
15321         * configure.in
15322                 change to version 0.5.3claws1
15323
15324         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15325           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15326           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15327
15328                 sync with sylpheed 0.5.3 release, but keep claws method of
15329                 configuring/saving fonts
15330
15331         * src/addressbook.[ch]
15332                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15333                 in line with a similar change in Hiroyuki's branch
15334
15335         * src/mainwindow.[ch]
15336                 disable main_window_set_thread_option()
15337         * src/prefs_folder_item.c
15338                 comment out &tmps_prefs.enable_thread,
15339         * src/mbox_folder.c, src/procmsg.[ch]
15340                 comment out MSG_IS_IGNORE_THREAD
15341         * src/summaryview.c
15342                 comment out summary_ignore_thread() and summary_unignore_thread()
15343                 comment out MSG_IS_IGNORE_THREAD
15344
15345                 use Hiroyuki's threading instead.
15346
15347
15348
15349 2001-08-15 [paul]
15350
15351         * src/account.c
15352                 use Hiroyuki's 0.5.3 column scheme but also
15353                 include the enable/disable button.
15354         * src/pixmaps/mark.xpm
15355                 add Hiroyuki's amended pixmap
15356
15357 2001-08-13 [christoph]
15358
15359         * src/account.c
15360                 receive at get all column showed wrong state for APOP
15361                 button should only work for POP3 and APOP accounts
15362         * src/prefs_account.c
15363                 added missing preprocessor statement for SSL
15364
15365 2001-08-12 [paul]
15366
15367         * src/account.[ch]
15368                 add 'receive at get all' column and enable/disable
15369                 button.
15370
15371 2001-08-06 [christoph]
15372
15373         * src/account.c
15374                 show usage of SSL in protocol column
15375
15376         * src/imap.c
15377         * src/inc.c
15378                 renamed ssl options
15379
15380         * src/prefs_account.[ch]
15381                 moved ssl options to a new page
15382
15383         * src/send.c
15384         * src/smtp.c
15385         * src/ssl.[ch]
15386                 renamed ssl options
15387                 added support for SMTP STARTTLS command
15388
15389 2001-08-05 [christoph]
15390
15391         * configure.in
15392                 debian autoconf needs version check to find
15393                 correct autoconf version. if the file is
15394                 named configure.in 2.13 is used, which does
15395                 not work with this configure.in script.
15396                 other solution would be to rename the script
15397                 to configure.ac as suggested in the autoconf
15398                 manual.
15399
15400         * src/inc.c
15401                 disable final error popup if popups are
15402                 diabled in config
15403
15404         * src/socket.c
15405                 bugfix in ssl_gets
15406                 fixes IMAP over SSL problem
15407
15408 2001-08-03 [paul]
15409
15410         * configure.in
15411                 change to 0.5.2claws1
15412
15413         * sync with sylpheed 0.5.2cvs1
15414
15415 2001-08-02 [alfons]
15416
15417         * configure.in
15418                 quick fix for ispell detection...
15419
15420 2001-08-01 [paul]
15421
15422         * configure.in
15423                 change to 0.5.1claws4
15424
15425         * sync with sylpheed 0.5.1cvs7
15426
15427 2001-07-31 [alfons]
15428
15429         * src/prefs_common.c, src/prefs_common.h, 
15430           src/gtkspell.c, src/gtkspell.h
15431                 add global spelling checker settings (compose tab) +
15432                 selection of dictionary 
15433           
15434         * configure.in  
15435                 guess valid ispell location
15436
15437 2001-07-31 [paul]
15438
15439         * po/POTFILES.in
15440                 removal of 'src/quote_fmt_parse.c'
15441         * po/de.po
15442                 Updated de.po
15443                 (submitted by Jens Oberender <didge@suse.de>)
15444
15445 2001-07-31 [darko]
15446
15447         * src/folder.[ch]
15448         * src/folderview.[ch]
15449         * src/mainwindow.c
15450         * src/mh.c
15451         * src/prefs_common.[ch]
15452         * src/summaryview.c
15453                 target folder colourization
15454
15455 2001-07-30 [paul]
15456
15457         more sync with Sylpheed 0.5.1cvs6 
15458
15459 2001-07-30 [darko]
15460
15461         * src/mh.c
15462         * src/prefs_folder_item.[hc]
15463         * src/summaryview.c
15464                 shared folders support with a GUI
15465
15466 2001-07-29 [paul]
15467
15468         0.5.1claws3
15469
15470         * sync with Sylpheed 0.5.1cvs6
15471
15472 2001-07-29 [paul]
15473
15474         * po/pt_BR.po
15475                 updated
15476                 (submitted by Fabio Junior Beneditto)
15477
15478 2001-07-28 [paul]
15479
15480         * src/procmime.c
15481         * AUTHORS
15482                 patch to correct bad image mime headers
15483                 (submitted by Don Quijote <dq@searchlores.org>)
15484
15485 2001-07-28 [paul]
15486
15487         * tools/gif2xface.pl   **NEW FILE**
15488         * tools/README
15489                 script to convert file.gif to file.xface for
15490                 use in a custom header.
15491                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15492
15493 2001-07-27 [alfons]
15494         
15495         * configure.in
15496                 change macros for detecting JPilot and LDAP
15497
15498 2001-07-27 [christoph]
15499
15500         * src/filtering.c
15501                 code cleanup (MIN / MAX warning, needed casting)
15502
15503 2001-07-27 [alfons]
15504
15505         * procheader.c
15506                 disallow setting flags when detecting certain headers
15507                 (X-Status, Status, Seen, X-Seen). 
15508         
15509         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15510
15511 2001-07-27 [christoph]
15512
15513         * src/prefs_filter.c
15514         * src/prefs_filtering.c
15515         * src/prefs_matcher.c
15516         * src/prefs_scoring.c
15517                 scroll list when moving rows up or down
15518
15519         * src/imap.c
15520         * src/imap.h
15521         * src/prefs_account.c
15522         * src/prefs_account.h
15523         * src/send.c
15524                 SMTP over SSL (untested, feedback requested)
15525                 IMAP over SSL
15526
15527         * src/ssl.c
15528                 code cleanup
15529
15530 2001-07-26 [alfons]
15531         
15532         * configure.in, acconfig.h
15533                 define CLAWS (need this for main / claws detection)
15534
15535 2001-07-25 [alfons]
15536
15537         * configure.in
15538                 Sylpheed 0.5.1claws2
15539                 
15540         * sync with Sylpheed 0.5.1cvs4
15541
15542 2001-07-25 [christoph]
15543
15544         * src/scoring.c
15545                 fixed segfault
15546                 item->prefs == NULL (don't know why)
15547
15548 2001-07-25 [alfons]
15549
15550         * configure.in
15551                 Sylpheed 0.5.1claws1
15552
15553         * sync with Sylpheed 0.5.1cvs1-3
15554
15555 2001-07-24 [christoph]
15556
15557         * src/folderview.c
15558         * src/prefs_folder_item.[ch]
15559                 added folderitem preferences dialog with
15560                 default To: and auto request return receipt
15561
15562         * src/compose.[ch]
15563         * src/menu.[ch]
15564                 changes to handle new folderitem preferences
15565
15566         * src/mainwindow.c
15567         * src/summaryview.c
15568                 call compose new mail with current folderitem
15569
15570 2001-07-24 [alfons]
15571
15572         Release Sylpheed 0.5.1claws
15573
15574         * configure.in
15575                 change to release version 0.5.1claws
15576
15577 2001-07-24 [christoph]
15578
15579         * src/summaryview.c
15580                 fixed segfault that happend when the selected
15581                 message was removed while retrieving new messages.
15582
15583         * po/es.po
15584                 updated translation
15585                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15586
15587 2001-07-22 [alfons]
15588
15589         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15590         this is a work in progress, for more information: http://nlpagan.net/sylman 
15591         
15592         * configure.in, src/mainwindow.c, manual/Makefile.am
15593                 add support for English manual
15594
15595         * AUTHORS
15596                 add authors of user manuals
15597
15598         * manual/en/sylpheed*.html
15599                 add English documentation
15600
15601 2001-07-22 [christoph]
15602
15603         * po/POTFILES.in
15604                 added src/ssl.c
15605         * src/ssl.c
15606                 changed a wrong debug message
15607
15608 2001-07-22 [alfons]
15609
15610         * po/nl.po
15611                 update Dutch translation
15612
15613         * src/prefs_filtering.c, 
15614           src/prefs_matcher.c
15615                 add more translatable strings           
15616
15617 2001-07-21 [alfons]
15618
15619         0.5.0claws7
15620
15621         * configure.in
15622                 change version
15623
15624         * src/inc.c, src/summaryview.[ch]
15625                 prevent update of mark file when filtering has done, by
15626                 using a variable; this affects two functions:
15627                         inc.c::inc_finished()
15628                         summaryview.c::summary_show()
15629
15630 2001-07-20 [alfons]
15631
15632         * src/filtering.[ch], src/prefs_filtering.c, 
15633           src/matcher.[ch]
15634                 add filtering action for label coloring 
15635
15636         * po/POTFILES.in
15637                 add labelcolors.c
15638
15639         * added src/labelcolors.c
15640         * added src/labelcolors.h
15641         * src/Makefile.am, src/summaryview.c
15642                 rearrange label coloring code
15643
15644         * src/procmsg.h
15645                 add more parentheses so label colouring works correctly
15646
15647         * src/filtering.c
15648                 don't really delete message, but move it to Trash
15649
15650         * src/prefs_matcher.c
15651                 add quote options to info dialog
15652
15653 2001-07-20 [christoph]
15654
15655         * src/Makefile.am
15656         * src/inc.c
15657         * src/main.[ch]
15658         * src/socket.h
15659         * src/ssl.[ch] (new)
15660                 moved ssl stuff to a seperate file
15661
15662 2001-07-20 [darko]
15663
15664         * src/summaryview.c
15665                 fix show sender using address book with no e-mail
15666                 address in From: field
15667
15668 2001-07-19 [alfons]
15669
15670         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15671                 fix messy handling of escaping... now at least the
15672                 execute command is useful. escape char is '\', we
15673                 accept \n and \r too. 
15674
15675                 Real life example:
15676                 
15677                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15678                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15679
15680 2001-07-18 [alfons]
15681
15682         0.5.0claws6
15683
15684         * src/summaryview.c
15685                 clean up
15686
15687         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15688           src/procmsg.[ch]
15689                 revise filtering; currently move, copy, marking have
15690                 been tested. if you like bleeding edge stuff, you
15691                 should definitely go for this version :)
15692
15693         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15694
15695 2001-07-17 [christoph]
15696
15697         * src/utils.c
15698                 timestamp log
15699
15700 2001-07-17 [alfons]
15701
15702         0.5.0claws5
15703
15704         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15705           bits in the mark file, without affecting either branch. Lots of
15706           files changed, also in claws branch.
15707
15708           UNTESTED: use of mbox folders
15709
15710         * src/summaryview.c
15711                 added mark all read; however this was a quick hack used for
15712                 cleaning up mess after initial merge with Hiroyuki
15713
15714         * configure.in
15715                 change claws version number back to 0.5.0claws5 to clear up 
15716                 confusion & pretension (recent release was technically 
15717                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15718
15719 2001-07-16 [alfons]
15720
15721         sync with Hiroyuki's 0.5.0cvs4
15722
15723 2001-07-16 [alfons]
15724
15725         0.5.1claws3
15726
15727         * src/filtering.[ch]
15728                 remove invalid updating of mark files for 
15729                 filter actions MATCHING_ACTION_MOVE and 
15730                 MATCHING_ACTION_DELETE; this should fix the
15731                 folder update bug
15732                 
15733         * src/procmsg.c
15734                 revert Christoph's stab at fixing the folder 
15735                 update bug
15736
15737         * po/POTFILES.in
15738                 add missing files with translatable strings
15739
15740         * src/summaryview.c
15741                 remove debug print
15742
15743 2001-07-15 [alfons]
15744
15745         * src/addr_compl.[ch], src/prefs_filtering.c
15746                 make "filtering pref dialog's destination entry" an
15747                 "address completable entry", if filter destination is 
15748                 an email address
15749
15750         0.5.1claws2
15751         
15752         sync with Hiroyuki's 0.5.0cvs2-3
15753
15754 2001-07-15 [christoph]
15755
15756         * src/procmsg.c
15757                 fixed folder stats update after incorporation
15758
15759 2001-07-15 [alfons]
15760
15761         * src/summaryview.c
15762                 * finish label colouring stuff (for now)
15763                 * fix incorrect colour bug (off by one) 
15764
15765 2001-07-14 [alfons]
15766
15767         * src/mainwindow.c
15768                 change text labels for news and mail message so there's
15769                 plenty of toolbar estate left
15770
15771         * configure.in
15772                 0.5.1claws1
15773
15774         * src/folderview.c
15775           src/folder.[ch]
15776                 sync with Hiroyuki's 0.5.0cvs1
15777
15778         * src/summaryview.c
15779                 more rewrite label colouring
15780
15781 2001-07-14 [alfons]
15782
15783         * src/summaryview.[ch]
15784                 * start rewrite label colouring 
15785                 * fix proper location "Add Sender To Addressbook" menu item
15786
15787 2001-07-13
15788
15789         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15790         (actually this is 0.5.0claws4)
15791
15792 2001-07-13 [alfons]
15793
15794         * po/pt_BR.po
15795                 * fix duplicate message
15796                 * add updated Portugese / Brazilian translation
15797                   submitted by Fabio Junior Beneditto
15798
15799 2001-07-12 [alfons]
15800
15801         * AUTHORS
15802                 add Jens
15803
15804         * po/nl.po
15805                 add updated Dutch translation
15806
15807         * po/de.po
15808                 add updated German translation submitted by Jens
15809
15810 2001-07-11 [alfons]
15811
15812         Prerelease before 0.5.0claws. Please test.
15813         This version is temporarily tagged as VERSION_0_5_0_TEST
15814
15815         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15816           src/prefs_scoring.c, src/prefs_matcher.c, 
15817           src/prefs_filtering.c, src/mbox.c, 
15818           src/main.c, src/inc.c, src/filtering.[ch]
15819                 revert new Hoa's new matcher (does not work yet)
15820
15821         * src/Makefile.am
15822                 clean up
15823
15824 2001-07-10
15825
15826         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15827
15828
15829 2001-07-10 [alfons]
15830
15831         * Makefile.am
15832                 add ChangeLog.claws to EXTRA_DIST
15833         * src/Makefile.am
15834                 add matcher_parser_parse.h to EXTRA_DIST
15835
15836 2001-07-10 [christoph]
15837
15838         * src/inc.c
15839                 add destination folder to table of
15840                 folders that need to be updated after
15841                 incorporation
15842
15843 2001-07-10 [alfons]
15844
15845         * folder.[ch]
15846           folderview.c
15847                 make collapse state of folders and folder items persistent, i.e.
15848                 if you collapse a folder tree, the next time sylpheed-claws starts 
15849                 up the folder tree remains collapsed.  
15850                 
15851 2001-07-10 [christoph]
15852
15853         * acconfig.h
15854         * configure.in
15855                 added --enable-ssl
15856         * src/md5.[ch]
15857                 renamed MD5_CTX to MD5_CTX_syl
15858                 conflicts with a struct in openssl
15859         * src/inc.c
15860         * src/main.[ch]
15861         * src/prefs_account.[ch]
15862         * src/socket.[ch]
15863                 SSL support for POP
15864         * src/mainwindow.c
15865                 fixed compose with current account
15866                 broken by new compose button stuff
15867
15868 2001-07-09 [hoa]
15869
15870         * AUTHORS
15871                 changed my email address
15872
15873         * src/matcher_parser_parse.y
15874                 clean the parser to remove conflicts
15875
15876 2001-07-09 [alfons]
15877
15878         * AUTHORS
15879                 add Match Grun
15880
15881         * configure.in
15882                 fix incorrect description of --enable-ldap parameter
15883
15884         * src/prefs_common.[ch]
15885           src/compose.c
15886                 add experimental option "smart wrapping" which makes the
15887                 compose editor auto wrap.
15888                 
15889                 | TODO: the problem with the buggy cursor handling is caused |
15890                 | by the GtkText. when deleting / backspacing text its       |
15891                 | wrapping algorithm does not take in account the previous   |
15892                 | line. should find a way to hack this in.                   |
15893                 | or should perhaps combine this with the word wrapping      |
15894                 | patch i wrote in january.                                  |
15895
15896         * src/about.c
15897                 show build parameters for LDAP and JPilot
15898
15899         * src/summaryview.c
15900                 revert Christoph's bugfix for selecting next unread message, 
15901                 because folder stats aren't updated correctly
15902
15903 2001-07-08 [hoa]
15904
15905         * src/filtering.c
15906         * src/mainwindow.c
15907         * src/matcher.c
15908         * src/matcher_parser_lex.l
15909         * src/matcher_parser_parse.y
15910         * src/prefs_filtering.c
15911         * src/prefs_scoring.c
15912         * src/scoring.c
15913                 bugfix of the config file parser
15914
15915 2001-07-08 [alfons]
15916
15917         * src/Makefile.am
15918                 added generated matcher sources to BUILT_SOURCES
15919
15920 2001-07-08 [hoa]
15921
15922         * src/Makefile.am
15923         * src/.cvsignore
15924                 added new config file parser
15925
15926         * src/scoring.[ch]
15927         * src/filtering.[ch]
15928         * src/matcher.[ch]
15929         * src/prefs_filtering.c
15930         * src/prefs_matcher.c
15931         * src/prefs_scoring.c
15932         * added src/matcher_parser.h
15933         * added src/matcher_parser_lex.h
15934         * added src/matcher_parser_lex.l
15935         * added src/matcher_parser_parse.y
15936                 lex & yacc config file parser
15937
15938         * src/mbox.c
15939         * src/inc.c
15940         * src/main.c
15941                 changes prefs_filtering into global_filtering           
15942
15943         * src/summaryview.c
15944                 build threads with subjects only if "Re: " is at the
15945                 beginning of the subject
15946
15947 2001-07-07 [paul]
15948
15949         0.5.0claws
15950
15951         sync with sylpheed 0.5.0
15952                 change of version number only
15953
15954 2001-07-06 [paul]
15955
15956         0.5.0claws5
15957
15958         sync with sylpheed 0.5.0pre5
15959
15960 2001-07-05 [paul]
15961
15962         sync with sylpheed 0.5.0pre4 release
15963                 /po and /manual/ja not sync'ed
15964
15965 2001-07-04 [paul]
15966
15967         more sync with sylpheed 0.5.0pre4
15968
15969 2001-07-03 [christoph]
15970
15971         * src/addressbook.c
15972                 fixed address book broken by address book
15973                 for VCard, JPilot, LDAP
15974
15975 2001-07-03 [alfons]
15976
15977         * src/matcher.c
15978         * src/textview.c
15979                 stopped memory leaks
15980
15981 2001-07-03 [paul]
15982
15983         more sync with sylpheed 0.5.0pre4
15984
15985 2001-07-02 [match]
15986
15987         * included address book patch for VCard, JPilot, LDAP
15988         * pref_common.c - fixed Font options on Display tab (cosmetic)
15989         * alertpanel.c - fixed truncated message
15990
15991 2001-07-02 [christoph]
15992
15993         * src/mbox_folder.c
15994         * src/procmsg.[ch]
15995         * src/summaryview.c
15996                 mark threads for ignoring
15997
15998 2001-07-02 [paul]
15999
16000         0.5.0claws4
16001
16002         * sync with sylpheed 0.5.0pre4
16003                 updated gettext to 0.10.38.
16004
16005 2001-07-01 [paul]
16006
16007         * src/ mainwindow.c
16008         * src/procmsg.h
16009         * src/summaryview.[ch]
16010                 new right-click option: Label.
16011                 substitute for 'Mark-->Mark/Unmark', colours the line.
16012                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16013
16014 2001-07-01 [christoph]
16015
16016         * src/folderview.c
16017                 fixed font for trash
16018         * src/summaryview.c
16019                 move ctree to unread message
16020
16021 2001-07-01 [paul]
16022
16023         * sync with sylpheed 0.5.0pre3 release
16024
16025 2001-06-30 [alfons]
16026
16027         * src/filesel.[ch]
16028         * src/compose.c
16029                 allow inserting / attaching multiple files in
16030                 the composer window
16031
16032 2001-06-30 [paul]
16033
16034         * src/codeconv.c
16035                 small change to Alfons' previous stuff so that it
16036                 actually makes
16037
16038 2001-06-30 [alfons]
16039
16040         * lots of files changed; first attempt to merge the changes
16041           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16042
16043 2001-06-30 [paul]
16044
16045         * po/pt_BR.po
16046                 updated and completed, translations by Fabio
16047                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16048
16049 2001-06-29 [alfons]
16050
16051         * src/compose.c
16052         * src/mimeproc.[ch]
16053                 allow selecting an attached files' mime type from a 
16054                 list of types.
16055
16056 2001-06-29 [paul]
16057
16058         * more sync with sylpheed 0.5.0pre3
16059
16060 2001-06-29 [paul]
16061
16062         * po/pt_BR.po
16063                 merge with sylpheed.pot and pt_BR.po provided by
16064                 Fabio Junior Beneditto.
16065
16066 2001-06-29 [darko]
16067
16068         * src/procmime.c
16069                 make MIME types case insensitive
16070
16071 2001-06-28 [alfons]
16072
16073         * po/nl.po
16074                 merge with sylpheed.pot and old nl.po; translations added.
16075
16076 2001-06-28 [paul]
16077
16078         * more sync with sylpheed 0.5.0pre3
16079
16080 2001-06-27 [alfons]
16081
16082         * src/summaryview.c
16083                 don't crash when removing parent node of messages
16084                 attracted by subject. this was caused by not deleting
16085                 the parent node from the subject line hash table.
16086
16087 2001-06-27 [alfons]
16088
16089         * src/summaryview.c
16090         * src/compose.[ch]
16091         * src/mainwindow.c
16092                 if there are multiple messages selected, allow forwarding
16093                 them as attachments.
16094
16095 2001-06-27 [paul]
16096
16097         * more sync with sylpheed 0.5.0pre3
16098
16099 2001-06-26 [paul]
16100
16101         0.5.0claws3
16102
16103         * sync with sylpheed 0.5.0pre3
16104
16105 2001-06-25 [paul]
16106
16107         * src/mainwindow.c
16108                 fixed 'compose news article' bug
16109                 from icon-and-text toolbar
16110
16111 2001-06-25 [paul]
16112
16113         * sync with sylpheed 0.5.0pre2 release
16114
16115 2001-06-24 [christoph]
16116
16117         * src/prefs_common.c
16118                 bug fix in font selection
16119         * src/folderview.c
16120                 use sylpheed's normal font instead of
16121                 gtk default font for folders without
16122                 new messages
16123
16124 2001-06-24 [alfons]
16125
16126         * src/mainwindow.[ch]
16127                 added composite compose mail / news button (an idea by Leandro
16128                 Pereira <leandro@linuxmag.com.br>)
16129
16130 2001-06-24 [paul]
16131
16132         Added instructions for ldif-to-xml.py
16133
16134         * tools/README
16135
16136 2001-06-23 [alfons]
16137
16138         Some minor things.
16139
16140         * src/pixmaps/stock_news_compose.xpm
16141                 added pixmap by Leandro
16142         * src/prefs_common.c
16143                 tested built-in spelling checker of GCC 3.0 :)
16144         * po/nl.po
16145                 merged dutch translation of sylpheed-main with
16146                 sylpheed.pot
16147
16148 2001-06-23 [paul]
16149
16150         Added tools directory and files.
16151
16152         * tools/filter_conv.pl
16153                 converts old filter system to new filtering system
16154         * tools/ldif-to-xml.py
16155                 converts netscape addressbook to sylpheed addressbook
16156         * tools/README
16157                 descriptions/instructions for above two files
16158
16159 2001-06-23 [christoph]
16160
16161         * src/inc.c
16162         * src/manage_window.[ch]
16163         * src/prefs_common.[ch]
16164                 mail retrieval dialog can be enabled, disabled
16165                 or hidden if non of sylpheed's windows is active
16166
16167 2001-06-22 [paul]
16168
16169         0.5.0claws2
16170
16171         * sync with sylpheed 0.5.0pre2
16172
16173 2001-06-21 [christoph]
16174
16175         * src/summaryview.c
16176                 show recipient on 'from' for all accounts
16177                 
16178         * src/inc.c
16179         * src/prefs_common.[ch]
16180                 disable error popup on mail receive errors
16181
16182 2001-06-21 [alfons]
16183
16184         * src/compose.c
16185                 made the ruler correctly appear and disappear.
16186
16187         * src/Makefile.am
16188                 removed Hoa's work-in-progress-stuff (interesting!) so 
16189                 claws compiles ok.
16190
16191 2001-06-20 [christoph]
16192
16193         * src/inc.c
16194         * src/progressdialog.c
16195                 added scrolled window for list in progressdialog
16196
16197 2001-06-20 [paul]
16198
16199         sync with sylpheed 0.5.0pre1 release
16200
16201 2001-06-20 [christoph]
16202
16203         * src/summeryview.c
16204                 make building threads by subject work when
16205                 thread view is enabled
16206                 
16207         * src/compose.c
16208         * src/prefs_common.[ch]
16209                 automatically select account for mail replys
16210
16211 2001-06-19 [sergey]
16212
16213         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16214         they are filled in from the account settings.
16215
16216 2001-06-19 [paul]
16217
16218         * more sync with sylpheed 0.5.0pre1
16219
16220 2001-06-18 [alfons]
16221
16222         * src/Makefile.am,
16223           src/procmime.c
16224                 added --sysconfdir to CPPFLAGS for pointing to the correct
16225                 location of mime.types. 
16226
16227                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16228                 or ./configure!
16229
16230 2001-06-18 [hoa]
16231
16232         * src/summaryview.c
16233                 fixed some bug when building threads
16234
16235 2001-06-18 [pau]l
16236
16237         * src/prefs_account.c
16238                 UI stuff: More changes to the English
16239
16240 2001-06-18 [paul]
16241
16242         * src/pixmaps/stock_news_compose.xpm: new file
16243         * src/Makefile.am
16244         * src/mainwindow.c
16245         * src/summaryview.c
16246                 Added new icon for Hoa's 'compose a news
16247                 message', plus minor improvements to the
16248                 English
16249
16250         * po/ja.po
16251         * ChangeLog
16252         * ChangeLog.jp
16253                 more sync with sylpheed 0.5.0pre1
16254
16255 2001-06-18 [hoa]
16256
16257         * src/compose.[ch]
16258         * src/mainwindow.c
16259                 Follow-up and reply to
16260
16261         * src/summaryview.[ch]
16262                 Build threads also with subjects
16263
16264 2001-06-17 [hoa]
16265
16266         * src/compose.c
16267                 forwarding use the current account.
16268
16269         * src/mainwindow.c
16270                 the "compose message" button has been replaced with
16271                 "new mail" and "new news" buttons
16272
16273         * src/prefs_common.[ch]
16274                 added a configuration option to use the forward button
16275                 as "forward as attachment"
16276                 changed reply and forward format description
16277
16278         * src/quote_fmt_lex.l
16279         * src/quote_fmt_parse.y
16280                 added message with no signature in format for reply
16281                 and forward.
16282
16283 2001-06-17 [paul]
16284
16285         Minor UI stuff
16286
16287         * src/mainwindow.c
16288         * src/summaryview.c
16289                 Improvements to the English
16290
16291         * src/prefs_common.c
16292                 Improvements to the English and some
16293                 clarity/continuity improvements in the
16294                 description of Quote symbols.
16295
16296 2001-06-17 [paul]
16297
16298         0.5.0claws1
16299
16300         * sync with sylpheed 0.5.0pre1
16301
16302 2001-06-17 [hoa]
16303
16304         * src/compose.c
16305                 Better interface for compose, displayed fields
16306                 are updated whenever we change account.
16307                 Newsgroups field is automatically filled.
16308
16309         * src/mainwindow.c
16310                 Newsgroups field is automatically filled.
16311
16312         * src/prefs_account.c
16313                 Some interface stuff when fields appear and
16314                 disappear.
16315
16316 2001-06-16 [paul]
16317
16318         0.4.99claws
16319
16320         * sync with sylpheed 0.4.99
16321
16322 2001-06-16 [sergey]
16323
16324         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16325         base64_decoder_free, base64_decoder_decode): new object and
16326         functions for decoding base64 streams.
16327         * src/procmime.c (procmime_decode_content): modified to use the
16328         new base64 decoder.
16329
16330 2001-06-15 [paul]
16331
16332         0.4.99claws10
16333
16334         * sync with sylpheed 0.4.99cvs11
16335
16336 2001-06-13 [paul]
16337
16338         0.4.99claws9
16339
16340         * sync with sylpheed 0.4.99cvs9
16341
16342 2001-06-13 [hoa]
16343
16344         * src/compose.c
16345         * src/prefs_account.c
16346
16347                 SMTP server can be defined in the news account
16348                 mime type of attachment are kept.
16349
16350         * src/summaryview.c
16351
16352                 now choose the highest important score between default
16353                 and important score of folder.
16354
16355 2001-06-09 [alfons]
16356         
16357         * src/prefs_common.c: 
16358
16359                 (prefs_quote_description_create): corrected description of 
16360                 quote format characters
16361
16362 2001-06-09 [paul]
16363
16364         0.4.99claws8
16365
16366         * sync with sylpheed 0.4.99cvs8
16367
16368 2001-06-08 [sergey]
16369
16370         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16371         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16372
16373 2001-06-08 [paul]
16374
16375         0.4.99claws7
16376
16377         * sync with sylpheed 0.4.99cvs7
16378
16379 2001-06-06 [sergey]
16380
16381         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16382         clashes with autogenerated header).
16383         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16384         * src/Makefile.am: added quote_fmt.h.
16385         * src/.cvsignore: added lex/yacc autogenerated files
16386         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16387
16388 2001-06-06 [paul]
16389
16390         0.4.99claws6
16391
16392         * sync with sylpheed 0.4.99cvs6
16393
16394 2001-06-06 [hoa]
16395
16396         * added src/quote_fmt_parse.h
16397         * src/compose.c
16398                 removed warnings
16399
16400         * src/prefs.[ch]
16401                 don't modify readonly configuration files
16402
16403         * src/prefs_account.c
16404         * src/prefs_common.c
16405         * src/prefs_customheader.c
16406         * src/prefs_display_header.c
16407         * src/prefs_filter.c
16408         * src/prefs_filtering.c
16409         * src/prefs_scoring.c
16410                 don't open dialog box when configuration files
16411                 are readonly
16412
16413 2001-06-05 [sergey]
16414
16415         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16416
16417         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16418         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16419         BUILT_SOURCES to make all files rebuild properly.
16420
16421         * src/compose.c: removed #include "quote_fmt.tab.h".
16422
16423         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16424         CHARACTER value in yylval.
16425
16426         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16427         receive CHARACTER value by documented means (yylval).
16428
16429         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16430
16431 2001-06-05 [hoa]
16432
16433         * src/Makefile.am
16434                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16435
16436         * src/filtering.c
16437         * src/matcher.c
16438         * src/matcher.h
16439         * src/prefs_filtering.c
16440                 now keep the configuration for execute action
16441
16442         * src/mbox_folder.c
16443                 fixed a warning
16444
16445 2001-06-05 [paul]
16446
16447         * sync with sylpheed 0.4.99cvs5
16448
16449 2001-06-05 [hoa]
16450
16451         * src/Makefile.am
16452                 added quote_fmt.[ch]
16453
16454         * added src/quote_fmt.y
16455         * added src/quote_fmt.l
16456         * added src/quote_fmt.tab.h
16457         * added src/quote_fmt.tab.c
16458         * added src/lex.quote_fmt.c
16459                 parsing configuration for replying
16460                 and forwarding
16461
16462         * src/prefs_common.[ch]
16463                 added configuration UI for replying
16464                 and forwarding
16465
16466         * src/compose.c
16467                 using configuration for replying
16468                 and forwarding
16469
16470 2001-06-04 [hoa]
16471
16472         * src/filtering.c
16473         * src/matcher.c
16474         * src/matcher.h
16475         * src/prefs_filtering.c
16476         * src/prefs_matcher.c
16477         * src/prefs_matcher.h
16478                 action "run a command" for filtering
16479                 and matching with a command.
16480                 fixed the "whole message" matching
16481
16482         * src/mbox_folder.c
16483                 changed temporary filename for security
16484
16485         * src/messageview.c
16486                 queue the notification if it fails to send.
16487
16488         * src/prefs_common.c
16489         * src/prefs_folder_item.c
16490                 changed the default important score             
16491
16492         * src/prefs_scoring.c
16493         * src/scoring.c
16494                 hide kill score input when the folder is not
16495                 a newsgroup
16496
16497 2001-06-03 [alfons]
16498
16499         * src/prefs_common.c:
16500
16501                 (prefs_font_select): pass font name in font entry box to font
16502                 selection dialog.
16503
16504 2001-06-03 [sergey]
16505
16506         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16507
16508 2001-06-03 [paul]
16509
16510         * sync with sylpheed 0.4.99cvs4
16511
16512 2001-06-03 [alfons]
16513
16514         * src/headerwindow.c:
16515
16516                 (headerwindow_show_cb): use the selected summary view item, not
16517                 the displayed item.
16518
16519 2001-06-02 [alfons]
16520
16521         * src/headerwindow.c:
16522
16523                 (headerwindow_show_cb): always try to show msginfo
16524
16525 2001-06-02 [hoa]
16526
16527         * src/compose.c
16528                 keep attached parts when reediting or forwarding.
16529
16530 2001-06-01 [hoa]
16531
16532         * src/folderview.c
16533         * src/prefs_folder_item.[ch]
16534         * src/prefs_scoring.[ch]
16535         * src/scoring.[ch]
16536         * src/summaryview.[ch]
16537         * src/main.c
16538         * src/mainwindow.c
16539         * src/prefs_common.[ch]
16540                 support for folder scoring
16541                 kill score and important score for messages
16542         
16543         * src/prefs_account.c
16544                 some display bug fixed for local account
16545                 preferences
16546
16547 2001-05-31 [alfons]
16548
16549         * src/summaryview.c:
16550
16551                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16552                 sender to address book menu item is disabled.
16553
16554 2001-05-30 [hoa]
16555
16556         * src/filtering.[ch]
16557         * src/summaryview.c
16558                 handling summary menu / filter messages
16559
16560         * src/folder.[ch]
16561                 add some stuff
16562
16563         * src/foldersel.c
16564                 imap folders now appears in list
16565
16566         * src/mbox_folder.c
16567                 doesn't crash if destination mail is not writeable
16568
16569 2001-05-29 [hoa]
16570
16571         * src/compose.c
16572                 removed some warnings
16573
16574         * src/filtering.c
16575         * src/folder.[ch]
16576         * src/prefs_filtering.c
16577                 global string to identify any folders           
16578                 removed some debug info
16579                 filtering to mbox folders is now possible
16580
16581         * src/mainwindow.c
16582                 removed some warnings
16583
16584         * src/mbox_folder.c
16585                 permission on files are changed to read/write for user only,
16586                 nothing for other.
16587                 creation of subfolder is handled better.
16588
16589 2001-05-28 [alfons]
16590
16591         Verified the sync for src/prefs_common.[ch] and
16592         src/prefs_account.[ch]. I believe there were some
16593         minor indentation differences.
16594
16595 2001-05-28 [paul]
16596
16597         0.4.99claws3
16598
16599         * sync with 0.4.99cvs3
16600
16601 2001-05-28 [hoa]
16602
16603         * src/compose.c
16604                 handling flags for mbox format
16605
16606         * src/filtering.c
16607                 use of mark file only for MH format
16608                 handling flags for mbox format
16609                 filtering cannot yet move or copy mails to mbox folders.
16610
16611         * src/folder.[ch]
16612                 changed move_msg, copy_msg,
16613                 move_msgs_with_dest, copy_msgs_with_dest functions
16614                 uses only folder->copy_msg() function
16615                 uses folder->finished_copy() to handle the destination
16616                 folder at the end of the copy or move operation.
16617
16618         * src/foldersel.c
16619                 included mbox directories.
16620
16621         * src/folderview.[ch]
16622         * src/mainwindow.c
16623                 handle folders operation for mbox format
16624
16625         * src/mbox.c
16626                 disable conversion of "From " header
16627
16628         * src/mbox_folder.[ch]
16629                 completion of mbox format handling
16630
16631         * src/mh.c
16632                 changed mh_copy_msg() function and
16633                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16634                 mh_copy_msgs_with_dest()
16635
16636         * src/prefs_filtering.c
16637                 removed some warnings
16638
16639         * src/prefs_matcher.c
16640                 default boolean operation is AND
16641
16642         * src/procheader.c
16643                 handling flags for mbox format
16644                 handling of "From " header
16645
16646         * src/procmsg.[ch]
16647                 removed data field
16648                 added MSG_REALLY_DELETED flags to handle deletion of
16649                 messages in mbox format.
16650
16651         * src/summaryview.c
16652                 handling flags for mbox format
16653                 disable the MSG_DELETED flags when messages
16654                 are deleted in mbox format
16655
16656         * src/textview.c
16657                 "From " headers display fixed.
16658
16659 2001-05-27 [alfons]
16660
16661         * src/textview.c:
16662                 
16663                 (get_email_part): skip quoted email addresses, like in e.g.
16664                 "'alfons@proteus.demon.nl'".
16665
16666 2001-05-26 [alfons]
16667
16668         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16669         and fixing the persistence troubles when using separate windows.
16670
16671         * src/mainwindow.c:
16672         
16673             Added #define SEPARATE_ACTION used in the gtk item factory for 
16674             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16675                 use gtk_item_factory_get_widget_by_action() to get the items.
16676                 
16677             Removed separate_widget_cb from the gtk item factory data   
16678           
16679             (mainwindow_create): connect separate_widget_cb() to check
16680             menu item "toggled" signal. also passing a MainWindow pointer
16681                 as object data for both check menu items.
16682                 
16683             (separate_widget_cb): definition of separate_widget_cb() to match
16684             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16685                 window using gtk_object_get_data(). The type of window separation 
16686                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16687         
16688         * src/prefs_filtering.c,
16689           src/prefs_matcher.c: added horizontal scrollbars
16690
16691 2001-05-25 [darko]
16692
16693         * src/headerview.c
16694                 fix segfault with invalid bold font
16695         * src/summaryview.c
16696                 correctly display summary stats after row is marked
16697
16698 2001-05-23 [sergey]
16699
16700         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16701         encodings with libjconv.
16702
16703 2001-05-23 [hoa]
16704
16705         * src/Makefile.am
16706                 added mbox_folder.[ch]
16707         * src/defs.h
16708                 mbox temporary folder
16709         * src/folder.[ch]
16710         * added src/mbox_folder.[ch]
16711         * src/folderview.c
16712         * src/procheader.[ch]
16713                 added mbox support
16714         * src/mbox.c
16715                 bugfix for file incorporation filtering
16716         * src/imap.c
16717                 enable creation of MBOX
16718         * src/prefs_display_header.c
16719                 enable use of headers like "From "
16720                 something that should be fixed :
16721                         displaying of such headers add an extra space
16722         * src/prefs_folder_item.c
16723                 don't create folders because it is not necessary
16724         * src/procmsg.h
16725                 added data field to MsgInfo for mbox internal use
16726         * src/summaryview.c
16727                 added some support for mbox
16728         * src/utils.[ch]
16729                 added get_mbox_cache_dir() function
16730
16731 2001-05-23 [hiroyuki]
16732
16733         * src/headerwindow.c
16734           src/inc.c
16735           src/main.c
16736           src/mh.c
16737           src/nntp.c
16738           src/procmsg.h
16739           src/session.h
16740           src/socket.[ch]
16741           src/summaryview.c
16742           src/textview.c
16743           src/automaton.c
16744           src/folderview.c: more sync with 0.4.99cvs2.
16745
16746         * src/headerwindow.c: reverted.
16747
16748 2001-05-22 [paul]
16749
16750         0.4.99claws2
16751
16752         * sync with sylpheed 0.4.99cvs2
16753                 * src/news.[ch]
16754                 * src/nntp.[ch]
16755                 * INSTALL
16756                 * INSTALL.jp
16757
16758 2001-05-22 [alfons]
16759
16760         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16761
16762 2001-05-21 [alfons]
16763
16764         Minor things:
16765
16766         * configure.in: if gnome-config not found, "no" is displayed
16767         
16768         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16769
16770         * src/textview.c: now also possible to add mail addresses by right
16771           clicking in the text view
16772
16773         * src/codeconv.c: merged patch which fixes endless loop when encountering
16774           invalid wide characters; from Alte <010@imis.ru>  
16775
16776 2001-05-20 [alfons]
16777
16778         Added installation of gnome specific things:
16779
16780         * Makefile.am: gnome conditional
16781
16782         * configure.in: check for installed gnome
16783
16784         * added sylpheed.png, sylpheed.desktop
16785
16786 2001-05-20 [sergey]
16787
16788         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16789
16790         * src/mainwindow.h (main_window_toolbar_create): created a button
16791         for "Reply to all".
16792         (main_window_set_toolbar_sensitive): enable/disable the new button
16793         appropriately.
16794         (toolbar_reply_to_author_cb): handle the new button.
16795
16796         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16797         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16798         failure).
16799
16800 2001-05-19 [sergey]
16801
16802         * src/compose.h (ComposeReplyMode): new modes
16803         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16804         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16805
16806         * src/compose.c
16807         (compose_send): move some code into a new function:
16808         (compose_current_mail_account): new function.
16809         (compose_reply): new argument to_author, all callers changed; if
16810         to_author==TRUE and account->protocol==A_NNTP, find and use an
16811         appropriate mail account for replying.
16812         (compose_reply_set_entry): new argument to_author; ignore
16813         compose->replyto if to_author==TRUE.
16814
16815         * src/mainwindow.c: new command "Message/Reply to author".
16816         (main_window_set_menu_sensitive): enable/disable it.
16817         (reply_cb): handle it.
16818
16819         * src/summaryview.c: new command "Reply to author".
16820         (summary_set_menu_sensitive): enable/disable it.
16821         (summary_reply_cb): handle it.
16822
16823         * src/account.c (account_find_mail_from_address): new function.
16824
16825 2001-05-18 [paul]
16826
16827         0.4.99claws1
16828
16829         * sync with sylpheed 0.4.99cvs1
16830
16831 2001-05-18 [hoa]
16832
16833         * src/compose.[ch]
16834         * src/filtering.c
16835         * src/summaryview.c
16836                 new filtering action : forward and forward as attachment
16837
16838         * src/main.c
16839                 no need for $DISPLAY when we run sylpheed --help
16840                 call to parse_cmd_opt() is moved
16841
16842         * src/mainwindow.[ch]
16843                 execute button is hidden when immediate execute
16844                 is chosen
16845
16846         * src/mh.c
16847         * src/news.c
16848         * src/prefs_folder_item.c
16849         * src/procmsg.c
16850                 better handling of missing directories
16851
16852         * src/summaryview.c
16853                 reedit is enabled in outbox
16854                 reedit is enabled in queue
16855
16856 2001-05-17 [hoa]
16857
16858         * src/filtering.c
16859         * src/matcher.[ch]
16860         * src/prefs_filtering.c
16861                 changed attachement into attachment
16862
16863 2001-05-17 [alfons]
16864
16865         0.4.67claws4    
16866
16867         * sync with sylpheed 0.4.67cvs9
16868         * sync with sylpheed 0.4.67cvs7-8
16869
16870 2001-05-17 [hoa]
16871
16872         * src/Makefile.am
16873                 added prefs_filtering.c
16874
16875         * src/filtering.[ch]
16876         * src/matcher.[ch]
16877                 removed action : forward_news and forward_news_as_attachement
16878                 (forward and forward_as_attachement can be used instead)
16879
16880         * src/mainwindow.c
16881                 added menu option to access filtering configuration
16882
16883         * src/prefs_account.c
16884                 changed mail_command default to /usr/sbin/sendmail
16885
16886         * added src/prefs_filtering.[ch]
16887                 dialog box for filtering configuration
16888
16889         * src/prefs_matcher.c
16890                 added function prefs_matcher_get_criteria_from_matching()
16891
16892         * src/prefs_scoring.c
16893                 reset the dialog when register or substitute is clicked
16894
16895 2001-05-15 [hoa]
16896
16897         * src/Makefile.am
16898                 added filtering.[ch]
16899         * src/inc.c
16900                 using filering.[ch] instead of filter.[ch]
16901         * src/main.c
16902                 reading new filtering configuration
16903         * src/matcher.[ch]
16904                 added some filtering actions
16905                 and fixed a bug for headers and mail body matching
16906         * src/mbox.c
16907                 using filering.[ch] instead of filter.[ch]
16908         * src/mh.c
16909                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16910         * src/summaryview.c
16911                 some fixes for filtering
16912
16913 2001-05-14 [hiroyuki]
16914
16915         * src/send.c: fixed some weird indentations.
16916           send_message_with_command(): call pclose() only if p != NULL.
16917         * src/textview.c: get_email_part(): modified the code for readability.
16918
16919 2001-05-14 [hiroyuki]
16920
16921         * src/md5global.h
16922           src/md5ify.c
16923           src/md5ify.h: removed from the cvs.
16924
16925 2001-05-13 [sergey]
16926
16927         * src/main.c: include rfc2015.h to avoid compiler warnings.
16928         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16929         the panel is already on screen.
16930         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16931         closing the alert window by ESC as "No".
16932         * src/prefs_common.c (prefs_interface_create): moved return
16933         receipt check button to the correct place.
16934
16935 2001-03-13 [alfons]
16936
16937         * src/prefs_common.c: 
16938                 moved return receipt check button to the Send tab. (prefs_send_create)
16939                 removed the date format ui related globals. (prefs_display_create)
16940
16941         0.4.67claws3
16942         
16943         * sync with sylpheed 0.4.67cvs5-6
16944
16945 2001-05-13 [paul]
16946
16947         * added Alfons' font selection patch
16948
16949         * src/defs.h
16950         * src/headerwindow.c
16951         * src/prefs_common.c
16952         * src/prefs_common.h
16953
16954 2001-05-13 [hoa]
16955         * src/defs.h
16956                 changed version of cache
16957         * src/matcher.[ch]
16958         * src/prefs_matcher.c
16959                 added additionnal matching criteria
16960         * src/procheader.c
16961         * src/procmsg.[ch]
16962         * src/news.c
16963                 added references in MsgInfo
16964
16965 2001-05-12 [hoa]
16966
16967         * src/defs.h
16968                 prepared some things for new filtering
16969         * src/matcher.[ch]
16970                 added some matching properties
16971                 inreplyto need to be enhanced
16972                 prepared some things for new filtering
16973         * src/messageview.c
16974                 added Return-Receipt-To handling
16975         * src/prefs_folder_item.c
16976                 changed default value to TRUE
16977         * src/prefs_matcher.c
16978                 added some matching properties
16979         * src/prefs_scoring.[ch]
16980                 the scoring dialog is finished
16981         * src/procheader.c
16982                 added Return-Receipt-To handling
16983                 Reference need to be added
16984         * src/procmsg.[ch]
16985                 added Return-Receipt-To handling
16986                 added threadscore to get a better score sorting when
16987                 threads are enabled
16988         * src/summaryview.c
16989                 suppressed a bug when we sort the list
16990                 when no folder is opened.
16991                 better score sorting when threads are enabled
16992
16993 2001-05-12 [alfons]
16994
16995         * reverted previous patch because of potential errors 
16996
16997         0.4.67claws2
16998         
16999         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17000                 applied "toggle mail-retrieval dialog window" patch submitted 
17001                 by Eric Limpens <eric@qnt.net>
17002
17003         * sync with sylpheed 0.4.67cvs4
17004
17005 2001-05-12 [sergey]
17006
17007         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17008         some picky compilers.
17009         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17010         * src/grouplist_dialog.c: include alertpanel.h.
17011         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17012         fix compile warning.
17013         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17014         #include "defs.h" before others to prevent the warning of `MIN'
17015         and `MAX' redefinition.
17016
17017 2001-05-11 [hoa]
17018
17019         * src/main.c
17020         * src/messageview.c
17021         * src/prefs_account.c
17022         * src/prefs_display_header.c
17023                 removed warning
17024         * src/Makefile.am
17025                 added prefs_scoring.[ch]
17026         * src/grouplist_dialog.c
17027                 display an error dialog box if the group list
17028                 cannot be fetched.
17029         * src/mainwindow.[ch]
17030                 added main_window_set_thread_option() function
17031                 scoring dialog box enabled
17032         * src/matcher.[ch]
17033                 added flags matching unread /new / marked
17034                 / deleted / replied / forwarded
17035         * src/news.c
17036                 newsgroups are now finally in newscache
17037         * src/prefs_matcher.[ch]
17038                 finished preferences for matching dialog
17039         * added src/prefs_scoring.[ch]
17040                 scoring dialog box completed
17041         * src/scoring.[ch]
17042                 conversion to string : added scoringprop_to_string()
17043                 write config for preferences :
17044                 added prefs_scoring_write_config()
17045         * src/summaryview.c
17046                 threads can be enabled/disabled independently
17047                 for each folder
17048
17049 2001-05-10 [alfons]
17050
17051         0.4.67claws1
17052         
17053         * AUTHORS: 
17054                 thought it would be nice to have a list of all
17055                 contributors (used Changelog as a reference)
17056         
17057         * configure.in: 
17058                 messed up version numbering...
17059
17060         0.4.66claws1
17061
17062         * sync with sylpheed 0.4.67cvs1-3
17063
17064 2001-05-10 [darko]
17065
17066         * src/prefs_common.c:
17067                 better UI for strftime format, double clicking
17068                 on format now inserts the format in text entry
17069                 replaced close button with standard OK/Cancel
17070                 moved date format button to the right of the
17071                 text entry field
17072
17073 2001-05-09 [alfons]
17074
17075         * src/gtkstext.c:
17076                 Ctrl-Home / Ctrl-End have proper cursor navigation
17077
17078 2001-05-09 [hoa]
17079
17080         * src/prefs_matcher.c
17081                 finished UI to define matching properties
17082                 added ok and cancel button
17083         * src/prefs_filter.c
17084                 added ok and cancel button
17085         * src/news.c
17086                 fixed some bug in xhdr parsing
17087
17088 2001-05-08 [alfons]
17089
17090         * src/textview.c: 
17091                 fixed a bug in textview_show_header(), which displayed two colons (':');
17092                 cleaned up some warnings
17093
17094 2001-05-08 [hoa]
17095
17096         * src/Makefile.am
17097                 added prefs_matcher.[ch]
17098                 compilation with -W -Wall
17099         * src/alertpanel.c
17100                 ungrab the mouse events if grabbed - does it
17101                 fix the bug for disposition notification ?
17102         * src/mainwindow.c
17103                 added a menu option to open the matching dialog.
17104         * src/matcher.[ch]
17105                 added matcherprop_to_string() and matcherlist_to_string()
17106                 fixed some bugs, changed the name of some options
17107                 age_sup and age_inf becomes age_greater and age_lower,
17108                 body and messageheaders becomes body_part and headers_part,
17109                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17110         * src/prefs_display_header.c
17111         * src/prefs_headers.c
17112                 fixed a bug that accidentally destroyed dialogs
17113                 when closed them with delete_event
17114                 Added *_deleted() which handle delete_event signal correctly.
17115         * src/prefs_folder_item.[ch]
17116                 added "enable_thread" field for future customization
17117         * added src/prefs_matcher.[ch]
17118                 sample of the UI to define matching properties
17119         * src/procheader.c
17120                 using procheader_headername_equal instead of str*cmp functions
17121                 using procheader_parse_header() function
17122         * src/scoring.c
17123                 using MATCHING_XXX instead of SCORING_XXX
17124         * src/summaryview.c
17125                 display the sender of the news even if this is ourself
17126                 when this is a news message.
17127         * src/textview.c
17128                 using headername_equal() instead of str*cmp functions
17129
17130 2001-05-08 [alfons]
17131
17132         0.4.66claws
17133
17134         * sync with sylpheed 0.4.66
17135         * src/gtkstext.c: trace logs added 
17136
17137 2001-05-08 [sergey]
17138
17139         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17140         signature check popup.
17141         * src/rfc2015.c (check_signature): show signature check popup only
17142         if it is enabled in preferences.
17143
17144 2001-05-07 [alfons]
17145
17146         0.4.66claws4
17147         
17148         * sync with sylpheed 0.4.66cvs6
17149
17150 2001-05-07 [darko]
17151
17152         * src/prefs_common.[ch]: added option to enable/disable
17153           looking up sender name in address book for summary pane
17154         * src/summaryview.c: look up sender in the address book
17155           by using Alfons' address completion code
17156
17157 2001-05-07 [hiroyuki]
17158
17159         * src/inc.h
17160           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17161           member of Pop3State.
17162         * src/news.c: brought #include "defs.h" before #include <glib.h>
17163           to prevent the warning of `MIN' and `MAX' redefinition.
17164
17165 2001-05-06 [hoa]
17166
17167         * removed src/headers_display.[ch]
17168         * removed src/prefs_display_headers.[ch]
17169         * src/inc.c
17170                 use a temporary file in the user directory for mbox import
17171         * src/news.c
17172                 added XHDR support to get "To" and "Cc" headers
17173                 (in order to match news with to or cc field for
17174                 scoring)
17175                 added function news_parse_xhdr() to get XHDR response
17176         * src/nntp.[ch]
17177                 added function nntp_xhdr()
17178         * src/matcher.c
17179                 fetch the message if necessary
17180
17181 2001-05-06 [alfons]
17182
17183         0.4.66claws3
17184
17185         * sync with sylpheed 0.4.66cvs3-5
17186
17187 2001-05-06 [hoa]
17188
17189         * src/utils.[ch]
17190                 added function itos_buf() to enable use of several buffers
17191         * src/summaryview.c
17192                 use of itos_buf() instead of itos() in summary list
17193                 to fix the broken display of message number.
17194
17195 2001-05-06 [alfons]
17196
17197         * src/gtkstext.c: bug in cursor up navigation fixed,
17198                 fixed another unsigned / signed comparison (we're getting there :-)
17199
17200 2001-05-06 [hoa]
17201
17202         * src/Makefile.am
17203                 added scoring.c scoring.h
17204                 prefs_folder_item.c prefs_folder_item.h
17205                 matcher.c matcher.h
17206         * src/defs.h
17207                 added FOLDERITEM_RC SCORING_RC
17208         * src/folder.[ch]
17209                 added prefs field in FolderItem :
17210                 properties for each folder (PrefsFolderItem),
17211                 sorting type and mode were added as the first properties.
17212         * src/main.c
17213                 read config for scoring
17214         * added src/matcher.[ch]
17215                 gives functions to parse configuration file to do
17216                 matching on mails with a list of conditions.
17217         * src/mainwindow.c
17218                 add option to sort by score
17219         * src/prefs_common.[ch]
17220                 added preference option to show score and for
17221                 the score column size
17222         * added src/prefs_folder_item.[ch]
17223                 properties for each folder (PrefsFolderItem),
17224                 sorting type and mode were added as the first properties.
17225         * src/procheader.[ch]
17226                 added procheader_parse_header()
17227                 added procheader_header_free()
17228                 added procheader_headername_equal()
17229                 and made modification to use them.
17230         * src/procmsg.[ch]
17231                 added score field to MsgInfo structure
17232         * added src/scoring.[ch]
17233                 gives functions to parse configuration file to do
17234                 scoring on mails with a list of conditions.
17235         * src/summaryview.[ch]
17236                 save the sorting type and mode for the folder
17237                 added column to display the score of the mail
17238                 added function summary_score_clicked()
17239                 sorting type and mode are restored to the folder
17240                 when it is reopen
17241         * src/textview.c
17242                 use procheader_parse_header(), procheader_headername_equal()
17243                 removed memory leak in text_scan_header when freeing headers
17244         * src/filter.c
17245                 changed the function to match names of headers
17246                 using procheader_headername_equal()
17247
17248         Scoring functions are implemented, an interface is needed
17249         to configure that.
17250
17251 2001-05-04 [alfons]
17252
17253         * src/gtkstext.c: 
17254                 hopefully fixed the row up navigation bug,
17255                 removed adding back / forward lines to cache
17256
17257 2001-05-04 [sergey]
17258
17259         * src/prefs_display_headers.c: user interface changes:
17260         (prefs_display_headers_create): remove unused "Show" check button;
17261         allow reordering of headers by dragging.
17262         (prefs_display_headers_write_config): remove unused variables.
17263         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17264         of lists (not needed with the new UI).
17265         (prefs_display_headers_set_list): scan lists starting from row 0,
17266         not 1 (do not skip "(New)").
17267         (prefs_display_headers_find_header): new function.
17268         (prefs_display_headers_clist_set_row): do not allow duplicates.
17269         (prefs_display_headers_delete_cb): do not skip row 0; treat
17270         closing the alert window by ESC as "No".
17271         (prefs_display_headers_up): do not protect row 0.
17272         (prefs_display_headers_down): do not protect row 0.
17273
17274 2001-05-04 [sergey]
17275
17276         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17277         functions.
17278
17279         * src/summaryview.c
17280         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17281         summary_select_next_marked, summary_select_prev_marked): new
17282         functions.
17283
17284 2001-05-03 [sergey]
17285
17286         * src/news.c: fixed a bug when no article can be fetched after
17287         server timeout if the connection was restored by news_post():
17288         (news_select_group): new function.
17289         (news_fetch_msg): call news_select_group() before fetching
17290         article.
17291         (news_get_uncached_articles): set session->group after successful
17292         GROUP command.
17293
17294 2001-05-03 [hoa]
17295
17296         * src/defs.h
17297         * src/procmsg.[ch]
17298         * src/procheader.c
17299                  changed version of cache, added cc field
17300
17301         * src/prefs_display_headers.c
17302                 the interface was changed
17303
17304         * src/prefs_headers.c
17305                 added cancel button
17306
17307 2001-05-03 [alfons]
17308
17309         * completed sync of sylpheed cvs2
17310         * src/gtkstext.c: updated row up / down cursor navigation
17311         * src/textview.c: re-edited, prepared for fixing the email address
17312                 scanner.
17313
17314 2001-05-03 [darko]
17315
17316         * src/prefs_common.c: use alfons' strftime ui code
17317         entry_datefmt and datefmt_sample widgets have to be
17318         global in this module because of this change
17319
17320 2001-05-03 [hoa]
17321
17322         * src/messageview.c
17323         * src/prefs_common.[ch] added option to activate the return receipt
17324                 feature.
17325
17326 2001-05-02 [alfons]
17327
17328         * src/gtkstext.c: fix for row up/down cursor navigation. 
17329
17330         0.4.66claws2
17331         
17332         * sync with 0.4.66cvs2
17333
17334 2001-05-02 [paul]
17335
17336         added add-sender-to-addressbook patch
17337
17338         * src/addressbook.c
17339         * src/addressbook.h
17340         * src/summaryview.c
17341
17342 2001-05-02 [sergey]
17343
17344         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17345         G_ALERTDISABLE.
17346
17347         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17348         all existing callers changed to pass FALSE; create a check button
17349         to disable the message.
17350         (alertpanel_message_with_disable): new function.
17351         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17352         (alertpanel_button_toggled): new function.
17353         (alertpanel_button_clicked, alertpanel_close): set value using
17354         G_ALERT_VALUE_MASK.
17355
17356         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17357
17358         * src/prefs_common.c (prefs_privacy_create): new check button
17359         checkbtn_gpgme_warning.
17360
17361         * src/main.c (main): moved preferences reading before gpgme
17362         initialization; check prefs_common.gpgme_warning before giving the
17363         GnuPG warning and set it to FALSE if the user wants to disable the
17364         warning.
17365
17366 2001-05-02 [hiroyuki]
17367
17368         * src/prefs_display_headers.c: modified the layout and some labels.
17369
17370 2001-05-02 [sergey]
17371
17372         * src/prefs_account.c (prefs_account_fix_size): new function.
17373         (prefs_account_create): call prefs_account_fix_size(); use
17374         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17375         size when the window is shown for the first time).
17376         (prefs_account_basic_create): changed layout of serv_table; moved
17377         localmbox_entry above smtpserv_entry (logically it replaces
17378         POP3/IMAP server).
17379         (prefs_account_protocol_activated): set sensitivity of
17380         nntpauth_chkbtn according to the protocol (in addition to
17381         hide/show); commented out gtk_table_set_row_spacing() calls.
17382         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17383         not sensitive (fixes a bug with disabled username/password boxes
17384         when editing POP3 account after NNTP with authentication).
17385
17386 2001-05-02 [hoa]
17387
17388         * src/account.c
17389         * src/inc.c
17390         * src/prefs_account.[ch]
17391         * src/send.c
17392                 removed local account without SMTP server
17393                 added option to use mail command instead of a connexion
17394                 to SMTP server when a local account is used
17395         * src/prefs_headers.c
17396                 fixed a bug
17397         * src/news.c
17398                 fixed a bug when connexion immediately closed
17399
17400 2001-05-01 [alfons]
17401
17402         0.4.66claws1
17403         
17404         * sync with 0.4.65
17405
17406 2001-05-01 [sergey]
17407
17408         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17409         widget nntpauth_chkbtn.
17410         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17411         visibility.
17412         (prefs_account_nntpauth_toggled): new function.
17413
17414         * src/news.c (news_session_new_for_folder): use NNTP
17415         authentication only if ac->use_nntp_auth is set.
17416
17417 2001-05-01 [hoa]
17418
17419         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17420         * src/prefs_display_headers.c changed the UI
17421         * src/prefs_headers.c changed account_name to account_id
17422         * src/compose.c using customheader.h
17423
17424 2001-05-01 [hiroyuki]
17425
17426         * src/esmtp.c
17427           src/news.c
17428           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17429           unsynched.
17430
17431 2001-05-01 [hoa]
17432
17433         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17434         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17435                 for displaying of headers
17436         * src/grouplist_dialog.[ch] minor changes to remove warnings
17437         * src/prefs_display_headers.[ch] dialog to choose the
17438         headers to display in the mail viewer.
17439         * src/headers.h correction of #define
17440         * src/headers_display.[ch] configuration for displaying of headers.
17441         * src/main.c read config of displaying of headers
17442         * src/prefs_common.c add a button to access the config dialog
17443                 for displaying of headers
17444         * src/prefs_display_headers.[ch] dialog for configuration for
17445                 displaying of the headers.
17446         * src/prefs_headers.c cleaning of code
17447         * src/procheader.c comments added to code
17448         * src/textview.c changes to reorder the headers depending
17449                 on the config for displaying of headers
17450
17451 2001-04-30 [alfons]
17452
17453         0.4.65claws7
17454
17455         * sync with 0.4.65cvs12
17456
17457         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17458
17459 2001-04-30 [sergey]
17460
17461         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17462
17463         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17464         is set to force reconnection after authentication failure.
17465         (nntp_gen_command): set sock->auth_failed on authentication
17466         failure, or if sock->userid and sock->passwd are not set.
17467
17468         * src/news.c (news_session_new_for_folder): set userid=NULL if
17469         password dialog is cancelled.
17470
17471 2001-04-30 [sergey]
17472
17473         * src/nntp.h (NNTPSockInfo): new type.
17474
17475         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17476         SockInfo.
17477         (nntp_open_auth, nntp_close): new functions.
17478         (nntp_gen_command): new function to handle authentication; all
17479         NNTP command functions updated to use it.
17480         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17481         (nntp_list): removed old useless code.
17482
17483         * src/news.h (NNTPSession): new field nntp_sock.
17484
17485         * src/news.c: all functions updated to use NNTPSockInfo instead of
17486         SockInfo.
17487         (news_session_new): new arguments (userid, passwd); made static;
17488         use nntp_open_auth() if needed.
17489         (news_session_destroy): use nntp_close() instead of sock_close().
17490         (news_query_password): changed arguments.
17491         (news_session_new_for_folder): new function.
17492         (news_session_get): use news_session_new_for_folder().
17493         (news_authenticate): deleted.
17494         (news_get_uncached_articles): removed old authentication code.
17495
17496 2001-04-30 [sergey]
17497
17498         * src/news.c: reverted my previous changes (need to do NNTP
17499         authentication in a cleaner way).
17500         
17501 2001-04-29 [sergey]
17502
17503         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17504         news_nntp_post, news_nntp_mode): new functions (wrappers with
17505         authentication support).
17506         (news_get_article_cmd, news_get_article, news_get_header): new
17507         argument "folder"; all callers changed.
17508         (news_get_article_cmd): added authentication support.
17509         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17510         (news_post): use news_nntp_post() instead of nntp_post().
17511         (news_get_uncached_articles): use news_nntp_group() instead of
17512         nntp_group() and news_nntp_xover() instead of nntp_xover();
17513         removed old authentication code.
17514         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17515
17516         * src/nntp.c (nntp_list): return real error code instead of
17517         hardcoded NN_ERROR.
17518
17519 2001-04-29 [sergey]
17520
17521         * configure.in: fixed wint_t typedef detection again
17522
17523 2001-04-28 [hoa]
17524
17525         * src/prefs_account.[ch], added A_LOCAL_CMD
17526                 (send mail with mail command)
17527         * src/send.c added function send_message_with_command()
17528         * src/inc.c made a more secure get_spool() function with
17529                 mktemp() but maybe mkstemp() or something more
17530                 secure can be used.
17531
17532 2001-04-28 [alfons]
17533
17534         * src/textview.c, colorization of email addresses in headers
17535
17536         0.4.65claws6
17537
17538         * bug sync with sylpheed
17539         * prefs_common.c: created date format ui for darko
17540         * sync with 0.4.65cvs11
17541         * configure.in: corrected to have the new gpg checks
17542
17543 2001-04-27 [alfons]
17544
17545         * completed sync with 0.4.65cvs10
17546         * minor debug things added to gtkstext.c
17547
17548 2001-04-27 [darko]
17549
17550         * configure.in: remove check for availability of
17551           strftime() as advised by Hiroyuki
17552         * src/prefs_common.[ch], src/procheader.c:
17553           synch strftime() code with Hiroyki's main branch
17554
17555 2001-04-26 [sergey]
17556
17557         * src/news.c: news_query_password(), news_authenticate(): new
17558           functions.
17559           news_get_uncached_articles(): added NNTP authentication
17560           handling.
17561         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17562           new functions.
17563         * src/prefs_account.c: prefs_account_protocol_activated():
17564           enable userid and password fields for NNTP.
17565
17566 2001-04-26
17567
17568         * configure.in: check for availability of strftime()
17569           [darko]
17570         * src/prefs_common.[ch], src/procheader.c: use
17571           strftime() for displaying date in summary pane if it
17572           is available
17573
17574 2001-04-25
17575
17576         * more .cvsignore cleanups [alfons]
17577
17578 2001-04-25
17579
17580         * ac/sv-check-type.m4: new autoconf macro.
17581         * configure.in: fixed wint_t typedef detection (did not work
17582           with gcc-2.96).
17583
17584 2001-04-25
17585
17586         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17587           [hiroyuki]
17588
17589 2001-04-24
17590         * modified gtkstext.c : buggy cursor navigation fixed, 
17591           and font descent also taken in account when drawing
17592           cursor. [alfons]
17593
17594 2001-04-24 [hoa]
17595         * added comments in src/news.c src/nntp.c
17596         * added src/prefs_headers.[ch]
17597         * added src/headers.[ch]
17598         * modified compose.c to activate custom headers
17599                 added function is_in_custom_headers
17600         * modified prefs_account.[ch]
17601                 added function prefs_account_customhdr_edit
17602         * modified src/defs.h :
17603                 added HEADERS_RC : name of the config file
17604                 for the custom headers
17605
17606 2001-04-24
17607
17608     0.4.65claws5
17609
17610         * configure.in
17611           src/gtkstext.[ch]
17612           src/compose.c
17613           src/Makefile.am
17614           
17615           added gtkstext with configure.in patch by Hiroyuki which
17616           should fix the XIM detection [alfons]
17617
17618         * more clean up of cvs [alfons]
17619
17620                  * removed all Makefile.in files to attic.
17621
17622                  * updated all .cvsignores to really ignore things that could
17623                    be unintentionally committed by a recursive commit.
17624
17625 2001-04-23 [hoa]
17626         * added src/grouplist_dialog.[ch]
17627         * changed src/folderview.c to call grouplist_dialog instead
17628                 of inputdialog
17629         * src/news.c :
17630                 added functions news_reset_group_list
17631                 and news_get_group_list
17632         * src/nntp.c :
17633                 added function nntp_list
17634         * src/defs.h :
17635                 added GROUPLIST_FILE : name of the newsgroup list cache file
17636
17637 2001-04-21
17638
17639         * added option to warn about queued messages on exit [sergey]:
17640
17641           * src/compose.c: compose_queue(): call folder_item_scan()
17642             and folderview_update_item() after queueing.
17643           * src/folderview.c: folderview_update_node(): draw the queue
17644             folder in bold font if there are queued messages.
17645           * src/mainwindow.c: queued_messages(): new function.
17646             app_exit_cb(): display warning if there are queued messages
17647             if warn_queued_on_exit is set.
17648           * prefs_common.[ch]: add warn_queued_on_exit option.
17649
17650         * enhanced GnuPG key selection support [sergey]:
17651
17652           * src/select-keys.c: updated to newer version from Win32
17653             branch with support for selecting arbitrary keys.
17654           * src/prefs_account.c: added the Privacy tab to the account
17655             options window.
17656             prefs_account_privacy_create(),
17657             prefs_account_sign_key_set_data_from_radiobtn(),
17658             prefs_account_sign_key_set_radiobtn(): new functions.
17659           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17660           * src/rfc2015.c: set_signers(): new function.
17661             pgp_sign(): add the account parameter, call set_signers().
17662             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17663           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17664           * src/compose.c: pass the current account to rfc2015_sign().
17665
17666         * tag name claws added to prevent confusion with main branch [alfons]
17667
17668         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17669
17670         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17671
17672         * sync with recent sylpheed cvs. Untested though. [alfons]
17673