* src/mainwindow.c
[claws.git] / ChangeLog.claws
1 2003-08-01 [luke]       0.9.3claws85
2         * src/mainwindow.c
3                 o fixed visibility of icons/mimeview after toggling separate
4                   message/folder view (factored out some similar code too).
5
6
7 2003-07-31 [alfons]     0.9.3claws84
8
9         * src/mimeview.c
10                 tweak icon box UI a bit more, now allowing right-clicks actions
11                 getting the relevant mime data too; should fix #250, "Can't save 
12                 attachments sometimes".
13
14 2003-07-30 [alfons]     0.9.3claws83
15
16         * src/compose.c
17                 don't do auto-save-draft inside key press handler, but rather
18                 schedule it half of a second later; should fix #67, "autosave 
19                 make re-rediting message crazy"
20
21 2003-07-30 [christoph]  0.9.3claws82
22
23         * src/plugins/trayicon/trayicon.c
24                 process pending events before unloading the plugin
25
26         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
27
28 2003-07-30 [alfons]     0.9.3claws81
29
30         * src/common/hooks.c
31                 parameter 2 of g_hook_destroy() should really be a hook id
32
33 2003-07-30 [alfons]     0.9.3claws80
34
35         * src/common/plugin.c
36                 fix a possibly harmful function signature mismatch 
37                 for plugin_done
38
39 2003-07-30 [alfons]     0.9.3claws79
40
41         * src/common/hooks[.ch]
42                 const correctness
43
44 2003-07-30 [darko]      0.9.3claws78
45
46         * src/summaryview.c
47                 make it compile again
48
49 2003-07-30 [luke]       0.9.3claws77
50
51         * src/crash.c
52         * src/main.c
53                 o added/moved signal handlers for SIGTERM (normal kill command) 
54                   and SIGINT (ctl-c) to be used even without 
55                   --enable-crash-dialog, fixing bug 166
56
57         * src/summaryview.c
58                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
59                   bug 227
60
61         * src/mainwindow.c
62                 o changed sensitivity condition for 'Next new' and 'Next 
63                   unread', fixing bug 8
64
65 2003-07-29 [alfons]     0.9.3claws76
66
67         * src/common/utils.[ch]
68                 add generate_msgid()
69         * src/messageview.c
70                 save ack'ed RRR; fixes #205, "return receipt is not saved in
71                 sent folder".
72
73 2003-07-29 [alfons]     0.9.3claws75
74
75         * src/messageview.c
76                 fix a memleak (claws-only)
77
78 2003-07-29 [alfons]     0.9.3claws74
79
80         * src/mimeview.[ch]
81         * src/gtk/gtkvscrollbutton.[ch]
82                 fix UI glitch where mime icon toolbox' scroll position is not 
83                 reset after switching to another message
84                 
85
86 2003-07-29 [paul]       0.9.3claws73
87
88         * src/prefs_folder_item.c
89                 split the prefs into 2 separate pages
90
91 2003-07-29 [paul]       0.9.3claws72
92
93         * src/compose.c
94                 prepend "\n\n" to a signature without a separator too
95
96 2003-07-29 [paul]       0.9.3claws71
97
98         * src/compose.c
99                 fix bug where changing to an account without an auto-sig
100                 from an initial account without an auto-sig would insert 
101                 2 blank lines at the cursor point
102                 fix bug where changing to an account with an auto-sig
103                 from an initial account without an auto-sig would insert
104                 the sig at the cursor point
105
106 2003-07-29 [paul]       0.9.3claws70
107
108         * src/folderview.c
109                 use the colour from the folder pref unless the folder
110                 has new messages
111
112 2003-07-29 [alfons]     0.9.3claws69
113
114         * src/procmsg.[ch]
115         * src/messageview.c
116         * src/procheader.c
117                 rewrite return receipt request work a little bit (the former 
118                 implementation presumably depended too much on the UI setting
119                 flags). (we're losing the old pending flag.) 
120
121 2003-07-28 [christoph]  0.9.3claws68
122
123         * src/folder.c
124         * src/imap.c
125         * src/mh.c
126         * src/procmsg.[ch]
127                 fix copy to IMAP folder from other folder
128
129 2003-07-28 [christoph]  0.9.3claws67
130
131         * src/procmsg.c
132                 fix sync of procmsg_get_message_file_list
133
134 2003-07-28 [christoph]  0.9.3claws66
135
136         * sync with 0.9.3cvs14
137                 see ChangeLog 2003-07-18
138         * sync with 0.9.3cvs17
139                 see ChangeLog 2003-07-23
140
141         (closes Bug 234 segmentation fault after sending out mail via
142          smtp(auth))
143
144 2003-07-28 [paul]       0.9.3claws65
145
146         * po/es.po
147                 update Spanish translation, submitted by Ricardo Mones
148                 Lastra
149
150 2003-07-28 [christoph]  0.9.3claws64
151
152         * src/folder.[ch]
153         * src/imap.c
154         * src/mh.c
155                 return new message numbers as a GRelation instead of a GSList
156                 that has to be in the same order as the input list. A list
157                 would make it hard for IMAP to optimize oepration by sorting
158                 the input list. The returned list would have to be reordered
159                 to match the same order that input list has.
160
161         * src/gtk/gtkaspell.c
162                 fix missing return value, could cause a crash when garbage is
163                 on the stack that is used as the expected return value
164
165 2003-07-28 [paul]       0.9.3claws63
166
167         * sync with 0.9.4cvs1
168                 see ChangeLog 2003-07-28
169
170 2003-07-27 [alfons]     0.9.3claws62
171
172         * src/mimeview.c
173                 tweak it more to make icon list act like a check button group
174
175 2003-07-27 [christoph]  0.9.3claws61
176
177         * sync with 0.9.3cvs20
178                 see ChangeLog 2003-07-25
179
180 2003-07-27 [paul]       0.9.3claws60
181
182         * src/procmsg.c
183                 re-commit changes from 0.9.3claws58 -
184                 accidently removed in 0.9.3claws59
185
186 2003-07-27 [paul]       0.9.3claws59
187
188         * src/procmsg.[ch]
189                 a sync from 0.9.3cvs17
190                 see ChangeLog 2003-07-23
191
192 2003-07-27 [alfons]     0.9.3claws58
193
194         * src/procmsg.c
195                 add missing header members to MsgInfo; fixes the problem of 
196                 not displaying X-Faces, as noticed by Ricardo Mones
197
198 2003-07-26 [christoph]  0.9.3claws57
199
200         * sync with 0.9.3cvs18
201                 see ChangeLog 2003-07-24
202
203 2003-07-26 [christoph]  0.9.3claws56
204
205         * sync with 0.9.3cvs17
206                 see ChangeLog 2003-07-23
207
208 2003-07-26 [christoph]  0.9.3claws55
209
210         * src/folder.[ch]
211         * src/imap.c
212         * src/mbox_folder.c
213         * src/mh.c
214         * src/news.c
215                 add support for copy function that copy multiple messages
216                 (not implemented yet)
217
218         * src/summaryview.c
219                 add missing return value
220
221 2003-07-26 [paul]       0.9.3claws54
222
223         * tools/multiwebsearch.pl
224                 do whitespace substitution before passing the string
225                 to the browser. fixes bug with browsers that don't
226                 do whitespace conversion themselves.
227
228 2003-07-25 [christoph]  0.9.3claws53
229
230         * src/folder.[ch]
231         * src/imap.c
232         * src/mh.c
233                 rewrite adding of multiple messages to a folder for
234                 claws' folder system
235
236 2003-07-25 [luke]       0.9.3claws52
237
238         * src/mimeview.c
239                 o icon toggles set correctly on leaving ctree mimeview
240
241 2003-07-25 [paul]       0.9.3claws51
242
243         * partial sync with 0.9.3cvs21 [src/main.c]
244                 see ChangeLog 2003-07-25
245
246 2003-07-24 [paul]       0.9.3claws50
247
248         * tools/maildir2sylpheed.pl
249                 fix typo
250
251 2003-07-24 [paul]       0.9.3claws49
252
253         * src/mimeview.c
254                 increase the gutter size of paned so that the panes
255                 can be resized
256                 
257         * src/plugins/demo/demo.c
258                 squeeze in another typo fix
259
260 2003-07-24 [paul]       0.9.3claws48
261
262         * src/plugins/demo/demo.c
263           src/prefs_account.c
264                 small changes to the English
265                 
266         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
267           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
268           src/Makefile.am
269           src/stock_pixmap.c
270                 rename the misspelled icon
271
272 2003-07-23 [alfons]     0.9.3claws47
273
274         * src/mimeview.c
275                 make icon list look like a list of toggles
276
277 2003-07-23 [luke]       0.9.3claws46
278
279         * src/pixmaps/mimeview_gpg_expired.xpm
280         * src/pixmaps/mimeview_gpg_failed.xpm
281         * src/pixmaps/mimeview_gpg_passed.xpm
282         * src/pixmaps/mimeview_text_html.xpm
283         * src/pixmaps/mimeview_image.xpm
284                 o all icons the same size
285
286         * src/mimeview.[ch]
287                 o mimeview ctree arranged vertically above the viewer
288                 o icons changed to buttons
289                 o can use keyboard to select an icon (Enter)
290                 o resize icon list to width of icons
291
292         *  src/gtk/gtkvscrollbutton.c
293                 o sensitivity of buttons reacts to position
294
295 2003-07-23 [christoph]  0.9.3claws45
296
297         * sync with 0.9.3cvs14 (incomplete)
298                 see ChangeLog 2003-07-17
299
300 2003-07-23 [alfons]     0.9.3claws44
301
302         * src/folder.c
303         * src/procmsg.h
304                 sync with my local tree to restore some claws-only things
305
306 2003-07-23 [paul]       0.9.3claws43
307
308         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
309           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
310           src/Makefile.am
311           src/mimeview.c
312           src/procmime.h
313           src/rfc2015.c
314           src/stock_pixmap.[ch]
315                 indicate missing keys and expired sigs/keys
316                 in mime view column
317
318 2003-07-23 [paul]       0.9.3claws42
319
320         * src/compose.c
321                 Redirect fixes: enable automatic account selection and
322                 do not append signature to message on changing account
323                 fixes Bug[s] #248
324
325 2003-07-23 [paul]       0.9.3claws41
326
327         * sync with 0.9.3cvs16
328                 see ChangeLog 2003-07-23
329
330 2003-07-23 [alfons]     0.9.3claws40
331
332         * src/inc.c
333                 give progress dialog a main window, and give it the first 
334                 one (presumably the only one). fixes bug #247, "segfault on 
335                 pop-before-smtp" 
336
337 2003-07-22 [alfons]     0.9.3claws39
338
339         * src/summaryview.c
340                 shift-space scrolls up
341
342 2003-07-22 [paul]       0.9.3claws38
343
344         * sync with 0.9.3cvs15
345                 see ChangeLog 2003-07-22
346
347 2003-07-20 [alfons]     0.9.3claws37
348
349         * src/compose.c
350                 put menu inside #ifdef USE_ASPELL..#endif
351
352 2003-07-20 [christoph]  0.9.3claws36
353
354         * src/procmsg.c
355                 fix wrong flags in MsgInfo returned by
356                 procmsg_msginfo_get_full_info()
357
358         (closes Bug 221 Deleting messages from the Message View gives incorrect
359          new/unread message counts in the folder view)
360
361         * src/plugins/spamassassin/spamassassin_gtk.c
362                 add gettext macro for prefs page title
363
364 2003-07-20 [paul]       0.9.3claws35
365
366         * src/mimeview.c
367                 redraw icon list on signature check
368
369 2003-07-20 [christoph]  0.9.3claws34
370
371         * src/Makefile.am
372         * src/account.c
373         * src/folder.[ch]
374         * src/folder_item_prefs.[ch]            ** NEW **
375         * src/folderview.c
376         * src/mainwindow.c
377         * src/mh.c
378         * src/prefs_gtk.c
379         * src/prefs_scoring.c
380         * src/summaryview.c
381         * src/prefs_folder_item.[ch]
382                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
383                   Properties dialog
384                 o use prefswindow for folder properties
385
386         * src/gtk/prefswindow.[ch]
387                 change implementation to use an invisible notebook instead
388                 of unparenting widgets
389
390 2003-07-20 [christoph]  0.9.3claws33
391
392         * src/compose.h
393         * src/folder.c
394         * src/folderview.h
395         * src/headerview.h
396         * src/prefs_filtering.h
397         * src/prefs_folder_item.[ch]
398         * src/procmime.h
399         * src/procmsg.h
400         * src/summaryview.h
401                 clean up header mess
402                 (always use 1. typedefs, 2. #includes, 3. structures)
403
404         * src/common/version.h.in
405                 add casts for constants
406
407         * src/plugins/demo/demo.c
408                 fix typo
409
410         * src/plugins/spamassassin/spamassassin.c
411                 remove unused variable
412
413 2003-07-20 [alfons]     0.9.3claws32
414
415         * src/mimeview.c
416                 o make icon buttons respond on left click
417                 o minor cosmetic change
418
419 2003-07-19 [luke]       0.9.3claws31
420
421         * src/mimeview.[ch]
422         * src/gtk/gtkvscrollbutton.c
423         * src/messageview.c
424                 o improved mimeview behaviour when selecting a new message
425                 o plus code cleanups to remove compile warnings
426
427
428 2003-07-19 [alfons]     0.9.3claws30
429
430         * src/procmsg.c
431         * src/compose.c
432         * src/common/utils.[ch]
433                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
434
435 2003-07-19 [alfons]     0.9.3claws29
436
437         * src/prefs_folder_item.c
438                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
439                 string pointers
440
441 2003-07-19 [luke]       0.9.3claws28
442
443         * src/messageview.c
444         * src/mimeview.[ch]
445         * src/procmime.h
446         * src/rfc2015.c
447         * src/stock_pixmap.[ch]
448         * src/gtk/Makefile.am
449         * src/Makefile.am
450         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
451         * src/pixmaps/mime_*.xpm                ** NEW **
452                 o mimeview rearrangement with a new icon shortcut bar
453         
454 2003-07-19 [alfons]     0.9.3claws27
455
456         * src/folderview.c
457                 o plug leaking nodes_to_recollapse
458                 o add folderview_recollapse_all_nodes() (not used yet)
459
460 2003-07-19 [alfons]     0.9.3claws26
461
462         * src/compose.c
463         * src/common/utils.c
464                 honour #240 "Better SUBJECT handling" by cleaning the prefix
465                 for both forwarding as replying
466
467 2003-07-18 [christoph]  0.9.3claws25
468
469         * configure.ac
470         * src/common/sylpheed.[ch]
471         * src/common/version.h.in
472                 add version in numeric form to allow easy comparison
473
474         * src/plugins/demo/demo.c
475                 add version check
476                 - sylpheed version > plugin version => never allowed, sylpheed
477                   could contain unknown API changes
478                 - sylpheed version < minimum version required => don't load,
479                   API required not available (if linking does not fail)
480
481 2003-07-18 [alfons]     0.9.3claws24
482         
483         * src/common/plugin.[ch]
484                 const correctness
485
486 2003-07-18 [christoph]  0.9.3claws23
487
488         * src/common/hooks.c
489                 fix crash when hooks where unregisted
490
491         * src/plugins/trayicon/trayicon.c
492                 unregister detroy signal before destroying the widget
493                 (still crashes when the plugin is unloaded)
494
495 2003-07-18 [alfons]     0.9.3claws22
496         
497         * src/folderview.c
498                 delay expanding folder tree during drags until timeout triggered
499                 (needs perhaps some tweaking, so testing is welcome)
500
501 2003-07-17 [alfons]     0.9.3claws21
502
503         * src/folderview.c
504                 clean up cruft
505
506 2003-07-17 [christoph]  0.9.3claws20
507
508         * src/common/session.c
509                 fix opening of SSL connections
510
511         * src/plugins/image_viewer/Makefile.am
512                 add OPENSSL_CFLAGS (we should find a better solution to remove
513                 this dependencies if they are not required)
514
515         * src/plugins/spamassassin/spamassassin.c
516                 remove setlocale workaround (fixed in libspamc)
517
518         (closes Bug Bug 184 Entering non-ascii character deletes previous char
519          if spell checking enabled)
520
521 2003-07-17 [alfons]     0.9.3claws19
522
523         * src/common/hooks.[ch]
524         * src/plugins/clamav/clamav_plugin.c
525         * src/plugins/spamassassin/spamassassin.c
526         * src/plugins/trayicon/trayicon.c
527                 fix signedness muck 
528
529 2003-07-17 [alfons]     0.9.3claws18
530
531         * src/procmime.c
532                 plug memleak
533
534 2003-07-17 [alfons]     0.9.3claws17
535
536         * src/inc.c
537                 plug memleak
538
539 2003-07-17 [paul]       0.9.3claws16
540
541         * src/common/defs.h
542           src/mainwindow.c
543           src/manual.[ch]
544                 add link to the Claws site's FAQ page, after the suggestion
545                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
546                 Move url strings to defs.h
547                 
548         * src/mainwindow.c
549                 fix typo to prevent "unknown menu entry" warnings
550
551 2003-07-17 [alfons]     0.9.3claws15
552
553         * src/folderview.[ch]
554         * src/summaryview.[ch]
555         * src/mimeview.[ch]
556                 plug DnD leaks 
557
558 2003-07-17 [paul]       0.9.3claws14
559
560         * src/inc.c
561                 remove two instances of 'GTK_EVENTS_FLUSH' because
562                 they are unnecessary and probably cause a stack overflow
563
564 2003-07-16 [christoph]  0.9.3claws13
565
566         * src/mimeview.[ch]
567                 use an invisible GTK notebook to switch between viewers
568                 instead of reparenting widgets
569
570 2003-07-16 [christoph]  0.9.3claws12
571
572         * src/folder.c
573                 move folder_item_update_freeze() to correct place in
574                 folder_item_scan_full()
575
576 2003-07-16 [paul]       0.9.3claws11
577
578         * sync with 0.9.3cvs12
579                 see ChangeLog 2003-07-14 and 2003-07-15
580
581 2003-07-16 [christoph]  0.9.3claws10
582
583         * src/imap.[ch]
584         * src/prefs_account.[ch]
585                 sync IMAP CRAM-MD5 authentication with sylpheed-main
586
587 2003-07-15 [alfons]     0.9.3claws9
588
589         * src/main.c
590                 make --config-dir do something useful
591
592 2003-07-15 [alfons]     0.9.3claws8
593
594         * src/procmsg.c
595                 o fix a bug where 'last' didn't really point to the last message
596                   in the top level list of children, but to the last threaded
597                   message. 
598                 
599                 o clean up and make it easier to sync
600
601 2003-07-15 [alfons]     0.9.3claws7
602
603         * src/mainwindow.c
604                 make correct menu items sensitive       
605
606 2003-07-14 [alfons]     0.9.3claws6
607
608         * src/procmsg.c
609                 tune the threader so it will not subject-thread any message
610                 without a subject prefix (this will not thread correctly if 
611                 a parent is delivered after their childs, but it looks 
612                 better right now)
613
614 2003-07-13 [christoph]  0.9.3claws5
615
616         * src/mainwindow.c
617                 group "Add mailbox *..." menu items in submenu
618
619 2003-07-13 [alfons]     0.9.3claws4
620
621         * src/summaryview.c
622                 correct summary_toggle_pressed() signature and make sure
623                 signal is not passed on
624
625 2003-07-13 [alfons]     0.9.3claws3
626
627         * src/summaryview.c
628                 o for now don't pass on keys when they we're handled by 
629                   ctree::key_press_event
630                 o clean up
631
632 2003-07-13 [alfons]     0.9.3claws2
633         
634         * src/main.c
635                 add command line option "--config-dir" to get the current 
636                 configuration dir
637
638 2003-07-12 [alfons]     0.9.3claws1
639
640         * src/matcher.[ch]
641         * src/matcher_parser_parse.y
642         * src/prefs_filtering.c
643         * src/filtering.c
644                 add "Lock" filter action to lock messages;
645
646         * src/filtering.c       
647                 remove debug_print()    
648         * src/prefs_filtering.c
649                 re-organize matcher part 9: 
650                 make action text entries easily extendible;
651                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
652                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
653
654 2003-07-12 [paul]
655
656         * tools/README
657                 update old information and add missing
658                 information
659
660 2003-07-12 [paul]       0.9.3claws
661
662         * 0.9.3claws released
663         
664 2003-07-12 [paul]       0.9.0claws103
665
666         * src/Makefile.am
667                 add addrquery.h
668
669 2003-07-12 [melvin]     0.9.0claws102
670
671         * src/messageview.c
672                 Fixed bug #215: Show MIME tab for single text/html messages. 
673                 
674 2003-07-12 [paul]       0.9.0claws101
675
676         * man/sylpheed.1
677                 updated
678
679 2003-07-12 [paul]       0.9.0claws100
680
681         * po/es.po
682           po/hr.po
683           po/pl.po
684           po/sr.po
685                 update Spanish, Croatian, Polish, Serbian translations.
686                 submitted by Ricardo Mones Lastra, Dragan, Witold
687                 Wladyslaw Wojciech Wilk, Urke MMI
688
689 2003-07-12 [melvin]     0.9.0claws99
690
691         * po/fr.po
692                 Updated French translations.
693
694 2003-07-12 [paul]       0.9.0claws98
695
696         * src/addressbook.c
697                 disable 'Lookup' button as it has no effect
698
699 2003-07-11 [alfons]     0.9.0claws97
700         
701         * src/summaryview.c
702                 summary_searchbar_pressed() should return TRUE to signal that
703                 event was handled. when returning void, the return value passed
704                 to GTK is actually random, but maybe FALSE, in which case the
705                 event is handled by parent
706                 
707 2003-07-10 [paul]       0.9.0claws96
708
709         * ac/missing/gettext.m4
710                 update to version 0.12
711
712 2003-07-10 [paul]       0.9.0claws95
713
714         * src/plugins/clamav/clamav_plugin.c
715                 fix bug where multipart/alternative messages
716                 would slip through without being scanned
717
718 2003-07-10 [christoph]  0.9.0claws94
719
720         * src/folder.c
721                 correct check if folder supports removing when a message is
722                 moved. if not the message is only copied.
723
724         (closes Bug 132 crash on startup in newsgroups folders)
725
726 2003-07-09 [alfons]     0.9.0claws93
727
728         * configure.ac
729         * src/common/defs.h
730                 --with-config-dir (default .sylpheed)
731
732 2003-07-09 [christoph]  0.9.0claws92
733
734         * configure.ac
735                 use PKG_CHECK_MODULES to check for gtkmathview
736                 (version 0.4.2 now required)
737
738 2003-07-08 [melvin]     0.9.0claws91
739
740         * src/action.c
741                 Implemented a progress bar that counts the number of completed
742                 tasks when the action runs more than one command.
743
744 2003-07-08 [alfons]     0.9.0claws90
745
746         * src/procmsg.c
747                 if queued message has an invalid Message-Id, don't try to
748                 find message it refers to (fixes #209 "crash when processing 
749                 in folder")
750
751 2003-07-08 [paul]       0.9.0claws89
752
753         * sync with 0.9.3cvs2
754                 see ChangeLog 2003-07-08
755
756 2003-07-08 [match]      0.9.0claws88
757
758         * src/ldapctrl.c
759                 extend LDAP search for first/last name by parsing search term.
760
761 2003-07-08 [alfons]     0.9.0claws87
762
763         * src/send_message.c
764                 fix bug #208 "Status message stuck when sending on POP3 account"
765
766 2003-07-07 [paul]       0.9.0claws86
767
768         * po/hr.po
769                 new Croatian translation, submitted by
770                 Dragan <drleskov@inet.hr>
771
772 2003-07-07 [paul]       0.9.0claws85
773
774         * sync with 0.9.3cvs1
775                 see ChangeLog 2003-07-07
776
777 2003-07-05 [christoph]  0.9.0claws84
778
779         * src/Makefile.am
780         * src/messageview.c
781         * src/mimeview.[ch]
782         * src/stock_pixmap.[ch]
783         * src/pixmaps/messageview_text.xpm              ** NEW **
784                 move mimeview tabs to the right side and use icons
785                 instead of text to save some space
786
787         (patch by Luke Plant <lukeplant@softhome.net>)
788
789 2003-07-05 [christoph]  0.9.0claws83
790
791         * src/inc.c
792                 add NULL pointer checks
793
794         (patch by Luke Plant <lukeplant@softhome.net>)
795         (closes Bug 204 0.9.0 quits on authentication error?!)
796
797 2003-07-05 [alfons]     0.9.0claws82
798
799         * configure.ac
800                 take the clue in bug #202 "./configure script - 
801                 'if test' comparison failure" reported by John Kristoff. 
802
803 2003-07-04 [christoph]  0.9.0claws81
804
805         * src/plugins/spamassassin/spamassassin.c
806                 set timeout for spam check
807
808 2003-07-04 [christoph]  0.9.0claws80
809
810         * src/main.c
811                 destroy all FolderItems when shutting down to
812                 allow folders to clean up
813
814 2003-07-04 [melvin]     0.9.0claws79
815
816         * src/gtk/gtkaspell.c
817                 Fixed bug #184 "Entering non-ascii character deletes
818                 previous char if spell checking enabled": this makes
819                 the spell checking in multibytes (e.g. UTF-8)locales work.
820                 (Patch by Luke Plant).
821                 
822 2003-07-04 [christoph]  0.9.0claws78
823
824         * sync with 0.9.2cvs1
825                 see ChangeLog 2003-06-10
826
827 2003-07-04 [paul]       0.9.0claws77
828
829         * sync with 0.9.3 release
830                 see ChangeLog 2003-07-04
831
832 2003-07-03 [christoph]  0.9.0claws76
833
834         * src/folder.[ch]
835         * src/imap.c
836         * src/mbox_folder.c
837         * src/mh.c
838         * src/news.c
839                 move folder_item_get_path() stuff into a folder virtual function
840
841         * src/procmsg.c
842                 use folder_item_fetch_msg() to get message and do not contruct
843                 the filename from path and number
844
845 2003-07-03 [paul]       0.9.0claws75
846
847         * sync with 0.9.2cvs12
848                 see ChangeLog 2003-07-03
849
850 2003-07-02 [paul]       0.9.0claws74
851
852         * src/messageview.c
853                 fix text-selection for replying
854
855 2003-07-02 [paul]       0.9.0claws73
856
857         * sync with 0.9.2cvs11
858                 see ChangeLog 2003-07-02
859
860 2003-07-02 [paul]       0.9.0claws72
861
862         * src/procmsg.c
863                 revert last commit because it breaks more
864                 than it fixes
865
866 2003-07-02 [paul]       0.9.0claws71
867
868         * src/procmsg.c
869                 fix thread by subject/sort by date
870
871 2003-07-01 [paul]       0.9.0claws70
872
873         * sync with 0.9.2cvs10
874                 see ChangeLog 2003-07-01
875
876 2003-06-30 [paul]       0.9.0claws69
877
878         * sync with 0.9.2cvs9
879                 see ChangeLog 2003-06-30
880
881 2003-06-28 [match]      0.9.0claws68
882
883         * src/addressbook.c
884                 fix null ptr.
885
886 2003-06-27 [paul]       0.9.0claws67
887
888         * sync with 0.9.2cvs7
889                 see ChangeLog 2003-06-27
890
891 2003-06-26 [christoph]  0.9.0claws66
892
893         * src/folder.c
894                 freeze folder updates while a folder is scanned
895
896         (closes Bug 185 New message counter)
897
898 2003-06-26 [darko]      0.9.0claws65
899
900         * src/ldapserver.c
901                 fix infinite loop when adding a new LDAP server
902
903 2003-06-26 [paul]       0.9.0claws64
904
905         * sync with 0.9.2cvs6
906                 see ChangeLog 2003-06-26
907
908 2003-06-26 [paul]       0.9.0claws63
909
910         * sync with 0.9.2cvs5
911                 see ChangeLog 2003-06-25 and 2003-06-26
912
913 2003-06-25 [match]      0.9.0claws62
914
915         * src/addr_compl.c
916                 Fixed tab/backtab for dropped-down completion list to
917                 move next/previous field. (close bug 147)
918
919 2003-06-25 [christoph]  0.9.0claws61
920
921         * src/addr_compl.[ch]
922         * src/addrindex.[ch]
923         * src/folderview.c
924         * src/inc.c
925         * src/news.c
926         * src/summaryview.c
927         * src/toolbar.c
928                 fix warnings
929
930 2003-06-25 [leandro]    0.9.0claws60
931
932         * src/compose.c
933                 o cleanups
934                 o gray out "Message/Remove references" menu item if not
935                   replying to a message
936
937 2003-06-24 [leandro]    0.9.0claws59
938
939         * src/compose.[ch]
940                 o removed "Message/Create new thread" menu item
941                 o added "Message/Remove references" menu item
942                   (it's off by default and will not check anymore
943                    if the subject changed)
944
945 2003-06-23 [alfons]     0.9.0claws58
946
947         * src/procmsg.c
948                 try better grouping messages threaded by subject based on their age.
949                 still not perfect - because the message tree is not sorted by date.  
950
951 2003-06-23 [thorsten]   0.9.0claws57
952
953         * src/pop.[ch]
954                 added mail_receive_hook to allow modifications
955                 directly after retrieval (e.g. adding headers).
956
957 2003-06-23 [paul]       0.9.0claws56
958
959         * src/sourcewindow.c
960                  enable the use of Ctrl+A to select all text in
961                  the sourcewindow
962                  Patch submitted by Ivan Francolin Martinez
963                  <ivanfm@users.sourceforge.net>
964
965 2003-06-22 [christoph]  0.9.0claws55
966
967         * src/folder.[ch]
968                 o add notification hook for folder tree changes
969                 o invoke hooks after folder tree scanning
970
971         * src/folderview.[ch]
972                 register hook for folder tree changes that
973                 updates the ctree
974
975         (there are more places that should be updated, like add, remove 
976          or move folder)
977
978         (closes Bug 164 Crash on rebuild folder tree)
979         (closes Bug 190 Crash on 'rebuilding folder tree')
980
981 2003-06-21 [leandro]    0.9.0claws54
982
983         * src/compose.[ch]
984                 create a new thread if subject changes
985                 (it's on by default, can be disabled in Message menu)
986
987 2003-06-21 [alfons]     0.9.0claws53
988
989         * src/summaryview.c
990                 quiet little compiler
991
992 2003-06-21 [christoph]  0.9.0claws52
993
994         update gettext stuff to version 0.12
995
996 2003-06-19 [alfons]     0.9.0claws51
997
998         * src/common/log.c
999         * src/common/plugin.c
1000                 move defs.h before glib.h to prevent MIN/MAX redefs
1001
1002 2003-06-19 [alfons]
1003
1004         * src/addressbook.c
1005                 translatable
1006
1007 2003-06-19 [match]      0.9.0claws50
1008
1009         * src/addressbook.[ch]
1010         * src/addrindex.[ch]
1011         * src/addr_compl.[ch]
1012         * src/editldap.[ch]
1013         * src/editldap_basedn.[ch]
1014         * src/addritem.[ch]
1015         * src/ldapquery.h
1016                 re-implemented dynamic LDAP search. works without
1017                 slowdown on display sender with addressbook
1018                 option.
1019         * src/addrbook.c
1020                 documented code.
1021
1022 2003-06-19 [paul]       0.9.0claws49
1023
1024         * src/compose.c
1025                 fix Bug #136 'Nonprovided quotation marks crash claws'
1026                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1027
1028 2003-06-19 [alfons]     0.9.0claws48
1029
1030         * src/prefs_common.[ch]
1031         * src/procmsg.c
1032                 restrict threading by subject by checking thread for
1033                 age (prefs_common.thread_by_subject_max_age)
1034
1035 2003-06-18 [christoph]  0.9.0claws47
1036
1037         * src/imap.c
1038                 fix memory leak in imap_cmd_fetch()
1039
1040 2003-06-18 [christoph]  0.9.0claws46
1041
1042         * src/prefs_gtk.c
1043                 fix memory leak in prefs_set_default() when used multiple
1044                 times or after prefs have been read
1045
1046 2003-06-18 [christoph]  0.9.0claws45
1047
1048         * src/common/plugin.c
1049                 fix memory leak in plugin_unload()
1050
1051 2003-06-18 [christoph]  0.9.0claws44
1052
1053         * src/imap.c
1054                 fix memory leak in imap_cmd_ok()
1055
1056 2003-06-18 [christoph]  0.9.0claws43
1057
1058         * src/folder.c
1059                 stop messages that are downloaded from POP3 and added to
1060                 an IMAP inbox from being filtered twice (first by POP3
1061                 and again when IMAP folder is scaned to get the UID of
1062                 the APPEND operation when no UIDPLUS is available)
1063
1064 2003-06-18 [alfons]
1065
1066         * tools/Makefile.am
1067                 phoenix <- firebird     
1068
1069 2003-06-18 [paul]
1070
1071         * tools/launch_phoenix          ** REMOVED **
1072           tools/launch_firebird         ** NEW **
1073                 renamed and edited to reflect the browser's name change from
1074                 'phoenix' to 'firebird'
1075
1076 2003-06-18 [paul]       0.9.0claws42
1077
1078         * sync with 0.9.2cvs2
1079                 see ChangeLog 2003-06-16
1080
1081 2003-06-17 [alfons]     0.9.0claws41
1082
1083         * src/procmsg.c
1084                 prevent threading problems when a node is an ancestor (parent / great parent),
1085                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1086                 for finding an sample set of messages)
1087
1088 2003-06-16 [christoph]  0.9.0claws40
1089
1090         * src/main.c
1091                 don't popup main window on --receive or --receive-all
1092
1093         * src/mainwindow.[ch]
1094         * src/plugins/trayicon/trayicon.c
1095                 allow hiding of main window by clicking on the trayicon
1096                 (doesn't work correctly in seperate window mode and may
1097                  cause unexpected GTK problems I couldn't find yet)
1098
1099         * src/common/ssl.c
1100                 remove incorrect warning
1101
1102 2003-06-15 [alfons]     0.9.0claws39
1103
1104         * src/gtk/gtkstext.c
1105                 don't output debug text;
1106                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1107                 for pointing this out);
1108
1109 2003-06-14 [alfons]     0.9.0claws38
1110         
1111         * src/messageview.c
1112                 remove printf() and make one if..else comply with coding style
1113
1114 2003-06-14 [alfons]     0.9.0claws37
1115
1116         * AUTHORS
1117                 add Martin Wicke
1118         * src/action.c
1119         * src/messageview.[ch]
1120         * src/summaryview.c
1121                 apply patch #754162 "Quoting messages filtered by actions" submitted
1122                 by Martin Wicke, which allows quoting message body changed by an
1123                 action (Thanks!).
1124
1125 2003-06-13 [alfons]     0.9.0claws36
1126
1127         * src/utils.c
1128                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1129                 use case insensitive regexp (suggested by Ivan Martinez)
1130
1131 2003-06-13 [christoph]  0.9.0claws35
1132
1133         * configure.ac
1134         * src/plugins/trayicon/Makefile.am
1135         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1136         * src/plugins/trayicon/trayicon.c
1137         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1138         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1139         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1140         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1141         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1142         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1143                 replace my own EggTrayIcon backport with the backport
1144                 used by (l|x)mule and gabber.
1145
1146 2003-06-13 [alfons]     0.9.0claws34
1147
1148         * AUTHORS
1149         * src/common/utils.c
1150                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1151
1152 2003-06-13 [alfons]     0.9.0claws33
1153
1154         * src/compose.c
1155                 clean up a little bit
1156
1157 2003-06-12 [alfons]     0.9.0claws32
1158
1159         * src/compose.c
1160                 const correctness fix
1161
1162         * src/common/sylpheed.[ch]
1163                 () -> (void)
1164                 prevent redef MIN/MAX
1165                 
1166         * src/common/utils.[ch]
1167                 () -> (void)
1168
1169 2003-06-12 [melvin]     0.9.0claws31
1170
1171         * src/compose.c
1172                 Updated to take into accounts changes in GtkAspell.
1173
1174 2003-06-12 [alfons]     0.9.0claws30
1175
1176         * src/compose.c
1177         * src/procmsg.c
1178         * src/common/utils.[ch]
1179                 handle reply subject prefixes better (initial 
1180                 suggestion by Robert Story adapted and enhanced 
1181                 using regexps)
1182
1183 2003-06-12 [melvin]     0.9.0claws29
1184
1185         * src/compose.c
1186                 Use new gtkaspell_checkers_strerror() to get the speller's
1187                 error message instead of accessing the (now private)
1188                 checkers structure.
1189                 Minor code clean up
1190
1191         * src/main.c
1192                 Use #ifdef instead of #if for USE_ASPELL
1193                 Use the new spell checkers init/quit functions 
1194
1195         * src/gtk/gtkaspell.c
1196                 Use #ifdef instead of #if for USE_ASPELL
1197                 Moved in the majority of GtkAspell structures that were
1198                 exported before by gtkaspell.h
1199         
1200         * src/gtk/gktaspell.h
1201                 Made gtkaspell.h contain only the necessary data to be
1202                 publicized by moving many structures to gtkaspell.c.
1203                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1204                 gtkaspell_checkers_new(): replaced by...
1205                 gtkaspell_checkers_init(): new function for initialization
1206                 gtkaspell_checkers_delete(): replaced by...
1207                 gtkaspell_checkers_quit(): new function
1208                 gtkaspell_checkers_strerror(): new function that returns
1209                 the checker's last error message.
1210                 
1211 2003-06-11 [melvin]     0.9.0claws28
1212
1213         * po/POTFILES.in
1214                 Updated to take into account gtkaspell.c migration to
1215                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1216
1217 2003-06-10 [alfons]     0.9.0claws27
1218
1219         * src/filtering.[ch]
1220         * src/folder.c
1221         * src/matcher.c
1222         * src/scoring.[ch]
1223                 - try fixing bug #18 (any brave testers?)
1224                 - add more robustness by refusing previously 
1225                   unchecked NULL pointers 
1226
1227 2003-06-10 [alfons]     0.9.0claws26
1228
1229         * src/procmsg.c
1230                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1231
1232 2003-06-09 [alfons]     0.9.0claws25
1233
1234         * src/prefs_common.c
1235                 fix bug #163 "Icon switching doesnt work properly" by 
1236                 preventing early freeing of prefs_common.pixmap_theme_path.
1237
1238 2003-06-09 [christoph]  0.9.0claws24
1239
1240         * src/gtk/gtkaspell.c
1241                 revert Thorsten's fix and add forgotten g_strdup for
1242                 aspell path (it should not be possible to alter the path a
1243                 GtkASpell uses from outside)
1244
1245 2003-06-09 [thorsten]   0.9.0claws23
1246
1247         * src/gtk/gtkaspell.c
1248                 dont free prefs_common.aspell_path when closing compose
1249
1250 2003-06-08 [colin]      0.9.0claws22
1251
1252         * src/plugins/spamassassin/spamassassin.c
1253                 fix prefs types
1254
1255 2003-06-07 [christoph]  0.9.0claws21
1256
1257         * src/Makefile.am
1258         * src/compose.c
1259         * src/gtkaspell.[ch]            ** REMOVE **
1260         * src/gtk/Makefile.am
1261         * src/gtk/gtkaspell.[ch]        ** NEW **
1262                 o make gtkaspell independent from sylpheed's prefs
1263                 o move gtkaspell.[ch] to gtk directory
1264
1265 2003-06-07 [christoph]  0.9.0claws20
1266
1267         * src/Makefile.am
1268         * src/crash.c
1269         * src/export.c
1270         * src/filesel.[ch]              ** REMOVE **
1271         * src/folder.c
1272         * src/main.[ch]
1273         * src/common/sylpheed.[ch]
1274         * src/gtk/Makefile.am
1275         * src/gtk/filesel.[ch]          ** NEW **
1276         * src/gtk/pluginwindow.c
1277         * src/gtk/sslcertwindow.c
1278                 move filesel.[ch] to gtk directory
1279
1280 2003-06-07 [alfons]     0.9.0claws19
1281
1282         * src/filesel.c
1283                 make (multi) file selection dialog work again (Claws-only)
1284
1285 2003-06-07 [thorsten]   0.9.0claws18
1286
1287         * po/de.po
1288                 fix typos
1289
1290 2003-06-07 [alfons]     0.9.0claws17
1291
1292         * configure.ac
1293         * src/mimeview.c
1294                 detect apache mishap in which case don't include fnmatch.h
1295                 if regex.h is already included
1296
1297 2003-06-06 [christoph]  0.9.0claws16
1298
1299         * configure.ac
1300         * src/mimeview.h
1301                 add check for fnmatch.h and include it when available
1302
1303         * src/mimeview.[ch]
1304                 fix wrong case sensitivity of Content-Types
1305
1306         * src/gtk/Makefile.am
1307                 need the same include paths in gtk directory as in
1308                 common directory because .h files in common can
1309                 include files from these directories, when included
1310                 in gtk's .h or .c files
1311
1312 2003-06-06 [alfons]     0.9.0claws15
1313
1314         * src/mimeview.c
1315         * src/summaryview.c
1316                 make it compile again because of regex.h / fnmatch.h 
1317                 include problems (related to recent mime stuff, can
1318                 someone check this?)
1319
1320 2003-06-06 [thorsten]   0.9.0claws14
1321
1322         * src/folderview.c
1323                 possible use of uninitialized pointer while dragging
1324
1325 2003-06-06 [paul]       0.9.0claws13
1326
1327         * src/compose.c
1328                 fix bug where the insert sig button would be effective
1329                 only when auto_sig was set
1330
1331 2003-06-06 [paul]       0.9.0claws12
1332
1333         * sync with 0.9.2 release
1334
1335 2003-06-02 [paul]       0.9.0claws11
1336
1337         * sync with 0.9.1cvs1
1338                 see ChangeLog 2003-06-02
1339                 
1340         * po/de.po
1341                 update by Jens
1342
1343 2003-06-01 [christoph]  0.9.0claws10
1344
1345         * src/account.c
1346                 don't use substring search to find accounts by email address
1347
1348         (closes Bug 169 Overly loose matching of "From" address)
1349
1350 2003-05-31 [christoph]  0.9.0claws9
1351
1352         * doc-src/rfc2683.txt
1353         * src/imap.c
1354                 limit IMAP command length as recommended in RFC2683
1355                 (message number lists will be split into multiple imap
1356                 sets, the limit of 1000 octets is not a hard limit)
1357
1358         (closes Bug 161 sylpheed-claws exits with segfault when logging
1359          in to certain imap-servers)
1360
1361 2003-05-29 [alfons]     0.9.0claws8
1362
1363         * src/toolbar.[ch]
1364                 add print button (calling summary_print());
1365                 fine tune setting tooltip text;
1366                 (if someone needs other buttons, please take these 
1367                 commits as a guide, instead of bothering us - also
1368                 see 0.8.11claws150) 
1369
1370 2003-05-29 [darko]      0.9.0claws7
1371
1372         * src/compose.c
1373                 fix crash when word wrapping kicks in due to
1374                 changed text by spell checker
1375
1376 2003-05-29 [paul]       0.9.0claws6
1377
1378         * src/compose.c
1379                 fix bug where changing account would insert
1380                 sig even if auto_sig was FALSE
1381                 
1382         * ChangeLog
1383           ChangeLog.jp
1384           INSTALL
1385                 sync with 0.9.1 release
1386
1387 2003-05-28 [christoph]  0.9.0claws5
1388
1389         * src/imap.c
1390                 fix truncation of too long commands
1391
1392         (closes Bug 167 IMAP hangs trying to get envelope
1393          information in imap_get_uncached_messages)
1394
1395 2003-05-27 [paul]       0.9.0claws4
1396
1397         * tools/Makefile.am
1398           tools/maildir2sylpheed.pl     ** NEW FILE **
1399                 add kmail to sylpheed mailbox conversion script
1400
1401 2003-05-27 [paul]       0.9.0claws3
1402
1403         * sync with 0.9.0cvs10
1404                 see ChangeLog 2003-05-26
1405
1406 2003-05-26 [paul]       0.9.0claws2
1407
1408         * sync with 0.9.0cvs9
1409                 see ChangeLog 2003-05-26
1410
1411 2003-05-24 [paul]       0.9.0claws1
1412
1413         * sync with 0.9.0cvs8
1414                 see ChangeLog 2003-05-23
1415
1416 2003-05-24 [paul]       0.9.0claws
1417
1418         * version 0.9.0claws released
1419
1420 2003-05-24 [paul]       0.8.11claws177
1421
1422         * src/plugins/dillo-viewer/Makefile.am
1423           src/plugins/traycon/Makefile.am
1424                 add missing files
1425                 
1426         * po/bg.po
1427           po/en_GB.po
1428           po/es.po
1429           po/it.po
1430           po/pt_BR.po
1431           po/ru.po
1432           po/sr.po
1433                 update Bulgarian, British English, Spanish, Italian, 
1434                 Brazilian Portuguese, Russian, and Serbian translations, 
1435                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1436                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1437                 Ruslan N. Balkin, and Urke MMI
1438
1439 2003-05-23 [melvin]     0.8.11claws176
1440
1441         * po/fr.po
1442                 Updated French translations
1443
1444 2003-05-22 [paul]       0.8.11claws175
1445
1446         * src/Makefile.am
1447           src/addrbook.[ch]
1448           src/addrcache.[ch]
1449           src/addr_compl.[ch]
1450           src/adressbook.[ch]
1451           src/addrindex.[ch]
1452           src/addritem.[ch]
1453           src/editaddress.c
1454           src/editgroup.c
1455           src/editldap_basedn.c
1456           src/editldap.c
1457           src/jpilot.c
1458           src/vcard.c
1459                 revert to get ldap into it previous working state
1460                 
1461         * po/zh_TW.Big5.po
1462                 new Taiwanese translation,
1463                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1464
1465 2003-05-22 [christoph]  0.8.11claws174
1466
1467         * src/plugins/spamassassin/libspamc.[ch]
1468                 sync libspamc with SpamAssaain release 2.55
1469
1470 2003-05-22 [paul]       0.8.11claws173
1471
1472         * sync with 0.9.0cvs7
1473                 see ChangeLog 2003-05-22
1474                 
1475         * src/summaryview.c
1476                 revert change in 0.8.11claws172: follow
1477                 Hiroyuki's decision and that's the end of it.
1478
1479 2003-05-21 [paul]       0.8.11claws172
1480
1481         * src/summaryview.c
1482                 fix discrepency between open_unread_on_enter
1483                 and always_show_msg
1484
1485 2003-05-21 [paul]       0.8.11claws171
1486
1487         * sync with 0.9.0cvs6
1488                 see ChangeLog 2003-05-21
1489
1490 2003-05-21 [paul]       0.8.11claws170
1491
1492         * sync with 0.9.0cvs5
1493                 see ChangeLog 2003-05-21
1494
1495 2003-05-20 [paul]       0.8.11claws169
1496
1497         * sync with 0.9.0cvs4
1498                 see ChangeLog 2003-05-20
1499                 fixes bug #152, 'encoding of IMAP folders names'
1500
1501 2003-05-20 [paul]       0.8.11claws168
1502
1503         * sync with 0.9.0cvs3
1504                 see ChangeLog 2003-05-20
1505                 
1506         * src/tools/convert_mbox.pl
1507                 minor change in the comments, submitted by Fred Marton
1508
1509 2003-05-19 [paul]       0.8.11claws167
1510
1511         * src/plugins/clamav/Makefile.am
1512           configure.ac
1513                 link clamav_lib to the plugin and not to the main program
1514
1515 2003-05-19 [christoph]
1516
1517         * src/Makefile.am
1518                 add -export-dynamic for linking
1519
1520 2003-05-19 [paul]       0.8.11claws166
1521
1522         * sync with 0.9.0cvs1
1523                 see ChangeLog 2003-05-19
1524
1525 2003-05-19 [paul]       0.8.11claws165
1526
1527         * src/inc.c
1528                 fix 'pop before smtp' timeout
1529
1530 2003-05-18 [alfons]     0.8.11claws164
1531
1532         * src/prefs_matcher.c
1533                 put "execute" action command line ("expression") in edit box
1534
1535 2003-05-18 [christoph]  0.8.11claws163
1536
1537         * src/mimeview.[ch]
1538         * src/plugins/dillo_viewer/dillo_viewer.c
1539         * src/plugins/image_viewer/viewer.c
1540         * src/plugins/mathml_viewer/mathml_viewer.c
1541                 let a viewer have a list of Content-Types
1542
1543 2003-05-18 [paul]       0.8.11claws162
1544
1545         * src/prefs_filtering.c
1546                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1547                 and REDIRECT actions
1548
1549 2003-05-17 [christoph]
1550
1551         * README.claws
1552                 o remove dynamic signatures that was syned with main
1553                 o add infos about no longer "build in" image viewer
1554                 o update bugtracker URL
1555
1556 2003-05-17 [christoph]  0.8.11claws161
1557
1558         * src/folder.c
1559         * src/folderview.c
1560         * src/imap.c
1561                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1562                 for every folder after rebuilding the folder tree.
1563
1564         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1565          messages)
1566
1567 2003-05-17 [christoph]  0.8.11claws160
1568
1569         * src/imap.c
1570                 don't use STATUS command on current folder to check for
1571                 content changes. imap_cmd_ok() now tracks changes to
1572                 folder and number of existing messages.
1573
1574 2003-05-17 [paul]       0.8.11claws159
1575
1576         * src/plugins/clamav/clamav_plugin.c
1577                 remove unnecessary debug_print
1578
1579 2003-05-16 [thorsten]   0.8.11claws158
1580
1581         * src/plugins/demo.c
1582                 included missing intl.h
1583
1584 2003-05-16 [paul]       0.8.11claws157
1585
1586         * po/POTFILES.in
1587                 remove non-existant entries
1588         
1589         * src/plugins/clamav/clamav_plugin.c
1590           src/plugins/clamav/clamav_plugin_gtk.c
1591           src/plugins/dillo_viewer/dillo_prefs.c
1592           src/plugins/dillo_viewer/dillo_viewer.c
1593                 gettextise
1594
1595 2003-05-16 [christoph]  0.8.11claws156
1596
1597         * po/POTFILES.in
1598                 include plugin .c files for translation until I
1599                 find a better solution to have plugins have their
1600                 own textdomain
1601         * src/plugins/demo/demo.c
1602         * src/plugins/image_viewer/plugin.c
1603         * src/plugins/mathml_viewer/mathml_viewer.c
1604         * src/plugins/spamassassin/spamassassin.c
1605         * src/plugins/spamassassin/spamassassin_gtk.c
1606         * src/plugins/trayicon/trayicon.c
1607                 add gettext macros for plugin name and description
1608
1609 2003-05-16 [paul]
1610
1611         * sync with 0.9.0
1612
1613 2003-05-16 [paul]       0.8.11claws155
1614
1615         * sync with lastest 0.9.0pre1
1616                 see ChangeLog 2003-05-16
1617
1618 2003-05-15 [paul]       0.8.11claws154
1619
1620         * sync with latest 0.9.0pre1
1621                 see ChangeLog 2003-05-14 and 2003-05-15
1622
1623 2003-05-14 [christoph]  0.8.11claws153
1624
1625         * src/plugins/image_viewer/viewer.c
1626         * src/plugins/image_viewer/viewer.glade         ** NEW **
1627         * src/plugins/image_viewer/viewerprefs.c
1628                 make it possible to disable the autoload function in the
1629                 imageviewer again
1630
1631 2003-05-14 [christoph]  0.8.11claws152
1632
1633         * src/folder.c
1634                 fix folder update after adding a message
1635
1636 2003-05-13 [alfons]     0.8.11claws151
1637
1638         * src/common/session.c
1639                 remove debug traces
1640                 
1641         * src/addrcache.[ch]
1642         * src/filtering.[ch]
1643         * src/folder.[c]
1644         * src/gtkaspell.[ch]
1645         * src/imap.[ch]
1646         * src/mbox_folder.[ch]
1647         * src/mh.[ch]
1648         * src/mimeview.h
1649         * src/msgcache.[ch]
1650         * src/news.[ch]
1651         * src/passphrase.[ch]
1652         * src/prefs_common.[ch]
1653         * src/prefs_gtk.[ch]
1654         * src/procmsg.c
1655         * src/scoring.[ch]
1656                 be pedantic; (in prototypes () implies (int))
1657
1658 2003-05-13 [alfons]     0.8.11claws150
1659
1660         * src/prefs_toolbar.[ch]
1661         * src/summaryview.[ch]
1662         * src/toolbar.[ch]
1663                 change misleading text in toolbar prefs;
1664                 add toolbar action for ignore thread (toggles ignore thread flag);
1665                 clean up a little bit;
1666
1667 2003-05-12 [paul]
1668
1669         * tools/convert_mbox.pl
1670                 bug fixed by Fred Marton
1671
1672 2003-05-12 [paul]
1673
1674         * sync with 0.9.0pre1
1675
1676 2003-05-09 [paul]       0.8.11claws149
1677
1678         * sync with 0.8.11cvs43
1679                 see ChangeLog 2003-05-09
1680
1681 2003-05-08 [christoph]  0.8.11claws148
1682
1683         * src/imap.[ch]
1684                 o use CAPABILIY as first command and check for PREAUTH
1685                   information in the response to it
1686                 o rewrite all imap_cmd_* functions to use an IMAPSession
1687                   instead of a SockInfo as parameter
1688                 o do STARTTLS after fetching and checking the server
1689                   capabilities
1690
1691 2003-05-08 [paul]       0.8.11claws147
1692
1693         * tools/Makefile.am
1694           tools/README
1695           tools/convert_mbox.pl         ** NEW FILE **
1696                 add mbox conversion script. Submitted by 
1697                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1698
1699 2003-05-07 [christoph]
1700
1701         * doc-src/glade.txt
1702         * src/gtk/pluginwindow.glade
1703         * src/plugins/image_viewer/viewerprefs.glade
1704         * src/plugins/spamassassin/spamassassin_gtk.glade
1705                 add glade files for user interfaces and a description how
1706                 to use glade to create the sylpheed code
1707
1708 2003-05-07 [paul]       0.8.11claws146
1709
1710         * sync with 0.8.11cvs41
1711                 see ChangeLog 2003-05-07
1712
1713 2003-05-06 [christoph]  0.8.11claws145
1714
1715         * src/main.c
1716         * src/plugins/image_viewer/viewer.c
1717                 fix usage of imlib in imageviewer plugin
1718
1719         * src/gtk/prefswindow.c
1720                 handle window close event correctly
1721
1722 2003-05-06 [paul]       0.8.11claws144
1723
1724         * src/common/ssl.c
1725                 fix typo introduced in sync
1726
1727 2003-05-06 [paul]       0.8.11claws143
1728
1729         * sync with 0.8.11cvs39
1730                 see ChangeLog 2003-05-06
1731
1732 2003-05-06 [paul]       0.8.11claws142
1733
1734         * AUTHORS
1735           po/cs.po
1736                 updated Czech translation, submitted by 
1737                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1738                 
1739         * src/plugins/clamav/clamav_plugin_gtk.c
1740                 clean up
1741
1742 2003-05-03 [alfons]     0.8.11claws141
1743
1744         * src/compose.[ch]
1745                 make paste as quotation work even when the call to 
1746                 text_inserted() was deferred (fixes bug #140 "Paste 
1747                 as quotation does not work when using "external" 
1748                 clipboard")
1749
1750 2003-05-03 [thorsten]   0.8.11claws140
1751
1752         * src/addrquery.h
1753           src/ldapquery.h
1754           src/mainwindow.c
1755                 removed C++ comments
1756         * src/addr_compl.c
1757                 function with non-int retval/param used before
1758                 implementation/declaration
1759
1760 2003-05-02 [paul]       0.8.11claws139
1761
1762         * src/addr_compl.[ch]
1763           src/addressbook.[ch]
1764           src/addrindex.c
1765           src/summaryview.c
1766                 revert match's changes to (finally) remove the bug where
1767                 opening a folder causes massive slowdown when using the 
1768                 'Display sender using address book' option
1769
1770 2003-05-01 [melvin]     0.8.11claws138
1771
1772         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1773         * src/plugins/dillo_viewer/dillo_viewer.c
1774                 Fixed bug where "Cancel" button from prefs issued
1775                 warnings.
1776                 Comply a little more to coding style
1777
1778 2003-05-01 [paul]       0.8.11claws137
1779
1780         * sync with 0.8.11cvs38
1781                 see ChangeLog 2003-05-01
1782
1783 2003-05-01 [paul]       0.8.11claws136
1784
1785         * po/bg.po
1786                 updated by George Danchev
1787
1788 2003-04-30 [christoph]  0.8.11claws135
1789
1790         * src/plugins/dillo_viewer/dillo_prefs.c
1791         * src/plugins/image_viewer/viewerprefs.c
1792         * src/plugins/spamassassin/spamassassin_gtk.c
1793                 remove gtk_widget_ref() calls for widgets in
1794                 glade code
1795
1796 2003-04-30 [paul]       0.8.11claws134
1797
1798         * src/addrindex.c
1799                 ok, this time a better fix for the bug where opening folder
1800                 has massive slowdown when using the 'Display sender using 
1801                 address book' option
1802
1803 2003-04-30 [paul]       0.8.11claws133
1804
1805         * src/addrindex.c
1806                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1807         
1808 2003-04-30 [melvin]     0.8.11claws132
1809
1810         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1811
1812         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1813                 Preferences for the dillo plugin
1814         * src/plugins/dillo_viewer/dillo_viewer.c
1815                 Support for preferences
1816         * src/plugins/dillo_viewer/Makefile.am
1817                 Added dillo_prefs.[ch]
1818
1819 2003-04-30 [alfons]     0.8.11claws131
1820
1821         * src/common/plugin.[ch]
1822                 see? this ANSI C'fication immediately gives us type
1823                 checking for free.
1824
1825 2003-04-30 [alfons]     0.8.11claws130
1826
1827         * src/common/plugin.[ch]
1828         * src/plugins/clamav/clamav_plugin.[ch]
1829         * src/plugins/clamav/clamav_plugin_gtk.c
1830         * src/plugins/demo/demo.c
1831         * src/plugins/dillo_viewer/dillo_viewer.c
1832         * src/plugins/image_viewer/plugin.c
1833         * src/plugins/image_viewer/viewer.[ch]
1834         * src/plugins/image_viewer/viewerprefs.[ch]
1835         * src/plugins/mathml_viewer/mathml_viewer.c
1836         * src/plugins/spamassassin/spamassassin.[ch]
1837         * src/plugins/spamassassin/spamassassin_gtk.c
1838         * src/plugins/trayicon/trayicon.c
1839                 clean up
1840
1841 2003-04-30 [alfons]     0.8.11claws129
1842
1843         * src/common/utils.c
1844                 make is_ascii_str() fail gracefully when NULL pointer
1845                 is passed
1846
1847 2003-04-30 [paul]       0.8.11claws128
1848
1849         * src/addrindex.c
1850                 fix bug where opening folder has massive slowdown when
1851                 using the 'Display sender using address book' option
1852
1853 2003-04-30 [paul]       0.8.11claws127
1854
1855         * src/plugins/clamav/clamav_plugin.c
1856           src/plugins/clamav/clamav_plugin_gtk.c
1857           src/plugins/demo/demo.c
1858           src/plugins/dillo_viewer/dillo_viewer.c
1859           src/plugins/image_viewer/plugin.c
1860           src/plugins/mathml_viewer/mathml_viewer.c
1861           src/plugins/spamassassin/spamassassin.c
1862           src/plugins/spamassassin/spamassassin_gtk.c
1863           src/plugins/trayicon/trayicon.c
1864                 get rid of eye-hurting function signatures
1865
1866 2003-04-30 [paul]       0.8.11claws126
1867
1868         * src/plugins/trayicon/trayicon.c
1869                 add description
1870                 
1871         * src/mimeview.c
1872                 be more descriptive
1873
1874 2003-04-30 [paul]       0.8.11claws125
1875
1876         * configure.ac
1877                 arrange the plugins in reverse alphabetical order
1878                 
1879         * src/plugins/clamav/clamav_plugin.[ch]
1880           src/plugins/clamav/clamav_plugin_gtk.c
1881                 rename some params
1882                 resize max_size window
1883                 re-arrange the order of some gui elements
1884                 improve descriptions
1885         
1886         * src/plugins/image_viewer/plugin.c
1887           src/plugins/mathml_viewer/mathml_viewer.c
1888                 add descriptions
1889                 
1890         * src/plugins/spamassassin/spamassassin_gtk.c
1891                 resize max_size window
1892                 re-arrange the order of some gui elements
1893                 
1894         * src/messageview.c
1895           src/mimeview.c
1896                 correct typos
1897
1898 2003-04-30 [alfons]     0.8.11claws124
1899
1900         * src/imap.c
1901                 fix a leak found while browsing Martin Kluge's 
1902                 valgrind log (Claws only)
1903
1904 2003-04-29 [darko]      0.8.11claws123
1905
1906         * src/gtk/gtkstext.h
1907                 include wchar.h if it is available, fixes compilation
1908                 on HP-UX systems
1909
1910 2003-04-29 [melvin]     0.8.11claws122
1911
1912         * src/prefs_actions.c
1913                 Improved help text of Actions' syntax
1914
1915 2003-04-28 [paul]       0.8.11claws121
1916
1917         * src/action.c
1918                 a better fix for the crash when performing an action
1919                 on a mime part
1920
1921 2003-04-28 [paul]       0.8.11claws120
1922
1923         * src/action.c
1924                 fix crash when performing an action on a
1925                 mime part
1926
1927 2003-04-28 [paul]       0.8.11claws119
1928
1929         * sync with 0.8.11cvs36
1930                 see ChangeLog 2003-04-28
1931
1932 2003-04-27 [paul]       0.8.11claws118
1933
1934         * more sync with 0.8.11cvs35
1935                 see ChangeLog 2003-04-25
1936
1937 2003-04-26 [christoph]  0.8.11claws117
1938
1939         * src/folder.c
1940                 fix remove virtual check
1941
1942 2003-04-26 [paul]       0.8.11claws116
1943
1944         * src/messageview.c
1945                 fix return-receipt, make it work again
1946
1947 2003-04-26 [paul]       0.8.11claws115
1948
1949         * src/mimeview.c
1950                 restore double-clicking of the [application/pgp-signature 
1951                 (Select "Check signature" to check)] line in the message view,
1952                 broken in recent sync
1953
1954 2003-04-26 [christoph]  0.8.11claws114
1955
1956         * src/folder.c
1957                 check if remove virtual really exists before
1958                 calling the function
1959
1960 2003-04-25 [match]      0.8.11claws113
1961
1962         * src/addrindex.c
1963         * src/addrbook.c
1964         * src/ldapquery.[ch]
1965         * src/ldapctrl.[ch]
1966                 fix memleak.
1967         * src/ldapserver.[ch]
1968                 fix memleak. fix segfault.
1969                 plug a Claws memleak
1970
1971 2003-04-25 [alfons]     0.8.11claws112
1972
1973         * src/folder.c
1974                 plug a Claws memleak
1975
1976 2003-04-25 [alfons]     0.8.11claws111
1977
1978         * src/common/session.c
1979                 plug a memleak
1980
1981 2003-04-25 [paul]       0.8.11claws110
1982
1983         * sync with 0.8.11cvs35
1984                 see ChangeLog 2003-04-24 and 2003-04-25
1985                 
1986         * src/gtk/pluginwindow.c
1987                 correct another strange float value
1988
1989 2003-04-24 [christoph]  0.8.11claws109
1990
1991         * src/folder.c
1992                 freeze folder item updates when unsetting new flags
1993
1994         * src/gtk/pluginwindow.c
1995                 correct strange float value
1996
1997 2003-04-23 [paul]       0.8.11claws108
1998
1999         * sync with 0.8.11cvs33
2000                 see ChangeLog 2003-04-23
2001
2002 2003-04-22 [paul]       0.8.11claws107
2003
2004         * src/Makefile.am
2005           src/messageview.c
2006           src/mimeview.c
2007           src/pgptext.[ch]      ** REMOVED **
2008                 remove pgptext.[ch] as its not used any more
2009
2010 2003-04-22 [paul]       0.8.11claws106
2011
2012         * sync with 0.8.11cvs31
2013                 see ChangeLog 2003-04-21 and 2003-04-22
2014
2015 2003-04-21 [alfons]     0.8.11claws105
2016
2017         * src/main.c
2018                 No access to GTK structures if we're a spawned child
2019                 (and clean up code a little bit...) Should fix #126.
2020
2021 2003-04-21 [melvin]     0.8.11claws104
2022
2023         * src/plugins/dillo_viewer/README
2024                 Improved slightly the text.
2025
2026 2003-04-21 [melvin]     0.8.11claws103
2027
2028         * src/plugins/dillo_viewer/README *** NEW ***
2029                 Added a README file for the Dillo plugin
2030
2031 2003-04-20 [paul]
2032
2033         * tools/README
2034           tools/outlook2sylpheed.pl
2035                 updated and improved by Ricardo Mones Lastra
2036
2037 2003-04-18 [oliver]     0.8.11claws102
2038
2039         * src/inc.c 
2040         * src/prefs_account.h
2041                 remove Pop3SessionType (used by selective download)
2042         * src/prefs_toolbar.c
2043                 enable set Default Toolbar button
2044
2045 2003-04-18 [paul]       0.8.11claws101
2046
2047         * sync with 0.8.11cvs29
2048                 see ChangeLog 2003-04-18
2049
2050 2003-04-17 [paul]       0.8.11claws100
2051
2052         * src/prefs_common.[ch]
2053           src/summaryview.c
2054                 remove 'Open next message on deletion' option,
2055                 as the same effect can now be achieved via the
2056                 'Always open messages in summary when selected'
2057                 option.
2058
2059 2003-04-17 [paul]       0.8.11claws99
2060
2061         * sync with 0.8.11cvs28
2062                 see ChangeLog 2003-04-17
2063
2064 2003-04-17 [christoph]  0.8.11claws98
2065
2066         * ac/spamassassin.m4
2067         * src/plugins/spamassassin/libspamc.[ch]
2068         * src/plugins/spamassassin/utils.[ch]
2069                 sync libspamc with SpamAssassin project
2070
2071 2003-04-17 [christoph]  0.8.11claws97
2072
2073         * src/common/socket.h
2074         * src/gtk/sslcertwindow.h
2075                 rename old USE_SSL to USE_OPENSSL
2076
2077 2003-04-17 [paul]       0.8.11claws96
2078
2079         * src/prefs_common.h
2080                 use gulong for P_COLOR so that it compiles/runs on
2081                 64-bit systems. Patch submitted by James Noyes
2082                 <jnoyes-claws@retrogeeks.com>
2083                 
2084         * po/de.po
2085                 updated by Jens
2086
2087 2003-04-17 [paul]       0.8.11claws95
2088
2089         * sync with 0.8.11cvs27
2090                 see ChangeLog 2003-04-16
2091
2092 2003-04-15 [paul]       0.8.11claws94
2093
2094         * src/prefs_common.[ch]
2095                 rearrange to stop the window getting too long:
2096                         move Receive dialog stuff to Receive tab
2097                         move Send dialog to Send tab
2098                         remove Dialogs frame
2099                 rename 'Open messages in summary with cursor keys' to
2100                 'Always open messages in summary when selected', as its
2101                 more appropriate
2102
2103 2003-04-15 [paul]       0.8.11claws93
2104
2105         * src/prefs_common.[ch]
2106           src/summaryview.c
2107                 add new option '/Interface/Open next message on deletion'
2108
2109 2003-04-15 [paul]       0.8.11claws92
2110
2111         * src/summaryview.[ch]
2112                 add /Mark/Lock and /Mark/Unlock to the pop-up
2113                 menu. Patch submitted by Ivan Francolin Martinez
2114                 <ivanfm@users.sourceforge.net>
2115
2116 2003-04-15 [paul]       0.8.11claws91
2117
2118         * sync with 0.8.11cvs24
2119                 see ChangeLog 2003-04-15
2120
2121 2003-04-14 [jens]       0.8.11claws90
2122
2123         * updated German translation and some corrections from
2124                 Roland Bless <bless@tm.uka.de>
2125
2126 2003-04-14 [paul]       0.8.11claws89
2127
2128         * sync with 0.8.11cvs22
2129                 see ChangeLog 2003-04-14
2130
2131 2003-04-13 [paul]       0.8.11claws88
2132
2133         * src/plugins/clamav/clamav_plugin.c
2134                 fix memory leaks
2135                 clean up
2136
2137 2003-04-12 [paul]       0.8.11claws87
2138
2139         * src/plugins/clamav/clamav_plugin.c
2140                 activate enable/disable archive scanning option
2141                 
2142         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2143
2144 2003-04-12 [paul]       0.8.11claws86
2145
2146         * src/plugins/Makefile.am
2147           src/plugins/clamav/Makefile.am                ** NEW FILE **
2148           src/plugins/clamav/README                     ** NEW FILE ** 
2149           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2150           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2151                 add Clam AntiVirus plugin
2152
2153 2003-04-12 [paul]       0.8.11claws85
2154
2155         * sync with 0.8.11cvs21
2156                 see ChangeLog 2003-04-11
2157
2158 2003-04-11 [paul]       0.8.11claws84
2159
2160         * po/es.po
2161                 update Spanish translation. Submitted by Ricardo
2162                 Mones Lastra.
2163
2164 2003-04-10 [christoph]  0.8.11claws83
2165
2166         * src/mbox.c
2167                 fix typo that did not move unfiltered mails to destination
2168                 folder
2169
2170         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2171          when filtering from spool)
2172
2173 2003-04-10 [christoph]  0.8.11claws82
2174
2175         * src/imap.c
2176                 use BODY.PEEK instead of BODY in in message fetch operation
2177                 to make sure the IMAP server does not set the \Seen flag for
2178                 messages. Sylpheed does that later itself, when the message
2179                 is opened in sylpheed
2180
2181         (closes Bug 111 Claws destroys unread marks)
2182
2183 2003-04-09 [oliver]     0.8.11claws81
2184         
2185         * src/folder.c
2186                 fix crash in folder_destroy
2187         * README.claws
2188                 remove selective download
2189
2190 2003-04-09 [christoph]  0.8.11claws80
2191
2192         * src/imap.c
2193                 fix crash in imap_get_msginfo() when then fetched message
2194                 is not found
2195
2196         (closes Bug 110 Crash during mail composition)
2197
2198 2003-04-08 [christoph]  0.8.11claws79
2199
2200         * src/folder.c
2201         * src/prefs_account.c
2202                 Filter new messages that are found in an INBOX folder
2203                 when 'Filter messages on receiving' is enabled in the
2204                 Folder's AccountPrefs. This allows to use Sylpheed's
2205                 filtering engine for IMAP folders where messages are
2206                 added to the INBOX by a MTA
2207
2208 2003-04-08 [paul]       0.8.11claws78
2209
2210         * src/procmsg.h
2211                 clean up after last commit
2212
2213 2003-04-08 [paul]       0.8.11claws77
2214
2215         * sync with 0.8.11cvs20
2216                 see ChangeLog 2003-04-07 and 2003-04-08
2217
2218 2003-04-07 [christoph]  0.8.11claws76
2219
2220         * src/filtering.[ch]
2221         * src/inc.[ch]
2222         * src/mbox.c
2223         * src/procmsg.[ch]
2224                 add procmsg_msginfo_filter() to execute filtering actions
2225
2226 2003-04-06 [christoph]  0.8.11claws75
2227
2228         * src/imap.c
2229                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2230
2231 2003-04-06 [christoph]  0.8.11claws74
2232
2233         * src/common/utils.[ch]
2234                 add g_int_compare() function for slist sorting
2235
2236         * src/imap.c
2237                 fetch all MsgInfos with one command in imap_get_msginfos()
2238                 using an imap set with a list of ranges
2239
2240         * src/news.c
2241                 use new g_int_compare() function
2242
2243 2003-04-06 [thorsten]   0.8.11claws73
2244
2245         * src/mh.c
2246                 corrected implementation of mh_folder_destroy()
2247
2248 2003-04-05 [christoph]  0.8.11claws72
2249
2250         * src/account.c
2251         * src/folder.[ch]
2252         * src/folderview.c
2253         * src/imap.c
2254         * src/inc.c
2255         * src/main.c
2256         * src/mainwindow.c
2257         * src/mbox_folder.c
2258         * src/mh.c
2259         * src/mimeview.h
2260         * src/msgcache.[ch]
2261         * src/news.c
2262         * src/procmime.h
2263         * src/procmsg.[ch]
2264         * src/setup.c
2265         * src/gtk/gtkutils.c
2266                 o rename structure field names class and new to klass and
2267                   new_msgs, to allow including files in C++
2268                 o add 'extern "C"' block to some header files
2269                 o add MsgInfoList and MsgNumberList as alias for GSList for
2270                   developers to know what type of list is expected
2271
2272         * src/plugins/image_viewer/plugin.c
2273         * src/plugins/image_viewer/viewer.[ch]
2274         * src/plugins/image_viewer/viewerprefs.[ch]
2275                 rename function names to prevent conflicts
2276
2277 2003-04-05 [paul]       0.8.11claws71
2278
2279         * sync with 0.8.11cvs18
2280                 see ChangeLog 2003-04-03 and 2003-04-04
2281
2282 2003-04-02 [christoph]  0.8.11claws70
2283
2284         * src/folder.[ch]
2285         * src/imap.[ch]
2286         * src/mbox_folder.[ch]
2287         * src/mh.[ch]
2288         * src/news.[ch]
2289                 o Make all virtual folder functions private
2290                 o remove unused folder code
2291
2292         * src/common/socket.[ch]
2293         * src/summaryview.c
2294                 fix warnings
2295
2296 2003-03-30 [alfons]     0.8.11claws69
2297
2298         * src/send_message.c
2299                 remove two debug traces and see if people still report
2300                 errors
2301
2302 2003-03-30 [alfons]     0.8.11claws68
2303
2304         * src/send_message.c
2305         * src/commons/session.c
2306                 add more debug traces
2307
2308 2003-03-30 [christoph]  0.8.11claws67
2309
2310         * src/folder.c
2311                 change processing folder name from .processing to processing
2312
2313         * src/common/ssl.c
2314                 disable SSL certificate check because it causes Xlib error
2315                 when the child process want's to open an GTK window
2316
2317 2003-03-30 [christoph]  0.8.11claws66
2318
2319         * src/folder.c
2320                 don't use default folder for processing folder item because
2321                 it can be a non local folder
2322
2323         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2324
2325 2003-03-30 [alfons]     0.8.11claws65
2326
2327         * src/send_message.c
2328                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2329                 to generate bad code for 'send_send_data_progressive': When
2330                 called from 'send_send_data_finished', the 'data' pointer is
2331                 cleared just before the assignment to the dialog pointer
2332
2333 2003-03-29 [christoph]  0.8.11claws64
2334
2335         * src/common/prefs.h
2336         * src/plugins/image_viewer/Makefile.am
2337         * src/plugins/image_viewer/plugin.c
2338         * src/plugins/image_viewer/viewer.[ch]
2339         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2340                 add PrefsPage for ImageViewer
2341
2342 2003-03-28 [thorsten]   0.8.11claws63
2343
2344         * src/common/session.c
2345                 added some comments
2346
2347 2003-03-28 [paul]       0.8.11claws62
2348
2349         * sync with 0.8.11cvs16
2350                 see ChangeLog 2003-03-28
2351
2352 2003-03-28 [paul]       0.8.11claws61
2353
2354         * sync with 0.8.11cvs15
2355                 see ChangeLog 2003-03-28
2356
2357 2003-03-27 [christoph]  0.8.11claws60
2358
2359         * src/folder.c
2360         * src/imap.c
2361         * src/common/socket.[ch]
2362                 set socket state to DISCONNECTED when any operation
2363                 fails to allow reconnecting in IMAP code without
2364                 checking the return code of all calls to the command
2365                 functions
2366
2367         * src/folderview.c
2368         * src/summaryview.c
2369                 remove some more stuff that depends on specific
2370                 folder types
2371
2372 2003-03-27 [paul]       0.8.11claws59
2373
2374         * sync with 0.8.11cvs14
2375                 see ChangeLog 2003-03-27
2376                 
2377         * src/selective_download.[ch]   ** REMOVED **
2378                 really removed
2379
2380 2003-03-27 [christoph]  0.8.11claws58
2381
2382         * src/folder.c
2383                 fix handling of tmp_flags in flag copy function
2384
2385 2003-03-27 [paul]       0.8.11claws57
2386
2387         * sync with 0.8.11cvs13
2388                 see ChangeLog 2003-03-27
2389
2390 2003-03-27 [oliver]     0.8.11claws56
2391
2392         * src/maiwindow.c
2393                 remove sel_download_cb
2394
2395 2003-03-27 [oliver]     0.8.11claws55
2396         
2397         * src/inc.c
2398                 remove POP3_TOP
2399         
2400 2003-03-26 [oliver]     0.8.11claws54
2401
2402         *src/pop.h
2403                 remove POP3_TOP*
2404         * README.claws
2405                 remove selective donwload readme
2406
2407 2003-03-26 [oliver]     0.8.11claws53
2408         * src/matcher.[ch]
2409         * src/matcher_parser_parse.y 
2410         * src/pop.c 
2411         * src/prefs_account.[ch]
2412         * src/prefs_filtering.c
2413                 remove selective donwload
2414
2415 2003-03-26 [oliver]     0.8.11claws52
2416
2417         * src/inc.[ch] 
2418         * src/filtering.c 
2419         * src/mainwindow.c 
2420                 remove selective donwload
2421
2422 2003-03-26 [oliver]     0.8.11claws51
2423         
2424         * src/Makefile.am
2425         * src/selective_download.[ch]   ** REMOVE **    
2426
2427 2003-03-26 [christoph]  0.8.11claws50
2428
2429         * src/news.c
2430                 fix NEWS that got broken by a sync with sylpheed-main
2431
2432 2003-03-26 [christoph]  0.8.11claws49
2433
2434         * src/mimeview.c
2435                 fix mime type guessing when no mime type is found for a file
2436
2437 2003-03-25 [christoph]  0.8.11claws48
2438
2439         * src/mimeview.c
2440         * src/procmime.c
2441                 remove mime type guessing from mime parser and use
2442                 name based mime types in viewer lookup for mime type
2443                 application/octet-stream
2444
2445 2003-03-25 [christoph]  0.8.11claws47
2446
2447         * doc-src/readme.txt
2448         * doc-src/rfc2554.txt
2449                 add RFC about SMTP AUTH
2450
2451         * src/send_message.c
2452         * src/common/smtp.[ch]
2453                 add extra error code for authentication errors and
2454                 clear temporary password when this error occurs
2455
2456         (closes Bug 84 authentication failure while sending should
2457          prompt for password again)
2458
2459 2003-03-25 [christoph]  0.8.11claws46
2460
2461         * configure.ac
2462         * src/Makefile.am
2463         * src/imageview.[ch]                            ** REMOVE **
2464         * src/messageview.[ch]
2465         * src/mimeview.[ch]
2466         * src/prefs_common.[ch]
2467         * src/textview.c
2468         * src/plugins/Makefile.am
2469         * src/plugins/image_viewer/.cvsignore           ** NEW **
2470         * src/plugins/image_viewer/Makefile.am          ** NEW **
2471         * src/plugins/image_viewer/plugin.c             ** NEW **
2472         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2473                 move image viewer into a plugin (building is enabled by default)
2474                 [ToDo: Prefs for resize and autoview]
2475
2476 2003-03-25 [paul]       0.8.11claws45
2477
2478         * sync with 0.8.11cvs12
2479                 see ChangeLog 2003-03-26
2480
2481 2003-03-25 [paul]       0.8.11claws44
2482
2483         * sync with 0.8.11cvs11
2484                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2485                 
2486         Note: Selective Download is broken.
2487                 
2488 2003-03-22 [christoph]  0.8.11claws43
2489
2490         * src/folder.c
2491                 code cleanup for flags copying
2492
2493 2003-03-22 [christoph]  0.8.11claws42
2494
2495         * src/plugins/trayicon/trayicon.c
2496                 fix setting the transparent area when the window size
2497                 is forced by the system tray
2498
2499 2003-03-22 [christoph]  0.8.11claws41
2500
2501         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2502         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2503         * src/plugins/trayicon/newmail.xpm              ** NEW **
2504         * src/plugins/trayicon/nomail.xpm               ** NEW **
2505         * src/plugins/trayicon/trayicon.c
2506         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2507                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2508                 o add icon for unread mails
2509                 o set transparency for window
2510
2511 2003-03-22 [christoph]  0.8.11claws40
2512
2513         * src/news.c
2514                 init news session to prevent crash when session is closed
2515
2516 2003-03-22 [christoph]  0.8.11claws39
2517
2518         * src/imap.c
2519         * src/common/session.[ch]
2520                 Init session data to make sure we don't have invalid pointers
2521                 for read_ch and write_ch when new multi process sessions are
2522                 not used
2523
2524         * src/main.c
2525         * src/common/plugin.c
2526         * src/common/sylpheed.c
2527         * src/plugins/demo/demo.c
2528         * src/plugins/dillo_viewer/dillo_viewer.c
2529         * src/plugins/mathml_viewer/mathml_viewer.c
2530         * src/plugins/spamassassin/spamassassin.c
2531         * src/plugins/spamassassin/spamassassin_gtk.c
2532                 add plugin types to allow loading plugins at different times
2533                 (and maybe for different frontends), because it's not good to
2534                 load GTK-Plugins gefore gtk_init was called
2535
2536         * configure.ac
2537         * src/plugins/Makefile.am
2538         * src/plugins/trayicon/.cvsignore               ** NEW **
2539         * src/plugins/trayicon/Makefile.am              ** NEW **
2540         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2541         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2542         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2543         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2544         * src/plugins/trayicon/trayicon.c               ** NEW **
2545                 New Trayicon plugin that shows an icon in a systray that uses
2546                 XEMBED protocol like Gnome's systray. Icon shows if there
2547                 are new mails and a tooltip shows information about new,
2548                 unread and total messages.
2549
2550 2003-03-22 [paul]       0.8.11claws38
2551
2552         * src/common/smtp.c
2553                 fix ESMTP AUTH CRAM-MD5
2554                 [sync with main (still version 0.8.11cvs6), see
2555                  ChangeLog 2003-03-22]
2556
2557 2003-03-21 [colin]      0.8.11claws37
2558
2559         * src/send_message.c
2560                 Fix USE_SSL => USE_OPENSSL
2561
2562 2003-03-21 [colin]      0.8.11claws36
2563
2564         * src/folderview.c
2565                 Fix counts in drag and dropped subfolders
2566
2567 2003-03-21 [colin]      0.8.11claws35
2568
2569         * src/folder.c 
2570         * src/folderview.c
2571                 speed up a bit folder dnd
2572
2573 2003-03-20 [alfons]     0.8.11claws34
2574
2575         * src/main.c
2576         * src/toolbar.c
2577         * src/procmsg.c
2578                 don't send locked queue messages
2579                 (feature request "[ 705245 ] Locking message in outbox 
2580                  should prevent sending")
2581
2582 2003-03-20 [christoph]  0.8.11claws33
2583
2584         * src/folder.c
2585                 remove NEW and UNREAD flag in special folders when scanning
2586                 
2587         * src/common/smtp.c
2588                 fix ESMTP AUTH CRAM-MD5
2589
2590 2003-03-20 [paul]       0.8.11claws32
2591
2592         * src/prefs_account.c
2593                 Re-write 'Tunnel command to open connection' as
2594                 'Use command to communicate with server', and disable
2595                 it for all except IMAP accounts
2596
2597 2003-03-20 [paul]       0.8.11claws31
2598
2599         * sync with 0.8.11cvs6
2600                 see ChangeLog 2003-03-20
2601
2602 2003-03-19 [match]      0.8.11claws30
2603
2604         * src/addritem.[ch]
2605                 include documentation. minor refactoring.
2606         * src/addr_compl.[ch]
2607         * src/addrindex.[ch]
2608         * src/addresbook.[ch]
2609         * src/summaryview.c
2610                 re-enable address lookup (was disabled in
2611                 0.8.11claws20).
2612
2613 2003-03-19 [christoph]  0.8.11claws29
2614
2615         * src/procmsg.c
2616                 add temp flag handling, will make moving and copying
2617                 messages possible again
2618
2619         * src/folder.c
2620                 correct calulation of folder stats
2621
2622 2003-03-18 [match]      0.8.11claws28
2623
2624         * src/editgroup.h
2625                 remove case sensitive comparison (closes bug 80).
2626
2627 2003-03-18 [christoph]  0.8.11claws27
2628
2629         * src/imap.c
2630                 fix imap using a tunnel command
2631
2632         (closes bug 87)
2633
2634 2003-03-18 [christoph]  0.8.11claws26
2635
2636         * src/folder.[ch]
2637         * src/imap.c
2638         * src/procmsg.[ch]
2639                 rewrite flag handling for folders
2640
2641 2003-03-18 [christoph]  0.8.11claws25
2642
2643         * src/folder.c
2644         * src/procmsg.c
2645         * src/summaryview.c
2646                 unset NEW and UNREAD flags when message is ignored, to make
2647                 sure messages don't show up as unread on other IMAP clients,
2648                 because the IGNORE_THREAD flag can not be syncronized through
2649                 the IMAP folder
2650
2651 2003-03-17 [christoph]  0.8.11claws24
2652
2653         * src/imap.c
2654                 don't use recursion to fetch uids when the number of messages
2655                 does not match. Moved code into subfunction that is used
2656                 again when needed, to prevent an endless loop.
2657
2658 2003-03-17 [thorsten]   0.8.11claws23
2659
2660         * src/imageview.[ch]
2661                 export imageview_get_resized_size() (for plugins)
2662         * src/prefs_common.[ch]
2663                 added prefs_common_get() (for plugins)
2664
2665 2003-03-17 [christoph]  0.8.11claws22
2666
2667         * src/imap.c
2668                 o remove UID guessing from copy code
2669                 o support UIDPLUS extension for APPEND command
2670
2671 2003-03-17 [paul]       0.8.11claws21
2672
2673         * src/gtk/about.c
2674                 remove 'Compiled-plugins' section.
2675                 
2676         * src/plugins/dillo_viewer/dillo_viewer.c
2677                 slight change to description text
2678
2679 2003-03-16 [match]      0.8.11claws20
2680         * src/ldapserver.[ch]           ** NEW **
2681         * src/ldapctrl.[ch]             ** NEW **
2682         * src/ldapquery.[ch]            ** NEW **
2683         * src/ldaputil.[ch]             ** NEW **
2684         * src/addrcindex.[ch]           ** NEW **
2685         * src/addrquery.h               ** NEW **
2686         * src/addritem.[ch]
2687         * src/addrcache.[ch]
2688         * src/addrindex.[ch]
2689         * src/addr_compl.[ch]
2690         * src/addressbook.[ch]
2691         * src/addrbook.[ch]
2692         * src/editgroup.c
2693         * src/editaddress.c
2694         * src/editldap.c
2695         * src/editldap_basedn.c
2696         * src/vcard.c
2697         * src/jpilot.c
2698         * src/Makefile.am
2699                 included dynamic LDAP queries. improved address
2700                 completion.
2701
2702 2003-03-16 [paul]       0.8.11claws19
2703
2704         * tools/multiwebsearch.pl
2705                 fix a fatal typo
2706
2707 2003-03-16 [christoph]  0.8.11claws18
2708
2709         * src/mimeview.c
2710         * src/plugins/dillo_viewer/dillo_viewer.c
2711         * src/plugins/mathml_viewer/mathml_viewer.c
2712                 make unregistering of MimeViewerFactorys possible
2713
2714 2003-03-16 [alfons]     0.8.11claws17
2715
2716         * configure.ac
2717                 correct typo
2718
2719 2003-03-16 [melvin]     0.8.11claws16
2720
2721         * src/plugins/dillo_viewer.c
2722                 Fixed bug where it was not possible to view more than
2723                 one text/html attachment per message (bug discovered
2724                 by Christoph Hohmann).
2725
2726 2003-03-15 [melvin]     0.8.11claws15
2727
2728         * src/prefs_actions.c
2729                 Fixed compilation warnings.
2730
2731 2003-03-15 [melvin]     0.8.11claws14
2732
2733         * src/plugins/Makefile.am
2734         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2735         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2736         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2737                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2738                 newer (http://dillo.auriga.wearlab.de/).
2739
2740 2003-03-15 [christoph]  0.8.11claws13
2741
2742         * src/imap.c
2743                 don't query imap folder for attributes because we already
2744                 for them from imap_status
2745
2746         * src/mimeview.[ch]
2747                 add support for plugable MimeViewers (unloading Viewers
2748                 not yet complete)
2749
2750         * src/plugins/Makefile.am
2751         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2752         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2753         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2754                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2755                 widget from http://helm.cs.unibo.it/mml-widget/
2756
2757 2003-03-14 [christoph]  0.8.11claws12
2758
2759         * src/folder.[ch]
2760                 o error return code's should better be negative
2761                 o replace printf with debug_print
2762
2763         * src/imap.c
2764                 improve IMAP folder scan by checking UID-NEXT
2765
2766         * src/summaryview.c
2767                 remove check that are unnecessary in my opinion
2768
2769 2003-03-13 [christoph]  0.8.11claws11
2770
2771         * src/folder.[ch]
2772         * src/foldersel.c
2773         * src/folderview.c
2774         * src/imap.c
2775         * src/mbox_folder.c
2776         * src/mh.c
2777         * src/news.c
2778         * src/prefs_scoring.c
2779         * src/summaryview.c
2780                 use a common function to get a displayable name
2781                 for a FolderItem
2782
2783 2003-03-13 [paul]       0.8.11claws10
2784
2785         * tools/Makefile.am
2786           tools/README
2787           tools/multiwebsearch.conf     ** NEW FILE **
2788           tools/multiwebsearch.pl       ** NEW FILE **
2789                 add multiwebsearch Actions script
2790
2791 2003-03-13 [colin]      0.8.11claws9
2792
2793         * src/compose.c
2794                 Remove leading emtpy lines from quoted text
2795                 before quoting it
2796
2797 2003-03-13 [melvin]     0.8.11claws8
2798
2799         * src/prefs_actions.c
2800                 Fixed a memory leak
2801                 Code clean ups
2802                 Added Cancel and OK buttons
2803                 Corrected help text
2804
2805 2003-03-13 [christoph]  0.8.11claws7
2806
2807         * src/account.c
2808         * src/folder.[ch]
2809         * src/imap.c
2810         * src/mainwindow.c
2811         * src/mbox_folder.c
2812         * src/mh.c
2813         * src/news.c
2814         * src/setup.c
2815                 replace more folder type stuff with folder class stuff
2816
2817 2003-03-13 [melvin]     0.8.11claws6
2818
2819         * src/prefs_actions.c
2820                 Added new tokens:
2821                 %u: user provided argument
2822                 %h: user provided argument (hidden on input)
2823                 %s: current text selection in the message view 
2824
2825 2003-03-13 [paul]       0.8.11claws5
2826
2827         * sync with 0.8.11cvs5
2828                 see ChangeLog 2003-03-11, 2003-03-12
2829
2830 2003-03-12 [christoph]  0.8.11claws4
2831
2832         * src/folder.c
2833                 use folder class idstr when writing folderlist.xml
2834
2835         * src/folder.h
2836         * src/imap.c
2837         * src/news.c
2838                 replace folder type checks with folder class checks
2839
2840 2003-03-12 [christoph]  0.8.11claws3
2841
2842         * src/folder.[ch]
2843         * src/imap.[ch]
2844         * src/main.c
2845         * src/mbox_folder.[ch]
2846         * src/mh.[ch]
2847         * src/news.[ch]
2848                 o create a list of known folder classes in the folder system
2849                 o use folder class id strings for folder item identifiers
2850
2851 2003-03-12 [christoph]  0.8.11claws2
2852
2853         * src/imap.c
2854                 fix imap uid validity check
2855
2856 2003-03-12 [christoph]  0.8.11claws1
2857
2858         * src/account.c
2859         * src/folder.[ch]
2860         * src/foldersel.c
2861         * src/folderview.c
2862         * src/imap.c
2863         * src/mainwindow.c
2864         * src/mbox_folder.c
2865         * src/mh.c
2866         * src/news.c
2867         * src/prefs_scoring.c
2868         * src/procmsg.c
2869         * src/setup.c
2870         * src/summaryview.c
2871                 initial restructuring of folder system, seperating
2872                 folders and folder classes
2873
2874 2003-03-12 [paul]       0.8.11claws
2875
2876         0.8.11claws release
2877
2878 2003-03-12 [christoph]
2879
2880         * src/gtk/prefswindow.c
2881                 fix translation of "Page Index"
2882
2883 2003-03-12 [paul]       0.8.10claws110
2884
2885         a sync from 0.8.11cvs4 before the release
2886
2887         * src/common/utils.c
2888                 subject_compare_for_sort(): allow null strings (fixes
2889                 summary sorting).
2890
2891 2003-03-11 [paul]       0.8.10claws109
2892
2893         * po/es.po
2894                 update Spanish translation, submitted by
2895                 Ricardo Mones Lastra
2896
2897 2003-03-11 [melvin]     0.8.10claws108
2898
2899         * po/fr.po
2900                 Updated French translations
2901
2902 2003-03-11 [paul]       0.8.10claws107
2903
2904         * manual/en/Makefile.am
2905           manual/en/*.html
2906                 update English manual, add a new page
2907                 updated by Francois Barriere <fbarriere@atmel.fr>
2908                 
2909         * po/bg.po
2910           po/it.po
2911           po/sr.po
2912                 update Bulgarian, Italian, and Serbian translations
2913                 submitted by George Danchev, Alessandro Maestri, and
2914                 Urke MMI
2915
2916 2003-03-10 [paul]       0.8.10claws106
2917
2918         * src/gtk/about.c
2919           src/gtk/prefswindow.c
2920                 make some strings translatable
2921
2922 2003-03-10 [darko]      0.8.10claws105
2923
2924         * src/compose.c
2925                 code cleanup to make Hiro happy
2926
2927 2003-03-10 [paul]       0.8.10claws104
2928
2929         * sync with 0.8.11cvs2
2930                 see ChangeLog 2003-03-10
2931
2932 2003-03-09 [melvin]     0.8.10claws103
2933
2934         * src/textview.c
2935                 textview_set_font(): fix for message display in
2936                 UTF-8 locales (thanks to Sergey Vlasov).
2937                 (was unintentionnaly reverted in 0.8.6claws6)   
2938
2939 2003-03-08 [darko]      0.8.10claws102
2940
2941         * src/compose.c
2942                 fix infinite loop in wrapping as reported
2943                 by happycactus
2944                 obsoletes patch #696482
2945
2946 2003-03-08 [christoph]  0.8.10claws101
2947
2948         * src/imap.c
2949                 add workaround for IMAP servers that do not
2950                 support the "UID SEARCH UID" command
2951
2952 2003-03-07 [christoph]  0.8.10claws100
2953
2954         * src/plugins/spamassassin/spamassassin.[ch]
2955         * src/plugins/spamassassin/spamassassin_gtk.c
2956                 code cleanup
2957
2958 2003-03-07 [paul]       0.8.10claws99
2959
2960         * po/es.po
2961                 updated Spanish translation, submitted by
2962                 Ricardo Mones Lastra
2963
2964 2003-03-07 [christoph]  0.8.10claws98
2965
2966         * src/send.c
2967                 fix in 0.8.10claws94 was wrong
2968                 local delivery does not require escaping, remove escaping
2969                 code to make signatures of mails with "." lines valid
2970                 
2971                 NOTE: requires that sendmail is executed with "-i" option,
2972                       what is the default now, but has to be changed in all
2973                       exsiting accounts)
2974
2975 2003-03-07 [paul]       0.8.10claws97
2976
2977         * sync with 0.8.11 release
2978                 see ChangeLog 2003-03-07
2979
2980 2003-03-06 [paul]       0.8.10claws96
2981
2982         * src/compose.c
2983                 revert commit 0.8.10claws92
2984
2985 2003-03-06 [paul]       0.8.10claws95
2986
2987         * src/folderview.c
2988                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2989
2990         * src/gtkaspell.c
2991                 fix bug 74, 'Crash opening editor window with pseudo-color
2992                 display'
2993                 
2994         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2995
2996 2003-03-06 [christoph]  0.8.10claws94
2997
2998         * src/send.c
2999                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3000                 all lines starting with a period get an extra period
3001                 inserted
3002                 (found by Simon 'corecode' Schubert)
3003
3004 2003-03-06 [paul]       0.8.10claws93
3005
3006         * src/folderview.c
3007                 if configured font can't be loaded fall back to gtk
3008                 default. (with thanks to Christoph)
3009                 
3010                 closes long-standing bug 15 'Crashes on startup'
3011
3012 2003-03-06 [paul]       0.8.10claws92
3013
3014         * src/compose.c
3015                 freeze text before autosave and thaw afterwards
3016                 fixes bug 67 'autosave make re-rediting message crazy'
3017
3018 2003-03-06 [christoph]  0.8.10claws91
3019
3020         * src/compose.c
3021                 ignore address comment in dupe check for Cc-list
3022
3023         (closes reopened bug 47 Replying to message strips name part of
3024          e-mail addresses of Cc: lines)
3025
3026 2003-03-06 [paul]       0.8.10claws90
3027
3028         * src/Makefile.am
3029                 remove reference to gtkxtext.h as its no longer in
3030                 the repository
3031
3032 2003-03-06 [paul]       0.8.10claws89
3033
3034         * sync with 0.8.10cvs25
3035                 see ChangeLog 2003-03-06
3036
3037 2003-03-06 [oliver]     0.8.10claws88
3038         
3039         * src/messageview.c
3040                 remove include
3041
3042 2003-03-06 [oliver]     0.8.10claws87
3043         
3044         * src/folderview.c 
3045                 remove changes introduced inclaws74
3046         * src/messageview.c
3047                 another attempt to sanely delete and update
3048                 messages deleted in separate messageview
3049
3050 2003-03-05 [christoph]  0.8.10claws86
3051
3052         * src/summaryview.c
3053                 check if "From" matches any account's address if
3054                 addressbook completion of addresses is disabled too
3055
3056         (closes Bug 70 "Display recipient in from" doesn't check
3057          folder's default account)
3058
3059 2003-03-05 [christoph]  0.8.10claws85
3060
3061         * src/compose.c
3062         * src/common/utils.[ch]
3063                 don't strip address comments when building Cc lists
3064
3065         (closes Bug 47 Replying to message strips name part of e-mail addresses
3066          of Cc: lines)
3067
3068         * src/folder.c
3069                 fix return value of copy function
3070
3071 2003-03-05 [christoph]  0.8.10claws84
3072
3073         * src/imap.c
3074                 don't ask imap server for non rfc822 headers
3075
3076         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3077
3078         * src/imap.c
3079                 destroy session on socket error to allow reconnecting
3080
3081 2003-03-05 [christoph]  0.8.10claws83
3082
3083         * configure.ac
3084                 fix building with gnome when no prefix is set
3085
3086         (closes bug 66 Gnome directory is set to NONE)
3087
3088 2003-03-05 [paul]       0.8.10claws82
3089
3090         * sync with 0.8.10cvs23
3091                 see ChangeLog 2003-03-05
3092
3093 2003-03-04 [christoph]  0.8.10claws81
3094
3095         * src/folder.c
3096                 o fix moving and copying when folder returns 0 for new
3097                   message number
3098                 o remove some code for single message copy and move
3099                   operations and use functions for multiple messages
3100
3101         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3102
3103         * src/news.c
3104                 remove unused include
3105
3106 2003-03-04 [paul]       0.8.10claws80
3107
3108         * src/gtk/about.c
3109                 list 'Compiled plugins'
3110
3111 2003-03-03 [christoph]  0.8.10claws79
3112
3113         * src/news.[ch]
3114                 have to multiply the percentage of the current fetch with
3115                 the percentage that it has of the total fetch operation
3116                 for correct values
3117
3118 2003-03-03 [christoph]  0.8.10claws78
3119
3120         * src/news.c
3121                 fix calculation of expected lines for progress indicator
3122
3123 2003-03-03 [christoph]  0.8.10claws77
3124
3125         * src/summaryview.c
3126         * src/common/utils.c
3127                 fix segfault when opening the root news folder
3128
3129 2003-03-03 [christoph]  0.8.10claws76
3130
3131         * src/mainwindow.[ch]
3132         * src/common/Makefile.am
3133         * src/common/progressindicator.[ch]
3134                 add UI independent progress indicator handling
3135
3136         * src/news.[ch]
3137                 use new progress indicator for message info fetching
3138
3139         * src/common/hooks.h
3140                 code cleanup
3141
3142 2003-03-03 [oliver]     0.8.10claws75
3143
3144         * src/toolbar.c
3145         * src/compose.c
3146                 removed commented code
3147
3148 2003-03-03 [oliver]     0.8.10claws74
3149
3150         * src/toolbar.[ch]
3151                 cleanups and refactoring
3152         * src/compose.[ch]
3153                 compose_reply_mode reply & forwarding interface for
3154                 toolbar buttons
3155         * src/folderview.c
3156                 act on messages marked for deletion in folderview_selected
3157                 based on prefs_common.immediate_exec since a message might 
3158                 have been deleted by messageview in a folder we are changing 
3159                 to (does anybody understand what I'm on about ?)
3160
3161 2003-03-03 [oliver]     0.8.10claws73
3162         
3163         * src/messageview.[ch]
3164                 new functions
3165                 - messageview_delete: delete message shown in messagview
3166                 - messageview_update_view: update messageview to currently 
3167                   selected summaryview message
3168                 - add separate messageview to msgview_list in order to update 
3169                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3170         * src/summaryview.[ch]
3171                 summary_get_selection returns a list of selected msgs
3172                 in summaryview
3173         * src/mainwindow.c
3174                 toolbar reply refactoring
3175
3176 2003-03-03 [paul]       0.8.10claws72
3177
3178         * sync with 0.8.10cvs21
3179                 see ChangeLog 2003-03-03
3180
3181 2003-03-02 [christoph]  0.8.10claws71
3182
3183         * src/common/passcrypt.c
3184                 use POSIX includes
3185
3186 2003-03-02 [christoph]  0.8.10claws70
3187
3188         * configure.ac
3189         * src/prefs_account.c
3190         * src/prefs_gtk.[ch]
3191         * src/common/.cvsignore
3192         * src/common/Makefile.am
3193         * src/common/passcrypt.c                ** NEW **
3194         * src/common/passcrypt.h.in             ** NEW **
3195                 Implement password encryption in config files
3196                 using unix encrypt and setkey functions. The crypt
3197                 key can be set as a configure parameter. Old
3198                 passwords will be converted if they do not begin
3199                 with '!'
3200
3201 2003-03-02 [paul]       0.8.10claws69
3202
3203         * src/prefs_account.c
3204                 fix compile error
3205
3206 2003-03-01 [thorsten]   0.8.10claws68
3207
3208         * po/el.po
3209           po/hr.po
3210           po/it.po
3211           po/nl.po
3212           po/sr.po
3213           po/sv.po
3214                 corrected format strings
3215         * po/en_GB.po
3216                 corrected headers
3217                 (fix compile errors with GNU gettext-0.11.5)
3218
3219 2003-03-01 [oliver]     0.8.10claws67
3220
3221         * src/summaryview.c
3222                 menu callbacks call toolbar_menu_reply
3223
3224 2003-03-01 [oliver]     0.8.10claws66
3225
3226         * src/mainwindow.c
3227         * src/messageview.c
3228                 menu callbacks call toolbar_menu_reply
3229         * src/toolbar.[ch]
3230                 callbacks from menu handled by toolbar_menu_reply
3231
3232 2003-03-01 [paul]       0.8.10claws65
3233
3234         * src/addressbook.c
3235                 revert commit 0.8.10claws54 - breaks editing of
3236                 addressbook.
3237                 
3238         * po/bg.po
3239                 update Bulgarian translation, submitted by
3240                 George Danchev
3241
3242 2003-02-28 [christoph]  0.8.10claws64
3243
3244         * src/account.c
3245         * src/addressadd.c
3246         * src/compose.c
3247         * src/gtkaspell.c
3248         * src/gtkxtext.h                ** REMOVE **
3249         * src/imap.c
3250         * src/matcher.[ch]
3251         * src/mh.c
3252         * src/news.c
3253         * src/pine.c
3254         * src/prefs_common.c
3255         * src/prefs_matcher.c
3256         * src/procheader.[ch]
3257         * src/procmsg.[ch]
3258         * src/toolbar.c
3259         * src/common/ssl_certificate.c
3260         * src/gtk/colorlabel.c
3261         * src/gtk/menu.c
3262                 o fix warnings
3263                 o remove code obsoleted by new cache and folder system rework
3264
3265 2003-02-28 [oliver]     0.8.10claws63
3266         
3267         * src/toolbar.[ch]
3268                 * fix bug where reply in Messageview replied to 
3269                 Message displayed in summaryview
3270                 (reportedd via ML by chinatinte at gmx dot ch)
3271                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3272                 didn't work in separate MessageView Toolbar
3273                 (wondering if anybody uses this at all ?)
3274         * src/summaryview.[ch]
3275                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3276                 (generalize reply and forward code);
3277         * src/messageview.c 
3278                 remove focus_in event which updated summaryview to messageview
3279
3280 2003-02-28 [paul]       0.8.10claws62
3281
3282         * po/Makefile.in.in
3283                 add the --check option
3284                 Patch submitted by Ricardo Mones Lastra
3285
3286 2003-02-28 [paul]       0.8.10claws61
3287
3288         * src/prefs_account.c
3289                 re-order 'Signature' items
3290
3291 2003-02-28 [paul]       0.8.10claws60
3292
3293         * sync with 0.8.10cvs20
3294                 see ChangeLog 2003-02-28
3295
3296 2003-02-28 [paul]       0.8.10claws59
3297
3298         * po/POTFILES.in
3299                 update to reflect recent movement of files
3300
3301 2003-02-28 [paul]       0.8.10claws58
3302
3303         * sync with 0.8.10cvs19
3304                 see ChangeLog 2003-02-28
3305
3306 2003-02-27 [martin]     0.8.10claws57
3307
3308         * src/prefs_matcher.c 
3309                 fix segfault in prefs_matcher_ok() when the
3310                 last entry is deleted and prevents that the
3311                 message "entry not saved" comes up after deleting
3312                 an entry
3313
3314 2003-02-27 [martin]     0.8.10claws56
3315
3316         * src/prefs_filtering.c 
3317                 fix segfault in prefs_filtering_ok() when the
3318                 last entry is deleted and prevents that the
3319                 message "entry not saved" comes up after deleting
3320                 an entry
3321
3322 2003-02-27 [paul]       0.8.10claws55
3323
3324         * sync with 0.8.10cvs18
3325                 see ChangeLog 2003-02-27
3326
3327 2003-02-27 [paul]       0.8.10claws54
3328
3329         * src/addressbook.c
3330                 fix bug where the address book crashes with 
3331                 multiple lookups.
3332                 Patch [687729] submitted by David Frager 
3333                 <dbfrager@users.sourceforge.net>
3334
3335 2003-02-25 [christoph]  0.8.10claws53
3336
3337         * src/Makefile.am
3338         * src/colorlabel.[ch]           ** REMOVE **
3339         * src/gtk/Makefile.am
3340         * src/gtk/colorlabel.[ch]       ** NEW **
3341                 move colorlabel files to gtk directory
3342
3343         * src/esmtp.[ch]                ** REMOVE **
3344                 has been merged into smtp.[ch] in 0.7.5
3345
3346 2003-02-25 [christoph]  0.8.10claws52
3347
3348         * src/Makefile.am
3349         * src/about.[ch]                ** REMOVE **
3350         * src/gtk/Makefile.am
3351         * src/gtk/about.[ch]            ** NEW **
3352                 move about files to gtk directory
3353
3354 2003-02-25 [christoph]  0.8.10claws51
3355
3356         * src/folder.c
3357                 some code optimization of folder scanning code
3358
3359         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3360
3361 2003-02-25 [christoph]  0.8.10claws50
3362
3363         * src/main.c
3364         * src/common/sylpheed.c
3365                 add command line parameter parsing to common code
3366
3367 2003-02-24 [christoph]
3368
3369         * Makefile.am
3370         * configure.ac
3371                 fix gnome prefix problems, the configure script now removed
3372                 `gnome-config --prefix` from `gnome-config --datadir`
3373                 and adds $(prefix} instead
3374
3375         (closes Bug 24 Makefile does not respect prefix when installing
3376          GNOME data)
3377
3378 2003-02-24 [christoph]  0.8.10claws49
3379
3380         * src/news.c
3381                 check for valid session before trying to authenticate
3382
3383         (closes Bug 60 crash if "authenticate on logon" is activated
3384          and newsserver-hostname is not valid)
3385
3386 2003-02-24 [melvin]     0.8.10claws48
3387
3388         * src/prefs_actions.c
3389                 Make sure all user's input is sent to the action and then
3390                 close the socket..
3391
3392 2003-02-23 [alfons]     0.8.10claws46
3393
3394         * src/summaryview.c
3395                 also wait cursor when deleting files
3396
3397 2003-02-23 [paul]
3398
3399         * tools/freshmeat_search.pl
3400           tools/google_search.pl
3401                 scripts should now work for any browser/browser command line
3402
3403 2003-02-22 [christoph]  0.8.10claws45
3404
3405         * src/procmsg.c
3406                 fix IMAP flag setting, IMAP flag is not handled correctly
3407                 anymore by the folder system and information about the
3408                 folder should not be saved in the MsgInfo (in my opinion)
3409
3410         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3411
3412 2003-02-22 [christoph]  0.8.10claws44
3413
3414         * src/summaryview.c
3415                 fix spelling of "label" ;-)
3416
3417 2003-02-22 [thorsten]   0.8.10claws43
3418
3419         * src/mimeview.c
3420           src/prefs_common.[ch]
3421           src/procmime.[ch]
3422                 do not use description as attachment name
3423
3424 2003-02-22 [alfons]     0.8.10claws42
3425
3426         * src/summaryview.c
3427                 freeze/thaw folder item updates when changing color labels,
3428                 and put a wait cursors on
3429
3430 2003-02-22 [thorsten]   0.8.10claws41
3431
3432         * src/mimeview.c
3433                 save-all fixes: crash if invoked on multipart container,
3434                 mimeinfo access, pathseparators, error dialog
3435
3436 2003-02-21 [alfons]     0.8.10claws40
3437
3438         * src/prefs_gtk.c
3439                 remove unused var
3440
3441 2003-02-21 [colin]      0.8.10claws39
3442
3443         * src/send.c
3444                 Fix smtp logging
3445
3446 2003-02-21 [colin]      0.8.10claws38
3447
3448         * src/summaryview.c
3449                 Freeze/thaw folderItem updates when filtering messages 
3450                 via Tools/Filter messages
3451
3452 2003-02-21 [paul]       0.8.10claws37
3453
3454         * src/compose.c
3455                 revert commit 0.8.10claws26, there are ulterior motives
3456                 for users to set a Reply-To header when posting to
3457                 newsgroups
3458
3459 2003-02-21 [paul]       0.8.10claws36
3460
3461         * sync with 0.8.10cvs17
3462                 see ChangeLog 2003-02-21
3463
3464 2003-02-20 [christoph]  0.8.10claws35
3465
3466         * src/imap.c
3467                 IMAP UID fetch speedup using SEARCH
3468
3469         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3470
3471         * src/imap.c
3472                 fix problem with UIDs in IMAP UID cache that no longer existed
3473
3474 2003-02-20 [christoph]  0.8.10claws34
3475
3476         * src/imap.c
3477         * src/procheader.c
3478         * src/procheader.h
3479                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3480
3481         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3482
3483         * src/imap.c
3484                 Rewrite imap_cmd_gen_recv use sock_getline instead
3485                 of sock_gets to avoid problems with too long reply
3486                 lines
3487     
3488 2003-02-20 [colin]      0.8.10claws33
3489         
3490         * src/prefs_account.c
3491                 Better wording
3492
3493 2003-02-20 [colin]      0.8.10claws32
3494
3495         * src/compose.c
3496                 Remove useless '&& !to_sender' 
3497
3498 2003-02-20 [darko]
3499
3500         * AUTHORS
3501                 change my e-mail address
3502
3503 2003-02-19 [colin]      0.8.10claws31
3504
3505         * src/prefs_common.c
3506                 X11 style colors for every configurable color
3507
3508 2003-02-19 [alfons]     0.8.10claws30
3509
3510         * src/prefs_gtk.[ch]
3511         * src/prefs_common.c
3512                 for color_new accept both plain integers and X11 style color
3513                 names (as found in /usr/lib/X11/rgb.txt)
3514
3515 2003-02-19 [paul]       0.8.10claws29
3516
3517         * src/mainwindow.c
3518                 add tooltips to online/offline button and account selector
3519                 button
3520
3521 2003-02-19 [paul]       0.8.10claws28
3522
3523         * src/folder.c
3524           src/news.c
3525           src/prefs_account.[ch]
3526           src/prefs_common.[ch]
3527                 move 'Maximum number of articles to download' to
3528                 account prefs.
3529                 clean up account prefs gui a little by hiding entries
3530                 rather then greying out entries
3531
3532 2003-02-19 [hiro]       0.8.10claws27
3533
3534         * src/common/utils.c
3535                 fix bug #54 'yesterdays date is displayed in the message 
3536                 summary window'
3537
3538 2003-02-19 [paul]       0.8.10claws26
3539
3540         * src/compose.c
3541                 fix bug reported in Feature Request [688596] 
3542                 'Reply-to header in news'
3543
3544 2003-02-18 [paul]       0.8.10claws25
3545
3546         * src/select-keys.c
3547                 add a 'List all keys' button to key selection dialog
3548
3549 2003-02-18 [colin]      0.8.10claws24
3550         
3551         * src/stock_pixmap.c
3552                 fix compile error
3553
3554 2003-02-18 [colin]      0.8.10claws23
3555
3556         * src/common/smtp.[ch]
3557           src/prefs_account.c
3558                 Try to starttls if it seems to be the only
3559                 way to authenticate a user
3560
3561 2003-02-18 [paul]       0.8.10claws22
3562
3563         * src/Makefile.am
3564           src/folderview.c
3565           src/stock_pixmap.[ch]
3566           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3567           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3568                 as a Drafts folder is a special folder allow it to have
3569                 its own unique icons
3570
3571 2003-02-18 [colin]      0.8.10claws21
3572
3573         * src/imap.c
3574                 Fix port selection when using starttls
3575
3576 2003-02-18 [paul]       0.8.10claws20
3577
3578         * src/mainwindow.c
3579           src/prefs_common.[ch]
3580                 make blue the default new mail colour
3581
3582 2003-02-18 [paul]       0.8.10claws19
3583
3584         * sync with 0.8.10cvs14
3585                 see ChangeLog 2003-02-18
3586
3587 2003-02-17 [jens]       0.8.10claws18
3588
3589         * src/common/md5.c
3590                 fixed a compile problem with gcc 3.3
3591                 works on 2.95.3 too (testet on PPC as it is big endian)
3592
3593 2003-02-17 [paul]       0.8.10claws17
3594
3595         * sync with 0.8.10cvs13
3596                 see ChangeLog 2003-02-17
3597
3598 2003-02-17 [paul]       0.8.10claws16
3599
3600         * sync with 0.8.10cvs12
3601                 see ChangeLog 2003-02-17
3602
3603 2003-02-16 [match]      0.8.10claws15
3604
3605         * src/addressbook.c
3606                 Eliminates reloading of address data when items
3607                 deleted or added. Applied submitted by
3608                 Luke Plant <lukeplant@softhome.net>
3609
3610 2003-02-16 [paul]       0.8.10claws14
3611
3612         * src/news.c
3613                 when a 'protocol error' is encountered disconnect from
3614                 the server. This means that the user can carry on viewing
3615                 other articles and doesn't have to either wait until the
3616                 server timesout or quit sylpheed.
3617                 Fixes bug #53 'Unable to read messages in newsgroups, 
3618                 displayed message doesn't change'
3619
3620 2003-02-15 [christoph]  0.8.10claws13
3621
3622         * src/imap.c
3623                 fix bug that stopped scanning of folders when an
3624                 IMAP folder was empty
3625
3626         (closes bug 46 stop scan messages in folders after empty folder)
3627
3628 2003-02-15 [paul]
3629
3630         * tools/Makefile.am
3631           tools/README
3632           tools/freshmeat_search.pl     ** NEW FILE **
3633           tools/google_search.pl        ** NEW FILE **
3634                 Add 2 Actions scripts which search freshmeat/google
3635                 for the selected text using the browser configured
3636                 in sylpheedrc.
3637                 
3638         Note: These scripts are very dependent on the format of the
3639         browser command and may not work on every occasion. Testing
3640         is welcome. 
3641
3642 2003-02-14 [alfons]     0.8.10claws12
3643
3644         * src/compose.c
3645                 fix breakage because of uninitialized account pointer.
3646                 please verify.
3647
3648 2003-02-14 [paul]       0.8.10claws11
3649
3650         * src/compose.c
3651           src/prefs_account.[ch]
3652           src/prefs_common.[ch]
3653                 move signature settings to Account Prefs
3654
3655 2003-02-14 [paul]       0.8.10claws10
3656
3657         * sync with 0.8.10cvs11
3658                 see ChangeLog 2003-02-14
3659
3660 2003-02-13 [thorsten]   0.8.10claws9
3661
3662         * src/news.c
3663                 revert news progressbar (GUI separation)
3664
3665 2003-02-13 [paul]       0.8.10claws8
3666
3667         * src/compose.c
3668                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3669                 paragraph 1
3670
3671 2003-02-13 [paul]       0.8.10claws7
3672
3673         * src/compose.[ch]
3674           src/summaryview.c
3675                 fix 'Follow-up and Reply-to' so that it creates a reply to
3676                 the newsgroup and the sender. If the message has the keyword
3677                 'poster' in the Followup-To header, all replies go to the
3678                 sender, re: RFC 1036, Section 2.2.3
3679                 rename all instances of 'ignore_replyto' to 'to_sender', both
3680                 were previously used, now we use just one.
3681
3682 2003-02-13 [paul]       0.8.10claws6
3683
3684         * sync with 0.8.10cvs9
3685                 see ChangeLog 2003-02-13
3686
3687 2003-02-13 [paul]       0.8.10claws5
3688
3689         * configure.ac
3690                 show which plugins are configured in the configure
3691                 output.
3692
3693 2003-02-12 [thorsten]   0.8.10claws4
3694
3695         * src/news.c
3696                 show progress while fetching news headers
3697
3698 2003-02-12 [christoph]  0.8.10claws3
3699
3700         * configure.ac
3701         * src/plugins/Makefile.am
3702                 use AM_CONDITIONAL to enable plugins, automake correctly
3703                 manages this when creating distdir
3704
3705 2003-02-12 [christoph]  0.8.10claws2
3706
3707         * ac/spamassassin.m4
3708         * src/plugins/spamassassin/Makefile.am
3709                 fix building SpamAssassin plugin without OpenSSL
3710
3711 2003-02-12 [paul]       0.8.10claws1
3712
3713         * ac/Makefile.am
3714           src/Makefile.am
3715           src/plugins/Makefile.am
3716                 fix failure of 'make release'
3717
3718 2003-02-12 [paul]       0.8.10claws
3719
3720         * 0.8.10claws released
3721
3722 2003-02-12 [paul]       0.8.9claws56
3723
3724         * po/bg.po
3725           po/es.po
3726           po/it.po
3727           po/ru.po
3728           po/sr.po
3729                 updated translations by George Danchev, Ricardo Mones Lastra,
3730                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3731                 
3732         * sylpheed.spec.in
3733                 Allow the building of RPMs by a regular user. Submitted
3734                 by Sergei Astanin
3735
3736 2003-02-11 [alfons]     0.8.9claws55
3737
3738         * src/colorlabel.c
3739                 don't use pixmaps for label color rect but draw rectangles
3740                 so we can respect the color map of palette based visuals
3741                 (fixes the long time crashes on Suns - thanks to Andreas
3742                 Engel and Steve O'Hara-Smith for testing)
3743
3744 2003-02-11 [christoph]  0.8.9claws54
3745
3746         * src/matcher_parser_parse.y
3747                 correct bug where filering rules of not existing folders in
3748                 matcherrc were added to global filtering
3749                 
3750         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3751          main filter-rules after removing directory, http://bugs.debian.org/180253)
3752         
3753 2003-02-11 [paul]       0.8.9claws53
3754
3755         * sync with 0.8.10cvs7
3756                 see ChangeLog 2003-02-09
3757
3758 2003-02-11 [melvin]     0.8.9claws52
3759
3760         * po/fr.po
3761                 Updated French tranlsations
3762
3763 2003-02-10 [paul]       0.8.9claws51
3764
3765         * sylpheed.spec.in
3766                 correct --enable-openssl
3767                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3768
3769 2003-02-09 [martin]     0.8.9claws50
3770
3771         * src/prefs_matcher.c
3772                 fix segfault in prefs_matcher_substitute_cb() when
3773                 no row is selected
3774
3775 2003-02-09 [paul]       0.8.9claws49
3776
3777         * src/folderview.c
3778                 fix bug where a newsgroup folder's processing rules were
3779                 merged with the global filtering rules when the newsgroup
3780                 folder was deleted, causing some seriously bad results,
3781                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3782
3783 2003-02-08 [melvin]     0.8.9claws48
3784
3785         * src/compose.c
3786                 Corrected and modified an alert message.
3787
3788 2003-02-07 [paul]       0.8.9claws47
3789
3790         * src/folderview.c
3791                 fix bug where both an 'Account properties' window and a
3792                 'Folder properties' window were opened when clicking on
3793                 'Properties' in an NNTP or IMAP folder's popup menu.
3794
3795 2003-02-07 [paul]       0.8.9claws46
3796
3797         * sync with 0.8.10cvs6
3798                 see ChangeLog 2003-02-06
3799
3800 2003-02-06 [christoph]  0.8.9claws45
3801
3802         * src/mbox.c
3803                 freeze folder updates while importing mbox files
3804                 (closes bug 43 importing mbox took hours)
3805                 
3806         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3807
3808 2003-02-06 [thorsten]   0.8.9claws44
3809
3810         * po/de.po
3811                 Updated german translations
3812
3813 2003-02-06 [thorsten]   0.8.9claws43
3814
3815         * src/news.h
3816                 use guint for message numbers (fix count in grouplist dialog)
3817
3818 2003-02-05 [paul]       0.8.9claws42
3819
3820         * sync with 0.8.10cvs2
3821                 see ChangeLog 2003-02-05
3822
3823 2003-02-04 [colin]      0.8.9claws41
3824
3825         * src/prefs_common.[ch]
3826           src/procmsg.c
3827           src/summaryview.c
3828                 Add an option to disable threading by subject
3829
3830 2003-02-04 [christoph]  0.8.9claws40
3831
3832         * src/inc.c
3833                 only abort fetching mails from multiple accounts when the
3834                 error is fatal and does not allow to check any more accounts
3835                 (currently only disk full error)
3836
3837         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3838          receive mails for other accouts)
3839
3840 2003-02-04 [christoph]  0.8.9claws39
3841
3842         * src/folder.c
3843                 first add the new message to the cache, then
3844                 send the update notification
3845
3846         (closes bug 39 after sending message folderview doesnt get updated)
3847
3848 2003-02-04 [colin]      0.8.9claws38
3849
3850         * src/inc.c
3851                 _really_ fix this Connecting... status
3852
3853 2003-02-04 [paul]       0.8.9claws37
3854
3855         * sync with 0.8.10
3856                 see ChangeLog 2003-02-04
3857
3858 2003-02-04 [paul]       0.8.9claws36
3859
3860         * sync with 0.8.9cvs6
3861                 see ChangeLog 2003-02-03
3862
3863 2003-02-04 [paul]       0.8.9claws35
3864
3865         * po/pt_BR.po
3866                 updated by André Filipe de Assunção e Brito 
3867                 <bedecko@netsite.com.br>
3868
3869 2003-02-03 [thorsten]   0.8.9claws34
3870
3871         * po/de.po
3872                 Updated german translations
3873
3874 2003-02-02 [paul]       0.8.9claws33
3875
3876         * po/es.po
3877                 updated by Ricardo Mones Lastra
3878
3879 2003-02-02 [thorsten]   0.8.9claws32
3880
3881         * src/mh.c
3882                 Fix mh_get_msginfo() segfault if file is inaccessible
3883
3884 2003-01-31 [colin]      0.8.9claws31
3885
3886         * src/procheader.c
3887                 Fix last commit's bug
3888
3889 2003-01-31 [colin]      0.8.9claws30
3890
3891         * src/procheader.c
3892                 Missing a change for gpg-signed messages
3893
3894 2003-01-31 [paul]       0.8.9claws29
3895
3896         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3897           src/procheader.c
3898           src/stock_pixmap.[ch]
3899           src/summaryview.c
3900                 indicate GnuPG signed messages by displaying an icon
3901                 in the Attachment column.
3902
3903 2003-01-31 [paul]       0.8.9claws28
3904
3905         * sync with 0.8.9cvs4
3906                 see ChangeLog 2003-01-31
3907
3908 2003-01-31 [alfons]     0.8.9claws27
3909
3910         * src/textview.c
3911                 tune URI parser to accept mailto URLs with a '?'
3912                 (patch from Ruslan Balkin)
3913
3914 2003-01-31 [colin]      0.8.9claws26
3915
3916         * src/summaryview.c
3917                 Fix a leak introduced in claws24
3918
3919 2003-01-31 [colin]      0.8.9claws25
3920
3921         * src/summaryview.c
3922                 Freeze/Thaw folder updates when deleting dups
3923
3924 2003-01-31 [colin]      0.8.9claws24
3925         
3926         * src/addr_compl.c
3927           src/summaryview.c
3928           src/msgcache.c
3929                 little speed improvements
3930
3931 2003-01-31 [colin]      0.8.9claws23
3932
3933         * src/summaryview.c
3934                 Fix segfault when forwarding nothing
3935                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3936                 
3937 2003-01-30 [paul]       0.8.9claws22
3938
3939         * sync with 0.8.9cvs3
3940                 see ChangeLog 2003-01-30
3941
3942 2003-01-30 [paul]       0.8.9claws21
3943
3944         * sync with 0.8.9cvs2
3945                 see ChangeLog 2003-01-30
3946
3947 2003-01-29 [paul]       0.8.9claws20
3948
3949         * sync with 0.8.9cvs1
3950                 see ChangeLog 2003-01-29
3951
3952 2003-01-28 [paul]       0.8.9claws19
3953
3954         * po/POTFILES.in
3955                 update to reflect changes. 
3956                 thanks to Ricardo Mones Lastra
3957
3958 2003-01-27 [christoph]  0.8.9claws18
3959
3960         * ac/openssl.m4
3961         * ac/spamassassin.m4
3962         * src/plugins/spamassassin/README
3963         * src/plugins/spamassassin/libspamc.[ch]
3964         * src/plugins/spamassassin/utils.[ch]
3965                 updated to latest libspamc
3966
3967 2003-01-27 [christoph]  0.8.9claws17
3968
3969         * src/folder.c
3970                 fix wrong use of procheader_get_header_fields
3971
3972 2003-01-27 [christoph]  0.8.9claws16
3973
3974         * src/news.c
3975         * src/prefs_account.[ch]
3976         * src/common/nntp.[ch]
3977                 allow to force authentication for NNTP servers
3978
3979         Patch submitted by Florian Mickler <dmk@d-labs.de>
3980
3981 2003-01-26 [paul]       0.8.9claws15
3982
3983         * src/summaryview.c
3984                 speed up of marking messages as read
3985                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3986
3987 2003-01-26 [christoph]  0.8.9claws14
3988
3989         * src/Makefile.am
3990         * src/mgutils.[ch]              ** REMOVE **
3991         * src/xml.[ch]                  ** REMOVE **
3992         * src/xmlprops.[ch]             ** REMOVE **
3993         * src/common/Makefile.am
3994         * src/common/mgutils.[ch]       ** NEW **
3995         * src/common/xml.[ch]           ** NEW **
3996         * src/common/xmlprops.[ch]      ** NEW **
3997                 move xml files to common directory
3998
3999 2003-01-26 [christoph]  0.8.9claws13
4000
4001         * src/plugins/spamassassin/spamassassin_gtk.c
4002                 only set gtk entry text if string is available
4003
4004 2003-01-26 [melvin]     0.8.9claws12
4005
4006         * src/description_window.c
4007                 Allow resizing of the window
4008                 Allow automatic horizontal scroll bar
4009                 Do not vertically expand and fill
4010
4011 2003-01-26 [christoph]  0.8.9claws11
4012
4013         * src/Makefile.am
4014         * src/gtkutils.[ch]             ** REMOVE **
4015         * src/common/sylpheed.c
4016         * src/gtk/Makefile.am
4017         * src/gtk/description_window.c
4018         * src/gtk/gtkutils.[ch]         ** NEW **
4019         * src/gtk/prefswindow.c
4020                 move gtkutils to gtk directory
4021
4022 2003-01-26 [paul]       0.8.9claws10
4023
4024         * src/summaryview.c
4025                 rename summary_unread_clicked() to summary_status_clicked()
4026
4027 2003-01-26 [melvin]     0.8.9claws9
4028
4029         * src/prefs_actions.c
4030                 Cosmetical changes to the help text
4031
4032 2003-01-26 [paul]       0.8.9claws8
4033
4034         * src/folder.[ch]
4035           src/mainwindow.c
4036           src/prefs_common.c
4037           src/prefs_sumamry_column.c
4038           summaryview.[ch]
4039                 rename the 'Unread' column to 'Status'
4040
4041 2003-01-25 [match]      0.8.9claws7
4042
4043         * src/mgutils.[ch]
4044                 removed reference to LDAP constants. removed error2string.
4045                 included functions to support LDAP dynamic queries.
4046         * src/syldap.h
4047                 moved LDAP constants here.
4048         * src/addressbook.c
4049         * src/addrindex.c
4050         * src/importldif.c
4051                 removed references to LDAP constants and references to
4052                 error2string.
4053
4054 2003-01-25 [paul]       0.8.9claws6
4055
4056         * src/summaryview.c
4057                 summary_thread_build(), summary_thread_init(): remove 
4058                 unneeded reference to summaryview->folder_item
4059
4060 2003-01-25 [christoph]  0.8.9claws5
4061
4062         * src/gtk/description_window.c
4063                 o allow description texts to expand over multiple columns
4064                 o translate all columns
4065         * src/prefs_actions.c
4066                 change syntax description to use new multi column feature
4067
4068         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4069
4070 2003-01-25 [match]      0.8.9claws4
4071
4072         * src/vcard.c
4073                 fixed bug with Quoted-Printable
4074
4075 2003-01-25 [paul]       0.8.9claws3
4076
4077         * src/folder.[ch]
4078           src/summaryview.[ch]
4079                 implement per-folder collapsed/expanded threads setting
4080                 
4081         * src/prefs_common.c
4082                 remove global collapsed/expanded threads option
4083
4084 2003-01-25 [christoph]  0.8.9claws2
4085
4086         * po/POTFILES.in
4087                 add pluginwindow and prefswindow
4088         * src/compose.c
4089                 make send respond correctly to messages that could be added
4090                 to the queue folder, but the UID of the message is unknown
4091         * src/folder.c
4092         * src/imap.c
4093                 don't return guessed UIDs in imap_add_msg anymore. We return
4094                 0 to tell the folder system it was appened but the UID is
4095                 unknown. Folder system now get's the UID by scaning the folder
4096                 and searching the cache for the Message-ID
4097                 (closes bug #29 Messages queued, but not sent)
4098
4099 2003-01-25 [paul]       0.8.9claws1
4100
4101         * src/codeconv.c
4102                 conv_encode_header():  fix bug when long headers with 8-bit
4103                 characters are used, so that the encoded words are wrapped.
4104                 If the space in the original text falls on the wrap boundary,
4105                 it can be lost.
4106                 Patch by Sergey Vlasov.
4107                 
4108         * src/folderview.c
4109                  fix bug where a change to the sorting method or thread view
4110                  of a folder's messages is lost if simpify-subject is set and
4111                  toggled on or off.
4112                  Patch by Luke Plant.
4113
4114 2003-01-24 [paul]       0.8.9claws
4115
4116         * sylpheed-0.8.9claws released
4117         
4118         * Makefile.am
4119           sylpheed.spec.in
4120                 remove reference to 'INSTALL.jp'
4121
4122 2003-01-23 [paul]       0.8.8claws128
4123
4124         * po/es.po
4125           po/it.po
4126           po/ru.po
4127           po/sr.po
4128                 updated translations. submitted by Ricardo Mones Lastra,
4129                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4130
4131 2003-01-23 [colin]      0.8.8claws127
4132
4133         * src/compose.c
4134                 Fix drafted and queued news articles re-edition
4135
4136 2003-01-23 [melvin]     0.8.8claws126
4137
4138         * po/fr.po
4139                 Updated French translations
4140
4141 2003-01-23 [colin]      0.8.8claws125
4142
4143         * src/inc.c
4144                 Fix "Connecting to..." status message
4145
4146 2003-01-22 [paul]       0.8.8claws124
4147
4148         * po/bg.po
4149                 updated by George Danchev
4150                 
4151         * src/folder.c
4152                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4153                 and folder deletion
4154
4155 2003-01-21 [paul]       0.8.8claws123
4156
4157         * po/bg.po
4158                 updated by George Danchev
4159                 
4160         * src/about.c
4161                 its now 2003
4162                 
4163         * src/toolbar.c
4164                 don't translate 'Separator'
4165                 
4166         * src/plugins/spamassassin/Makefile.am
4167                 add aspell to CPPFLAGS
4168                 
4169         * src/plugins/spamassassin/spamassassin.c
4170           src/plugins/spamassassin/spamassassin_gtk.c
4171                 set correct default for spamassassin_receive_spam
4172                 slightly re-word descriptions and some
4173                 other minor changes
4174
4175 2003-01-19 [alfons]     0.8.8claws122
4176                 
4177         * src/mimeview.c
4178                 mimeview_save_as(): we might as well show the file name for
4179                 the single case "Save As" too
4180
4181 2003-01-19 [alfons]     0.8.8claws121
4182
4183         * src/crash.c
4184                 change bug tracker URL to bugzilla URL
4185
4186 2003-01-19 [alfons]     0.8.8claws120
4187
4188         * src/mimeview.c
4189                 mimeview_save_all(): display name of file before overwriting;
4190                 continue saving all, even when one overwrite was cancelled
4191
4192 2003-01-19 [christoph]  0.8.8claws119
4193
4194         * src/summaryview.c
4195         * src/procmsg.[ch]
4196                 fix wrong usage of procmsg_find_children in summaryview
4197                 by using procmsg_update_unread_children instead of
4198                 summaryview_update_unread_children
4199
4200 2003-01-19 [christoph]  0.8.8claws118
4201
4202         * src/procmsg.c
4203                 fix infinite loop in procmsg_find_children
4204                  (closes bug #25 sylpheed crashes on delete.)
4205
4206         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4207
4208 2003-01-19 [paul]       0.8.8claws117
4209
4210         * po/pt_BR.po
4211                 updated by Ivan Francolin Martinez
4212
4213 2003-01-18 [melvin]     0.8.8claws116
4214
4215         * src/prefs_actions.c
4216                 Removed syntax limitation of only one '&' at the end of command.
4217                         Now actions that contain '>/dev/null 2>&1' are possible.
4218
4219 2003-01-18 [melvin]     0.8.8claws115
4220
4221         * src/prefs_actions.c
4222                 Actions IO dialog: when the action ends
4223                 the "Close" button now has focus and [Escape] closes the
4224                 window.
4225
4226 2003-01-18 [christoph]  0.8.8claws114
4227
4228         * src/procmsg.c
4229                 o add debug output when MsgInfos are really freed
4230                 o free GSLists in procmsg_find_children and
4231                   procmsg_update_unread_children
4232
4233 2003-01-18 [christoph]  0.8.8claws113
4234
4235         * src/mainwindow.c
4236                 reorder Configuration menu
4237
4238 2003-01-18 [christoph]  0.8.8claws112
4239
4240         * src/compose.c
4241                 fix applying templates to forwarded messages
4242
4243         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4244
4245 2003-01-17 [christoph]  0.8.8claws111
4246
4247         * src/folder.c
4248                 destroy folder items, when a folder item is removed
4249
4250 2003-01-17 [christoph]  0.8.8claws110
4251
4252         * src/folder.c
4253                 fix wrong folder stats update when ignored message is
4254                 deleted
4255
4256 2003-01-17 [colin]      0.8.8claws109
4257         
4258         * src/mainwindow.c
4259         * src/summaryview.c
4260                 Quicksearch bugfixes: 
4261                 - hide help button at startup if not extended
4262                 - switch to extended when looking for replies
4263
4264 2003-01-17 [paul]
4265
4266         * sync with 0.8.9 release
4267
4268 2003-01-17 [paul]       0.8.8claws108
4269
4270         * sync with 0.8.8cvs11
4271                 see ChangeLog 2003-01-17
4272
4273 2003-01-16 [colin]      0.8.8claws107
4274
4275         * src/procmsg.c
4276                 Changed encryption test to re-ask passphrase
4277                 if an encrypted message hasn't been decrypted
4278                 Fixes bug #5
4279
4280 2003-01-16 [christoph]  0.8.8claws106
4281
4282         * src/prefs_gtk.c
4283         * src/prefs_toolbar.c
4284         * src/gtk/prefswindow.h
4285         * src/plugins/spamassassin/spamassassin_gtk.c
4286                 remove page destroy function that is not used anymore
4287
4288 2003-01-16 [paul]       0.8.8claws105
4289
4290         * sync with 0.8.8cvs9
4291                 see ChangeLog 2002-01-16
4292
4293 2003-01-16 [colin]      0.8.8claws104
4294
4295         * src/compose.[ch]
4296                 Fix bug with autosaved drafts for IMAP, when draft
4297                 folder is specified - fixes bugzilla bug #20
4298
4299 2003-01-15 [paul]       0.8.8claws103
4300
4301         * src/compose.[ch]
4302           src/procmsg.c
4303                 store folder and message-id of message forwarding
4304                 in queue header and set forward flag after sending
4305
4306 2003-01-15 [paul]       0.8.8claws102
4307
4308         * sync with 0.8.8cvs8
4309                 see ChangeLog 2002-01-15
4310
4311 2003-01-15 [colin]      0.8.8claws101
4312
4313         * src/Makefile.am
4314                 Fix linking with GNU libiconv
4315
4316 2003-01-15 [darko]      0.8.8claws100
4317
4318         * src/pine.c
4319                 fix crash when importing pine address book
4320                 entry with an empty name (reported by DY
4321                 <dybulk at tri8.net>)
4322
4323 2003-01-14 [paul]       0.8.8claws99
4324
4325         * configure.in  ** REMOVED **
4326           configure.ac  ** NEW FILE **
4327                 rename configure.in to configure.ac, as it is now
4328                 preferred
4329
4330 2003-01-14 [melvin]     0.8.8claws98
4331
4332         * src/folderview.c
4333                 folderview_check_new(): More precise function description
4334
4335 2003-01-14 [melvin]     0.8.8claws97
4336
4337         * src/folderview.c
4338                 folderview_check_new(): return the number of new messages 
4339                         since last check.
4340         * src/inc.c
4341                 inc_account_mail(): Disable counting of new messages for IMAP
4342                         and NNTP until bug [19] and [14] are fixed.
4343
4344 2003-01-14 [paul]       0.8.8claws96
4345
4346         * sync with 0.8.8cvs6
4347                 see ChangeLog 2003-01-14
4348
4349 2003-01-13 [alfons]     0.8.8claws95
4350
4351         * src/textview.c
4352                 tune email address validation (c. 0.8.8claws89): if . is 
4353                 just one char away from @, the address is invalid too 
4354                 (correctly rejects addresses like foo@.com)
4355
4356 2003-01-13 [paul]       0.8.8claws94
4357
4358         * src/messageview.c
4359           src/toolbar.c
4360                 fixes to the Message View toolbar and menu:
4361                 fix non-functioning Forward button
4362                 make Reply button consider default_reply_list
4363                 remove 'Follow-up...' menu entry
4364                 add 'Forward' and 'Redirect' menu entries
4365
4366 2003-01-13 [melvin]     0.8.8claws93
4367
4368         * src/inc.c
4369                 Fixed typo that could make new messages count incorrect.
4370
4371 2003-01-13 [melvin]     0.8.8claws92
4372
4373         * src/folderview.[ch]
4374                 folderview_check_new(): return the number of new messages.
4375         * src/inc.c
4376                 Should fix bug [14] where new mail notification worked 
4377                         incorrectly with IMAP accounts.
4378                 inc_spool_account(): return number of new msgs, or -1 on error
4379                 inc_all_spool(): return number of new msgs
4380                 
4381 2003-01-13 [melvin]     0.8.8claws91
4382
4383         * src/prefs_actions.c
4384                 Justify help text.
4385
4386 2003-01-12 [thorsten]   0.8.8claws90
4387
4388         * src/common/prefs.c
4389                 close file before rename
4390
4391 2003-01-12 [alfons]     0.8.8claws89
4392
4393         * AUTHORS
4394                 add Christian Mertes
4395         * src/common/utils.[ch]
4396                 g_stricase_hash(), g_stricase_equal(): functions for 
4397                 case insensitive hash tables
4398         * src/textview.c
4399                 use top level domain names to validate email address, based
4400                 on a patch by Christian Mertes (thanks!), but changed 
4401                 implementation to use a hash table 
4402
4403 2003-01-12 [paul]       0.8.8claws88
4404
4405         * po/bg.po
4406                 updated by George Danchev
4407
4408 2003-01-12 [alfons]     0.8.8claws87
4409
4410         * src/summaryview.c
4411                 delete / execute performance: use new style folder update
4412
4413 2003-01-12 [paul]       0.8.8claws86
4414
4415         * sync with 0.8.8cvs5
4416                 see ChangeLog 2003-01-13 (!)
4417
4418 2003-01-12 [alfons]     0.8.8claws85
4419
4420         * src/filtering.c
4421         * src/matcher_parser_parse.y
4422                 prepare change_score filtering action
4423         * src/matcher.[ch]
4424                 give up const-correctness on functions that call non-const-correct functions;
4425                 several casts to gpointer in g_free();
4426                 add change_score;
4427
4428 2003-01-12 [christoph]  0.8.8claws84
4429
4430         * src/compose.c
4431                 fix 2 warnings
4432
4433         * src/gtk/prefswindow.[ch]
4434         * src/plugins/spamassassin/spamassassin_gtk.c
4435                 changed the call of the widget create function
4436                 for PrefsPages, because sometimes the widget
4437                 create function needs a widget that already has
4438                 been attached to a window (to create GDK pixmaps
4439                 for exmaple). So we simply pass the GtkWindow as
4440                 the second parameter now.
4441
4442         * src/main.c
4443         * src/mainwindow.c
4444         * src/prefs_toolbar.[ch]
4445                 rewrite Toolbar Preferences using the new
4446                 prefs window
4447
4448 2003-01-11 [alfons]     0.8.8claws83
4449
4450         * src/addressadd.c
4451                 fix crash when adding sender to addressbook because status bar
4452                 isn't there (the status bar doesn't seem to be used though,
4453                 but I'll let Match decide what to do with it)
4454
4455 2003-01-11 [colin]      0.8.8claws82
4456
4457         * src/main.c
4458           src/toolbar.c
4459                 Two useless changes reversed
4460
4461 2003-01-11 [colin]      0.8.8claws81
4462
4463         * src/mainwindow.c
4464           src/mainwindow.h
4465                 Add mainwindow_get_mainwindow()
4466         * src/alertpanel.c
4467           src/alertpanel.h
4468                 Add alertpanel_error_log() 
4469         * src/compose.c
4470           src/inc.c
4471           src/messageview.c
4472           src/toolbar.c
4473           src/main.c
4474           src/procmsg.c
4475                 Network errors get a View Log button
4476
4477 2003-01-10 [alfons]     0.8.8claws80
4478
4479         * src/prefs_toolbar.c
4480         * src/toolbar.c
4481                 use the translatable string for "Separator" as file name for
4482                 separator toolbar items (probably make this uppercase?)
4483
4484 2003-01-10 [alfons]     0.8.8claws79
4485
4486         * src/prefs_toolbar.c
4487                 put right A_SEPARATOR description string in "displayed
4488                 toolbar items list" so manually added separators are
4489                 saved correctly (bug #10, "Adding a separator to the main 
4490                 toolbar fails, entry in xml file is wrong")
4491
4492 2003-01-10 [christoph]  0.8.8claws78
4493
4494         * src/imap.c
4495                 o fix warnings
4496                 o use CAPABILITY to check if NAMESPACE is available
4497
4498 2003-01-10 [christoph]  0.8.8claws77
4499
4500         * src/imap.[ch]
4501                 apply UIDPLUS IMAP extension support patch
4502
4503         Patch submitted by Simon 'corecode' Schubert
4504
4505 2003-01-10 [paul]       0.8.8claws76
4506
4507         * src/folderview.c
4508                 a sync from main which fixes the news account folders'
4509                 Properties bug
4510
4511 2003-01-10 [christoph]  0.8.8claws75
4512
4513         * src/folder.c
4514                 don't accept 0 as a valid uid returned by copy and move
4515                 functions. 0 means the message was copied or moved but the
4516                 new uid could not be fetched. It is not an error condition
4517                 for the copy or move operation.
4518
4519 2003-01-10 [paul]       0.8.8claws74
4520
4521         * src/prefs_filtering.c
4522                 change English used in Alert when entry is not
4523                 saved.
4524                 
4525         * sync with 0.8.8cvs4
4526                 see ChangeLog 2003-01-10
4527
4528 2003-01-10 [darko]      0.8.8claws73
4529
4530         * src/pine.c
4531                 fix crash when importing address book entry
4532                 without a valid address
4533
4534 2003-01-09 [alfons]     0.8.8claws72
4535
4536         * src/inc.c
4537                 filtering performance: use new style folder update
4538
4539 2003-01-09 [christoph]  0.8.8claws71
4540
4541         * src/compose.c
4542         * src/gtk/menu.[ch]
4543                 fix wrong selecting of mime encoding type, when
4544                 opening property dialog of attachments in the
4545                 compose window. 7bit was always selected and that
4546                 destoryed files with 8bit data.
4547                 (closes bug #9 Sylpheed-claws destroys attachments when
4548                  changing MIME-types)
4549
4550 2003-01-09 [paul]       0.8.8claws70
4551
4552         * sync with 0.8.8cvs3
4553                 see ChangeLog 2003-01-09
4554
4555 2003-01-08 [alfons]     0.8.8claws69
4556         
4557         * src/addressadd.c
4558                 apply patch by Kim Schulz to fix build breakage
4559                 because of missing variable
4560
4561 2003-01-08 [paul]       0.8.8claws68
4562
4563         * sync with 0.8.8cvs2
4564                 see ChangeLog 2002-01-08
4565
4566 2003-01-08 [paul]       0.8.8claws67
4567
4568         * po/it.po
4569                 updated by Alessandro Maestri
4570                 
4571         * src/addressadd.c
4572                 when using 'Add sender to addressbook' allow
4573                 name to be edited and remarks to be entered
4574                 Patch submitted by Luke Plant
4575
4576 2003-01-08 [darko]      0.8.8claws66
4577
4578         * README.claws, src/summaryview.c
4579                 fix description for marked messages
4580
4581 2003-01-08 [paul]
4582
4583         * tools/Makefile.am
4584           tools/launch_phoenix  ** NEW FILE **
4585                 add script that enables using Phoenix as the default
4586                 web browser. 
4587                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4588                 
4589         * tools/OOo2sylpheed.pl
4590                 remove full path to sylpheed executable, just 'sylpheed'
4591                 will do
4592                 
4593         * tools/README
4594                 add launch_phoenix informtion and re-arrange and compress
4595                 the data a little
4596
4597 2003-01-07 [christoph]  0.8.8claws65
4598
4599         * src/folder.c
4600                 fix update for source folder when moving messages
4601         * src/procmsg.[ch]
4602         * src/summaryview.c
4603                 use function to set to_folder for message infos and
4604                 automatically update the op_count for old and new
4605                 folder
4606
4607 2003-01-07 [melvin]     0.8.8claws64
4608
4609         * src/prefs_actions.c
4610                 Fixed bug where an '%p' Action on a displayed image crashed 
4611                         Sylpheed
4612                 Code clean up (get rid of duplicated code and removed unnecessary 
4613                                 structure member)
4614
4615 2003-01-07 [christoph]  0.8.8claws63
4616
4617         * src/compose.c
4618         * src/folder.[ch]
4619         * src/folderview.c
4620         * src/import.c
4621         * src/inc.c
4622         * src/main.c
4623         * src/mainwindow.c
4624         * src/messageview.c
4625         * src/prefs_folder_item.c
4626         * src/procmsg.c
4627         * src/summaryview.c
4628         * src/toolbar.c
4629                 o remove all folder update triggering from the UI code. The folder
4630                   system should know much better when a folder needs an update.
4631                 o to prevent multiple updates in a row the folder updates can be
4632                   frozen for some time.
4633
4634                 Note: - Please verify that no updates are missing
4635                       - Check where freeze/thaws should be added
4636
4637 2003-01-07 [christoph]  0.8.8claws62
4638
4639         * src/prefs_actions.c
4640                 don't translate empty strings
4641
4642         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4643
4644 2003-01-06 [christoph]  0.8.8claws61
4645
4646         * src/prefs_actions.c
4647                 mark strings for gettext
4648         * src/prefs_matcher.c
4649                 use new description window for Execute action and
4650                 match condition in Filtering
4651
4652         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4653
4654 2003-01-06 [alfons]     0.8.8claws60
4655
4656         keep myself inspired to re-organize matcher part 8; 
4657         yes, more to come (I need to move out the descriptive
4658         text for actions to matcher.c, or at least make it not
4659         depend on the wicked ordering)
4660
4661         * src/prefs_matcher.c
4662                 add documentation so others may comprehend the
4663                 UI part of the conditions
4664                 
4665 2003-01-06 [christoph]  0.8.8claws59
4666
4667         * src/prefs_actions.c
4668                 use new description window for syntax help
4669         * src/gtk/description_window.c
4670                 fix display of descriptions with column count != 2
4671
4672         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4673
4674 2003-01-06 [christoph]  0.8.8claws58
4675
4676         * src/quote_fmt.c
4677         * src/summaryview.[ch]
4678         * src/gtk/Makefile.am
4679         * src/gtk/description_window.[ch]       ** NEW **
4680                 use a generic window to display syntax descriptions
4681                 currently used in quote_fmt and summaryview (new description
4682                 for extended quick search)
4683
4684         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4685
4686 2003-01-06 [paul]       0.8.8claws57
4687
4688         * sync with 0.8.8cvs1
4689                 see ChangeLog 2003-01-06
4690
4691 2003-01-06 [christoph]  0.8.8claws56
4692
4693         * src/mainwindow.c
4694         * src/prefs_gtk.[ch]
4695         * src/gtk/prefswindow.[ch]
4696         * src/plugins/spamassassin/spamassassin_gtk.c
4697                 o remove page management from prefswindow, pages
4698                   will be an argument to prefswindow_open
4699                 o prefswindow_open gets a datapointer that is
4700                   passed to the widget_create function to allow
4701                   creation of prefswindow for specific items
4702
4703 2003-01-06 [colin]      0.8.8claws55
4704         
4705         * src/summaryview.c
4706                 We don't want regexp in the reply-finder, 
4707                 because MIDs can contain !,$,. and so on
4708
4709 2003-01-06 [jens]       0.8.8claws54
4710
4711         * src/jpilot.c
4712                 fixed a wrong free in jpilot_read_db_files
4713
4714 2003-01-06 [alfons]     0.8.8claws53
4715
4716         re-organize matcher part 8; more to come
4717        
4718         * src/matcher.c
4719                 matcherprop_to_string(): put g_free()s before the
4720                 switch-case break to fix memleaks                
4721
4722 2003-01-06 [colin]      0.8.8claws52
4723
4724         * src/summaryview.c
4725                 cleanup & reply-finder now displays the first 
4726                 matching message
4727
4728 2003-01-05 [alfons]     0.8.8claws51
4729
4730         re-organize matcher part 7; more to come
4731
4732         * src/matcher.[ch]
4733                 fixes for constant correctness;
4734                 more documentation;
4735
4736 2003-01-05 [alfons]     0.8.8claws50
4737
4738         re-organize matcher part 6; more to come
4739         
4740         * src/matcher.[ch]
4741                 fixes for constant correctness;
4742                 more documentation;
4743         * src/filtering.c
4744                 fix for constant correctness
4745
4746 2003-01-05 [colin]      0.8.8claws49
4747
4748         * src/account.[ch]
4749                 Add account_get_reply_account function
4750         * src/compose.c
4751                 Use account_get_reply_account function 
4752         * src/summaryview.c
4753                 Basic reply-finder - click on the replied
4754                 icon gets you to the outbox using quick-search
4755
4756 2003-01-05 [paul]       0.8.8claws48
4757
4758         * src/prefs_common.c
4759                 small change to English
4760                 
4761         * src/prefs_filtering.c
4762                 prefs_filtering_action_select(): improve logic and uniformity
4763                 of gui
4764
4765 2003-01-05 [alfons]     0.8.8claws47
4766
4767         fine tune solution to focus problems (bug #7)
4768
4769         * src/mainwindow.c
4770                 mainwindow_focus_in_event(): remove grab event check
4771         * src/summaryview.c
4772                 summary_button_pressed(): move selection on right-click
4773                 too. we can't possibly move the selection back after
4774                 canceling a dialog, because gtk's incomplete focus 
4775                 management. whether this is a good solution, only time
4776                 will tell.
4777
4778 2003-01-05 [christoph]  0.8.8claws46
4779
4780         * src/imap.c
4781                 fix crash when no imap connection could be established
4782
4783 2003-01-05 [paul]       0.8.8claws45
4784
4785         * src/mainwindow.c
4786           src/sumamryview.c
4787           src/gtk/menu.[ch]
4788                 fix bug 605957 'shortcuts in popup-menu'
4789                 make user-defined shortcuts work
4790                 show shortcuts that are already defined
4791                 in the main menu
4792                 Patch submitted by Luke Plant
4793
4794 2003-01-05 [alfons]     0.8.8claws44
4795
4796         * src/mainwindow.c
4797                 focus_in_event handler should not select summary view row 
4798                 when another window (menu, dialog) grabbed for events 
4799                 (bug #7, "[0.8.8claws42] Message summary focus") 
4800
4801 2003-01-04 [christoph]  0.8.8claws43
4802
4803         * src/procmsg.c
4804                 update save folder after adding the sent message
4805                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4806
4807 2003-01-02 [christoph]  0.8.8claws42
4808
4809         * src/common/plugin.c
4810                 fix unloading of all plugins and unload
4811                 plugins in reverse order
4812                 
4813         * src/gtk/pluginwindow.c
4814                 implement function of load and unload button
4815
4816         * src/gtk/prefswindow.c
4817         * src/gtk/prefswindow.h
4818                 rename register function and add new unregister
4819                 function
4820
4821         * src/plugins/spamassassin/spamassassin_gtk.c
4822                 unregister prefs page and update for changes in
4823                 src/gtk/prefswindow.c
4824
4825 2003-01-02 [paul]       0.8.8claws41
4826
4827         * po/es.po
4828                 updated by Ricardo Mones Lastra
4829
4830 2003-01-02 [paul]
4831
4832         * tools/tb2sylpheed
4833                 fixes and improvements by Urke MMI
4834
4835 2003-01-02 [thorsten]   0.8.8claws40
4836
4837         * src/procmsg.c
4838                 fixed wrong return value
4839
4840 2003-01-02 [thorsten]   0.8.8claws39
4841
4842         * src/prefs.c
4843                 fixed printing wrong variable
4844
4845 2003-01-02 [thorsten]   0.8.8claws38
4846
4847         * src/prefs.c
4848                 fixed acessing members of freed pfile struct
4849
4850 2003-01-02 [thorsten]   0.8.8claws37
4851
4852         * src/procmsg.c
4853                 detect loops across several messages
4854                 as suggested by Christoph Hohmann
4855
4856 2003-01-01 [match]      0.8.8claws36
4857
4858         * src/addrindex.c
4859                 fixed another memory leak.
4860
4861 2003-01-01 [match]      0.8.8claws35
4862
4863         * src/jpilot.[ch]
4864                 fixed memory leaks. applied Doxygen comments.
4865
4866 2003-01-01 [thorsten]   0.8.8claws34
4867
4868         * src/procmsg.c
4869                 inhibit endless loop if msg references itself
4870                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4871
4872 2003-01-01 [christoph]  0.8.8claws33
4873
4874         * src/mainwindow.c
4875         * src/gtk/Makefile.am
4876         * src/gtk/pluginwindow.c                ** NEW **
4877         * src/gtk/pluginwindow.h                ** NEW **
4878                 add plugin window
4879
4880         * src/plugins/demo/demo.c
4881         * src/plugins/spamassassin/spamassassin.c
4882         * src/plugins/spamassassin/spamassassin_gtk.c
4883                 write better plugin descriptions
4884
4885 2002-12-31 [christoph]  0.8.8claws32
4886
4887         * src/gtk/prefswindow.c
4888         * src/plugins/spamassassin/spamassassin_gtk.c
4889                 some small improvements to GTK code
4890
4891 2002-12-31 [christoph]  0.8.8claws31
4892
4893         * src/plugins/spamassassin/spamassassin_gtk.c
4894                 enable folder select button
4895
4896 2002-12-31 [christoph]  0.8.8claws30
4897
4898         * src/mainwindow.c
4899         * src/gtk/Makefile.am
4900         * src/gtk/prefswindow.c                         ** NEW **
4901         * src/gtk/prefswindow.h                         ** NEW **
4902                 add new prefs window
4903
4904         * src/common/plugin.c
4905                 don't try to load empty config lines
4906         
4907         * src/plugins/spamassassin/Makefile.am
4908         * src/plugins/spamassassin/spamassassin.c
4909         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4910         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4911                 GTK config for SpamAssassin Plugin using
4912                 the new prefs window
4913
4914 2002-12-31 [paul]       0.8.8claws29
4915
4916         * po/POTFILES.in
4917                 remove obsolete entry 'src/menu.c'
4918
4919 2002-12-31 [alfons]     0.8.8claws28
4920
4921         * src/matcher.[ch]
4922         * src/matcher_parser_parse.y
4923         * src/prefs_matcher.c
4924                 add "ignore_thread" and "~ignore_thread" condition so it's
4925                 possible to make the actions / scoring operate on the ignore
4926                 thread flag
4927
4928 2002-12-31 [christoph]  0.8.8claws27
4929
4930         * src/addrbook.c
4931         * src/addrindex.c
4932         * src/folder.c
4933         * src/matcher.c
4934         * src/prefs_account.c
4935         * src/prefs_actions.c
4936         * src/prefs_customheader.c
4937         * src/prefs_display_header.c
4938         * src/prefs_gtk.c
4939         * src/procmime.c
4940         * src/toolbar.c
4941         * src/xmlprops.c
4942         * src/common/prefs.[ch]
4943                 extend prefs file handling for reading and automatic handling
4944                 of blocks. When reading prefs_set_block_label will automatically
4945                 move on to the block. When writing it will copy all other blocks
4946                 automatically
4947
4948         * src/common/plugin.c
4949                 Now loading plugin filenames from [Plugins] block in
4950                 sylpheed rc file
4951
4952 2002-12-30 [christoph]  0.8.8claws26
4953
4954         * src/common/hooks.[ch]
4955                 return abort status to caller of hooks_invoke
4956                 
4957         * src/inc.[ch]
4958                 invoke message filtering hook and stop
4959                 default handling when filter returns abort
4960
4961         * src/common/plugin.[ch]
4962         * src/plugins/demo/demo.c
4963                 modify plugin loader, because resolving symbols for strings
4964                 does not work correctly
4965         
4966         * configure.in
4967         * ac/spamassassin.m4                            ** NEW **
4968         * src/plugins/spamassassin/.cvsignore           ** NEW **
4969         * src/plugins/spamassassin/Makefile.am          ** NEW **
4970         * src/plugins/spamassassin/README               ** NEW **
4971         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4972         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4973         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4974                 add spamassassin plugin, see src/plugins/spamassassin/README
4975                 for details
4976
4977 2002-12-29 [alfons]     0.8.8claws25
4978
4979         * src/mainwindow.c
4980                 when moving focus from a message view to the main 
4981                 window, don't forget to select the summary node
4982                 of the displayed message. should fix "[ 659103 ] 
4983                 focus-follows-mouse confuses sylpheed"
4984
4985 2002-12-29 [christoph]  0.8.8claws24
4986
4987         * src/Makefile.am
4988         * src/stringtable.[ch]          ** REMOVE **
4989         * src/common/Makefile.am
4990         * src/common/stringtable.[ch]   ** NEW **
4991                 move stringtable files to common directory
4992
4993 2002-12-29 [christoph]  0.8.8claws23
4994
4995         * src/Makefile.am
4996         * src/menu.[ch]                 ** REMOVE **
4997         * src/gtk/Makefile.am
4998         * src/gtk/menu.[ch]             ** NEW **
4999                 move menu files to gtk directory
5000
5001 2002-12-29 [match]      0.8.8claws22
5002
5003         * src/addressbook.c
5004         * src/syldap.c
5005                 moved UI specific code out of LDAP code into addressbook
5006                 UI code. fixed memory leak.
5007
5008 2002-12-29 [christoph]  0.8.8claws21
5009
5010         * src/folder.c
5011                 only check for IGNORED parent message when message is
5012                 not IGNORED itself
5013
5014 2002-12-29 [alfons]     0.8.8claws20
5015
5016         * src/summaryview.c
5017                 set gtksctree's anchor correct (immediate execute
5018                 changes the tree's layout, and anchor points at 
5019                 the incorrect row). fixes "[ 657233 ] multiple msg 
5020                 delete sometimes off by 1".
5021                 we probably have to look for more tree layout /
5022                 anchor glitches.
5023
5024 2002-12-29 [paul]       0.8.8claws19
5025
5026         * src/summaryview.c
5027                 fix bug [ 659054 ] incorrect sorting of 'From' column
5028                 when using 'display sender using address book'
5029                 thanks to Alfons and Luke Plant
5030
5031 2002-12-29 [christoph]  0.8.8claws18
5032
5033         * src/folder.c
5034         * src/procmsg.[ch]
5035                 check parent messages for IGNORE THREAD flag, when adding,
5036                 moving or copying messages to a folder
5037
5038 2002-12-27 [alfons]     0.8.8claws17
5039
5040         re-organize matcher part 5; more to come
5041
5042         * src/matcher.c
5043                 hash keywords in matchparser_tab 
5044
5045 2002-12-27 [alfons]     0.8.8claws16
5046
5047         re-organize matcher part 4; more to come
5048
5049         * src/matcher_parser.h
5050         * src/matcher_parser_lex.l
5051         * src/matcher_parser_parse.y
5052                 cleanup
5053
5054 2002-12-27 [alfons]     0.8.8claws15
5055
5056         re-organize matcher part 3; more to come
5057
5058         * src/matcher.[ch]
5059                 cleanup
5060
5061 2002-12-27 [alfons]     0.8.8claws14
5062
5063         re-organize matcher part 2; more to come but this should
5064         work. cc me if there are any regressions.
5065
5066         * src/matcher.h
5067                 add prototype for get_matchparser_tab_id()
5068         * src/matcher_parser_lex.l
5069                 look up keywords using matchparser_tab_id();
5070
5071 2002-12-27 [alfons]     0.8.8claws12
5072
5073         re-organize matcher part 1
5074
5075         * src/matcher.h
5076                 map yacc generated constants to sylpheed matcher constants
5077         * src/matcher.c
5078                 add function to find a matcher constant from a string
5079
5080 2002-12-27 [christoph]  0.8.8claws11
5081
5082         * src/compose.c
5083                 MENUITEM_ADD casts the 4th argument from integer to pointer
5084                 so it probably should not be a pointer, this means we
5085                 should use account id for it and not the account's pointer
5086
5087 2002-12-27 [paul]       0.8.8claws10
5088
5089         * src/mainwindow.c
5090                 remove unneeded 'GtkWidget *vbox'
5091                 
5092         * src/summaryview.c
5093                 further sync with 0.8.8 - make sort
5094                 by recipient work as expected
5095                 
5096         * NEWS
5097                 sync with 0.8.8
5098
5099 2002-12-27 [paul]       0.8.8claws9
5100
5101         * po/pt_BR.po
5102                 updated by Ivan F. Martinez
5103                 
5104 2002-12-27 [darko]      0.8.8claws8
5105
5106         * src/common/utils.c
5107                 added locked pattern to extended search
5108
5109 2002-12-27 [alfons]     0.8.8claws7
5110
5111         * src/prefs_matcher.[ch]
5112                 clean up
5113
5114 2002-12-26 [alfons]     0.8.8claws6
5115
5116         * src/matcher.[ch]
5117         * src/matcher_parser_lex.l
5118         * src/matcher_parser_parse.y
5119         * src/prefs_matcher.c
5120                 allow color label as a condition in the matcher
5121
5122 2002-12-26 [oliver]     0.8.8claws5
5123         
5124         * src/toolbar.c 
5125                 enable Addressbook for Main and Messageview
5126         * src/prefs_actions.c
5127                 enable actions in Messageview
5128
5129 2002-12-26 [christoph]  0.8.8claws4
5130
5131         * src/common/plugin.c
5132                 add a little debug output
5133         * configure.in
5134         * src/plugins/demo/Makefile.am
5135                 better use of automake
5136
5137 2002-12-26 [christoph]  0.8.8claws3
5138
5139         * src/Makefile.am
5140         * src/common/Makefile.am
5141                 fix "make distdir"
5142
5143 2002-12-26 [christoph]  0.8.8claws2
5144
5145         * configure.in
5146                 sort configure checks into common / gtk / plugins
5147         * po/POTFILES.in
5148                 add src/prefs_gtk.c
5149         * src/Makefile.am
5150                 add plugins SUBDIR
5151         * src/main.c
5152         * src/common/sylpheed.[ch]
5153                 added now sylpheed_done function for shutdown
5154         * src/common/Makefile.am
5155         * src/common/plugin.[ch]                ** NEW **
5156                 plugin loader and unloader
5157         * src/plugins/.cvsignore                ** NEW **
5158         * src/plugins/Makefile.am               ** NEW **
5159                 build plugins
5160         * src/plugins/demo/.cvsignore           ** NEW **
5161         * src/plugins/demo/Makefile.am          ** NEW **
5162         * src/plugins/demo/demo.c               ** NEW **
5163                 small demo plugin that installs a logtext hook and
5164                 outputs the log text to stdout
5165
5166 2002-12-26 [paul]       0.8.8claws1
5167
5168         * po/es.po
5169                 updated by Ricardo Mones Lastra
5170
5171 2002-12-26 [paul]       0.8.8claws
5172
5173         * 0.8.8claws released
5174
5175 2002-12-26 [paul]       0.8.7claws12
5176
5177         * po/bg.po
5178                 updated by George Danchev
5179
5180 2002-12-26 [paul]       0.8.7claws11
5181
5182         * po/POTFILES.in
5183                 remove unneeded 'src/prefs.c' entry 
5184
5185 2002-12-26 [paul]       0.8.7claws10
5186
5187         * src/codeconv.c
5188           src/mainwindow.c
5189                 sync with 0.8.8 release
5190         
5191         * src/folder.[ch]
5192           src/mh.c
5193           src/summaryview.c
5194                 partial sync with 0.8.8 release
5195         
5196
5197 2002-12-25 [alfons]     0.8.7claws9
5198
5199         * src/matcher.[ch]
5200         * src/matcher_parser_lex.l
5201         * src/matcher_parser_parse.y
5202         * src/prefs_matcher.c
5203                 add locked flag to possible filtering / matcher 
5204                 conditions (also a good example what should be
5205                 done to add a simple boolean condition)
5206
5207 2002-12-25 [christoph]  0.8.7claws8
5208
5209         * src/Makefile.am
5210         * src/account.[ch]
5211         * src/addrbook.c
5212         * src/addressbook.c
5213         * src/addrindex.c
5214         * src/filtering.c
5215         * src/folder.c
5216         * src/matcher.c
5217         * src/prefs.[ch]                ** REMOVE **
5218         * src/prefs_account.c
5219         * src/prefs_actions.c
5220         * src/prefs_common.c
5221         * src/prefs_customheader.c
5222         * src/prefs_display_header.c
5223         * src/prefs_filtering.c
5224         * src/prefs_folder_item.c
5225         * src/prefs_gtk.[ch]            ** NEW **
5226         * src/prefs_matcher.c
5227         * src/prefs_scoring.c
5228         * src/prefs_summary_column.c
5229         * src/procmime.c
5230         * src/selective_download.c
5231         * src/toolbar.c
5232         * src/common/Makefile.am
5233         * src/common/prefs.[ch]         ** NEW **
5234                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5235
5236 2002-12-24 [alfons]     0.8.7claws7
5237
5238         * src/summaryview.c
5239                 summary_thread_build(): fix real cause of the crash mentioned in
5240                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5241                 this way we get meaningful ctree nodes 
5242
5243 2002-12-24 [oliver]     0.8.7claws6
5244
5245         * src/mainwindow.[ch]
5246         * src/messageview.[ch]
5247         * src/compose.[ch]
5248         * src/inc.c
5249         * src/summaryview.c
5250                 changes to use updated toolbar handling
5251                 
5252 2002-12-24 [oliver]     0.8.7claws5
5253
5254         * src/toolbar.[ch]
5255                 generic toolbar handling
5256                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5257         * src/prefs_toolbar.[ch]
5258                 adjust to handling
5259         
5260 2002-12-24 [oliver]     0.8.7claws4
5261         
5262         * src/stock_pixmap.[ch]
5263                 move SYLPHEED_LOGO to end of list in order 
5264                 to remove it from Custom Toolbar`s Icon View
5265
5266 2002-12-24 [alfons]     0.8.7claws3
5267
5268         * src/summaryview.c
5269                 summary_thread_build(): fix crash because of focus != selection 
5270                 after threading. when deleting the selection, gtk tries but fails 
5271                 to find the correct focusable element. we now force the selection
5272                 to be focused. this should solve the infamous bug reported by 
5273                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5274                 a test case is available. 
5275
5276 2002-12-24 [darko]      0.8.7claws2
5277
5278         * src/summaryview.c
5279                 don't crash when unmarking message with unread children
5280
5281 2002-12-23 [christoph]  0.8.7claws1
5282
5283         * src/Makefile.am
5284         * src/common/Makefile.am
5285                 update Makefiles for moved intl.h, version.h and defs.h
5286         * src/imap.c
5287                 rewrite imap_session_get to avoid duplicate code
5288
5289 2002-12-23 [paul]       0.8.7claws
5290
5291         * Santa-Claws released
5292         
5293         * po/hu.po
5294           po/ru.po
5295                 squeeze in updated Hungarian and Russian translations.
5296                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5297
5298 2002-12-23 [paul]       0.8.6claws129
5299
5300         * po/pl.po
5301                 updated by Witold Wladyslaw Wojciech Wilk
5302
5303 2002-12-23 [paul]       0.8.6claws128
5304
5305         * src/quote_fmt_parse.y
5306                 fix typo and add licence header
5307
5308 2002-12-23 [paul]       0.8.6claws127
5309
5310         * po/en_GB.po
5311                 updated
5312
5313 2002-12-23 [paul]       0.8.6claws126
5314
5315         * po/it.po
5316                 updated translation, submitted by Alessandro Maestri
5317                 
5318 2002-12-23 [paul]       0.8.6claws125
5319
5320         * src/quote_fmt_parse.y
5321                 fix signature-stripping on replies bug. match
5322                 '-- \n' and not '-- '.
5323
5324 2002-12-22 [paul]       0.8.6claws124
5325
5326         * po/bg.po
5327           po/es.po
5328           po/sr.po
5329                 updated translations. submitted by George Danchev,
5330                 Ricardo Mones Lastra, and Urke MMI respectively
5331
5332 2002-12-21 [paul]       0.8.6claws123
5333
5334         * src/addrbook.c
5335                 fix coding style
5336
5337 2002-12-21 [paul]       0.8.6claws122
5338
5339         * src/addrbook.c
5340                 fix bug [643638] where if a person is in one or more
5341                 addressbook groups editing that person's email 
5342                 address results in removal from those groups.
5343                 Patch submitted by Luke Plant.
5344
5345 2002-12-20 [christoph]  0.8.6claws121
5346
5347         * src/common/utils.c
5348         * src/summaryview.c
5349                 reimplement expand_search_string using GString to
5350                 prevent crashs caused by miscalculated string
5351                 lengths reported by Paul
5352
5353 2002-12-20 [christoph]  0.8.6claws120
5354
5355         * src/summaryview.c
5356                 don't use "changed" to check if op_count has to be changed as it
5357                 is also set when the message has unread children
5358                 (closes bug [ 653221 ] crash while deleting duplicates)
5359
5360 2002-12-20 [paul]       0.8.6claws119
5361
5362         * sync with 0.8.6cvs27
5363                 see ChangeLog 2002-12-20
5364
5365 2002-12-20 [paul]       0.8.6claws118
5366
5367         * sync with 0.8.6cvs26
5368                 see ChangeLog 2002-12-19 and 2002-12-20
5369
5370 2002-12-19 [alfons]     0.8.6claws117
5371
5372         * src/textview.c
5373                 fix incorrect parsing of email addresses, submitted by 
5374                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5375                 name display if it contains @".
5376
5377 2002-12-18 [paul]       0.8.6claws116
5378
5379         * sync with 0.8.6cvs23
5380                 see ChangeLog 2002-12-18
5381
5382 2002-12-18 [paul]       0.8.6claws115
5383
5384         * src/Makefile.am
5385         * src/account.c
5386         * src/codeconv.c
5387         * src/gtkutils.[ch]
5388         * src/imap.c
5389                 sync with 0.8.6cvs22.
5390                 see ChangeLog 2002-12-17 and 2002-12-18
5391
5392 2002-12-17 [christoph]  0.8.6claws114
5393
5394         * src/imap.c
5395                 o don't create a session if imap greeting fails
5396                 o don't close socket when authentication fails
5397                   this is done by imap_session_destroy
5398
5399 2002-12-17 [thorsten]   0.8.6claws113
5400
5401         * tools/Makefile.am
5402           tools/README
5403           tools/google_msgid.pl ** NEW FILE **
5404                 Added "search for message-id" script and doc
5405
5406 2002-12-17 [thorsten]   0.8.6claws112
5407
5408         * po/hu.po
5409                 Updated hungarian translation
5410                 (updated by Gal Zoltan)
5411
5412 2002-12-16 [christoph]  0.8.6claws111
5413
5414         * src/addr_compl.c
5415                 remove stupid addressbook dump to debug output
5416         * src/mh.c
5417                 fix memory leak found by Hiro
5418
5419 2002-12-14 [paul]       0.8.6claws110
5420
5421         * src/compose.c
5422                 fix menubar sensitivity on send
5423                 
5424         * src/prefs_filtering.c
5425         * src/prefs_matcher.c
5426         * src/prefs_scoring.c
5427                 Fix english ;)
5428                 
5429         * src/common/quoted-printable.h
5430                 sync: fix typo
5431         
5432 2002-12-13 [christoph]  0.8.6claws109
5433
5434         * src/Makefile.am
5435         * src/manage_window.[ch]        ** REMOVE **
5436         * src/gtk/Makefile.am
5437         * src/gtk/manage_window.[ch]    ** NEW **
5438                 move manage_window files to gtk directory
5439
5440 2002-12-13 [christoph]  0.8.6claws108
5441
5442         * src/Makefile.am
5443         * src/gtkshruler.[ch]           ** REMOVE **
5444         * src/gtk/Makefile.am
5445         * src/gtk/gtkshruler.[ch]       ** NEW **
5446                 move gtkshruler files to gtk directory
5447
5448 2002-12-13 [christoph]  0.8.6claws107
5449
5450         * src/Makefile.am
5451         * src/compose.c
5452         * src/gtkstext.[ch]             ** REMOVE **
5453         * src/gtkutils.[ch]
5454         * src/textview.c
5455         * src/gtk/gtkstext.[ch]         ** NEW **
5456         * src/gtk/Makefile.am
5457                 o move stext functions to gtkstext.c to remove
5458                   dependency of gtkutils
5459                 o move gtkstext files to gtk directory
5460
5461         * src/gtk/Makefile.am
5462         * src/gtk/sslcertwindow.[ch]
5463                 UI stuff can always depend on common code so
5464                 it's ok to add ../common to include path
5465
5466 2002-12-13 [colin]      0.8.6claws106
5467
5468         * src/summaryview.c
5469                 Disconnect sighandlers for mainwindow when
5470                 quicksearch has the focus
5471                 Fix bug #653231
5472         * src/mainwindow.[ch]
5473                 Make key_pressed callback public, to be able
5474                 to disconnect it
5475
5476 2002-12-13 [christoph]  0.8.6claws105
5477
5478         * src/mh.c
5479                 create .mh_sequences file in new MH folders
5480                 (closes feature request [ 523162 ] MH folders should
5481                  get a .mh_sequences)
5482
5483 2002-12-13 [colin]      0.8.6claws104
5484
5485         * src/summaryview.c
5486                 Better handling of quicksearch show/hide
5487                 (basically the button stays under the mouse 
5488                  when toggled)
5489
5490 2002-12-13 [paul]       0.8.6claws103
5491
5492         * sync with 0.8.6cvs17
5493                 see ChangeLog 2002-12-13
5494
5495 2002-12-13 [paul]       0.8.6claws102
5496
5497         * po/es.po
5498                 updated by Ricardo Mones Lastra
5499
5500 2002-12-11 [colin]       0.8.6claws101
5501
5502         * src/folder.c
5503                 remove statusbar stuff
5504           src/folderview.c
5505                 set statusbar verbosity when moving folders
5506
5507 2002-12-11 [colin]       0.8.6claws100
5508         * src/prefs_filtering.c
5509         * src/prefs_matcher.c
5510         * src/prefs_scoring.c
5511                 Fix english ;)
5512
5513 2002-12-11 [colin]       0.8.6claws99
5514
5515         * src/prefs_common.[ch]
5516                 Add summary_quicksearch_type
5517         * src/summaryview.c
5518                 Save last used quicksearch type
5519
5520 2002-12-11 [jens]       0.8.6claws98
5521         * src/prefs_filtering.c
5522         * src/prefs_matcher.c
5523         * src/prefs_scoring.c
5524                 added dialog for incomplete rules in scoring, filtering and
5525                 matcher to ask wheather really close
5526
5527 2002-12-11 [colin]      0.8.6claws97
5528
5529         * src/folder.c
5530                 Fix folder dnd statusbar logging
5531
5532 2002-12-10 [christoph]  0.8.6claws96
5533
5534         * src/compose.c
5535         * src/folder.c
5536         * src/imap.c
5537         * src/inc.c
5538         * src/main.c
5539         * src/mainwindow.c
5540         * src/news.c
5541         * src/send.c
5542         * src/statusbar.[ch]
5543         * src/common/hooks.c
5544         * src/common/log.[ch]
5545                 o handle verbose logging in statusbar directly in statusbar code
5546                   and common code does not need any knowledge about a statusbar
5547                 o remove direct calls to statusbar_(puts|pop)_all functions
5548
5549 2002-12-10 [jens]       0.8.6claws95
5550
5551         * src/*.c
5552                 removed gettext from g_warnings
5553         * po/POTFILES.in
5554                 cleaned and updated
5555         * po/de.po
5556                 updated
5557
5558 2002-12-10 [colin]      0.8.6claws94
5559
5560         * src/main.c
5561                 finish crash dialog fix
5562
5563 2002-12-10 [colin]      0.8.6claws93
5564
5565         * src/main.c
5566                 "Fix" "sylpheed already running" instead of
5567                 crash dialog appearing after a crash
5568
5569 2002-12-10 [colin]      0.8.6claws92
5570
5571         * po/POTFILES.in
5572                 add src/gtk/sslcertwindow.c
5573
5574 2002-12-10 [paul]       0.8.6claws91
5575
5576         * po/POTFILES.in
5577                 updated to reflect recent changes
5578                 submitted by Alessandro Maestri
5579
5580 2002-12-09 [christoph]  0.8.6claws90
5581
5582         * src/Makefile.am
5583         * src/smtp.[ch]                 ** REMOVE **
5584         * src/common/Makefile.am
5585         * src/common/smtp.[ch]          ** NEW **
5586                 move smtp files to common directory
5587
5588 2002-12-09 [christoph]  0.8.6claws89
5589
5590         * src/Makefile.am
5591         * src/session.[ch]              ** REMOVE **
5592         * src/common/Makefile.am
5593         * src/common/session.[ch]       ** NEW **
5594                 move session files to common directory
5595
5596 2002-12-09 [paul]       0.8.6claws88
5597
5598         * src/account.c
5599                 fix bug [649746] edit accounts: move account reverted
5600                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5601
5602 2002-12-09 [colin]      0.8.6claws87
5603
5604         * src/ssl_certificate.c
5605                 cleanup
5606
5607 2002-12-09 [colin]      0.8.6claws86
5608
5609         * src/ssl.c
5610                 Try to open the cert.pem database and 
5611                 issue a warning if it isn't there
5612
5613 2002-12-09 [colin]      0.8.6claws85
5614
5615         * src/common/ssl_certificate.c
5616         * src/gtk/sslcertwindow.c
5617                 Warning fixes
5618
5619 2002-12-09 [colin]      0.8.6claws84
5620
5621         * src/ssl_certificate.[ch] ** REMOVED **
5622         * src/common/ssl_certificate.[ch] ** NEW **
5623         * src/Makefile.am
5624         * src/common/Makefile.am
5625                 Moved ssl_certificate.[ch] to common
5626         * src/common/ssl.c 
5627                 Put back needed include
5628         * src/gtk/sslcertwindow.[ch]
5629                 Changed ssl_certificate.h include
5630         
5631 2002-12-09 [colin]      0.8.6claws83
5632
5633         * src/gtk/sslcertwindow.[ch]
5634                 Implement hook for certificate acception
5635         * src/ssl_certificate.[ch]
5636                 Implement hook for certificate acception
5637         * src/common/ssl.c
5638                 Reenable certificate acception check
5639         * src/mainwindow.c
5640                 Register sslcertwindow's hook
5641         
5642 2002-12-08 [christoph]  0.8.6claws82
5643
5644         * src/about.c
5645         * src/addr_compl.c
5646         * src/codeconv.c
5647         * src/manual.c
5648         * src/undo.c
5649         * src/common/utils.c
5650                 o add missing includes
5651                 o fix warnings
5652         * src/.cvsignore
5653         * src/common/.cvsignore
5654         * src/common/version.h          ** REMOVE **
5655                 remove autogenerated file
5656
5657 2002-12-08 [paul]       0.8.6claws81
5658
5659         * src/stringtable.c
5660                 put back needed include
5661
5662 2002-12-08 [colin]      0.8.6claws80
5663         
5664         * src/gtk/sslcertwindow.c
5665                 Cleaner popups when asking
5666         * src/ssl_certificate.c
5667         * src/prefs_common.[ch]
5668                 remove ssl certificate pref
5669                 put back needed include
5670         * src/undo.c
5671                 put back needed include
5672
5673 2002-12-08 [christoph]  0.8.6claws79
5674
5675         * src/folderview.c
5676         * src/logwindow.c
5677         * src/statusbar.c
5678         * src/summaryview.c
5679                 only abort hook invokation if required data is missing not
5680                 if our own data pointer is NULL, update hookfunction for
5681                 log window
5682
5683 2002-12-08 [paul]       0.8.6claws78
5684
5685         * src/about.c
5686         * src/addrcache.c
5687         * src/addrclip.c
5688         * src/addr_compl.c
5689         * src/addrselect.c
5690         * src/codeconv.c
5691         * src/colorlabel.c
5692         * src/enriched.c
5693         * src/esmtp.c
5694         * src/exporthtml.c
5695         * src/headerview.c
5696         * src/imageview.c
5697         * src/manual.c
5698         * src/noticeview.c
5699         * src/pgptext.c
5700         * src/scoring.c
5701         * src/sourcewindow.c
5702         * src/stringtable.c
5703         * src/undo.c
5704                 clean up: remove unneccesary includes
5705
5706 2002-12-08 [christoph]  0.8.6claws77
5707
5708         * src/folderview.c
5709         * src/statusbar.c
5710         * src/summaryview.c
5711         * src/common/hooks.[ch]
5712                 hook functions now have a gboolean return value, if a hook
5713                 returns TRUE it will stop executing of any more hooks in
5714                 the same hooklist for this invokation
5715
5716 2002-12-08 [colin]      0.8.6claws76
5717         
5718         * src/main.c
5719                 put back argv0 for CRASH_DIALOG
5720
5721 2002-12-08 [christoph]  0.8.6claws75
5722
5723         * src/Makefile.am
5724         * src/about.c
5725         * src/account.c
5726         * src/crash.c
5727         * src/esmtp.h
5728         * src/imap.[ch]
5729         * src/inc.c
5730         * src/main.c
5731         * src/mainwindow.c
5732         * src/news.c
5733         * src/pop.[ch]
5734         * src/prefs_account.[ch]
5735         * src/prefs_common.[ch]
5736         * src/send.[ch]
5737         * src/smtp.[ch]
5738         * src/ssl_certificate.[ch]
5739         * src/ssl_manager.[ch]
5740         * src/common/Makefile.am
5741         * src/common/log.c
5742         * src/common/nntp.[ch]
5743         * src/common/socket.[ch]
5744         * src/common/ssl.[ch]
5745         * src/gtk/sslcertwindow.[ch]
5746         * ac/openssl.m4
5747                 use new autoconf script to detect OpenSSL with extra parameters
5748                 to specify the location of libs and includes, also remove USE_SSL
5749                 to USE_OPENSSL
5750
5751         * src/common/sylpheed.[ch]
5752         * src/common/version.h.in
5753                 start seperation of common code initialization seperated from gui
5754
5755         * src/summaryview.c
5756                 The function that is called when a color label changes
5757                 should not change the color lable again
5758
5759 2002-12-08 [colin]      0.8.6claws74
5760
5761         * src/gtk/sslcertwindow.c
5762                 warning fixes
5763
5764 2002-12-08 [colin]      0.8.6claws73
5765
5766         * src/statusbar.c
5767           src/common/log.h
5768                 Register a hook for statusbar_puts_all
5769         * src/common/log.c
5770                 invoke statusbar_puts_all's hook
5771         
5772 2002-12-08 [colin]      0.8.6claws72
5773
5774         * src/ssl_certificate.c
5775                 Put back a badly-removed include
5776
5777 2002-12-08 [colin]      0.8.6claws71
5778
5779         * src/gtk/sslcertwindow.[ch]    ** NEW **
5780                 new certificate presentation
5781         * src/gtk/Makefile.am
5782                 add new files
5783         * src/ssl_certificate.[ch]
5784                 gtk cleanup, made utility functions public
5785         * src/ssl_manager.c
5786                 use new cert presentation
5787
5788 2002-12-07 [christoph]  0.8.6claws70
5789
5790         * src/Makefile.am
5791         * src/nntp.[ch]                 ** REMOVE **
5792         * src/common/Makefile.am
5793         * src/common/nntp.[ch]          ** NEW **
5794                 move nntp files to common directory
5795
5796 2002-12-07 [christoph]  0.8.6claws69
5797
5798         * src/procmsg.[ch]
5799         * src/summaryview.c
5800                 implement msginfo update callback using sylpheed's new
5801                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5802
5803 2002-12-06 [christoph]  0.8.6claws68
5804
5805         * src/editgroup.c
5806                 This patch changes the 'Edit Group Details' dialog to
5807                 allow extended selections in either pane, so that
5808                 addresses can be added or removed from a group more
5809                 quickly and easily. (it actually is a net decrease in
5810                 file size, as some unnecessary functions have been
5811                 removed). 
5812                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5813
5814 2002-12-06 [christoph]  0.8.6claws67
5815
5816         * src/Makefile.am
5817         * src/template.[ch]             ** REMOVE **
5818         * src/common/Makefile.am
5819         * src/common/template.[ch]      ** NEW **
5820                 move template files to common directory
5821
5822         * src/nntp.c
5823                 add missing log.h include
5824
5825 2002-12-06 [melvin]     0.8.6claws66
5826
5827         * src/prefs_actions.c
5828                 Added the trailing ">" syntax to insert command's output
5829                 without replacing old text (in contrast to trailing "|").
5830
5831 2002-12-05 [colin]      0.8.6claws65
5832         
5833         * src/common/utils.c
5834                 Don't modify original search_string or it'll change
5835                 the next iterations in the for()
5836
5837 2002-12-05 [darko]      0.8.6claws64
5838
5839         * src/common/utils.c
5840                 proper check for filtering commands, found by Colin
5841
5842 2002-12-05 [darko]      0.8.6claws63
5843
5844         * src/common/utils.c
5845                 check proper string for NULL pointer, found by Colin
5846
5847 2002-12-05 [darko]      0.8.6claws62
5848
5849         * src/common/utils.[ch]
5850                 expand_search_string(): new function
5851                 converts Mutt-like patterns to Sylpheed's
5852                 filtering engine
5853         * src/summaryview.c
5854                 use expand_search_string() to allow Mutt-like
5855                 patterns in extended search
5856         * README.claws
5857                 document extended option in quick search
5858
5859 2002-12-05 [paul]       0.8.6claws61
5860
5861         * sync with 0.8.6cvs16
5862                 see ChangeLog 2002-12-05
5863                 
5864         * po/POTFILES.in
5865                 clean up
5866
5867 2002-12-04 [christoph]  0.8.6claws60
5868
5869         * src/imap.[ch]
5870                 put imap authentication code into a new function and
5871                 remove it from imap_session_new that will allow to
5872                 send other commands before authentication
5873
5874 2002-12-04 [christoph]  0.8.6claws59
5875
5876         * src/imap.[ch]
5877                 use already existing method to prevent unneeded IMAP
5878                 folder selects. Set imap_select parameters to NULL
5879                 in some functions if the values are not required.
5880
5881         * src/xml.h
5882                 remove no longer required include
5883
5884 2002-12-04 [paul]       0.8.6claws58
5885
5886         * po/es.po
5887                 updated by Ricardo Mones Lastra
5888                 
5889         * configure.in
5890           po/hu.po      ** NEW FILE **
5891                 initial Hungarian translation, submitted
5892                 by Gál Zoltán <galzoli@hu.inter.net>
5893
5894 2002-12-03 [christoph]  0.8.6claws57
5895
5896         * src/Makefile.am
5897         * src/gtksctree.[ch]            ** REMOVE **
5898         * src/gtk/Makefile.am
5899         * src/gtk/gtksctree.[ch]        ** NEW **
5900                 move gtksctree files to gtk directory
5901
5902 2002-12-03 [christoph]  0.8.6claws56
5903
5904         * src/Makefile.am
5905         * src/md5.[ch]                  ** REMOVE **
5906         * srm/common/Makefile.am
5907         * src/common/md5.[ch]           ** NEW **
5908                 move md5 files to common directory
5909
5910         * src/gtkstext.c
5911                 remove not required #include
5912
5913 2002-12-03 [sergey]     0.8.6claws55
5914
5915         * src/gtkutils.c
5916         * src/gtkutils.h
5917                 gtkut_window_popup(): new function.
5918         * src/mainwindow.c
5919                 main_window_popup(): use gtkut_window_popup() to raise
5920                 window without changing its position.
5921                 (see sylpheed-main ML message [sylpheed:17247])
5922
5923 2002-12-03 [sergey]     0.8.6claws54
5924
5925         * src/send.c
5926                 send_message_local(): removed first-dot escaping
5927                 (SMTP-only, not needed for sending through pipe)
5928
5929 2002-12-03 [paul]       0.8.6claws53
5930
5931         * po/POTFILES.in
5932                 update to reflect recent changes (thanks
5933                 to Ricardo Mones Lastra)
5934                 
5935         * tools/filter_conv.pl
5936                  fix problem with quoted strings. Patch submitted
5937                  by Luke Plant <lukeplant@softhome.net>
5938
5939 2002-12-03 [paul]       0.8.6claws52
5940
5941         * sync with 0.8.6cvs15
5942                 see ChangeLog 2002-12-03
5943
5944 2002-12-02 [christoph]  0.8.6claws51
5945
5946         * src/logwindow.[ch]
5947         * src/common/log.[ch]
5948                 implement logging using a hook function
5949
5950         * src/folderview.c
5951         * src/folder.[ch]
5952                 define hooklist name in header file to avoid
5953                 errors caused by wrong spelling of hooklist names
5954
5955         * src/toolbar.c
5956                 fix warnings
5957
5958 2002-12-02 [christoph]  0.8.6claws50
5959
5960         * src/common/Makefile.am
5961                 add src/common/hooks.[ch]
5962
5963         * src/common/hooks.[ch]
5964                 implement a simple hook system using glib's hook functions
5965
5966         * src/folder.[ch]
5967         * src/folderview.c
5968                 use new hook system for folder item updates
5969
5970 2002-12-02 [christoph]  0.8.6claws49
5971
5972         * doc-src/ui_seperation.txt     ** NEW **
5973                 information for ui seperation
5974
5975         * src/Makefile.am
5976                 remove files that were moved to common
5977                 include common directory by default for the header files
5978
5979         * src/inc.c
5980         * src/common/socket.c
5981         * src/automaton.[ch]
5982                 implement automaton using g_io_*-functions instead of
5983                 gdk_input_add to make it ui independent
5984
5985         * src/codeconv.c
5986         * src/compose.c
5987         * src/ldif.c
5988         * src/pgptext.c
5989         * src/procmime.c
5990         * src/rfc2015.c
5991         * src/smtp.c
5992         * src/unmime.c
5993                 remove common/ prefix because directory is now in
5994                 include path
5995
5996         * src/compose.c
5997         * src/folder.c
5998         * src/folderview.c
5999         * src/mainwindow.c
6000         * src/messageview.c
6001         * src/prefs_common.c
6002         * src/procmsg.c
6003         * src/rfc2015.c
6004                 fix warnings
6005
6006         * src/imap.c
6007         * src/inc.c
6008         * src/news.c
6009         * src/pop.c
6010         * src/send.c
6011         * src/smtp.c
6012         * src/ssl_certificate.c
6013                 add log.h header file for logging functions
6014
6015         * src/main.c
6016         * src/common/utils.c
6017         * src/summaryview.c
6018         * src/xml.c
6019                 o move debug_mode to common/utils.c
6020                 o add functions to set and get debug_mode
6021
6022         * src/defs.h                    ** REMOVE **
6023         * src/intl.h                    ** REMOVE **
6024         * src/socket.[ch]               ** REMOVE **
6025         * src/ssl.[ch]                  ** REMOVE **
6026         * src/utils.[ch]                ** REMOVE **
6027                 replaced by new files in src/common/
6028         
6029         * src/common/Makefile.am
6030                 add new files in src/common/
6031
6032         * src/common/defs.h             ** NEW **
6033         * src/common/intl.h             ** NEW **
6034         * src/common/log.[ch]           ** NEW **
6035         * src/common/socket.[ch]        ** NEW **
6036         * src/common/ssl.[ch]           ** NEW **
6037         * src/common/utils.[ch]         ** NEW **
6038                 replacement for files in src/
6039
6040 2002-12-02 [colin]      0.8.6claws48
6041
6042         * src/folderview.c
6043                 Scroll folderview if necessary during dnd
6044
6045 2002-12-02 [colin]      0.8.6claws47
6046
6047         * src/folder.[ch]
6048                 Add check to verify a move is within a single mailbox
6049         * src/folderview.c
6050                 Add specific error string for this check
6051
6052 2002-12-02 [colin]      0.8.6claws46
6053
6054         * src/folder.c
6055                 Add a test to folder moving, remove a statusbar_print
6056         * src/folderview.c
6057                 Add Move folder... context-menu item
6058                 Factorize folder moving code
6059                 Enable folder DND for mbox
6060
6061 2002-12-01 [christoph]  0.8.6claws45
6062
6063         * ac/aspell.m4
6064                 remove conf.aspelltest if the version check fails
6065
6066 2002-11-30 [christoph]  0.8.6claws44
6067
6068         * autogen.sh
6069                 run libtoolize --force in autogen to create missing
6070                 libtool scripts
6071
6072 2002-11-30 [christoph]  0.8.6claws43
6073
6074         * src/Makefile.am
6075         * src/pgptext.c
6076         * src/procmime.c
6077         * src/rfc2015.c
6078         * src/uuencode.[ch]             ** REMOVED **
6079         * src/common/Makefile.am
6080         * src/common/uuencode.[ch]      ** NEW **
6081                 move uuen/decoder to common directory
6082
6083 2002-11-30 [christoph]  0.8.6claws42
6084
6085         * src/Makefile.am
6086         * src/base64.[ch]               ** REMOVED **
6087         * src/codeconv.c
6088         * src/compose.c
6089         * src/ldif.c
6090         * src/pgptext.c
6091         * src/procmime.c
6092         * src/rfc2015.c
6093         * src/smtp.c
6094         * src/unmime.c
6095         * src/common/Makefile.am
6096         * src/common/base64.[ch]        ** NEW **
6097                 move base64 en/decoder to common directory
6098
6099 2002-11-30 [christoph]  0.8.6claws41
6100
6101         * src/common                    ** NEW **
6102                 new directory for UI independent code
6103         * src/gtk                       ** NEW **
6104                 new directory for GTK frontend
6105         * src/common/.cvsignore         ** NEW **
6106         * src/gtk/.cvsignore            ** NEW **
6107                 ignore build files
6108         * src/common/Makefile.am        ** NEW **
6109         * src/gtk/Makefile.am           ** NEW **
6110                 automake files to build new seperated stuff
6111         * src/Makefile.am
6112                 the binary will currently still be build with the
6113                 files in src, so we include the code from the
6114                 subdirs for now after building the libs there
6115
6116 2002-11-30 [paul]       0.8.6claws40
6117
6118         * src/compose.c
6119                 fix bug [642731] 'Wrong selected account with drafted mail'
6120
6121 2002-11-29 [oliver]     0.8.6claws39
6122         
6123         * src/messageview.c
6124                 o update summaryview when switching between different
6125                   messageviews          
6126         * src/toolbar.c  
6127                 o check if messageview holds already removed msg
6128                   from summaryview
6129                 
6130
6131 2002-11-29 [oliver]     0.8.6claws38
6132
6133         * src/toolbar.c 
6134                 remove not needed variables and includes
6135                 make messageview stay opened and move to next when msgs are deleted 
6136
6137 2002-11-29 [oliver]     0.8.6claws37
6138         
6139         * src/toolbar.c 
6140                 disable compose button (messageview toolbar) by default
6141                 deleted msgs are moved to trash
6142         
6143 2002-11-29 [melvin]     0.8.6claws36
6144
6145         * configure.in
6146                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6147                 and to detect signatures expirations (gpgme 0.3.6)
6148
6149         * src/main.c
6150                 Use non obsolescent function for Gpgme engine checking.
6151
6152         * src/rfc2015.c
6153                 Inform about expired signatures or signatures which key
6154                 has expired. Expiration date is displayed.
6155
6156         * src/sigstatus.c
6157                 Inform about expired signatures or signatures which key
6158                 has expired.
6159
6160 2002-11-28 [paul]       0.8.6claws35
6161
6162         * src/folderview.c
6163                 re-instate 'Check for new messages' in Newsgroup
6164                 folders right-click menu, after a suggestion from
6165                 Tim Mann <timmann@users.sourceforge.net>
6166
6167         * src/main.c
6168                 after a crash check only local folders for new
6169                 messages
6170
6171 2002-11-28 [paul]       0.8.6claws34
6172
6173         * configure.in
6174                 apply patch that fixes the checking of GTK with XIM 
6175                 support on different OSs, such as FreeBSD. Patch 
6176                 submitted by Topia <topia@users.sourceforge.net>
6177                 
6178 2002-11-28 [paul]       0.8.6claws33
6179
6180         * src/mainwindow.c
6181           src/prefs_common.c
6182           src/prefs_toolbar.c
6183                 more changes to the English
6184
6185 2002-11-28 [paul]       0.8.6claws32
6186
6187         * sync with 0.8.6cvs13
6188                 see ChangeLog 2002-11-28 (no sync needed
6189                 for src/compose.c)
6190
6191 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6192         
6193         * src/mainwindow.[ch]
6194                 add patch by Ivan F. Martinez introducing messageview Toolbar
6195                 some changes and committed by oliver    
6196
6197 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6198
6199         * src/messageview.[ch]
6200                 add patch by Ivan F. Martinez introducing messageview Toolbar
6201                 some changes and committed by oliver    
6202
6203 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6204
6205         * src/compose.[ch]
6206                 add patch by Ivan F. Martinez introducing messageview Toolbar
6207                 some changes and committed by oliver    
6208
6209 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6210         
6211         * src/toolbar.[ch]
6212                 add patch by Ivan F. Martinez introducing messageview Toolbar
6213                 some changes and committed by oliver
6214
6215 2002-11-28 [oliver]     0.8.6claws27
6216         
6217         * src/prefs_toolbar.[ch]
6218                 getting ready for messageview toolbar
6219                 free mem allocated by gettext
6220                 change prefs_toolbar to prefs_toolbar_open
6221  
6222 2002-11-28 [thorsten]   0.8.6claws26
6223
6224         * src/imageview.[ch]
6225                 cleaned up conflicting declarations of
6226                 imageview_show_image()
6227
6228 2002-11-28 [paul]       0.8.6claws25
6229
6230         * src/grouplistdialog.c
6231           src/prefs_common.c
6232           src/prefs_summary_column.c
6233                 a few more improvements to the English
6234
6235 2002-11-28 [colin]      0.8.6claws24
6236
6237         * man/sylpheed.1
6238                 A few updates to command-line parameters
6239
6240 2002-11-28 [colin]      0.8.6claws23
6241
6242         * src/prefs_filtering.c
6243                 Fix problems with prefs_filtering_delete_path:
6244                 a) if the first rule is removed, original pointers
6245                    weren't updated (leading to segfaults)
6246                 b) it was always global_processing updated in case
6247                    of removed path was parent of rule path
6248
6249 2002-11-27 [paul]       0.8.6claws22
6250
6251         * src/mainwindow.c
6252           src/prefs_account.c
6253           src/prefs_actions.c
6254           src/prefs_common.c
6255           src/prefs_customheader.c
6256           src/prefs_display_header.c
6257           src/prefs_filtering.c
6258           src/prefs_folder_item.c
6259           src/prefs_matcher.c
6260           src/prefs_scoring.c
6261           src/prefs_summary_column.c
6262           src/prefs_template.c
6263           src/prefs_toolbar.c
6264                  improve the English in the GUI
6265
6266 2002-11-27 [colin]      0.8.6claws21
6267
6268         * src/folder.c
6269                 Fix processing renaming problems happening after
6270                 last commit
6271
6272 2002-11-27 [colin]      0.8.6claws20
6273
6274         * src/folder.c
6275                 recursive move now deletes src each subfolder after 
6276                 having moved it
6277         * src/folderview.c
6278                 Use identifier instead of path during dnd (enables
6279                 IMAP folder dnd)
6280
6281 2002-11-27 [paul]       0.8.6claws19
6282
6283         * src/main.c
6284                 apply patch that does command-line processing 
6285                 BEFORE gtk_init, allowing claws to run from 
6286                 shell-scripts in non-X environment (e.g. crontab 
6287                 or ip-up, ip-down scripts). Patch submitted by
6288                 Ruslan N. Balkin <baron@dartel.ru>
6289                 
6290         * po/it.po
6291                 updated by Alessandro Maestri
6292
6293 2002-11-27 [paul]       0.8.6claws18
6294
6295         * sync with 0.8.6cvs12
6296           src/prefs_common.c
6297                 Differences are that main uses a 'Receive dialog'
6298                 frame on the Interface tab, whereas claws groups all 
6299                 the dialogs together in a 'Dialogs' frame.
6300
6301 2002-11-27 [colin]      0.8.6claws17
6302
6303         * src/prefs_matcher.c
6304                 Fix Execute criteria's NOT flag
6305
6306
6307 2002-11-26 [christoph]  0.8.6claws16
6308
6309         * src/ssl.c
6310                 rewrite the ssl code a little bit, only use one
6311                 SSL context, set default certificates' file/path
6312
6313 2002-11-26 [thorsten]   0.8.6claws15
6314
6315         * src/compose.c
6316                 default-reply-to didn't work for ml-reply
6317
6318 2002-11-26 [melvin]     0.8.6claws14
6319
6320         * src/prefs_actions.c
6321                 Made pipe-actions ignore short headers in message view
6322                 Made trailing-pipe-actions write in the message view with
6323                 the same font as the original message
6324
6325 2002-11-26 [paul]       0.8.6claws13
6326
6327         * src/compose.c
6328                 this time commit the correct file
6329
6330 2002-11-26 [paul]       0.8.6claws12
6331
6332         * sync with 0.8.6cvs11
6333           src/quote_fmt_parse.y  
6334                 no sync needed
6335           src/account.[ch]       
6336                 not sync'ed
6337           src/compose.c
6338                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6339                 on draft mode.
6340                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6341                 header
6342                 
6343         see ChangeLog 2002-11-25 and 2002-11-26
6344
6345 2002-11-26 [colin]      0.8.6claws11
6346
6347         * src/folderview.c
6348                 Fix collapsed folder not auto-expanding during
6349                 mail dnd, if it was the source folder.
6350
6351 2002-11-25 [colin]      0.8.6claws10
6352
6353         * src/folderview.[ch]
6354                 Variable renaming and cleaning (slist of nodes 
6355                 to be re-collapsed is stored in FolderView)
6356
6357 2002-11-25 [paul]       0.8.6claws9
6358
6359         * src/prefs_common.[ch]
6360                 fix breakage caused by last commit
6361
6362 2002-11-25 [paul]       0.8.6claws8
6363
6364         * sync with 0.8.6cvs4
6365                 see ChangeLog 2002-11-21
6366
6367 2002-11-25 [paul]       0.8.6claws7
6368
6369         * sync with 0.8.6cvs4
6370                 see ChangeLog 2002-11-20
6371
6372 2002-11-25 [paul]       0.8.6claws6
6373
6374         * sync with 0.8.6cvs3
6375                 see ChangeLog 2002-11-18
6376
6377 2002-11-25 [colin]      0.8.6claws5
6378
6379         * src/gtkutils.[ch]
6380                 Add gtkut_ctree_node_is_parent()
6381         * src/folderview.c
6382                 Spring-loaded folders
6383
6384 2002-11-25 [colin]      0.8.6claws4
6385
6386         * src/utils.[ch]
6387                 Add slist_concat_unique(), function to merge
6388                 two GSList filtering dups
6389         * src/folder.[ch]
6390         * src/summaryview.[ch]
6391         * src/folderview.c
6392         * src/main.c
6393                 Add detection/update/display of unread answers
6394                 to marked mails
6395         * src/procmsg.[ch]
6396                 Add procmsg_find_children()
6397                 Add procmsg_msg_has_marked_parent()
6398
6399 2002-11-25 [colin]      0.8.6claws3
6400
6401         * src/ssl_certificate.[ch]
6402                 Allow checking a certificate without a DNS
6403                 lookup
6404                 Allow to forget a cert (by deleting it)
6405                 Make ssl_certificate_destroy_public
6406         * src/ssl_manager.[ch] ** NEW FILES **
6407                 Gui to manage (display/remove) certificates
6408         * src/prefs_common.[ch]
6409                 Add a pref to allow silent acceptation of
6410                 trusted certificates or not (based on the
6411                 "I want to know what's going on" principle)
6412         * src/mainwindow.c
6413                 Add SSL manager in Tools menu
6414         * src/Makefile.am
6415                 Add the new files to the build
6416         * po/POTFILES.in
6417                 Add ssl_manager.c to translations
6418
6419 2002-11-25 [colin]      0.8.6claws2
6420
6421         * src/summaryview.[ch]
6422                 Add S_SEARCH_EXTENDED to the quick search, which 
6423                 allows to search using filtering syntax.
6424
6425 2002-11-25 [colin]      0.8.6claws1
6426
6427         * src/summaryview.c
6428                 Deletion of duplicates now prefer deleting
6429                 the unread dup (fixes feature-request 638989).
6430
6431 2002-11-24 [paul]       0.8.6claws
6432
6433         * po/es.po
6434           po/pl.po
6435           po/ru.po
6436           po/sr.po
6437                 updated by Ricardo Mones Lastra,
6438                 Witold Wladyslaw Wojciech Wilk,
6439                 Ruslan N. Balkin, and  Urke MMI 
6440                 respectively
6441
6442 2002-11-24 [paul]       0.8.5claws182
6443
6444         * po/bg.po
6445                 updated by George Danchev
6446
6447 2002-11-23 [alfons]     0.8.5claws181
6448
6449         * src/imap.c
6450                 tiny memory leak found by browsing Dimitar's 
6451                 valgrind report
6452
6453 2002-11-23 [paul]       0.8.5claws180
6454
6455         * po/it.po
6456                 updated by Alessandro Maestri
6457
6458 2002-11-22 [christoph]  0.8.5claws179
6459
6460         * src/compose.c
6461         * src/inc.c
6462         * src/prefs_filtering.c
6463         * src/summaryview.c
6464                 more warning fixes
6465
6466 2002-11-22 [alfons]     0.8.5claws178
6467
6468         * src/summaryview.c
6469                 summary_execute_delete_func(): if message is deleted, make 
6470                 sure to also remove its entry in the subject hash table. 
6471                 fixes a corner case bug.
6472
6473 2002-11-22 [paul]       0.8.5claws177
6474
6475         * .cvsignore
6476                 add 'autom4te.cache'
6477                 
6478         * ltconfig      ** REMOVED **
6479                 not needed
6480
6481 2002-11-22 [paul]       0.8.5claws176
6482
6483         * src/textview.c
6484                 textview_set_font(): fix for message display in
6485                 UTF-8 locales (thanks to Sergey Vlasov).
6486                 
6487         * AUTHORS
6488                 add new team members and contributors
6489
6490
6491 2002-11-21 [colin]      0.8.5claws175
6492
6493         * src/procmsg.[ch]
6494                 Add procmsg_remove_special_headers()
6495         * src/mh.c
6496                 Use procmsg_remove_special_headers() for 
6497                 previous fix
6498
6499 2002-11-21 [colin]      0.8.5claws174
6500
6501         * src/mh.c
6502                 Fix moving/copying from queue/draft folders
6503                 for MH folders
6504
6505 2002-11-21 [christoph]  0.8.5claws173
6506
6507         * src/crash.c
6508         * src/filtering.c
6509         * src/logwindow.c
6510         * src/main.c
6511         * src/matcher_parser_lex.[hl]
6512         * src/mbox.c
6513         * src/mbox_folder.[ch]
6514         * src/prefs_filtering.c
6515         * src/procheader.c
6516         * src/quote_fmt_lex.l
6517         * src/ssl.c
6518                 fix all warnings except the warnings in lex and yacc files
6519
6520 2002-11-20 [christoph]  0.8.5claws172
6521
6522         * src/imap.c
6523                 fix MsgInfo retrieval for IMAP draft and queue folders
6524                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6525
6526 2002-11-19 [christoph]  0.8.5claws171
6527
6528         * src/compose.c
6529                 fix segfault, when draft saving does not get
6530                 the MsgInfo of the new message
6531                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6532
6533 2002-11-19 [christoph]  0.8.5claws170
6534
6535         * src/procmsg.c
6536                 add parameter check for flag setting function
6537                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6538
6539 2002-11-18 [paul]       0.8.5claws169
6540
6541         * src/compose.c
6542                 more sensitivity fixes to redirect mode:
6543                 * disable toolbar draft button
6544                 * allow only Address book in the Tools menu
6545                 * disable editing of message by the spell
6546                   checker
6547
6548 2002-11-18 [paul]       0.8.5claws168
6549
6550         * src/compose.c
6551                 fix sensitivity of menu items in compose_redirect():
6552                 allow only the necessary items 
6553
6554 2002-11-18 [paul]       0.8.5claws167
6555
6556         * src/compose.c
6557                 fix bug [ 603259 ] 'attachment got lost on bounce'
6558
6559 2002-11-18 [paul]       0.8.5claws166
6560
6561         * po/ru.po
6562                 updated by Ruslan N. Balkin <baron@dartel.ru>
6563
6564 2002-11-18 [colin]      0.8.5claws165
6565
6566         * src/main.c
6567           src/defs.h
6568                 Remove old filtering stuff
6569
6570
6571 2002-11-17 [oliver]     0.8.5claws164
6572
6573         * src/toolbar.h
6574                 remove not needed typedef 
6575
6576 2002-11-17 [oliver]     0.8.5claws163
6577
6578         * src/toolbar.c
6579                 make toolbar's on click events translatable
6580
6581 2002-11-15 [colin]      0.8.5claws162
6582
6583         * src/summaryview.c
6584                 Revert too-soon integration of a feature
6585
6586 2002-11-15 [christoph]  0.8.5claws161
6587
6588         * src/imap.c
6589                 use main's implementation of imap_get_msginfo
6590
6591 2002-11-15 [christoph]  0.8.5claws160
6592
6593         * src/compose.c
6594         * src/folder.[ch]
6595         * src/imap.c
6596         * src/mbox_folder.c
6597         * src/mh.c
6598         * src/news.c
6599         * src/procmsg.c
6600         * src/summaryview.c
6601                 replace claws' fetch_msginfo with main's get_msginfo
6602                 (use main's implementation where possible)
6603
6604 2002-11-15 [colin]      0.8.5claws159
6605
6606         * src/ssl_certificate.c
6607                 Missed a check
6608
6609 2002-11-16 [melvin]     0.8.5claws158
6610
6611         * po/fr.po
6612                 Updated French translations.
6613
6614 2002-11-16 [colin]      0.8.5claws157
6615
6616         * src/ssl_certificate.c
6617                 Check for missing parts in the certificates
6618
6619 2002-11-15 [colin]      0.8.5claws156
6620
6621         * src/folderview.c
6622                 Preventive fix (missing check) found by
6623                 Alfons
6624
6625 2002-11-15 [paul]
6626
6627         * NEWS
6628                 sync with 0.8.6 release
6629
6630 2002-11-15 [colin]      0.8.5claws155
6631
6632         * src/folder.[ch]
6633           src/folderview.c
6634                 Fix error handling of folder_item_move_to()
6635                 (thanks to Alfons!)
6636
6637 2002-11-15 [colin]      0.8.5claws154
6638
6639         * src/folder.[ch]
6640           src/folderview.c
6641                 folder_item_move_to() sets an error message instead
6642                 of having GUI stuff in folder.c
6643
6644 2002-11-15 [colin]      0.8.5claws153
6645
6646         * src/procmsg.[ch]
6647                 Implemented a callback for MsgInfo updates, 
6648                 heavily copy/pasted from Christoph's folder 
6649                 callback system
6650         * src/summaryview.[ch]
6651                 Register summary_update_msg as callback
6652
6653 2002-11-14 [colin]      0.8.5claws152
6654         
6655         * src/procmsg.c
6656                 Update the FolderItem after sending (fixes 617593)
6657
6658 2002-11-14 [christoph]  0.8.5claws151
6659
6660         * src/folder.c
6661                 fix wrong position of NULL pointer check found
6662                 by Sergey
6663
6664 2002-11-14 [christoph]  0.8.5claws150
6665
6666         * src/folder.c
6667                 fix segfault when deleting messages from IMAP folders
6668                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6669
6670 2002-11-14 [colin]      0.8.5claws149
6671
6672         * src/compose.c
6673                 Forwarding was also ignoring the folder's default account.
6674
6675 2002-11-14 [colin]      0.8.5claws148
6676
6677         * src/compose.c
6678                 Fix sent folder not set to folder properties when 
6679                 forwarding.
6680
6681 2002-11-14 [thorsten]   0.8.5claws147
6682
6683         * src/inc.c
6684                 inc_start(): Files were not moved from .processing to inbox,
6685                 if no global processing rule existed
6686
6687 2002-11-14 [colin]      0.8.5claws146
6688
6689         * src/ssl_certificate
6690                 Fix file operations
6691
6692 2002-11-14 [paul]       0.8.5claws145
6693
6694         * po/it.po
6695                 updated by Alessandro Maestri
6696
6697 2002-11-13 [alfons]     0.8.5claws144
6698
6699         * src/folder.c
6700                 folder_item_close(): only mark messages unread
6701                 when a folder has new messages 
6702
6703 2002-11-13 [keith]      0.8.5claws143
6704
6705         * src/imap.c
6706                 Fix problem moving or copying between
6707                 IMAP folders
6708
6709 2002-11-13 [colin]      0.8.5claws142
6710
6711         * src/matcher_parser_parse.y
6712                 Fix rule problem when " don't match
6713
6714 2002-11-13 [christoph]  0.8.5claws141
6715
6716         * src/folder.c
6717         * src/folderview.c
6718                 moved cache saving to folder_item_close
6719                 the folderview should not have to deal with
6720                 this things
6721
6722 2002-11-13 [christoph]  0.8.5claws140
6723
6724         * src/summaryview.c
6725                 moved setting of important score to
6726                 summary_set_prefs_from_folderitem
6727
6728 2002-11-13 [colin]      0.8.5claws139
6729
6730         * src/matcher_parser_parse.y
6731                 Fix a segfault in the parser (happening when
6732                 a good expression had been tested and a bad 
6733                 one arrives)
6734
6735 2002-11-13 [paul]       0.8.5claws138
6736
6737         * sync with 0.8.5cvs24
6738                 see ChangeLog 2002-11-13
6739                 
6740         * po/pt_BR.po
6741                 updated by Fabio Jr. Beneditto
6742
6743 2002-11-13 [colin]      0.8.5claws137
6744         
6745         * src/msgcache.c
6746           src/defs.h
6747           src/procmsg.[ch]
6748                 Revert last commit, problem
6749
6750 2002-11-13 [colin]      0.8.5claws136
6751
6752         * src/msgcache.c
6753                 Remove duplicated code
6754         * src/defs.h
6755                 Bumped CACHE_VERSION and MARK_VERSION
6756         * src/procmsg.[ch]
6757                 Network endian for cache and mark files
6758
6759 2002-11-12 [colin]      0.8.5claws135
6760
6761         * src/inc.c
6762                 Fix the "socket error" dialog which disappeared
6763
6764 2002-11-12 [colin]      0.8.5claws134
6765
6766         * src/msgcache.c
6767                 Reverse last commit which had performance 
6768                 problems, but still reverse the list
6769
6770 2002-11-12 [colin]      0.8.5claws133
6771
6772         * src/msgcache.c
6773                 Reverse list order
6774
6775 2002-11-12 [melvin]     0.8.5claws132
6776
6777         * src/compose.c
6778                 Added a check for a NULL prefs_common.dictionary
6779
6780 2002-11-12 [colin]      0.8.5claws131
6781
6782         * src/ssl_certificate.[ch]
6783                 Use FQDN hostname
6784
6785 2002-11-12 [colin]      0.8.5claws130
6786
6787         * src/ssl_certificate.[ch]
6788                 Take connection port into account for 
6789                 checking certificates (a single hostname
6790                 could have multiple servers with multiple
6791                 certificates)
6792         * src/ssl.c
6793                 Pass the port to ssl_certificate_check
6794
6795 2002-11-12 [paul]       0.8.5claws129
6796
6797         * src/folder.c
6798                 fix a typo in last commit
6799
6800 2002-11-12 [paul]       0.8.5claws128
6801
6802         * sync with 0.8.5cvs23
6803                 see ChangeLog entry 2002-11-12
6804
6805 2002-11-11 [colin]      0.8.5claws127
6806
6807         * src/ssl_certificate.c
6808                 Cleaner messages
6809                 Don't popup, instead log error, if the 
6810                 corresponding pref is checked
6811         * src/ssl_certificate.h
6812                 include <openssl/objects/h>
6813
6814 2002-11-11 [colin]      0.8.5claws126
6815
6816         * src/ssl_certificate.h
6817                 _Really_ clean it
6818
6819 2002-11-11 [colin]      0.8.5claws125
6820         
6821         * src/ssl_certificate.c
6822                 Fixed leak
6823
6824 2002-11-11 [colin]      0.8.5claws124
6825
6826         * src/ssl.c
6827                 Cleaned a bit
6828         * src/ssl_certificate.[ch]
6829                 Cleaned a bit (better use of SSL API)
6830                 (This will cause non-recognition of saved 
6831                  certificates of claws12[23]...)
6832
6833 2002-11-11 [paul]       0.8.5claws123
6834         
6835         * po/es.po
6836                 updated by Ricardo Mones Lastra
6837
6838 2002-11-11 [colin]      0.8.5claws122
6839
6840         * src/ssl.c
6841                 Fix a typo
6842
6843 2002-11-11 [colin]      0.8.5claws121
6844
6845         * src/ssl_certificate.[ch] ** NEW FILES **
6846         * src/ssl.[ch]
6847                 Check SSL certificates presented to us
6848         * src/Makefile.am
6849                 Add ssl_certificate.[ch]
6850         * po/POTFILES.in
6851                 Add ssl_certificate.c
6852
6853 2002-11-11 [paul]       0.8.5claws120
6854
6855         * sync with 0.8.5cvs22
6856                 see ChangeLog 2002-11-11
6857
6858 2002-11-11 [paul]       0.8.5claws119
6859
6860         * sync with 0.8.5cvs21
6861                 see ChangeLog 2002-11-11
6862
6863 2002-11-10 [jens]       0.8.5claws118
6864
6865         * src/folder.c
6866         * src/folderview.c
6867                 corrected some typing
6868         * po/de.po
6869                 updated german translation
6870         * sylpheed.spec.in
6871                 cleaned up specfile and adjusted it for claws
6872
6873 2002-11-10 [colin]      0.8.5claws117
6874
6875         * src/summaryview.c
6876                 a STATUSBAR_PUSH/POP fix
6877
6878 2002-11-10 [colin]      0.8.5claws116
6879
6880         * src/prefs_folder_item.c
6881                 Fix hanging after opening folder properties
6882
6883 2002-11-10 [hoa]        0.8.5claws115
6884
6885         * src/matcher_parser_lex.l
6886         * src/matcher_parser_parse.y
6887                 config file for scoring and filtering is no more trashed
6888                 when there is a syntax error in a filtering rule when
6889                 editing it in a dialog.
6890
6891 2002-11-09 [colin]      0.8.5claws114
6892
6893         * src/mbox_folder.c
6894                 Added missing initialisation of folder->destroy()
6895
6896 2002-11-09 [colin]      0.8.5claws113
6897
6898         * src/folder.c
6899           src/folderview.c
6900                 Fix the status bar messages
6901
6902 2002-11-09 [colin]      0.8.5claws112
6903
6904         * src/folderview.c
6905                 Fix hangs after folder dnd, happening after 
6906                 claws109.
6907
6908 2002-11-09 [christoph]  0.8.5claws111
6909
6910         * src/folderview.c
6911                 just changed order of calls (reverse order of
6912                 associated calls)
6913         * src/inc.c
6914                 lock inc when checking only one account, otherwise
6915                 inc all could be executed at the same time
6916
6917 2002-11-09 [christoph]  0.8.5claws110
6918
6919         * src/folderview.c
6920                 better unlock the mouse cursor before calling
6921                 summary_show because it changes the cursor too
6922
6923 2002-11-09 [christoph]  0.8.5claws109
6924
6925         * src/folder.[ch]
6926         * src/folderview.c
6927                 add functions to open and close a folder
6928                 o opending will execute scanning for remote folders
6929                   and processing
6930                 o closing will unset new flag for messages
6931
6932 2002-11-09 [colin]      0.8.5claws108
6933
6934         * src/folder.c
6935                 Add a call to prefs_matcher_write_config to 
6936                 avoid non-leaf folders filtering settings to be
6937                 lost
6938
6939 2002-11-09 [paul]       0.8.5claws107
6940
6941         * src/prefs_account.c
6942                 re-word a label
6943
6944 2002-11-09 [colin]      0.8.5claws106
6945
6946         * src/folderview.c
6947                 Minor esthetic fix
6948
6949 2002-11-09 [colin]      0.8.5claws105
6950
6951         * src/folderview.c
6952                 Fix prefs_filtering deletion for MH folders (same
6953                 reason as below)
6954         * src/prefs_filtering.c
6955                 Fix prefs_filtering renaming and deletion for 
6956                 folder-based processing rules.  
6957
6958 2002-11-09 [christoph]  0.8.5claws104
6959
6960         * src/compose.c
6961         * src/folder.[ch]
6962         * src/folderview.[ch]
6963         * src/import.c
6964         * src/inc.c
6965         * src/main.c
6966         * src/mainwindow.c
6967         * src/messageview.c
6968         * src/prefs_folder_item.c
6969         * src/procmsg.c
6970         * src/summaryview.c
6971                 implement a callback system for folder item updates
6972
6973 2002-11-09 [colin]      0.8.5claws103
6974
6975         * src/folderview.c
6976                 Fix prefs_filtering renaming for MH folders (we
6977                 shouldn't rename by path as another folder could
6978                 have the same hierarchy).
6979
6980 2002-11-09 [colin]      0.8.5claws102
6981
6982         * src/folder.c
6983                 Fix a leak found by Christoph, use better variable
6984                 names
6985
6986 2002-11-09 [colin]      0.8.5claws101
6987
6988         * src/folder.c
6989                 One more fix for processing rules
6990
6991 2002-11-08 [colin]      0.8.5claws100
6992         
6993         * src/matcher.c
6994                 Don't copy the compiled regexp (will be reevaluated)
6995         * src/folderview.c
6996                 Lock folderview while moving
6997         * src/folder.c
6998                 Provide info on what's happening to the user
6999
7000 2002-11-08 [colin]      0.8.5claws99
7001
7002         * src/folderview.c
7003                 Fix folder reordering after a move if parent is 
7004                 root
7005         * src/scoring.[ch]
7006                 Add function to copy a ScoringProp
7007         * src/prefs_folder_item.c
7008                 Copy scoring rules when copying a folder prefs
7009
7010 2002-11-08 [colin]      0.8.5claws98
7011
7012         * src/folderview.c
7013                 Fixes in case of failure
7014         * src/filtering.[ch]    
7015                 Add function to duplicate a FilteringProp
7016         * src/matcher.[ch]
7017                 Add function to duplicate a MatcherProp
7018         * src/prefs_folder_item.c
7019                 Save folder's processing rules when copying 
7020                 its prefs
7021
7022 2002-11-08 [colin]      0.8.5claws97
7023         
7024         * src/folderview.c
7025                 Sort after move
7026         * src/folder.c 
7027                 Change a printf to debug_print
7028
7029 2002-11-08 [colin]      0.8.5claws96
7030
7031         * src/folder.c
7032           src/folderview.c
7033                 Fix segfaults, call me stupido
7034         
7035
7036 2002-11-08 [colin]      0.8.5claws95
7037
7038         *src/folder.c
7039                 Added forgotten prefs to save when moving folders
7040
7041 2002-11-08 [colin]      0.8.5claws94
7042
7043         * src/folder.c
7044                 Fixes to folder DND (prefs copy)
7045         * src/folderview.c
7046                 Optimization for folder DND (don't rescan whole tree)
7047                 Added folderview_create_folder_node() for this 
7048                 optimization, so de-duped a bit the code
7049         * src/prefs_folder_item.[ch]
7050                 Added prefs_folder_item_copy_prefs()    
7051           
7052 2002-11-08 [paul]       0.8.5claws93
7053
7054         * src/prefs_account.c
7055           tools/README
7056           tools/kmail2sylpheed_v2.pl
7057                 correct some typos
7058
7059 2002-11-08 [paul]       0.8.5claws92
7060
7061         * src/compose.c
7062           src/prefs_account.[ch]
7063                 remove account options 'clearsign' and 'ascii_armored',
7064                 replace with 'default_gnupg_mode' to prevent mixed-mode
7065                 Privacy settings
7066
7067 2002-11-08 [paul]       0.8.5claws91
7068
7069         * src/compose.[ch]
7070                 re-implement GnuPG 'on-the-fly' mode selection,
7071                 disallow mixed-mode
7072
7073 2002-11-08 [colin]      0.8.5claws90
7074
7075         * src/folderview.c
7076           src/prefs_folder_item.c
7077                 Change "Property" to "Properties"
7078
7079 2002-11-07 [colin]      0.8.5claws89
7080
7081         * src/folderview.c
7082           src/folder.c
7083                 Allow folder dropping to a root folder
7084
7085 2002-11-07 [paul]       0.8.5claws88
7086
7087         * src/compose.c
7088                 revert last commit
7089
7090 2002-11-07 [paul]       0.8.5claws87
7091
7092         * src/compose.c
7093                 fix reply-to-list bug. closes bug report
7094                 "[633382] reply-to-list broken in recent cvs"
7095
7096 2002-11-07 [paul]       0.8.5claws86
7097
7098         * src/compose.c
7099                 add a forgotten '#if USE_GPGME ... #endif'
7100
7101 2002-11-07 [paul]       0.8.5claws85
7102
7103         * sync with 0.8.5cvs20
7104                 see ChangeLog 2002-11-07
7105
7106 2002-11-07 [colin]      0.8.5claws84
7107
7108         * src/folder.[ch]
7109                 Change folder_item_move_to to return the newly 
7110                 created folderitem.
7111         * src/folderview.c
7112                 Select the new folderitem after moving.
7113
7114 2002-11-07 [colin]      0.8.5claws83
7115
7116         * src/prefs_filtering.c
7117                 Fix rule rewriting when moving a leaf folder to a 
7118                 shorter path
7119
7120 2002-11-07 [colin]      0.8.5claws82
7121
7122         * src/prefs_filtering.c
7123                 fix a leak
7124
7125 2002-11-07 [colin]      0.8.5claws81
7126
7127         * src/folder.[ch]
7128                 Add folder_item_move_to() function to move a 
7129                 folderitem into another one (updates matcher etc)
7130         * src/folderview.c
7131                 Add folder drag'n drop (context menu to come)
7132                 [Should be dataloss free, but Please backup before 
7133                  trying !]
7134
7135 2002-11-06 [colin]      0.8.5claws80
7136
7137         * src/mh.c
7138                 mh_create_folder() returns NULL if can't create
7139                 directory hierarchy
7140
7141 2002-11-06 [paul]       0.8.5claws79
7142
7143         * src/compose.[ch]
7144                 allow 'on-the-fly' changing of the type of encryption 
7145                 and/or signing used (mime/ascii) via the compose window
7146
7147 2002-11-06 [paul]       0.8.5claws78
7148
7149         * sync with 0.8.5cvs19
7150                 see ChangeLog 2002-11-06 for src/account.c: 
7151                 account_get_special_folder()
7152                 
7153 2002-11-05 [alfons]     0.8.5claws77
7154
7155         * src/crash.c
7156                 very minor cleanups: nothing to see here, move on. :-)
7157
7158 2002-11-05 [colin]      0.8.5claws76
7159
7160         * src/main.c
7161                 Changes choices if compose windows are opened to
7162                 Discard, Draft, Don't quit
7163
7164 2002-11-05 [thorsten]   0.8.5claws75
7165
7166         * src/compose.c
7167                 reenabled default_reply_to folder option
7168
7169 2002-11-05 [colin]      0.8.5claws74
7170
7171         * src/compose.[ch] 
7172                 add compose_draft()
7173         * src/crash.c
7174                 add SIGTERM handler
7175         * src/main.[ch]
7176                 add clean_quit() for the SIGTERM handler
7177
7178 2002-11-05 [paul]       0.8.5claws73
7179         
7180         * po/es.po
7181                 updated by Ricardo Mones Lastra
7182
7183 2002-11-05 [melvin]     0.8.5claws72
7184
7185         * src/logwindow.c
7186                 Fixed log-clipping bug #616795.
7187                 To stop logging in the log window use 0 length.
7188         * src/prefs_common.c
7189                 Added a label to inform about the 0 log length behaviour.
7190
7191 2002-11-05 [paul]       0.8.5claws71
7192
7193         * sync with 0.8.5cvs17
7194                 see ChangeLog 2002-11-05
7195
7196 2002-11-04 [paul]       0.8.5claws70
7197
7198         * sylpheed-128x128.png
7199           sylpheed-64x64.png
7200           sylpheed.png
7201                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7202                 <nikai@users.sourceforge.net>
7203                 
7204         * po/bg.po
7205                 updated by George Danchev
7206
7207 2002-11-03 [thorsten]   0.8.5claws69
7208
7209         * src/main.c
7210           src/mimeview.c
7211           src/rfc2015.h
7212                 add check if gpg is active
7213
7214 2002-11-03 [thorsten]   0.8.5claws68
7215
7216         * src/toolbar.h
7217                 removed GSList declaration causing trouble on MacOS-X
7218                 (submitted by alfons, reported by xfesty)
7219
7220 2002-11-01 [paul]       0.8.5claws67
7221
7222         * src/mainwindow.c
7223                 remove last remnants of main's filter code
7224
7225 2002-11-01 [paul]       0.8.5claws66
7226
7227         * tools/filter_conv.pl
7228                 fix bug where user-defined headers were ignored
7229
7230 2002-11-01 [paul]       0.8.5claws65
7231
7232         * src/logwindow.c
7233                 make a debug_print() not translatable
7234
7235 2002-10-31 [melvin]     0.8.5claws64
7236
7237         * ac/aspell.m4
7238                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7239                 not run any GNU/aspell test.  The dictionary path will
7240                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7241                 was given, in which case, it will be $prefix/lib/aspell/
7242         * configure.in
7243                 Fixed typo in commentary (Aspell code).
7244
7245 2002-10-31 [paul]       0.8.5claws63
7246
7247         * po/POTFILES.in
7248                 remove src/filter.c and src/prefs_filter.c
7249                 thanks to Ricardo for reminding me
7250
7251 2002-10-31 [colin]      0.8.5claws62
7252
7253         * src/mbox_folder.c
7254                 Plug some leaks
7255
7256 2002-10-31 [paul]       0.8.5claws61
7257
7258         * src/prefs_filter.[ch] ** REMOVED **
7259           src/filter.[ch]       ** REMOVED **
7260           
7261         * src/Makefile.am
7262           src/folderview.c
7263           src/inc.c
7264           src/main.c
7265           src/mainwindow.c
7266           src/mbox.c
7267           src/prefs_common.c
7268           src/prefs_filtering.c
7269           src/summaryview.[ch]
7270                 remove main's 'filter' code
7271                 
7272         README.claws
7273                 update to reflect removal of main's filter
7274
7275 2002-10-31 [paul]       0.8.5claws60
7276
7277         * src/summaryview.c
7278                 remove check for global_processing in summary_filter_open(). 
7279                 This fixes the bug where if the user uses the right-click 
7280                 'Create filter rule...' and doesn't have any filter rules 
7281                 already defined in claws' advanced filtering, the newly 
7282                 created filter rule goes to main's filtering which is 
7283                 inaccessible through the gui. Now the filter rule gets added
7284                 to claws' filtering by default.
7285
7286 2002-10-28 [melvin]     0.8.5claws59
7287
7288         * src/prefs_actions.c
7289                 Fixed bug #627322 where MIME parts were not always
7290                 correctly passed to a %p action
7291                 Display an error dialog when message filename is not found.
7292
7293 2002-10-28 [melvin]     0.8.5claws58
7294
7295         * src/prefs_common.c
7296                 Readded a missing function declaration lost in 0.8.3claws34
7297
7298 2002-10-28 [paul]       0.8.5claws57
7299
7300         * sync with 0.8.5cvs15
7301                 see ChangeLog 2002-10-28 and 2002-10-25
7302                 
7303         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7304
7305 2002-10-27 [oliver]     0.8.5claws56
7306
7307         * src/pop.c
7308                 plug leak in pop3_top_recv
7309
7310 2002-10-26 [christoph]  0.8.5claws55
7311
7312         * src/folder.c
7313                 set need_update folder flag when messages are added
7314                 (closes bug [ 626922 ] folder not updated after receiving)
7315
7316 2002-10-25 [melvin]     0.8.5claws54
7317
7318         * src/imageview.c
7319                 Fixed a memleak introduced in the scaling code.
7320
7321 2002-10-24 [alfons]     0.8.5claws53
7322
7323         * src/filtering.c
7324                 make filtering's forward message action forward from the 
7325                 correct account
7326                 (closes bug [628089 ] Filter -> Forward from address problem
7327                 reported by Oktay)
7328
7329 2002-10-24 [christoph]  0.8.5claws52
7330
7331         * src/mainwindow.c
7332         * src/manual.[ch]
7333                 o use manual of current locale or english if current
7334                   locale is not available (and english is available)
7335                 o also link to sylpheed doc project manuals
7336
7337 2002-10-23 [paul]       0.8.5claws51
7338
7339         * tools/README
7340           tools/kmail2sylpheed_v2.pl
7341                 add new version of kmail addressbook importer script.
7342                 works with newer versions of Kmail/KAddressBook which
7343                 have new and rearranged data.
7344
7345 2002-10-23 [martin]     0.8.5claws50
7346
7347         * src/folderview.c
7348         * src/summaryview.c
7349         * src/utils.h
7350         * src/utils.c
7351                 added length parameter to get_abbrev_newsgroup_name()
7352                 changed this function so that it abbreviates the newsgroup
7353                 names only so long it is smaller than the length parameter
7354                 (for better reading of some newsgroup names and space efficiency)
7355
7356 2002-10-22 [colin]      0.8.5claws49
7357
7358         *src/foldersel.c
7359                 Revert Alfons' last modification (after voting ;-))
7360
7361 2002-10-21 [alfons]     0.8.5claws48
7362
7363         * src/foldersel.c
7364                 folder view in folder selection dialog reflects state of
7365                 folder view in main window
7366
7367 2002-10-18 [alfons]     0.8.5claws47
7368
7369         * src/mbox.c
7370                 drop imported messages in folder selected by user,
7371                 and not in the inbox
7372                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7373
7374 2002-10-18 [alfons]     0.8.5claws46
7375
7376         * src/compose.c
7377                 make automagic reply work correctly for email accounts 
7378                 (whether it's viable to do a full sync with Hiro's 
7379                 compose.c is still under discussion)
7380
7381 2002-10-18 [melvin]     0.8.5claws45
7382
7383         * src/prefs_actions.c
7384                 Fixed bug #622275 where asynchroneous actions left 
7385                 zombies processes
7386                 Made (synchroneous) actions' input be displayed live.
7387
7388 2002-10-18 [christoph]  0.8.5claws44
7389
7390         * src/textview.c
7391                 don't add a newline in the textview in front of the
7392                 first textpart if header display is disabled
7393                 (closes bug [ 603385 ] disabled header display leaves blank
7394                  lin)
7395
7396 2002-10-18 [christoph]  0.8.5claws43
7397
7398         * src/folder.[ch]
7399         * src/imap.c
7400         * src/mbox_folder.c
7401         * src/mh.c
7402         * src/news.c
7403                 folder->get_num_list now returns an error code
7404                 (closes bug [ 609424 ] News cache cleared on failure)
7405                 
7406 2002-10-17 [colin]      0.8.5claws42
7407         
7408         * src/news.c
7409                 Changed a printf by debug_print
7410
7411 2002-10-16 [paul]       
7412
7413         * tools/OOo2sylpheed.pl
7414                 allow for spaces in the name of the
7415                 file to be attached.
7416
7417 2002-10-16 [colin]      0.8.5claws41
7418
7419         * src/main.c
7420                 Use a tristate to change online mode
7421
7422 2002-10-16 [paul]       0.8.5claws40
7423
7424         * po/es.po
7425                 updated by Ricardo Mones Lastra
7426
7427 2002-10-16 [colin]      0.8.5claws39
7428
7429         * src/main.c
7430           src/mainwindow.[ch]
7431                 Added --online and --offline command-line
7432                 switches
7433
7434 2002-10-15 [christoph]  0.8.5claws38
7435
7436         * src/procmime.c
7437                 set mimeinfo->name to NULL after g_free to
7438                 avoid double freeing with g_free
7439
7440 2002-10-14 [christoph]  0.8.5claws37
7441
7442         * src/compose.c
7443         * src/filtering.c
7444         * src/summaryview.c
7445                 remove calls to folder->change_flags that are now
7446                 done by procmsg flag functions (seems it is not
7447                 used by any foldertype anyway)
7448         * src/folder.c
7449                 init folder->change_flags with NULL
7450
7451 2002-10-14 [christoph]  0.8.5claws36
7452
7453         * src/folder.[ch]
7454         * src/imap.[ch]
7455                 use virtual functions for folder item new and destroy
7456                 functions
7457
7458 2002-10-14 [melvin]     0.8.5claws35
7459
7460         * src/compose.c
7461                 Added a test to not run the spell checker if no default
7462                 dictionary is available. No dialog is displayed though.
7463
7464 2002-10-14 [melvin]     0.8.5claws34
7465
7466         * src/gtkaspell.c
7467                 Fixed bug in dictionary list context menu where
7468                 "More..." pointed to an emtpy submenu if the
7469                 number of dictionaries is a multiple of 15
7470                 Removed unneeded code in suggestions list creation
7471
7472 2002-10-14 [paul]       0.8.5claws33
7473
7474         * po/bg.po
7475                 updated by George Danchev
7476
7477 2002-10-13 [hoa]        0.8.5claws32
7478
7479         * src/matcher.[ch]
7480           src/matcher_parser_parser.y
7481                 removed the escaped string from internal structure
7482                 of matcher.
7483
7484 2002-10-12 [colin]      0.8.5claws31
7485
7486         * src/gtksctree.[ch]
7487           src/summaryview.c
7488                 Removed useless function gtksctree_reanchor
7489
7490 2002-10-12 [alfons]     0.8.5claws30
7491         
7492         * sync with remaining main changes 2002-10-09 - 2002-10-11
7493         - drop changes to src/compose.c (requires claws specific changes)
7494         
7495 2002-10-12 [alfons]     0.8.5claws29
7496         
7497         * sync with main changes of 2002-10-08
7498         - drop changes to src/compose.c (requires claws specific changes)
7499         - drop changes to src/summaryview.c (requires changes to compose.c)     
7500
7501 2002-10-12 [alfons]     0.8.5claws28
7502         
7503         * sync with main changes of 2002-10-07
7504
7505 2002-10-12 [alfons]     0.8.5claws27
7506
7507         * sync with main changes of 2002-10-04
7508         - drop changes to src/compose.c (requires claws specific changes)
7509         - drop changes to src/prefs_folder_item.c (claws implementation
7510           seems to be working)
7511
7512 2002-10-12 [colin]      0.8.5claws26
7513
7514         * src/mainwindow.c
7515                 Fix folder-flicker when space-reading, introduced 
7516                 in claws22.
7517
7518 2002-10-12 [colin]      0.8.5claws25
7519
7520         * src/compose.c
7521                 Save account address when saving as draft.
7522                 (closes bug 621838)
7523
7524 2002-10-12 [colin]      0.8.5claws24
7525
7526         * src/summaryview.c
7527                 Fix the problem consisting of no message selected
7528                 after the last message in a folder has been moved.
7529
7530 2002-10-12 [paul]       0.8.5claws23
7531
7532         * src/compose.c
7533           src/prefs_template.c
7534           src/template.[ch]
7535                 add Cc and Bcc to templates. Patch submitted by
7536                 John L. Males.
7537
7538 2002-10-12 [colin]      0.8.5claws22
7539
7540         * src/folderview.c
7541                 Fix a bug after "Check for new messages":
7542                 If a folder was opened, it was still selected at
7543                 the end of the check, but displayed empty.
7544         * src/mainwindow.c
7545                 Remove unnecessary check
7546
7547 2002-10-12 [paul]
7548
7549         * tools/README
7550                 be more verbose in the description of
7551                 OOo2sylpheed.pl
7552                 
7553
7554 2002-10-11 [colin]      0.8.5claws21
7555
7556         * src/mainwindow.c
7557                 Make space work (better) when no mail is selected
7558
7559 2002-10-11 [colin]      0.8.5claws20
7560
7561         * src/inc.c
7562           src/news.c
7563                 fix warnings
7564
7565 2002-10-11 [colin]      0.8.5claws19
7566
7567         * src/mainwindow.c
7568                 revert 0.8.5claws6 changes as i couldn't get to
7569                 anything satisfying
7570
7571 2002-10-11 [melvin]     0.8.5claws18
7572
7573         * src/compose.c
7574                 Removed buggy and unused macro (should have been committed in
7575                 0.8.5claws17)
7576
7577 2002-10-11 [melvin]     0.8.5claws17
7578
7579         * src/compose.c
7580                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7581
7582 2002-10-11 [thorsten]   0.8.5claws16 
7583
7584         * src/folderview.c
7585                 remove rescan warning
7586
7587 2002-10-11 [colin]      0.8.5claws15 
7588
7589         * src/procheader.c
7590                 fix a segfault that happens if conv_unmime_header
7591                 fails (should be better to find out why it fails)
7592
7593 2002-10-11 [christoph]  0.8.5claws14
7594
7595         * src/summaryview.c
7596                 update folderview stats after ignore/unignore thread
7597
7598 2002-10-11 [hoa]        0.8.5claws13
7599
7600         * src/quote_fmt_parse.y
7601                 Fixed a yacc/bison syntax error
7602         * src/matcher.c
7603                 Escaping of string is fixed.
7604
7605 2002-10-11 [colin]      0.8.5claws12
7606
7607         * src/imageview.c
7608                 Resize images to fit
7609
7610 2002-10-11 [paul]       0.8.5claws11
7611
7612         * po/es.po
7613                 updated by Ricardo Mones Lastra
7614
7615 2002-10-10 [alfons]     0.8.5claws10
7616
7617         * src/compose.c
7618                 allow dropping files by "moving" files from a file manager,
7619                 not only by the more cumbersome "copying". the latter 
7620                 mostly implies holding down the Control button
7621
7622 2002-10-10 [christoph]  0.8.5claws9
7623
7624         * src/summaryview.c
7625                 update folders after thread building for ignored threads
7626
7627 2002-10-10 [christoph]  0.8.5claws8
7628
7629         * config/.cvsignore
7630                 added Makefile
7631         * src/filtering.[ch]
7632         * src/folder.[ch]
7633         * src/folderview.[ch]
7634         * src/import.c
7635         * src/inc.[ch]
7636         * src/mbox.[ch]
7637         * src/procmsg.c
7638         * src/summaryview.[ch]
7639                 o added new flag need_update to FolderItem
7640                 o removed folder_table from various functions from tracking
7641                   folder updates
7642                 o set need_update flags in folder.c's move, copy and delete
7643                   functions and procmsg's flags functions
7644                 o added function folderview_update_items_when_required that
7645                   updates all folders with need_update set
7646                 o call folderview_update_items_when_required instead of
7647                   folderview_update_item_foreach
7648
7649 2002-10-09 [sergey]     0.8.5claws7
7650
7651         * src/compose.c
7652                 Strip CRs whel loading the text into editor in reedit mode.
7653
7654 2002-10-09 [colin]      0.8.5claws6
7655
7656         * src/mainwindow.c
7657                 Make Space work when no mail is selected
7658
7659 2002-10-09 [colin]      0.8.5claws5
7660
7661         * src/gtksctree.[ch]
7662                 Fix range_select
7663                 Add gtk_sctree_reanchor() 
7664         * src/summaryview.c
7665                 Use gtk_sctree_reanchor() - better fix for 
7666                 bug 60413
7667
7668 2002-10-09 [colin]      0.8.5claws4
7669
7670         * src/summaryview.c
7671                 Fix shift-click select after delete problem
7672                 (closes bug 60413)
7673
7674 2002-10-08 [thorsten]   0.8.5claws3
7675
7676         * src/summaryview.c
7677                 exclude current msg from -hide read messages-
7678
7679 2002-10-08 [colin]      0.8.5claws2
7680
7681         * src/inc.[ch]
7682           src/pop.c
7683           src/recv.c
7684                 Differentiate socket errors from disk full
7685                 errors
7686
7687 2002-10-08 [christoph]  0.8.5claws1
7688
7689         * Makefile.am
7690         * configure.in
7691                 modifications for new config directory
7692
7693         * config.guess  ** REMOVED **
7694         * config.sub    ** REMOVED **
7695         * install-sh    ** REMOVED **
7696         * ltmain.sh     ** REMOVED **
7697         * missing       ** REMOVED **
7698         * mkinstalldirs ** REMOVED **
7699                 these files are autogenerated by automake
7700                 when you run autogen.sh
7701
7702         * config/.cvsignore     ** NEW FILE **
7703         * config/Makefile.am    ** NEW FILE **
7704                 ignore autogenerated files
7705                 create a Makefile in this directory
7706
7707 2002-10-08 [paul]       0.8.5claws
7708
7709         * 0.8.5claws release
7710         
7711         * src/compose.c
7712           src/procheader.c
7713           src/procmsg.c
7714                 fix quote reply format for newsgroups reply bug
7715                 (thanks to Hoa)
7716                 
7717         * po/en_GB.po
7718           po/pl.po
7719                 updated by me and Witold Wladyslaw Wojciech Wilk
7720                 repectively
7721
7722 2002-10-07 [paul]       0.8.3claws53
7723
7724         * po/it.po
7725           po/pt_BR.po
7726           po/sr.po
7727                 updated messages catalogs, submitted by
7728                 Alessandro Maestri, Fabio Jr.Beneditto 
7729                 and Urke MMI, respectively.
7730
7731 2002-10-07 [christoph]  0.8.3claws52
7732
7733         * src/folder.[ch]
7734         * src/folderview.c
7735         * src/mainwindow.c
7736                 fix new folder ghost message bug
7737                 (closes bug [ 619722 ] wrong count for newly created folders)
7738
7739 2002-10-07 [christoph]  0.8.3claws51
7740
7741         * src/compose.c
7742                 fix news posting problem
7743
7744 2002-10-07 [melvin]     0.8.3claws50
7745
7746         * po/fr.po
7747                 Updated French translation
7748
7749 2002-10-05 [christoph]  0.8.3claws49
7750
7751         * src/gtkstext.c
7752                 check if line_start_cache is set in gtk_stext_update_text
7753                 (closes bug [ 618119 ] crash while doing search in folder)
7754
7755 2002-10-05 [christoph]  0.8.3claws48
7756
7757         * src/imap.c
7758         * src/news.c
7759         * src/utils.c
7760         * src/utils.h
7761                 implement cache cleanups for claws' folder system
7762                 (closes bug [ 595916 ] imapcache not cleaned up)
7763
7764 2002-10-05 [melvin]     0.8.3claws47
7765
7766         * src/prefs_actions.c
7767                 Made the help text more clear for the %p token
7768
7769 2002-10-04 [paul]       0.8.3claws46
7770
7771         * sync with 0.8.5
7772                 see ChangeLog 2002-10-02 and 2002-10-03
7773
7774 2002-10-04 [christoph]  0.8.3claws45
7775
7776         * src/inc.c
7777                 fix segfault caused by pop before smtp
7778                 call to inc_account_mail with NULL
7779                 pointer for mainwin
7780
7781 2002-10-04 [paul]       0.8.3claws44
7782
7783         * configure.in
7784                 sync the LDAP detection from 0.8.5cvs1
7785
7786 2002-10-02 [christoph]  0.8.3claws43
7787
7788         * po/de.po
7789                 fix small spelling error
7790
7791 2002-10-02 [melvin]     0.8.3claws42
7792
7793         * ac/aspell.m4
7794                 Behave better and say "no" when test program cannot be run.
7795
7796 2002-10-02 [paul]       0.8.3claws41
7797
7798         * sync with 0.8.4cvs1
7799                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7800                 
7801         * src/summaryview.c
7802                 toggle the behavior of Reply menuitem between
7803                 normal reply and reply-to-list
7804
7805 2002-10-01 [sergey]     0.8.3claws40
7806
7807         * src/compose.c
7808                 Convert newlines in the message text to the canonical form
7809                 before base64 encoding (RFC2045 compliance, fixes some
7810                 interoperability issues with Evolution 1.0.3)
7811
7812 2002-09-29 [colin]      0.8.3claws39
7813
7814         * src/summaryview.c
7815                 Fix an unwanted copy/paste
7816
7817 2002-09-29 [colin]      0.8.3claws38
7818
7819         * src/mainwindow.c
7820                 Renamed "Custom toolbar" to "Customize toolbar"
7821                 Renamed "Show all header" to "Show all headers"
7822                 Renamed "Set diplay item" to "Set displayed items"
7823         * src/prefs_common.c
7824                 Renamed "Show all header" to "Show all headers"
7825         * src/prefs_summary_column.c
7826                 Renamed "diplay item" to "displayed items"
7827
7828 2002-09-29 [colin]      0.8.3claws37
7829
7830         * src/mainwindow.[ch]
7831                 online/offline status pixmaps follow theme
7832                 changes
7833         * src/summaryview.[ch]
7834                 quicksearch pixmap follows theme changes
7835
7836 2002-09-29 [thorsten]   0.8.3claws36
7837
7838         * src/compose.c
7839           src/prefs_folder_item.[ch]
7840                 add default_reply_to folder option (closes patch 581044)
7841
7842 2002-09-29 [christoph]  0.8.3claws35
7843
7844         * acconfig.h    ** REMOVED **
7845         * configure.in
7846         * ac/aspell.m4
7847         * ac/check-type.m4
7848         * ac/gnupg-check-typedef.m4
7849                 fix autoheader 2.50 warning
7850
7851 2002-09-29 [christoph]  0.8.3claws34
7852
7853         * major code cleanup (part 2)
7854         
7855                 - unused variables removed
7856                 - unused functions removed
7857                 - uninitialized variables checked
7858                 - missing return statements added
7859                 - missing function return types added
7860                 - added parentheses around assignment
7861                   when suggested by gcc
7862
7863 2002-09-29 [alfons]     0.8.3claws33
7864
7865         * src/logwindow.c
7866                 log_window_clear(): only bracket gtk_text_forward_delete() 
7867                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7868                 works around GTK text bug)
7869
7870 2002-09-29 [paul]       0.8.3claws32
7871
7872         * po/bg.po
7873           po/sr.po
7874                 updated by George Danchev and Urke MMI
7875                 respectively
7876
7877 2002-09-27 [christoph]  0.8.3claws31
7878
7879         * doc-src/readme.txt
7880         * doc-src/rfc1806.txt   ** REMOVED **
7881         * doc-src/rfc2183.txt   ** NEW FILE **
7882         * doc-src/rfc2980.txt   ** NEW FILE **
7883                 update rfcs
7884
7885 2002-09-27 [melvin]     0.8.3claws30
7886
7887         * ac/aspell.m4
7888                 Fixed typo which could break linking
7889
7890 2002-09-27 [melvin]     0.8.3claws29
7891
7892         * ac/aspell.m4
7893                 Improved GNU/aspell checking. 
7894                 Fixed bug #614490
7895
7896 2002-09-27 [paul]       0.8.3claws28
7897
7898         * sync with 0.8.3cvs8
7899                 see ChangeLog 2002-09-27
7900
7901 2002-09-26 [colin]      0.8.3claws27
7902
7903         * src/toolbar.[ch]
7904           src/mainwindow.[ch]
7905                 Add "Reply to Mailing-list" to the toolbar
7906
7907 2002-09-26 [christoph]  0.8.3claws26
7908
7909         * src/summaryview.c
7910                 Fix wrong message counts in summaryview status
7911
7912 2002-09-26 [paul]       0.8.3claws25
7913
7914         * sync with 0.8.3cvs7
7915                 see ChangeLog 2002-09-26
7916
7917 2002-09-26 [paul]       0.8.3claws24
7918
7919         * sync with 0.8.3cvs6
7920                 see ChangeLog 2002-09-25
7921
7922 2002-09-25 [christoph]  0.8.3claws23
7923
7924         * src/prefs_common.c
7925         * src/prefs_folder_item.c
7926         * src/prefs_scoring.c
7927                 Renamed "kill score" to "hide score" in GUI
7928                 and prefs files
7929
7930 2002-09-25 [paul]       0.8.3claws22
7931
7932         * sync with 0.8.3cvs5
7933                 see ChangeLog 2002-09-24
7934
7935 2002-09-24 [alfons]     0.8.3claws21
7936
7937         patch by Satoshi Nagayasu: allows appending / saving multiple 
7938         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7939         'Save as ...'")
7940
7941         * AUTHORS
7942                 add Satoshi Nagayasu
7943         * src/summaryview.c
7944                 summary_save_as(): allow saving selected files to
7945                 one file
7946                 summary_set_menu_sensitive: enable "Save As..." when
7947                 multiple files are selected
7948         * src/utils.[ch]
7949                 append_file(): new function
7950
7951 2002-09-24 [colin]      0.8.3claws20
7952
7953         * src/procmime.c
7954                 Fix segfault when mimeinfo doesn't have a 
7955                 content_type. 
7956
7957 2002-09-24 [colin]      0.8.3claws19
7958
7959         * src/prefs_common.[ch]
7960                 Add a preference to display send dialog or not
7961         * src/send.c
7962                 Display send dialog according to preference
7963
7964 2002-09-24 [colin]      0.8.3claws18
7965
7966         * src/compose.[ch]
7967                 Disable user actions when sending
7968
7969 2002-09-24 [colin]      0.8.3claws17
7970
7971         * src/procmime.c
7972                 Do not display name or filename for attachments
7973                 with an application/pgp-signature type
7974                 (security flaw, see bug 537413)
7975
7976 2002-09-23 [colin]      0.8.3claws16
7977
7978         * src/editaddress.c
7979                 Initialize entry_email, entry_alias and 
7980                 entry_remarks to first email address of the list
7981
7982 2002-09-23 [colin]      0.83claws15
7983
7984         * src/compose.c
7985                 Drop pgp-signature when reediting a signed queued
7986                 message
7987
7988 2002-09-23 [melvin]     0.8.3claws14
7989
7990         * po/fr.po
7991                 Updated French translation
7992
7993 2002-09-23 [melvin]     0.8.3claws13
7994
7995         * src/mainwindow.c
7996                 Made custom toolbar menu labels more consistent
7997         * src/prefs_toolbar.c
7998                 Made custom toolbar window title more consistent
7999
8000 2002-09-22 [colin]      0.8.3claws12
8001
8002         * src/inc.c
8003                 Initialize session type to normal before getting 
8004                 mail (fixes strange Get behaviour)
8005         * src/prefs_account.h
8006                 Move STYPE_POP_BEFORE_SMTP to last position to 
8007                 avoid other side-effects
8008
8009 2002-09-22 [colin]      0.8.3claws11
8010
8011         * src/prefs_account.c
8012                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8013                 from pop3 to apop or vice-versa
8014
8015 2002-09-22 [colin]      0.8.3claws10
8016         
8017         * src/prefs_account.[ch]
8018                 Add an option for the POP before SMTP timeout
8019         * src/inc.c
8020                 Remember time of last POP connection
8021         * src/send.c
8022                 Do POP before SMTP only if timeout reached
8023
8024 2002-09-22 [oliver]     0.8.3claws9
8025         
8026         * README.claws
8027                 explain custom toolbar
8028
8029 2002-09-22 [oliver]     0.8.3claws8
8030
8031         * src/prefs_actions.[ch]
8032         custom toolbar for compose      
8033                 actions callback from compose toolbar
8034         * src/folderview.c
8035                 remove include toolbar.h
8036
8037 2002-09-22 [oliver]     0.8.3claws7
8038         
8039         * src/prefs_toolbar.[ch]
8040                 custom toolbar for compose
8041                 - generic prefs_toolbar handles both
8042                   Mainwin's toolbar as well as Compose toolbar          
8043
8044 2002-09-22 [oliver]     0.8.3claws6
8045         
8046         * src/toolbar.[ch]
8047                 custom toolbar for compose
8048                 restructure toolbar.[ch]
8049
8050 2002-09-22 [oliver]     0.8.3claws5
8051
8052         * src/compose.[ch]
8053                 custom toolbar for compose
8054
8055 2002-09-22 [oliver]     0.8.3claws4
8056         
8057         * src/mainwindow.[ch]
8058                 custom toolbar for compose 
8059                 move mainwin toolbar back to mainwindow
8060
8061 2002-09-22 [alfons]     0.8.3claws3
8062
8063         * src/procmsg.c
8064                 :%sno/if(/if (/gc
8065                 :%sno/for(/for (/gc
8066                 (beautify)
8067
8068 2002-09-22 [alfons]     0.8.3claws2
8069         
8070         * src/procmsg.c
8071                 procmsg_save_to_outbox(): don't unlink message file from queue;
8072                 callers should do it using folder_item_remove_msg()
8073
8074 2002-09-22 [colin]      0.8.3claws1
8075
8076         * src/mimeview.[ch]
8077                 Made mimeview_check_signature() public
8078         * src/textview.c
8079                 Made GPG signatures verifiable by clicking
8080                 the [application/pgp-signature] in the Text
8081                 view
8082
8083 2002-09-22 [paul]       0.8.3claws
8084
8085         * po/bg.po
8086           po/en_GB.po
8087           po/es.po
8088           po/it.po
8089           po/pl.po
8090           po/pt_BR.po
8091           po/sr.po
8092                 updated translations, submitted by George Danchev,
8093                 me, Ricardo Mones Lastra, Alessandro Maestri,
8094                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8095                 and Urke MMI, respectively.     
8096
8097 2002-09-22 [alfons]     0.8.2claws65
8098
8099         * src/procmsg.c
8100         * src/pgptext.c
8101                 no furry valgrinds have been used to plug these memleaks
8102
8103 2002-09-20 [paul]       0.8.2claws64
8104
8105         * sync with 0.8.3cvs4
8106                 'Select thread' re-implemented 
8107                 see ChangeLog 2002-09-20
8108
8109 2002-09-21 [alfons]     0.8.2claws63
8110
8111         * src/compose.c
8112                 compose_send(): plug unnoticed memleak
8113
8114 2002-09-20 [alfons]     0.8.2claws62
8115
8116         * src/addr_compl.c
8117                 replace_address_in_edit(): strict check for NULL address to
8118                 fix "[ 607348 ] Segfault in address completion". My guess is
8119                 that this happens with an empty address book, but it's good
8120                 to have this check here anyway
8121                 
8122                 completion_window_button_press(): free string returned 
8123                 from the internal cache
8124
8125 2002-09-20 [christoph]  0.8.2claws61
8126
8127         * src/procmime.h
8128                 added ENC_BINARY to EncodingType
8129         * src/procmime.c
8130                 the string returned by procmime_get_encoding_str
8131                 should not depend on the order of values in the
8132                 EncodingType definition
8133         * doc-src/rfc1806.txt   ** NEW FILE **
8134                 Added rfc1806 about MIME Content-Disposition
8135                 Extension
8136
8137 2002-09-19 [paul]       0.8.2claws60
8138
8139         * sync with 0.8.2cvs3
8140                 see ChangeLog 2002-09-19
8141
8142 2002-09-19 [paul]       0.8.2claws59
8143
8144         * src/prefs_folder_item.c
8145                 revert to Darko's original alignment of colour
8146                 selector button
8147                 add a colon to folder_color label
8148                 
8149         * src/compose.c
8150                 add Colin's patch (with Hiro's modifications) to 
8151                 force BASE64 encoding for 8-bit text when signing
8152                 (sync with 0.8.3cvs2)
8153
8154 2002-09-18 [alfons]     0.8.2claws58
8155
8156         * src/compose.c
8157                 :%sno/if(/if (/gc
8158                 :%sno/for(/for (/gc
8159                 (beautify a little bit)
8160
8161 2002-09-18 [christoph]  0.8.2claws57
8162
8163         * src/pine.c
8164                 fix handling of fgetc return value
8165
8166 2002-09-17 [alfons]     0.8.2claws56
8167         
8168         * src/summaryview.c
8169                 summary_sort(): check non-NULL summaryview->folder_item when no 
8170                 folder is selected at all
8171                 (closes "[ 610344 ] sort label make syl Crash")
8172
8173 2002-09-17 [alfons]     0.8.2claws55
8174         
8175         * src/compose.c
8176                 beautify a little bit
8177
8178 2002-09-17 [christoph]  0.8.2claws54
8179
8180         * src/folder.c
8181                 initialize max values for cache and folder
8182                 when cache or folder is empty
8183
8184 2002-09-15 [colin]      0.8.2claws53
8185
8186         * src/compose.c
8187                 Fix a leak (thanks Alfons!) and cleaned
8188                 variables names for custom headers
8189
8190 2002-09-15 [colin]      0.8.2claws52
8191
8192         * src/compose.c
8193                 Fix custom headers recognition when
8194                 prefs_common.trans_hdr is on
8195
8196 2002-09-15 [colin]      0.8.2claws51
8197
8198         * src/compose.c
8199                 Allow dynamically-added custom headers
8200                 Yet not reparsed if reedited
8201
8202 2002-09-15 [alfons]     0.8.2claws50
8203
8204         * src/prefs_account.c
8205                 fix warnings
8206
8207 2002-09-15 [colin]      0.8.2claws49
8208         
8209         * src/prefs_account.c
8210                 fix pop_before_smtp sensitivity
8211
8212 2002-09-15 [colin]      0.8.2claws48
8213
8214         * src/inc.[ch]
8215                 add inc_pop_before_smtp()
8216                 allow MainWindow to be undefined in 
8217                 inc_account_mail() and inc_start()
8218         * src/pop.c
8219           src/prefs_account.h
8220                 add STYPE_POP_BEFORE_SMTP session type
8221         * src/prefs_account.c
8222                 activated pop before smtp option
8223         * src/send.c
8224                 do pop before smtp if the relevant option 
8225                 is set
8226
8227 2002-09-15 [paul]       0.8.2claws47
8228
8229         * sync with 0.8.3
8230                 see ChangeLog 2002-09-15
8231
8232 2002-09-14 [paul]       0.8.2claws46
8233
8234         * po/bg.po
8235                 updated Bulgarian translation, submitted by
8236                 George Danchev
8237
8238 2002-09-13 [paul]       0.8.2claws45
8239
8240         * src/compose.c
8241                 merge claws' select_account() with main's
8242                 (new) compose_select_account(). [sync with
8243                 0.8.2cvs15, see ChangeLog 2002-09-11]
8244
8245 2002-09-12 [christoph]  0.8.2claws44
8246
8247         * src/filter.c
8248                 allocate 1 elements of FolderItem not 0
8249
8250 2002-09-12 [colin]      0.8.2claws43
8251
8252         * src/compose.c
8253                 Fix bug #590825 (obey Follow-up: poster)
8254
8255 2002-09-12 [colin]      0.8.2claws42
8256
8257         * src/procmime.c
8258                 Fix bug #557009 (wrong headers for messages 
8259                 forwarded as attachments)
8260
8261 2002-09-11 [colin]      0.8.2claws41
8262         
8263         * src/compose.c
8264                 Put SCF: pseudo-header on top of message
8265                 Set draft tmp_flag when saved as draft
8266
8267         * src/procmsg.c
8268           src/procheader.c
8269                 Skip after first \n\n for beginning of real message
8270                 for drafts too
8271
8272 2002-09-11 [christoph]  0.8.2claws40
8273
8274         * src/filtering.c
8275                 use procmsg flag functions in filtering or processing
8276                 will cause incorrect folder message counts
8277
8278 2002-09-11 [colin]      0.8.2claws39
8279
8280         * src/compose.c
8281                 Fix bug #550175 - wrong save folder when reediting
8282                 drafts
8283
8284 2002-09-11 [paul]       0.8.2claws38
8285
8286         * sync with 0.8.2cvs14
8287                 see ChangeLog 2002-09-11
8288
8289 2002-09-11 [colin]      0.8.2claws37
8290
8291         * src/folder.c
8292                 Fix a typo (seeming to cause new/unread status to
8293                 be lost)
8294
8295 2002-09-10 [christoph]  0.8.2claws36
8296
8297         * src/compose.c
8298                 compose_redirect should not use compose_generic_new
8299                 because that does more stuff than expected including
8300                 opening the external editor
8301                 (closes bug "[ 526608 ] bounced messages appear blank
8302                  in editor")
8303
8304 2002-09-10 [christoph]  0.8.2claws35
8305
8306         * src/folder.c
8307                 fix problem with too large message number range
8308                 causing a crash in folder_item_scan
8309
8310 2002-09-10 [paul]       0.8.2claws34
8311
8312         * sync with 0.8.2cvs13
8313                 see ChangeLog 2002-09-10
8314
8315 2002-09-10 [christoph]  0.8.2claws33
8316
8317         * src/msgcache.c
8318                 set MsgInfo TmpFlags for queue and draft folders
8319                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8320
8321 2002-09-10 [paul]       0.8.2claws32
8322
8323         * AUTHORS
8324           po/bg.po      ** NEW FILE **
8325                 new Bulgarian translation submitted by
8326                 George Danchev <danchev@spnet.net>
8327                 
8328         * tools/Makefile.am
8329           tools/README
8330           tools/tb2sylpheed     ** NEW FILE **
8331                 add script that converts an addressbook exported
8332                 from The Bat! into a Sylpheed addressbook. Submitted
8333                 by Urke MMI <urke-kg@eunet.yu>
8334
8335 2002-09-10 [paul]       0.8.2claws31
8336
8337         * sync with 0.8.2cvs12
8338                 see ChangeLog 2002-09-10
8339
8340 2002-09-06 [paul]       0.8.2claws30
8341
8342         * src/prefs_common.c
8343                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8344                 
8345         * tools/Makefile.am
8346           tools/README
8347           tools/ldif-to-xml.py  ** REMOVED **
8348                 remove obsolete python script
8349
8350 2002-09-06 [paul]       0.8.2claws29
8351
8352         * sync with 0.8.2cvs10
8353                 see ChangeLog 2002-09-06
8354
8355 2002-09-04 [paul]       0.8.2claws28
8356
8357         * sync with 0.8.2cvs9
8358                 see ChangeLog 2002-08-04
8359
8360 2002-09-04 [colin]      0.8.2claws27 
8361
8362         * src/prefs_common.[ch]
8363                 Added signature color configuration
8364         * src/textview.c
8365                 Use user-specified signature color
8366
8367 2002-09-03 [colin]      0.8.2claws26
8368
8369         * src/prefs_common.[ch]
8370                 Added autosave and autosave_length prefs
8371         * src/compose.c
8372                 Added compose_remove_draft()
8373                 Auto-save drafts according to the prefs
8374         * src/main.c
8375                 Added a crash-indicator file, allowing to check
8376                 for new messages on startup if Sylpheed crashed
8377                 (makes saved drafts "reappear")
8378
8379 2002-09-03 [colin]      0.8.2claws25
8380
8381         * src/textview.[ch]
8382                 Grey the signature
8383
8384 2002-09-03 [paul]       0.8.2claws24
8385
8386         * sync with 0.8.2cvs8
8387                 see ChangeLog 2002-09-02 and 2002-09-03
8388
8389 2002-09-03 [darko]      0.8.2claws23
8390
8391         * src/folderview.c
8392                 use normal style when creating new folder to pick
8393                 proper font size 
8394
8395 2002-09-02 [melvin]     0.8.2claws22
8396
8397         * src/gtkaspell.m4
8398                 removed some obsolete code
8399
8400 2002-09-02 [melvin]     0.8.2claws21
8401
8402         * ac/aspell.m4
8403                 fixed test's equality sign (== to =)
8404
8405 2002-09-02 [alfons]     0.8.2claws20
8406
8407         * src/folder.c
8408         * src/mh.c
8409                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8410                 as folder->destroy virtual as suggested by Hiro
8411                 (the mh.c code seems to have been lost around mh.c.1.21)
8412
8413 2002-09-02 [paul]       0.8.2claws19
8414
8415         * po/pt_BR.po
8416                 updated by Fabio Jr. Beneditto
8417                 
8418         * src/defs.h
8419                 use 'http://claws.sylpheed.org' for homepage link. 
8420                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8421
8422 2002-09-01 [alfons]     0.8.2claws18
8423
8424         * src/mh.c
8425                 plug memleak related to one Martin Kluge found
8426
8427 2002-08-31 [paul]       0.8.2claws17
8428
8429         * sync with 0.8.2cvs6
8430                 see ChangeLog 2002-08-30
8431
8432 2002-08-31 [alfons]     0.8.2claws16
8433
8434         * src/folder.c
8435                 folder_destroy(): remove mailbox from folderlist even if it has
8436                 no destroy virtual
8437
8438 2002-08-31 [alfons]     0.8.2claws15
8439
8440         * src/folder.c
8441                 :%sno/if(/if (/gc
8442                 :%sno/for(/for (/gc
8443                 (being pedantic I know)
8444
8445 2002-08-31 [alfons]     0.8.2claws14
8446
8447         * src/folder.c
8448                 check for NULL pointers returned from folder->fetch_msginfo virtual
8449                 (should solve some reported crashes)
8450
8451 2002-08-30 [alfons]     0.8.2claws13
8452
8453         * acconfig.h
8454         * configure.in
8455         * src/crash.c
8456                 enable crash dialog on compilation time
8457                 (--enable-crash-dialog configure option)
8458
8459 2002-08-30 [alfons]     0.8.2claws12
8460
8461         * AUTHORS
8462                 add Martin Kluge
8463         * src/mh.c
8464                 apply memory leak plug patch by Martin Kluge
8465                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8466                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8467                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8468
8469 2002-08-30 [darko]      0.8.2claws11
8470
8471         * src/folderview.c
8472                 copy Gtk style from normal style to match
8473                 font size for coloured folders
8474
8475 2002-08-29 [alfons]     0.8.2claws10
8476
8477         * sylpheed.desktop
8478                 Type=Internet <- Type=Application
8479                 (reported by Michael Schwendt, see:
8480                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8481                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8482
8483 2002-08-29 [paul]       0.8.2claws9
8484
8485         * sync with 0.8.2cvs5
8486                 see ChangeLog 2002-08-29
8487
8488 2002-08-29 [colin]      0.8.2claws8
8489
8490         * src/summaryview.c
8491                 Added a sanity check in summary_select_thread
8492                 Should fix bug 601605
8493
8494 2002-08-29 [colin]      0.8.2claws7
8495
8496         * src/main.c
8497                 Revert claws6 changes regarding bug #591676
8498
8499 2002-08-28 [colin]      0.8.2claws6
8500         
8501         * src/main.c
8502                 Ignore cache for queue folderitems
8503                 Fix bug #591676
8504
8505 2002-08-28 [melvin]     0.8.2claws5
8506
8507         * README.claws
8508                 Fixed typos.
8509
8510 2002-08-28 [melvin]     0.8.2claws4
8511
8512         * README.claws
8513                 Updated a bit the text concerning the spell checker
8514
8515 2002-08-28 [melvin]     0.8.2claws3
8516
8517         Merged the GNU_aspell_branch:
8518                 Support of new GNU/aspell is now included and the old pspell
8519                 is not supported anymore.
8520                 See README.claws
8521
8522         * README.claws
8523                 Updated spell checker text to reflect the switch to GNU/aspell
8524
8525         * ac/aspell.m4          *** NEW ***
8526         * src/gtkaspell.[ch]    *** NEW *** 
8527         * ac/pspell.m4          *** DELETED *** 
8528         * src/gtkspell.[ch]     *** DELETED ***
8529
8530         * ac/Makefile.am
8531                 Updated for GNU/aspell support
8532
8533         * po/POTFILES.in
8534                 Replaced gtkspell.c by gtkaspell.c
8535
8536         * acconfig.h
8537         * src/Makefile.am
8538         * src/about.c
8539         * src/compose.[ch]
8540         * src/crash.c
8541         * src/main.c
8542         * src/prefs_common.[ch]
8543                 Updated for GNU/aspell support
8544
8545 2002-08-28 [paul]       0.8.2claws2
8546
8547         * sync with 0.8.2cvs4
8548                 see ChangeLog 2002-08-27 and 2002-08-28
8549
8550 2002-08-28 [colin]      0.8.2claws1
8551
8552         * src/summary_search.c
8553                 Added "AND search"
8554
8555 2002-08-28 [jens]       0.8.2claws
8556
8557         *po/de.po
8558                 Updated German translations
8559
8560 2002-08-27 [melvin]     0.8.2claws
8561
8562         * po/fr.po
8563                 Updated French translations
8564
8565 2002-08-27 [paul]       0.8.2claws
8566
8567         * sync with 0.8.2 main release
8568
8569         * po/en_GB.po
8570           po/es.po
8571           po/it.po
8572           po/pl.po
8573           po/pt_BR.po
8574           po/sr.po
8575                 updated message catalogs submitted by
8576                 Ricardo Mones Lastra, Alessandro Maestri,
8577                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8578                 Beneditto and Urke MMI  
8579
8580 2002-08-27 [hoa]        0.8.1claws123
8581
8582         * src/mainwindow.[ch]
8583         * src/summaryview.[ch]
8584                 removed the "filter setting" menu option.
8585                 add a "cancel a news message" menu option.
8586
8587 2002-08-26 [martin]     0.8.1claws122
8588
8589         * ChangeLog.claws
8590                 changed string under 0.8.1claws79 changed by myself
8591                 i'm sorry alfons :(
8592
8593 2002-08-26 [martin]     0.8.1claws121
8594
8595         * src/crash.c
8596                 added kill command to debuggerrc to start crash dialog
8597
8598 2002-08-26 [paul]       0.8.1claws120
8599
8600         * sync with 0.8.1cvs31
8601                 see ChangeLog 2002-08-26
8602
8603 2002-08-25 [alfons]     0.8.1claws119
8604
8605         * src/procmsg.c
8606                 fix bug that didn't send out correct headers to news server
8607                 when sending news article and email from queue (bug reported
8608                 and patch provided by Tim Mann; closes bug 
8609                 "[ 583196 ] 0.7.8claws can't post news")
8610
8611 2002-08-25 [alfons]     0.8.1claws118
8612
8613         * src/selective_download.c
8614                 mark two strings as translatable
8615                 (thanks to Urke MMI for pointing this out)
8616
8617 2002-08-25 [alfons]     0.8.1claws117
8618
8619         * src/summaryview.c
8620                 treat sent boxes as special and allow sorting them by addressee
8621                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8622                 submitted by Steve Lamb)
8623
8624 2002-08-24 [alfons]     0.8.1claws116
8625
8626         * src/matcher.c
8627                 fix memleak reported by Martin Kluge
8628                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8629
8630 2002-08-24 [oliver]     0.8.1claws115
8631
8632         * src/prefs_toolbar.c
8633                 o code cleanup as suggested by Alfons
8634                 o memleak fix
8635
8636 2002-08-24 [alfons]     0.8.1claws114
8637
8638         * src/summaryview.c
8639                 o fix another memory leak reported by Martin Kluge
8640                   (see "[ 599568 ] Small Memory Leak")
8641                 o remove 'from' variable from 'summary_set_header()'; we can
8642                   do with just 'to' 
8643
8644 2002-08-24 [paul]       0.8.1claws113
8645
8646         * sync with 0.8.1cvs30
8647                 see ChangeLog 2002-08-23
8648
8649 2002-08-24 [alfons]     0.8.1claws112
8650
8651         * src/summaryview.c
8652                 remove unnecessary allocations for search bar fixing leaks
8653                 reported by Martin Kluge
8654                 (see "[ 599451 ] Further memory leaks?")
8655
8656 2002-08-24 [alfons]     0.8.1claws111
8657
8658         * src/main.c
8659                 make get_socket_name() public for crash.c
8660         * src/crash.c
8661                 o make report bug button work (goes to claws' 
8662                   bug tracker at sf.net)
8663                 o introduce function for doing important stuff just
8664                   before claws goes down
8665                 o clean up code 
8666
8667 2002-08-24 [alfons]     0.8.1claws110
8668
8669         * src/compose.c
8670                 move cursor to "To" entry when forwarding as attachment
8671                 (reported and solved by Steve Lamb, closes bug report
8672                 "[ 592880 ] Forward as attachment; cursor not in to")
8673
8674 2002-08-24 [colin]      0.8.1claws109
8675
8676         * src/mainwindow.c
8677                 fix quick search visibility after GUI (de)separations.
8678
8679 2002-08-23 [colin]      0.8.1claws108
8680
8681         * src/mainwindow.c
8682                 fix header pane visibility after folderview or
8683                 messageview (de)separation
8684
8685 2002-08-23 [paul]       0.8.1claws107
8686
8687         * src/mainwindow.[ch]
8688           src/toolbar.c
8689                 give full control of display or non-display 
8690                 of the Execute icon to Custom toolbar settings.
8691                 add new sensitivity condition to maninwindow.h: 
8692                 M_DELAY_EXEC
8693
8694         * ChangeLog
8695           ChangeLog.jp
8696           NEWS
8697                 more sync with 0.8.1cvs29
8698
8699 2002-08-23 [melvin]     0.8.1claws106
8700
8701         * src/alertpanel.c
8702                 Readded support for custom widget in alertpanel lost in last
8703                 sync.
8704
8705 2002-08-23 [paul]       0.8.1claws105
8706
8707         * sync with 0.8.1cvs29
8708                 see ChangeLog 2002-08-23
8709
8710 2002-08-23 [colin]      0.8.1claws104
8711
8712         * src/summaryview.c
8713                 Fix folder and search pixmaps exchanging positions
8714                 after theme or toolbar changes. Thank to Oliver for 
8715                 reporting this.
8716
8717 2002-08-23 [colin]      0.8.1claws103
8718
8719         * src/mainwindow.c
8720           src/messageview.[ch]
8721           src/noticeview.[ch]
8722           src/summaryview.c
8723                 Changed messageview_create() and noticeview_create()
8724                 to avoid the last gdk_warning
8725
8726 2002-08-22 [colin]      0.8.1claws102
8727
8728         * src/summaryview.c
8729                 Fix my new `Creating pixmap from xpm' warning
8730
8731 2002-08-22 [colin]      0.8.1claws101
8732
8733         * src/mainwindow.c
8734                 Fix some of the gdk warnings
8735
8736 2002-08-22 [colin]      0.8.1claws100
8737
8738         * src/Makefile.am
8739         * src/stock_pixmap.c
8740         * src/stock_pixmap.h
8741         * src/pixmaps/quicksearch.xpm *ADDED*
8742                 Add the quicksearch pixmap
8743         * src/mainwindow.c
8744         * src/summaryview.c
8745         * src/summaryview.h
8746                 Make quicksearch bar visible/hidden via a button
8747
8748 2002-08-22 [christoph]  0.8.1claws99
8749
8750         * src/folder.c
8751                 fix folder update for newsgroups with message
8752                 numbers below minimum number of articles to fetch
8753                 (closes bug #598445)
8754
8755 2002-08-22 [paul]       0.8.1claws98
8756
8757         * sync with 0.8.1cvs28
8758                 see ChangeLog 2002-08-22
8759
8760 2002-08-21 [alfons]     0.8.1claws97
8761
8762         * src/crash.c
8763                 use bt instead of bt full which seems to work 
8764                 better, and bt full doesn't give a great deal 
8765                 of information anyway
8766
8767 2002-08-21 [colin]      0.8.1claws96
8768
8769         * src/summaryview.c
8770                 fix summaryview_searchtype_changed prototype
8771
8772 2002-08-21 [christoph]  0.8.1claws95
8773
8774         * src/mainwindow.c
8775                 o fix broken menu update for sorting type, we have to
8776                   get this info from the summaryview now
8777                 o removed setting of threaded state in menu callback
8778         * src/summaryview.[ch]
8779                 more summaryview/folderitem seperation for
8780                 threading option
8781         * configure.in
8782                 removed not required --with-compiler-flags option
8783
8784 2002-08-21 [oliver]     0.8.1claws94
8785         
8786         * src/toolbar.h 
8787                 o rename toolbar.xml to toolbar_main.xml
8788                   since toolbar_compose.xml might come up 
8789                   any time soon
8790         * README.claws
8791                 add custom toolbar              
8792
8793 2002-08-21 [darko]      0.8.1claws93
8794
8795         * src/procmsg.c
8796                 don't reset tmp flags for messages copied
8797                 to sent folder
8798
8799 2002-08-21 [colin]      0.8.1claws92
8800         
8801         * src/prefs_filtering.c
8802                 fix renaming rules on folder rename 
8803                 when folder is not a leaf folder
8804
8805 2002-08-21 [paul]       0.8.1claws91
8806
8807         * src/prefs_folder_item.c
8808                 fix alignment of colour selector
8809
8810 2002-08-21 [paul]       0.8.1claws90
8811
8812         * sync with 0.8.1cvs27
8813                 see ChangeLog 2002-08-21
8814
8815 2002-08-21 [paul]       0.8.1claws89
8816
8817         * src/summaryview.c
8818                 fix crash when changing field type in
8819                 Quick search bar
8820
8821 2002-08-21 [colin]      0.8.1claws88
8822
8823         * src/summaryview.c
8824                 Made quick search case-insensitive
8825
8826 2002-08-21 [paul]       0.8.1claws87
8827
8828         * sync with 0.8.1cvs26
8829                 see ChangeLog 2002-08-21
8830
8831 2002-08-20 [christoph]  0.8.1claws86
8832
8833         * src/folderview.c
8834         * src/main.c
8835         * src/summaryview.[ch]
8836                 more summaryview/folderitem seperation for
8837                 sort_key and sort_type
8838         * src/procmsg.c
8839                 added missing return statement
8840
8841 2002-08-20 [colin]      0.8.1claws85
8842
8843         * src/summaryview.[ch]
8844                 Added a quick search box
8845         * src/mainwindow.c
8846         * src/prefs_common.[ch]
8847                 Added a show/hide option for the quick search
8848
8849 2002-08-20 [oliver]     0.8.1claws84
8850         
8851         * src/mainwindow.c
8852                 remove toolbar_create_popups
8853         * src/toolbar.[ch]
8854                 o remove toolbar_create_popups
8855                 o fix toolbar_set_sensitive 
8856                   (Bug reports #596834 and #596832)     
8857         * src/prefs_toolbar.c
8858                 o add "Set default" button
8859                 o align label and text + combo widgets
8860
8861 2002-08-20 [hoa]        0.8.1claws83bis
8862
8863         * src/imap.c
8864                 fixed a bug in imap_fetch_msginfo() in case there is no
8865                 current folder.
8866
8867 2002-08-20 [darko]      0.8.1claws83
8868
8869         * src/folderview.c
8870                 copy the color style of folder view so it
8871                 works with GTK themes
8872
8873 2002-08-20 [darko]      0.8.1claws82
8874
8875         * src/folder.h
8876         * src/folderview.c
8877         * src/prefs_folder_item.[hc]
8878                 don't use UI stuff in folder.h
8879
8880 2002-08-20 [darko]      0.8.1claws81
8881
8882         * src/folder.h
8883         * src/prefs_folder_item.h
8884         * src/folderview.c
8885         * src/prefs_folder_item.c
8886                 ability to set folder color in folderview
8887
8888 2002-08-19 [alfons]     0.8.1claws80
8889
8890         * src/summaryview.c
8891                 fix one of the earlier memleaks reported by Martin Kluge
8892
8893 2002-08-19 [alfons]     0.8.1claws79
8894
8895         * src/mainwindow.c
8896                 hide notice view when selecting seperate folder
8897                 view (reported by Urke MMI)
8898
8899 2002-08-19 [christoph]  0.8.1claws78
8900
8901         * src/folderview.c
8902         * src/prefs_folder_item.h
8903         * src/summaryview.[ch]
8904                 o add summary_set_prefs_from_folderitem to set
8905                   summaryview prefs (first step to remove all
8906                   references to the folderitem in summaryview)
8907                 o moved compiled regex stuff from folderitem prefs
8908                   to summaryview code
8909
8910 2002-08-19 [paul]       0.8.1claws77
8911
8912         * src/compose.c
8913                 add check for '.' to QUOTE_IF_REQUIRED
8914
8915 2002-08-19 [paul]       0.8.1claws76
8916
8917         * src/inc.c
8918                 sync with 0.8.1cvs25 (plug memory leak)
8919
8920         * src/prefs_toolbar.c
8921                 re-order prefs_toolbar_cancel()
8922
8923 2002-08-18 [alfons]     0.8.1claws75
8924
8925         * src/inc.c
8926         * src/matcher.c
8927                 plug other memleaks reported by Martin Kluge
8928
8929 2002-08-18 [paul]       0.8.1claws74
8930
8931         * po/pt_BR.po
8932                 updated by Fabio Jr. Beneditto
8933
8934 2002-08-18 [paul]       0.8.1claws73
8935
8936         * src/toolbar.[ch]
8937                 fix bug where tooltips were displayed untranslated              
8938
8939         * src/prefs_toolbar.c
8940                 fix bug where clicking 'Cancel' creates an icon & text
8941                 toolbar regardless of prefs
8942         
8943
8944 2002-08-17 [oliver]     0.8.1claws72
8945
8946         * src/prefs_toolbar.c
8947                 update toolbar on CANCEL
8948                 bug reported by Martin Kluge
8949         * src/toolbar.c
8950                 toolbar_destroy memleak fixed           
8951
8952 2002-08-17 [alfons]     0.8.1claws71
8953
8954         * src/toolbar.c
8955                 plug another memleak reported by Martin Kluge
8956
8957 2002-08-16 [alfons]     0.8.1claws70
8958
8959         * src/crash.c
8960                 use execvp() correctly (suggested by wwp; thanks!)
8961
8962 2002-08-16 [alfons]     0.8.1claws69
8963
8964         * src/gtksctree.c
8965                 plug memory leak reported by Kim Schultz & Martin Kluge
8966
8967 2002-08-16 [paul]       0.8.1claws68
8968
8969         * po/es.po
8970                 updated by Ricardo Mones Lastra
8971
8972 2002-08-16 [paul]       0.8.1claws67
8973
8974         * src/toolbar.h
8975                 fix bug where 'Compose News' icon showed wrong
8976                 tooltip
8977
8978 2002-08-16 [paul]       0.8.1claws66
8979
8980         * sync with 0.8.1cvs24
8981                 see ChangeLog 2002-08-16
8982
8983         * po/it.po
8984                 updated by Alessandro Maestri
8985
8986 2002-08-15 [paul]       0.8.1claws65
8987
8988         * po/sr.po
8989                 updated by Urke MMI
8990
8991 2002-08-15 [paul]       0.8.1claws64
8992
8993         * src/*.c
8994                 don't translate debug info
8995
8996         * src/matcher.[ch]
8997                 add copyright info
8998
8999 2002-08-15 [paul]       0.8.1claws63
9000
9001         * src/prefs_toolbar.c
9002                 fix bug where clicking 'OK' creates an icon & text
9003                 toolbar regardless of prefs
9004
9005 2002-08-14 [alfons]     0.8.1claws62
9006
9007         * src/main.c
9008                 add global var that has the full argv[0]
9009         * src/crash.c
9010                 o execvp the correct sylpheed by using argv0
9011                   and setting the correct work dir
9012                 o other tweaks  
9013
9014 2002-08-14 [oliver]     0.8.1claws61
9015         
9016         * enable/disable Toolbar Action Buttons 
9017         * code cleanups
9018         * src/mainwindow.c
9019         * src/toolbar.[ch]      
9020         * src/prefs_toolbar.c   
9021
9022 2002-08-14 [melvin]     0.8.1claws60
9023
9024         * po/fr.po
9025                 Updated French translations
9026
9027 2002-08-14 [melvin]     0.8.1claws59
9028
9029         * src/crash.c
9030                 Made bug report not translatable
9031         * src/exporthtml.c
9032                 Fixed exporthtml_build_filespec() return value
9033         * src/foldersel.c
9034                 Fixed incorrect include file
9035         * src/gtkspell.c
9036         * src/prefs_actions.c
9037         * src/prefs_toolbar.c
9038                 Made debug info not translatable
9039         * src/mutt.c
9040         * src/quote_fmt.c
9041                 Added missing includes
9042         * src/prefs_common.c
9043                 Fixed typo
9044
9045 2002-08-14 [paul]       0.8.1claws58
9046
9047         * faq/es/sylpheed-faq.html
9048           faq/es/sylpheed-faq-[1-3].html
9049           faq/es/sylpheed-faq-4.html     **NEW FILE **
9050                 update Spanish FAQ
9051
9052 2002-08-13 [christoph]  0.8.1claws57
9053
9054         * src/procmsg.c
9055                 ignore thread fix that did not mark all
9056                 child nodes of a ignored thread as
9057                 ignored. Does not work perfectly yet,
9058                 but it is better now
9059
9060 2002-08-13 [alfons]     0.8.1claws56
9061
9062         * src/crash.c
9063                 o implement 'save crash log'
9064                 o some tweaks
9065
9066 2002-08-13 [melvin]     0.8.1claws55
9067
9068         * src/main.c
9069                 removed unrequired "execinfo.h" header
9070
9071 2002-08-12 [paul]       0.8.1claws54
9072
9073         * faq/en/sylpheed-faq.html
9074           faq/en/sylpheed-faq-[1-3].html
9075           faq/en/sylpheed-faq-4.html     **NEW FILE **
9076                 update English FAQ
9077
9078 2002-08-12 [alfons]     0.8.1claws53
9079
9080         * po/POTFILES.in
9081                 add crash.c to translatables
9082         * src/crash.c
9083                 bring in Leandro's crash dialog
9084
9085 2002-08-11 [alfons]     0.8.1claws52
9086
9087         * src/crash.c
9088                 clean up some warnings
9089
9090 2002-08-11 [alfons]     0.8.1claws51
9091
9092         * acconfig.h
9093         * configure.in
9094         * src/crash.[ch]        ** NEW FILES **
9095         * src/main.c            
9096                 initial gdb crash handler
9097
9098 2002-08-11 [paul]       0.8.1claws50
9099
9100         * src/prefs_toolbar.c
9101                 replace Up/Down arrow pixmaps with text to be
9102                 consistent across icon themes
9103
9104 2002-08-11 [paul]       0.8.1claws49
9105
9106         * src/prefs_common.c
9107           src/prefs_toolbar.c
9108                 rename 'Pixmap' -> 'Icon'
9109
9110         * src/toolbar.[ch]
9111                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9112
9113 2002-08-10 [paul]       0.8.1claws48
9114
9115         * src/prefs_toolbar.c
9116                 re-work the UI
9117
9118 2002-08-10 [paul]       0.8.1claws47
9119
9120         * src/main.c
9121                 don't write Processing progress to status bar
9122                 patch submitted by Alexander Evseev
9123
9124         * src/prefs_toolbar.c
9125                 re-position and resize window
9126                 make window assume correct size on first call
9127
9128 2002-08-10 [paul]       0.8.1claws46
9129
9130         * src/mainwindow.c
9131           src/prefs_toolbar.c
9132           src/toolbar.c
9133           src/toolbar.h
9134                 obey coding style
9135                 follow UI text conventions
9136
9137 2002-08-10 [alfons]     0.8.1claws45
9138
9139         * src/toolbar.c
9140                 correct pixmap for delete action
9141
9142 2002-08-10 [paul]       0.8.1claws44
9143
9144         * po/pt_BR.po
9145                 updated by Fabio Jr. Beneditto
9146
9147 2002-08-10 [paul]       0.8.1claws43
9148
9149         * po/POTFILES.in
9150                 add custom toolbar files
9151
9152 2002-08-10 [paul]       0.8.1claws42
9153
9154         * sync with 0.8.1cvs22
9155                 see ChangeLog 2002-08-09
9156
9157 2002-08-09 [paul]       0.8.1claws41
9158
9159         * tools/Makefile.am
9160           tools/README
9161           tools/outlook2sylpheed.pl     ** NEW FILE **
9162                 add script to convert exported Outlook
9163                 contacts list to a Sylpheed addressbook.
9164                 Submitted by Ricardo Mones Lastra.
9165
9166 2002-08-09 [paul]       0.8.1claws40
9167
9168         * AUTHORS
9169           configure.in
9170           po/sr.po      ** NEW FILE **
9171                 add Serbian message catalog. Submitted by
9172                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9173
9174 2002-08-09 [paul]       0.8.1claws39
9175
9176         * sync with 0.8.1cvs21
9177                 see ChangeLog 2002-08-08
9178
9179 2002-08-08 [oliver]     0.8.1claws38
9180
9181         * src/mainwindow.c
9182                 move Custom Toolbar to Configuration menu
9183
9184 2002-08-08 [oliver]     0.8.1claws37
9185
9186         * src/prefs_toolbar.c
9187                 fix substitute pixmap bug
9188
9189 2002-08-08 [paul]       0.8.1claws36
9190
9191         * sync with 0.8.1cvs19
9192                 see ChangeLog 2002-08-08
9193
9194 2002-08-07 [christoph]  0.8.1claws35
9195
9196         * src/utils.c
9197                 fixed a memory leak in new canonicalize_file_replace
9198
9199 2002-08-07 [christoph]  0.8.1claws34
9200
9201         * src/utils.[ch]
9202                 o canonicalize_file_replace should create the temporary
9203                   file in the same directory as the original file.
9204                 o added get_tmpfile_in_dir that creates a temorary file
9205                   in a specified directory.
9206
9207 2002-08-07 [melvin]     0.8.1claws33
9208
9209         * src/toolbar.c
9210                 fixed bug where 'Article' button acted as 'Email' button.
9211
9212 2002-08-07 [paul]       0.8.1claws32
9213
9214         * sync with 0.8.1.cvs17
9215                 see ChangeLog 2002-08-07
9216
9217 2002-08-07 [colin]      0.8.1claws31
9218         
9219         * src/news.c
9220                 fix mass-cancel problem
9221
9222 2002-08-07 [thorsten]   0.8.1claws30
9223
9224         * src/prefs_toolbar.c
9225                 fix: crash on replace or add new button
9226         * src/toolbar.c
9227                 fix: close xmlfile after reading
9228         * src/utils.c
9229                 fix: unlink() file before rename()
9230
9231 2002-08-06 [paul]       0.8.1claws29
9232
9233         * sync with 0.8.cvs15
9234                 see ChangeLog 2002-08-06
9235
9236 2002-08-06 [oliver]     0.8.1claws28
9237
9238         * src/toolbar.c
9239         * src/prefs_toolbar.c
9240                 fixed empty toolbar issue
9241
9242 2002-08-06 [oliver]     0.8.1claws27
9243
9244         * Custom Toolbar Final 
9245         * src/folderview.c
9246         * src/inc.c
9247         * src/summaryview.c
9248                 o toolbar stuff now lives in src/toolbar.[ch]
9249                 o main_window_toolbar_* functions are renamed to
9250                   toolbar_* reflecting their new source file
9251         * src/mainwindow.[ch]
9252                 o remove toolbar stuff  
9253
9254 2002-08-06 [oliver]     0.8.1claws26
9255         
9256         * src/Makefile.am
9257         * src/prefs_toolbar.[ch]        **New File**
9258         * src/toolbar.[ch]              **New File**
9259                 o prefs_toolbar.[ch] custom toolbar frontend
9260                 o toolbar.[ch]       backend 
9261
9262 2002-08-06 [oliver]     0.8.1claws25
9263
9264         * src/prefs_actions.[ch]
9265                 o new exported function actions_execute
9266
9267 2002-08-06 [paul]       0.8.1claws24
9268
9269         * sync with 0.8.1cvs4
9270                 see ChangeLog 2002-08-06
9271
9272 2002-08-06 [paul]       0.8.1claws23
9273
9274         * sync with 0.8.1cvs13
9275                 see ChangeLog 2002-08-06
9276
9277 2002-08-06 [paul]       0.8.1claws22
9278
9279         * sync with 0.8.1cvs12
9280                 see ChangeLog 2002-08-05 and 2002-08-06
9281
9282 2002-08-06 [match]      0.8.1claws21
9283
9284         * src/addrclip.c
9285                 improvements to cut/copy/paste address
9286
9287 2002-08-05 [match]      0.8.1claws20
9288
9289         * src/addritem.[ch]
9290         * src/addrcache.c
9291         * src/addrbook.c
9292         * src/editaddress.c
9293         * src/addressbook.c
9294                 fixes to improve cut/copy/paste
9295
9296 2002-08-06 [melvin]     0.8.1claws19
9297
9298         * src/account.[ch]
9299                 account_find_all_from_address(): new function that returns the
9300                 list of all accounts that are matched in an address.
9301         * src/alertpanel.[ch]
9302                 alertpanel() now accepts a custom widget
9303                 alertpanel_with_widget(): new function that pops up a panel with
9304                 a custom widget in it 
9305         * src/gtkutils.[ch]
9306                 gtkut_account_menu_new(): new function that allows the selection
9307                 of an account from a list of accounts.
9308         * src/messageview.c
9309                 Extended Return Receipt notification to select the correct 
9310                 account and to make a security test on the Delivery-Notification
9311                 address which should be the same as the Return-Path.
9312
9313 2002-08-06 [thorsten]   0.8.1claws18
9314
9315         * src/mimeview.c
9316                 attach_all: save unnamed as "noname.%d",
9317                 dont free static dirname
9318
9319 2002-08-05 [alfons]     0.8.1claws17
9320
9321         * configure.in
9322                 detect XIM by trying to link rather than compile a XIM program
9323
9324 2002-08-05 [oliver]     0.8.1claws16
9325                 
9326         * src/stock_pixmap.[ch]
9327                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9328                 o new func to retrieve pixmaps
9329
9330 2002-08-05 [paul]       0.8.1claws15
9331
9332         * sync with 0.8.1cvs10
9333                 see ChangeLog 2002-08-05
9334
9335 2002-08-04 [alfons]     0.8.1claws14
9336
9337         * src/textview.c
9338                 see if this plugs memleak
9339
9340 2002-08-04 [melvin]     0.8.1claws13
9341
9342         * src/gtkspell.c
9343                 fixed bug that could crash Sylpheed when highlighting
9344                 all misspelled words.
9345
9346 2002-08-03 [melvin]     0.8.1claws12
9347
9348         * src/prefs_actions.c
9349                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9350         * src/messageview.c
9351                 fixed bug where the Return Receipt was sent to
9352                 Delivery-Notification-To address even if it was not present
9353
9354 2002-08-02 [alfons]     0.8.1claws11
9355
9356         * src/prefs_actions.c
9357                 o more check for NULLs
9358                 o put create_io_dialog() in right conditional block
9359
9360 2002-08-02 [paul]       0.8.1claws10
9361
9362         * po/es.po
9363                 updated by Ricardo Mones Lastra
9364
9365 2002-08-01 [christoph]  0.8.1claws9
9366
9367         * src/folder.c
9368                 don't free the cache of the opened
9369                 folder in the summaryview
9370         * src/summaryview.c
9371                 don't unset flags, if it is not required
9372
9373 2002-08-01 [paul]       0.8.1claws8
9374
9375         * sync with 0.8.1cvs8
9376                 see ChangeLog entry 2002-08-01
9377
9378 2002-08-01 [paul]       0.8.1claws7
9379
9380         * sync with 0.8.1cvs7
9381                 see ChangeLog 2002-07-31 and 2002-08-01
9382
9383 2002-07-31 [christoph]  0.8.1claws6
9384
9385         * src/mainwindow.c
9386                 forgot to update menu sensitivity
9387                 function for new menu entry
9388
9389 2002-07-31 [alfons]     0.8.1claws5
9390
9391         * src/main.c
9392                 check folder item and its path for NULL on
9393                 initial processing
9394
9395 2002-07-31 [christoph]  0.8.1claws4
9396
9397         * src/folder.c
9398                 check if folder_item_get_msginfo in
9399                 folder_item_remove_msg returned NULL
9400         * src/imap.c
9401                 better clear the uid cache in the
9402                 uid validity check function and delete
9403                 cached messages
9404
9405 2002-07-31 [paul]       0.8.1claws3
9406
9407         * man/sylpheed.1
9408                 add the '--attach' option and a few other
9409                 minor changes
9410
9411 2002-07-31 [paul]       0.8.1claws2
9412
9413         * sync with 0.8.1cvs5
9414                 see ChangeLog 2002-07-31
9415
9416 2002-07-31 [christoph]  0.8.1claws1
9417
9418         * src/folderview.[ch]
9419         * src/mainwindow.c
9420                 replace "Rescan all folders..." with
9421                 "Check all folders for new messages..."
9422
9423 2002-07-30 [paul]       0.8.1claws
9424
9425         * version 0.8.1claws released
9426
9427 2002-07-30 [paul]       0.8.0claws29
9428
9429         * tools/OOo2sylpheed.pl ** NEW FILE **
9430           tools/README
9431                 add script to enable sending documents as
9432                 attachments from OpenOffice.org
9433
9434 2002-07-30 [melvin]     0.8.0claws28
9435
9436         * src/prefs_actions.c
9437                 Made the actions' input/output dialog display
9438                 without delay.
9439
9440 2002-07-30 [christoph]  0.8.0claws27
9441
9442         * src/procmsg.c
9443                 check if folder_item_get_msginfo in
9444                 procmsg_save_to_outbox returned NULL
9445
9446 2002-07-30 [paul]       0.8.0claws26
9447
9448         * sync with 0.8.1cvs4
9449                 see ChangeLog 2002-07-29
9450
9451 2002-07-29 [thorsten]   0.8.0claws25
9452
9453         * README.claws
9454                 added selective download, delete on server
9455
9456 2002-07-29 [paul]       0.8.0claws24
9457
9458         * sync with 0.8.1cvs3
9459                 see ChangeLog 2002-07-29
9460
9461 2002-07-27 [christoph]  0.8.0claws23
9462
9463         * src/folder.c
9464                 add extra check if fetching the msginfo
9465                 returned NULL
9466
9467 2002-07-27 [paul]       0.8.0claws22
9468
9469         * sync with 0.8.1cvs2
9470                 see ChangeLog 2002-07-26
9471
9472 2002-07-27 [christoph]  0.8.0claws21
9473
9474         * src/imap.c
9475                 add another check if a valid msginfo
9476                 was returned
9477
9478 2002-07-26 [hoa]        0.8.0claws20
9479
9480         * src/folder.c
9481                 Fixed a condition in folder_item_destroy()
9482
9483         * src/imap.c
9484                 Fixed an error in IMAP protocol
9485
9486 2002-07-26 [alfons]     0.8.0claws19
9487
9488         * src/folder.c
9489                 ofcourse compare with identifier, not the path
9490
9491 2002-07-26 [alfons]     0.8.0claws18
9492
9493         * src/folder.c
9494                 use folder item identifier for saving / restoring
9495                 preferences because folder->path might not be unique
9496
9497 2002-07-26 [melvin]     0.8.0claws17
9498
9499         * src/logwindow.c
9500                 Fixed a crash introduced in 0.8.0claws5 when log is 
9501                 cut under 80 characters.
9502
9503 2002-07-26 [paul]       0.8.0claws16
9504
9505         * sync with 0.8.1cvs1
9506                 see ChangeLog 2002-07-26
9507
9508 2002-07-26 [christoph]  0.8.0claws15
9509
9510         * src/imap.[ch]
9511                 imap folder now remembers the last selected
9512                 folder and imap_fetch_msginfo skips selecting
9513                 the folder if it is already selected
9514
9515 2002-07-26 [christoph]  0.8.0claws14
9516
9517         * src/folder.c
9518         * src/folderview.c
9519         * src/imap.c
9520                 fix imap folder rescanning
9521
9522 2002-07-25 [christoph]  0.8.0claws13
9523
9524         * src/filter.c
9525         * src/folder.[ch]
9526         * src/folderview.c
9527         * src/imap.[ch]
9528         * src/mainwindow.c
9529         * src/mbox_folder.c
9530         * src/mh.c
9531         * src/news.c
9532                 implement imap uid cache and uid validity check
9533
9534 2002-07-25 [alfons]     0.8.0claws12
9535
9536         * src/summaryview.c
9537                 fix a brown paper bag bug, and also add some more
9538                 checks
9539
9540 2002-07-25 [christoph]  0.8.0claws11
9541
9542         * src/folder.c
9543                 don't mix copy, fetch_msginfo and remove
9544                 operations in folder item copy and move
9545                 operations
9546
9547 2002-07-25 [christoph]  0.8.0claws10
9548
9549         * src/folderview.c
9550         * src/mainwindow.c
9551         * src/prefs_folder_item.c
9552         * src/summaryview.[ch]
9553                 remove no longer required parameter update_cache from
9554                 summary_show
9555
9556 2002-07-25 [paul]       0.8.0claws9
9557
9558         * sync with 0.8.1
9559         
9560         * AUTHORS
9561                 a few corrections
9562
9563 2002-07-24 [alfons]     0.8.0claws8
9564
9565         * src/summaryview.c
9566                 sort correctly when using simplified subject line
9567                 (closes feature request "[ 585141 ] applying regexp to subject 
9568                 before sort" submitted by Alexandra Walford)
9569
9570 2002-07-24 [paul]       0.8.0claws7
9571
9572         * sync with 0.8.0cvs3
9573                 see ChangeLog 2002-07-24
9574
9575 2002-07-23 [christoph]  0.8.0claws6
9576
9577         * src/folder.c
9578         * src/folder.h
9579         * src/summaryview.c
9580         * src/summaryview.h
9581         * src/main.c
9582                 o separate processing and summaryview
9583                 o removed summary_write_cache from summaryview
9584                 o removed summaryview->killed_messages, because we don't have
9585                   to keep a list of killed messages anymore. New cache will
9586                   keep the hidden messages in cache anyway
9587         * src/folderview.c
9588         * src/inc.c
9589         * src/selective_download.c
9590                 o removed unnecessary summary_write_cache calls
9591         * src/procmsg.c
9592                 o don't set ignore thread flag in procmsg_get_thread_tree
9593                   if it is already set
9594         * src/mainwindow.c
9595         * src/statusbar.h
9596                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9597                   they are used in different files
9598
9599 2002-07-23 [melvin]     0.8.0claws5
9600
9601         * src/addressbook.c
9602         * src/addrgather.c
9603         * src/editaddress.c
9604         * src/editgroup.c
9605         * src/editldap_basedn.c
9606         * src/importldif.c
9607         * src/prefs_common.c
9608                 Fixed few memory leak (gtk_editable_get_chars returns
9609                 an allocated string)
9610         * src/logwindow.c
9611                 Fixed few memory leak (gtk_editable_get_chars returns
9612                 an allocated string) and modified a little the log cutting
9613                 loop.
9614         * src/compose.c
9615                 Replaced a call to an obsolete function gtk_entry_get_text()
9616                 by gtk_editable_get_chars()
9617         * src/send.c
9618                 Removed a debug printf
9619
9620 2002-07-23 [christoph]  0.8.0claws4
9621
9622         * src/filesel.c
9623                 fix another g_dirname memory leak
9624
9625 2002-07-23 [christoph]  0.8.0claws3
9626
9627         * src/mh.c
9628                 fixed a memory leak in mh_fetch_msginfo
9629                 fixed crash when message header could not be
9630                 parsed
9631
9632 2002-07-23 [paul]       0.8.0claws2
9633
9634         * sync with 0.8.0cvs2
9635                 see ChangeLog 2002-07-23
9636
9637 2002-07-23 [paul]       0.8.0claws1
9638
9639         * sync with 0.8.0cvs1
9640                 see ChangeLog 2002-07-23
9641
9642 2002-07-23 [paul]       0.8.0claws
9643
9644         * release of 0.8.0claws
9645
9646 2002-07-23 [paul]       0.7.8claws99
9647
9648         * po/ru.po
9649                 new Russian translation, submitted by
9650                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9651
9652 2002-07-22 [jens]       0.7.8claws98
9653
9654         * po/de.po
9655                 Updated German translations.
9656
9657 2002-07-22 [paul]       0.7.8claws97
9658
9659         * po/es.po
9660           po/it.po
9661           po/nl.po
9662           po/pt_BR.po
9663                 updated translations by Ricardo Mones Lastra,
9664                 Alessandro Maestri, Wilbert Berendsen and 
9665                 Fabio Jr. Beneditto respectively
9666
9667 2002-07-22 [christoph]  0.7.8claws96
9668
9669         * src/mimeview.c
9670                 fix memory leak caused by wrong g_dirname usage
9671
9672 2002-07-22 [christoph]  0.7.8claws95
9673
9674         * src/summaryview.c
9675                 update new and unread message counts for summaryview
9676                 summaryview does not get it from the folder anymore
9677                 and has to update the values itself
9678
9679 2002-07-22 [melvin]     0.7.8claws94
9680
9681         * po/fr.po
9682                 Updated French translations.
9683
9684 2002-07-22 [christoph]  0.7.8claws93
9685
9686         * src/matcher.c
9687                 set prop->preg pointer to NULL or following check
9688                 will not fail and regexec will be called with
9689                 invalid pointer
9690
9691 2002-07-21 [alfons]     0.7.8claws92
9692         
9693         * src/prefs_common.[ch]
9694                 remove option "Send return receipt on request"
9695
9696 2002-07-21 [thorsten]   0.7.8claws91
9697
9698         * src/mimeview.c
9699                 fixed memleaks, coding style as pointed out by alfons
9700
9701 2002-07-21 [alfons]     0.7.8claws90
9702
9703         * src/messageview.c
9704         * src/noticeview.[ch]
9705                 o fix bug notice view being displayed when going to empty folder 
9706                   (noticed by Christoph)
9707                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9708                   (noticed by Thorsten)
9709
9710 2002-07-21 [thorsten]   0.7.8claws89
9711
9712         * src/mimeview.c
9713                 Included save_all patch from Xaview FACQ
9714                 added support for pathnames
9715
9716 2002-07-21 [alfons]     0.7.8claws88
9717
9718         * po/POTFILES.in
9719         * src/Makefile.am
9720         * src/mainwindow.c
9721         * src/messageview.[ch]
9722         * src/noticeview.c      ** NEW FILE **
9723         * src/noticeview.h      ** NEW FILE **
9724                 make return receipts work again
9725                 (UI idea by Leandro Pereira)
9726
9727 2002-07-21 [paul]       0.7.8claws87
9728
9729         * src/summaryview.c
9730                 fix sensitivity of 'Select thread'
9731
9732 2002-07-21 [paul]       0.7.8claws86
9733
9734         * src/prefs_common.c
9735                 add browser command line for Galeon
9736
9737 2002-07-21 [paul]       0.7.8claws85
9738
9739         * Makefile.am
9740                 fix 'EXTRA_DIST': remove README.README, add TODO
9741                 and TODO.claws
9742
9743 2002-07-21 [alfons]     0.7.8claws84
9744
9745         * src/gtkstext.c
9746                 make enter clear selection
9747                 (closes "[ 579888 ] Editor selection/entry error"
9748                 reported by Steve Lamb)
9749
9750 2002-07-21 [alfons]     0.7.8claws83
9751         
9752         * src/summaryview.c
9753                 sort message list when selecting unthread messages
9754                 (closes "[ 501593 ] switching threaded view doesn't sort"
9755                 reported by Simon Schubert)
9756
9757 2002-07-20 [alfons]     0.7.8claws82
9758         
9759         * src/matcher.c
9760                 const-correctness
9761
9762 2002-07-20 [thorsten]   0.7.8claws81
9763
9764         * src/matcher.c
9765                 Fixed expansion of empty fields in matchactions
9766
9767 2002-07-19 [melvin]     0.7.8claws80
9768
9769         * src/gtkspell.c
9770                 Removed a duplicate menu entry (fast mode) introduced during
9771                 the new cache merge
9772                 Added a menu separator between 'Use alternate' and 'Fast mode'
9773
9774 2002-07-19 [paul]       0.7.8claws79
9775
9776         * tools/Makefile.am
9777           tools/README
9778                 correct typos
9779
9780 2002-07-19 [thorsten]   0.7.8claws78
9781
9782         * tools/calypso_convert.pl      ** NEW FILE **
9783           tools/README
9784           tools/Makefile.am
9785                 script to import mbox files exported
9786                 by calypso
9787                 o generates folder structure
9788                 o includes attachments
9789
9790 2002-07-19 [melvin]     0.7.8claws77
9791
9792         * src/selective_download.[ch]
9793                 Fixed bug where closing the dialog with the window manager's
9794                 close button will not unlock the summary
9795                 Corrected some function declarations that missed a return value
9796                 Made the source code comply better with coding style.
9797         * src/prefs_common.c
9798                 Added new browser command line for Mozilla.
9799
9800 2002-07-18 [paul]       0.7.8claws76
9801
9802         * src/mainwindow.c
9803           src/selective_download.[ch]
9804                 reflect theme changes, fix Gdk Warning when creating 
9805                 pixmap from NULL window, and minor clean up.
9806                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9807
9808         * po/en_GB.po
9809                 updated
9810
9811 2002-07-17 [paul]       0.7.8claws75
9812
9813         * INSTALL[.jp]
9814                 sync with 0.8.0
9815         
9816         * po/en_GB.po
9817                 updated
9818
9819 2002-07-16 [paul]       0.7.8claws74
9820
9821         * tools/filter_conv.pl
9822           tools/README
9823                 replace conversion script with reimplemented version, 
9824                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9825
9826 2002-07-16 [colin]      0.7.8claws73
9827
9828         * src/summaryview.c
9829                 remove forgotten debug messages - sorry ;-)
9830
9831 2002-07-16 [colin]      0.7.8claws72
9832
9833         * src/mimeview.c
9834           src/summaryview.c
9835           src/textview.c
9836           src/textview.h
9837                 add the ability to select part of a text mime-part 
9838                 to reply.
9839
9840 2002-07-15 [christoph]  0.7.8claws71
9841
9842         * src/folder.c
9843                 fix folder message count for folders without
9844                 msg_is_changed (includes news folders)
9845
9846 2002-07-15 [martin]     0.7.8claws70
9847
9848         * src/summaryview.c
9849                 option "display recipient on 'From'..." now works
9850                 without the need of enabling the option
9851                 "display  sender  using  address  book".
9852
9853 2002-07-15 [christoph]  0.7.8claws69
9854
9855         * src/summaryview.c
9856                 removed setting folder status from summaryview.
9857                 folder.c should update all message counts correctly.
9858
9859 2002-07-15 [paul]       0.7.8claws68
9860
9861         * po/pt_BR.po
9862                 updated by Fabio Junior Beneditto
9863
9864 2002-07-15 [darko]      0.7.8claws67
9865
9866         * src/mh.c
9867                 Fixed target folder colorization, don't decrease op
9868                 number twice
9869
9870 2002-07-14 [paul]       0.7.8claws66
9871
9872         * sync with main 0.8.0
9873                 see ChangeLog 2002-07-14
9874
9875 2002-07-13 [melvin]     0.7.8claws65
9876         
9877         * src/addrbook.c
9878         * src/addressbook.c
9879         * src/addrindex.c
9880                 Replaced sprintf by g_snprintf to prevent possible buffer
9881                 overflow.
9882         * src/news.c
9883                 Corrected a log message output format.
9884                 Added a missing "done" debug output.
9885         * src/compose.c
9886                 Added keyboard accelerator for Priority menu items
9887                 Added missing \n in debug output
9888         * src/logwindow.c
9889         * src/gtkspell.c
9890         * src/rfc2015.c
9891                 Added missing \n in debug output
9892
9893 2002-07-13 [paul]       0.7.8claws64
9894
9895         * man/sylpheed.1
9896                 change Sergey's email address to the sf address
9897
9898         * src/textview.c
9899                 increase show_url_timeout (more useful for long
9900                 urls)
9901
9902 2002-07-12 [sergey]     0.7.8claws63
9903
9904         * src/rfc2015.c
9905                 applied (with some modifications) patch to set the
9906                 micalg parameter for signatures
9907                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9908
9909 2002-07-12 [sergey]     0.7.8claws62
9910
9911         * man/Makefile.am
9912         * configure.in
9913                 fixed man page installation
9914
9915 2002-07-12 [paul]       0.7.8claws61
9916
9917         * sync with 0.7.8cvs26
9918                 see ChangeLog 2002-07-11 and 2002-07-12
9919
9920 2002-07-11 [christoph]  0.7.8claws60
9921
9922         * src/compose.c
9923         * src/procmsg.c
9924                 first use the message number to find the message
9925                 to mark with a reply flag but check the
9926                 message-id if we got the correct message, if not
9927                 try to find it by message-id.
9928                 use new string seperator that is not allowed
9929                 in message-ids.
9930
9931 2002-07-11 [paul]       0.7.8claws59
9932
9933         * sync with 0.7.8cvs23
9934                 see ChangeLog 2002-07-10
9935
9936 2002-07-10 [christoph]  0.7.8claws58
9937
9938         * src/folder.[ch]
9939         * src/msgcache.[ch]
9940                 Added message-id table to the cache in memory
9941                 and functions to msgcache.c and folder.c to
9942                 fetch MsgInfos by message id
9943         * src/compose.c
9944         * src/procmsg.c
9945                 store folder and message-id of message replying
9946                 to in queue header and set reply flag after sending
9947                 (Closes bug #469498)
9948
9949 2002-07-10 [paul]       0.7.8claws57
9950
9951         * AUTHORS
9952           man/sylpheed.1.gz
9953                 add Martin to the list of authors
9954
9955 2002-07-09 [martin]     0.7.8claws56
9956         * src/gtksctree.c
9957                 Added gtk_ctree_last_visible(), tree_update_level(),
9958                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9959                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9960                 from gtk+ to gtksctree.c for the new sorting code
9961                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9962                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9963         * src/gtksctree.h
9964                 Added declaration for gtk_sctree_sort_recursive() and
9965                 gtk_sctree_sort_node
9966         * src/addressbook.c
9967         * src/foldersel.c
9968         * src/folderview.c
9969         * src/summaryview.c
9970                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9971                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9972
9973 2002-07-08 [paul]       0.7.8claws55
9974
9975         * more sync with 0.7.8cvs21
9976                 see ChangeLog 2002-07-08
9977
9978 2002-07-08 [paul]       0.7.8claws54
9979
9980         * sync with 0.7.8cvs21
9981                 see ChangeLog 2002-07-08
9982
9983 2002-07-07 [alfons]     0.7.8claws53
9984
9985         * src/Makefile.am
9986         * src/stock_pixmap.[ch]
9987         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9988         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9989         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9990                 add new pixmaps for upcoming notice pane
9991
9992 2002-07-06 [melvin]     0.7.8claws52
9993
9994         * src/gtkspell.[ch]
9995                 Made them a bit closer to Sylpheed's coding style.
9996                 Removed old code.
9997                 Removed possible memory leaks when some errors occurs.
9998
9999 2002-07-06 [melvin]     0.7.8claws51
10000
10001         * po/Makefile.in.in
10002                 Removed --no-location in xgettext command line to help
10003                 translators that use Emacs' po-mode
10004         * src/quote_fmt.c
10005                 Removed unnecessary comments that messed up sylpheed.pot
10006
10007 2002-07-06 [paul]       0.7.8claws50
10008
10009         * sync with 0.7.8cvs19
10010                 see ChangeLog 2002-07-05
10011
10012 2002-07-06 [christoph]  0.7.8claws49
10013
10014         * src/folder.c
10015         * src/mainwindow.c
10016                 fix folder_item_remove_all_msg and folderview
10017                 status for trash folders after emptying trash
10018
10019 2002-07-05 [paul]       0.7.8claws48
10020
10021         * sync with 0.7.8cvs16
10022                 see ChangeLog 2002-07-04 and 2002-07-05
10023
10024 2002-07-04 [paul]       0.7.8claws47
10025
10026         * sync with 0.7.8cvs14
10027                 see  ChangeLog 2002-07-04
10028
10029 2002-07-03 [alfons]     0.7.8claws46
10030
10031         * src/folder.c
10032                 dupe folder item's path because it's being reallocated
10033                 by new folder scanning code
10034
10035 2002-07-03 [christoph]  0.7.8claws45
10036
10037         * src/imap.c
10038                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10039         * src/msgcache.c
10040                 add missing return in msgcache_write
10041
10042 2002-07-02 [thorsten]   0.7.8claws44
10043
10044         * src/jpilot.c
10045         * src/msgcache.c
10046         * src/rfc2015.c
10047                 use binary mode for file access
10048
10049 2002-07-02 [christoph]  0.7.8claws43
10050
10051         * major code cleanup (part 1)
10052         
10053                 - unused variables removed
10054                 - unused functions removed
10055                 - uninitialized variables checked
10056                 - missing return statements added
10057                 - missing function return types added
10058                 - added parentheses around assignment and
10059                   && in || when suggested by gcc
10060               
10061         * src/mh.c
10062         * src/folder.c
10063                 replaced direct calls to folder->scan_tree
10064                 with folder_scan_tree and restore folder
10065                 prefs in this function. The folder should
10066                 not have to deal with them.
10067                 ( Should now work for all folder types )
10068
10069 2002-07-02 [paul]       0.7.8claws42
10070
10071         * sync with 0.7.8cvs13
10072                 see ChangeLog 2002-07-01 and 2002-07-02
10073
10074 2002-07-01 [christoph]  0.7.8claws41
10075
10076         * src/summaryview.c
10077                 fix "goto next/prev unread message" with
10078                 ignored threads
10079
10080 2002-07-01 [paul]       0.7.8claws40
10081
10082         * po/es.po
10083                 updated by Ricardo Mones Lastra
10084
10085 2002-06-30 [match]      0.7.8claws39
10086
10087         * src/jpilot.c
10088                 applied variation of leonerd's patch (566661) to
10089                 allow multiple email addresses per JPilot entry.
10090                 addresses may be separated by space, comma, pipe,
10091                 semi-colon, new-line.
10092
10093 2002-06-30 [alfons]     0.7.8claws38
10094
10095         * src/procmsg.c
10096                 simple fix for putting older nodes before
10097                 newer nodes when threading by subject
10098
10099 2002-06-30 [christoph]  0.7.8claws37
10100
10101         * src/folder.c
10102         * src/folderview.c
10103         * src/mh.c
10104         * src/news.c
10105         * src/procmsg.c
10106                 fix broken folder tree rescaning
10107                 and don't use procmsg_get_mark_sum
10108                 anymore
10109
10110 2002-06-30 [christoph]  0.7.8claws36
10111
10112         * merge new cache branch
10113         * src/imap.c
10114                 fix new cache imap copy bug
10115         * src/folder.c
10116                 improved folder_item_scan
10117                 it should now always set the correct
10118                 new, unread and total message counts
10119
10120 2002-06-29 [paul]       0.7.8claws35
10121
10122         * configure.in
10123                 correct syntax error
10124
10125 2002-06-29 [paul]       0.7.8claws34
10126
10127         * configure.in
10128           Makefile.am
10129           man/Makefile.am       ** NEW FILE **
10130           man/sylpheed.1.gz     ** NEW FILE **
10131                 add Sylpheed man page
10132
10133 2002-06-29 [paul]       0.7.8claws33
10134
10135         * po/pt_BR.po
10136                 updated by Fabio Junior Beneditto
10137
10138 2002-06-28 [jens]       0.7.8claws32
10139
10140         * po/de.po
10141                 translation updated
10142
10143         * src/selective_download.c
10144                 removed gettext for space " "
10145
10146         * src/imap.c
10147                 removed wrong space
10148
10149 2002-06-28 [paul]       0.7.8claws31
10150
10151         * sync with 0.7.8cvs11
10152                 see ChangeLog 2002-06-28
10153
10154 2002-06-28 [paul]       0.7.8claws30
10155
10156         * sync with 0.7.8cvs10
10157                 see ChangeLog 2002-06-27 and 2002-06-28
10158
10159 2002-06-26 [paul]       0.7.8claws29
10160
10161         * src/addrgather.c
10162           src/selective_download.c
10163                 don't gettextise empty strings.
10164                 reserved by gettext. gettext("") returns 
10165                 the header entry with meta information, 
10166                 not the empty string
10167
10168         * po/en_GB.po
10169                 updated
10170
10171 2002-06-26 [paul]       0.7.8claws28
10172
10173         * sync with 0.7.8cvs7
10174                 see ChangeLog 2002-06-25
10175
10176         * src/prefs_common.c
10177                 ...and in the process, tweak the gui a little
10178
10179 2002-06-25 [alfons]     0.7.8claws27
10180         
10181         * configure.in
10182         * src/Makefile.am
10183                 fine tune ldap library detection
10184
10185 2002-06-25 [alfons]     0.7.8claws26
10186
10187         * src/compose.c
10188                 don't allow return receipts when composing a news article
10189
10190 2002-06-25 [paul]       0.7.8claws25
10191
10192         * Makefile.am
10193                 add '$(AMTAR)' to 'release' section to allow for
10194                 new and older autotools
10195
10196 2002-06-25 [paul]       0.7.8claws24
10197
10198         * src/summaryview.c
10199                 fix "No more unread messages" persistant pop-up
10200                 window bug
10201
10202 2002-06-25 [paul]       0.7.8claws23
10203
10204         * po/it.po
10205                 updated by Alessandro Maestri
10206
10207 2002-06-25 [paul]       0.7.8claws22
10208
10209         * sync with 0.7.8cvs6
10210                 see ChangeLog 2002-06-25
10211
10212 2002-06-24 [paul]       0.7.8claws21
10213
10214         * tools/update-po
10215                 add GPL copyright information
10216
10217 2002-06-24 [paul]       0.7.8claws20
10218
10219         * tools/Makefile.am
10220           tools/README
10221           tools/update-po       ** NEW FILE **
10222                 add script that eases the creation of *.po files
10223                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10224
10225 2002-06-23 [alfons]     0.7.8claws19
10226
10227         * src/messageview.c
10228                 make notification_convert_header obey const correctness
10229                 (next step will be fixing the broken return receipt)
10230
10231 2002-06-23 [paul]       0.7.8claws18
10232
10233         * src/messageview.c
10234                 fix bug introduced in last commit:
10235                 removed too much code in last commit - put back what's
10236                 needed
10237
10238 2002-06-23 [paul]       0.7.8claws17
10239
10240         * src/messageview.[ch]
10241                 remove code committed in error from locally patched
10242                 source
10243
10244 2002-06-23 [colin]      0.7.8claws16
10245
10246         * src/compose.[ch]
10247                 add compose_entry_select(), used to select the default_to
10248                 email address - hopefully avoiding people sending mails to
10249                 wrong recipients.
10250
10251 2002-06-22 [alfons]     0.7.8claws15
10252
10253         * AUTHORS
10254                 add Bram Metsch & Stanislav Karchebny
10255         * src/smtp.[ch]
10256         * src/prefs_account.[ch]
10257         * src/send.c
10258                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10259                   options.  (see <http://sourceforge.net/tracker/index.php
10260                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10261
10262                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10263                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10264
10265 2002-06-22 [paul]       0.7.8claws14
10266
10267         * sync with 0.7.8cvs5
10268                 see ChangeLog 2002-06-19 and 2002-06-20
10269
10270 2002-06-22 [alfons]     0.7.8claws13
10271
10272         * src/selective_download.c
10273                 fix a stupid mistake I made
10274
10275 2002-06-22 [alfons]     0.7.8claws12
10276
10277         * src/selective_download.[ch]
10278                 fix another unnoticed leak; cleanup code
10279
10280 2002-06-21 [alfons]
10281
10282         * tools/Makefile.am
10283                 gpg-sign <-- gpg-sign-syl
10284
10285 2002-06-21 [alfons]     0.7.8claws11
10286
10287         * src/selective_download.c
10288         * src/selective_download.h
10289                 fix assorted mix of allocation errors (should solve
10290                 problem reported by Philippe Gramoullé, see:
10291                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10292
10293 2002-06-20 [melvin]     0.7.8claws10
10294
10295         * tools/gpg-sign *REMOVED*
10296           tools/gpg-sign-syl *ADDED*
10297                 Replaced the gpg clearsigning script with the version using
10298                 xterm instead of ssh-askpass and changed its name.
10299
10300         * README.claws
10301                 Updated actions example to reflect the renaming of the
10302                 gpg clearsigning script.
10303
10304 2002-06-19 [paul]       0.7.8claws9
10305
10306         * sync with 0.7.8claws9
10307                 see ChangeLog 2002-06-18 and 2002-06-19
10308
10309 2002-06-19 [paul]       0.7.8claws8
10310
10311         * sync with 0.7.8cvs1
10312                 see ChangeLog 2002-06-18
10313
10314 2002-06-18 [alfons]     0.7.8claws7
10315
10316         * src/mainwindow.h
10317                 add omitted prototype
10318
10319 2002-06-17 [paul]       0.7.8claws6
10320
10321         * src/mainwindow.c
10322                 fix hiding of exec_btn
10323
10324 2002-06-17 [paul]       0.7.8claws5
10325
10326         * src/pop.c
10327                 remove unneeded code: should_delete() 
10328                 and Pop3State::uidl_todelete_list
10329
10330 2002-06-17 [paul]       0.7.8claws4
10331
10332         * sync with 0.7.8
10333                 see ChangeLog 2002-06-11 and 2002-06-13
10334
10335 2002-06-16 [alfons]     0.7.8claws3
10336         
10337         * src/folder.c
10338                 make sure lock sort mode (claws specific) is
10339                 also persists after a tree rescan
10340
10341 2002-06-16 [alfons]     0.7.8claws2
10342
10343         * src/prefs_folder_item.c
10344         * src/folder.[ch]
10345                 fix persistence of folder sort mode (broken
10346                 by adapting Hiro's new folder persistence code)
10347
10348 2002-06-16 [alfons]     0.7.8claws1
10349
10350         * AUTHORS
10351         * src/logwindow.c
10352         * src/prefscommon.[ch]
10353                 control size of log text in log window; 
10354                 closes patch #569155 submitted by Mitko Haralanov.
10355
10356 2002-06-15 [paul]       0.7.8claws
10357
10358         * release of 0.7.8claws
10359
10360 2002-06-15 [paul]       0.7.7claws
10361
10362         * po/pt_BR.po
10363                 updated by Fabio Junior Beneditto
10364
10365 2002-06-14 [paul]       0.7.6claws49
10366
10367         * po/es.po
10368                 updated by Ricardo Mones Lastra
10369
10370 2002-06-14 [paul]       0.7.6claws48
10371
10372         * po/nl.po
10373                 updated translation by Wilbert Berendsen
10374
10375 2002-06-14 [melvin]     0.7.6claws47
10376
10377         * po/fr.po
10378                 Updated French translation
10379
10380 2002-06-13 [paul]       0.7.6claws46
10381
10382         * src/filesel.c
10383                 allow filename to be typed in, rather than just
10384                 selected by the mouse. Patch by Gustavo Noronha Silva.
10385
10386 2002-06-13 [alfons]     0.7.6claws45
10387
10388         * src/mainwindow.[ch]
10389                 more cleanups (removing unnecessary menu items Expand 
10390                 summary / message view)
10391
10392 2002-06-13 [melvin]     0.7.6claws44
10393
10394         * po/POTFILES.in
10395                 Added src/string_match.c
10396         * src/string_match.c
10397                 Fixed possible buffer overflow.
10398                 Corrected typo.
10399                 Added missing config.h header.
10400         * src/prefs_common.c
10401           src/prefs_matcher.c
10402           src/prefs_scoring.c
10403                 Made some strings translatable (missing _(..)).
10404
10405 2002-06-13 [melvin]     0.7.6claws43
10406
10407         * README.claws
10408                 Corrected action example (verifying clearsigned mail).
10409         * src/prefs_account.c
10410                 Corrected typo.
10411         * src/prefs_common.c
10412                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10413
10414 2002-06-12 [alfons]     0.7.6claws42
10415
10416         * src/summaryview.c
10417                 add init of score column lost in 0.7.6claws42
10418
10419 2002-06-12 [paul]       0.7.6claws41
10420
10421         * src/prefs_account.c
10422                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10423                 behavior of the radio buttons, (from 0.7.7cvs2)
10424
10425 2002-06-11 [alfons]     0.7.6claws40
10426
10427         * src/messageview.[ch]
10428         * src/summaryview.[ch]
10429         * src/summary_search.c
10430         * src/mainwindow.c
10431                 perform a sync to bring in Hiro's separate view implementation 
10432
10433                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10434
10435 2002-06-11 [paul]       0.7.6claws39
10436         
10437         * src/prefs_account.c
10438                 correct a typo on the Receive tab
10439
10440 2002-06-10 [match]      0.7.6claws38
10441
10442         * src/addressbook.c
10443                 Included address completion patch from Gustavo Noronha.
10444
10445 2002-06-10 [paul]       0.7.6claws37
10446
10447         * src/inc.[ch]
10448           src/pop.c
10449           src/prefs_account.[ch]
10450           src/selective_download.[ch]
10451                 apply PATCH #561712
10452                  NEW:
10453                 - check if POP Account
10454                 - Receive Button renamed to Preview
10455                 - Preview Button Popup: preview new/all messages
10456                 - Download Button
10457                 - Account Preferences-->Receive tab checkbutton if you
10458                   want to remove Mail after Download
10459                 -: default YES
10460                 - Account Preferences-->Receive tab checkbutton use
10461                   filtering rules on preview
10462                   (think of delete_on_server)
10463                 -: default YES
10464                 - Account selectable from SD dialog
10465                 - checkbutton to show already downloaded messages if
10466                   all messages are previewed
10467                 - new clist column showing Date
10468                 - ESC KEY close
10469                 FIXES:
10470                 - play ball with UIDL
10471                 - fault tolerant (?) 
10472                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10473
10474 2002-06-10 [melvin]     0.7.6claws36
10475
10476         * README.claws
10477                 Added a hint to ac/README in cvs instructions.
10478
10479         * src/prefs_actions.c
10480                 Made it possible to use a more elaborate command line
10481                 for asynchronous actions, too.
10482
10483 2002-06-10 [melvin]     0.7.6claws35
10484         
10485         * src/prefs_actions.c
10486                 Make it possible to use a more elaborate command line
10487                 (e.g. |foo|bar|cat>there;echo Done|)
10488                 Corrected error message when calling %f, %F and %p commands
10489                 from the compose window.
10490
10491 2002-06-09 [colin]      0.7.6claws34
10492
10493         * src/summaryview.c
10494                 Automatically find unread messages in current folder
10495                 before annoying the user.
10496
10497 2002-06-08 [alfons]     0.7.6claws33
10498
10499         * po/it.po
10500                 remove bad formatting string in it.po translation
10501                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10502
10503 2002-06-08 [paul]       0.7.6claws32
10504
10505         * sync with 0.7.6cvs25
10506                 see ChangeLog 2002-06-07
10507
10508 2002-06-05 [paul]       0.7.6claws31
10509
10510         * src/mainwindow.c
10511                 add 'Sort by locked' and 'Sort by score'
10512
10513 2002-06-05 [paul]       0.7.6claws30
10514
10515         * sync with 0.7.6cvs24
10516                 see ChangeLog 2002-06-04
10517
10518 2002-06-04 [paul]       0.7.6claws29
10519
10520         * po/pt_BR.po
10521                 updated by Fabio Junior Beneditto
10522
10523 2002-06-03 [thorsten]   0.7.6claws28
10524
10525         * src/matcher.c
10526                 fclose() matcherrc after reading
10527
10528 2002-06-03 [paul]       0.7.6claws27
10529
10530         * sync with 0.7.6cvs21
10531                 see ChangeLog 2002-05-31
10532
10533 2002-05-31 [paul]       0.7.6claws26
10534
10535         * sync with 0.7.6cvs20
10536                 see ChangeLog 2002-05-29 and 2002-05-30
10537
10538 2002-05-31 [paul]       0.7.6claws25
10539
10540         * src/imap.c
10541                 hopefully fix last buggy sync
10542
10543         * README.claws
10544                 correct typo in 'Actions' examples
10545
10546 2002-05-29 [paul]       0.7.6claws24
10547
10548         * sync with 0.7.6cvs18
10549                 see ChangeLog 2002-05-28 and 2002-05-29
10550
10551         * src/news.c
10552           src/nntp.[ch]
10553                 sync with above 
10554
10555 2002-05-28 [paul]       0.7.6claws23
10556
10557         * sync with 0.7.6cvs16
10558                 see ChangeLog 2002-05-28
10559
10560 2002-05-27 [thorsten]   0.7.6claws22 
10561
10562         * faq/it/sylpheed-faq-1.html
10563           faq/it/sylpheed-faq-2.html
10564           faq/it/sylpheed-faq-3.html
10565           faq/it/sylpheed-faq.html
10566                 corrected DOS lineendings
10567         * faq/de/sylpheed-faq-1.html
10568           faq/de/sylpheed-faq-2.html
10569           faq/en/sylpheed-faq-1.html
10570           faq/en/sylpheed-faq-2.html
10571           faq/en/sylpheed-faq-3.html
10572           faq/es/sylpheed-faq-1.html
10573           faq/es/sylpheed-faq-2.html
10574           faq/es/sylpheed-faq-3.html
10575           faq/fr/sylpheed-faq-1.html
10576           faq/it/sylpheed-faq-1.html
10577           faq/it/sylpheed-faq-2.html
10578           faq/it/sylpheed-faq-3.html
10579           faq/it/sylpheed-faq.html
10580                 changed ">" to &quot;
10581
10582 2002-05-27 [paul]       0.7.6claws21
10583         
10584         * sync with 0.7.6cvs15
10585                 see ChangeLog 2002-05-27
10586
10587 2002-05-27 [paul]       0.7.6claws20
10588
10589         * src/prefs_account.c
10590                 correct a typo
10591
10592 2002-05-26 [paul]       0.7.6claws19
10593
10594         * tools/README
10595                 correct a typo
10596
10597 2002-05-25 [paul]       0.7.6claws18
10598
10599         * tools/README
10600                 add description of kmail2sylpheed.pl
10601
10602 2002-05-25 [paul]       0.7.6claws17
10603
10604         * tools/kmail2sylpheed.pl       ** NEW FILE **
10605                 perl script that converts an exported Kmail address
10606                 book, converts it to sylpheed addressbook file,
10607                 writes the file to .sylpheed, and updates
10608                 addrbook--index.xml 
10609
10610 2002-05-25 [paul]       0.7.6claws16
10611
10612         * sync with 0.7.6cvs14
10613                 see ChangeLog 2002-05-23
10614
10615 2002-05-24 [paul]       0.7.6claws15
10616
10617         * README.claws
10618                 make a correction and add some more info
10619
10620 2002-05-24 [paul]       0.7.6claws14
10621
10622         * src/compose.c
10623                 fix memory leak in 
10624                 compose_redirect_write_headers_from_headerlist()
10625                 add Subject and Resent-Message-ID to
10626                 compose_redirect_write_headers()
10627                 Received, Subject, and X-UIDL are filtered out in 
10628                 compose_redirect_write_to_file()
10629
10630 2002-05-23 [paul]       0.7.6claws13
10631
10632         * src/compose.[ch]
10633           src/filtering.c
10634           src/mainwindow.c
10635           src/matcher.[ch]
10636           src/matcher_parser_lex.l
10637           src/matcher_parser_parse.y
10638           src/prefs_common.[ch]
10639           src/prefs_filtering.c
10640           src/summaryview.c
10641                 rename 'Bounce' to 'Redirect'
10642
10643 2002-05-23 [paul]       0.7.6claws12
10644
10645         * more sync with 0.7.6cvs13
10646           src/compose.c
10647                 see ChangeLog 2002-05-22
10648
10649 2002-05-22 [paul]       0.7.6claws11
10650
10651         * sync with 0.7.6cvs13
10652           src/codeconv.c
10653                 see ChangeLog 2002-05-20
10654           src/prefs_common.c
10655                 see ChangeLog 2002-05-22
10656
10657 2002-05-21 [melvin]     0.7.6claws10
10658
10659         * src/folderview.c
10660                 Added missing filtering and scoring headers
10661                 Fixed bad function call that showed garbage 
10662                 in Folder->Processing
10663
10664 2002-05-21 [paul]       0.7.6claws9
10665
10666         * tools/Makefile.am
10667                 make all tools executable, (patch by Alfons).
10668
10669 2002-05-20 [alfons]     0.7.6claws8
10670
10671         * src/procheader.c
10672                 don't forget to call mktime() so we have a valid week 
10673                 and year day
10674                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10675
10676 2002-05-20 [paul]       0.7.6claws7
10677
10678         * src/html.c
10679                 fix broken parsing of urls
10680         * src/textview.c
10681                 fix displaying of urls
10682
10683                 both fixes from the patch [547855] by Eugene 
10684                 Brevdo (zonem)
10685
10686 2002-05-19 [alfons]     0.7.6claws6
10687
10688         * configure.in
10689                 make sylpheed configure correctly with the latest
10690                 and greatest of automake / autoconf / gettext
10691
10692 2002-05-19 [alfons]     0.7.6claws5
10693
10694         * src/procheader.c
10695         * src/procheader.h
10696                 add function for returning ime zone offset
10697         * src/quote_fmt.c
10698         * src/quote_fmt_parse.y
10699                 better quotation formatting - does not convert
10700                 to local time, but uses the original date string.
10701                 
10702                 Note: %z inserts the timezone offset (should 
10703                 work also on platforms where strftime does not
10704                 support %z).
10705
10706 2002-05-18 [christoph]  0.7.6claws4
10707
10708         * src/summaryview.c
10709                 fix indentation of some code
10710         * tools/Makefile.am
10711                 fix spaces after \
10712         * src/Makefile.am
10713                 add missing \
10714                 correct path for ignorethread.xpm
10715                 incorrect filename for sylpheed_logo.xpm
10716                 add missing include matcher_parser_parse.h
10717
10718 2002-05-18 [paul]       0.7.6claws3
10719
10720         * sync with 0.7.6cvs8
10721                 see ChangeLog 2002-05-16 and 2002-05-17
10722
10723 2002-05-18 [melvin]     0.7.6claws2
10724
10725         * README.claws
10726                 Corrected an action's definition and fixed some misspellings.
10727
10728 2002-05-18 [paul]       0.7.6claws1
10729
10730         * tools/Makefile.am
10731           tools/gpg-sign        ** new file **
10732           tools/uudec           ** new file **
10733                 add Melvin's Actions scripts
10734
10735         * README.claws
10736                 add Melvin's descriptions for Actions
10737
10738 2002-05-18 [paul]       0.7.6claws
10739
10740         * Version 0.7.6claws released
10741
10742 2002-05-17 [paul]       0.7.5claws32
10743
10744         * po/es.po
10745                 updated by Ricardo Mones Lastra
10746
10747 2002-05-17 [paul]       0.7.5claws31
10748
10749         * src/compose.c
10750                 fix Account prefs default folder for sent/draft/deleted
10751                 messages bug
10752
10753         * po/it.po
10754           po/nl.po
10755                 updated translation by Alessandro Maestri and
10756                 Wilbert Berendsen
10757
10758 2002-05-17 [melvin]     0.7.5claws30
10759
10760         * src/prefs_actions.c
10761                 Fixed bug where using %F not at the end of the command 
10762                 resulted in an additional empty argument being created.
10763                 Thanks to Darko Koruga for reporting the bug.
10764
10765 2002-05-17 [melvin]     0.7.5claws29
10766
10767         * po/fr.po
10768                 Updated French translations.
10769
10770 2002-05-15 [paul]       0.7.5claws28
10771         
10772         * po/es.po
10773                 updated by Ricardo Mones Lastra
10774
10775 2002-05-15 [paul]       0.7.5claws27
10776
10777         * sync with 0.7.6cvs4
10778                 see ChangeLog 2002-05-14 and 2002-05-15
10779
10780 2002-05-14 [paul]       0.7.5claws26
10781
10782         * sync with 0.7.6cvs1
10783                 see ChangeLog 2002-05-13
10784
10785 2002-05-13 [thorsten]   0.7.5claws25
10786
10787         * src/messageview.c
10788                 fix select_all and copy in multipart messages
10789         * src/mainwindow.c
10790                 fix select_all and copy in multipart messages
10791
10792 2002-05-12 [paul]       0.7.5claws24
10793
10794         * src/summaryview.c
10795                 reverse last commit, bug already fixed in 0.7.5claws3
10796
10797 2002-05-12 [netztorte]  0.7.5claws23
10798
10799         * src/summaryview.c
10800                 dont parse empty addressbook (checked in before claws20)
10801
10802 2002-05-12 [melvin]     0.7.5claws22
10803
10804         * src/procmsg.[ch]
10805                 Removed unneeded priority code introduced by the previous 
10806                 commit.
10807
10808 2002-05-12 [melvin]     0.7.5claws21
10809
10810         * src/compose.[ch]
10811                 Added possibility to set message's priority.
10812         * src/procmsg.[ch]
10813                 Added possibility to set message's priority.
10814                 Added missing headers
10815
10816 2002-05-12 [melvin]     0.7.5claws20
10817
10818         * src/prefs_actions.c
10819                 Removed implicitely added quotes around the name
10820                 of the temporary files of mime parts.
10821
10822 2002-05-12 [paul]       0.7.5claws19
10823
10824         * sync with 0.7.5cvs20
10825                 see ChangeLog 2002-05-11
10826
10827 2002-05-12 [alfons]     0.7.5claws18
10828
10829         * src/quote_fmt_lex.l
10830         * src/quote_fmt_parse.y
10831                 allow quote / reply date & time format to be set using
10832                 %D{format}. format is a format string you'd pass to
10833                 strftime() (see man strftime, or the Display tab |
10834                 Date format setting).
10835
10836                 Currently %D converts the date to local time. 
10837
10838 2002-05-11 [paul]       0.7.5claws17
10839
10840         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10841                 see ChangeLog 2002-05-10 and 2002-05-11
10842
10843 2002-05-10 [paul]       0.7.5claws16
10844
10845         * sync with 0.7.5cvs16
10846                 see ChangeLog entries 2002-05-09 and 
10847                 2002-05-10
10848
10849 2002-05-10 [colin]      0.7.5claws15
10850
10851         * src/textview.c
10852                 Corrected a bug that prevented sylpheed to open
10853                 double-clicked URIs.
10854
10855 2002-05-09 [paul]       0.7.5claws14
10856
10857         * sync with 0.7.5cvs14
10858                 see ChangeLog 2002-05-08 and 2002-05-09
10859
10860 2002-05-08 [paul]       0.7.5claws13
10861
10862         * sync with 0.7.5cvs11
10863                 see ChangeLog entry 2002-05-08
10864
10865 2002-05-08 [paul]       0.7.5claws12
10866
10867         * src/mainwindow.c
10868           src/textview.[ch]
10869                 fix segfault on View->Open in new window
10870                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10871
10872 2002-05-07 [paul]       0.7.5claws11
10873
10874         * sync with 0.7.5cvs9
10875                 see ChangeLog entry 2002-05-07
10876
10877 2002-05-06 [paul]       0.7.5claws10
10878
10879         * src/messageview.c
10880           src/textview.c
10881                 display url in statusbar on single-click
10882                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10883
10884 2002-05-06 [match]      0.7.5claws9
10885
10886         * src/addritem.[ch]
10887                 new functions.
10888         * src/addrcache.c
10889                 tidy up.
10890         * src/xmlprops.[ch]
10891                 XML implementation of properties file.
10892         * src/exporthtml.[ch]
10893         * src/expthtmldlg.[ch]
10894         * src/addressbook.c
10895                 export to HTML.
10896
10897 2002-05-02 [sergey]     0.7.5claws8
10898
10899         * src/mainwindow.c (mainwin_entries),
10900           src/prefs_common.c (prefs_send_create()),
10901           src/codeconv.c (locale_table):
10902                 use charset name "Windows-1251" instead of "CP1251".
10903
10904 2002-05-02 [colin]      0.7.5claws7
10905         
10906         * src/compose.c
10907           src/prefs_common.c
10908           src/prefs_folder_item.c
10909                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10910
10911 2002-05-02 [hiro]       0.7.5claws6
10912
10913         * src/imap.c
10914                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10915
10916 2002-05-02 [paul]       0.7.5claws5
10917
10918         * src/compose.c
10919                 more sync with 0.7.5cvs7, see ChangeLog entry
10920                 2002-05-02
10921
10922 2002-05-02 [hiro]       0.7.5claws4
10923
10924         * src/compose.c
10925                 compose_queue_sub():
10926                 check if queue folder exists (closes #550397).
10927                 removed directory creation since it should be handled
10928                 transparently.
10929         * src/imap.c
10930                 imap_add_msg(): return UID for appended message
10931                 (closes #548842).
10932
10933 2002-04-30 [paul]       0.7.5claws3
10934
10935         * src/summaryview.c
10936                 fix account_find_from_address() bug
10937
10938 2002-04-28 [colin]      0.7.5claws2
10939
10940         * src/compose.c
10941           src/textview.c
10942           src/prefs_common.[ch]
10943           src/utils.[ch]
10944                 Added user-definable quotation characters recognition.
10945
10946 2002-04-28 [paul]       0.7.5claws1
10947
10948         * sync with 0.7.5cvs4
10949                 see ChangeLog entry  2002-04-25
10950
10951 2002-04-28 [paul]       0.7.5claws
10952
10953         * po/es.po
10954           po/nl.po
10955           po/pt_BR.po
10956                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10957                 Fabio Junior Beneditto
10958
10959 2002-04-27 [jens]       0.7.4claws103
10960
10961         * po/de.po
10962                 updated German translation.
10963
10964 2002-04-27 [hiro]       0.7.4claws102
10965
10966         * src/summaryview.c
10967                 summary_write_cache(): fixed the mark loss of hidden messages.
10968
10969 2002-04-26 [melvin]     0.7.4claws101
10970
10971         * src/procmsg.c
10972                 fixed a second typo (same one)
10973         * po/fr.po
10974           po/it.po
10975           po/pt_BR.po
10976                 fixed the type again...
10977
10978 2002-04-26 [melvin]     0.7.4claws100
10979
10980         * src/procmsg.c
10981                 fixed a typo in an alert message ("temorary").
10982         * po/it.po
10983         * po/pt_BR.po
10984                 corrected the typo  described above.
10985         * po/fr.po
10986                 updated French translation.
10987
10988 2002-04-26 [darko]      0.7.4claws99
10989
10990         * src/summaryview.c
10991                 fix target folder colorization
10992
10993 2002-04-25 [paul]       0.7.4claws98
10994
10995         * po/it.po
10996                 updated by Alessandro Maestri
10997
10998 2002-04-24 [colin]      0.7.4claws97
10999         
11000         * src/compose.c
11001                 Fixed double "subject is empty" question.
11002
11003 2002-04-23 [colin]      0.7.4claws96
11004         
11005         * src/mimeview.c
11006                 Corrected issue when "automatically display images" was
11007                 not set : first image remained after selecting second.
11008
11009 2002-04-23 [melvin]     0.7.4claws95
11010
11011         * src/prefs_actions.c
11012                 Don't display in/out dialog if there is nothing to show.
11013
11014 2002-04-23 [paul]       0.7.4claws94
11015
11016         * sync with 0.7.5cvs3
11017                 bug fixes: see ChangeLog entry 2002-04-23
11018
11019 2002-04-22 [darko]      0.7.4claws93
11020
11021         * src/compose.c
11022                 fix previous check-in which changed code after
11023                 merge from main
11024
11025 2002-04-22 [paul]       0.7.4claws92
11026
11027         * faq/de/*
11028                 add German FAQ
11029         * faq/en/*
11030           faq/es/*
11031           faq/fr/*
11032                 update English, Spanish and French FAQs
11033         * manual/de/*
11034           manual/es/*
11035                 add German and Spanish manuals
11036         * manual/en/*
11037           manual/fr/*
11038                 update English and French manuals
11039
11040         * src/Makefile.am
11041                 add to and re-arrange the pixmap entries
11042
11043 2002-04-22 [darko]      0.7.4claws91
11044
11045         * src/compose.c
11046                 fix sender initials recognition to only allow
11047                 '>' after the initials
11048
11049 2002-04-21 [paul]       0.7.4claws90
11050
11051         * sync with 0.7.5 release
11052                 see ChangeLog entry 2002-04-21
11053
11054 2002-04-21 [alfons]
11055
11056         * src/Makefile.am
11057                 add colin's new pixmaps to EXTRA_DIST
11058
11059 2002-04-21 [colin]      0.7.4claws89
11060         * src/compose.c
11061         * src/inc.c
11062         * src/mainwindow.[ch]
11063         * src/prefs_common.[ch]
11064         * src/stock_pixmap.[ch]
11065                 Added "Work offline" ability.
11066
11067 2002-04-21 [colin]      0.7.4claws88
11068         
11069         * src/mimeview.c
11070         * src/prefs_common.c
11071         * src/prefs_common.h
11072         * src/textview.c : Added an option to common preferences -> display
11073           to allow user not to automatically display images.
11074
11075 2002-04-21 [paul]       0.7.4claws87
11076
11077         * sync with 0.7.4cvs52
11078                 see ChangeLog entry 2002-04-21 (src/imap.c)
11079
11080 2002-04-21 [paul]       0.7.4claws86
11081
11082         * sync with 0.7.4cvs51
11083                 see ChangeLog entry 2002-04-21
11084
11085 2002-04-21 [paul]       0.7.4claws85
11086
11087         * sync with 0.7.4cvs49
11088                 see ChangeLog entries 2002-04-20 and 2002-04-21
11089
11090         * src/Makefile.am
11091                 clean up: remove old 'stock_' element from xpm 
11092                 filenames.
11093
11094 2002-04-21 [alfons]     0.7.4claws84
11095
11096         apply sync patch from Paul
11097
11098         * src/folderview.c
11099                 use old claws prefs_folder_item_create() for now
11100
11101 2002-04-19 [match]      0.7.4claws83
11102
11103         * src/addressbook.[ch]
11104         * src/addrharvest.[ch]
11105         * src/addrgather.[ch]
11106                 recurse folders.
11107         * src/mainwindow.c
11108         * src/summaryview.[ch]
11109                 change menu option.
11110
11111 2002-04-19 [paul]       0.7.4claws82
11112
11113         * po/pt_BR.po
11114                 updated by Fabio Junior Beneditto
11115
11116 2002-04-14 [alfons]     0.7.4claws81
11117
11118         * src/passphrase.c
11119                 add #include <sys/types.h> for mode_t and off_t 
11120
11121 2002-04-13 [paul]       0.7.4claws80
11122         
11123         * src/main.c
11124           src/passphrase.[ch]
11125           src/pgptext.c
11126           src/prefs_common.[ch]
11127           src/rfc2015.c
11128                 enable storing of GnuPG passphrase for the whole 
11129                 session or a user-defined number of minutes. patch 
11130                 submitted by Ravemax <ravemax@dextrose.com>
11131
11132 2002-04-13 [alfons]     0.7.4claws79
11133
11134         * src/textview.c
11135                 make email parser also stop scanning when encountering separators
11136                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11137
11138 2002-04-13 [paul]       0.7.4claws78
11139
11140         * sync with 0.7.4cvs39
11141                 see ChangeLog entry 2002-04-12
11142
11143 2002-04-11 [paul]       0.7.4claws77
11144
11145         * sync with 0.7.4cvs37
11146                 see ChangeLog entry 2002-04-11
11147
11148 2002-04-11 [paul]       0.7.4claws76
11149
11150         * COPYING 
11151                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11152                 the clause for OpenSSL). sync with sylpheed main
11153
11154 2002-04-09 [melvin]     0.7.4claws75
11155
11156         * src/compose.c
11157                 Made 'Ctrl-Enter' on send ignore some modifiers 
11158                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11159                 to bind other *-Enter (but not Alt-Enter).
11160
11161 2002-04-09 [paul]       0.7.4claws74
11162
11163         * sync with 0.7.4cvs35
11164                 see ChangeLog entries 2002-04-09
11165
11166 2002-04-08 [paul]       0.7.4claws73
11167
11168         * sync with 0.7.4cvs33
11169                 see ChangeLog entry 200-04-08
11170
11171 2002-04-07 [match]      0.7.4claws72
11172
11173         * src/addrharvest.[ch]
11174                 fixed to read all addresses in header, regardless
11175                 of header size. improved name parsing. accommodate
11176                 harvest from folders and selected message.
11177         * src/addritem.[ch]
11178                 included new address parsing function.
11179         * src/addrgather.[ch]
11180         * src/addressbook.[ch]
11181         * src/summaryview.[ch]
11182         * src/mainwindow.c
11183                 allow address harvest of folder as well as selected
11184                 messages.
11185
11186 2002-04-07 [paul]       0.7.4claws71
11187
11188         * src/esmtp.[ch]
11189           src/smtp.c
11190                 don't try to authenticate with CRAM-MD5 in SMTP when 
11191                 SMTP-AUTH enabled if MTA doesn't issue this 
11192                 auth-method in it's ehlo-response. bug item #531364,
11193                 patch item #938910. patch submitted by Colin Leroy 
11194                 <colin@colino.net>
11195
11196 2002-04-07 [paul]       0.7.4claws70
11197
11198         * src/nntp.c
11199                 fix missing MODE_READER bug. patch submitted by
11200                 Colin Leroy <colin@colino.net>
11201
11202 2002-04-07 [alfons]     0.7.4claws69
11203
11204         * src/matcher.[ch]
11205         * src/prefs_filtering.c
11206         * src/summaryview.c
11207                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11208                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11209
11210 2002-04-07 [paul]       0.7.4claws68
11211
11212         * sync with 0.7.4cvs32
11213                 see ChangeLog entry 2002-04-06
11214
11215         * tools/filter_conv.pl
11216                 more bug fixes
11217
11218 2002-04-06 [paul]       0.7.4claws67
11219
11220         * tools/filter_conv.pl
11221                 modify to be able to find the name of the first
11222                 mailbox and use that. main's filter does not
11223                 record the full path to the mailbox and therefore
11224                 can only filter to the first mailbox.
11225
11226 2002-04-05 [paul]       0.7.4claws66
11227
11228         * tools/filter_conv.pl
11229                 attempt to make the script all-encompassing and
11230                 be able to convert any main 'filter' rule thrown
11231                 at it
11232
11233 2002-04-05 [paul]       0.7.4claws65
11234
11235         * tools/filter_conv.pl
11236                 allow for collapsed folder trees
11237
11238 2002-04-05 [paul]       0.7.4claws64
11239
11240         * sync with 0.7.4cvs31
11241                 see ChangeLog entries 2002-04-05
11242
11243 2002-04-03 [paul]       0.7.4claws63
11244
11245         * sync with 0.7.4cvs29
11246                 see ChangeLog entries 2002-04-02 and 2002-04-03
11247
11248 2002-04-02 [paul]       0.7.4claws62
11249
11250         * sync with 0.7.4cvs26
11251                 see ChangeLog entry 2002-04-01
11252
11253 2002-04-02 [match]      0.7.4claws61
11254
11255         * src/pine.[ch]
11256         * src/importpine.[ch]
11257         * src/addressbook.c
11258                 import Pine address book.
11259
11260 2002-04-02 [match]      0.7.4claws60
11261
11262         * src/addrharvest.[ch]
11263                 improve address parsing of funky addresses.
11264
11265 2002-04-02 [darko]      0.7.4claws59
11266
11267         * src/compose.c
11268                 wrap on send improvements, it now recognizes quoted
11269                 initials as part of the quotation string, and it
11270                 does not join lines separated by CR
11271
11272 2002-04-01 [match]      0.7.4claws58
11273
11274         * src/mgutils.[ch]
11275                 added new functions.
11276         * src/mutt.[ch]
11277                 remove excessive duplicate address generation
11278                 on import.
11279
11280 2002-04-01 [alfons]     0.7.4claws57
11281         
11282         * src/summaryview.c
11283                 put back g_free() 
11284
11285 2002-04-01 [paul]       0.7.4claws56
11286
11287         * sync with 0.7.4cvs25
11288                 see ChangeLog entry 2002-04-01
11289
11290 2002-04-01 [alfons]     0.7.4aprilfool55
11291
11292         * src/summaryview.c
11293                 honour feature request item #537427 to allow for
11294                 displaying names from address book for sent mail also
11295
11296 2002-03-29 [paul]       0.7.4claws54
11297
11298         * src/mainwindow.c
11299           src/prefs_filtering.[ch]
11300           src/prefs_matcher.c
11301           src/summaryview.c
11302                 add 'fast filter' for claws' filtering,
11303                 /Tools/Create filter rule/... patch submitted
11304                 by Neill Miller <neillm@thecodefactory.org>
11305
11306 2002-03-29 [paul]       0.7.4claws53
11307
11308         * sync with 0.7.4cvs24
11309                 see ChangeLog entry 2002-03-29
11310
11311 2002-03-28 [paul]       0.7.4claws52
11312
11313         * sync with 0.7.4cvs23
11314                 see ChangeLog entry 2002-03-28
11315
11316 2002-03-27 [melvin]     0.7.4claws51
11317
11318         * src/prefs_actions.c
11319                 Added support to pass only one message part (as a
11320                 file) to the command using '%p'. No quotes are needed
11321                 because doubles quotes are automatically added.
11322                 Fixed bug where Sylpheed could block when waiting for
11323                 a child process to finish.
11324                 Changed the help menu to remove quotes around symbols to 
11325                 avoid misinterpretation (they must not be used).
11326
11327 2002-03-27 [melvin]     0.7.4claws50
11328
11329         * src/inc.c
11330                 Made the new mail notification command always 
11331                 execute asynchronously.
11332
11333 2002-03-27 [paul]       0.7.4claws49
11334
11335         * src/compose.c
11336                 fix bug introduced in last commit
11337
11338 2002-03-27 [paul]       0.7.4claws48
11339
11340         * sync with 0.7.4cvs21
11341                 see ChangeLog 2002-03-26 and 2002-03-27
11342
11343 2002-03-26 [hoa]        0.7.4claws47
11344
11345         * src/prefs_folder_item.c
11346                 really fixed the bug #516442 with folder rescan.
11347
11348 2002-03-26 [paul]       0.7.4claws46
11349
11350         * sync with 0.7.4cvs19
11351                 see ChangeLog entries 2002-03-25 and 2002-03-26
11352
11353 2002-03-25 [hoa]        0.7.4claws45
11354
11355         * src/matcher.c
11356         * src/mh.c
11357                 fix the bug #516442 with folder rescan.
11358
11359         * src/prefs_common.[ch]
11360         * src/compose.c
11361                 added an option to enable two different behaviours
11362                 for bounce.
11363
11364
11365 2002-03-25 [paul]       0.7.4claws44
11366
11367         * src/mainwindow.c
11368           src/selective_download.c
11369                 correct a few menuitem labels
11370
11371 2002-03-25 [christoph]  0.7.4claws43
11372
11373         * src/procmsg.c
11374                 fix non deleted tmp message in
11375                 procmsg_save_to_outbox
11376                 fix problems caused by sync with
11377                 main branch's procmsg_send_queue
11378
11379 2002-03-25 [paul]       0.7.4claws42
11380
11381         * src/quote_fmt.c
11382           src/quote_fmt_lex.l
11383           src/quote_fmt_parse.y
11384                 add Last name (%L) placeholder for quoting. 
11385                 patch submitted by Thorsten Thielen 
11386                 <thth@users.sourceforge.net>
11387
11388 2002-03-25 [paul]       0.7.4claws41
11389
11390         * src/utils.c
11391                 get full hostname. patch submitted by
11392                 Bob Woodside <rwoodside1@comcast.net>
11393
11394 2002-03-25 [paul]       0.7.4claws40
11395
11396         * src/account.c
11397           src/news.c
11398           src/nntp.[ch]
11399           src/prefs_account.[ch]
11400                 enable NNTP over SSL. patch submitted by
11401                 Pascal Jermini <pascal@infinity.hn.org>
11402
11403 2002-03-24 [paul]       0.7.4claws39
11404
11405         * src/prefs_common.c
11406                 make the arrangement of the Compose tab more
11407                 coherent
11408
11409         * src/mainwindow.c
11410                 fix some irregularities of style
11411
11412         * po/de.po
11413                 updated by Kilian Krause
11414
11415 2002-03-23 [paul]       0.7.4claws38
11416
11417         * po/pt_BR.po
11418                 updated by Fabio Junior Beneditto
11419
11420 2002-03-23 [paul]       0.7.4claws37
11421
11422         * src/mainwindow.c
11423                 move 'Gather addresses' to 'Tools' menu
11424                 make 'Selective download' sensitive
11425
11426 2002-03-23 [paul]       0.7.4claws36
11427
11428         * sync with 0.7.4cvs16
11429                 see ChangeLog entries 2002-03-23
11430
11431 2002-03-22 [christoph]  0.7.4claws35
11432
11433         * src/quote_fmt_parse.y
11434                 fix include program output
11435
11436 2002-03-22 [alfons]     0.7.4claws34
11437
11438         * src/pop.c
11439                 initialize GDate stack variable correctly (sorry!)
11440
11441 2002-03-22 [paul]       0.7.4claws33
11442
11443         * src/compose.c
11444           src/mainwindow.c
11445           src/prefs_actions.c
11446           src/prefs_common.c
11447                 rename 'Tool' to 'Tools'
11448
11449         * src/mainwindow.c
11450                 move 'Delete duplicated messages' from
11451                 'Message/' to 'Tools/'
11452                 re-arrange the order of 'Tools/' items
11453
11454 2002-03-22 [paul]       0.7.4claws32
11455
11456         * src/addr_compl.c
11457           src/addressbook.[ch]
11458                 auto-address completion now also matches on
11459                 Nickname. patch submitted by Bob Forsman 
11460                 <hammor@users.sourceforge.net>
11461
11462         * src/editaddress.c
11463                 correct a spelling mistake
11464
11465 2002-03-22 [alfons]     0.7.4claws31
11466
11467         * src/pop.c
11468                 fix getting uidl from incorrect string 
11469                 (spotted by Colin)
11470
11471 2002-03-21 [alfons]     0.7.4claws30
11472
11473         * src/pop.c
11474                 more code refactoring
11475                 plug mem leak introduced by delete on server
11476
11477 2002-03-21 [paul]       0.7.4claws29
11478
11479         * sync with 0.7.4cvs11
11480                 see ChangeLog entries 2002-03-20
11481
11482 2002-03-20 [alfons]     0.7.4claws28
11483
11484         * src/inc.c
11485                 apply Colin's patch and refactor
11486
11487 2002-03-20 [paul]       0.7.4claws27
11488
11489         * sync with sylpheed 0.7.4cvs9
11490                 see ChangeLog entry 2002-03-20
11491
11492 2002-03-19 [christoph]  0.7.4claws26
11493
11494         * src/mh.c
11495         * src/procmsg.[ch]
11496         * src/summaryview.c
11497                 revert changes for flag updates
11498                 (does not work correctly and no time to debug)
11499
11500 2002-03-20 [alfons]     0.7.4claws25
11501
11502         * src/pop.c
11503                 refactor should_delete() a little bit 
11504
11505 2002-03-19 [paul]       0.7.4claws24
11506
11507         * src/inc.[ch]
11508           src/pop.c
11509           src/prefs_account.[ch]
11510                 allow the user to leave downloaded mail on the 
11511                 server for n days. Patch submitted by Colin Leroy 
11512                 <colin@colino.net>
11513
11514 2002-02-19 [paul]       0.7.4claws23
11515
11516         * sync with sylpheed 0.7.4cvs8
11517                 see ChangeLog entries 2002-03-19
11518
11519 2002-03-18 [paul]       0.7.4claws22
11520
11521         * sync with sylpheed 0.7.4cvs6
11522                 see ChangeLog entry 2002-03-18
11523
11524 2002-03-18 [paul]       0.7.4claws21
11525
11526         * po/en_GB.po
11527                 add en_GB message catalogue
11528
11529         * src/mbox_folder.c
11530           src/prefs_account.c
11531           src/prefs_actions.c
11532                 correct a few spelling mistakes
11533
11534 2002-03-17 [alfons]     0.7.4claws20
11535
11536         * src/matcher.c
11537                 more stringent checks for NULL params when writing
11538                 filtering actions to a file
11539                 
11540 2002-03-17 [hoa]        0.7.3claws20
11541
11542         * src/news.c
11543                 fixed the count of new messages
11544
11545         * src/compose.c
11546                 fixed the "attachment properties" window
11547
11548 2002-03-17 [paul]       0.7.4claws19
11549
11550         * src/defs.h
11551           src/folder.h
11552           src/news.c
11553           src/prefs_account.[ch]
11554           src/procmsg.[ch]
11555           src/summaryview.c
11556                 automatically mark cross-posted messages as read 
11557                 and (optionally) give them a colour label
11558                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11559                 
11560
11561 2002-03-17 [paul]       0.7.4claws18
11562
11563         * sync with sylpheed 0.7.4cvs5
11564                 see ChangeLog entry 2002-03-17
11565
11566 2002-03-17 [melvin]     0.7.4claws17
11567         
11568         * src/textview.c
11569                 Worked around a gtktext 'bug': when searching for 
11570                 a text in a long message it was scrolling slowly
11571                 line by line until it hit the searched text.
11572         * po/fr.po
11573                 Updated French translation
11574
11575 2002-03-17 [melvin]     0.7.4claws16
11576
11577         * src/mainwindow.c
11578         * src/compose.c
11579         * src/prefs_actions.c
11580                 Moved "Edit/Actions" to "Tool/Actions"
11581                 Made mainwindow/compose window sensitive as soon as
11582                 no child process is running anymore even if the io dialog
11583                 is open.
11584                 Fixed a struct being initialized with a non constant char*
11585
11586 2002-03-16 [christoph]  0.7.4claws15
11587
11588         * configure.in
11589                 add --with-compiler-flags option
11590                 (only for developer hacking)
11591         * src/mh.c
11592         * src/procmsg.[ch]
11593         * src/summaryview.c
11594                 try to make folder-stats and flag handling more
11595                 independent from the summaryview. msgcounts
11596                 are only set when the folder is opened and
11597                 procmsg_msginfo_(un)set_flags will handle it
11598                 later and summaryview will get the values
11599                 from the folder.
11600
11601 2002-03-16 [paul]       0.7.4claws14
11602
11603         * src/messageview.c
11604                 fix Return-receipt. Patch submitted by Bob
11605                 Woodside <rwoodside1@comcast.net>
11606
11607 2002-03-16 [paul]       0.7.4claws13
11608
11609         * src/compose.c
11610                 fix 'dynamic' signatures, make it work again
11611                 broken during sync on 2002-03-14 (0.7.4claws2)
11612
11613 2002-03-15 [match]      0.7.4claws12
11614
11615         * src/addrharvest.[ch]
11616         * src/addrgather.[ch]
11617         * src/addressbook.[ch]
11618         * src/mainwindow.c
11619                 included address harvester feature. still some
11620                 issues with address parsing that I will fix.
11621
11622 2002-03-15 [match]      0.7.4claws11
11623
11624         * src/addrbook.[ch]
11625         * src/addrcache.[ch]
11626         * src/addressbook.[ch]
11627         * src/addrindex.c
11628         * src/editbook.c
11629         * src/importldif.c
11630         * src/importmutt.c
11631         * src/jpilot.[ch]
11632         * src/main.c
11633         * src/syldap.[ch]
11634         * src/vcard.[ch]
11635                 tidy up. fix memory leaks. moved attribs and methods
11636                 from individual interfaces to addrcache object. prep
11637                 for new stuff to come in.
11638
11639 2002-03-15 [alfons]     0.7.4claws10
11640
11641         * src/matcher.[ch]
11642         * src/matcher_parser_parse.y
11643         * src/matcher_parser_lex.l
11644         * src/prefs_matcher.c
11645                 add filtering conditions message greater than, smaller 
11646                 than, and exactly matching a size in bytes
11647                 (does not work with delete from POP3 server yet)
11648
11649                 this should also give others an idea what you should
11650                 do to add new criterions to claws filtering system
11651                 
11652
11653 2002-03-15 [paul]       0.7.4claws9
11654
11655         * tools/filter_conv.pl
11656                 exit if there are no filter rules to convert
11657                 rename filterrc to filterrc.old after completion
11658
11659 2002-03-15 [paul]       0.7.4claws8
11660
11661         * sync with sylpheed 0.7.4cvs3
11662                 see ChangeLog entry 2002-03-14
11663
11664 2002-03-14 [paul]       0.7.4claws7
11665
11666         * src/compose.c
11667                 clean up the last commit (ahem)
11668
11669 2002-03-14 [paul]       0.7.4claws6
11670
11671         * src/compose.c
11672                 fix bug #515655. honour account preferences
11673                 regarding gpg default signing/encryption when 
11674                 changing account from the compose window.
11675
11676 2002-03-14 [paul]       0.7.4claws5
11677
11678         * src/folderview.c
11679                 remove unnecessary curly brackets
11680
11681 2002-03-14 [paul]       0.7.4claws4
11682
11683         * src/folderview.c
11684           src/prefs_filtering.[ch]
11685                 add filter rename on folder rename and filter
11686                 delete on folder delete. Patch submitted by
11687                 Neill Miller <neillm@thecodefactory.org> 
11688
11689 2002-03-14 [christoph]  0.7.4claws3
11690
11691         * src/procmsg.c
11692         * src/send.c
11693                 fix local delivery
11694                 (patch submitted by "Simon 'corecode' Schubert")
11695         * src/prefs_common.c
11696         * src/procmsg.c
11697                 fix gcc 3.0 warning
11698
11699 2002-03-14 [paul]       0.7.4claws2
11700
11701         * sync with sylpheed 0.7.4cvs2
11702                 see ChangeLog entry 2002-03-13
11703
11704 2002-03-12 [darko]      0.7.4claws1
11705
11706         * src/mainwindow.c
11707                 fix what seems to be a copy and paste error
11708                 when setting color for important messages
11709                 (reported by wwp)
11710
11711 2002-03-11 [paul]       version 0.7.4claws released
11712
11713 2002-03-11 [paul]       0.7.4claws
11714
11715         * po/es.po
11716           po/it.po
11717           po/nl.po
11718           po/pt_BR.po
11719                 update message catalogs. Submitted by Ricardo Mones 
11720                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11721                 Fabio Junior Beneditto
11722
11723         * configure.in
11724           faq/Makefile.am
11725           faq/it/Makefile
11726           faq/it/sylpheed-faq*
11727           src/mainwindow.c
11728           src/manual.[ch]
11729                 add FAQ in Italian
11730         
11731
11732 2002-03-11 [jens]       0.7.3claws7
11733
11734         * po/de.po
11735                 updated German translation
11736
11737 2002-03-11 [melvin]     0.7.3claws6
11738
11739         * po/fr.po
11740                 updated and corrected French translation
11741
11742 2002-03-10 [hoa]        0.7.3claws5
11743
11744         * src/account.c
11745         * src/inc.c
11746         * src/prefs_account.c
11747         * src/procmsg.c
11748         * src/send.[ch]
11749                 fixed the local account.
11750                 you have to change the default "/usr/sbin/sendmail"
11751                 to "/usr/sbin/sendmail -t" in the preferences of
11752                 the local account.
11753
11754         * src/procmime.c
11755                 removed some debug display for renderer
11756
11757 2002-03-10 [paul]       0.7.3claws4
11758
11759         * faq/en/sylpheed-faq-1.html
11760           faq/en/sylpheed-faq-2.html
11761                 update
11762
11763 2002-03-09 [paul]       0.7.3claws3
11764
11765         * sync with sylpheed 0.7.4
11766                 see ChangeLog entry 2002-03-09
11767
11768 2002-03-08 [paul]       0.7.3claws2
11769
11770         * faq/en/sylpheed-faq*
11771           faq/es/sylpheed-faq*
11772           faq/fr/sylpheed-faq*
11773                 update the FAQs
11774
11775         * manual/fr/.cvsignore
11776           manual/fr/Makefilea.am
11777           manual/fr/sylpheed*
11778           src/mainwindow.c
11779           src/manual.[ch]
11780                 add the French manual
11781
11782 2002-03-07 [paul]       0.7.3claws1
11783
11784         * sync with sylpheed 0.7.3cvs4
11785                 see ChangeLog entries  2002-03-06 and 2002-03-07
11786         
11787         * po/nl.po
11788                 updated by Wilbert Berendsen
11789
11790 2002-03-07 [melvin]     0.7.2claws34
11791
11792         * src/selective_download.c
11793                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11794
11795 2002-03-06 [paul]       0.7.2claws33
11796
11797         * sync with sylpheed 0.7.3cvs1
11798                 bug fix, see ChangeLog entry 2002-03-05
11799
11800 2002-03-05 [paul]       0.7.2claws32
11801
11802         * src/mimeview.c
11803           src/pgptext.[ch]
11804           src/procmsg.c
11805                 reverse the pgp ascii-armored code implemented in 
11806                 0.7.2claws16. removal of this code until it matures.
11807                 this means that verifying ascii-armored pgp sigs and
11808                 automatic decryption of ascii-armored encrypted
11809                 messages no longer works.
11810
11811 2002-03-05 [paul]       0.7.2claws31
11812
11813         * configure.in
11814           Makefile.am
11815         * faq/Makefile.am
11816         * faq/en/Makefile.am
11817           faq/en/sylpheed-faq.html
11818           faq/en/sylpheed-faq-1.html
11819           faq/en/sylpheed-faq-2.html
11820           faq/en/sylpheed-faq-3.html
11821         * faq/es/Makefile.am
11822           faq/es/sylpheed-faq.html
11823           faq/es/sylpheed-faq-1.html
11824           faq/es/sylpheed-faq-2.html
11825           faq/es/sylpheed-faq-3.html
11826           faq/es/sylpheed-faq-4.html
11827         * faq/fr/Makefile.am
11828           faq/fr/sylpheed-faq.html
11829           faq/fr/sylpheed-faq-1.html
11830           faq/fr/sylpheed-faq-2.html
11831           faq/fr/sylpheed-faq-3.html
11832         * src/Makefile.am
11833           src/defs.h
11834           src/mainwindow.c
11835           src/manual.[ch]
11836                 add FAQs in English, Spanish and French
11837
11838
11839 2002-03-05 [paul]       0.7.2claws30
11840
11841         * manual/en/sylpheed.html
11842           manual/en/sylpheed-XX.html
11843                 updated the English manual
11844
11845 2002-03-05 [hoa]        
11846
11847         * src/summaryview.c
11848                 dialog box pops up if the article can't be deleted.
11849
11850 2002-03-04 [paul]       
11851         
11852         * po/pt_BR.po
11853                 updated by Fabio Junior Benedito
11854
11855 2002-03-04 [hoa]
11856
11857         * removed ac/gpgme.m4
11858                 to avoid autogen common problem
11859                 developers have to install gpgme development package now
11860
11861         * src/compose.c
11862                 encoding to 7bit or 8bit is enabled.
11863
11864 2002-03-03 [alfons]     0.7.2claws29
11865
11866         * src/pop.c
11867                 merge fix by Oliver Haertel for selective
11868                 download buglet
11869
11870 2002-03-03 [paul]       0.7.2claws28
11871         
11872         * sync with sylpheed 0.7.3
11873
11874 2002-03-03 [paul]       0.7.2claws27
11875
11876         * sync with sylpheed 0.7.2cvs24
11877                 see ChangeLog entries 2002-03-02 and 2002-03-03
11878
11879 2002-03-02 [melvin]     0.7.2claws26
11880
11881         * src/inc.[ch]
11882         * src/main.c
11883         * src/mainwindow.c
11884         * src/prefs_common.[ch]
11885                 Added user definable notification on new mail arrival.
11886                 Removed unused variables in spell checker prefs code.
11887
11888 2002-03-02 [melvin]     0.7.2claws25
11889
11890         * src/quote_fmt.c
11891                 Removed unnecessary escape sequences.
11892                 Changed 'Initial...' to 'Initials of Sender'
11893
11894 2002-03-02 [paul]       0.7.2claws24
11895
11896         * sync with sylpheed 0.7.2cvs22
11897                 see ChangeLog entry 2002-03-01
11898
11899 2002-03-01 [hoa]        0.7.2claws23
11900
11901         * src/mainwindow.c
11902                 Set sensitivity of delete actions to active
11903                 even if the folder is a newsgroup.
11904
11905         * src/summaryview.c
11906                 - Set sensitivity of delete actions
11907                 - Added function check_permission() that will check if the
11908                   user is authorized to delete a message. For news, it
11909                   will check if the author is the same.
11910                 - Enabled deletion when there is no trash folder.
11911
11912         * src/news.[ch]
11913                 - Added news_cancel_article() to cancel articles
11914                 - Implemented news_remove_message() (public function)
11915
11916 2002-03-01 [paul]       0.7.2claws22
11917
11918         * src/gtkutils.c
11919           src/textview.c
11920                 recognise urls that that don't include 'http://' and
11921                 simply begin 'www.' 
11922
11923         * AUTHORS
11924                 remove duplicated name
11925
11926 2002-02-28 [paul]       0.7.2claws21
11927
11928         * src/mainwindow.c
11929           src/summaryview.[ch]
11930                 add ability to 'Select thread'
11931                 combines Melvin's "Select thread's head" patch (#510907)
11932                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11933                 patch (#518514) 
11934
11935 2002-02-28 [paul]       0.7.2claws20
11936
11937         * src/mimeview.c
11938                 hopefully fix segfault on right-clicking a mime part
11939                 that some people have experienced.      
11940                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11941
11942 2002-02-28 [paul]       0.7.2claws19
11943
11944         * sync with sylpheed 0.7.2cvs21
11945                 see ChangeLog entries 2002-02-27 and 2002-02-28
11946
11947 2002-02-27 [paul]       0.7.2claws18
11948
11949         * sync with sylpheed 0.7.2cvs18
11950                 see ChangeLog entries 2002-02-26 and 2002-02-27
11951
11952 2002-02-26 [alfons]     0.7.2claws17
11953
11954         * src/procheader.c
11955                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11956                 (spotted by Chris Hessman <idatech@gmx.net>)
11957
11958 2002-02-26 [paul]       0.7.2claws16
11959
11960         * src/mimeview.c
11961           src/pgptext.[ch]
11962           src/procmsg.c
11963                 make decryption of ascii-armored pgp encrypted messages
11964                 and verification of ascii-armored signatures work again.
11965                 slightly altered from the patch by Jens Jahnke 
11966                 <jan0sch@gmx.net>
11967
11968                 ##FIX ME##
11969                 * the checking of plaintext signatures always comes up in 
11970                   a popup box
11971                 * it doesn't work for multipart messages 
11972                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11973                   including the msg headers and these 2 line themselves, are 
11974                   not displayed
11975
11976         * src/mainwindow.c
11977                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11978                 "View/Message View" becomes "View/Separate Message View"
11979                 because its less ambiguous.
11980
11981         * po/es.po
11982                 updated by Ricardo Mones Lastra
11983
11984 2002-02-26 [paul]       0.7.2claws15
11985
11986         * sync with sylpheed 0.7.2cvs17
11987                 see ChangeLog entries 2002-02-25 and 2002-02-26
11988
11989 2002-02-25 [christoph]  0.7.2claws14
11990
11991         * src/filtering.[ch]
11992         * src/inc.c
11993                 do filtering stuff after all messages have been received
11994                   1. drop all messages to .processing
11995                   2. scan processing folder for messages
11996                   3. filter messages or move to inbox
11997                 this will also find old messages left in processing after
11998                 a crash or something like that and we get a real msginfo
11999                 from folder->get_msg_list and do not have to create our
12000                 own in filter_message
12001         * src/matcher_parser_parse.y
12002                 remove MIX/MAX warning (reordered includes)
12003
12004 2002-02-25 [paul]       0.7.2claws13
12005
12006         * sync with sylpheed 0.7.2cvs15
12007                 see ChangeLog entry 2002-02-24
12008
12009 2002-02-24 [alfons]     0.7.2claws12
12010
12011         * src/filtering.c
12012                 clear old color flags first when applying a new color to
12013                 a message info. 
12014                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12015
12016 2002-02-24 [alfons]     0.7.2.claws11
12017         
12018         * AUTHORS
12019         * src/prefs_common.c
12020                 add presets for Opera and Konqueror, closes patch #517261,
12021                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12022
12023 2002-02-24 [alfons]     0.7.2.claws10
12024
12025         * AUTHORS
12026         * src/summaryview.c
12027                 fix threading for null message ids, closes patch #521601,
12028                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12029
12030 2002-02-24 [alfons]     0.7.2claws9
12031
12032         * src/summaryview.c
12033         * src/filtering.c
12034                 make Tool | Filter Message work with filtering system so
12035                 setting flags also works
12036
12037                 TODO:
12038
12039                 - Processing uses the same function as Tool | Filter
12040                   Message, but doesn't use the same update proc yet
12041
12042 2002-02-23 [paul]       0.7.2claws8
12043
12044         * sync with sylpheed 0.7.2cvs14
12045                 see ChangeLog entries 2002-02-22 and 2002-02-23
12046
12047 2002-02-22 [christoph]  0.7.2claws7
12048
12049         * src/quote_fmt.c
12050                 Add column space to table
12051         * src/quote_fmt_parse.y
12052                 Close files
12053
12054 2002-02-22 [paul]       0.7.2claws6
12055
12056         * src/Makefile.am
12057           src/defs.h
12058           src/filtering.c
12059           src/inc.[ch]
12060           src/mainwindow.c
12061           src/matcher.[ch]
12062           src/matcher_parser_lex.l
12063           src/matcher_parser_parse.y
12064           src/pop.[ch]
12065           src/prefs_account.h
12066           src/prefs_filtering.c
12067           src/selective_download.[ch]   *** NEW FILES ***
12068           src/utils.[ch]
12069           po/POTFILES.in
12070                 Selective Download added to 'Tool' menu. 
12071                 Retrieves email headers of the currently selected pop3 
12072                 account and allows the user to mark emails for deletion 
12073                 right on the pop3 server. Patch submitted by Oliver Haertel 
12074                 <oha@users.sourceforge.net>.
12075         
12076         * po/POTFILES.in
12077                 add 'src/quote_fmt.c'           
12078
12079 2002-02-22 [christoph]  0.7.2claws5
12080
12081         * src/Makefile.am
12082                 added quote_fmt.c
12083         * src/prefs_common.[ch]
12084         * src/prefs_template.c
12085         * src/quote_fmt.c               *** NEW FILE ***
12086         * src/quote_fmt.h
12087                 move quote format symbol description code
12088                 to it's own file because it is used from
12089                 differnent code parts
12090                 Rewrote symbol description GUI
12091                   + use table
12092                   + add separators
12093                   + get data from array (no more long constant strings)
12094         * src/quote_fmt_lex.l
12095         * src/quote_fmt_parse.y
12096                 Symbol for Literal % changed to \% instead of %%
12097                 (More logical as \ is used for quoting for other symbols)
12098                 Add |f and |p to include files and program output
12099                 Examples:
12100                     |f{/home/.../.signature}
12101                     |p{date}
12102         * po/de.po
12103                 Correct wrong spelling for "Referenzen"
12104
12105 2002-02-21 [paul]       0.7.2claws4
12106
12107         * src/procmsg.c
12108                 forgotten during sync
12109
12110 2002-02-21 [paul]       0.7.2claws3
12111
12112         * sync with sylpheed 0.7.2cvs11
12113                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12114                 2002-02-20 and 2002-02-21
12115
12116 2002-02-20 [melvin]     0.7.2claws2
12117
12118         * src/prefs_actions.c
12119                 Added error report when child cannot fork or when execvp 
12120                 returns with an error.
12121
12122 2002-02-19 [christoph]  0.7.2claws1
12123
12124         * src/codeconv.c
12125                 return unconverted text if conde conversion is not possible
12126                 when libjconv is used.
12127                 (patch submitted by "Simon 'corecode' Schubert")
12128
12129 2002-02-19 [paul]       
12130
12131         * version 0.7.2claws release
12132
12133 2002-02-19 [paul]       0.7.2claws
12134
12135         * po/nl.po
12136                 updated by Wilbert Berendsen
12137
12138
12139 2002-02-18 [alfons]     0.7.1claws13
12140
12141         * src/syldap.c
12142         * src/jpilot.c
12143                 remove references to dlfcn and explicitly loading functions
12144                 from dynalink libs, because libs linked anyway, and functions
12145                 are loaded explicitly
12146
12147 2002-02-17 [melvin]     0.7.1claws12
12148
12149         * src/prefs_actions.c
12150                 Replaced children wait loop with double fork technique.
12151                 Now, input/output window updated at each new output.
12152                 free_children(): Fixed a memory leak.
12153                 Made input/output window non closable if running children
12154                 still exist.
12155                 Added missing <unistd.h> include.
12156                 Added some --debug outputs.
12157
12158 2002-02-17 [melvin]     0.7.1claws11
12159
12160         * src/summaryview.c
12161                 Fixed bug where descending sort order did not select top
12162                 message.
12163
12164 2002-02-17 [melvin]     0.7.1claws10
12165
12166         * acconfig.h
12167                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12168         * src/prefs_common.c
12169                 Pspell data package directory no more hard coded but
12170                 set during configuration (PSPELL_PATH). (Thanks to 
12171                                 Gustavo Noronha Silva.)
12172
12173 2002-02-17 [melvin]     0.7.1claws9
12174
12175         * configure.in
12176                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12177         * src/gtkspell.c
12178                 Fixed compile-time warnings.
12179
12180 2002-02-16 [alfons]     0.7.1claws8
12181
12182         * src/filesel.c
12183                 fix inadvertent free of NULL pointer which caused
12184                 sylpheed to crash when closing the save-as dialog
12185                 using the window close button
12186
12187 2002-02-16 [carsten]    0.7.1claws7
12188         * src/mainwindow.[ch]
12189           src/summaryview.c
12190           src/prefs_common.c
12191                 fixes for pixmap theming code:
12192                         - recently changed mail attributes shouldn't get
12193                           lost any longer
12194                         - theme is only reloaded iff another theme was
12195                           selected
12196
12197 2002-02-16 [paul]       0.7.1claws6
12198
12199         * sync with sylpheed 0.7.2 release
12200                 see ChangeLog entry 2002-02-15 and 2002-02-16
12201
12202 2002-02-15 [paul]       0.7.1claws5
12203
12204         * sync with sylpheed 0.7.1cvs9
12205                 see ChangeLog entry 2002-02-15
12206
12207         * po/POTFILES.in
12208                 remove unneeded headerwindow.c entry
12209
12210 2002-02-14 [carsten]    0.7.1claws4
12211         * src/summaryview.c
12212                 fixed a bug for "Go to next unread message": there was
12213                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12214                 in the prefs, because of doing "Search again" instead
12215                 "No"
12216
12217 2002-02-14 [carsten]    0.7.1claws3
12218         * src/stock_pixmap.c
12219                 removed 2 more mem leaks; following memprof,
12220                 this code is "leak free" now :)
12221
12222 2002-02-14 [carsten]    0.7.1claws2
12223         * src/stock_pixmap.c
12224                 used opendir/readdir/closedir instead of scandir
12225                 -> code should work now on Solaris
12226
12227 2002-02-14 [paul]       0.7.1claws1
12228
12229         * sync with sylpheed 0.7.1cvs8
12230                 see ChangeLog entries 2002-02-13 and 2002-02-14
12231
12232         * README.claws
12233                 add some description of Actions and Pixmap Themes
12234
12235 2002-02-13 [paul]       
12236
12237         * version 0.7.1claws release
12238
12239 2002-02-13 [paul]       0.7.1claws
12240
12241         * po/es.po
12242           po/it.po
12243           po/pt_BR.po
12244                 updated translations, submitted by Ricardo Mones Lastra,
12245                 Alessandro Maestri and Fabio Junior Beneditto
12246
12247 2002-02-13 [melvin]     0.7.0claws75
12248
12249         * src/prefs_actions.c
12250                 Added missing "signal.h" include
12251
12252 2002-02-13 [melvin]     0.7.0claws74
12253
12254         * src/prefs_folder_item.c
12255                 Added missing "config.h" include
12256         * po/fr.po
12257                 Updated French translation for folder propriety.
12258
12259 2002-02-13 [jens]       0.7.0claws73
12260
12261         * po/POTFILES.in
12262                 Added missing src/prefs_folder_item.c [log added by melvin]
12263         * po/de.po
12264                 Updated German translation.
12265
12266 2002-02-13 [melvin]     0.7.0claws72
12267
12268         * po/fr.po
12269                 Updated French translation.
12270
12271 2002-02-13 [melvin]     0.7.0claws71
12272
12273         * src/gtkutils.c
12274                 Made gtkut_editable_get_selection return NULL if selection
12275                 is of length zero.
12276                 This fixes a bug where selecting part of message A then
12277                 switching to message B and replying to it will not
12278                 quote the message's body.
12279
12280 2002-02-12 [paul]       0.7.0claws70
12281
12282         * src/mainwindow.c
12283                 cosmetic, relating to pixmap themes: on toolbar make 
12284                 updating of 'Exec' and 'Compose news/Compose email'
12285                 icons faster.
12286
12287 2002-02-12 [carsten]    0.7.0claws69
12288         * src/folderview.c
12289           src/mainwindow.[ch]
12290           src/stock_pixmap.c
12291           src/summaryview.c
12292           src/prefs_common.c
12293                 - refreshing after changing pixmap theme better
12294                   now (thanks Paul)
12295                 - wanted to remove some mem leaks, but alfons was
12296                   faster (and had the better solution ;)
12297
12298 2002-02-12 [alfons]     0.7.0claws68
12299
12300         * src/prefs_common.c
12301         * src/stock_pixmap.[ch]
12302                 plug mem leaks, refactor code a little bit
12303
12304
12305 2002-02-12 [sergey]     0.7.0claws67
12306
12307         * src/imap.c
12308                 Fixed problem with copying messages to IMAP folders when the
12309                 server uses something other than '/' as a namespace separator
12310                 (cyrus-imapd uses '.').
12311
12312 2002-02-12 [jens]       0.7.0claws66
12313
12314         * po/de.po
12315                 Updated German Translation
12316
12317 2002-02-12 [paul]       0.7.0claws65
12318
12319         * sync with sylpheed 0.7.1cvs1
12320                 see ChangeLog entry 2002-02-12
12321
12322 2002-02-12 [melvin]     0.7.0claws64
12323
12324         * src/prefs_actions.c
12325                 Fixed "feature" where children's output was duplicated 
12326                 instead of refreshed while monitoring.
12327                 Removed some debug code.
12328
12329 2002-02-12 [christoph]  0.7.0claws63
12330
12331         * src/compose.c
12332                 always delete message from queue after sending/send error
12333                 (closes bug #509601)
12334
12335 2002-02-12 [melvin]     0.7.0claws62
12336
12337         * src/prefs_actions.c
12338                 Children wait loop is now triggered with a timeout of 1s
12339                 Added %F which is replaced with the list of filenames 
12340                 of all selected messages (as suggested by Ricardo Mones Lestra)
12341                 Pipe syntax changed. Prefix with | to send selection, postfix
12342                 with | to retrieve output. Prefix with > or * to send
12343                 user definable input to the command (*: input is hidden)
12344                 Old pipe action should now be postfixed with |, too.
12345
12346 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12347         * src/stock_pixmap.c
12348                 fixed a bug: if there's no theme directory don't
12349                 throw an error, just do "nothing" (thanks Alfons)
12350
12351 2002-02-12 [carsten]    0.7.0claws60
12352         * src/folderview.c
12353           src/summaryview.c
12354                 had to write the cache twice (nasty!); some marks would 
12355                 get lost if not
12356
12357 2002-02-11 [carsten]    0.7.0claws59
12358         * acconfig.h
12359           configure.in
12360           doc-src/maintainer_guide.txt
12361           src/compose.[ch]
12362           src/defs.h
12363           src/folderview.[ch]
12364           src/gtkutils.[ch]
12365           src/mainwindow.[ch]
12366           src/prefs_common.[ch]
12367           src/stock_pixmap.[ch]
12368           src/summaryview.[ch]
12369                 pixmap theming and related work on pixmap
12370                 handling on some other places
12371                 (e.g. hrm features for all folder)
12372           src/pixmap/stock_*.xpm -> the stock_ was removed
12373         
12374 2002-02-11 [paul]       0.7.0claws58
12375
12376         * sync with sylpheed 0.7.1 release
12377                 see ChangeLog entries 2002-02-11
12378
12379 2002-02-08 [paul]       0.7.0claws57
12380
12381         * sync with sylpheed 0.7.0cvs39
12382                 see ChangeLog entry 2002-02-07 (last entry) 
12383
12384         * src/prefs_actions.c
12385           src/prefs_filtering.c
12386           src/prefs_matcher.c
12387           src/prefs_scoring.c
12388                 sync: made it compile with C compilers other than gcc
12389
12390 2002-02-07 [paul]       0.7.0claws56
12391
12392         * sync with sylpheed 0.7.0cvs38
12393                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12394                 2002-02-07
12395
12396 2002-02-07 [darko]      0.7.0claws55
12397
12398         * src/gtkutils.[ch]
12399         * src/summaryview.c
12400                 Fix const gchar */gchar * issue (thanks Hiro)
12401
12402 2002-02-07 [darko]      0.7.0claws54
12403
12404         * src/compose.[ch]
12405         * src/filtering.c
12406         * src/gtkutils.[ch]
12407         * src/prefs_template.c
12408         * src/quote_fmt.h
12409         * src/quote_fmt_parse.y
12410         * src/summaryview.c
12411         * src/utils.[ch]
12412                 When replying or forwarding an email don't quote the entire
12413                 mail body but use the part of the message text that is selected
12414
12415 2002-02-06 [melvin]     0.7.0claws53
12416
12417         * src/prefs_common.[ch]
12418         * src/gtkspell.[ch]
12419         * src/compose.c
12420                 Made possible to switch quickly to last used dictionary
12421                 which makes checking bilingual documents easier.
12422
12423 2002-02-06 [melvin]     0.7.0claws52
12424         
12425         * po/POTFILES.in
12426                 Added forgotten new file src/prefs_actions.c
12427
12428 2002-02-06 [melvin]     0.7.0claws51
12429
12430         * src/prefs_actions.c   ** NEW FILE **
12431         * src/prefs_actions.h   ** NEW FILE **
12432                 Added actions to execute on message text view, or on the
12433                         message's file.
12434         * src/Makefile.am
12435                 Added src/prefs_actions.[ch]
12436         * src/compose.c
12437                 Added new menu "Edit/Actions"
12438         * src/defs.h
12439                 Added new actionsrc file.
12440         * src/main.c
12441                 Added actionsrc reading.
12442         * src/mainwindow.c
12443                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12444         * src/prefs_common.h
12445                 Added new element actionslst element to prefs_common.
12446
12447 2002-02-06 [paul]       0.7.0claws50
12448
12449         * sync with sylpheed 0.7.0cvs36
12450                 see ChangeLog entry 2002-02-06
12451
12452 2002-02-05 [paul]
12453
12454         * po/es.po
12455                 updated by Ricardo Mones Lastra
12456
12457 2002-02-05 [paul]       0.7.0claws49
12458
12459         * sync with sylpheed 0.7.0cvs33
12460                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12461
12462 2002-02-05 [paul]       0.7.0claws48
12463
12464         * src/compose.c
12465                 re-add 'Edit/Advanced/Delete entire line', previously named
12466                 'Delete Line+'
12467
12468 2002-02-04 [paul]       0.7.0claws47
12469
12470         * src/compose.c
12471           src/summaryview.c
12472                 fix bug #494993 (Reply All not taking Reply-To into consi)
12473                 eliminate differences in behaviour of right-click 'Reply to all' 
12474                 in summary view and 'Reply to all' on the toolbar. 
12475                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12476                 view and From gets ignored by 'Reply to all' on toolbar.
12477                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12478                 From when no Reply-To header is present.
12479
12480 2002-02-04 [paul]       0.7.0claws46
12481
12482         * sync with sylpheed 0.7.0cvs30
12483                 see ChangeLog entries 2002-02-03 and 2002-02-04
12484
12485 2002-02-03 [melvin]     0.7.0claws45
12486
12487         * src/gtkspell.[ch]
12488                 Readded function to highlight all misspelled words.
12489                 Fixed bug where user-provided-words did not replace
12490                         correctly the misspelled word when using the mouse.
12491                 Fixed bug where checking a region selected from right to left did
12492                         not check the region at all.
12493                 Fixed bug where 'Check backwards' may not check at all. 
12494                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12495                 Fixed possible buffer overflow when checking for long strings (>1k).
12496                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12497                 Accelerators code uses now gtk_widget_add_accel.
12498                 Removed and disabled obsolete and unfinished code.
12499                 Cleaning up.
12500
12501         * src/compose.c
12502                 Added menu item to Highlight all misspelled words.
12503
12504 2002-02-01 [paul]       0.7.0claws44
12505
12506         * src/mainwindow.c
12507                 fix '/View/Hide read messages' sensitivity when all
12508                 messages in a folder are hidden
12509
12510 2002-02-01 [paul]       0.7.0claws43
12511
12512         * src/main.c
12513                 add --send option to command line interface, sends all
12514                 queued mail. Patch submitted by Ricardo Mones Lastra.
12515
12516 2002-01-31 [paul]       0.7.0claws42
12517
12518         * src/mainwindow.c
12519                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12520
12521 2002-01-31 [paul]       0.7.0claws41
12522
12523         * sync with sylpheed 0.7.0cvs27
12524                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12525                 and 2002-01-31
12526
12527         * src/textview.c
12528                 comment out elements of textview_show_part() as temporary
12529                 workaround for attachment 'Display as text' bug 
12530
12531         * po/pt_BR.po
12532                 updated by Fabio Junior Beneditto
12533
12534 2002-01-30 [paul]       0.7.0claws40
12535
12536         * sync with sylpheed 0.7.0cvs24
12537                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12538                 and 2002-01-30
12539
12540         * src/compose.c
12541                 add {N_("/_Spelling"), ... "<Branch>"} to 
12542                 GtkItemFactoryEntry compose_entries[]
12543
12544         * src/prefs_common.c
12545                 add claws menu items to prefs_keybind_apply_clicked()
12546                 and remove non-claws menu items
12547
12548 2002-01-29 [paul]       0.7.0claws39
12549
12550         * sync with sylpheed 0.7.0cvs22
12551                 see ChangeLog entries 2002-01-28 and 2002-01-29
12552
12553 2002-01-28 [melvin]     0.7.0claws38
12554
12555         * src/compose.c
12556                 Added the declartion of compose_send_control_enter.
12557
12558         * src/compose.c
12559         * src/gtkspell.[ch]
12560                 Added in a 'Spelling' menu which includes the configuration menu. 
12561                 Added a real 'Check all' and got rid from the old one which only
12562                 highlited misspelled word.
12563                 Made 'Check while typing' a disableable option.
12564                 Added a dialog when there are no more misspelled word.
12565                 Added a dialog if error occurs when switching to a dictionary.
12566         
12567         * src/prefs_common.[ch]
12568                 Added option for the default 'Check while typing' option.
12569
12570
12571 2002-01-28 [alfons]     0.7.0claws37
12572
12573         * src/compose.c
12574                 fix buglet and make code comply with sylpheed code style
12575
12576 2002-01-28 [paul]       0.7.0claws36
12577
12578         * sync with sylpheed 0.7.0cvs19
12579                 see ChangeLog entries for 2002-01-28
12580
12581 2002-01-28 [hoa]        0.7.0claws35
12582
12583         * src/defs.h
12584                 added rendererrc
12585
12586         * src/main.c
12587                 read the renderer config
12588
12589         * src/procmime.[ch]
12590                 use the renderer config to convert mime attachments
12591
12592         * src/textview.c
12593                 don't use textview_show_html/ertf,
12594                 use get_text_content instead
12595
12596 2002-01-27 [alfons]     0.7.0claws34
12597         
12598         * src/news.c
12599                 make sylpheed believe it can delete a news message...
12600                 (messages are NOT deleted, maybe we should remove
12601                 processing from the folder properties after all.)
12602
12603 2002-01-27 [alfons]     0.7.0claws33
12604
12605         * src/folder.c
12606                 add extra checks
12607         * src/news.c
12608                 implement remove_msg() 
12609
12610 2002-01-27 [alfons]     0.7.0claws32
12611
12612         * src/procmsg.h
12613         * src/procheader.c
12614         * src/messageview.c
12615                 fix return receipt / disposition notification again. this
12616                 stuff seems to break on _every_ major summary UI change, so
12617                 it's now implemented using a flag which is saved in the
12618                 marks cache
12619                 
12620 2002-01-26 [alfons]     0.7.0claws31
12621
12622         * src/import.c
12623                 let import dialog show the destination folder identifier
12624
12625 2002-01-26 [melvin]     0.7.0claws30
12626
12627         * src/folderview.c
12628         * src/summaryview.c
12629                 Readded 'Mark all read' into summary view popup menu
12630                 Added 'Mark all read' in folder view popup menu for IMAP
12631                 and NNTP.
12632                 Made it insensitive if the selected folder is not the shown
12633                 one to avoid 'Mark all read' on the wrong folder.
12634                 
12635 2002-01-26 [paul]       0.7.0claws29
12636
12637         * src/folderview.c
12638           src/summaryview.c
12639                 move 'Mark all read' from summary view to folder view
12640                 menu. (adapted from) patch submitted by Jeremy Andrews,
12641                 <lists@kerneltrap.com>
12642
12643 2002-01-25 [alfons]     0.7.0claws28
12644
12645         * src/gtkstext.c
12646                 put the gtk class name back so GtkSText adapts the 
12647                 settings of GtkText
12648
12649 2002-01-25 [alfons]     0.7.0claws27
12650
12651         * src/folderview.c 
12652                 assimilate Ricardo's patch that shows pixmaps instead of
12653                 plain "new" and "unread" texts in the folder view column
12654                 headers 
12655
12656 2002-01-25 [paul]       0.7.0claws26
12657
12658         * src/Makefile.am
12659                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12660                 be found in non-standard locations. 
12661                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12662
12663 2002-01-25 [paul]       0.7.0claws25
12664
12665         * sync with sylpheed 0.7.0cvs16
12666                 see ChangeLog entry 2002-01-25
12667
12668 2002-01-24 [paul]       0.7.0claws24
12669
12670         * more sync with sylpheed 0.7.0cvs15
12671                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12672
12673 2002-01-23 [sergey]     0.7.0claws23
12674
12675         * src/importldif.c
12676                 Fixed segfault when closing LDIF import wizard with
12677                 the window manager.
12678         * src/imageview.c
12679         * src/imageview.h
12680         * src/messageview.c
12681         * src/mimeview.c
12682                 Fixed wrong scrolling position after switching between
12683                 text and image parts.
12684
12685 2002-01-23 [paul]       0.7.0claws22
12686
12687         * sync with sylpheed 0.7.0cvs15
12688                 see ChangeLog entries 2002-01-22 and 2002-01-23
12689
12690 2002-01-21 [melvin]     0.7.0claws21
12691
12692         * src/prefs_scoring.c
12693         * src/prefs_filtering.c
12694                 Fixed bug where scoring and filtering windows stopped
12695                 autochecking.
12696
12697 2002-01-21 [paul]       0.7.0claws20
12698
12699         * sync with sylpheed 0.7.0cvs12
12700                 see ChangeLog entries 2002-01-20 and 2002-01-21
12701
12702 2002-01-21 [carsten]    0.7.0claws19
12703         * src/mainwindow.c
12704         * src/menu.[ch]
12705         * src/messageview.[ch]
12706         * src/summaryview.[ch]
12707                 changes to shortcuts handling again:
12708                         + "Q" now controled by mainwin
12709                         + v/V are now customizable and have slightly
12710                           different meanings
12711                 the "button" to minimize the messageview (and maximize
12712                 the summary view) is a real button now
12713         * src/compose.c
12714                 "Delete Line+" added to Edit/Advanced (this will also
12715                 delete the '\n')
12716
12717 2002-01-20 [melvin] 0.7.0claws18
12718
12719         * src/addressbook.c
12720                 Made "Bcc" sensitive when addressbook is called from
12721                 compose window (it was a Claws only bug).
12722
12723 2002-01-19 [alfons] 0.7.0claws17
12724
12725         * src/inc.c
12726                 prevent unnecessary updates when currently selected folder has
12727                 no new messages 
12728
12729 2002-01-19 [alfons] 0.7.0claws16
12730         
12731         * src/summaryview.c
12732                 prevent writing the cache based on current message list in summary 
12733                 view when filtering also put messages in currently selected folder
12734
12735 2002-01-19 [paul]
12736
12737         * po/it.po
12738                 Italian translation submitted by Alessandro Maestri
12739                 <a.maestri@cs.tin.it>
12740
12741 2002-01-18 [melvin]     0.7.0claws15
12742
12743         * src/prefs_filters.c
12744                 fixed bug where 'cancel' from 'filters' window stops autochecking
12745                 if the timer timed out  when the window was open.
12746
12747 2002-01-18 [match]      0.7.0claws14
12748
12749         * src/addrclip.[ch]     ** NEW FILE **
12750         * src/addrselect.[ch]   ** NEW FILE **
12751         * src/adbookbase.h      ** NEW FILE **
12752                 addressbook cut, copy and paste
12753         * src/addrbook.[ch]
12754         * src/addrcache.[ch]
12755         * src/addressitem.h
12756         * src/addrindex.[ch]
12757         * src/addritem.[ch]
12758         * src/importldif.c
12759         * src/importmutt.c
12760         * src/jpilot.[ch]
12761         * src/syldap.[ch]
12762         * src/vcard.[ch]
12763         * src/jpilot.[ch]
12764         * src/editbook.c
12765         * src/editjpilot.c
12766         * src/editldap.c
12767         * src/editvcard.c
12768                 support for copy/paste
12769         * src/addressbook.c
12770                 support for copy/paste
12771                 tidy up menu option processing
12772                 correct address list function arguments
12773         * src/editaddress.c
12774                 sort user attributes
12775         * src/ldif.h
12776         * src/mutt.h
12777                 tidy up
12778
12779         * src/addrbook.[ch]
12780         * src/addrbook.[ch]
12781         * src/addrbook.[ch]
12782                 
12783
12784 2002-01-18 [paul]       0.7.0claws13
12785
12786         * sync with sylpheed 0.7.0cvs8
12787                 configure.in: support Mac OS X (Darwin)
12788
12789 2002-01-18 [carsten]    0.7.0claws12
12790         * src/html.c
12791                 small hack to fix a segfault with an empty href
12792                 (reported by Alexandra Walford <deeni@altern.org>)
12793         * src/mainwindow.c
12794         * src/summaryview.c
12795                 the shortcuts for Mark und Mark as unread are hardcoded
12796                 again
12797         * src/compose.c
12798         * src/gtkstext.[ch]
12799                 readded the shortcuts in gtkstext but made them
12800                 customizeable (simply by adding a menu plus a wrapper
12801                 to compose.c)
12802
12803 2002-01-17 [melvin]     0.7.0claws11
12804
12805         * src/gtkspell.c
12806                 fix default dictionary not being saved.
12807
12808 2002-01-16 [darko]      0.7.0claws10
12809
12810         * src/compose.c
12811                 fix wrapping crash with URL longer than wrapping margin
12812
12813 2002-12-08 [hoa]        0.7.0claws10
12814
12815         * src/matcher_parser_parse.y
12816                 fixed some bugs
12817
12818         * src/prefs_filtering.c
12819                 now, we can use bounce action in the dialog box.
12820
12821 2002-01-16 [carsten]    0.7.0claws9
12822         * src/gtkstext.c
12823                 removed the <control> and <alt> shortcuts because they're
12824                 not needed and interefered with the "normal" shortcuts
12825         * src/mainwindow.c
12826         * src/summaryview.c
12827                 removed most of the hardcoded shortcuts and assigned
12828                 them to menu entries making them easy customizable by
12829                 that
12830
12831 2002-01-16 |melvin]     0.7.0claws8
12832
12833         * src/gtkspell.c
12834                 fixed bug where using the mouse and when the compose
12835                 window is not on top may result in a crash.
12836
12837 2002-01-16 [melvin]     0.7.0claws7
12838
12839         * src/compose.c
12840                 fixed a long standingspell checker bug which could 
12841                 cause a crash after sending a message.
12842
12843 2002-01-16 [paul]       0.7.0claws6
12844
12845         * sync with sylpheed 0.7.0cvs7
12846                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12847                 2002-01-15, and 2002-01-16
12848
12849 2002-01-16 [melvin]     0.7.0claws5
12850
12851         * README.claws
12852         * src/compose.c
12853         * src/gtkspell.[ch]
12854         * src/main.c
12855                 Heavily modified spell checker code to work around
12856                 ispell bug, to add keyboard shortcuts and for future
12857                 enhancements. See README.claws for usage information.
12858
12859 2002-01-15 [alfons]     0.7.0claws4
12860         
12861         * src/summaryview.c
12862                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12863                 so sorting within threads reflects sort mode
12864
12865 2002-01-15 [christoph]  0.7.0claws3
12866
12867         * src/procmsg.c
12868                 added alertpanel if mail sending failed
12869
12870 2002-01-15 [alfons]     0.7.0claws2
12871         
12872         * src/prefs_filtering.c
12873                 don't stop timer when prefs filtering dialog is opened
12874
12875 2002-01-14 [alfons]     0.7.0claws1
12876
12877         * src/addr_compl.c
12878         * src/prefs.c
12879                 remove debug_print()s for privacy reasons
12880
12881 2002-01-14 [darko]      0.7.0claws
12882
12883         * README.claws
12884                 quotation wrapping is now also in the main branch
12885
12886 2002-01-14 [paul]
12887
12888         * tools/filter_conv.pl
12889                 allow for Boolean Op and case-sensitivity
12890                 this file is included in the release and tagged
12891                 'rel_0_7_0'
12892
12893 2002-01-13 [paul]       0.7.0claws
12894
12895         * release 0.7.0, with cvs tag 'rel_0_7_0'
12896
12897 2002-01-13 [paul]
12898
12899         * tools/filter_conv.pl
12900         * tools/README
12901                 rewritten to output to matcherrc instead of filteringrc
12902
12903         * po/es.po
12904                 updated Spanish translation by Ricardo Mones Lastra
12905
12906 2002-01-13 [alfons]
12907
12908         * po/nl.po
12909                 update dutch translation
12910
12911 2002-01-13 [paul]
12912
12913         * po/pt_BR.po
12914                 Updated by Fabio Junior Beneditto 
12915
12916 2002-01-13 [melvin]     0.6.6claws53
12917
12918         * po/fr.po
12919                 Updated french translation
12920
12921 2002-01-12 [alfons]     0.6.6claws52
12922
12923         * src/filtering.c
12924                 plug mem leak that has been sitting there for ages              
12925
12926 2002-01-12 [alfons]     0.6.6claws51
12927
12928         * src/summaryview.c
12929                 undo melvin's changes from 0.6.6claws48 because summary
12930                 view now refuses to select first unread message when
12931                 selecting a folder 
12932
12933 2002-01-11 [alfons]     0.6.6claws50
12934
12935         * src/import.c
12936                 use claws' semantics for getting folder item when
12937                 importing an mbox file into a folder 
12938                 (submitted by Dale P. Smith)
12939
12940 2002-01-11 [christoph]  0.6.6claws49
12941
12942         * src/prefs.h
12943                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12944                 toggle widget, because non static prefs can not use
12945                 prefs_set_* functions
12946         * src/prefs_account.c
12947                 toggle smtp auth password field sensitivity if
12948                 user id is empty and add descrition of usage for
12949                 these fields
12950         * src/prefs_folder_item.c
12951                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12952                 callbacks
12953
12954 2002-01-11 [melvin]     0.6.6claws48
12955
12956         * src/compose.c
12957                 fix the 'Ctrl-Enter' feature for sending and test really
12958                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12959                 editables which was not documented in Gtk)
12960
12961         * src/summaryview.c
12962                 Made summaryview refresh after sorting and not before.
12963
12964 2002-01-11 [christoph]  0.6.6claws47
12965
12966         * src/compose.c
12967                 select account from account ids if possible and
12968                 correctly set save folder for copy in reedit
12969
12970 2002-01-10 [paul]       0.6.6claws46
12971
12972         * sync with sylpheed 0.7.0 release
12973                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12974                 2002-01-09
12975
12976 2002-01-09 [alfons]
12977
12978         * src/summaryview.c
12979                 remove more dirt traces...
12980
12981 2002-01-09 [alfons]
12982         
12983         * src/summaryview.c
12984                 clean up some traces of my debugging stuff
12985
12986 2002-01-09 [alfons]     0.6.6claws45
12987
12988         * src/filtering.c
12989                 break up filteringprop_apply() in three separate pieces
12990                 so we can drop messages that failed processing in the
12991                 inbox
12992
12993         * src/summaryview.c
12994                 fix bug #469598 "no refresh of inbox after filter" which 
12995                 was introduced by the new summary view locking, and which 
12996                 prevented the summary view to update after a manual filter 
12997                 message. claw's filter message requires a summary_show().
12998                 (aargh, summary_show() again! :-)
12999                 
13000 2002-01-07 [alfons]     0.6.6claws44
13001
13002         * src/headerwindow.c
13003         * src/logwindow.c
13004         * src/messageview.c
13005         * src/sourcewindow.c
13006                 bring in Hiro's last 0.7.0 wm class fixes
13007
13008         * tools/sylprint.pl
13009                 bring in Ricardo's fix for sylprint script
13010
13011         * AUTHORS       
13012         * src/rfc2015.[ch]
13013         * src/prefs_common.[ch]
13014         * src/prefs_account.[ch]
13015         * src/compose.c
13016                 clean up account preference poison in rfc2015,
13017                 and preparation to fix double sign bug 
13018                 (patch submitted by Simon 'corecode' Schubert)
13019
13020 2002-01-07 [christoph]  0.6.6claws43
13021
13022         * src/mh.c
13023                 search for free message number, do not only rely
13024                 on last_num
13025         * src/send.c
13026                 fix smtp auth and use extra account information
13027                 if available, if not use pop3 data instead
13028                 (closes bug #500341)            
13029         * src/ssl.[ch]
13030                 match coding style
13031
13032 2002-01-06 [alfons]     0.6.6claws42
13033
13034         * src/mainwindow.c
13035                 try making the separate windows work again...
13036
13037 2002-01-06 [alfons]     0.6.6claws41
13038
13039         * src/mainwindow.c
13040                 adapt Hiro's separate window menu (to get rid of the funny
13041                 duplicate menu items), and make it work again
13042
13043 2002-01-06 [alfons]     0.6.6claws40
13044
13045         * tools/Makefile.am
13046         * tools/sylprint.rc
13047         * tools/sylprint.pl
13048         * tools/README.sylprint
13049                 add sylprint script for printing mails from Sylpheed
13050                 (contributed by Ricardo Mones Lastra)
13051
13052         * src/acount.c
13053                 clean up
13054
13055 2002-01-06 [melvin]     0.6.6claws39
13056
13057         * src/mainwindow.c
13058         * src/summaryview.c
13059                 Fixed crash introduced in 0.6.6claws38 by the menu
13060                 reorganisation (Hide read messages)
13061         
13062         * ChangeLog.claws 
13063                 Fixed typo (we are now in 2002, alfons ;) )
13064
13065 2002-01-05 [alfons]     0.6.6claws38
13066
13067         * sync with sylpheed 0.6.6cvs10-17
13068                 (last stuff marked as LAST_STABLE)
13069
13070 2002-01-04 [melvin]     0.6.6claws37
13071
13072         * src/account.c
13073                 Made account selection code use strcasestr again instead of
13074                 g_strcasecmp (fixes bug where reediting queued messages
13075                 did not select proper account reported by T. Link).
13076         
13077         * src/folderview.c
13078                 Fix bug where folder icons are not shown when 'hide read messages'
13079                 is on.
13080         
13081         * src/stock_pixmaps.[ch]
13082                 Added folder icons for 'hide read messages'.
13083         
13084         * src/compose.c
13085                 Fixed bug where 'Enter' in a header entry will send the message 
13086                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13087
13088 2002-01-03 [melvin]     0.6.6claws36
13089         
13090         * src/prefs.[ch]
13091                 Added popup menu for common preferences and
13092                 account preferences (right click on tab displays
13093                                 a menu of all tabs.)
13094
13095 2002-01-02 [melvin]     0.6.6claws35
13096
13097         * src/gtkspell.[ch]
13098                 Made spelling code compatible with undo/redo feature.
13099                 Added creation of suggestion mode menu for the general
13100                         preferences.
13101         
13102         * src/prefs_common.[ch]
13103                 Added option menu for the speller's suggestion mode.
13104                 Added missing spaces in "..." buttons and made a "..."
13105                         button non translatable!
13106         
13107         * src/compose.c
13108                 Made speller use the default suggestion mode.
13109                 Hack to make it possible to choose 'CTRL-Enter' as a
13110                         shortcut for sending (and only for sending).
13111
13112         * src/prefs_folder_item.c
13113                 Changing subject simplification does not update cache 
13114                         anymore (because it is unnecessary).
13115                 Fixed bug where changing subject simplification updated the 
13116                         summaryview even when the viewed folder is not the
13117                         folder which properties are being changed. (E.g. 
13118                                         viewing folder A and changing
13119                                         the subject simplification of 
13120                                         folder B -not being viewed- updated the 
13121                                         summaryview of folder A with data of
13122                                         folder B). (Hope this is clear... )
13123
13124 2001-12-31 [alfons]     0.6.6claws34
13125         
13126         * src/ldif.c
13127         * src/mutt.c
13128                 fgetc() returns a signed integer which doesn't
13129                 fit in a char. so c truncates this to a char
13130                 but we may lose significant bits. i.e. we may
13131                 comparing 0xFF which may not be equal to -1
13132                 unless properly casted to signed char which
13133                 we won't do because fgetc() returns a signed
13134                 integer which doesn't fit in a char. so c 
13135                 truncates this to a char but we may lose 
13136                 significat bits. (you got the idea, thanks
13137                 to Gustavo Noronha Silva <kov@debian.org>
13138                 and the Debian folks!)
13139
13140 2001-12-30 [alfons]     0.6.6claws33
13141
13142         * src/prefs_common.c
13143                 add #ifdef USE_PSPELLs that Melvin forgot               
13144
13145 2001-12-30 [melvin]     0.6.6claws32
13146         
13147         * src/prefs_common.[ch]
13148                 Added configurable color for misspelled words.
13149
13150         * src/gtkspell.[ch]
13151                 Fixed bug of foreground text color (reported by David
13152                                 Mehrmann)
13153                 Added configurable color for misspelled words.
13154
13155 2001-12-30 [alfons]     0.6.6claws31
13156
13157         * src/folder.c
13158                 remove unnecessary things someone put there
13159
13160         * src/mh.c
13161         * src/folder.[ch]
13162                 make folder properties (like threading and sorting) persistent
13163                 (closes bug #497424 "rescan folder tree resets proprieties")
13164                 currently this is only for MH folders. 
13165
13166 2001-12-29 [melvin]     0.6.6claws30
13167
13168         * src/string_match.[ch]
13169                 Optimized a bit: regexp pattern buffer compiled only once, and
13170                   one subroutine call removed. Fixed ^ regexp search: Now, 
13171                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13172         
13173         * src/summaryview.c
13174                 Subject filtering changed to filter summary columns and
13175                   not directly the messages subject cache. The loss in 
13176                   performance is balanced by the improvement of string_match.
13177                 Added an alert panel if there is an error in the regexp.
13178
13179         * src/src/prefs_folder_item.h
13180                 Added a regexp pattern buffer.
13181
13182 2001-12-28 [alfons]     0.6.6claws29
13183
13184         * src/string_match.[ch]
13185                 clean up name space
13186                 allow compilation *BSD
13187
13188 2001-12-27 [alfons]     0.6.6claws28
13189
13190         * src/filter.c
13191                 sync the Hiro's bug fix for BSD
13192
13193 2001-12-27 [melvin]     0.6.6claws27
13194         
13195         * src/compose.c
13196                 Simplify focus to subject entry code.
13197
13198 2001-12-27 [darko]      0.6.6claws26
13199
13200         * src/filtering.c
13201         * src/mbox_folder.c
13202         * src/messageview.c
13203         * src/mh.c
13204         * src/procheader.[ch]
13205         * src/procmsg.h
13206         * src/stock_pixmap.[ch]
13207         * src/summaryview.c
13208                 Show key icon for encrypted mails in summary view
13209
13210         * src/pixmaps/clip.xpm
13211         * src/pixmaps/clipkey.xpm
13212         * src/pixmaps/key.xpm
13213                 New/modified icons for the above
13214
13215 2001-12-27 [melvin]     0.6.6claws25
13216
13217         * src/prefs_common.c
13218                 Put spell checker options in a separate tab to decrease
13219                 the Common Preferences window height.
13220
13221         * README.claws  
13222                 Update spell checker usage instruction about its options
13223                 location.
13224
13225 2001-12-27 [melvin]     0.6.6claws24
13226
13227         * src/compose.c
13228                 Changed subject entry widget position. Initial focus is
13229                 on the To header instead of the subject entry.
13230                 Creating a new header scrolls the header list to make the
13231                 created one visible. Nevertheless, when automatically filling
13232                 headers, the first one is shown.
13233                 A Tab key press in the last empty header entry zips the 
13234                 focus to the subject entry.
13235                 (I did not change the combo boxes, yet)
13236
13237 2001-12-26 [alfons]     0.6.6claws23
13238
13239         * src/prefs_account.c
13240         * src/inc.c
13241                 allow default inbox to reside in another mailbox (only
13242                 works for POP3 accounts)
13243
13244 2001-12-26 [alfons]     0.6.6claws22
13245         
13246         * src/textview.c
13247                 make reply-on-click work with the account of the selected folder
13248         * src/compose.c
13249                 put a fixme here to remind me to fix finding correct default
13250                 account for nested folders
13251
13252 2001-12-25 [alfons]     0.6.6claws21
13253
13254         * src/summaryview.c
13255                 make column headers display locked and mark pixmaps (idea by Melvin) 
13256                 fix bug by adding score and locked column type to sort array
13257
13258 2001-12-25 [alfons]     0.6.6claws20
13259         
13260         * src/summaryview.c
13261                 catch a *potentially* inadvertent write back of  
13262                 the message cache(s) introduced by 0.6.5claws37
13263
13264 2001-12-25 [christoph]  0.6.6claws19
13265
13266         * src/stock_pixmap.[ch]
13267         * src/summaryview.c
13268                 add ignore thread pixmap
13269                 (can someone draw a better icon for this?)
13270
13271 2001-12-24 [alfons]     0.6.6claws18
13272
13273         * src/prefs_folder_item.c
13274                 make address completion actually work for the
13275                 Default To address in the Folder Property dialog.
13276
13277 2001-12-24 [alfons]     0.6.6claws17
13278         
13279         * src/summaryview.c
13280                 use new style regexp for subject stripping 
13281                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13282
13283 2001-12-24 [darko]      0.6.6claws16
13284
13285         * src/pgptext.c
13286         * src/rfc2015.c
13287                 move GPG related informational messages to debug mode
13288
13289 2001-12-23 [alfons]     0.6.6claws15
13290
13291         * src/stock_pixmap.[ch]
13292         * src/summaryview.c
13293                 add the forgotten Claws' locked pixmap
13294
13295 2001-12-23 [alfons]     0.6.6claws14
13296
13297         * src/filesel.c
13298                 accept file name typed in entry in multi file
13299                 selector (patch submitted by Gustavo Noronha Silva 
13300                 <kov@debian.org>)
13301
13302 2001-12-23 [alfons]     0.6.6claws13
13303
13304         * src/prefs_filter.c
13305         * src/prefs_filtering.c
13306         * src/matcher.c
13307         * src/importmutt.c
13308                 clean up a little bit
13309         
13310         * src/string_match.c
13311                 validate input strings a little bit more
13312
13313 2001-12-23 [alfons]     0.6.6claws12
13314
13315         * src/Makefile.am
13316         * src/summaryview.c
13317         * src/string_match.[ch]         ** NEW **
13318         * src/folderview.[ch]
13319         * src/headerview.h
13320         * src/folder.[ch]
13321         * src/prefs_folder_item.[ch]
13322                 add subject simplification to strip out strings from
13323                 a subject line (esp. handy for mailing lists). 
13324                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13325                 but slightly changed things for better integration.)
13326
13327 2001-12-23 [alfons]     0.6.6claws11
13328
13329         * src/mainwindow.c
13330                 fix bug introduced by submission included in 0.6.5claws52.
13331                 ideally this submission should clean the trash if any trash
13332                 folder has a message. however, the hasTrash variable was
13333                 set to false whenever a trash folder was empty (discarding
13334                 a previously found *filled* trash folder.)
13335
13336                 also edited the code a little bit and made it more safe.
13337
13338 2001-12-22 [alfons]     0.6.6claws10
13339
13340         * src/imap.c
13341                 quick fix for Martin Pool's omission of an account
13342                 specific SSL setting
13343
13344 2001-12-22 [alfons]     0.6.6claws9
13345
13346         * src/compose.c
13347         * src/messageview.c
13348         * src/mimeview.c
13349         * src/pgptext.c
13350         * src/procmime.[ch]
13351                 better support for multipart/digest (submitted
13352                 by Fredrik <e98fo@efd.lth.se>)
13353
13354 2001-12-22 [alfons]     0.6.6claws8
13355
13356         * src/addressbook.c
13357                 correct function signature
13358         * src/socket.[ch]
13359         * src/imap.[ch]
13360         * src/prefs_account.[ch]
13361                 allow IMAP over SSH tunnel (patch submitted by 
13362                 Martin Pool <mbp@samba.org>)
13363
13364 2001-12-21 [alfons]     0.6.6claws7
13365
13366         * sync with sylpheed 0.6.6cvs4-9
13367                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13368
13369 2001-12-21 [christoph]  0.6.6claws6
13370
13371         * src/compose.c
13372         * src/prefs_folder_item.[ch]
13373                 implement saving of outgoing messages to current folder.
13374                 fix segfault when no default outbox is available
13375                 (closes bug #495683)
13376
13377 2001-12-21 [carsten]    0.6.6claws5
13378         * src/folderview.c
13379         * src/summaryview.c
13380                 pressing CTRL while DND does now the expected thing and
13381                 copies the mail (moving is still the default, as this
13382                 seam more appropriate for handling mails by DND)
13383
13384 2001-12-18 [paul]       0.6.6claws4
13385
13386         * sync with sylpheed 0.6.6cvs3
13387                 see ChangeLog entries 2001-12-18
13388
13389 2001-12-18 [hiro]       0.6.6claws3
13390
13391         * src/undo.c
13392                 fix for multibyte characters (obtain the number of letters
13393                 instead of bytes).
13394
13395 2001-12-17 [paul]       0.6.6claws2
13396
13397         * sync with sylpheed 0.6.6cvs1
13398                 see ChangeLog entry 2001-12-16
13399
13400 2000-12-17 [alfons]     0.6.6claws1
13401
13402         * src/filtering.c
13403                 clean up
13404
13405 2001-12-16 [paul]       0.6.6claws
13406 2001-12-15
13407
13408         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13409
13410         * src/mimeview.c
13411                 last minute sync with main 0.6.6
13412
13413         * po/es.po
13414                 updated by Ricardo Mones Lastra
13415                 update for last minute sync
13416         * po/fr.po
13417         * po/nl.po
13418                 update for last minute sync
13419         * po/de.po
13420                 updated by Jens Oberender
13421         * po/pt_BR.po
13422                 updated by Fabio Junior Beneditto
13423
13424         * src/prefs_common.[ch]
13425         * src/undo.c
13426                 number of undo levels is user configurable
13427                 (squeeze it into the release in the dying
13428                 moments) Submitted by Jens Oberender    
13429
13430 2001-12-15 [melvin]
13431
13432         * po/fr.po
13433                 updated french translation
13434
13435 2001-12-15 [paul]       0.6.5claws92
13436
13437         * sync with sylpheed 0.6.5cvs28
13438                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13439
13440         * po/nl.po
13441                 update to allow for sync
13442
13443 2001-12-15 [alfons]
13444         
13445         * po/nl.po
13446                 update dutch translation
13447
13448 2001-12-14 [carsten]    0.6.5claws91
13449         * src/summaryview.c
13450                 fixed bug #473785; also after changing the column order
13451                 the same message will be selected and displayed as before
13452                 the reordering
13453
13454 2001-12-14 [carsten]    0.6.5claws90
13455         * src/folderview.c
13456                 probably found the bug reported by wwb opening or closing
13457                 a folder tree just before dnd (found the solution in the
13458                 balsa source -- thanks to them)
13459
13460 2001-12-14 [carsten]    0.6.5claws89
13461         * src/gtkutils.c
13462         * src/account.c
13463                 moved gtk_clist_moveto to the right place, so that
13464                 only the accounts dialog is effected on opening
13465
13466 2001-12-14 [carsten]    0.6.5claws88
13467         * src/gtkutils.c
13468                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13469                 now, so that the focused row will be seen in any case
13470                 (reported by wwp on sf-claws-user)
13471
13472 2001-12-14 [darko]      0.6.5claws87
13473
13474         * src/compose.c
13475                 remove unnecessary line
13476
13477 2001-12-14 [paul]       0.6.5claws86
13478
13479         * sync with sylpheed 0.6.5cvs27
13480                 see ChangeLog entries 2001-12-14
13481
13482 2001-12-14 [carsten]    0.6.5claws85
13483         * src/mainwindow.c
13484                 following a suggestion of Melvin the rcoabm pops up
13485                 right under the button now and the button is reliefed
13486                 while the popup is open
13487
13488 2001-12-14 [darko]      0.6.5claws84
13489
13490         * src/compose.c
13491                 fix crash when wrapping long lines if linewrap quotation
13492                 is disabled and wrapper encounters a word spanning more
13493                 than one line
13494
13495 2001-12-13 [paul]       0.6.5claws83
13496
13497         * src/compose.c
13498                 prefer 'Reply-To' header over mailing list header when
13499                 replying to a message. Finally prevent all those confirmation 
13500                 messages being sent to the list itself.
13501
13502         * src/summaryview.c
13503                 remove unused summary_set_menu_sensitive() entry
13504
13505 2001-12-13 [paul]       0.6.5claws82
13506
13507         * src/folderview.c
13508         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13509         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13510         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13511                 improvements to 'Hide read messages': Inbox, Outbox,
13512                 Trash, Queue, and Draft icons now reveal presence of hidden 
13513                 messages
13514
13515 2001-12-12 [alfons]     0.6.5claws81
13516
13517         0.6.5claws80 was tagged as LAST_STABLE
13518
13519         * src/filtering.[ch]
13520         * src/matcher.[ch]
13521         * src/matcher_parser_lex.c
13522                 fix the filtering; my last attempt to get it right, 
13523                 if it does not work, it's Hoa's turn. ;-)
13524
13525                 for my honourable peers:
13526                 
13527                 the code now makes a clear distinction between
13528                 rules as they are displayed (probably escaped),
13529                 and as they are executed (probably unescaped). the
13530                 parser does *NOT* do any unescaping, this is
13531                 the task of the matcher.c (which breaks up a
13532                 rule into condition) and the filtering.c (which
13533                 breaks up the rule's action). to make this
13534                 run happily we provide an unescaped copy of
13535                 crucial strings to the MatcherProp and 
13536                 FilteringAction structures. note that the only
13537                 exception to this is any REGEXP string. those
13538                 are directly passed to regcomp() and regexp()
13539                 (who have much more powerful unescape functions).
13540                 
13541                 for everyone else:
13542         
13543                 you can escape tab (\t), carriage return (\r),
13544                 linefeed (\n), form feed (\f), quote (\"), 
13545                 single quote (\'), bell (\b) in all the entry
13546                 lines in the scoring & filtering dialogs.
13547                 as an added bonus this should not affect
13548                 existing filtering rules.
13549
13550 2001-12-12 [carsten]    0.6.5claws80
13551
13552         * src/summaryview.c
13553         * po/de.po
13554                 "item(s) selected" is now sensitive to 1 or more
13555                 than one selected (nice for language where simple
13556                 adding of a "s" is not possible as German (Eintrag
13557                 ->Eintr"age)
13558                 
13559                 the "forward as attachment" entry from the right
13560                 click menu removed, "forward" acts following the
13561                 prefs
13562         
13563         * src/textview.c
13564                 reverted my former changes; so compiler warning again
13565                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13566                 nevertheless
13567
13568         * src/messageview.c
13569                 "search in message" does now *not* only work in MVIEW_TEXT
13570                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13571                 message
13572
13573         * src/mainwindow.c
13574                 removed "/File/_Close" as it was the same as "/File/E_xit"
13575                 and we don't need it two times
13576
13577                 the separate folder view and message view now get a distinct
13578                 WMCLASS, just in case someone is using sawfish ;-)
13579
13580                 as the menu entries "/View/Message view" and "/View/Folder tree"
13581                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13582                 make them sensitive accordingly and as these two are "shown"
13583                 after startup anytime check this menuitem at startup
13584
13585 2001-12-12 [paul]       0.6.5claws79
13586
13587         * src/folderview.c
13588                 fix sensitivity of 'Search folder...', broken in
13589                 0.6.5claws75
13590
13591         * src/mainwindow.c
13592                 fix dodgy English
13593
13594 2001-12-11 [carsten]    0.6.5claws78
13595         * src/filtering.c
13596                 fixed two typos returning a wrong FALSE/TRUE
13597         * src/mainwindow.[ch]
13598                 extra menu for email/news button removed
13599
13600 2001-12-11 [alfons]     0.6.5claws77
13601         
13602         * src/matcher.c                 (1.3)
13603         * src/matcher_parser_lex.l      (1.28)
13604                 revert for another attempt
13605                 mark 0.6.5claws77 as LAST_STABLE
13606
13607 2001-12-11 [christoph]  0.6.5claws76
13608
13609         * po/de.po
13610                 fixed wrong translation for prev. unread msg
13611
13612 2001-12-11 [paul]       0.6.5claws75
13613
13614         * src/folder.[ch]
13615         * src/folderview.c
13616         * src/mainwindow.c
13617         * src/summaryview.[ch]
13618         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13619                 enable ability to hide read messages on per folder basis via 
13620                 '/Summary/Hide read messages'; when selected, a folder will 
13621                 have a red open folder icon, instead of a blue icon, if the 
13622                 folder contains hidden messges
13623                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13624
13625         * src/mainwindow.c
13626                 remove '/Message/Forward as attachment' from 
13627                 main_window_set_menu_sensitive() to prevent debug warning
13628
13629         * src/folderview.c
13630         * src/mainwindow.c
13631                 Clean up some of the English
13632
13633         * tools/newscache_clean.pl
13634                 allow for new 'hidereadmsgs' entry in folderlist.xml
13635
13636         * po/es.po
13637                 updated translation, submitted by Ricardo Mones Lastra
13638
13639 2001-12-11 [paul]       0.6.5claws74
13640
13641         * sync with sylpheed 0.6.5cvs25
13642                 see ChangeLog entry 2001-12-11
13643
13644 2001-12-10 [alfons]     0.6.5claws73
13645
13646         * src/matcher.c
13647                 add more control characters
13648         * src/matcher_parser_lex.l
13649                 make escaping / unescaping work again
13650
13651 2001-12-10 [alfons]     0.6.5claws72
13652
13653         * src/imap.c
13654                 clean up warnings "returning value for void function" 
13655         * src/prefs_filtering.c
13656                 make info button for execute action sensitive
13657
13658 2001-12-10 [paul]       0.6.5claws71
13659
13660         * src/compose.c
13661         * src/imap.[ch]
13662         * src/summaryview.c
13663                 fix: imap server now gets informed of MARKED, UNMARKED
13664                 and REPLY events. Now people can use different IMAP-Mail
13665                 clients and have the exact same information about MARKED,
13666                 UNMARKED and REPLY status with all of them. Especially
13667                 useful for imap servers with a web-frontend.
13668                 submitted by Tobias Sandhaas <medlor@web.de>
13669
13670 2001-12-09 [melvin]     0.6.5claws70
13671         
13672         * src/textview.[ch]
13673                 fixed bug #490076 (hunted down by Alfons who implemented
13674                 a workaround in 0.6.5claws65)
13675
13676 2001-12-09 [christoph]  0.6.5claws69
13677
13678         * src/summaryview.c
13679                 set pointer to string in LOCKED column to NULL
13680                 (might fix bug #490800)
13681
13682 2001-12-09 [carsten]    0.6.5claws68
13683
13684         * po/de.po
13685                 resolved some cluttered menu shortcuts 
13686                 ('creating new email' and 'creating news message'
13687                 hade the same)
13688         * src/compose.c
13689                 wmclass now distinc from main window
13690         * src/mainwindow.c
13691           src/mainwindow.h
13692                 email/news and forward button functionality similar
13693                 to the reply buttons; removed the ugly dropdown arrows
13694                 and use instead the right mouse button
13695
13696 2001-12-09 [paul]       0.6.5claws67
13697
13698         * src/imap.c
13699         * src/utils.h
13700                 allow spaces in imap folder names
13701                 submitted by Willem van Engen <wvengen@stack.nl>
13702
13703 2001-12-09 [paul]       0.6.5claws66
13704
13705         * sync with sylpheed 0.6.5cvs24
13706                 see ChangeLog entry 2001-12-09
13707
13708 2001-12-08 [alfons]     0.6.5claws65
13709
13710         * src/textview.c
13711                 prevent secondary selection claim after "add to sender" dialog
13712                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13713                 we trick GTK by simulating a click at (0, 0) in the textview.
13714
13715 2001-12-08 [hoa]        0.6.5claws64
13716
13717         * src/folder.c
13718                 fixed a bug about the .processing folder name while filtering
13719
13720 2001-12-08 [alfons]     0.6.5claws63
13721
13722         * src/folderview.c 
13723                 work around problem of not correctly updating folder stats
13724                 when deleting messages. there's some folder scanning evil
13725                 going so the folderview_update_msg_num() does not work
13726                 correctly. need to investigate this.
13727
13728 2001-12-08 [paul]       0.6.5claws62
13729
13730         * sync with sylpheed 0.6.5cvs23
13731                 see ChangeLog entry 2001-12-08
13732
13733 2001-12-07 [christoph]  0.6.5claws61
13734
13735         * src/compose.c
13736                 fix another header translation problem
13737
13738 2001-12-07 [alfons]     0.6.5claws60
13739
13740         * src/mbox.c
13741                 make filtering also work on local spool mbox
13742
13743 2001-12-07 [carsten]    0.6.5claws59
13744         * src/addressbook.c
13745                 addressbook window gets a wmclass distinct from the main
13746                 sylpheed window
13747         * src/compose.h
13748         * src/mainwindow.[ch]
13749                   forward menu item will use mode selected in prefs, forward 
13750                 as attatchment in menu removed (will be substituted in the
13751                 toolbar similar to reply buttons)
13752                   create news message menu entry and news button is now 
13753                 sensitive to the existance of a news account
13754         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13755         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13756         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13757                 these are removed because the toolbar buttons don't show
13758                 the quoting modus any longer
13759
13760 2001-12-07 [paul]
13761
13762         * tools/newscache_clean.pl      ** NEW FILE **
13763                 perl script to do some tidying up in the newscache directory 
13764                 
13765         * tools/sylpheed-switcher       ** NEW FILE **
13766                 perl script to enable easy switching between main and claws
13767                 
13768         * tools/README
13769                 added descriptions of the two new perl scripts          
13770
13771
13772 2001-12-07 [melvin]     0.6.5claws58
13773
13774         * src/messageview.c
13775                 fixed a warning during compilation introduced in 0.6.5claws56
13776
13777 2001-12-07 [paul]       0.6.5claws57
13778
13779         * src/mainwindow.[ch]
13780         * src/menu.[ch]
13781                 further usability enhancements to replying with or without 
13782                 quoting via the toolbar, use of Ctrl key is replaced by 
13783                 drop down menu 
13784                 Submitted by Carsten Schurig            
13785
13786 2001-12-07 [melvin]     0.6.5claws56
13787
13788         * src/messageview.c
13789                 hack to fix bug that prevented to make/paste selections
13790                 after switching between MVIEW_TEXT and MVIEW_MIME views
13791                 without deselecting the selection first.
13792
13793 2001-12-06 [alfons]     0.6.5claws55
13794
13795         * src/filtering.[ch]
13796         * src/inc.c
13797                 revise filtering a little bit more, and make sure
13798                 messages are delivered to the appropriate inbox
13799                 (perhaps set per account)
13800
13801 2001-12-06 [paul]       0.6.5claws54
13802
13803         * sync with sylpheed 0.6.5cvs22
13804                 see ChangeLog entry 2001-12-06
13805
13806 2001-12-05 [alfons]     0.6.5claws53
13807
13808         * src/inc.c
13809         * src/folder.[ch]
13810         * src/procmsg.c
13811         * src/filtering.c
13812                 more revisions of filtering system
13813                 (last stable version is marked as LAST_STABLE)
13814                 
13815                 | NOTE 1): the filtering system now uses a local folder called
13816                 | .processing. if filtering fails, check this directory
13817                 | for missing messages.
13818                 |
13819                 | NOTE 2): help us find the filtering actions still missing
13820
13821 2001-12-05 [paul]       0.6.5claws52
13822
13823         * src/mainwindow.c
13824                 fix bug where 'Empty Trash?' pop-up window appears even
13825                 when Trash is empty, submitted by Jesse Skinner         
13826
13827 2001-12-05 [melvin]     0.6.5claws51
13828
13829         * src/compose.c
13830                 fixed bug #486106 to select correct account when reediting 
13831                 a queued message
13832         
13833 2001-12-04 [alfons]     0.6.5claws50
13834
13835         * src/mh.c
13836                 declare markfile in appropriate functions when
13837                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13838                 for spotting this)
13839
13840 2001-12-04 [paul]       0.6.5claws49
13841
13842         * sync with sylpheed 0.6.5cvs21
13843                 see ChangeLog entry 2001-12-04
13844
13845 2001-12-03 [christoph]  0.6.5claws48
13846
13847         * po/de.po
13848                 changed translation of undo
13849         * src/account.c
13850         * src/folder.c
13851                 don't reinvent the wheel to traverse a GNode
13852         * src/compose.[ch]
13853                 seperate code to create the compose gui into functions
13854                 add "Others" page with folder selection for saving copy
13855                 of the message.
13856                 the folder identifier is saved to queue header
13857         * src/procmsg.c
13858                 save message to folder in queue header
13859
13860 2001-12-03 [paul]       0.6.5claws47
13861
13862         * sync with sylpheed 0.6.5cvs20
13863                 see ChangeLog entry 2001-12-03
13864
13865 2001-12-01 [paul]
13866
13867         * more sync with sylpheed 0.6.5cvs19
13868                 see ChangeLog entry 2001-11-29
13869
13870 2001-11-30 [paul]       0.6.5claws46
13871         
13872         * src/compose.c
13873                 remove conflicts introduced by Hoa's last commit
13874          
13875         * src/mainwindow.c
13876                 make 'Message/Bounce' sensitive
13877
13878 2001-11-30 [hoa]        0.6.5claws45
13879
13880         * src/compose.c
13881                 slightly change bounce function to add
13882                 information about the user that bounced the mail
13883                 in the From header line.
13884
13885         * src/folderview.c
13886                 permit the use of processing in outbox folder.
13887
13888 2001-11-29 [paul]       0.6.5claws44
13889
13890         * src/mainwindow.[ch]
13891         * src/prefs_common.c
13892         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13893         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13894         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13895                 usability enhancements to the quoting, implements
13896                 use of Ctrl key to toggle quoting settings
13897                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13898
13899 2001-11-29 [paul]       0.6.5claws43
13900         
13901         * sync with sylpheed 0.6.5cvs19
13902                 see ChangeLog entry 2001-11-28
13903
13904 2001-11-29 [melvin]     0.6.5claws42
13905         * src/Makefile.am
13906                 added enriched.[ch] to the list of files
13907
13908         * src/textview.c
13909         * src/mimeview.c
13910         * src/procmime.[ch]
13911         * src/enriched.[ch]
13912                 added support to view text/enriched
13913                 added support to show headers in message view for text/enriched and text/html
13914                         in non multipart messages
13915
13916 2001-11-28 [paul]       0.6.5claws41
13917
13918         * more sync with sylpheed 0.6.5cvs18
13919                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13920
13921 2001-11-27 [paul]       0.6.5claws40
13922         
13923         * po/pt_BR.po
13924                 updated translation, submitted by Fabio Junior Beneditto
13925                 
13926         * sync with sylpheed 0.6.5cvs18
13927                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13928                 2001-11-27
13929
13930
13931 2001-11-26 [paul]
13932
13933         * po/es.po
13934                 updated translation, submitted by Ricardo Mones Lastra
13935
13936 2001-11-26 [alfons]
13937
13938         * src/matcher.c
13939                 add more translatable strings
13940
13941 2001-11-26 [christoph]  0.6.5claws39
13942
13943         * po/de.po      
13944                 fixed one more umlaut
13945         * src/compose.c
13946                 fix translated header when it should not be translated
13947
13948 2001-11-26 [paul]       0.6.5claws38
13949
13950         * src/mainwindow.c
13951                 remove '/Message/Add Sender to address book' from 
13952                 main_window_set_menu_sensitive(), prevent debug warning
13953                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13954
13955 2001-11-26 [paul]       0.6.5claws37
13956
13957         * src/summaryview.c
13958                 fix 'recurring unread state' bug 
13959
13960         * tools/README 
13961         * tools/filter_conv.pl
13962                 read name of top level mailbox from folderlist.xml
13963                 and presume nothing about its name              
13964
13965 2001-11-26 [darko]      0.6.5claws36
13966
13967         * src/gtkstext.[ch]
13968                 removed functions that are now in gtkutils.c
13969                 use gtkut_text_is_uri_string() from gtkutils.c
13970         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13971
13972 2001-11-26 [paul]       0.6.5claws35
13973
13974         * sync with sylpheed 0.6.5cvs16
13975                 see ChangeLog entries 2001-11-25 and 2001-11-26
13976
13977 2001-11-25 [alfons]     0.6.5claws34
13978
13979         EXPERIMENTAL!!! Please checkout the last stable version using: 
13980           
13981         % cvs update -r LAST_STABLE -dRAP
13982
13983         (Or help us testing this stuff.)
13984
13985         * src/filtering.c               (1.14)
13986         * src/filtering.h               (1.6)
13987         * src/inc.c                     (1.28)
13988         * src/matcher.c                 (1.20)
13989         * src/mbox.c                    (1.9)
13990         * src/procmsg.h                 (1.14)
13991         * src/summaryview.c             (1.59)
13992         * src/summaryview.h             (dunno)
13993                 revert/merge/sync to as it was before commit 
13994                 on Thu, 19 Jul 2001 10:15:51 -0700.
13995
13996 2001-11-25 [hoa]        0.6.5claws33
13997
13998         * src/main.c
13999                 processing mails at startup
14000
14001         * src/folderview.c
14002         * src/summaryview.[ch]
14003                 processing mails when entering folder
14004
14005         * src/prefs_filtering.c
14006                 fixed some UI bugs
14007
14008 2001-11-24 [alfons]     0.6.5claws32
14009
14010         * src/summaryview.[ch]
14011                 make summary sort headers work, and also make
14012                 sure the sort type is stored
14013
14014 2001-11-23 [alfons]     0.6.5claws31
14015
14016         * src/summaryview.[ch]
14017                 make lock work like mark
14018                 disallow deleting messages marked as locked
14019
14020 2001-11-23 [alfons]     0.6.5claws30
14021
14022         * src/gtkstext.c
14023         * src/compose.[ch]
14024         * src/Makefile.am
14025         * src/undo.[ch]
14026                 merge undo patch submitted by Jens
14027
14028 2001-11-23 [christoph]  0.6.5claws29
14029
14030         * src/.cvsignore
14031                 added ylwrap
14032         * src/compose.c
14033                 fixed gpg signing and encoding
14034         * src/folder.[ch]
14035         * src/main.c
14036                 added --status option to get new, unread and total
14037                 message count from a running sylpheed
14038         * src/prefs_common.c
14039                 temporary fix for reply_with_quote problem
14040                 (don't call functions for non existing widget)
14041         * src/procmsg.c
14042                 one more check for ignored threads but still not
14043                 always working correctly. probably a recursive
14044                 check for all parents is needed
14045
14046 2001-11-23 [darko]      0.6.5claws28
14047
14048         * src/compose.c
14049                 wrapping on send improvements
14050         * src/gtkutils.[ch]
14051                 fix for GtkSText after last sync with main branch
14052                 GTK_TEXT -> GTK_STEXT
14053
14054 2001-11-23 [paul]       0.6.5claws27
14055
14056         * sync with sylpheed 0.6.5cvs14
14057                 see ChangeLog entries 2001-11-22 and 2001-11-23
14058                 
14059         * po/de.po
14060                 fixed the scrambled umlauts 
14061                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14062
14063 2001-11-21 [paul]       0.6.5claws26
14064
14065         * sync with sylpheed 0.6.5cvs12
14066                 see 2nd ChangeLog entry dated 2001-11-20
14067
14068 2001-11-20 [paul]       0.6.5claws25
14069
14070         * sync with sylpheed 0.6.5cvs11
14071                 see ChangeLog entry 2001-11-19 (src/utils.c)
14072
14073 2001-11-20 [hiro]
14074
14075         * src/compose.c
14076                 GTK_TEXT -> GTK_STEXT
14077                 fix for wrong comment
14078
14079 2001-11-20 [hiro]       0.6.5claws24
14080
14081         * src/compose.[ch]
14082                 more merges from main branch
14083                 removed fatal warnings (uninitialized variables etc.)
14084                 some coding style fix
14085         * src/gtkutils.h
14086                 fixed typo.
14087         * src/addressbook.c
14088           src/addrindex.c
14089                 V-Card -> vCard
14090
14091 2001-11-19 [hoa]        0.6.5claws23
14092
14093         * src/filtering.c
14094         * src/prefs_scoring.c
14095         * src/matcher.[ch]
14096         * src/scoring.c
14097                 cleaning code
14098
14099         * src/matcher_parser_parse.y
14100         * src/prefs_filtering.c
14101                 bouncing
14102
14103 2001-11-19 [alfons]     0.6.5claws22
14104
14105         more of my old things into claws
14106
14107         * src/Makefile.am
14108         * src/prefs_common.c
14109         * src/procmsg.h
14110         * src/summaryview.[ch]
14111         * src/prefs_summary_column.c
14112         * src/pixmaps/locked.xpm
14113                 add indicators for locking of message in summary view
14114                 (does not work yet, only visual indicator)
14115
14116 2001-11-19 [paul]       0.6.5claws21
14117
14118         * sync with sylpheed 0.6.5cvs10
14119                 see ChangeLog entry 2001-11-19
14120
14121 2001-11-18 [alfons]     0.6.5claws20
14122         
14123         * src/filtering.c
14124                 remove an inadvertent free I forgot in previous clean up 
14125
14126 2001-11-18 [alfons]     0.6.5claws19
14127
14128         * src/filtering.[ch]
14129                 clean up & plug leaks
14130
14131 2001-11-18 [paul]       0.6.5claws18
14132
14133         * sync with sylpheed 0.6.5cvs9
14134                 see ChangeLog entries 2001-11-17 and 2001-11-18
14135
14136 2001-11-16 [paul]       0.6.5claws17
14137
14138         * sync with sylpheed 0.6.5cvs8
14139                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14140
14141 2001-11-16 [paul]       0.6.5claws16
14142
14143         * sync with sylpheed 0.6.5cvs7
14144                 see ChangeLog entries 2001-11-15 and 2001-11-16
14145
14146 2001-11-15 [hoa]        0.6.5claws15
14147
14148         * src/compose.c
14149                 fix bounce, mails we received couln't be bounced to ourself.
14150
14151         * src/defs.h
14152         * src/filtering.[ch]
14153         * src/matcher.[ch]
14154         * src/matcher_parser.h
14155         * src/matcher_parser_lex.l
14156         * src/matcher_parser_parse.y
14157         * src/inc.c
14158         * src/main.c
14159         * src/mbox.c
14160         * src/prefs_filtering.[ch]
14161         * src/mainwindow.c
14162         * src/prefs_matcher.c
14163         * src/prefs_scoring.c
14164         * src/scoring.[ch]
14165         * src/summaryview.c
14166                 new matcher/filter/score configuration file parser
14167                 one unique configuration file => ~/.sylpheed/matcherrc
14168                 import in currently automatic, then save are made
14169                 in this new file.
14170                 one filter per folder and one global filter
14171                 (filter of a folder will be used as folder processing)
14172
14173         * src/folder.c
14174                 fix a bug in folder_item_get_identifier
14175                 
14176         * src/messageview.c
14177                 receive receipt return are fixed.
14178
14179 2001-11-14 [alfons]     0.6.5claws14
14180
14181         * src/session.h
14182                 add things from main branch to make claws compile
14183
14184 2001-11-14 [paul]       0.6.5claws13
14185
14186         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14187                 see ChangeLog entries 2001-11-08 to 2001-11-14
14188
14189 2001-11-14 [hoa] 0.6.5claws12
14190
14191         * src/compose.[ch]
14192         * src/mainwindow.c
14193         * src/summaryview.c
14194                 add "bounce mail" option
14195
14196 2001-11-13 [christoph]  0.6.5claws11
14197
14198         * src/compose.c
14199                 Cleanup a mess i add before commiting
14200
14201 2001-11-13 [hoa]        0.6.5claws10
14202
14203         * src/compose.c
14204                 some fixes when mail are sent or
14205                 for crossposts
14206
14207 2001-11-13 [christoph]  0.6.5claws9
14208
14209         * po/de.po
14210                 Changed two string with the same translation
14211         * src/compose.c
14212         * src/procmsg.[ch]
14213         * src/send.[ch]
14214                 New mailsending process:
14215                   - Always queue message before sending
14216                     (message will be saved if sylpheed crashed or
14217                      freezes while sending)
14218                   - Allow queuing of newspostings
14219                   - No copy in outbox before sending
14220                     (closes bug #469501)
14221                   - No more redundant code for send and send_later
14222         * src/summaryview.c
14223                 Applied wwp <subscript@free.fr>'s patch that fixes
14224                 marks for multiple forwarded messages (+compose.c)
14225
14226 2001-11-12 [alfons]
14227
14228         * README.claws
14229                 remove things that are now in main branch
14230         
14231         * po/nl.po
14232                 update Dutch translation
14233
14234 2001-11-12 [mhadasht]   0.6.5.claws8
14235
14236         * src/prefs_common.c
14237                 re-enabled account autoselection feature for forward
14238                 and reedit lost during the branch point for SYNC-B4-REL
14239         * src/gtkspell.c
14240                 gtkpspell_get_dict(): more readable code (even if function is
14241                 not used yet)
14242         * ChangeLog.claws
14243                 added version number info to 2001-11-12 [hiro] comment.
14244
14245 2001-11-12 [hiro]       0.6.5.claws7
14246
14247         * src/compose.c
14248                 compose_forward(): fixed a bug that forward quote mark
14249                 wasn't used.
14250                 removed unnecessary code.
14251         * src/template_select.[ch]: removed.
14252
14253 2001-11-11 [alfons]
14254
14255         * src/compose.c
14256                 :%s/GTK_TEXT/GTK_STEXT/g
14257         
14258         * src/compose.[ch]
14259         * src/undo.[ch]
14260         * src/Makefile.am
14261                 revert the undo stuff (this is 0.6.6claws stuff)
14262
14263 2001-11-11 [hoa]        0.6.5.claws6
14264
14265         * src/compose.[ch]
14266                 Insert signature at the end of the text.
14267                 Added undo patch but currently disabled
14268
14269         * src/procmsg.c
14270                 Threading by subject improved.
14271
14272         * added src/undo.[ch]
14273                 Undo module for compose dialog box.
14274
14275 2001-11-11 [alfons]     0.6.5.claws5
14276
14277         * src/procmsg.c
14278                 prevent threading by subject on nodes that have already been
14279                 threaded by in-reply-to (as in "circular references in a tree
14280                 result in a dead branch")
14281
14282 2001-11-09 [hoa]        0.6.5.claws4
14283         
14284         * src/folderview.c
14285                 allows creation of mbox folder item from any files.
14286
14287 2001-11-09 [alfons]     0.6.5.claws3
14288         
14289         * src/utils.c
14290         * src/procmsg.c
14291                 do what I mean and correct threading by subject so it really
14292                 ignores attracting lines without "Re: "
14293
14294 2001-11-07 [alfons]     0.6.5.claws2
14295
14296         * src/procmsg.c
14297         * src/utils.[ch]
14298                 only attract by subject if a subject line starts with a "Re: "
14299         * src/syldap.c
14300                 remove warning
14301
14302 2001-11-07 [paul]       0.6.5claws1
14303
14304         * sync with sylpheed 0.6.5. release
14305                 see ChangeLog entry 2001-11-07
14306
14307 2001-11-07 [paul]       0.6.4claws31
14308
14309         * sync with sylpheed 0.6.4cvs18
14310                 see ChangeLog entries 2001-10-30 to 2001-11-07
14311                 prefs_templates.[ch] renamed prefs_template.[ch]
14312
14313 2001-11-06 [alfons]
14314         
14315         * src/utils.h
14316                 add semicolon Hoa forgot ;-)
14317                 
14318
14319 2001-11-06 [hoa]        0.6.4claws30
14320         
14321         * src/procmsg.c
14322         * src/summaryview.c
14323         * src/utils.c
14324         * src/utils.h
14325                 threading by subject - empty subject are ignored
14326
14327 2001-11-06 [christoph]  0.6.4claws29
14328
14329         * src/socket.c
14330                 use SSL_peek for sock_gets
14331         * src/utils.c
14332                 removed unneeded pointer in extracting quoted
14333                 names implementation
14334
14335 2001-11-06 [melvin]     0.6.4claws28
14336
14337         * src/gtkspell.c
14338                 fixed bug #476792 Selection overtyping with spell checker
14339                 fixed bug which could cause a buffer overflow
14340                 fixed a memory leak
14341
14342 2001-11-06 [hoa]        0.6.4claws27
14343         
14344         * src/procmsg.c
14345         * src/summaryview.c
14346                 threading by subject
14347
14348 2001-11-05 [alfons]     0.6.4claws26
14349         
14350         * README.claws
14351                 Claws -> Sylpheed (vice versa)
14352
14353         * src/compose.c
14354                 :%s/gtk_text/gtk_stext/g
14355                 :%s/GTK_TEXT/GTK_STEXT/g
14356                 (thanks to Jonathan Ware for spotting this)
14357
14358 2001-11-04 [christoph]  0.6.4claws25
14359
14360         * src/summaryview.c
14361                 replace Xalloca + strdup with Xstrdup_a
14362         * src/utils.c
14363                 better implementation of extracting quoted names
14364                 from addresses (remove backlashes and ignore
14365                 quotes after them)
14366
14367 2001-11-04 [alfons]     0.6.4claws24
14368
14369         * src/utils.[ch]
14370                 edit to comply more with coding style
14371
14372         * src/textview.c
14373                 fix bug reported by Kim Schulz. introduced by the patch integrated
14374                 in 0.6.4claws15. the code did not check the return value of
14375                 the html parser.
14376
14377         * AUTHORS
14378                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14379
14380 2001-11-04 [christoph]  0.6.4claws23
14381
14382         * src/main.c
14383         * src/prefs_common.[ch]
14384                 init some pointers that possibly caused a segfault
14385                 reported in the claws-users ML
14386
14387 2001-11-04 [hoa]        0.6.4claws22
14388
14389         * src/grouplistdialog.c
14390                 change the names of the nodes in the tree
14391
14392         * src/compose.c
14393                 enhanced mailto syntax as described in
14394                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14395                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14396
14397         * src/utils.c
14398                 encode and decode URI (useful when opening URL into
14399                 netscape).
14400
14401 2001-11-03 [hoa]        0.6.4claws21
14402
14403         * src/grouplistdialog.c
14404                 a new newsgroups list selection dialog box
14405                 with a CTree instead of a CList
14406
14407 2001-11-03 [hoa]        0.6.4claws20
14408
14409         * src/folderview.c
14410                 enable property and scoring options when right
14411                 click on "inbox"
14412
14413         * src/summaryview.c
14414                 fixed bug when nickname were displayed using
14415                 the address book.
14416
14417 2001-11-02 [darko]      0.6.4claws19
14418
14419         * src/compose.c
14420                 new wrap quotation and URL/long words wrapping implementation
14421         * src/compose.c src/gtkstext.[ch]
14422                 move gtkstext_strncmp() to gtkstext.c
14423
14424 2001-11-01 [christoph]  0.6.4claws18
14425
14426         * src/prefs_account.c
14427                 fixed mess in account settings dialog
14428         * src/prefs_folder_item.c
14429                 added label with folder path to dialog
14430
14431 2001-10-31 [match]      0.6.4claws17
14432
14433         * src/vcard.c
14434                 fix memory leak.
14435         * src/addrbook.c
14436                 fix generation of spurious address book file names.
14437                 remove redundant functions.
14438         * po/POTFILES.in
14439                 added missing file names.
14440
14441 2001-10-30 [paul]       0.6.4claws16
14442
14443         * sync with sylpheed 0.6.4cvs6
14444                 see ChangeLog entries 2001-10-26 to 2001-10-30
14445
14446         * tools/filter_conv.pl
14447                 read folderlist.xml to discover whether the top-level
14448                 folder is called 'Mailbox' or 'Mail' 
14449
14450 2001-10-29 [paul]       0.6.4claws15
14451
14452         * src/html.c, src/textview.c
14453                 activate links in html mail and fix clickable parts
14454                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14455
14456 2001-10-29 [paul]
14457
14458         * po/de.po, po/es.po, po/pt_BR/po
14459                 updated translations, submitted by Jens Oberender,
14460                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14461
14462 2001-10-29 [darko]      0.6.4claws14
14463
14464         * src/compose.c
14465                 fix wrapping for good
14466
14467 2001-10-29 [darko]
14468
14469         * src/compose.c
14470                 undo previous change as it broke the smart wrapping
14471
14472 2001-10-29 [darko]      0.6.4claws13
14473
14474         * src/compose.c
14475                 fix infinite loop when long URL is quoted
14476                 (closes bug #475122.
14477
14478 2001-10-28 [match]
14479
14480         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14481                 import Mutt address book
14482         * src/ldif.[ch] src/importldif.h
14483                 modified import LDIF handle user attributes
14484
14485 2001-10-28 [christoph]  0.6.4claws12
14486
14487         * src/summaryview.c
14488                 fixed that filtering did not work if there
14489                 were no filter rules
14490                 (closes bug #472003 and better implementation
14491                  of patch #474644)
14492
14493 2001-10-27 [christoph]  0.6.4claws11
14494
14495         * src/compose.c
14496                 make the folder's default account to be used when
14497                 replying. (patch by wwp <subscript@free.fr>)
14498         * src/compose.c
14499                 code cleanup, nearly killed all of wwp's patch
14500                 for folder's default account in compose
14501         * src/folderview.c
14502                 error panel when a folder could not be created
14503                 (closes bug #471080 new folder name & already
14504                  existing file)
14505
14506 2001-10-26 [alfons]
14507
14508         * src/utils.h
14509                 change prototype of strstr2() that Christoph forgot about
14510
14511 2001-10-26 [christoph]  0.6.4claws10
14512
14513         * src/account.c
14514                 made search for accounts by email address not case
14515                 sensitive
14516         * src/folder.c
14517                 fixed memory leak in folder_item_get_identifier
14518         * src/gtkspell.c
14519         * src/utils.c
14520                 fixed wrong strstr2 (should work like strstr)
14521
14522 2001-10-26 [darko]      0.6.4claws9
14523
14524         * src/compose.c src/gtkstext.[ch]
14525         * src/gtkstext.c
14526                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14527
14528 2001-10-26 [paul]       0.6.4claws8
14529
14530         * src/html.c
14531                 ignore css and javascript tags in html mail
14532                 case-insensitive, with or without double-quoted
14533                 strings
14534
14535 2001-10-26 [paul]       0.6.4claws7
14536
14537         * sync with sylpheed 0.6.4cvs1
14538                 see ChangeLog entry 2001-10-26
14539
14540         * src/prefs_account.c, src/prefs_common.c,
14541           src/prefs_summary_column.c
14542                 minor improvements to the English
14543
14544 2001-10-25 [alfons]     0.6.4claws6
14545
14546         * src/gtkstext.c
14547         
14548                 make GtkSText follow style of GtkText (closes bug 
14549                 #469211 "text selection while writing message")
14550                 
14551                 do sync with GTK 1.2.10
14552
14553 2001-10-25 [paul]       0.6.4claws5
14554
14555         * src/html.c
14556                 ignore css tags in html mail
14557
14558 2001-10-25 [darko]      0.6.4claws4
14559
14560         * src/compose.c
14561                 don't declare is_url_string as static function since
14562                 we need it in gtkstext.c
14563         * src/gtkstext.c
14564                 remove unused variable
14565                 don't wrap long URLs while composing a message
14566
14567 2001-10-24 [christoph]  0.6.4claws3
14568
14569         * src/socket.c
14570                 fix ssl deadlock, when peer closes connection
14571
14572 2001-10-24 [paul]       0.6.4claws2
14573
14574         * src/prefs_common.c
14575                 gettextize the gpg ascii-armored warning message
14576
14577         * src/compose.c
14578                 insert a DOS/MAC file into the composed message
14579                 (improvements)
14580
14581         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14582
14583 2001-10-22 [paul]       0.6.4claws1
14584
14585         * sync with sylpheed 0.6.4 release
14586                 see ChangeLog entries 2001-10-21
14587
14588         * po/fr.po, po/pt_BR.po
14589                 updated by Melvin Hadasht and Fabio Junior Beneditto
14590
14591 2001-10-21 [paul]       0.6.3claws30
14592
14593         * src/compose.c
14594                 insert a DOS text file from the compose window
14595                 into the composed message text (removes CRs characters)
14596                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14597
14598         * tools/filter_conv.pl, tools/README
14599                 automatically use ~/.sylpheed as working directory
14600                 print out confirmation message on completion
14601
14602         * correct Hoa's last ChangeLog.claws entry
14603
14604 2001-10-20 [hoa]        0.6.3claws29
14605
14606         * src/grouplistdialog.c
14607                 bugfix (another ?) to give the right
14608                 newsgroups list for each news server.
14609
14610         * src/news.c
14611         * src/news.h
14612                 improve the newsgroups list cache
14613
14614 2001-10-20 [paul]       0.6.3claws28
14615
14616         * sync with sylpheed 0.6.3cvs9
14617                 see ChangeLog entry 2001-10-19
14618
14619         * correct Alfons' last ChangeLog.claws entry
14620
14621 2001-10-19 [alfons]
14622
14623         * src/pgptext.[ch]
14624                 fix compilation problems (part of bug #472895)
14625
14626 2001-10-18 [hoa]        0.6.3claws27
14627
14628         * src/grouplistdialog.c
14629                 bugfix when we refresh was clicked (bug 472701)
14630
14631 2001-10-19 [christoph]  0.6.3claws26
14632
14633         * src/compose.c
14634                 last header entry should default to "To:" or
14635                 "Newsgroups:" and not copy the last entry line
14636                 in a new compose window
14637                 (closes bug #472686, #470792)
14638
14639 2001-10-19 [paul]       0.6.3claws25
14640
14641         * sync with Sylpheed 0.6.3cvs8
14642                 see ChangeLog entries 2001-10-18 and 2001-10-19
14643
14644 2001-10-18 [christoph]  0.6.3claws24
14645
14646         * src/procmsg.c
14647                 reimplement ignore thread
14648         
14649 2001-10-18 [hoa]        0.6.3claws23
14650
14651         * src/folderview.c
14652         * src/grouplistdialog.[ch]
14653                 enhanced news subscription interface (feature 469113)
14654
14655         * src/news.c
14656         * src/news.h
14657                 enchanced newsgroup listing,
14658                 now, we can get groups informations
14659                 (NNTPGroupInfo)
14660
14661 2001-10-18 [paul]       0.6.3claws22
14662
14663         * src/summaryview.c
14664                 remove comment (sync with main branch)
14665         * src/mainwindow.c
14666                 fix 'Re-edit' bug in 'Message' menu
14667
14668 2001-10-17 [christoph]  0.6.3claws21
14669
14670         * src/compose.c
14671                 ignore empty or whitespace only header lines
14672
14673 2001-10-17 [paul]       0.6.3claws20
14674
14675         * sync with sylpheed 0.6.3cvs7
14676                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14677                 2001-10-17
14678
14679 2001-10-17 [darko]
14680
14681         * src/compose.c
14682                 wrap long lines without spaces
14683                 don't wrap URLs
14684
14685 2001-10-16 [paul]
14686
14687         * po/es.po, po/nl.po, po/pt_BR.po
14688                 updated by Ricardo Mones Lastra, Alfons,
14689                 and Fabio Junior Beneditto
14690
14691         * sylpheed-0.6.3claws released
14692
14693 2001-10-15 [melvin] 0.6.3claws18
14694
14695         * README.claws
14696                 added summary and detailed installation instructions
14697                 for spell checker
14698         * po/fr.po
14699                 Updated, corrected and completed french translation
14700
14701 2001-10-15 [hoa] 0.6.3claws17
14702         * src/grouplistdialog.c
14703                 we can choose the newsgroups to display with wildcards
14704
14705 2001-10-15 [christoph]  0.6.3claws16
14706
14707         * src/account.c
14708         * src/compose.c
14709         * src/prefs_folder_item.[ch]
14710                 applied wwp <subscript@free.fr>'s folder
14711                 default account patch
14712         * po/de.po
14713                 Fixed wrong translation
14714
14715 2001-10-13 [alfons, christoph, melvin]  
14716                         0.6.3claws15
14717
14718         solution #2 to solve MT-safety problems defers all GUI related calls
14719         to the main thread using a gtk_idle_add() callback. discussed on
14720         ircnet #sylpheed, with christoph spotting some issues with the
14721         original code, and melvin allowing us to lobotomize his sylpheed.
14722
14723         * src/syldap.[ch], src/main.c
14724                 fix race problem in ldap search thread by deferring GUI 
14725                 stuff to main thread using gtk_idle_add()
14726
14727 2001-10-13 [paul]       0.6.3claws14
14728
14729         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14730                 add Sergey's smtpcred.patch
14731                 adds separate username/password setting for SMTP Auth
14732                 needed by some servers
14733                 (closes feature request #471659)
14734
14735 2001-10-13 [paul]       0.6.3claws13
14736
14737         * src/pgptext.[ch] **NEW FILES**
14738         * src/Makefile.am, src/messageview.c, src/mimeview.c
14739                 decrypt ascii-armored gpg text embedded in
14740                 the message body.
14741                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14742
14743 2001-10-13 [christoph]  0.6.3claws12
14744
14745         * README.claws
14746                 some more details on default to and
14747                 feature requests
14748         * src/main.c
14749                 init glib threading when ldap is used
14750         * src/syldap.c
14751                 threading fixes
14752         * po/de.po
14753                 fixed a typo
14754
14755 2001-10-12 [paul]       0.6.3claws11
14756
14757         * src/prefs_common.[ch], src/rfc2015.c
14758                 enable ascii-armored gpg text to be embedded in the
14759                 message body, selectable through the 'Privacy'
14760                 preferences. Supports encrypting only.
14761                 Submitted by Ravemax <ravemax@dextrose.com>
14762
14763 2001-10-12 [paul]       0.6.3claws10
14764
14765         * sync with sylpheed 0.6.3cvs6
14766                 see ChangeLog entries 2001-10-11 and 2001-11-12
14767
14768         * src/folderview.c
14769                 incorporated mbox folders, scoring, and folder
14770                 properties into the sync
14771
14772 2001-10-12 [darko]      0.6.3claws9
14773
14774         * README.claws
14775                 describe quotation wrapping
14776         * src/compose.c
14777                 don't treat tab as space to calculate line length properly
14778
14779 2001-10-11 [alfons]
14780
14781         * README.claws
14782                 correct description of how to make new filtering system work,
14783                 add some other things
14784                 
14785         * src/syldap.c
14786                 remove sched_yield() (not necessary / unportable)
14787
14788 2001-10-11 [paul]       0.6.3claws8
14789
14790         * sync with sylpheed 0.6.3cvs3
14791                 see ChangeLog entry 2001-10-10
14792
14793 2001-10-10 [christoph]  0.6.3claws7
14794
14795         * .cvsignore
14796                 ignore 2 files created by newer autotools
14797         * src/prefs_folder_item.c
14798                 using table for widget alignment
14799                 fixed memory leak and broken octal display
14800         * src/filesel.c
14801                 fixed segfault caused by lost filename
14802                 workaround (closes bug #469551)
14803
14804 2001-10-10 [paul]       0.6.3claws6
14805
14806         * sync with sylpheed 0.6.3cvs2
14807                 see ChangeLog entries 2001-10-09 and 2001-10-10
14808
14809 2001-10-10 [darko]      0.6.3.claws5
14810
14811         * src/gtkstext.c
14812                 proper calculation of right margin if smart wrapping is enabled
14813         * src/compose.c
14814                 automatically wrap long lines if wrap quotation is enabled
14815
14816 2001-10-09 [alfons]     0.6.3.claws4
14817
14818         * src/summaryview.c
14819                 select correct row when deleting last row in the summary view (and
14820                 close bug "[ #469104 ] select second last in list when deleting")
14821
14822 2001-10-09 [paul]       0.6.3claws3
14823
14824         * sync with sylpheed 0.6.3cvs1
14825                 updated some autotool scripts
14826
14827 2001-10-09 [darko]      0.6.3claws2
14828
14829         * src/gtkstext.[ch]
14830                 new name and mark with Sylpheed comment
14831         * src/compose.c
14832                 smart quotation wrapping a-la VIM
14833
14834 2001-10-08 [paul]       0.6.3claws1
14835
14836         * sync with sylpheed 0.6.3 release
14837                 see ChangeLog entry 2001-10-08
14838
14839 2001-10-08 [paul]       0.6.2claws24
14840
14841         * src/summaryview.c
14842                 more sync with sylpheed 0.6.2cvs12
14843                 Fixed the bug that didn't select the last row correctly
14844
14845
14846 2001-10-07 [paul]       0.6.2claws23
14847
14848         * sync with sylpheed 0.6.2cvs12
14849                 see ChangeLog entry 2001-10-07
14850
14851 2001-10-06 [match]
14852         * src/jpilot.[ch]
14853                 enable jpilot to read unsynch'ed addresses.
14854
14855         * src/editldap_basedn.c
14856                 fix segfault when opening dialog.
14857
14858 2001-10-06 [alfons]     0.6.2.claws22
14859
14860         * src/summaryview.c
14861                 fix bug with summary view selecting last *inserted*
14862                 node instead of last *visible* node. remember we
14863                 work with a tree
14864
14865 2001-10-06 [paul]       0.6.2claws21
14866
14867         * po/pt_BR.po
14868                 updated translation, contains some fixes and new
14869                 translations, submitted by Gustavo Noronha Silva
14870                 <kov@debian.org>
14871
14872         * src/prefs_common.c
14873                 change 'each' to 'every' - fix dubious English
14874
14875         * sync with sylpheed 0.6.2cvs11
14876
14877 2001-10-05 [alfons]     0.6.2claws20
14878
14879         * src/mainwindow.[ch], src/folderview.c
14880                 make composite tool button switch between "Compose News"
14881                 and "Compose Mail" depending on selected folder
14882                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14883
14884 2001-10-05 [paul]       0.6.2claws19
14885
14886         * src/mainwindow.c, src/summaryview.c
14887                 fix 'Message/Reply to all', broken in last commit
14888
14889         * src/compose.c
14890                 fix X_BEENTHERE seg fault, thanks to Alfons
14891
14892 2001-10-04 [paul]       0.6.2claws18
14893
14894         * src/compose.[ch], src/mainwindow.c
14895                 make "Message/Reply" reply to mailing lists; matches
14896                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14897                 based on portions of the patch submitted by
14898                 Junichi Uekawa <dancer@netfort.gr.jp>
14899
14900 2001-10-04 [darko]      0.6.2claws17
14901
14902         * src/compose.c
14903                 better smart wrapping
14904         * src/gtkstext.[hc]
14905                 a function to make text buffer contiguous
14906
14907 2001-10-03 [paul]       0.6.2claws16
14908
14909         * sync with sylpheed 0.6.2cvs10
14910
14911 2001-10-02 [alfons]
14912
14913         * configure.in
14914         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14915                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14916                 references to chinese translations (hope someone picks up
14917                 this)
14918
14919 2001-10-02 [christoph]  0.6.2claws15
14920
14921         * src/compose.c
14922                 fixed non translated header bug
14923         * ChangeLog.claws
14924                 fixed wrong date in alfons last entry ;)
14925
14926 2001-10-02 [alfons]     0.6.2claws14
14927
14928         * src/compose.c, src/prefs_common.[ch]
14929                 add block cursor option
14930
14931 2001-10-02 [paul]       0.6.2claws13
14932
14933         * sync with sylpheed 0.6.2cvs9
14934
14935 2001-09-30 [paul]       0.6.2claws12
14936
14937         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14938                 updated translations
14939
14940         * po/POTFILES.in
14941                 add 'src/importldif.c'
14942
14943         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14944                 added eudora-to-vCard conversion tool
14945                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14946
14947         * sync with sylpheed 0.6.2cvs8
14948
14949 2001-09-30 [paul]
14950
14951         * sylpheed-0.6.2claws released
14952
14953 2001-09-27 [melvin]     0.6.2claws11
14954
14955         * src/gtkspell.c
14956                 fixed crash when using default path (introduced 
14957                 in 0.6.2claws10)
14958                 fixed tiny bug for initial suggestion mode
14959
14960 2001-09-27 [melvin]     0.6.2claws10
14961         
14962         * src/gtkspell.c
14963                 fixed bug where gtkpspell didn't set the path correctly
14964
14965         * README.claws
14966                 added a paragraph about spell checking
14967                 
14968
14969
14970 2001-09-27 [paul]       0.6.2claws9
14971
14972         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14973                 replace '// comments' with '/* comments */' to prevent
14974                 some compiler warnings 
14975
14976         * sync with sylpheed 0.6.2cvs6
14977
14978 2001-09-26 [alfons]     0.6.2claws8
14979
14980         * src/messageview.c
14981                 introduce return receipt request notification again,
14982                 which was lost because of other semantics in 
14983                 procheader_parse() (???)
14984
14985 2001-09-26 [christoph]  0.6.2claws7
14986
14987         * src/compose.c
14988                 replace comments for old code with #if 0
14989                 readded auto cc, bcc and reply-to
14990         * src/prefs_matcher.c
14991         * src/prefs_scoring.c
14992                 removed some definition (was moved to
14993                 prefs.h)
14994
14995 2001-09-26 [paul]       0.6.2claws6
14996
14997         * src/mainwindow.c
14998                 make 'Follow-up and reply to' sensitive
14999
15000         * more sync with sylpheed 0.6.2cvs5
15001
15002 2001-09-25 [melvin]
15003
15004         * 0.6.2claws5
15005
15006         * src/gtkspell.c
15007                 fixed bug for "US-ASCII" introduced by the encoding code
15008
15009 2001-09-25 [paul]
15010
15011         * 0.6.2claws4
15012
15013         * src/prefs_common.[ch], src/summaryview.c
15014                 'next unread msg' 'go to next folder?' dialog can be
15015                 given default behaviour, either always show dialog,
15016                 or assume 'yes', or assume 'no'
15017                 Submitted by wwp <subscript@free.fr>
15018
15019 2001-09-25 [melvin]
15020                 
15021         * src/compose.c src/gtkspell.[ch]
15022                 added support for different encodings
15023
15024 2001-09-25 [paul]
15025
15026         * more sync with sylpheed 0.6.2cvs5
15027
15028 2001-09-24 [alfons]
15029         
15030         * src/prefs_folder_item.c
15031                 add check for item->prefs->default_to string is NULL and
15032                 add another check when freeing this string
15033
15034 2001-09-24 [paul]
15035
15036         * configure.in
15037                 change to version 0.6.2claws3
15038
15039         * sync with sylpheed 0.6.2cvs5 
15040
15041 2001-09-24 [match]
15042         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15043                 import LDIF files.
15044         * src/addrcache.[ch], addrindex.[ch]
15045                 small update for future
15046         * src/addrbook.c
15047                 fix test XML file.
15048
15049 2001-09-24 [melvin]
15050         * src/gtkspell.[ch]
15051                 added 'Learn from mistakes' option
15052                 better handling of quotes in checked words
15053                 sorted dict list
15054         * po/fr.po
15055                 small update for spell checking stuff
15056
15057 2001-09-23 [alfons]
15058         
15059         * src/gtkspell.c
15060                 edit a little bit so it complies more with main coding style
15061
15062 2001-09-23 [alfons]
15063
15064         * src/folder.[ch], prefs_folder_item.c, compose.c
15065                 migrate "request return receipt" folder property
15066                 to folderlist.xml
15067
15068 2001-09-22 [alfons]
15069
15070         * README.claws **NEW**
15071                 (add things of interest for users of main branch 
15072                 and claws here)
15073
15074         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15075                 re-implement threading per folder option, but store 
15076                 the setting in folderlist.xml (where it belongs)
15077
15078 2001-09-21 [melvin]
15079
15080         * src/gtkspell.[ch]
15081                 fixed bug when compose window is under another window
15082         * src/prefs_common.[ch] src/compose.c
15083                 changed 'dictionary_path' to 'dictionary' to be consistent
15084                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15085         * ac/pspell.m4 src/Makefile.am 
15086                 dropped PSPELL_PATH macro
15087         * po/fr.po
15088                 updated translations
15089
15090 2001-09-21 [christoph]
15091
15092         * src/compose.c
15093                 added border around header fields
15094                 keep header type when new field is added
15095
15096 2001-09-20 [christoph]
15097
15098         * src/utils.[ch]
15099                 more portable debug_print with source filename
15100                 and linenumber
15101         * src/procmsg.c
15102                 more newlines after debug messages
15103
15104 2001-09-20 [paul]
15105
15106         * configure.in
15107                 change to version 0.6.2claws2
15108
15109         * sync with sylpheed 0.6.2cvs3
15110
15111 2001-09-19 [melvin]
15112
15113         * src/gtkspell.c
15114                 fixed the post-right-click focus pb
15115                 fixed crash when 'Spell check all' after dict change 
15116                         and when cursor is at the end of the text
15117                 shift-right-click pops up config menu even on misspelled words.
15118         * po/POTFILES.in
15119                 added gtkspell.c
15120
15121 2001-09-19 [melvin]
15122
15123         * src/about.c
15124                 added pspell to compiled-in features list
15125
15126 2001-09-18 [melvin]
15127
15128         * switched to pspell and dropped ispell
15129         * ac/pspell.m4
15130                 new file. autoconf macro for pspell
15131         * ac/Makefile.am 
15132         * configure.in acconfig.h
15133                 added pspell support
15134         * src/Makefile.am
15135         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15136         * src/prefs_common.[ch] 
15137                 added pspell support
15138
15139 2001-09-18 [christoph]
15140
15141         * src/addr_compl.c
15142         * src/template.[ch]
15143                 replace LOG_MESSAGE with debug_print
15144         * src/compose.[ch]
15145                 gui improvements
15146         * src/menu.c
15147                 added newline after debug message
15148         * src/utils.h
15149                 using __VA_ARGS__ for debug_print macro
15150         * tools/.cvsignore
15151                 ignore Makefile and Makefile.in
15152
15153 2001-09-18 [paul]
15154
15155         * configure.in
15156                 change to version 0.6.2claws1
15157         * sync with sylpheed 0.6.2cvs1
15158
15159         * src/matcher.c 
15160         * src/prefs_matcher.c
15161                 add 'score equal to' option, submitted by
15162                 Paul Evans <nerd@freeuk.com>
15163
15164 2001-09-15 [christoph]
15165
15166         * src/mainwindow.c
15167                 comment out menu entry not existing in claws
15168         * src/menu.c
15169                 add debug output for non existing menu entries
15170         * src/summaryview.c
15171                 fix next/prev unread message for ignored threads
15172         * src/utils.[ch]
15173                 add sourcefile and line number to debug output
15174                 otherwise it is sometimes hard to find the
15175                 source code part if debug messages are translated
15176
15177 2001-09-14 [darko]
15178         
15179         * src/folderview.c
15180                 refresh target folder style after colour is changed
15181
15182 2001-09-13 [paul]
15183
15184         * configure.in
15185                 change to version 0.6.1claws3
15186
15187         * sync with sylpheed 0.6.1cvs6
15188
15189 2001-09-13 [darko]
15190         
15191         * src/folderview.c
15192                 fix target folder colourization to use user selected colour
15193
15194 2001-09-12 [darko]
15195         
15196         * src/summaryview.c
15197                 fix crash when message that is marked for copy/move is unmarked
15198
15199 2001-09-09 [paul]
15200
15201         * configure.in
15202                 change to version 0.6.1claws2
15203
15204         * sync with sylpheed 0.6.1cvs3
15205
15206 2001-09-09 [alfons]
15207         
15208         * src/folderview.c
15209                 fix bug with default font used for trash folder text
15210
15211 2001-09-06 [paul]
15212
15213         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15214                 updated translations
15215
15216         * configure.in
15217                 change to version 0.6.1claws1
15218
15219         * sync with sylpheed 0.6.1cvs2
15220
15221 2001-09-03 [paul]
15222
15223         * po/POTFILES.in
15224                 add Match's new addressbook
15225
15226         * po/de.po
15227                 updated translation submitted by Jens Oberender
15228
15229 2001-09-02 [paul]
15230
15231         * configure.in
15232                 change to 0.6.1claws
15233         * sync with sylpheed 0.6.1 release
15234
15235 2001-09-02 [paul]
15236
15237         * configure.in
15238                 change to 0.6.0claws2
15239
15240         * sync with sylpheed 0.6.0cvs4
15241
15242         * po/pt_BR.po
15243                 updated translation submitted by Fabio Junior Beneditto
15244
15245 2001-09-01 [match]
15246         * pixmaps/
15247                 interface.xpm
15248                 book.xpm
15249                 address.xpm
15250         * src/
15251                 Makefile.am
15252                 a ton of new files
15253
15254 2001-08-31 [paul]
15255
15256         * configure.in
15257                 change to version 0.6.0claws1
15258
15259         * sync with sylpheed 0.6.0cvs1
15260
15261         * po/es.po
15262                 updated translation submitted by Ricardo Mones Lastra
15263
15264         * po/POTFILES.in
15265                 add 'src/prefs_templates.c'
15266
15267         * src/compose.c, src/summaryview.c
15268                 fix segfault on 'Re_edit'               
15269
15270 2001-08-30 [alfons]
15271
15272         * configure.in, Makefile.am
15273         * tools/Makefile.am
15274                 add tools directory to source distribution
15275
15276 2001-08-30 [paul]
15277
15278         * configure.in
15279                 change to version 0.6.0claws
15280
15281         * sync with sylpheed 0.6.0 release
15282
15283 2001-08-30 [christoph]
15284
15285         * configure.in
15286                 removed autoconf version check
15287
15288 2001-08-30 [paul]
15289
15290         * src/account.c, src/compose.c, src/prefs_common.[ch]
15291         * src/procheader.[ch] src/utils.[ch]
15292                 Enhanced automatic account selection on replies
15293                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15294
15295         * configure.in
15296                 add LDAP and JPilot to the configuration results output.
15297
15298 2001-08-29 [christoph]
15299
15300         * src/summeryview.c
15301                 no bold font for ignored threads
15302
15303 2001-08-29 [paul]
15304
15305         * configure.in
15306                 change to version 0.5.3claws6
15307
15308         * sync with sylpheed 0.5.3cvs10
15309                 src/stringtable.[ch]: New Files
15310
15311         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15312         * src/pixmaps/sylpheed.xpm
15313                 add mini-icons to windows (by Alfons)
15314
15315 2001-08-27 [paul]
15316
15317         * src/mainwindow.c
15318                 new functions: next_labeled_cb(), prev_labeled_cb()
15319
15320         * src/summaryview.c
15321                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15322                 summary_select_next_labeled(), summary_select_prev_labeled()
15323
15324         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15325                 give claws blue folders and a blue trash can
15326
15327 2001-08-27 [paul]
15328
15329         * configure.in
15330                 change to version 0.5.3claws5
15331
15332         * sync with sylpheed 0.5.3cvs9
15333                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15334
15335 2001-08-24 [christoph]
15336
15337         * src/filesel.c
15338                 keep filename when browsing directories
15339                 (not working for user entered filename, but
15340                  for default name and selected filename from
15341                  file list)
15342         * src/mainwindow.c
15343                 fixed wrong spelling "Folllow-up"
15344         * src/mbox_folder.c
15345         * src/procmsg.c
15346         * src/summaryview.c
15347                 fixed new/unread message count with ignored
15348                 threads (2 commits, first didn't notice no
15349                 longer needed decreasing)
15350         * src/inc.c
15351                 readded scrolling of progress dialog
15352                 (lost in sync)
15353
15354 2001-08-24 [paul]
15355
15356         * configure.in
15357                 change to 0.5.3claws4
15358
15359         * sync with sylpheed 0.5.3cvs7
15360
15361 2001-08-24 [christoph]
15362
15363         * src/compose.c
15364                 set request return receipt when replying
15365                 if it is set is the folder prefs of the
15366                 message
15367         * src/inc.c
15368                 disable final error popup if popups are
15369                 disabled in config (again)
15370
15371 2001-08-23 [paul]
15372
15373         * configure.in
15374                 Change version number to 0.5.3claws3
15375
15376         * sync with sylpheed 0.5.3cvs5
15377
15378         * src/mimeview.c
15379                 double quote '%s' in 'gedit %s' to fix bug when
15380                 opening attachment with spaces in the name
15381
15382 2001-08-22 [alte]
15383         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15384           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15385                 initial message templates support
15386
15387
15388 2001-08-22 [paul]
15389
15390         * configure.in
15391                 change version number to 0.5.3claws2
15392
15393         * sync with sylpheed 0.5.3cvs4
15394
15395         * src/procmsg.h src/summaryview.c
15396                 re-implement (un)ignore thread
15397
15398 2001-08-21 [paul]
15399
15400         * src/summaryview.c
15401                 remove unnecessary code
15402         * src/compose.c
15403                 enable 'dynamic' signatures (submitted by
15404                 Eric Limpens <eric@hscg-internet.nl>)
15405
15406 2001-08-21 [paul]
15407
15408         clean up after sync with sylpheed 0.5.3 release
15409
15410         * src/folderview.c
15411                 fix re-introduced font mess, see Christoph's
15412                 entry 2001-06-24
15413
15414         * src/summaryview.c
15415                 remove prev_msgnum
15416                 use sylpheed's small font instead of
15417                 gtk default font for summary view
15418
15419
15420 2001-08-17 [paul]
15421
15422         * configure.in
15423                 add pl to ALL_LINGUAS - sync with main branch
15424
15425         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15426                 Updated. Translations by Jens Oberender, Ricardo Mones
15427                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15428
15429         * po/pl.po  ** NEW FILE **
15430                 sync with the main branch
15431
15432         * src/folderview.c
15433                 fix target folder colorizing and refresh problem
15434
15435
15436 2001-08-17 [christoph]
15437
15438         * src/mainwindow.c
15439                 claws uses 4 colors for target folder coloring.
15440                 arrays were not long enough and destroyed the
15441                 stack causing a segfault.
15442                 target folder colorizing does not work anymore
15443                 for me
15444
15445 2001-08-16 [paul]
15446
15447         * configure.in
15448                 change to version 0.5.3claws1
15449
15450         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15451           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15452           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15453
15454                 sync with sylpheed 0.5.3 release, but keep claws method of
15455                 configuring/saving fonts
15456
15457         * src/addressbook.[ch]
15458                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15459                 in line with a similar change in Hiroyuki's branch
15460
15461         * src/mainwindow.[ch]
15462                 disable main_window_set_thread_option()
15463         * src/prefs_folder_item.c
15464                 comment out &tmps_prefs.enable_thread,
15465         * src/mbox_folder.c, src/procmsg.[ch]
15466                 comment out MSG_IS_IGNORE_THREAD
15467         * src/summaryview.c
15468                 comment out summary_ignore_thread() and summary_unignore_thread()
15469                 comment out MSG_IS_IGNORE_THREAD
15470
15471                 use Hiroyuki's threading instead.
15472
15473
15474
15475 2001-08-15 [paul]
15476
15477         * src/account.c
15478                 use Hiroyuki's 0.5.3 column scheme but also
15479                 include the enable/disable button.
15480         * src/pixmaps/mark.xpm
15481                 add Hiroyuki's amended pixmap
15482
15483 2001-08-13 [christoph]
15484
15485         * src/account.c
15486                 receive at get all column showed wrong state for APOP
15487                 button should only work for POP3 and APOP accounts
15488         * src/prefs_account.c
15489                 added missing preprocessor statement for SSL
15490
15491 2001-08-12 [paul]
15492
15493         * src/account.[ch]
15494                 add 'receive at get all' column and enable/disable
15495                 button.
15496
15497 2001-08-06 [christoph]
15498
15499         * src/account.c
15500                 show usage of SSL in protocol column
15501
15502         * src/imap.c
15503         * src/inc.c
15504                 renamed ssl options
15505
15506         * src/prefs_account.[ch]
15507                 moved ssl options to a new page
15508
15509         * src/send.c
15510         * src/smtp.c
15511         * src/ssl.[ch]
15512                 renamed ssl options
15513                 added support for SMTP STARTTLS command
15514
15515 2001-08-05 [christoph]
15516
15517         * configure.in
15518                 debian autoconf needs version check to find
15519                 correct autoconf version. if the file is
15520                 named configure.in 2.13 is used, which does
15521                 not work with this configure.in script.
15522                 other solution would be to rename the script
15523                 to configure.ac as suggested in the autoconf
15524                 manual.
15525
15526         * src/inc.c
15527                 disable final error popup if popups are
15528                 diabled in config
15529
15530         * src/socket.c
15531                 bugfix in ssl_gets
15532                 fixes IMAP over SSL problem
15533
15534 2001-08-03 [paul]
15535
15536         * configure.in
15537                 change to 0.5.2claws1
15538
15539         * sync with sylpheed 0.5.2cvs1
15540
15541 2001-08-02 [alfons]
15542
15543         * configure.in
15544                 quick fix for ispell detection...
15545
15546 2001-08-01 [paul]
15547
15548         * configure.in
15549                 change to 0.5.1claws4
15550
15551         * sync with sylpheed 0.5.1cvs7
15552
15553 2001-07-31 [alfons]
15554
15555         * src/prefs_common.c, src/prefs_common.h, 
15556           src/gtkspell.c, src/gtkspell.h
15557                 add global spelling checker settings (compose tab) +
15558                 selection of dictionary 
15559           
15560         * configure.in  
15561                 guess valid ispell location
15562
15563 2001-07-31 [paul]
15564
15565         * po/POTFILES.in
15566                 removal of 'src/quote_fmt_parse.c'
15567         * po/de.po
15568                 Updated de.po
15569                 (submitted by Jens Oberender <didge@suse.de>)
15570
15571 2001-07-31 [darko]
15572
15573         * src/folder.[ch]
15574         * src/folderview.[ch]
15575         * src/mainwindow.c
15576         * src/mh.c
15577         * src/prefs_common.[ch]
15578         * src/summaryview.c
15579                 target folder colourization
15580
15581 2001-07-30 [paul]
15582
15583         more sync with Sylpheed 0.5.1cvs6 
15584
15585 2001-07-30 [darko]
15586
15587         * src/mh.c
15588         * src/prefs_folder_item.[hc]
15589         * src/summaryview.c
15590                 shared folders support with a GUI
15591
15592 2001-07-29 [paul]
15593
15594         0.5.1claws3
15595
15596         * sync with Sylpheed 0.5.1cvs6
15597
15598 2001-07-29 [paul]
15599
15600         * po/pt_BR.po
15601                 updated
15602                 (submitted by Fabio Junior Beneditto)
15603
15604 2001-07-28 [paul]
15605
15606         * src/procmime.c
15607         * AUTHORS
15608                 patch to correct bad image mime headers
15609                 (submitted by Don Quijote <dq@searchlores.org>)
15610
15611 2001-07-28 [paul]
15612
15613         * tools/gif2xface.pl   **NEW FILE**
15614         * tools/README
15615                 script to convert file.gif to file.xface for
15616                 use in a custom header.
15617                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15618
15619 2001-07-27 [alfons]
15620         
15621         * configure.in
15622                 change macros for detecting JPilot and LDAP
15623
15624 2001-07-27 [christoph]
15625
15626         * src/filtering.c
15627                 code cleanup (MIN / MAX warning, needed casting)
15628
15629 2001-07-27 [alfons]
15630
15631         * procheader.c
15632                 disallow setting flags when detecting certain headers
15633                 (X-Status, Status, Seen, X-Seen). 
15634         
15635         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15636
15637 2001-07-27 [christoph]
15638
15639         * src/prefs_filter.c
15640         * src/prefs_filtering.c
15641         * src/prefs_matcher.c
15642         * src/prefs_scoring.c
15643                 scroll list when moving rows up or down
15644
15645         * src/imap.c
15646         * src/imap.h
15647         * src/prefs_account.c
15648         * src/prefs_account.h
15649         * src/send.c
15650                 SMTP over SSL (untested, feedback requested)
15651                 IMAP over SSL
15652
15653         * src/ssl.c
15654                 code cleanup
15655
15656 2001-07-26 [alfons]
15657         
15658         * configure.in, acconfig.h
15659                 define CLAWS (need this for main / claws detection)
15660
15661 2001-07-25 [alfons]
15662
15663         * configure.in
15664                 Sylpheed 0.5.1claws2
15665                 
15666         * sync with Sylpheed 0.5.1cvs4
15667
15668 2001-07-25 [christoph]
15669
15670         * src/scoring.c
15671                 fixed segfault
15672                 item->prefs == NULL (don't know why)
15673
15674 2001-07-25 [alfons]
15675
15676         * configure.in
15677                 Sylpheed 0.5.1claws1
15678
15679         * sync with Sylpheed 0.5.1cvs1-3
15680
15681 2001-07-24 [christoph]
15682
15683         * src/folderview.c
15684         * src/prefs_folder_item.[ch]
15685                 added folderitem preferences dialog with
15686                 default To: and auto request return receipt
15687
15688         * src/compose.[ch]
15689         * src/menu.[ch]
15690                 changes to handle new folderitem preferences
15691
15692         * src/mainwindow.c
15693         * src/summaryview.c
15694                 call compose new mail with current folderitem
15695
15696 2001-07-24 [alfons]
15697
15698         Release Sylpheed 0.5.1claws
15699
15700         * configure.in
15701                 change to release version 0.5.1claws
15702
15703 2001-07-24 [christoph]
15704
15705         * src/summaryview.c
15706                 fixed segfault that happend when the selected
15707                 message was removed while retrieving new messages.
15708
15709         * po/es.po
15710                 updated translation
15711                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15712
15713 2001-07-22 [alfons]
15714
15715         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15716         this is a work in progress, for more information: http://nlpagan.net/sylman 
15717         
15718         * configure.in, src/mainwindow.c, manual/Makefile.am
15719                 add support for English manual
15720
15721         * AUTHORS
15722                 add authors of user manuals
15723
15724         * manual/en/sylpheed*.html
15725                 add English documentation
15726
15727 2001-07-22 [christoph]
15728
15729         * po/POTFILES.in
15730                 added src/ssl.c
15731         * src/ssl.c
15732                 changed a wrong debug message
15733
15734 2001-07-22 [alfons]
15735
15736         * po/nl.po
15737                 update Dutch translation
15738
15739         * src/prefs_filtering.c, 
15740           src/prefs_matcher.c
15741                 add more translatable strings           
15742
15743 2001-07-21 [alfons]
15744
15745         0.5.0claws7
15746
15747         * configure.in
15748                 change version
15749
15750         * src/inc.c, src/summaryview.[ch]
15751                 prevent update of mark file when filtering has done, by
15752                 using a variable; this affects two functions:
15753                         inc.c::inc_finished()
15754                         summaryview.c::summary_show()
15755
15756 2001-07-20 [alfons]
15757
15758         * src/filtering.[ch], src/prefs_filtering.c, 
15759           src/matcher.[ch]
15760                 add filtering action for label coloring 
15761
15762         * po/POTFILES.in
15763                 add labelcolors.c
15764
15765         * added src/labelcolors.c
15766         * added src/labelcolors.h
15767         * src/Makefile.am, src/summaryview.c
15768                 rearrange label coloring code
15769
15770         * src/procmsg.h
15771                 add more parentheses so label colouring works correctly
15772
15773         * src/filtering.c
15774                 don't really delete message, but move it to Trash
15775
15776         * src/prefs_matcher.c
15777                 add quote options to info dialog
15778
15779 2001-07-20 [christoph]
15780
15781         * src/Makefile.am
15782         * src/inc.c
15783         * src/main.[ch]
15784         * src/socket.h
15785         * src/ssl.[ch] (new)
15786                 moved ssl stuff to a seperate file
15787
15788 2001-07-20 [darko]
15789
15790         * src/summaryview.c
15791                 fix show sender using address book with no e-mail
15792                 address in From: field
15793
15794 2001-07-19 [alfons]
15795
15796         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15797                 fix messy handling of escaping... now at least the
15798                 execute command is useful. escape char is '\', we
15799                 accept \n and \r too. 
15800
15801                 Real life example:
15802                 
15803                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15804                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15805
15806 2001-07-18 [alfons]
15807
15808         0.5.0claws6
15809
15810         * src/summaryview.c
15811                 clean up
15812
15813         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15814           src/procmsg.[ch]
15815                 revise filtering; currently move, copy, marking have
15816                 been tested. if you like bleeding edge stuff, you
15817                 should definitely go for this version :)
15818
15819         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15820
15821 2001-07-17 [christoph]
15822
15823         * src/utils.c
15824                 timestamp log
15825
15826 2001-07-17 [alfons]
15827
15828         0.5.0claws5
15829
15830         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15831           bits in the mark file, without affecting either branch. Lots of
15832           files changed, also in claws branch.
15833
15834           UNTESTED: use of mbox folders
15835
15836         * src/summaryview.c
15837                 added mark all read; however this was a quick hack used for
15838                 cleaning up mess after initial merge with Hiroyuki
15839
15840         * configure.in
15841                 change claws version number back to 0.5.0claws5 to clear up 
15842                 confusion & pretension (recent release was technically 
15843                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15844
15845 2001-07-16 [alfons]
15846
15847         sync with Hiroyuki's 0.5.0cvs4
15848
15849 2001-07-16 [alfons]
15850
15851         0.5.1claws3
15852
15853         * src/filtering.[ch]
15854                 remove invalid updating of mark files for 
15855                 filter actions MATCHING_ACTION_MOVE and 
15856                 MATCHING_ACTION_DELETE; this should fix the
15857                 folder update bug
15858                 
15859         * src/procmsg.c
15860                 revert Christoph's stab at fixing the folder 
15861                 update bug
15862
15863         * po/POTFILES.in
15864                 add missing files with translatable strings
15865
15866         * src/summaryview.c
15867                 remove debug print
15868
15869 2001-07-15 [alfons]
15870
15871         * src/addr_compl.[ch], src/prefs_filtering.c
15872                 make "filtering pref dialog's destination entry" an
15873                 "address completable entry", if filter destination is 
15874                 an email address
15875
15876         0.5.1claws2
15877         
15878         sync with Hiroyuki's 0.5.0cvs2-3
15879
15880 2001-07-15 [christoph]
15881
15882         * src/procmsg.c
15883                 fixed folder stats update after incorporation
15884
15885 2001-07-15 [alfons]
15886
15887         * src/summaryview.c
15888                 * finish label colouring stuff (for now)
15889                 * fix incorrect colour bug (off by one) 
15890
15891 2001-07-14 [alfons]
15892
15893         * src/mainwindow.c
15894                 change text labels for news and mail message so there's
15895                 plenty of toolbar estate left
15896
15897         * configure.in
15898                 0.5.1claws1
15899
15900         * src/folderview.c
15901           src/folder.[ch]
15902                 sync with Hiroyuki's 0.5.0cvs1
15903
15904         * src/summaryview.c
15905                 more rewrite label colouring
15906
15907 2001-07-14 [alfons]
15908
15909         * src/summaryview.[ch]
15910                 * start rewrite label colouring 
15911                 * fix proper location "Add Sender To Addressbook" menu item
15912
15913 2001-07-13
15914
15915         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15916         (actually this is 0.5.0claws4)
15917
15918 2001-07-13 [alfons]
15919
15920         * po/pt_BR.po
15921                 * fix duplicate message
15922                 * add updated Portugese / Brazilian translation
15923                   submitted by Fabio Junior Beneditto
15924
15925 2001-07-12 [alfons]
15926
15927         * AUTHORS
15928                 add Jens
15929
15930         * po/nl.po
15931                 add updated Dutch translation
15932
15933         * po/de.po
15934                 add updated German translation submitted by Jens
15935
15936 2001-07-11 [alfons]
15937
15938         Prerelease before 0.5.0claws. Please test.
15939         This version is temporarily tagged as VERSION_0_5_0_TEST
15940
15941         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15942           src/prefs_scoring.c, src/prefs_matcher.c, 
15943           src/prefs_filtering.c, src/mbox.c, 
15944           src/main.c, src/inc.c, src/filtering.[ch]
15945                 revert new Hoa's new matcher (does not work yet)
15946
15947         * src/Makefile.am
15948                 clean up
15949
15950 2001-07-10
15951
15952         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15953
15954
15955 2001-07-10 [alfons]
15956
15957         * Makefile.am
15958                 add ChangeLog.claws to EXTRA_DIST
15959         * src/Makefile.am
15960                 add matcher_parser_parse.h to EXTRA_DIST
15961
15962 2001-07-10 [christoph]
15963
15964         * src/inc.c
15965                 add destination folder to table of
15966                 folders that need to be updated after
15967                 incorporation
15968
15969 2001-07-10 [alfons]
15970
15971         * folder.[ch]
15972           folderview.c
15973                 make collapse state of folders and folder items persistent, i.e.
15974                 if you collapse a folder tree, the next time sylpheed-claws starts 
15975                 up the folder tree remains collapsed.  
15976                 
15977 2001-07-10 [christoph]
15978
15979         * acconfig.h
15980         * configure.in
15981                 added --enable-ssl
15982         * src/md5.[ch]
15983                 renamed MD5_CTX to MD5_CTX_syl
15984                 conflicts with a struct in openssl
15985         * src/inc.c
15986         * src/main.[ch]
15987         * src/prefs_account.[ch]
15988         * src/socket.[ch]
15989                 SSL support for POP
15990         * src/mainwindow.c
15991                 fixed compose with current account
15992                 broken by new compose button stuff
15993
15994 2001-07-09 [hoa]
15995
15996         * AUTHORS
15997                 changed my email address
15998
15999         * src/matcher_parser_parse.y
16000                 clean the parser to remove conflicts
16001
16002 2001-07-09 [alfons]
16003
16004         * AUTHORS
16005                 add Match Grun
16006
16007         * configure.in
16008                 fix incorrect description of --enable-ldap parameter
16009
16010         * src/prefs_common.[ch]
16011           src/compose.c
16012                 add experimental option "smart wrapping" which makes the
16013                 compose editor auto wrap.
16014                 
16015                 | TODO: the problem with the buggy cursor handling is caused |
16016                 | by the GtkText. when deleting / backspacing text its       |
16017                 | wrapping algorithm does not take in account the previous   |
16018                 | line. should find a way to hack this in.                   |
16019                 | or should perhaps combine this with the word wrapping      |
16020                 | patch i wrote in january.                                  |
16021
16022         * src/about.c
16023                 show build parameters for LDAP and JPilot
16024
16025         * src/summaryview.c
16026                 revert Christoph's bugfix for selecting next unread message, 
16027                 because folder stats aren't updated correctly
16028
16029 2001-07-08 [hoa]
16030
16031         * src/filtering.c
16032         * src/mainwindow.c
16033         * src/matcher.c
16034         * src/matcher_parser_lex.l
16035         * src/matcher_parser_parse.y
16036         * src/prefs_filtering.c
16037         * src/prefs_scoring.c
16038         * src/scoring.c
16039                 bugfix of the config file parser
16040
16041 2001-07-08 [alfons]
16042
16043         * src/Makefile.am
16044                 added generated matcher sources to BUILT_SOURCES
16045
16046 2001-07-08 [hoa]
16047
16048         * src/Makefile.am
16049         * src/.cvsignore
16050                 added new config file parser
16051
16052         * src/scoring.[ch]
16053         * src/filtering.[ch]
16054         * src/matcher.[ch]
16055         * src/prefs_filtering.c
16056         * src/prefs_matcher.c
16057         * src/prefs_scoring.c
16058         * added src/matcher_parser.h
16059         * added src/matcher_parser_lex.h
16060         * added src/matcher_parser_lex.l
16061         * added src/matcher_parser_parse.y
16062                 lex & yacc config file parser
16063
16064         * src/mbox.c
16065         * src/inc.c
16066         * src/main.c
16067                 changes prefs_filtering into global_filtering           
16068
16069         * src/summaryview.c
16070                 build threads with subjects only if "Re: " is at the
16071                 beginning of the subject
16072
16073 2001-07-07 [paul]
16074
16075         0.5.0claws
16076
16077         sync with sylpheed 0.5.0
16078                 change of version number only
16079
16080 2001-07-06 [paul]
16081
16082         0.5.0claws5
16083
16084         sync with sylpheed 0.5.0pre5
16085
16086 2001-07-05 [paul]
16087
16088         sync with sylpheed 0.5.0pre4 release
16089                 /po and /manual/ja not sync'ed
16090
16091 2001-07-04 [paul]
16092
16093         more sync with sylpheed 0.5.0pre4
16094
16095 2001-07-03 [christoph]
16096
16097         * src/addressbook.c
16098                 fixed address book broken by address book
16099                 for VCard, JPilot, LDAP
16100
16101 2001-07-03 [alfons]
16102
16103         * src/matcher.c
16104         * src/textview.c
16105                 stopped memory leaks
16106
16107 2001-07-03 [paul]
16108
16109         more sync with sylpheed 0.5.0pre4
16110
16111 2001-07-02 [match]
16112
16113         * included address book patch for VCard, JPilot, LDAP
16114         * pref_common.c - fixed Font options on Display tab (cosmetic)
16115         * alertpanel.c - fixed truncated message
16116
16117 2001-07-02 [christoph]
16118
16119         * src/mbox_folder.c
16120         * src/procmsg.[ch]
16121         * src/summaryview.c
16122                 mark threads for ignoring
16123
16124 2001-07-02 [paul]
16125
16126         0.5.0claws4
16127
16128         * sync with sylpheed 0.5.0pre4
16129                 updated gettext to 0.10.38.
16130
16131 2001-07-01 [paul]
16132
16133         * src/ mainwindow.c
16134         * src/procmsg.h
16135         * src/summaryview.[ch]
16136                 new right-click option: Label.
16137                 substitute for 'Mark-->Mark/Unmark', colours the line.
16138                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16139
16140 2001-07-01 [christoph]
16141
16142         * src/folderview.c
16143                 fixed font for trash
16144         * src/summaryview.c
16145                 move ctree to unread message
16146
16147 2001-07-01 [paul]
16148
16149         * sync with sylpheed 0.5.0pre3 release
16150
16151 2001-06-30 [alfons]
16152
16153         * src/filesel.[ch]
16154         * src/compose.c
16155                 allow inserting / attaching multiple files in
16156                 the composer window
16157
16158 2001-06-30 [paul]
16159
16160         * src/codeconv.c
16161                 small change to Alfons' previous stuff so that it
16162                 actually makes
16163
16164 2001-06-30 [alfons]
16165
16166         * lots of files changed; first attempt to merge the changes
16167           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16168
16169 2001-06-30 [paul]
16170
16171         * po/pt_BR.po
16172                 updated and completed, translations by Fabio
16173                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16174
16175 2001-06-29 [alfons]
16176
16177         * src/compose.c
16178         * src/mimeproc.[ch]
16179                 allow selecting an attached files' mime type from a 
16180                 list of types.
16181
16182 2001-06-29 [paul]
16183
16184         * more sync with sylpheed 0.5.0pre3
16185
16186 2001-06-29 [paul]
16187
16188         * po/pt_BR.po
16189                 merge with sylpheed.pot and pt_BR.po provided by
16190                 Fabio Junior Beneditto.
16191
16192 2001-06-29 [darko]
16193
16194         * src/procmime.c
16195                 make MIME types case insensitive
16196
16197 2001-06-28 [alfons]
16198
16199         * po/nl.po
16200                 merge with sylpheed.pot and old nl.po; translations added.
16201
16202 2001-06-28 [paul]
16203
16204         * more sync with sylpheed 0.5.0pre3
16205
16206 2001-06-27 [alfons]
16207
16208         * src/summaryview.c
16209                 don't crash when removing parent node of messages
16210                 attracted by subject. this was caused by not deleting
16211                 the parent node from the subject line hash table.
16212
16213 2001-06-27 [alfons]
16214
16215         * src/summaryview.c
16216         * src/compose.[ch]
16217         * src/mainwindow.c
16218                 if there are multiple messages selected, allow forwarding
16219                 them as attachments.
16220
16221 2001-06-27 [paul]
16222
16223         * more sync with sylpheed 0.5.0pre3
16224
16225 2001-06-26 [paul]
16226
16227         0.5.0claws3
16228
16229         * sync with sylpheed 0.5.0pre3
16230
16231 2001-06-25 [paul]
16232
16233         * src/mainwindow.c
16234                 fixed 'compose news article' bug
16235                 from icon-and-text toolbar
16236
16237 2001-06-25 [paul]
16238
16239         * sync with sylpheed 0.5.0pre2 release
16240
16241 2001-06-24 [christoph]
16242
16243         * src/prefs_common.c
16244                 bug fix in font selection
16245         * src/folderview.c
16246                 use sylpheed's normal font instead of
16247                 gtk default font for folders without
16248                 new messages
16249
16250 2001-06-24 [alfons]
16251
16252         * src/mainwindow.[ch]
16253                 added composite compose mail / news button (an idea by Leandro
16254                 Pereira <leandro@linuxmag.com.br>)
16255
16256 2001-06-24 [paul]
16257
16258         Added instructions for ldif-to-xml.py
16259
16260         * tools/README
16261
16262 2001-06-23 [alfons]
16263
16264         Some minor things.
16265
16266         * src/pixmaps/stock_news_compose.xpm
16267                 added pixmap by Leandro
16268         * src/prefs_common.c
16269                 tested built-in spelling checker of GCC 3.0 :)
16270         * po/nl.po
16271                 merged dutch translation of sylpheed-main with
16272                 sylpheed.pot
16273
16274 2001-06-23 [paul]
16275
16276         Added tools directory and files.
16277
16278         * tools/filter_conv.pl
16279                 converts old filter system to new filtering system
16280         * tools/ldif-to-xml.py
16281                 converts netscape addressbook to sylpheed addressbook
16282         * tools/README
16283                 descriptions/instructions for above two files
16284
16285 2001-06-23 [christoph]
16286
16287         * src/inc.c
16288         * src/manage_window.[ch]
16289         * src/prefs_common.[ch]
16290                 mail retrieval dialog can be enabled, disabled
16291                 or hidden if non of sylpheed's windows is active
16292
16293 2001-06-22 [paul]
16294
16295         0.5.0claws2
16296
16297         * sync with sylpheed 0.5.0pre2
16298
16299 2001-06-21 [christoph]
16300
16301         * src/summaryview.c
16302                 show recipient on 'from' for all accounts
16303                 
16304         * src/inc.c
16305         * src/prefs_common.[ch]
16306                 disable error popup on mail receive errors
16307
16308 2001-06-21 [alfons]
16309
16310         * src/compose.c
16311                 made the ruler correctly appear and disappear.
16312
16313         * src/Makefile.am
16314                 removed Hoa's work-in-progress-stuff (interesting!) so 
16315                 claws compiles ok.
16316
16317 2001-06-20 [christoph]
16318
16319         * src/inc.c
16320         * src/progressdialog.c
16321                 added scrolled window for list in progressdialog
16322
16323 2001-06-20 [paul]
16324
16325         sync with sylpheed 0.5.0pre1 release
16326
16327 2001-06-20 [christoph]
16328
16329         * src/summeryview.c
16330                 make building threads by subject work when
16331                 thread view is enabled
16332                 
16333         * src/compose.c
16334         * src/prefs_common.[ch]
16335                 automatically select account for mail replys
16336
16337 2001-06-19 [sergey]
16338
16339         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16340         they are filled in from the account settings.
16341
16342 2001-06-19 [paul]
16343
16344         * more sync with sylpheed 0.5.0pre1
16345
16346 2001-06-18 [alfons]
16347
16348         * src/Makefile.am,
16349           src/procmime.c
16350                 added --sysconfdir to CPPFLAGS for pointing to the correct
16351                 location of mime.types. 
16352
16353                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16354                 or ./configure!
16355
16356 2001-06-18 [hoa]
16357
16358         * src/summaryview.c
16359                 fixed some bug when building threads
16360
16361 2001-06-18 [pau]l
16362
16363         * src/prefs_account.c
16364                 UI stuff: More changes to the English
16365
16366 2001-06-18 [paul]
16367
16368         * src/pixmaps/stock_news_compose.xpm: new file
16369         * src/Makefile.am
16370         * src/mainwindow.c
16371         * src/summaryview.c
16372                 Added new icon for Hoa's 'compose a news
16373                 message', plus minor improvements to the
16374                 English
16375
16376         * po/ja.po
16377         * ChangeLog
16378         * ChangeLog.jp
16379                 more sync with sylpheed 0.5.0pre1
16380
16381 2001-06-18 [hoa]
16382
16383         * src/compose.[ch]
16384         * src/mainwindow.c
16385                 Follow-up and reply to
16386
16387         * src/summaryview.[ch]
16388                 Build threads also with subjects
16389
16390 2001-06-17 [hoa]
16391
16392         * src/compose.c
16393                 forwarding use the current account.
16394
16395         * src/mainwindow.c
16396                 the "compose message" button has been replaced with
16397                 "new mail" and "new news" buttons
16398
16399         * src/prefs_common.[ch]
16400                 added a configuration option to use the forward button
16401                 as "forward as attachment"
16402                 changed reply and forward format description
16403
16404         * src/quote_fmt_lex.l
16405         * src/quote_fmt_parse.y
16406                 added message with no signature in format for reply
16407                 and forward.
16408
16409 2001-06-17 [paul]
16410
16411         Minor UI stuff
16412
16413         * src/mainwindow.c
16414         * src/summaryview.c
16415                 Improvements to the English
16416
16417         * src/prefs_common.c
16418                 Improvements to the English and some
16419                 clarity/continuity improvements in the
16420                 description of Quote symbols.
16421
16422 2001-06-17 [paul]
16423
16424         0.5.0claws1
16425
16426         * sync with sylpheed 0.5.0pre1
16427
16428 2001-06-17 [hoa]
16429
16430         * src/compose.c
16431                 Better interface for compose, displayed fields
16432                 are updated whenever we change account.
16433                 Newsgroups field is automatically filled.
16434
16435         * src/mainwindow.c
16436                 Newsgroups field is automatically filled.
16437
16438         * src/prefs_account.c
16439                 Some interface stuff when fields appear and
16440                 disappear.
16441
16442 2001-06-16 [paul]
16443
16444         0.4.99claws
16445
16446         * sync with sylpheed 0.4.99
16447
16448 2001-06-16 [sergey]
16449
16450         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16451         base64_decoder_free, base64_decoder_decode): new object and
16452         functions for decoding base64 streams.
16453         * src/procmime.c (procmime_decode_content): modified to use the
16454         new base64 decoder.
16455
16456 2001-06-15 [paul]
16457
16458         0.4.99claws10
16459
16460         * sync with sylpheed 0.4.99cvs11
16461
16462 2001-06-13 [paul]
16463
16464         0.4.99claws9
16465
16466         * sync with sylpheed 0.4.99cvs9
16467
16468 2001-06-13 [hoa]
16469
16470         * src/compose.c
16471         * src/prefs_account.c
16472
16473                 SMTP server can be defined in the news account
16474                 mime type of attachment are kept.
16475
16476         * src/summaryview.c
16477
16478                 now choose the highest important score between default
16479                 and important score of folder.
16480
16481 2001-06-09 [alfons]
16482         
16483         * src/prefs_common.c: 
16484
16485                 (prefs_quote_description_create): corrected description of 
16486                 quote format characters
16487
16488 2001-06-09 [paul]
16489
16490         0.4.99claws8
16491
16492         * sync with sylpheed 0.4.99cvs8
16493
16494 2001-06-08 [sergey]
16495
16496         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16497         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16498
16499 2001-06-08 [paul]
16500
16501         0.4.99claws7
16502
16503         * sync with sylpheed 0.4.99cvs7
16504
16505 2001-06-06 [sergey]
16506
16507         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16508         clashes with autogenerated header).
16509         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16510         * src/Makefile.am: added quote_fmt.h.
16511         * src/.cvsignore: added lex/yacc autogenerated files
16512         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16513
16514 2001-06-06 [paul]
16515
16516         0.4.99claws6
16517
16518         * sync with sylpheed 0.4.99cvs6
16519
16520 2001-06-06 [hoa]
16521
16522         * added src/quote_fmt_parse.h
16523         * src/compose.c
16524                 removed warnings
16525
16526         * src/prefs.[ch]
16527                 don't modify readonly configuration files
16528
16529         * src/prefs_account.c
16530         * src/prefs_common.c
16531         * src/prefs_customheader.c
16532         * src/prefs_display_header.c
16533         * src/prefs_filter.c
16534         * src/prefs_filtering.c
16535         * src/prefs_scoring.c
16536                 don't open dialog box when configuration files
16537                 are readonly
16538
16539 2001-06-05 [sergey]
16540
16541         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16542
16543         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16544         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16545         BUILT_SOURCES to make all files rebuild properly.
16546
16547         * src/compose.c: removed #include "quote_fmt.tab.h".
16548
16549         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16550         CHARACTER value in yylval.
16551
16552         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16553         receive CHARACTER value by documented means (yylval).
16554
16555         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16556
16557 2001-06-05 [hoa]
16558
16559         * src/Makefile.am
16560                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16561
16562         * src/filtering.c
16563         * src/matcher.c
16564         * src/matcher.h
16565         * src/prefs_filtering.c
16566                 now keep the configuration for execute action
16567
16568         * src/mbox_folder.c
16569                 fixed a warning
16570
16571 2001-06-05 [paul]
16572
16573         * sync with sylpheed 0.4.99cvs5
16574
16575 2001-06-05 [hoa]
16576
16577         * src/Makefile.am
16578                 added quote_fmt.[ch]
16579
16580         * added src/quote_fmt.y
16581         * added src/quote_fmt.l
16582         * added src/quote_fmt.tab.h
16583         * added src/quote_fmt.tab.c
16584         * added src/lex.quote_fmt.c
16585                 parsing configuration for replying
16586                 and forwarding
16587
16588         * src/prefs_common.[ch]
16589                 added configuration UI for replying
16590                 and forwarding
16591
16592         * src/compose.c
16593                 using configuration for replying
16594                 and forwarding
16595
16596 2001-06-04 [hoa]
16597
16598         * src/filtering.c
16599         * src/matcher.c
16600         * src/matcher.h
16601         * src/prefs_filtering.c
16602         * src/prefs_matcher.c
16603         * src/prefs_matcher.h
16604                 action "run a command" for filtering
16605                 and matching with a command.
16606                 fixed the "whole message" matching
16607
16608         * src/mbox_folder.c
16609                 changed temporary filename for security
16610
16611         * src/messageview.c
16612                 queue the notification if it fails to send.
16613
16614         * src/prefs_common.c
16615         * src/prefs_folder_item.c
16616                 changed the default important score             
16617
16618         * src/prefs_scoring.c
16619         * src/scoring.c
16620                 hide kill score input when the folder is not
16621                 a newsgroup
16622
16623 2001-06-03 [alfons]
16624
16625         * src/prefs_common.c:
16626
16627                 (prefs_font_select): pass font name in font entry box to font
16628                 selection dialog.
16629
16630 2001-06-03 [sergey]
16631
16632         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16633
16634 2001-06-03 [paul]
16635
16636         * sync with sylpheed 0.4.99cvs4
16637
16638 2001-06-03 [alfons]
16639
16640         * src/headerwindow.c:
16641
16642                 (headerwindow_show_cb): use the selected summary view item, not
16643                 the displayed item.
16644
16645 2001-06-02 [alfons]
16646
16647         * src/headerwindow.c:
16648
16649                 (headerwindow_show_cb): always try to show msginfo
16650
16651 2001-06-02 [hoa]
16652
16653         * src/compose.c
16654                 keep attached parts when reediting or forwarding.
16655
16656 2001-06-01 [hoa]
16657
16658         * src/folderview.c
16659         * src/prefs_folder_item.[ch]
16660         * src/prefs_scoring.[ch]
16661         * src/scoring.[ch]
16662         * src/summaryview.[ch]
16663         * src/main.c
16664         * src/mainwindow.c
16665         * src/prefs_common.[ch]
16666                 support for folder scoring
16667                 kill score and important score for messages
16668         
16669         * src/prefs_account.c
16670                 some display bug fixed for local account
16671                 preferences
16672
16673 2001-05-31 [alfons]
16674
16675         * src/summaryview.c:
16676
16677                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16678                 sender to address book menu item is disabled.
16679
16680 2001-05-30 [hoa]
16681
16682         * src/filtering.[ch]
16683         * src/summaryview.c
16684                 handling summary menu / filter messages
16685
16686         * src/folder.[ch]
16687                 add some stuff
16688
16689         * src/foldersel.c
16690                 imap folders now appears in list
16691
16692         * src/mbox_folder.c
16693                 doesn't crash if destination mail is not writeable
16694
16695 2001-05-29 [hoa]
16696
16697         * src/compose.c
16698                 removed some warnings
16699
16700         * src/filtering.c
16701         * src/folder.[ch]
16702         * src/prefs_filtering.c
16703                 global string to identify any folders           
16704                 removed some debug info
16705                 filtering to mbox folders is now possible
16706
16707         * src/mainwindow.c
16708                 removed some warnings
16709
16710         * src/mbox_folder.c
16711                 permission on files are changed to read/write for user only,
16712                 nothing for other.
16713                 creation of subfolder is handled better.
16714
16715 2001-05-28 [alfons]
16716
16717         Verified the sync for src/prefs_common.[ch] and
16718         src/prefs_account.[ch]. I believe there were some
16719         minor indentation differences.
16720
16721 2001-05-28 [paul]
16722
16723         0.4.99claws3
16724
16725         * sync with 0.4.99cvs3
16726
16727 2001-05-28 [hoa]
16728
16729         * src/compose.c
16730                 handling flags for mbox format
16731
16732         * src/filtering.c
16733                 use of mark file only for MH format
16734                 handling flags for mbox format
16735                 filtering cannot yet move or copy mails to mbox folders.
16736
16737         * src/folder.[ch]
16738                 changed move_msg, copy_msg,
16739                 move_msgs_with_dest, copy_msgs_with_dest functions
16740                 uses only folder->copy_msg() function
16741                 uses folder->finished_copy() to handle the destination
16742                 folder at the end of the copy or move operation.
16743
16744         * src/foldersel.c
16745                 included mbox directories.
16746
16747         * src/folderview.[ch]
16748         * src/mainwindow.c
16749                 handle folders operation for mbox format
16750
16751         * src/mbox.c
16752                 disable conversion of "From " header
16753
16754         * src/mbox_folder.[ch]
16755                 completion of mbox format handling
16756
16757         * src/mh.c
16758                 changed mh_copy_msg() function and
16759                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16760                 mh_copy_msgs_with_dest()
16761
16762         * src/prefs_filtering.c
16763                 removed some warnings
16764
16765         * src/prefs_matcher.c
16766                 default boolean operation is AND
16767
16768         * src/procheader.c
16769                 handling flags for mbox format
16770                 handling of "From " header
16771
16772         * src/procmsg.[ch]
16773                 removed data field
16774                 added MSG_REALLY_DELETED flags to handle deletion of
16775                 messages in mbox format.
16776
16777         * src/summaryview.c
16778                 handling flags for mbox format
16779                 disable the MSG_DELETED flags when messages
16780                 are deleted in mbox format
16781
16782         * src/textview.c
16783                 "From " headers display fixed.
16784
16785 2001-05-27 [alfons]
16786
16787         * src/textview.c:
16788                 
16789                 (get_email_part): skip quoted email addresses, like in e.g.
16790                 "'alfons@proteus.demon.nl'".
16791
16792 2001-05-26 [alfons]
16793
16794         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16795         and fixing the persistence troubles when using separate windows.
16796
16797         * src/mainwindow.c:
16798         
16799             Added #define SEPARATE_ACTION used in the gtk item factory for 
16800             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16801                 use gtk_item_factory_get_widget_by_action() to get the items.
16802                 
16803             Removed separate_widget_cb from the gtk item factory data   
16804           
16805             (mainwindow_create): connect separate_widget_cb() to check
16806             menu item "toggled" signal. also passing a MainWindow pointer
16807                 as object data for both check menu items.
16808                 
16809             (separate_widget_cb): definition of separate_widget_cb() to match
16810             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16811                 window using gtk_object_get_data(). The type of window separation 
16812                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16813         
16814         * src/prefs_filtering.c,
16815           src/prefs_matcher.c: added horizontal scrollbars
16816
16817 2001-05-25 [darko]
16818
16819         * src/headerview.c
16820                 fix segfault with invalid bold font
16821         * src/summaryview.c
16822                 correctly display summary stats after row is marked
16823
16824 2001-05-23 [sergey]
16825
16826         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16827         encodings with libjconv.
16828
16829 2001-05-23 [hoa]
16830
16831         * src/Makefile.am
16832                 added mbox_folder.[ch]
16833         * src/defs.h
16834                 mbox temporary folder
16835         * src/folder.[ch]
16836         * added src/mbox_folder.[ch]
16837         * src/folderview.c
16838         * src/procheader.[ch]
16839                 added mbox support
16840         * src/mbox.c
16841                 bugfix for file incorporation filtering
16842         * src/imap.c
16843                 enable creation of MBOX
16844         * src/prefs_display_header.c
16845                 enable use of headers like "From "
16846                 something that should be fixed :
16847                         displaying of such headers add an extra space
16848         * src/prefs_folder_item.c
16849                 don't create folders because it is not necessary
16850         * src/procmsg.h
16851                 added data field to MsgInfo for mbox internal use
16852         * src/summaryview.c
16853                 added some support for mbox
16854         * src/utils.[ch]
16855                 added get_mbox_cache_dir() function
16856
16857 2001-05-23 [hiroyuki]
16858
16859         * src/headerwindow.c
16860           src/inc.c
16861           src/main.c
16862           src/mh.c
16863           src/nntp.c
16864           src/procmsg.h
16865           src/session.h
16866           src/socket.[ch]
16867           src/summaryview.c
16868           src/textview.c
16869           src/automaton.c
16870           src/folderview.c: more sync with 0.4.99cvs2.
16871
16872         * src/headerwindow.c: reverted.
16873
16874 2001-05-22 [paul]
16875
16876         0.4.99claws2
16877
16878         * sync with sylpheed 0.4.99cvs2
16879                 * src/news.[ch]
16880                 * src/nntp.[ch]
16881                 * INSTALL
16882                 * INSTALL.jp
16883
16884 2001-05-22 [alfons]
16885
16886         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16887
16888 2001-05-21 [alfons]
16889
16890         Minor things:
16891
16892         * configure.in: if gnome-config not found, "no" is displayed
16893         
16894         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16895
16896         * src/textview.c: now also possible to add mail addresses by right
16897           clicking in the text view
16898
16899         * src/codeconv.c: merged patch which fixes endless loop when encountering
16900           invalid wide characters; from Alte <010@imis.ru>  
16901
16902 2001-05-20 [alfons]
16903
16904         Added installation of gnome specific things:
16905
16906         * Makefile.am: gnome conditional
16907
16908         * configure.in: check for installed gnome
16909
16910         * added sylpheed.png, sylpheed.desktop
16911
16912 2001-05-20 [sergey]
16913
16914         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16915
16916         * src/mainwindow.h (main_window_toolbar_create): created a button
16917         for "Reply to all".
16918         (main_window_set_toolbar_sensitive): enable/disable the new button
16919         appropriately.
16920         (toolbar_reply_to_author_cb): handle the new button.
16921
16922         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16923         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16924         failure).
16925
16926 2001-05-19 [sergey]
16927
16928         * src/compose.h (ComposeReplyMode): new modes
16929         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16930         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16931
16932         * src/compose.c
16933         (compose_send): move some code into a new function:
16934         (compose_current_mail_account): new function.
16935         (compose_reply): new argument to_author, all callers changed; if
16936         to_author==TRUE and account->protocol==A_NNTP, find and use an
16937         appropriate mail account for replying.
16938         (compose_reply_set_entry): new argument to_author; ignore
16939         compose->replyto if to_author==TRUE.
16940
16941         * src/mainwindow.c: new command "Message/Reply to author".
16942         (main_window_set_menu_sensitive): enable/disable it.
16943         (reply_cb): handle it.
16944
16945         * src/summaryview.c: new command "Reply to author".
16946         (summary_set_menu_sensitive): enable/disable it.
16947         (summary_reply_cb): handle it.
16948
16949         * src/account.c (account_find_mail_from_address): new function.
16950
16951 2001-05-18 [paul]
16952
16953         0.4.99claws1
16954
16955         * sync with sylpheed 0.4.99cvs1
16956
16957 2001-05-18 [hoa]
16958
16959         * src/compose.[ch]
16960         * src/filtering.c
16961         * src/summaryview.c
16962                 new filtering action : forward and forward as attachment
16963
16964         * src/main.c
16965                 no need for $DISPLAY when we run sylpheed --help
16966                 call to parse_cmd_opt() is moved
16967
16968         * src/mainwindow.[ch]
16969                 execute button is hidden when immediate execute
16970                 is chosen
16971
16972         * src/mh.c
16973         * src/news.c
16974         * src/prefs_folder_item.c
16975         * src/procmsg.c
16976                 better handling of missing directories
16977
16978         * src/summaryview.c
16979                 reedit is enabled in outbox
16980                 reedit is enabled in queue
16981
16982 2001-05-17 [hoa]
16983
16984         * src/filtering.c
16985         * src/matcher.[ch]
16986         * src/prefs_filtering.c
16987                 changed attachement into attachment
16988
16989 2001-05-17 [alfons]
16990
16991         0.4.67claws4    
16992
16993         * sync with sylpheed 0.4.67cvs9
16994         * sync with sylpheed 0.4.67cvs7-8
16995
16996 2001-05-17 [hoa]
16997
16998         * src/Makefile.am
16999                 added prefs_filtering.c
17000
17001         * src/filtering.[ch]
17002         * src/matcher.[ch]
17003                 removed action : forward_news and forward_news_as_attachement
17004                 (forward and forward_as_attachement can be used instead)
17005
17006         * src/mainwindow.c
17007                 added menu option to access filtering configuration
17008
17009         * src/prefs_account.c
17010                 changed mail_command default to /usr/sbin/sendmail
17011
17012         * added src/prefs_filtering.[ch]
17013                 dialog box for filtering configuration
17014
17015         * src/prefs_matcher.c
17016                 added function prefs_matcher_get_criteria_from_matching()
17017
17018         * src/prefs_scoring.c
17019                 reset the dialog when register or substitute is clicked
17020
17021 2001-05-15 [hoa]
17022
17023         * src/Makefile.am
17024                 added filtering.[ch]
17025         * src/inc.c
17026                 using filering.[ch] instead of filter.[ch]
17027         * src/main.c
17028                 reading new filtering configuration
17029         * src/matcher.[ch]
17030                 added some filtering actions
17031                 and fixed a bug for headers and mail body matching
17032         * src/mbox.c
17033                 using filering.[ch] instead of filter.[ch]
17034         * src/mh.c
17035                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17036         * src/summaryview.c
17037                 some fixes for filtering
17038
17039 2001-05-14 [hiroyuki]
17040
17041         * src/send.c: fixed some weird indentations.
17042           send_message_with_command(): call pclose() only if p != NULL.
17043         * src/textview.c: get_email_part(): modified the code for readability.
17044
17045 2001-05-14 [hiroyuki]
17046
17047         * src/md5global.h
17048           src/md5ify.c
17049           src/md5ify.h: removed from the cvs.
17050
17051 2001-05-13 [sergey]
17052
17053         * src/main.c: include rfc2015.h to avoid compiler warnings.
17054         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17055         the panel is already on screen.
17056         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17057         closing the alert window by ESC as "No".
17058         * src/prefs_common.c (prefs_interface_create): moved return
17059         receipt check button to the correct place.
17060
17061 2001-03-13 [alfons]
17062
17063         * src/prefs_common.c: 
17064                 moved return receipt check button to the Send tab. (prefs_send_create)
17065                 removed the date format ui related globals. (prefs_display_create)
17066
17067         0.4.67claws3
17068         
17069         * sync with sylpheed 0.4.67cvs5-6
17070
17071 2001-05-13 [paul]
17072
17073         * added Alfons' font selection patch
17074
17075         * src/defs.h
17076         * src/headerwindow.c
17077         * src/prefs_common.c
17078         * src/prefs_common.h
17079
17080 2001-05-13 [hoa]
17081         * src/defs.h
17082                 changed version of cache
17083         * src/matcher.[ch]
17084         * src/prefs_matcher.c
17085                 added additionnal matching criteria
17086         * src/procheader.c
17087         * src/procmsg.[ch]
17088         * src/news.c
17089                 added references in MsgInfo
17090
17091 2001-05-12 [hoa]
17092
17093         * src/defs.h
17094                 prepared some things for new filtering
17095         * src/matcher.[ch]
17096                 added some matching properties
17097                 inreplyto need to be enhanced
17098                 prepared some things for new filtering
17099         * src/messageview.c
17100                 added Return-Receipt-To handling
17101         * src/prefs_folder_item.c
17102                 changed default value to TRUE
17103         * src/prefs_matcher.c
17104                 added some matching properties
17105         * src/prefs_scoring.[ch]
17106                 the scoring dialog is finished
17107         * src/procheader.c
17108                 added Return-Receipt-To handling
17109                 Reference need to be added
17110         * src/procmsg.[ch]
17111                 added Return-Receipt-To handling
17112                 added threadscore to get a better score sorting when
17113                 threads are enabled
17114         * src/summaryview.c
17115                 suppressed a bug when we sort the list
17116                 when no folder is opened.
17117                 better score sorting when threads are enabled
17118
17119 2001-05-12 [alfons]
17120
17121         * reverted previous patch because of potential errors 
17122
17123         0.4.67claws2
17124         
17125         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17126                 applied "toggle mail-retrieval dialog window" patch submitted 
17127                 by Eric Limpens <eric@qnt.net>
17128
17129         * sync with sylpheed 0.4.67cvs4
17130
17131 2001-05-12 [sergey]
17132
17133         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17134         some picky compilers.
17135         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17136         * src/grouplist_dialog.c: include alertpanel.h.
17137         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17138         fix compile warning.
17139         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17140         #include "defs.h" before others to prevent the warning of `MIN'
17141         and `MAX' redefinition.
17142
17143 2001-05-11 [hoa]
17144
17145         * src/main.c
17146         * src/messageview.c
17147         * src/prefs_account.c
17148         * src/prefs_display_header.c
17149                 removed warning
17150         * src/Makefile.am
17151                 added prefs_scoring.[ch]
17152         * src/grouplist_dialog.c
17153                 display an error dialog box if the group list
17154                 cannot be fetched.
17155         * src/mainwindow.[ch]
17156                 added main_window_set_thread_option() function
17157                 scoring dialog box enabled
17158         * src/matcher.[ch]
17159                 added flags matching unread /new / marked
17160                 / deleted / replied / forwarded
17161         * src/news.c
17162                 newsgroups are now finally in newscache
17163         * src/prefs_matcher.[ch]
17164                 finished preferences for matching dialog
17165         * added src/prefs_scoring.[ch]
17166                 scoring dialog box completed
17167         * src/scoring.[ch]
17168                 conversion to string : added scoringprop_to_string()
17169                 write config for preferences :
17170                 added prefs_scoring_write_config()
17171         * src/summaryview.c
17172                 threads can be enabled/disabled independently
17173                 for each folder
17174
17175 2001-05-10 [alfons]
17176
17177         0.4.67claws1
17178         
17179         * AUTHORS: 
17180                 thought it would be nice to have a list of all
17181                 contributors (used Changelog as a reference)
17182         
17183         * configure.in: 
17184                 messed up version numbering...
17185
17186         0.4.66claws1
17187
17188         * sync with sylpheed 0.4.67cvs1-3
17189
17190 2001-05-10 [darko]
17191
17192         * src/prefs_common.c:
17193                 better UI for strftime format, double clicking
17194                 on format now inserts the format in text entry
17195                 replaced close button with standard OK/Cancel
17196                 moved date format button to the right of the
17197                 text entry field
17198
17199 2001-05-09 [alfons]
17200
17201         * src/gtkstext.c:
17202                 Ctrl-Home / Ctrl-End have proper cursor navigation
17203
17204 2001-05-09 [hoa]
17205
17206         * src/prefs_matcher.c
17207                 finished UI to define matching properties
17208                 added ok and cancel button
17209         * src/prefs_filter.c
17210                 added ok and cancel button
17211         * src/news.c
17212                 fixed some bug in xhdr parsing
17213
17214 2001-05-08 [alfons]
17215
17216         * src/textview.c: 
17217                 fixed a bug in textview_show_header(), which displayed two colons (':');
17218                 cleaned up some warnings
17219
17220 2001-05-08 [hoa]
17221
17222         * src/Makefile.am
17223                 added prefs_matcher.[ch]
17224                 compilation with -W -Wall
17225         * src/alertpanel.c
17226                 ungrab the mouse events if grabbed - does it
17227                 fix the bug for disposition notification ?
17228         * src/mainwindow.c
17229                 added a menu option to open the matching dialog.
17230         * src/matcher.[ch]
17231                 added matcherprop_to_string() and matcherlist_to_string()
17232                 fixed some bugs, changed the name of some options
17233                 age_sup and age_inf becomes age_greater and age_lower,
17234                 body and messageheaders becomes body_part and headers_part,
17235                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17236         * src/prefs_display_header.c
17237         * src/prefs_headers.c
17238                 fixed a bug that accidentally destroyed dialogs
17239                 when closed them with delete_event
17240                 Added *_deleted() which handle delete_event signal correctly.
17241         * src/prefs_folder_item.[ch]
17242                 added "enable_thread" field for future customization
17243         * added src/prefs_matcher.[ch]
17244                 sample of the UI to define matching properties
17245         * src/procheader.c
17246                 using procheader_headername_equal instead of str*cmp functions
17247                 using procheader_parse_header() function
17248         * src/scoring.c
17249                 using MATCHING_XXX instead of SCORING_XXX
17250         * src/summaryview.c
17251                 display the sender of the news even if this is ourself
17252                 when this is a news message.
17253         * src/textview.c
17254                 using headername_equal() instead of str*cmp functions
17255
17256 2001-05-08 [alfons]
17257
17258         0.4.66claws
17259
17260         * sync with sylpheed 0.4.66
17261         * src/gtkstext.c: trace logs added 
17262
17263 2001-05-08 [sergey]
17264
17265         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17266         signature check popup.
17267         * src/rfc2015.c (check_signature): show signature check popup only
17268         if it is enabled in preferences.
17269
17270 2001-05-07 [alfons]
17271
17272         0.4.66claws4
17273         
17274         * sync with sylpheed 0.4.66cvs6
17275
17276 2001-05-07 [darko]
17277
17278         * src/prefs_common.[ch]: added option to enable/disable
17279           looking up sender name in address book for summary pane
17280         * src/summaryview.c: look up sender in the address book
17281           by using Alfons' address completion code
17282
17283 2001-05-07 [hiroyuki]
17284
17285         * src/inc.h
17286           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17287           member of Pop3State.
17288         * src/news.c: brought #include "defs.h" before #include <glib.h>
17289           to prevent the warning of `MIN' and `MAX' redefinition.
17290
17291 2001-05-06 [hoa]
17292
17293         * removed src/headers_display.[ch]
17294         * removed src/prefs_display_headers.[ch]
17295         * src/inc.c
17296                 use a temporary file in the user directory for mbox import
17297         * src/news.c
17298                 added XHDR support to get "To" and "Cc" headers
17299                 (in order to match news with to or cc field for
17300                 scoring)
17301                 added function news_parse_xhdr() to get XHDR response
17302         * src/nntp.[ch]
17303                 added function nntp_xhdr()
17304         * src/matcher.c
17305                 fetch the message if necessary
17306
17307 2001-05-06 [alfons]
17308
17309         0.4.66claws3
17310
17311         * sync with sylpheed 0.4.66cvs3-5
17312
17313 2001-05-06 [hoa]
17314
17315         * src/utils.[ch]
17316                 added function itos_buf() to enable use of several buffers
17317         * src/summaryview.c
17318                 use of itos_buf() instead of itos() in summary list
17319                 to fix the broken display of message number.
17320
17321 2001-05-06 [alfons]
17322
17323         * src/gtkstext.c: bug in cursor up navigation fixed,
17324                 fixed another unsigned / signed comparison (we're getting there :-)
17325
17326 2001-05-06 [hoa]
17327
17328         * src/Makefile.am
17329                 added scoring.c scoring.h
17330                 prefs_folder_item.c prefs_folder_item.h
17331                 matcher.c matcher.h
17332         * src/defs.h
17333                 added FOLDERITEM_RC SCORING_RC
17334         * src/folder.[ch]
17335                 added prefs field in FolderItem :
17336                 properties for each folder (PrefsFolderItem),
17337                 sorting type and mode were added as the first properties.
17338         * src/main.c
17339                 read config for scoring
17340         * added src/matcher.[ch]
17341                 gives functions to parse configuration file to do
17342                 matching on mails with a list of conditions.
17343         * src/mainwindow.c
17344                 add option to sort by score
17345         * src/prefs_common.[ch]
17346                 added preference option to show score and for
17347                 the score column size
17348         * added src/prefs_folder_item.[ch]
17349                 properties for each folder (PrefsFolderItem),
17350                 sorting type and mode were added as the first properties.
17351         * src/procheader.[ch]
17352                 added procheader_parse_header()
17353                 added procheader_header_free()
17354                 added procheader_headername_equal()
17355                 and made modification to use them.
17356         * src/procmsg.[ch]
17357                 added score field to MsgInfo structure
17358         * added src/scoring.[ch]
17359                 gives functions to parse configuration file to do
17360                 scoring on mails with a list of conditions.
17361         * src/summaryview.[ch]
17362                 save the sorting type and mode for the folder
17363                 added column to display the score of the mail
17364                 added function summary_score_clicked()
17365                 sorting type and mode are restored to the folder
17366                 when it is reopen
17367         * src/textview.c
17368                 use procheader_parse_header(), procheader_headername_equal()
17369                 removed memory leak in text_scan_header when freeing headers
17370         * src/filter.c
17371                 changed the function to match names of headers
17372                 using procheader_headername_equal()
17373
17374         Scoring functions are implemented, an interface is needed
17375         to configure that.
17376
17377 2001-05-04 [alfons]
17378
17379         * src/gtkstext.c: 
17380                 hopefully fixed the row up navigation bug,
17381                 removed adding back / forward lines to cache
17382
17383 2001-05-04 [sergey]
17384
17385         * src/prefs_display_headers.c: user interface changes:
17386         (prefs_display_headers_create): remove unused "Show" check button;
17387         allow reordering of headers by dragging.
17388         (prefs_display_headers_write_config): remove unused variables.
17389         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17390         of lists (not needed with the new UI).
17391         (prefs_display_headers_set_list): scan lists starting from row 0,
17392         not 1 (do not skip "(New)").
17393         (prefs_display_headers_find_header): new function.
17394         (prefs_display_headers_clist_set_row): do not allow duplicates.
17395         (prefs_display_headers_delete_cb): do not skip row 0; treat
17396         closing the alert window by ESC as "No".
17397         (prefs_display_headers_up): do not protect row 0.
17398         (prefs_display_headers_down): do not protect row 0.
17399
17400 2001-05-04 [sergey]
17401
17402         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17403         functions.
17404
17405         * src/summaryview.c
17406         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17407         summary_select_next_marked, summary_select_prev_marked): new
17408         functions.
17409
17410 2001-05-03 [sergey]
17411
17412         * src/news.c: fixed a bug when no article can be fetched after
17413         server timeout if the connection was restored by news_post():
17414         (news_select_group): new function.
17415         (news_fetch_msg): call news_select_group() before fetching
17416         article.
17417         (news_get_uncached_articles): set session->group after successful
17418         GROUP command.
17419
17420 2001-05-03 [hoa]
17421
17422         * src/defs.h
17423         * src/procmsg.[ch]
17424         * src/procheader.c
17425                  changed version of cache, added cc field
17426
17427         * src/prefs_display_headers.c
17428                 the interface was changed
17429
17430         * src/prefs_headers.c
17431                 added cancel button
17432
17433 2001-05-03 [alfons]
17434
17435         * completed sync of sylpheed cvs2
17436         * src/gtkstext.c: updated row up / down cursor navigation
17437         * src/textview.c: re-edited, prepared for fixing the email address
17438                 scanner.
17439
17440 2001-05-03 [darko]
17441
17442         * src/prefs_common.c: use alfons' strftime ui code
17443         entry_datefmt and datefmt_sample widgets have to be
17444         global in this module because of this change
17445
17446 2001-05-03 [hoa]
17447
17448         * src/messageview.c
17449         * src/prefs_common.[ch] added option to activate the return receipt
17450                 feature.
17451
17452 2001-05-02 [alfons]
17453
17454         * src/gtkstext.c: fix for row up/down cursor navigation. 
17455
17456         0.4.66claws2
17457         
17458         * sync with 0.4.66cvs2
17459
17460 2001-05-02 [paul]
17461
17462         added add-sender-to-addressbook patch
17463
17464         * src/addressbook.c
17465         * src/addressbook.h
17466         * src/summaryview.c
17467
17468 2001-05-02 [sergey]
17469
17470         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17471         G_ALERTDISABLE.
17472
17473         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17474         all existing callers changed to pass FALSE; create a check button
17475         to disable the message.
17476         (alertpanel_message_with_disable): new function.
17477         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17478         (alertpanel_button_toggled): new function.
17479         (alertpanel_button_clicked, alertpanel_close): set value using
17480         G_ALERT_VALUE_MASK.
17481
17482         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17483
17484         * src/prefs_common.c (prefs_privacy_create): new check button
17485         checkbtn_gpgme_warning.
17486
17487         * src/main.c (main): moved preferences reading before gpgme
17488         initialization; check prefs_common.gpgme_warning before giving the
17489         GnuPG warning and set it to FALSE if the user wants to disable the
17490         warning.
17491
17492 2001-05-02 [hiroyuki]
17493
17494         * src/prefs_display_headers.c: modified the layout and some labels.
17495
17496 2001-05-02 [sergey]
17497
17498         * src/prefs_account.c (prefs_account_fix_size): new function.
17499         (prefs_account_create): call prefs_account_fix_size(); use
17500         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17501         size when the window is shown for the first time).
17502         (prefs_account_basic_create): changed layout of serv_table; moved
17503         localmbox_entry above smtpserv_entry (logically it replaces
17504         POP3/IMAP server).
17505         (prefs_account_protocol_activated): set sensitivity of
17506         nntpauth_chkbtn according to the protocol (in addition to
17507         hide/show); commented out gtk_table_set_row_spacing() calls.
17508         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17509         not sensitive (fixes a bug with disabled username/password boxes
17510         when editing POP3 account after NNTP with authentication).
17511
17512 2001-05-02 [hoa]
17513
17514         * src/account.c
17515         * src/inc.c
17516         * src/prefs_account.[ch]
17517         * src/send.c
17518                 removed local account without SMTP server
17519                 added option to use mail command instead of a connexion
17520                 to SMTP server when a local account is used
17521         * src/prefs_headers.c
17522                 fixed a bug
17523         * src/news.c
17524                 fixed a bug when connexion immediately closed
17525
17526 2001-05-01 [alfons]
17527
17528         0.4.66claws1
17529         
17530         * sync with 0.4.65
17531
17532 2001-05-01 [sergey]
17533
17534         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17535         widget nntpauth_chkbtn.
17536         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17537         visibility.
17538         (prefs_account_nntpauth_toggled): new function.
17539
17540         * src/news.c (news_session_new_for_folder): use NNTP
17541         authentication only if ac->use_nntp_auth is set.
17542
17543 2001-05-01 [hoa]
17544
17545         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17546         * src/prefs_display_headers.c changed the UI
17547         * src/prefs_headers.c changed account_name to account_id
17548         * src/compose.c using customheader.h
17549
17550 2001-05-01 [hiroyuki]
17551
17552         * src/esmtp.c
17553           src/news.c
17554           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17555           unsynched.
17556
17557 2001-05-01 [hoa]
17558
17559         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17560         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17561                 for displaying of headers
17562         * src/grouplist_dialog.[ch] minor changes to remove warnings
17563         * src/prefs_display_headers.[ch] dialog to choose the
17564         headers to display in the mail viewer.
17565         * src/headers.h correction of #define
17566         * src/headers_display.[ch] configuration for displaying of headers.
17567         * src/main.c read config of displaying of headers
17568         * src/prefs_common.c add a button to access the config dialog
17569                 for displaying of headers
17570         * src/prefs_display_headers.[ch] dialog for configuration for
17571                 displaying of the headers.
17572         * src/prefs_headers.c cleaning of code
17573         * src/procheader.c comments added to code
17574         * src/textview.c changes to reorder the headers depending
17575                 on the config for displaying of headers
17576
17577 2001-04-30 [alfons]
17578
17579         0.4.65claws7
17580
17581         * sync with 0.4.65cvs12
17582
17583         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17584
17585 2001-04-30 [sergey]
17586
17587         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17588
17589         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17590         is set to force reconnection after authentication failure.
17591         (nntp_gen_command): set sock->auth_failed on authentication
17592         failure, or if sock->userid and sock->passwd are not set.
17593
17594         * src/news.c (news_session_new_for_folder): set userid=NULL if
17595         password dialog is cancelled.
17596
17597 2001-04-30 [sergey]
17598
17599         * src/nntp.h (NNTPSockInfo): new type.
17600
17601         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17602         SockInfo.
17603         (nntp_open_auth, nntp_close): new functions.
17604         (nntp_gen_command): new function to handle authentication; all
17605         NNTP command functions updated to use it.
17606         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17607         (nntp_list): removed old useless code.
17608
17609         * src/news.h (NNTPSession): new field nntp_sock.
17610
17611         * src/news.c: all functions updated to use NNTPSockInfo instead of
17612         SockInfo.
17613         (news_session_new): new arguments (userid, passwd); made static;
17614         use nntp_open_auth() if needed.
17615         (news_session_destroy): use nntp_close() instead of sock_close().
17616         (news_query_password): changed arguments.
17617         (news_session_new_for_folder): new function.
17618         (news_session_get): use news_session_new_for_folder().
17619         (news_authenticate): deleted.
17620         (news_get_uncached_articles): removed old authentication code.
17621
17622 2001-04-30 [sergey]
17623
17624         * src/news.c: reverted my previous changes (need to do NNTP
17625         authentication in a cleaner way).
17626         
17627 2001-04-29 [sergey]
17628
17629         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17630         news_nntp_post, news_nntp_mode): new functions (wrappers with
17631         authentication support).
17632         (news_get_article_cmd, news_get_article, news_get_header): new
17633         argument "folder"; all callers changed.
17634         (news_get_article_cmd): added authentication support.
17635         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17636         (news_post): use news_nntp_post() instead of nntp_post().
17637         (news_get_uncached_articles): use news_nntp_group() instead of
17638         nntp_group() and news_nntp_xover() instead of nntp_xover();
17639         removed old authentication code.
17640         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17641
17642         * src/nntp.c (nntp_list): return real error code instead of
17643         hardcoded NN_ERROR.
17644
17645 2001-04-29 [sergey]
17646
17647         * configure.in: fixed wint_t typedef detection again
17648
17649 2001-04-28 [hoa]
17650
17651         * src/prefs_account.[ch], added A_LOCAL_CMD
17652                 (send mail with mail command)
17653         * src/send.c added function send_message_with_command()
17654         * src/inc.c made a more secure get_spool() function with
17655                 mktemp() but maybe mkstemp() or something more
17656                 secure can be used.
17657
17658 2001-04-28 [alfons]
17659
17660         * src/textview.c, colorization of email addresses in headers
17661
17662         0.4.65claws6
17663
17664         * bug sync with sylpheed
17665         * prefs_common.c: created date format ui for darko
17666         * sync with 0.4.65cvs11
17667         * configure.in: corrected to have the new gpg checks
17668
17669 2001-04-27 [alfons]
17670
17671         * completed sync with 0.4.65cvs10
17672         * minor debug things added to gtkstext.c
17673
17674 2001-04-27 [darko]
17675
17676         * configure.in: remove check for availability of
17677           strftime() as advised by Hiroyuki
17678         * src/prefs_common.[ch], src/procheader.c:
17679           synch strftime() code with Hiroyki's main branch
17680
17681 2001-04-26 [sergey]
17682
17683         * src/news.c: news_query_password(), news_authenticate(): new
17684           functions.
17685           news_get_uncached_articles(): added NNTP authentication
17686           handling.
17687         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17688           new functions.
17689         * src/prefs_account.c: prefs_account_protocol_activated():
17690           enable userid and password fields for NNTP.
17691
17692 2001-04-26
17693
17694         * configure.in: check for availability of strftime()
17695           [darko]
17696         * src/prefs_common.[ch], src/procheader.c: use
17697           strftime() for displaying date in summary pane if it
17698           is available
17699
17700 2001-04-25
17701
17702         * more .cvsignore cleanups [alfons]
17703
17704 2001-04-25
17705
17706         * ac/sv-check-type.m4: new autoconf macro.
17707         * configure.in: fixed wint_t typedef detection (did not work
17708           with gcc-2.96).
17709
17710 2001-04-25
17711
17712         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17713           [hiroyuki]
17714
17715 2001-04-24
17716         * modified gtkstext.c : buggy cursor navigation fixed, 
17717           and font descent also taken in account when drawing
17718           cursor. [alfons]
17719
17720 2001-04-24 [hoa]
17721         * added comments in src/news.c src/nntp.c
17722         * added src/prefs_headers.[ch]
17723         * added src/headers.[ch]
17724         * modified compose.c to activate custom headers
17725                 added function is_in_custom_headers
17726         * modified prefs_account.[ch]
17727                 added function prefs_account_customhdr_edit
17728         * modified src/defs.h :
17729                 added HEADERS_RC : name of the config file
17730                 for the custom headers
17731
17732 2001-04-24
17733
17734     0.4.65claws5
17735
17736         * configure.in
17737           src/gtkstext.[ch]
17738           src/compose.c
17739           src/Makefile.am
17740           
17741           added gtkstext with configure.in patch by Hiroyuki which
17742           should fix the XIM detection [alfons]
17743
17744         * more clean up of cvs [alfons]
17745
17746                  * removed all Makefile.in files to attic.
17747
17748                  * updated all .cvsignores to really ignore things that could
17749                    be unintentionally committed by a recursive commit.
17750
17751 2001-04-23 [hoa]
17752         * added src/grouplist_dialog.[ch]
17753         * changed src/folderview.c to call grouplist_dialog instead
17754                 of inputdialog
17755         * src/news.c :
17756                 added functions news_reset_group_list
17757                 and news_get_group_list
17758         * src/nntp.c :
17759                 added function nntp_list
17760         * src/defs.h :
17761                 added GROUPLIST_FILE : name of the newsgroup list cache file
17762
17763 2001-04-21
17764
17765         * added option to warn about queued messages on exit [sergey]:
17766
17767           * src/compose.c: compose_queue(): call folder_item_scan()
17768             and folderview_update_item() after queueing.
17769           * src/folderview.c: folderview_update_node(): draw the queue
17770             folder in bold font if there are queued messages.
17771           * src/mainwindow.c: queued_messages(): new function.
17772             app_exit_cb(): display warning if there are queued messages
17773             if warn_queued_on_exit is set.
17774           * prefs_common.[ch]: add warn_queued_on_exit option.
17775
17776         * enhanced GnuPG key selection support [sergey]:
17777
17778           * src/select-keys.c: updated to newer version from Win32
17779             branch with support for selecting arbitrary keys.
17780           * src/prefs_account.c: added the Privacy tab to the account
17781             options window.
17782             prefs_account_privacy_create(),
17783             prefs_account_sign_key_set_data_from_radiobtn(),
17784             prefs_account_sign_key_set_radiobtn(): new functions.
17785           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17786           * src/rfc2015.c: set_signers(): new function.
17787             pgp_sign(): add the account parameter, call set_signers().
17788             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17789           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17790           * src/compose.c: pass the current account to rfc2015_sign().
17791
17792         * tag name claws added to prevent confusion with main branch [alfons]
17793
17794         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17795
17796         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17797
17798         * sync with recent sylpheed cvs. Untested though. [alfons]
17799