0.9.3claws90
[claws.git] / ChangeLog.claws
1 2003-08-02 [christoph]  0.9.3claws90
2
3         * src/common/hooks.c
4                 fix crash when pointer stored in hash table could get invalid
5                 when a plugin is unloaded
6
7 2003-08-01 [christoph]  0.9.3claws89
8
9         * configure.ac
10                 o try to build all plugins (except spamassassin) by default
11                 o don't build a plugin if a dependency check fails
12
13         * src/common/hooks.c
14                 fix warning
15
16 2003-08-01 [match]      0.9.3claws88
17
18         * src/importldif.c
19                 allow single click field selection. document code.
20
21 2003-08-01 [christoph]  0.9.3claws87
22
23         * src/plugins/clamav/clamav_plugin.c
24         * src/plugins/clamav/clamav_plugin_gtk.c
25         * src/plugins/dillo_viewer/dillo_viewer.c
26         * src/plugins/image_viewer/plugin.c
27         * src/plugins/mathml_viewer/mathml_viewer.c
28         * src/plugins/spamassassin/spamassassin.c
29         * src/plugins/spamassassin/spamassassin_gtk.c
30         * src/plugins/trayicon/trayicon.c
31                 add version check to all plugins
32
33 2003-08-01 [hoa]        0.9.3claws86
34
35         * src/prefs_filtering.c
36                 fixed a cosmetic bug, during creation of dialog box,
37                 wrong widgets were shown after creation.
38
39 2003-08-01 [luke]       0.9.3claws85
40
41         * src/mainwindow.c
42                 o fixed visibility of icons/mimeview after toggling separate
43                   message/folder view (factored out some similar code too).
44
45
46 2003-07-31 [alfons]     0.9.3claws84
47
48         * src/mimeview.c
49                 tweak icon box UI a bit more, now allowing right-clicks actions
50                 getting the relevant mime data too; should fix #250, "Can't save 
51                 attachments sometimes".
52
53 2003-07-30 [alfons]     0.9.3claws83
54
55         * src/compose.c
56                 don't do auto-save-draft inside key press handler, but rather
57                 schedule it half of a second later; should fix #67, "autosave 
58                 make re-rediting message crazy"
59
60 2003-07-30 [christoph]  0.9.3claws82
61
62         * src/plugins/trayicon/trayicon.c
63                 process pending events before unloading the plugin
64
65         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
66
67 2003-07-30 [alfons]     0.9.3claws81
68
69         * src/common/hooks.c
70                 parameter 2 of g_hook_destroy() should really be a hook id
71
72 2003-07-30 [alfons]     0.9.3claws80
73
74         * src/common/plugin.c
75                 fix a possibly harmful function signature mismatch 
76                 for plugin_done
77
78 2003-07-30 [alfons]     0.9.3claws79
79
80         * src/common/hooks[.ch]
81                 const correctness
82
83 2003-07-30 [darko]      0.9.3claws78
84
85         * src/summaryview.c
86                 make it compile again
87
88 2003-07-30 [luke]       0.9.3claws77
89
90         * src/crash.c
91         * src/main.c
92                 o added/moved signal handlers for SIGTERM (normal kill command) 
93                   and SIGINT (ctl-c) to be used even without 
94                   --enable-crash-dialog, fixing bug 166
95
96         * src/summaryview.c
97                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
98                   bug 227
99
100         * src/mainwindow.c
101                 o changed sensitivity condition for 'Next new' and 'Next 
102                   unread', fixing bug 8
103
104 2003-07-29 [alfons]     0.9.3claws76
105
106         * src/common/utils.[ch]
107                 add generate_msgid()
108         * src/messageview.c
109                 save ack'ed RRR; fixes #205, "return receipt is not saved in
110                 sent folder".
111
112 2003-07-29 [alfons]     0.9.3claws75
113
114         * src/messageview.c
115                 fix a memleak (claws-only)
116
117 2003-07-29 [alfons]     0.9.3claws74
118
119         * src/mimeview.[ch]
120         * src/gtk/gtkvscrollbutton.[ch]
121                 fix UI glitch where mime icon toolbox' scroll position is not 
122                 reset after switching to another message
123                 
124
125 2003-07-29 [paul]       0.9.3claws73
126
127         * src/prefs_folder_item.c
128                 split the prefs into 2 separate pages
129
130 2003-07-29 [paul]       0.9.3claws72
131
132         * src/compose.c
133                 prepend "\n\n" to a signature without a separator too
134
135 2003-07-29 [paul]       0.9.3claws71
136
137         * src/compose.c
138                 fix bug where changing to an account without an auto-sig
139                 from an initial account without an auto-sig would insert 
140                 2 blank lines at the cursor point
141                 fix bug where changing to an account with an auto-sig
142                 from an initial account without an auto-sig would insert
143                 the sig at the cursor point
144
145 2003-07-29 [paul]       0.9.3claws70
146
147         * src/folderview.c
148                 use the colour from the folder pref unless the folder
149                 has new messages
150
151 2003-07-29 [alfons]     0.9.3claws69
152
153         * src/procmsg.[ch]
154         * src/messageview.c
155         * src/procheader.c
156                 rewrite return receipt request work a little bit (the former 
157                 implementation presumably depended too much on the UI setting
158                 flags). (we're losing the old pending flag.) 
159
160 2003-07-28 [christoph]  0.9.3claws68
161
162         * src/folder.c
163         * src/imap.c
164         * src/mh.c
165         * src/procmsg.[ch]
166                 fix copy to IMAP folder from other folder
167
168 2003-07-28 [christoph]  0.9.3claws67
169
170         * src/procmsg.c
171                 fix sync of procmsg_get_message_file_list
172
173 2003-07-28 [christoph]  0.9.3claws66
174
175         * sync with 0.9.3cvs14
176                 see ChangeLog 2003-07-18
177         * sync with 0.9.3cvs17
178                 see ChangeLog 2003-07-23
179
180         (closes Bug 234 segmentation fault after sending out mail via
181          smtp(auth))
182
183 2003-07-28 [paul]       0.9.3claws65
184
185         * po/es.po
186                 update Spanish translation, submitted by Ricardo Mones
187                 Lastra
188
189 2003-07-28 [christoph]  0.9.3claws64
190
191         * src/folder.[ch]
192         * src/imap.c
193         * src/mh.c
194                 return new message numbers as a GRelation instead of a GSList
195                 that has to be in the same order as the input list. A list
196                 would make it hard for IMAP to optimize oepration by sorting
197                 the input list. The returned list would have to be reordered
198                 to match the same order that input list has.
199
200         * src/gtk/gtkaspell.c
201                 fix missing return value, could cause a crash when garbage is
202                 on the stack that is used as the expected return value
203
204 2003-07-28 [paul]       0.9.3claws63
205
206         * sync with 0.9.4cvs1
207                 see ChangeLog 2003-07-28
208
209 2003-07-27 [alfons]     0.9.3claws62
210
211         * src/mimeview.c
212                 tweak it more to make icon list act like a check button group
213
214 2003-07-27 [christoph]  0.9.3claws61
215
216         * sync with 0.9.3cvs20
217                 see ChangeLog 2003-07-25
218
219 2003-07-27 [paul]       0.9.3claws60
220
221         * src/procmsg.c
222                 re-commit changes from 0.9.3claws58 -
223                 accidently removed in 0.9.3claws59
224
225 2003-07-27 [paul]       0.9.3claws59
226
227         * src/procmsg.[ch]
228                 a sync from 0.9.3cvs17
229                 see ChangeLog 2003-07-23
230
231 2003-07-27 [alfons]     0.9.3claws58
232
233         * src/procmsg.c
234                 add missing header members to MsgInfo; fixes the problem of 
235                 not displaying X-Faces, as noticed by Ricardo Mones
236
237 2003-07-26 [christoph]  0.9.3claws57
238
239         * sync with 0.9.3cvs18
240                 see ChangeLog 2003-07-24
241
242 2003-07-26 [christoph]  0.9.3claws56
243
244         * sync with 0.9.3cvs17
245                 see ChangeLog 2003-07-23
246
247 2003-07-26 [christoph]  0.9.3claws55
248
249         * src/folder.[ch]
250         * src/imap.c
251         * src/mbox_folder.c
252         * src/mh.c
253         * src/news.c
254                 add support for copy function that copy multiple messages
255                 (not implemented yet)
256
257         * src/summaryview.c
258                 add missing return value
259
260 2003-07-26 [paul]       0.9.3claws54
261
262         * tools/multiwebsearch.pl
263                 do whitespace substitution before passing the string
264                 to the browser. fixes bug with browsers that don't
265                 do whitespace conversion themselves.
266
267 2003-07-25 [christoph]  0.9.3claws53
268
269         * src/folder.[ch]
270         * src/imap.c
271         * src/mh.c
272                 rewrite adding of multiple messages to a folder for
273                 claws' folder system
274
275 2003-07-25 [luke]       0.9.3claws52
276
277         * src/mimeview.c
278                 o icon toggles set correctly on leaving ctree mimeview
279
280 2003-07-25 [paul]       0.9.3claws51
281
282         * partial sync with 0.9.3cvs21 [src/main.c]
283                 see ChangeLog 2003-07-25
284
285 2003-07-24 [paul]       0.9.3claws50
286
287         * tools/maildir2sylpheed.pl
288                 fix typo
289
290 2003-07-24 [paul]       0.9.3claws49
291
292         * src/mimeview.c
293                 increase the gutter size of paned so that the panes
294                 can be resized
295                 
296         * src/plugins/demo/demo.c
297                 squeeze in another typo fix
298
299 2003-07-24 [paul]       0.9.3claws48
300
301         * src/plugins/demo/demo.c
302           src/prefs_account.c
303                 small changes to the English
304                 
305         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
306           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
307           src/Makefile.am
308           src/stock_pixmap.c
309                 rename the misspelled icon
310
311 2003-07-23 [alfons]     0.9.3claws47
312
313         * src/mimeview.c
314                 make icon list look like a list of toggles
315
316 2003-07-23 [luke]       0.9.3claws46
317
318         * src/pixmaps/mimeview_gpg_expired.xpm
319         * src/pixmaps/mimeview_gpg_failed.xpm
320         * src/pixmaps/mimeview_gpg_passed.xpm
321         * src/pixmaps/mimeview_text_html.xpm
322         * src/pixmaps/mimeview_image.xpm
323                 o all icons the same size
324
325         * src/mimeview.[ch]
326                 o mimeview ctree arranged vertically above the viewer
327                 o icons changed to buttons
328                 o can use keyboard to select an icon (Enter)
329                 o resize icon list to width of icons
330
331         *  src/gtk/gtkvscrollbutton.c
332                 o sensitivity of buttons reacts to position
333
334 2003-07-23 [christoph]  0.9.3claws45
335
336         * sync with 0.9.3cvs14 (incomplete)
337                 see ChangeLog 2003-07-17
338
339 2003-07-23 [alfons]     0.9.3claws44
340
341         * src/folder.c
342         * src/procmsg.h
343                 sync with my local tree to restore some claws-only things
344
345 2003-07-23 [paul]       0.9.3claws43
346
347         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
348           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
349           src/Makefile.am
350           src/mimeview.c
351           src/procmime.h
352           src/rfc2015.c
353           src/stock_pixmap.[ch]
354                 indicate missing keys and expired sigs/keys
355                 in mime view column
356
357 2003-07-23 [paul]       0.9.3claws42
358
359         * src/compose.c
360                 Redirect fixes: enable automatic account selection and
361                 do not append signature to message on changing account
362                 fixes Bug[s] #248
363
364 2003-07-23 [paul]       0.9.3claws41
365
366         * sync with 0.9.3cvs16
367                 see ChangeLog 2003-07-23
368
369 2003-07-23 [alfons]     0.9.3claws40
370
371         * src/inc.c
372                 give progress dialog a main window, and give it the first 
373                 one (presumably the only one). fixes bug #247, "segfault on 
374                 pop-before-smtp" 
375
376 2003-07-22 [alfons]     0.9.3claws39
377
378         * src/summaryview.c
379                 shift-space scrolls up
380
381 2003-07-22 [paul]       0.9.3claws38
382
383         * sync with 0.9.3cvs15
384                 see ChangeLog 2003-07-22
385
386 2003-07-20 [alfons]     0.9.3claws37
387
388         * src/compose.c
389                 put menu inside #ifdef USE_ASPELL..#endif
390
391 2003-07-20 [christoph]  0.9.3claws36
392
393         * src/procmsg.c
394                 fix wrong flags in MsgInfo returned by
395                 procmsg_msginfo_get_full_info()
396
397         (closes Bug 221 Deleting messages from the Message View gives incorrect
398          new/unread message counts in the folder view)
399
400         * src/plugins/spamassassin/spamassassin_gtk.c
401                 add gettext macro for prefs page title
402
403 2003-07-20 [paul]       0.9.3claws35
404
405         * src/mimeview.c
406                 redraw icon list on signature check
407
408 2003-07-20 [christoph]  0.9.3claws34
409
410         * src/Makefile.am
411         * src/account.c
412         * src/folder.[ch]
413         * src/folder_item_prefs.[ch]            ** NEW **
414         * src/folderview.c
415         * src/mainwindow.c
416         * src/mh.c
417         * src/prefs_gtk.c
418         * src/prefs_scoring.c
419         * src/summaryview.c
420         * src/prefs_folder_item.[ch]
421                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
422                   Properties dialog
423                 o use prefswindow for folder properties
424
425         * src/gtk/prefswindow.[ch]
426                 change implementation to use an invisible notebook instead
427                 of unparenting widgets
428
429 2003-07-20 [christoph]  0.9.3claws33
430
431         * src/compose.h
432         * src/folder.c
433         * src/folderview.h
434         * src/headerview.h
435         * src/prefs_filtering.h
436         * src/prefs_folder_item.[ch]
437         * src/procmime.h
438         * src/procmsg.h
439         * src/summaryview.h
440                 clean up header mess
441                 (always use 1. typedefs, 2. #includes, 3. structures)
442
443         * src/common/version.h.in
444                 add casts for constants
445
446         * src/plugins/demo/demo.c
447                 fix typo
448
449         * src/plugins/spamassassin/spamassassin.c
450                 remove unused variable
451
452 2003-07-20 [alfons]     0.9.3claws32
453
454         * src/mimeview.c
455                 o make icon buttons respond on left click
456                 o minor cosmetic change
457
458 2003-07-19 [luke]       0.9.3claws31
459
460         * src/mimeview.[ch]
461         * src/gtk/gtkvscrollbutton.c
462         * src/messageview.c
463                 o improved mimeview behaviour when selecting a new message
464                 o plus code cleanups to remove compile warnings
465
466
467 2003-07-19 [alfons]     0.9.3claws30
468
469         * src/procmsg.c
470         * src/compose.c
471         * src/common/utils.[ch]
472                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
473
474 2003-07-19 [alfons]     0.9.3claws29
475
476         * src/prefs_folder_item.c
477                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
478                 string pointers
479
480 2003-07-19 [luke]       0.9.3claws28
481
482         * src/messageview.c
483         * src/mimeview.[ch]
484         * src/procmime.h
485         * src/rfc2015.c
486         * src/stock_pixmap.[ch]
487         * src/gtk/Makefile.am
488         * src/Makefile.am
489         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
490         * src/pixmaps/mime_*.xpm                ** NEW **
491                 o mimeview rearrangement with a new icon shortcut bar
492         
493 2003-07-19 [alfons]     0.9.3claws27
494
495         * src/folderview.c
496                 o plug leaking nodes_to_recollapse
497                 o add folderview_recollapse_all_nodes() (not used yet)
498
499 2003-07-19 [alfons]     0.9.3claws26
500
501         * src/compose.c
502         * src/common/utils.c
503                 honour #240 "Better SUBJECT handling" by cleaning the prefix
504                 for both forwarding as replying
505
506 2003-07-18 [christoph]  0.9.3claws25
507
508         * configure.ac
509         * src/common/sylpheed.[ch]
510         * src/common/version.h.in
511                 add version in numeric form to allow easy comparison
512
513         * src/plugins/demo/demo.c
514                 add version check
515                 - sylpheed version > plugin version => never allowed, sylpheed
516                   could contain unknown API changes
517                 - sylpheed version < minimum version required => don't load,
518                   API required not available (if linking does not fail)
519
520 2003-07-18 [alfons]     0.9.3claws24
521         
522         * src/common/plugin.[ch]
523                 const correctness
524
525 2003-07-18 [christoph]  0.9.3claws23
526
527         * src/common/hooks.c
528                 fix crash when hooks where unregisted
529
530         * src/plugins/trayicon/trayicon.c
531                 unregister detroy signal before destroying the widget
532                 (still crashes when the plugin is unloaded)
533
534 2003-07-18 [alfons]     0.9.3claws22
535         
536         * src/folderview.c
537                 delay expanding folder tree during drags until timeout triggered
538                 (needs perhaps some tweaking, so testing is welcome)
539
540 2003-07-17 [alfons]     0.9.3claws21
541
542         * src/folderview.c
543                 clean up cruft
544
545 2003-07-17 [christoph]  0.9.3claws20
546
547         * src/common/session.c
548                 fix opening of SSL connections
549
550         * src/plugins/image_viewer/Makefile.am
551                 add OPENSSL_CFLAGS (we should find a better solution to remove
552                 this dependencies if they are not required)
553
554         * src/plugins/spamassassin/spamassassin.c
555                 remove setlocale workaround (fixed in libspamc)
556
557         (closes Bug Bug 184 Entering non-ascii character deletes previous char
558          if spell checking enabled)
559
560 2003-07-17 [alfons]     0.9.3claws19
561
562         * src/common/hooks.[ch]
563         * src/plugins/clamav/clamav_plugin.c
564         * src/plugins/spamassassin/spamassassin.c
565         * src/plugins/trayicon/trayicon.c
566                 fix signedness muck 
567
568 2003-07-17 [alfons]     0.9.3claws18
569
570         * src/procmime.c
571                 plug memleak
572
573 2003-07-17 [alfons]     0.9.3claws17
574
575         * src/inc.c
576                 plug memleak
577
578 2003-07-17 [paul]       0.9.3claws16
579
580         * src/common/defs.h
581           src/mainwindow.c
582           src/manual.[ch]
583                 add link to the Claws site's FAQ page, after the suggestion
584                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
585                 Move url strings to defs.h
586                 
587         * src/mainwindow.c
588                 fix typo to prevent "unknown menu entry" warnings
589
590 2003-07-17 [alfons]     0.9.3claws15
591
592         * src/folderview.[ch]
593         * src/summaryview.[ch]
594         * src/mimeview.[ch]
595                 plug DnD leaks 
596
597 2003-07-17 [paul]       0.9.3claws14
598
599         * src/inc.c
600                 remove two instances of 'GTK_EVENTS_FLUSH' because
601                 they are unnecessary and probably cause a stack overflow
602
603 2003-07-16 [christoph]  0.9.3claws13
604
605         * src/mimeview.[ch]
606                 use an invisible GTK notebook to switch between viewers
607                 instead of reparenting widgets
608
609 2003-07-16 [christoph]  0.9.3claws12
610
611         * src/folder.c
612                 move folder_item_update_freeze() to correct place in
613                 folder_item_scan_full()
614
615 2003-07-16 [paul]       0.9.3claws11
616
617         * sync with 0.9.3cvs12
618                 see ChangeLog 2003-07-14 and 2003-07-15
619
620 2003-07-16 [christoph]  0.9.3claws10
621
622         * src/imap.[ch]
623         * src/prefs_account.[ch]
624                 sync IMAP CRAM-MD5 authentication with sylpheed-main
625
626 2003-07-15 [alfons]     0.9.3claws9
627
628         * src/main.c
629                 make --config-dir do something useful
630
631 2003-07-15 [alfons]     0.9.3claws8
632
633         * src/procmsg.c
634                 o fix a bug where 'last' didn't really point to the last message
635                   in the top level list of children, but to the last threaded
636                   message. 
637                 
638                 o clean up and make it easier to sync
639
640 2003-07-15 [alfons]     0.9.3claws7
641
642         * src/mainwindow.c
643                 make correct menu items sensitive       
644
645 2003-07-14 [alfons]     0.9.3claws6
646
647         * src/procmsg.c
648                 tune the threader so it will not subject-thread any message
649                 without a subject prefix (this will not thread correctly if 
650                 a parent is delivered after their childs, but it looks 
651                 better right now)
652
653 2003-07-13 [christoph]  0.9.3claws5
654
655         * src/mainwindow.c
656                 group "Add mailbox *..." menu items in submenu
657
658 2003-07-13 [alfons]     0.9.3claws4
659
660         * src/summaryview.c
661                 correct summary_toggle_pressed() signature and make sure
662                 signal is not passed on
663
664 2003-07-13 [alfons]     0.9.3claws3
665
666         * src/summaryview.c
667                 o for now don't pass on keys when they we're handled by 
668                   ctree::key_press_event
669                 o clean up
670
671 2003-07-13 [alfons]     0.9.3claws2
672         
673         * src/main.c
674                 add command line option "--config-dir" to get the current 
675                 configuration dir
676
677 2003-07-12 [alfons]     0.9.3claws1
678
679         * src/matcher.[ch]
680         * src/matcher_parser_parse.y
681         * src/prefs_filtering.c
682         * src/filtering.c
683                 add "Lock" filter action to lock messages;
684
685         * src/filtering.c       
686                 remove debug_print()    
687         * src/prefs_filtering.c
688                 re-organize matcher part 9: 
689                 make action text entries easily extendible;
690                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
691                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
692
693 2003-07-12 [paul]
694
695         * tools/README
696                 update old information and add missing
697                 information
698
699 2003-07-12 [paul]       0.9.3claws
700
701         * 0.9.3claws released
702         
703 2003-07-12 [paul]       0.9.0claws103
704
705         * src/Makefile.am
706                 add addrquery.h
707
708 2003-07-12 [melvin]     0.9.0claws102
709
710         * src/messageview.c
711                 Fixed bug #215: Show MIME tab for single text/html messages. 
712                 
713 2003-07-12 [paul]       0.9.0claws101
714
715         * man/sylpheed.1
716                 updated
717
718 2003-07-12 [paul]       0.9.0claws100
719
720         * po/es.po
721           po/hr.po
722           po/pl.po
723           po/sr.po
724                 update Spanish, Croatian, Polish, Serbian translations.
725                 submitted by Ricardo Mones Lastra, Dragan, Witold
726                 Wladyslaw Wojciech Wilk, Urke MMI
727
728 2003-07-12 [melvin]     0.9.0claws99
729
730         * po/fr.po
731                 Updated French translations.
732
733 2003-07-12 [paul]       0.9.0claws98
734
735         * src/addressbook.c
736                 disable 'Lookup' button as it has no effect
737
738 2003-07-11 [alfons]     0.9.0claws97
739         
740         * src/summaryview.c
741                 summary_searchbar_pressed() should return TRUE to signal that
742                 event was handled. when returning void, the return value passed
743                 to GTK is actually random, but maybe FALSE, in which case the
744                 event is handled by parent
745                 
746 2003-07-10 [paul]       0.9.0claws96
747
748         * ac/missing/gettext.m4
749                 update to version 0.12
750
751 2003-07-10 [paul]       0.9.0claws95
752
753         * src/plugins/clamav/clamav_plugin.c
754                 fix bug where multipart/alternative messages
755                 would slip through without being scanned
756
757 2003-07-10 [christoph]  0.9.0claws94
758
759         * src/folder.c
760                 correct check if folder supports removing when a message is
761                 moved. if not the message is only copied.
762
763         (closes Bug 132 crash on startup in newsgroups folders)
764
765 2003-07-09 [alfons]     0.9.0claws93
766
767         * configure.ac
768         * src/common/defs.h
769                 --with-config-dir (default .sylpheed)
770
771 2003-07-09 [christoph]  0.9.0claws92
772
773         * configure.ac
774                 use PKG_CHECK_MODULES to check for gtkmathview
775                 (version 0.4.2 now required)
776
777 2003-07-08 [melvin]     0.9.0claws91
778
779         * src/action.c
780                 Implemented a progress bar that counts the number of completed
781                 tasks when the action runs more than one command.
782
783 2003-07-08 [alfons]     0.9.0claws90
784
785         * src/procmsg.c
786                 if queued message has an invalid Message-Id, don't try to
787                 find message it refers to (fixes #209 "crash when processing 
788                 in folder")
789
790 2003-07-08 [paul]       0.9.0claws89
791
792         * sync with 0.9.3cvs2
793                 see ChangeLog 2003-07-08
794
795 2003-07-08 [match]      0.9.0claws88
796
797         * src/ldapctrl.c
798                 extend LDAP search for first/last name by parsing search term.
799
800 2003-07-08 [alfons]     0.9.0claws87
801
802         * src/send_message.c
803                 fix bug #208 "Status message stuck when sending on POP3 account"
804
805 2003-07-07 [paul]       0.9.0claws86
806
807         * po/hr.po
808                 new Croatian translation, submitted by
809                 Dragan <drleskov@inet.hr>
810
811 2003-07-07 [paul]       0.9.0claws85
812
813         * sync with 0.9.3cvs1
814                 see ChangeLog 2003-07-07
815
816 2003-07-05 [christoph]  0.9.0claws84
817
818         * src/Makefile.am
819         * src/messageview.c
820         * src/mimeview.[ch]
821         * src/stock_pixmap.[ch]
822         * src/pixmaps/messageview_text.xpm              ** NEW **
823                 move mimeview tabs to the right side and use icons
824                 instead of text to save some space
825
826         (patch by Luke Plant <lukeplant@softhome.net>)
827
828 2003-07-05 [christoph]  0.9.0claws83
829
830         * src/inc.c
831                 add NULL pointer checks
832
833         (patch by Luke Plant <lukeplant@softhome.net>)
834         (closes Bug 204 0.9.0 quits on authentication error?!)
835
836 2003-07-05 [alfons]     0.9.0claws82
837
838         * configure.ac
839                 take the clue in bug #202 "./configure script - 
840                 'if test' comparison failure" reported by John Kristoff. 
841
842 2003-07-04 [christoph]  0.9.0claws81
843
844         * src/plugins/spamassassin/spamassassin.c
845                 set timeout for spam check
846
847 2003-07-04 [christoph]  0.9.0claws80
848
849         * src/main.c
850                 destroy all FolderItems when shutting down to
851                 allow folders to clean up
852
853 2003-07-04 [melvin]     0.9.0claws79
854
855         * src/gtk/gtkaspell.c
856                 Fixed bug #184 "Entering non-ascii character deletes
857                 previous char if spell checking enabled": this makes
858                 the spell checking in multibytes (e.g. UTF-8)locales work.
859                 (Patch by Luke Plant).
860                 
861 2003-07-04 [christoph]  0.9.0claws78
862
863         * sync with 0.9.2cvs1
864                 see ChangeLog 2003-06-10
865
866 2003-07-04 [paul]       0.9.0claws77
867
868         * sync with 0.9.3 release
869                 see ChangeLog 2003-07-04
870
871 2003-07-03 [christoph]  0.9.0claws76
872
873         * src/folder.[ch]
874         * src/imap.c
875         * src/mbox_folder.c
876         * src/mh.c
877         * src/news.c
878                 move folder_item_get_path() stuff into a folder virtual function
879
880         * src/procmsg.c
881                 use folder_item_fetch_msg() to get message and do not contruct
882                 the filename from path and number
883
884 2003-07-03 [paul]       0.9.0claws75
885
886         * sync with 0.9.2cvs12
887                 see ChangeLog 2003-07-03
888
889 2003-07-02 [paul]       0.9.0claws74
890
891         * src/messageview.c
892                 fix text-selection for replying
893
894 2003-07-02 [paul]       0.9.0claws73
895
896         * sync with 0.9.2cvs11
897                 see ChangeLog 2003-07-02
898
899 2003-07-02 [paul]       0.9.0claws72
900
901         * src/procmsg.c
902                 revert last commit because it breaks more
903                 than it fixes
904
905 2003-07-02 [paul]       0.9.0claws71
906
907         * src/procmsg.c
908                 fix thread by subject/sort by date
909
910 2003-07-01 [paul]       0.9.0claws70
911
912         * sync with 0.9.2cvs10
913                 see ChangeLog 2003-07-01
914
915 2003-06-30 [paul]       0.9.0claws69
916
917         * sync with 0.9.2cvs9
918                 see ChangeLog 2003-06-30
919
920 2003-06-28 [match]      0.9.0claws68
921
922         * src/addressbook.c
923                 fix null ptr.
924
925 2003-06-27 [paul]       0.9.0claws67
926
927         * sync with 0.9.2cvs7
928                 see ChangeLog 2003-06-27
929
930 2003-06-26 [christoph]  0.9.0claws66
931
932         * src/folder.c
933                 freeze folder updates while a folder is scanned
934
935         (closes Bug 185 New message counter)
936
937 2003-06-26 [darko]      0.9.0claws65
938
939         * src/ldapserver.c
940                 fix infinite loop when adding a new LDAP server
941
942 2003-06-26 [paul]       0.9.0claws64
943
944         * sync with 0.9.2cvs6
945                 see ChangeLog 2003-06-26
946
947 2003-06-26 [paul]       0.9.0claws63
948
949         * sync with 0.9.2cvs5
950                 see ChangeLog 2003-06-25 and 2003-06-26
951
952 2003-06-25 [match]      0.9.0claws62
953
954         * src/addr_compl.c
955                 Fixed tab/backtab for dropped-down completion list to
956                 move next/previous field. (close bug 147)
957
958 2003-06-25 [christoph]  0.9.0claws61
959
960         * src/addr_compl.[ch]
961         * src/addrindex.[ch]
962         * src/folderview.c
963         * src/inc.c
964         * src/news.c
965         * src/summaryview.c
966         * src/toolbar.c
967                 fix warnings
968
969 2003-06-25 [leandro]    0.9.0claws60
970
971         * src/compose.c
972                 o cleanups
973                 o gray out "Message/Remove references" menu item if not
974                   replying to a message
975
976 2003-06-24 [leandro]    0.9.0claws59
977
978         * src/compose.[ch]
979                 o removed "Message/Create new thread" menu item
980                 o added "Message/Remove references" menu item
981                   (it's off by default and will not check anymore
982                    if the subject changed)
983
984 2003-06-23 [alfons]     0.9.0claws58
985
986         * src/procmsg.c
987                 try better grouping messages threaded by subject based on their age.
988                 still not perfect - because the message tree is not sorted by date.  
989
990 2003-06-23 [thorsten]   0.9.0claws57
991
992         * src/pop.[ch]
993                 added mail_receive_hook to allow modifications
994                 directly after retrieval (e.g. adding headers).
995
996 2003-06-23 [paul]       0.9.0claws56
997
998         * src/sourcewindow.c
999                  enable the use of Ctrl+A to select all text in
1000                  the sourcewindow
1001                  Patch submitted by Ivan Francolin Martinez
1002                  <ivanfm@users.sourceforge.net>
1003
1004 2003-06-22 [christoph]  0.9.0claws55
1005
1006         * src/folder.[ch]
1007                 o add notification hook for folder tree changes
1008                 o invoke hooks after folder tree scanning
1009
1010         * src/folderview.[ch]
1011                 register hook for folder tree changes that
1012                 updates the ctree
1013
1014         (there are more places that should be updated, like add, remove 
1015          or move folder)
1016
1017         (closes Bug 164 Crash on rebuild folder tree)
1018         (closes Bug 190 Crash on 'rebuilding folder tree')
1019
1020 2003-06-21 [leandro]    0.9.0claws54
1021
1022         * src/compose.[ch]
1023                 create a new thread if subject changes
1024                 (it's on by default, can be disabled in Message menu)
1025
1026 2003-06-21 [alfons]     0.9.0claws53
1027
1028         * src/summaryview.c
1029                 quiet little compiler
1030
1031 2003-06-21 [christoph]  0.9.0claws52
1032
1033         update gettext stuff to version 0.12
1034
1035 2003-06-19 [alfons]     0.9.0claws51
1036
1037         * src/common/log.c
1038         * src/common/plugin.c
1039                 move defs.h before glib.h to prevent MIN/MAX redefs
1040
1041 2003-06-19 [alfons]
1042
1043         * src/addressbook.c
1044                 translatable
1045
1046 2003-06-19 [match]      0.9.0claws50
1047
1048         * src/addressbook.[ch]
1049         * src/addrindex.[ch]
1050         * src/addr_compl.[ch]
1051         * src/editldap.[ch]
1052         * src/editldap_basedn.[ch]
1053         * src/addritem.[ch]
1054         * src/ldapquery.h
1055                 re-implemented dynamic LDAP search. works without
1056                 slowdown on display sender with addressbook
1057                 option.
1058         * src/addrbook.c
1059                 documented code.
1060
1061 2003-06-19 [paul]       0.9.0claws49
1062
1063         * src/compose.c
1064                 fix Bug #136 'Nonprovided quotation marks crash claws'
1065                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1066
1067 2003-06-19 [alfons]     0.9.0claws48
1068
1069         * src/prefs_common.[ch]
1070         * src/procmsg.c
1071                 restrict threading by subject by checking thread for
1072                 age (prefs_common.thread_by_subject_max_age)
1073
1074 2003-06-18 [christoph]  0.9.0claws47
1075
1076         * src/imap.c
1077                 fix memory leak in imap_cmd_fetch()
1078
1079 2003-06-18 [christoph]  0.9.0claws46
1080
1081         * src/prefs_gtk.c
1082                 fix memory leak in prefs_set_default() when used multiple
1083                 times or after prefs have been read
1084
1085 2003-06-18 [christoph]  0.9.0claws45
1086
1087         * src/common/plugin.c
1088                 fix memory leak in plugin_unload()
1089
1090 2003-06-18 [christoph]  0.9.0claws44
1091
1092         * src/imap.c
1093                 fix memory leak in imap_cmd_ok()
1094
1095 2003-06-18 [christoph]  0.9.0claws43
1096
1097         * src/folder.c
1098                 stop messages that are downloaded from POP3 and added to
1099                 an IMAP inbox from being filtered twice (first by POP3
1100                 and again when IMAP folder is scaned to get the UID of
1101                 the APPEND operation when no UIDPLUS is available)
1102
1103 2003-06-18 [alfons]
1104
1105         * tools/Makefile.am
1106                 phoenix <- firebird     
1107
1108 2003-06-18 [paul]
1109
1110         * tools/launch_phoenix          ** REMOVED **
1111           tools/launch_firebird         ** NEW **
1112                 renamed and edited to reflect the browser's name change from
1113                 'phoenix' to 'firebird'
1114
1115 2003-06-18 [paul]       0.9.0claws42
1116
1117         * sync with 0.9.2cvs2
1118                 see ChangeLog 2003-06-16
1119
1120 2003-06-17 [alfons]     0.9.0claws41
1121
1122         * src/procmsg.c
1123                 prevent threading problems when a node is an ancestor (parent / great parent),
1124                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1125                 for finding an sample set of messages)
1126
1127 2003-06-16 [christoph]  0.9.0claws40
1128
1129         * src/main.c
1130                 don't popup main window on --receive or --receive-all
1131
1132         * src/mainwindow.[ch]
1133         * src/plugins/trayicon/trayicon.c
1134                 allow hiding of main window by clicking on the trayicon
1135                 (doesn't work correctly in seperate window mode and may
1136                  cause unexpected GTK problems I couldn't find yet)
1137
1138         * src/common/ssl.c
1139                 remove incorrect warning
1140
1141 2003-06-15 [alfons]     0.9.0claws39
1142
1143         * src/gtk/gtkstext.c
1144                 don't output debug text;
1145                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1146                 for pointing this out);
1147
1148 2003-06-14 [alfons]     0.9.0claws38
1149         
1150         * src/messageview.c
1151                 remove printf() and make one if..else comply with coding style
1152
1153 2003-06-14 [alfons]     0.9.0claws37
1154
1155         * AUTHORS
1156                 add Martin Wicke
1157         * src/action.c
1158         * src/messageview.[ch]
1159         * src/summaryview.c
1160                 apply patch #754162 "Quoting messages filtered by actions" submitted
1161                 by Martin Wicke, which allows quoting message body changed by an
1162                 action (Thanks!).
1163
1164 2003-06-13 [alfons]     0.9.0claws36
1165
1166         * src/utils.c
1167                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1168                 use case insensitive regexp (suggested by Ivan Martinez)
1169
1170 2003-06-13 [christoph]  0.9.0claws35
1171
1172         * configure.ac
1173         * src/plugins/trayicon/Makefile.am
1174         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1175         * src/plugins/trayicon/trayicon.c
1176         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1177         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1178         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1179         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1180         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1181         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1182                 replace my own EggTrayIcon backport with the backport
1183                 used by (l|x)mule and gabber.
1184
1185 2003-06-13 [alfons]     0.9.0claws34
1186
1187         * AUTHORS
1188         * src/common/utils.c
1189                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1190
1191 2003-06-13 [alfons]     0.9.0claws33
1192
1193         * src/compose.c
1194                 clean up a little bit
1195
1196 2003-06-12 [alfons]     0.9.0claws32
1197
1198         * src/compose.c
1199                 const correctness fix
1200
1201         * src/common/sylpheed.[ch]
1202                 () -> (void)
1203                 prevent redef MIN/MAX
1204                 
1205         * src/common/utils.[ch]
1206                 () -> (void)
1207
1208 2003-06-12 [melvin]     0.9.0claws31
1209
1210         * src/compose.c
1211                 Updated to take into accounts changes in GtkAspell.
1212
1213 2003-06-12 [alfons]     0.9.0claws30
1214
1215         * src/compose.c
1216         * src/procmsg.c
1217         * src/common/utils.[ch]
1218                 handle reply subject prefixes better (initial 
1219                 suggestion by Robert Story adapted and enhanced 
1220                 using regexps)
1221
1222 2003-06-12 [melvin]     0.9.0claws29
1223
1224         * src/compose.c
1225                 Use new gtkaspell_checkers_strerror() to get the speller's
1226                 error message instead of accessing the (now private)
1227                 checkers structure.
1228                 Minor code clean up
1229
1230         * src/main.c
1231                 Use #ifdef instead of #if for USE_ASPELL
1232                 Use the new spell checkers init/quit functions 
1233
1234         * src/gtk/gtkaspell.c
1235                 Use #ifdef instead of #if for USE_ASPELL
1236                 Moved in the majority of GtkAspell structures that were
1237                 exported before by gtkaspell.h
1238         
1239         * src/gtk/gktaspell.h
1240                 Made gtkaspell.h contain only the necessary data to be
1241                 publicized by moving many structures to gtkaspell.c.
1242                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1243                 gtkaspell_checkers_new(): replaced by...
1244                 gtkaspell_checkers_init(): new function for initialization
1245                 gtkaspell_checkers_delete(): replaced by...
1246                 gtkaspell_checkers_quit(): new function
1247                 gtkaspell_checkers_strerror(): new function that returns
1248                 the checker's last error message.
1249                 
1250 2003-06-11 [melvin]     0.9.0claws28
1251
1252         * po/POTFILES.in
1253                 Updated to take into account gtkaspell.c migration to
1254                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1255
1256 2003-06-10 [alfons]     0.9.0claws27
1257
1258         * src/filtering.[ch]
1259         * src/folder.c
1260         * src/matcher.c
1261         * src/scoring.[ch]
1262                 - try fixing bug #18 (any brave testers?)
1263                 - add more robustness by refusing previously 
1264                   unchecked NULL pointers 
1265
1266 2003-06-10 [alfons]     0.9.0claws26
1267
1268         * src/procmsg.c
1269                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1270
1271 2003-06-09 [alfons]     0.9.0claws25
1272
1273         * src/prefs_common.c
1274                 fix bug #163 "Icon switching doesnt work properly" by 
1275                 preventing early freeing of prefs_common.pixmap_theme_path.
1276
1277 2003-06-09 [christoph]  0.9.0claws24
1278
1279         * src/gtk/gtkaspell.c
1280                 revert Thorsten's fix and add forgotten g_strdup for
1281                 aspell path (it should not be possible to alter the path a
1282                 GtkASpell uses from outside)
1283
1284 2003-06-09 [thorsten]   0.9.0claws23
1285
1286         * src/gtk/gtkaspell.c
1287                 dont free prefs_common.aspell_path when closing compose
1288
1289 2003-06-08 [colin]      0.9.0claws22
1290
1291         * src/plugins/spamassassin/spamassassin.c
1292                 fix prefs types
1293
1294 2003-06-07 [christoph]  0.9.0claws21
1295
1296         * src/Makefile.am
1297         * src/compose.c
1298         * src/gtkaspell.[ch]            ** REMOVE **
1299         * src/gtk/Makefile.am
1300         * src/gtk/gtkaspell.[ch]        ** NEW **
1301                 o make gtkaspell independent from sylpheed's prefs
1302                 o move gtkaspell.[ch] to gtk directory
1303
1304 2003-06-07 [christoph]  0.9.0claws20
1305
1306         * src/Makefile.am
1307         * src/crash.c
1308         * src/export.c
1309         * src/filesel.[ch]              ** REMOVE **
1310         * src/folder.c
1311         * src/main.[ch]
1312         * src/common/sylpheed.[ch]
1313         * src/gtk/Makefile.am
1314         * src/gtk/filesel.[ch]          ** NEW **
1315         * src/gtk/pluginwindow.c
1316         * src/gtk/sslcertwindow.c
1317                 move filesel.[ch] to gtk directory
1318
1319 2003-06-07 [alfons]     0.9.0claws19
1320
1321         * src/filesel.c
1322                 make (multi) file selection dialog work again (Claws-only)
1323
1324 2003-06-07 [thorsten]   0.9.0claws18
1325
1326         * po/de.po
1327                 fix typos
1328
1329 2003-06-07 [alfons]     0.9.0claws17
1330
1331         * configure.ac
1332         * src/mimeview.c
1333                 detect apache mishap in which case don't include fnmatch.h
1334                 if regex.h is already included
1335
1336 2003-06-06 [christoph]  0.9.0claws16
1337
1338         * configure.ac
1339         * src/mimeview.h
1340                 add check for fnmatch.h and include it when available
1341
1342         * src/mimeview.[ch]
1343                 fix wrong case sensitivity of Content-Types
1344
1345         * src/gtk/Makefile.am
1346                 need the same include paths in gtk directory as in
1347                 common directory because .h files in common can
1348                 include files from these directories, when included
1349                 in gtk's .h or .c files
1350
1351 2003-06-06 [alfons]     0.9.0claws15
1352
1353         * src/mimeview.c
1354         * src/summaryview.c
1355                 make it compile again because of regex.h / fnmatch.h 
1356                 include problems (related to recent mime stuff, can
1357                 someone check this?)
1358
1359 2003-06-06 [thorsten]   0.9.0claws14
1360
1361         * src/folderview.c
1362                 possible use of uninitialized pointer while dragging
1363
1364 2003-06-06 [paul]       0.9.0claws13
1365
1366         * src/compose.c
1367                 fix bug where the insert sig button would be effective
1368                 only when auto_sig was set
1369
1370 2003-06-06 [paul]       0.9.0claws12
1371
1372         * sync with 0.9.2 release
1373
1374 2003-06-02 [paul]       0.9.0claws11
1375
1376         * sync with 0.9.1cvs1
1377                 see ChangeLog 2003-06-02
1378                 
1379         * po/de.po
1380                 update by Jens
1381
1382 2003-06-01 [christoph]  0.9.0claws10
1383
1384         * src/account.c
1385                 don't use substring search to find accounts by email address
1386
1387         (closes Bug 169 Overly loose matching of "From" address)
1388
1389 2003-05-31 [christoph]  0.9.0claws9
1390
1391         * doc-src/rfc2683.txt
1392         * src/imap.c
1393                 limit IMAP command length as recommended in RFC2683
1394                 (message number lists will be split into multiple imap
1395                 sets, the limit of 1000 octets is not a hard limit)
1396
1397         (closes Bug 161 sylpheed-claws exits with segfault when logging
1398          in to certain imap-servers)
1399
1400 2003-05-29 [alfons]     0.9.0claws8
1401
1402         * src/toolbar.[ch]
1403                 add print button (calling summary_print());
1404                 fine tune setting tooltip text;
1405                 (if someone needs other buttons, please take these 
1406                 commits as a guide, instead of bothering us - also
1407                 see 0.8.11claws150) 
1408
1409 2003-05-29 [darko]      0.9.0claws7
1410
1411         * src/compose.c
1412                 fix crash when word wrapping kicks in due to
1413                 changed text by spell checker
1414
1415 2003-05-29 [paul]       0.9.0claws6
1416
1417         * src/compose.c
1418                 fix bug where changing account would insert
1419                 sig even if auto_sig was FALSE
1420                 
1421         * ChangeLog
1422           ChangeLog.jp
1423           INSTALL
1424                 sync with 0.9.1 release
1425
1426 2003-05-28 [christoph]  0.9.0claws5
1427
1428         * src/imap.c
1429                 fix truncation of too long commands
1430
1431         (closes Bug 167 IMAP hangs trying to get envelope
1432          information in imap_get_uncached_messages)
1433
1434 2003-05-27 [paul]       0.9.0claws4
1435
1436         * tools/Makefile.am
1437           tools/maildir2sylpheed.pl     ** NEW FILE **
1438                 add kmail to sylpheed mailbox conversion script
1439
1440 2003-05-27 [paul]       0.9.0claws3
1441
1442         * sync with 0.9.0cvs10
1443                 see ChangeLog 2003-05-26
1444
1445 2003-05-26 [paul]       0.9.0claws2
1446
1447         * sync with 0.9.0cvs9
1448                 see ChangeLog 2003-05-26
1449
1450 2003-05-24 [paul]       0.9.0claws1
1451
1452         * sync with 0.9.0cvs8
1453                 see ChangeLog 2003-05-23
1454
1455 2003-05-24 [paul]       0.9.0claws
1456
1457         * version 0.9.0claws released
1458
1459 2003-05-24 [paul]       0.8.11claws177
1460
1461         * src/plugins/dillo-viewer/Makefile.am
1462           src/plugins/traycon/Makefile.am
1463                 add missing files
1464                 
1465         * po/bg.po
1466           po/en_GB.po
1467           po/es.po
1468           po/it.po
1469           po/pt_BR.po
1470           po/ru.po
1471           po/sr.po
1472                 update Bulgarian, British English, Spanish, Italian, 
1473                 Brazilian Portuguese, Russian, and Serbian translations, 
1474                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1475                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1476                 Ruslan N. Balkin, and Urke MMI
1477
1478 2003-05-23 [melvin]     0.8.11claws176
1479
1480         * po/fr.po
1481                 Updated French translations
1482
1483 2003-05-22 [paul]       0.8.11claws175
1484
1485         * src/Makefile.am
1486           src/addrbook.[ch]
1487           src/addrcache.[ch]
1488           src/addr_compl.[ch]
1489           src/adressbook.[ch]
1490           src/addrindex.[ch]
1491           src/addritem.[ch]
1492           src/editaddress.c
1493           src/editgroup.c
1494           src/editldap_basedn.c
1495           src/editldap.c
1496           src/jpilot.c
1497           src/vcard.c
1498                 revert to get ldap into it previous working state
1499                 
1500         * po/zh_TW.Big5.po
1501                 new Taiwanese translation,
1502                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1503
1504 2003-05-22 [christoph]  0.8.11claws174
1505
1506         * src/plugins/spamassassin/libspamc.[ch]
1507                 sync libspamc with SpamAssaain release 2.55
1508
1509 2003-05-22 [paul]       0.8.11claws173
1510
1511         * sync with 0.9.0cvs7
1512                 see ChangeLog 2003-05-22
1513                 
1514         * src/summaryview.c
1515                 revert change in 0.8.11claws172: follow
1516                 Hiroyuki's decision and that's the end of it.
1517
1518 2003-05-21 [paul]       0.8.11claws172
1519
1520         * src/summaryview.c
1521                 fix discrepency between open_unread_on_enter
1522                 and always_show_msg
1523
1524 2003-05-21 [paul]       0.8.11claws171
1525
1526         * sync with 0.9.0cvs6
1527                 see ChangeLog 2003-05-21
1528
1529 2003-05-21 [paul]       0.8.11claws170
1530
1531         * sync with 0.9.0cvs5
1532                 see ChangeLog 2003-05-21
1533
1534 2003-05-20 [paul]       0.8.11claws169
1535
1536         * sync with 0.9.0cvs4
1537                 see ChangeLog 2003-05-20
1538                 fixes bug #152, 'encoding of IMAP folders names'
1539
1540 2003-05-20 [paul]       0.8.11claws168
1541
1542         * sync with 0.9.0cvs3
1543                 see ChangeLog 2003-05-20
1544                 
1545         * src/tools/convert_mbox.pl
1546                 minor change in the comments, submitted by Fred Marton
1547
1548 2003-05-19 [paul]       0.8.11claws167
1549
1550         * src/plugins/clamav/Makefile.am
1551           configure.ac
1552                 link clamav_lib to the plugin and not to the main program
1553
1554 2003-05-19 [christoph]
1555
1556         * src/Makefile.am
1557                 add -export-dynamic for linking
1558
1559 2003-05-19 [paul]       0.8.11claws166
1560
1561         * sync with 0.9.0cvs1
1562                 see ChangeLog 2003-05-19
1563
1564 2003-05-19 [paul]       0.8.11claws165
1565
1566         * src/inc.c
1567                 fix 'pop before smtp' timeout
1568
1569 2003-05-18 [alfons]     0.8.11claws164
1570
1571         * src/prefs_matcher.c
1572                 put "execute" action command line ("expression") in edit box
1573
1574 2003-05-18 [christoph]  0.8.11claws163
1575
1576         * src/mimeview.[ch]
1577         * src/plugins/dillo_viewer/dillo_viewer.c
1578         * src/plugins/image_viewer/viewer.c
1579         * src/plugins/mathml_viewer/mathml_viewer.c
1580                 let a viewer have a list of Content-Types
1581
1582 2003-05-18 [paul]       0.8.11claws162
1583
1584         * src/prefs_filtering.c
1585                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1586                 and REDIRECT actions
1587
1588 2003-05-17 [christoph]
1589
1590         * README.claws
1591                 o remove dynamic signatures that was syned with main
1592                 o add infos about no longer "build in" image viewer
1593                 o update bugtracker URL
1594
1595 2003-05-17 [christoph]  0.8.11claws161
1596
1597         * src/folder.c
1598         * src/folderview.c
1599         * src/imap.c
1600                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1601                 for every folder after rebuilding the folder tree.
1602
1603         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1604          messages)
1605
1606 2003-05-17 [christoph]  0.8.11claws160
1607
1608         * src/imap.c
1609                 don't use STATUS command on current folder to check for
1610                 content changes. imap_cmd_ok() now tracks changes to
1611                 folder and number of existing messages.
1612
1613 2003-05-17 [paul]       0.8.11claws159
1614
1615         * src/plugins/clamav/clamav_plugin.c
1616                 remove unnecessary debug_print
1617
1618 2003-05-16 [thorsten]   0.8.11claws158
1619
1620         * src/plugins/demo.c
1621                 included missing intl.h
1622
1623 2003-05-16 [paul]       0.8.11claws157
1624
1625         * po/POTFILES.in
1626                 remove non-existant entries
1627         
1628         * src/plugins/clamav/clamav_plugin.c
1629           src/plugins/clamav/clamav_plugin_gtk.c
1630           src/plugins/dillo_viewer/dillo_prefs.c
1631           src/plugins/dillo_viewer/dillo_viewer.c
1632                 gettextise
1633
1634 2003-05-16 [christoph]  0.8.11claws156
1635
1636         * po/POTFILES.in
1637                 include plugin .c files for translation until I
1638                 find a better solution to have plugins have their
1639                 own textdomain
1640         * src/plugins/demo/demo.c
1641         * src/plugins/image_viewer/plugin.c
1642         * src/plugins/mathml_viewer/mathml_viewer.c
1643         * src/plugins/spamassassin/spamassassin.c
1644         * src/plugins/spamassassin/spamassassin_gtk.c
1645         * src/plugins/trayicon/trayicon.c
1646                 add gettext macros for plugin name and description
1647
1648 2003-05-16 [paul]
1649
1650         * sync with 0.9.0
1651
1652 2003-05-16 [paul]       0.8.11claws155
1653
1654         * sync with lastest 0.9.0pre1
1655                 see ChangeLog 2003-05-16
1656
1657 2003-05-15 [paul]       0.8.11claws154
1658
1659         * sync with latest 0.9.0pre1
1660                 see ChangeLog 2003-05-14 and 2003-05-15
1661
1662 2003-05-14 [christoph]  0.8.11claws153
1663
1664         * src/plugins/image_viewer/viewer.c
1665         * src/plugins/image_viewer/viewer.glade         ** NEW **
1666         * src/plugins/image_viewer/viewerprefs.c
1667                 make it possible to disable the autoload function in the
1668                 imageviewer again
1669
1670 2003-05-14 [christoph]  0.8.11claws152
1671
1672         * src/folder.c
1673                 fix folder update after adding a message
1674
1675 2003-05-13 [alfons]     0.8.11claws151
1676
1677         * src/common/session.c
1678                 remove debug traces
1679                 
1680         * src/addrcache.[ch]
1681         * src/filtering.[ch]
1682         * src/folder.[c]
1683         * src/gtkaspell.[ch]
1684         * src/imap.[ch]
1685         * src/mbox_folder.[ch]
1686         * src/mh.[ch]
1687         * src/mimeview.h
1688         * src/msgcache.[ch]
1689         * src/news.[ch]
1690         * src/passphrase.[ch]
1691         * src/prefs_common.[ch]
1692         * src/prefs_gtk.[ch]
1693         * src/procmsg.c
1694         * src/scoring.[ch]
1695                 be pedantic; (in prototypes () implies (int))
1696
1697 2003-05-13 [alfons]     0.8.11claws150
1698
1699         * src/prefs_toolbar.[ch]
1700         * src/summaryview.[ch]
1701         * src/toolbar.[ch]
1702                 change misleading text in toolbar prefs;
1703                 add toolbar action for ignore thread (toggles ignore thread flag);
1704                 clean up a little bit;
1705
1706 2003-05-12 [paul]
1707
1708         * tools/convert_mbox.pl
1709                 bug fixed by Fred Marton
1710
1711 2003-05-12 [paul]
1712
1713         * sync with 0.9.0pre1
1714
1715 2003-05-09 [paul]       0.8.11claws149
1716
1717         * sync with 0.8.11cvs43
1718                 see ChangeLog 2003-05-09
1719
1720 2003-05-08 [christoph]  0.8.11claws148
1721
1722         * src/imap.[ch]
1723                 o use CAPABILIY as first command and check for PREAUTH
1724                   information in the response to it
1725                 o rewrite all imap_cmd_* functions to use an IMAPSession
1726                   instead of a SockInfo as parameter
1727                 o do STARTTLS after fetching and checking the server
1728                   capabilities
1729
1730 2003-05-08 [paul]       0.8.11claws147
1731
1732         * tools/Makefile.am
1733           tools/README
1734           tools/convert_mbox.pl         ** NEW FILE **
1735                 add mbox conversion script. Submitted by 
1736                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1737
1738 2003-05-07 [christoph]
1739
1740         * doc-src/glade.txt
1741         * src/gtk/pluginwindow.glade
1742         * src/plugins/image_viewer/viewerprefs.glade
1743         * src/plugins/spamassassin/spamassassin_gtk.glade
1744                 add glade files for user interfaces and a description how
1745                 to use glade to create the sylpheed code
1746
1747 2003-05-07 [paul]       0.8.11claws146
1748
1749         * sync with 0.8.11cvs41
1750                 see ChangeLog 2003-05-07
1751
1752 2003-05-06 [christoph]  0.8.11claws145
1753
1754         * src/main.c
1755         * src/plugins/image_viewer/viewer.c
1756                 fix usage of imlib in imageviewer plugin
1757
1758         * src/gtk/prefswindow.c
1759                 handle window close event correctly
1760
1761 2003-05-06 [paul]       0.8.11claws144
1762
1763         * src/common/ssl.c
1764                 fix typo introduced in sync
1765
1766 2003-05-06 [paul]       0.8.11claws143
1767
1768         * sync with 0.8.11cvs39
1769                 see ChangeLog 2003-05-06
1770
1771 2003-05-06 [paul]       0.8.11claws142
1772
1773         * AUTHORS
1774           po/cs.po
1775                 updated Czech translation, submitted by 
1776                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1777                 
1778         * src/plugins/clamav/clamav_plugin_gtk.c
1779                 clean up
1780
1781 2003-05-03 [alfons]     0.8.11claws141
1782
1783         * src/compose.[ch]
1784                 make paste as quotation work even when the call to 
1785                 text_inserted() was deferred (fixes bug #140 "Paste 
1786                 as quotation does not work when using "external" 
1787                 clipboard")
1788
1789 2003-05-03 [thorsten]   0.8.11claws140
1790
1791         * src/addrquery.h
1792           src/ldapquery.h
1793           src/mainwindow.c
1794                 removed C++ comments
1795         * src/addr_compl.c
1796                 function with non-int retval/param used before
1797                 implementation/declaration
1798
1799 2003-05-02 [paul]       0.8.11claws139
1800
1801         * src/addr_compl.[ch]
1802           src/addressbook.[ch]
1803           src/addrindex.c
1804           src/summaryview.c
1805                 revert match's changes to (finally) remove the bug where
1806                 opening a folder causes massive slowdown when using the 
1807                 'Display sender using address book' option
1808
1809 2003-05-01 [melvin]     0.8.11claws138
1810
1811         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1812         * src/plugins/dillo_viewer/dillo_viewer.c
1813                 Fixed bug where "Cancel" button from prefs issued
1814                 warnings.
1815                 Comply a little more to coding style
1816
1817 2003-05-01 [paul]       0.8.11claws137
1818
1819         * sync with 0.8.11cvs38
1820                 see ChangeLog 2003-05-01
1821
1822 2003-05-01 [paul]       0.8.11claws136
1823
1824         * po/bg.po
1825                 updated by George Danchev
1826
1827 2003-04-30 [christoph]  0.8.11claws135
1828
1829         * src/plugins/dillo_viewer/dillo_prefs.c
1830         * src/plugins/image_viewer/viewerprefs.c
1831         * src/plugins/spamassassin/spamassassin_gtk.c
1832                 remove gtk_widget_ref() calls for widgets in
1833                 glade code
1834
1835 2003-04-30 [paul]       0.8.11claws134
1836
1837         * src/addrindex.c
1838                 ok, this time a better fix for the bug where opening folder
1839                 has massive slowdown when using the 'Display sender using 
1840                 address book' option
1841
1842 2003-04-30 [paul]       0.8.11claws133
1843
1844         * src/addrindex.c
1845                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1846         
1847 2003-04-30 [melvin]     0.8.11claws132
1848
1849         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1850
1851         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1852                 Preferences for the dillo plugin
1853         * src/plugins/dillo_viewer/dillo_viewer.c
1854                 Support for preferences
1855         * src/plugins/dillo_viewer/Makefile.am
1856                 Added dillo_prefs.[ch]
1857
1858 2003-04-30 [alfons]     0.8.11claws131
1859
1860         * src/common/plugin.[ch]
1861                 see? this ANSI C'fication immediately gives us type
1862                 checking for free.
1863
1864 2003-04-30 [alfons]     0.8.11claws130
1865
1866         * src/common/plugin.[ch]
1867         * src/plugins/clamav/clamav_plugin.[ch]
1868         * src/plugins/clamav/clamav_plugin_gtk.c
1869         * src/plugins/demo/demo.c
1870         * src/plugins/dillo_viewer/dillo_viewer.c
1871         * src/plugins/image_viewer/plugin.c
1872         * src/plugins/image_viewer/viewer.[ch]
1873         * src/plugins/image_viewer/viewerprefs.[ch]
1874         * src/plugins/mathml_viewer/mathml_viewer.c
1875         * src/plugins/spamassassin/spamassassin.[ch]
1876         * src/plugins/spamassassin/spamassassin_gtk.c
1877         * src/plugins/trayicon/trayicon.c
1878                 clean up
1879
1880 2003-04-30 [alfons]     0.8.11claws129
1881
1882         * src/common/utils.c
1883                 make is_ascii_str() fail gracefully when NULL pointer
1884                 is passed
1885
1886 2003-04-30 [paul]       0.8.11claws128
1887
1888         * src/addrindex.c
1889                 fix bug where opening folder has massive slowdown when
1890                 using the 'Display sender using address book' option
1891
1892 2003-04-30 [paul]       0.8.11claws127
1893
1894         * src/plugins/clamav/clamav_plugin.c
1895           src/plugins/clamav/clamav_plugin_gtk.c
1896           src/plugins/demo/demo.c
1897           src/plugins/dillo_viewer/dillo_viewer.c
1898           src/plugins/image_viewer/plugin.c
1899           src/plugins/mathml_viewer/mathml_viewer.c
1900           src/plugins/spamassassin/spamassassin.c
1901           src/plugins/spamassassin/spamassassin_gtk.c
1902           src/plugins/trayicon/trayicon.c
1903                 get rid of eye-hurting function signatures
1904
1905 2003-04-30 [paul]       0.8.11claws126
1906
1907         * src/plugins/trayicon/trayicon.c
1908                 add description
1909                 
1910         * src/mimeview.c
1911                 be more descriptive
1912
1913 2003-04-30 [paul]       0.8.11claws125
1914
1915         * configure.ac
1916                 arrange the plugins in reverse alphabetical order
1917                 
1918         * src/plugins/clamav/clamav_plugin.[ch]
1919           src/plugins/clamav/clamav_plugin_gtk.c
1920                 rename some params
1921                 resize max_size window
1922                 re-arrange the order of some gui elements
1923                 improve descriptions
1924         
1925         * src/plugins/image_viewer/plugin.c
1926           src/plugins/mathml_viewer/mathml_viewer.c
1927                 add descriptions
1928                 
1929         * src/plugins/spamassassin/spamassassin_gtk.c
1930                 resize max_size window
1931                 re-arrange the order of some gui elements
1932                 
1933         * src/messageview.c
1934           src/mimeview.c
1935                 correct typos
1936
1937 2003-04-30 [alfons]     0.8.11claws124
1938
1939         * src/imap.c
1940                 fix a leak found while browsing Martin Kluge's 
1941                 valgrind log (Claws only)
1942
1943 2003-04-29 [darko]      0.8.11claws123
1944
1945         * src/gtk/gtkstext.h
1946                 include wchar.h if it is available, fixes compilation
1947                 on HP-UX systems
1948
1949 2003-04-29 [melvin]     0.8.11claws122
1950
1951         * src/prefs_actions.c
1952                 Improved help text of Actions' syntax
1953
1954 2003-04-28 [paul]       0.8.11claws121
1955
1956         * src/action.c
1957                 a better fix for the crash when performing an action
1958                 on a mime part
1959
1960 2003-04-28 [paul]       0.8.11claws120
1961
1962         * src/action.c
1963                 fix crash when performing an action on a
1964                 mime part
1965
1966 2003-04-28 [paul]       0.8.11claws119
1967
1968         * sync with 0.8.11cvs36
1969                 see ChangeLog 2003-04-28
1970
1971 2003-04-27 [paul]       0.8.11claws118
1972
1973         * more sync with 0.8.11cvs35
1974                 see ChangeLog 2003-04-25
1975
1976 2003-04-26 [christoph]  0.8.11claws117
1977
1978         * src/folder.c
1979                 fix remove virtual check
1980
1981 2003-04-26 [paul]       0.8.11claws116
1982
1983         * src/messageview.c
1984                 fix return-receipt, make it work again
1985
1986 2003-04-26 [paul]       0.8.11claws115
1987
1988         * src/mimeview.c
1989                 restore double-clicking of the [application/pgp-signature 
1990                 (Select "Check signature" to check)] line in the message view,
1991                 broken in recent sync
1992
1993 2003-04-26 [christoph]  0.8.11claws114
1994
1995         * src/folder.c
1996                 check if remove virtual really exists before
1997                 calling the function
1998
1999 2003-04-25 [match]      0.8.11claws113
2000
2001         * src/addrindex.c
2002         * src/addrbook.c
2003         * src/ldapquery.[ch]
2004         * src/ldapctrl.[ch]
2005                 fix memleak.
2006         * src/ldapserver.[ch]
2007                 fix memleak. fix segfault.
2008                 plug a Claws memleak
2009
2010 2003-04-25 [alfons]     0.8.11claws112
2011
2012         * src/folder.c
2013                 plug a Claws memleak
2014
2015 2003-04-25 [alfons]     0.8.11claws111
2016
2017         * src/common/session.c
2018                 plug a memleak
2019
2020 2003-04-25 [paul]       0.8.11claws110
2021
2022         * sync with 0.8.11cvs35
2023                 see ChangeLog 2003-04-24 and 2003-04-25
2024                 
2025         * src/gtk/pluginwindow.c
2026                 correct another strange float value
2027
2028 2003-04-24 [christoph]  0.8.11claws109
2029
2030         * src/folder.c
2031                 freeze folder item updates when unsetting new flags
2032
2033         * src/gtk/pluginwindow.c
2034                 correct strange float value
2035
2036 2003-04-23 [paul]       0.8.11claws108
2037
2038         * sync with 0.8.11cvs33
2039                 see ChangeLog 2003-04-23
2040
2041 2003-04-22 [paul]       0.8.11claws107
2042
2043         * src/Makefile.am
2044           src/messageview.c
2045           src/mimeview.c
2046           src/pgptext.[ch]      ** REMOVED **
2047                 remove pgptext.[ch] as its not used any more
2048
2049 2003-04-22 [paul]       0.8.11claws106
2050
2051         * sync with 0.8.11cvs31
2052                 see ChangeLog 2003-04-21 and 2003-04-22
2053
2054 2003-04-21 [alfons]     0.8.11claws105
2055
2056         * src/main.c
2057                 No access to GTK structures if we're a spawned child
2058                 (and clean up code a little bit...) Should fix #126.
2059
2060 2003-04-21 [melvin]     0.8.11claws104
2061
2062         * src/plugins/dillo_viewer/README
2063                 Improved slightly the text.
2064
2065 2003-04-21 [melvin]     0.8.11claws103
2066
2067         * src/plugins/dillo_viewer/README *** NEW ***
2068                 Added a README file for the Dillo plugin
2069
2070 2003-04-20 [paul]
2071
2072         * tools/README
2073           tools/outlook2sylpheed.pl
2074                 updated and improved by Ricardo Mones Lastra
2075
2076 2003-04-18 [oliver]     0.8.11claws102
2077
2078         * src/inc.c 
2079         * src/prefs_account.h
2080                 remove Pop3SessionType (used by selective download)
2081         * src/prefs_toolbar.c
2082                 enable set Default Toolbar button
2083
2084 2003-04-18 [paul]       0.8.11claws101
2085
2086         * sync with 0.8.11cvs29
2087                 see ChangeLog 2003-04-18
2088
2089 2003-04-17 [paul]       0.8.11claws100
2090
2091         * src/prefs_common.[ch]
2092           src/summaryview.c
2093                 remove 'Open next message on deletion' option,
2094                 as the same effect can now be achieved via the
2095                 'Always open messages in summary when selected'
2096                 option.
2097
2098 2003-04-17 [paul]       0.8.11claws99
2099
2100         * sync with 0.8.11cvs28
2101                 see ChangeLog 2003-04-17
2102
2103 2003-04-17 [christoph]  0.8.11claws98
2104
2105         * ac/spamassassin.m4
2106         * src/plugins/spamassassin/libspamc.[ch]
2107         * src/plugins/spamassassin/utils.[ch]
2108                 sync libspamc with SpamAssassin project
2109
2110 2003-04-17 [christoph]  0.8.11claws97
2111
2112         * src/common/socket.h
2113         * src/gtk/sslcertwindow.h
2114                 rename old USE_SSL to USE_OPENSSL
2115
2116 2003-04-17 [paul]       0.8.11claws96
2117
2118         * src/prefs_common.h
2119                 use gulong for P_COLOR so that it compiles/runs on
2120                 64-bit systems. Patch submitted by James Noyes
2121                 <jnoyes-claws@retrogeeks.com>
2122                 
2123         * po/de.po
2124                 updated by Jens
2125
2126 2003-04-17 [paul]       0.8.11claws95
2127
2128         * sync with 0.8.11cvs27
2129                 see ChangeLog 2003-04-16
2130
2131 2003-04-15 [paul]       0.8.11claws94
2132
2133         * src/prefs_common.[ch]
2134                 rearrange to stop the window getting too long:
2135                         move Receive dialog stuff to Receive tab
2136                         move Send dialog to Send tab
2137                         remove Dialogs frame
2138                 rename 'Open messages in summary with cursor keys' to
2139                 'Always open messages in summary when selected', as its
2140                 more appropriate
2141
2142 2003-04-15 [paul]       0.8.11claws93
2143
2144         * src/prefs_common.[ch]
2145           src/summaryview.c
2146                 add new option '/Interface/Open next message on deletion'
2147
2148 2003-04-15 [paul]       0.8.11claws92
2149
2150         * src/summaryview.[ch]
2151                 add /Mark/Lock and /Mark/Unlock to the pop-up
2152                 menu. Patch submitted by Ivan Francolin Martinez
2153                 <ivanfm@users.sourceforge.net>
2154
2155 2003-04-15 [paul]       0.8.11claws91
2156
2157         * sync with 0.8.11cvs24
2158                 see ChangeLog 2003-04-15
2159
2160 2003-04-14 [jens]       0.8.11claws90
2161
2162         * updated German translation and some corrections from
2163                 Roland Bless <bless@tm.uka.de>
2164
2165 2003-04-14 [paul]       0.8.11claws89
2166
2167         * sync with 0.8.11cvs22
2168                 see ChangeLog 2003-04-14
2169
2170 2003-04-13 [paul]       0.8.11claws88
2171
2172         * src/plugins/clamav/clamav_plugin.c
2173                 fix memory leaks
2174                 clean up
2175
2176 2003-04-12 [paul]       0.8.11claws87
2177
2178         * src/plugins/clamav/clamav_plugin.c
2179                 activate enable/disable archive scanning option
2180                 
2181         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2182
2183 2003-04-12 [paul]       0.8.11claws86
2184
2185         * src/plugins/Makefile.am
2186           src/plugins/clamav/Makefile.am                ** NEW FILE **
2187           src/plugins/clamav/README                     ** NEW FILE ** 
2188           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2189           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2190                 add Clam AntiVirus plugin
2191
2192 2003-04-12 [paul]       0.8.11claws85
2193
2194         * sync with 0.8.11cvs21
2195                 see ChangeLog 2003-04-11
2196
2197 2003-04-11 [paul]       0.8.11claws84
2198
2199         * po/es.po
2200                 update Spanish translation. Submitted by Ricardo
2201                 Mones Lastra.
2202
2203 2003-04-10 [christoph]  0.8.11claws83
2204
2205         * src/mbox.c
2206                 fix typo that did not move unfiltered mails to destination
2207                 folder
2208
2209         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2210          when filtering from spool)
2211
2212 2003-04-10 [christoph]  0.8.11claws82
2213
2214         * src/imap.c
2215                 use BODY.PEEK instead of BODY in in message fetch operation
2216                 to make sure the IMAP server does not set the \Seen flag for
2217                 messages. Sylpheed does that later itself, when the message
2218                 is opened in sylpheed
2219
2220         (closes Bug 111 Claws destroys unread marks)
2221
2222 2003-04-09 [oliver]     0.8.11claws81
2223         
2224         * src/folder.c
2225                 fix crash in folder_destroy
2226         * README.claws
2227                 remove selective download
2228
2229 2003-04-09 [christoph]  0.8.11claws80
2230
2231         * src/imap.c
2232                 fix crash in imap_get_msginfo() when then fetched message
2233                 is not found
2234
2235         (closes Bug 110 Crash during mail composition)
2236
2237 2003-04-08 [christoph]  0.8.11claws79
2238
2239         * src/folder.c
2240         * src/prefs_account.c
2241                 Filter new messages that are found in an INBOX folder
2242                 when 'Filter messages on receiving' is enabled in the
2243                 Folder's AccountPrefs. This allows to use Sylpheed's
2244                 filtering engine for IMAP folders where messages are
2245                 added to the INBOX by a MTA
2246
2247 2003-04-08 [paul]       0.8.11claws78
2248
2249         * src/procmsg.h
2250                 clean up after last commit
2251
2252 2003-04-08 [paul]       0.8.11claws77
2253
2254         * sync with 0.8.11cvs20
2255                 see ChangeLog 2003-04-07 and 2003-04-08
2256
2257 2003-04-07 [christoph]  0.8.11claws76
2258
2259         * src/filtering.[ch]
2260         * src/inc.[ch]
2261         * src/mbox.c
2262         * src/procmsg.[ch]
2263                 add procmsg_msginfo_filter() to execute filtering actions
2264
2265 2003-04-06 [christoph]  0.8.11claws75
2266
2267         * src/imap.c
2268                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2269
2270 2003-04-06 [christoph]  0.8.11claws74
2271
2272         * src/common/utils.[ch]
2273                 add g_int_compare() function for slist sorting
2274
2275         * src/imap.c
2276                 fetch all MsgInfos with one command in imap_get_msginfos()
2277                 using an imap set with a list of ranges
2278
2279         * src/news.c
2280                 use new g_int_compare() function
2281
2282 2003-04-06 [thorsten]   0.8.11claws73
2283
2284         * src/mh.c
2285                 corrected implementation of mh_folder_destroy()
2286
2287 2003-04-05 [christoph]  0.8.11claws72
2288
2289         * src/account.c
2290         * src/folder.[ch]
2291         * src/folderview.c
2292         * src/imap.c
2293         * src/inc.c
2294         * src/main.c
2295         * src/mainwindow.c
2296         * src/mbox_folder.c
2297         * src/mh.c
2298         * src/mimeview.h
2299         * src/msgcache.[ch]
2300         * src/news.c
2301         * src/procmime.h
2302         * src/procmsg.[ch]
2303         * src/setup.c
2304         * src/gtk/gtkutils.c
2305                 o rename structure field names class and new to klass and
2306                   new_msgs, to allow including files in C++
2307                 o add 'extern "C"' block to some header files
2308                 o add MsgInfoList and MsgNumberList as alias for GSList for
2309                   developers to know what type of list is expected
2310
2311         * src/plugins/image_viewer/plugin.c
2312         * src/plugins/image_viewer/viewer.[ch]
2313         * src/plugins/image_viewer/viewerprefs.[ch]
2314                 rename function names to prevent conflicts
2315
2316 2003-04-05 [paul]       0.8.11claws71
2317
2318         * sync with 0.8.11cvs18
2319                 see ChangeLog 2003-04-03 and 2003-04-04
2320
2321 2003-04-02 [christoph]  0.8.11claws70
2322
2323         * src/folder.[ch]
2324         * src/imap.[ch]
2325         * src/mbox_folder.[ch]
2326         * src/mh.[ch]
2327         * src/news.[ch]
2328                 o Make all virtual folder functions private
2329                 o remove unused folder code
2330
2331         * src/common/socket.[ch]
2332         * src/summaryview.c
2333                 fix warnings
2334
2335 2003-03-30 [alfons]     0.8.11claws69
2336
2337         * src/send_message.c
2338                 remove two debug traces and see if people still report
2339                 errors
2340
2341 2003-03-30 [alfons]     0.8.11claws68
2342
2343         * src/send_message.c
2344         * src/commons/session.c
2345                 add more debug traces
2346
2347 2003-03-30 [christoph]  0.8.11claws67
2348
2349         * src/folder.c
2350                 change processing folder name from .processing to processing
2351
2352         * src/common/ssl.c
2353                 disable SSL certificate check because it causes Xlib error
2354                 when the child process want's to open an GTK window
2355
2356 2003-03-30 [christoph]  0.8.11claws66
2357
2358         * src/folder.c
2359                 don't use default folder for processing folder item because
2360                 it can be a non local folder
2361
2362         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2363
2364 2003-03-30 [alfons]     0.8.11claws65
2365
2366         * src/send_message.c
2367                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2368                 to generate bad code for 'send_send_data_progressive': When
2369                 called from 'send_send_data_finished', the 'data' pointer is
2370                 cleared just before the assignment to the dialog pointer
2371
2372 2003-03-29 [christoph]  0.8.11claws64
2373
2374         * src/common/prefs.h
2375         * src/plugins/image_viewer/Makefile.am
2376         * src/plugins/image_viewer/plugin.c
2377         * src/plugins/image_viewer/viewer.[ch]
2378         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2379                 add PrefsPage for ImageViewer
2380
2381 2003-03-28 [thorsten]   0.8.11claws63
2382
2383         * src/common/session.c
2384                 added some comments
2385
2386 2003-03-28 [paul]       0.8.11claws62
2387
2388         * sync with 0.8.11cvs16
2389                 see ChangeLog 2003-03-28
2390
2391 2003-03-28 [paul]       0.8.11claws61
2392
2393         * sync with 0.8.11cvs15
2394                 see ChangeLog 2003-03-28
2395
2396 2003-03-27 [christoph]  0.8.11claws60
2397
2398         * src/folder.c
2399         * src/imap.c
2400         * src/common/socket.[ch]
2401                 set socket state to DISCONNECTED when any operation
2402                 fails to allow reconnecting in IMAP code without
2403                 checking the return code of all calls to the command
2404                 functions
2405
2406         * src/folderview.c
2407         * src/summaryview.c
2408                 remove some more stuff that depends on specific
2409                 folder types
2410
2411 2003-03-27 [paul]       0.8.11claws59
2412
2413         * sync with 0.8.11cvs14
2414                 see ChangeLog 2003-03-27
2415                 
2416         * src/selective_download.[ch]   ** REMOVED **
2417                 really removed
2418
2419 2003-03-27 [christoph]  0.8.11claws58
2420
2421         * src/folder.c
2422                 fix handling of tmp_flags in flag copy function
2423
2424 2003-03-27 [paul]       0.8.11claws57
2425
2426         * sync with 0.8.11cvs13
2427                 see ChangeLog 2003-03-27
2428
2429 2003-03-27 [oliver]     0.8.11claws56
2430
2431         * src/maiwindow.c
2432                 remove sel_download_cb
2433
2434 2003-03-27 [oliver]     0.8.11claws55
2435         
2436         * src/inc.c
2437                 remove POP3_TOP
2438         
2439 2003-03-26 [oliver]     0.8.11claws54
2440
2441         *src/pop.h
2442                 remove POP3_TOP*
2443         * README.claws
2444                 remove selective donwload readme
2445
2446 2003-03-26 [oliver]     0.8.11claws53
2447         * src/matcher.[ch]
2448         * src/matcher_parser_parse.y 
2449         * src/pop.c 
2450         * src/prefs_account.[ch]
2451         * src/prefs_filtering.c
2452                 remove selective donwload
2453
2454 2003-03-26 [oliver]     0.8.11claws52
2455
2456         * src/inc.[ch] 
2457         * src/filtering.c 
2458         * src/mainwindow.c 
2459                 remove selective donwload
2460
2461 2003-03-26 [oliver]     0.8.11claws51
2462         
2463         * src/Makefile.am
2464         * src/selective_download.[ch]   ** REMOVE **    
2465
2466 2003-03-26 [christoph]  0.8.11claws50
2467
2468         * src/news.c
2469                 fix NEWS that got broken by a sync with sylpheed-main
2470
2471 2003-03-26 [christoph]  0.8.11claws49
2472
2473         * src/mimeview.c
2474                 fix mime type guessing when no mime type is found for a file
2475
2476 2003-03-25 [christoph]  0.8.11claws48
2477
2478         * src/mimeview.c
2479         * src/procmime.c
2480                 remove mime type guessing from mime parser and use
2481                 name based mime types in viewer lookup for mime type
2482                 application/octet-stream
2483
2484 2003-03-25 [christoph]  0.8.11claws47
2485
2486         * doc-src/readme.txt
2487         * doc-src/rfc2554.txt
2488                 add RFC about SMTP AUTH
2489
2490         * src/send_message.c
2491         * src/common/smtp.[ch]
2492                 add extra error code for authentication errors and
2493                 clear temporary password when this error occurs
2494
2495         (closes Bug 84 authentication failure while sending should
2496          prompt for password again)
2497
2498 2003-03-25 [christoph]  0.8.11claws46
2499
2500         * configure.ac
2501         * src/Makefile.am
2502         * src/imageview.[ch]                            ** REMOVE **
2503         * src/messageview.[ch]
2504         * src/mimeview.[ch]
2505         * src/prefs_common.[ch]
2506         * src/textview.c
2507         * src/plugins/Makefile.am
2508         * src/plugins/image_viewer/.cvsignore           ** NEW **
2509         * src/plugins/image_viewer/Makefile.am          ** NEW **
2510         * src/plugins/image_viewer/plugin.c             ** NEW **
2511         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2512                 move image viewer into a plugin (building is enabled by default)
2513                 [ToDo: Prefs for resize and autoview]
2514
2515 2003-03-25 [paul]       0.8.11claws45
2516
2517         * sync with 0.8.11cvs12
2518                 see ChangeLog 2003-03-26
2519
2520 2003-03-25 [paul]       0.8.11claws44
2521
2522         * sync with 0.8.11cvs11
2523                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2524                 
2525         Note: Selective Download is broken.
2526                 
2527 2003-03-22 [christoph]  0.8.11claws43
2528
2529         * src/folder.c
2530                 code cleanup for flags copying
2531
2532 2003-03-22 [christoph]  0.8.11claws42
2533
2534         * src/plugins/trayicon/trayicon.c
2535                 fix setting the transparent area when the window size
2536                 is forced by the system tray
2537
2538 2003-03-22 [christoph]  0.8.11claws41
2539
2540         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2541         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2542         * src/plugins/trayicon/newmail.xpm              ** NEW **
2543         * src/plugins/trayicon/nomail.xpm               ** NEW **
2544         * src/plugins/trayicon/trayicon.c
2545         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2546                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2547                 o add icon for unread mails
2548                 o set transparency for window
2549
2550 2003-03-22 [christoph]  0.8.11claws40
2551
2552         * src/news.c
2553                 init news session to prevent crash when session is closed
2554
2555 2003-03-22 [christoph]  0.8.11claws39
2556
2557         * src/imap.c
2558         * src/common/session.[ch]
2559                 Init session data to make sure we don't have invalid pointers
2560                 for read_ch and write_ch when new multi process sessions are
2561                 not used
2562
2563         * src/main.c
2564         * src/common/plugin.c
2565         * src/common/sylpheed.c
2566         * src/plugins/demo/demo.c
2567         * src/plugins/dillo_viewer/dillo_viewer.c
2568         * src/plugins/mathml_viewer/mathml_viewer.c
2569         * src/plugins/spamassassin/spamassassin.c
2570         * src/plugins/spamassassin/spamassassin_gtk.c
2571                 add plugin types to allow loading plugins at different times
2572                 (and maybe for different frontends), because it's not good to
2573                 load GTK-Plugins gefore gtk_init was called
2574
2575         * configure.ac
2576         * src/plugins/Makefile.am
2577         * src/plugins/trayicon/.cvsignore               ** NEW **
2578         * src/plugins/trayicon/Makefile.am              ** NEW **
2579         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2580         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2581         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2582         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2583         * src/plugins/trayicon/trayicon.c               ** NEW **
2584                 New Trayicon plugin that shows an icon in a systray that uses
2585                 XEMBED protocol like Gnome's systray. Icon shows if there
2586                 are new mails and a tooltip shows information about new,
2587                 unread and total messages.
2588
2589 2003-03-22 [paul]       0.8.11claws38
2590
2591         * src/common/smtp.c
2592                 fix ESMTP AUTH CRAM-MD5
2593                 [sync with main (still version 0.8.11cvs6), see
2594                  ChangeLog 2003-03-22]
2595
2596 2003-03-21 [colin]      0.8.11claws37
2597
2598         * src/send_message.c
2599                 Fix USE_SSL => USE_OPENSSL
2600
2601 2003-03-21 [colin]      0.8.11claws36
2602
2603         * src/folderview.c
2604                 Fix counts in drag and dropped subfolders
2605
2606 2003-03-21 [colin]      0.8.11claws35
2607
2608         * src/folder.c 
2609         * src/folderview.c
2610                 speed up a bit folder dnd
2611
2612 2003-03-20 [alfons]     0.8.11claws34
2613
2614         * src/main.c
2615         * src/toolbar.c
2616         * src/procmsg.c
2617                 don't send locked queue messages
2618                 (feature request "[ 705245 ] Locking message in outbox 
2619                  should prevent sending")
2620
2621 2003-03-20 [christoph]  0.8.11claws33
2622
2623         * src/folder.c
2624                 remove NEW and UNREAD flag in special folders when scanning
2625                 
2626         * src/common/smtp.c
2627                 fix ESMTP AUTH CRAM-MD5
2628
2629 2003-03-20 [paul]       0.8.11claws32
2630
2631         * src/prefs_account.c
2632                 Re-write 'Tunnel command to open connection' as
2633                 'Use command to communicate with server', and disable
2634                 it for all except IMAP accounts
2635
2636 2003-03-20 [paul]       0.8.11claws31
2637
2638         * sync with 0.8.11cvs6
2639                 see ChangeLog 2003-03-20
2640
2641 2003-03-19 [match]      0.8.11claws30
2642
2643         * src/addritem.[ch]
2644                 include documentation. minor refactoring.
2645         * src/addr_compl.[ch]
2646         * src/addrindex.[ch]
2647         * src/addresbook.[ch]
2648         * src/summaryview.c
2649                 re-enable address lookup (was disabled in
2650                 0.8.11claws20).
2651
2652 2003-03-19 [christoph]  0.8.11claws29
2653
2654         * src/procmsg.c
2655                 add temp flag handling, will make moving and copying
2656                 messages possible again
2657
2658         * src/folder.c
2659                 correct calulation of folder stats
2660
2661 2003-03-18 [match]      0.8.11claws28
2662
2663         * src/editgroup.h
2664                 remove case sensitive comparison (closes bug 80).
2665
2666 2003-03-18 [christoph]  0.8.11claws27
2667
2668         * src/imap.c
2669                 fix imap using a tunnel command
2670
2671         (closes bug 87)
2672
2673 2003-03-18 [christoph]  0.8.11claws26
2674
2675         * src/folder.[ch]
2676         * src/imap.c
2677         * src/procmsg.[ch]
2678                 rewrite flag handling for folders
2679
2680 2003-03-18 [christoph]  0.8.11claws25
2681
2682         * src/folder.c
2683         * src/procmsg.c
2684         * src/summaryview.c
2685                 unset NEW and UNREAD flags when message is ignored, to make
2686                 sure messages don't show up as unread on other IMAP clients,
2687                 because the IGNORE_THREAD flag can not be syncronized through
2688                 the IMAP folder
2689
2690 2003-03-17 [christoph]  0.8.11claws24
2691
2692         * src/imap.c
2693                 don't use recursion to fetch uids when the number of messages
2694                 does not match. Moved code into subfunction that is used
2695                 again when needed, to prevent an endless loop.
2696
2697 2003-03-17 [thorsten]   0.8.11claws23
2698
2699         * src/imageview.[ch]
2700                 export imageview_get_resized_size() (for plugins)
2701         * src/prefs_common.[ch]
2702                 added prefs_common_get() (for plugins)
2703
2704 2003-03-17 [christoph]  0.8.11claws22
2705
2706         * src/imap.c
2707                 o remove UID guessing from copy code
2708                 o support UIDPLUS extension for APPEND command
2709
2710 2003-03-17 [paul]       0.8.11claws21
2711
2712         * src/gtk/about.c
2713                 remove 'Compiled-plugins' section.
2714                 
2715         * src/plugins/dillo_viewer/dillo_viewer.c
2716                 slight change to description text
2717
2718 2003-03-16 [match]      0.8.11claws20
2719         * src/ldapserver.[ch]           ** NEW **
2720         * src/ldapctrl.[ch]             ** NEW **
2721         * src/ldapquery.[ch]            ** NEW **
2722         * src/ldaputil.[ch]             ** NEW **
2723         * src/addrcindex.[ch]           ** NEW **
2724         * src/addrquery.h               ** NEW **
2725         * src/addritem.[ch]
2726         * src/addrcache.[ch]
2727         * src/addrindex.[ch]
2728         * src/addr_compl.[ch]
2729         * src/addressbook.[ch]
2730         * src/addrbook.[ch]
2731         * src/editgroup.c
2732         * src/editaddress.c
2733         * src/editldap.c
2734         * src/editldap_basedn.c
2735         * src/vcard.c
2736         * src/jpilot.c
2737         * src/Makefile.am
2738                 included dynamic LDAP queries. improved address
2739                 completion.
2740
2741 2003-03-16 [paul]       0.8.11claws19
2742
2743         * tools/multiwebsearch.pl
2744                 fix a fatal typo
2745
2746 2003-03-16 [christoph]  0.8.11claws18
2747
2748         * src/mimeview.c
2749         * src/plugins/dillo_viewer/dillo_viewer.c
2750         * src/plugins/mathml_viewer/mathml_viewer.c
2751                 make unregistering of MimeViewerFactorys possible
2752
2753 2003-03-16 [alfons]     0.8.11claws17
2754
2755         * configure.ac
2756                 correct typo
2757
2758 2003-03-16 [melvin]     0.8.11claws16
2759
2760         * src/plugins/dillo_viewer.c
2761                 Fixed bug where it was not possible to view more than
2762                 one text/html attachment per message (bug discovered
2763                 by Christoph Hohmann).
2764
2765 2003-03-15 [melvin]     0.8.11claws15
2766
2767         * src/prefs_actions.c
2768                 Fixed compilation warnings.
2769
2770 2003-03-15 [melvin]     0.8.11claws14
2771
2772         * src/plugins/Makefile.am
2773         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2774         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2775         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2776                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2777                 newer (http://dillo.auriga.wearlab.de/).
2778
2779 2003-03-15 [christoph]  0.8.11claws13
2780
2781         * src/imap.c
2782                 don't query imap folder for attributes because we already
2783                 for them from imap_status
2784
2785         * src/mimeview.[ch]
2786                 add support for plugable MimeViewers (unloading Viewers
2787                 not yet complete)
2788
2789         * src/plugins/Makefile.am
2790         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2791         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2792         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2793                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2794                 widget from http://helm.cs.unibo.it/mml-widget/
2795
2796 2003-03-14 [christoph]  0.8.11claws12
2797
2798         * src/folder.[ch]
2799                 o error return code's should better be negative
2800                 o replace printf with debug_print
2801
2802         * src/imap.c
2803                 improve IMAP folder scan by checking UID-NEXT
2804
2805         * src/summaryview.c
2806                 remove check that are unnecessary in my opinion
2807
2808 2003-03-13 [christoph]  0.8.11claws11
2809
2810         * src/folder.[ch]
2811         * src/foldersel.c
2812         * src/folderview.c
2813         * src/imap.c
2814         * src/mbox_folder.c
2815         * src/mh.c
2816         * src/news.c
2817         * src/prefs_scoring.c
2818         * src/summaryview.c
2819                 use a common function to get a displayable name
2820                 for a FolderItem
2821
2822 2003-03-13 [paul]       0.8.11claws10
2823
2824         * tools/Makefile.am
2825           tools/README
2826           tools/multiwebsearch.conf     ** NEW FILE **
2827           tools/multiwebsearch.pl       ** NEW FILE **
2828                 add multiwebsearch Actions script
2829
2830 2003-03-13 [colin]      0.8.11claws9
2831
2832         * src/compose.c
2833                 Remove leading emtpy lines from quoted text
2834                 before quoting it
2835
2836 2003-03-13 [melvin]     0.8.11claws8
2837
2838         * src/prefs_actions.c
2839                 Fixed a memory leak
2840                 Code clean ups
2841                 Added Cancel and OK buttons
2842                 Corrected help text
2843
2844 2003-03-13 [christoph]  0.8.11claws7
2845
2846         * src/account.c
2847         * src/folder.[ch]
2848         * src/imap.c
2849         * src/mainwindow.c
2850         * src/mbox_folder.c
2851         * src/mh.c
2852         * src/news.c
2853         * src/setup.c
2854                 replace more folder type stuff with folder class stuff
2855
2856 2003-03-13 [melvin]     0.8.11claws6
2857
2858         * src/prefs_actions.c
2859                 Added new tokens:
2860                 %u: user provided argument
2861                 %h: user provided argument (hidden on input)
2862                 %s: current text selection in the message view 
2863
2864 2003-03-13 [paul]       0.8.11claws5
2865
2866         * sync with 0.8.11cvs5
2867                 see ChangeLog 2003-03-11, 2003-03-12
2868
2869 2003-03-12 [christoph]  0.8.11claws4
2870
2871         * src/folder.c
2872                 use folder class idstr when writing folderlist.xml
2873
2874         * src/folder.h
2875         * src/imap.c
2876         * src/news.c
2877                 replace folder type checks with folder class checks
2878
2879 2003-03-12 [christoph]  0.8.11claws3
2880
2881         * src/folder.[ch]
2882         * src/imap.[ch]
2883         * src/main.c
2884         * src/mbox_folder.[ch]
2885         * src/mh.[ch]
2886         * src/news.[ch]
2887                 o create a list of known folder classes in the folder system
2888                 o use folder class id strings for folder item identifiers
2889
2890 2003-03-12 [christoph]  0.8.11claws2
2891
2892         * src/imap.c
2893                 fix imap uid validity check
2894
2895 2003-03-12 [christoph]  0.8.11claws1
2896
2897         * src/account.c
2898         * src/folder.[ch]
2899         * src/foldersel.c
2900         * src/folderview.c
2901         * src/imap.c
2902         * src/mainwindow.c
2903         * src/mbox_folder.c
2904         * src/mh.c
2905         * src/news.c
2906         * src/prefs_scoring.c
2907         * src/procmsg.c
2908         * src/setup.c
2909         * src/summaryview.c
2910                 initial restructuring of folder system, seperating
2911                 folders and folder classes
2912
2913 2003-03-12 [paul]       0.8.11claws
2914
2915         0.8.11claws release
2916
2917 2003-03-12 [christoph]
2918
2919         * src/gtk/prefswindow.c
2920                 fix translation of "Page Index"
2921
2922 2003-03-12 [paul]       0.8.10claws110
2923
2924         a sync from 0.8.11cvs4 before the release
2925
2926         * src/common/utils.c
2927                 subject_compare_for_sort(): allow null strings (fixes
2928                 summary sorting).
2929
2930 2003-03-11 [paul]       0.8.10claws109
2931
2932         * po/es.po
2933                 update Spanish translation, submitted by
2934                 Ricardo Mones Lastra
2935
2936 2003-03-11 [melvin]     0.8.10claws108
2937
2938         * po/fr.po
2939                 Updated French translations
2940
2941 2003-03-11 [paul]       0.8.10claws107
2942
2943         * manual/en/Makefile.am
2944           manual/en/*.html
2945                 update English manual, add a new page
2946                 updated by Francois Barriere <fbarriere@atmel.fr>
2947                 
2948         * po/bg.po
2949           po/it.po
2950           po/sr.po
2951                 update Bulgarian, Italian, and Serbian translations
2952                 submitted by George Danchev, Alessandro Maestri, and
2953                 Urke MMI
2954
2955 2003-03-10 [paul]       0.8.10claws106
2956
2957         * src/gtk/about.c
2958           src/gtk/prefswindow.c
2959                 make some strings translatable
2960
2961 2003-03-10 [darko]      0.8.10claws105
2962
2963         * src/compose.c
2964                 code cleanup to make Hiro happy
2965
2966 2003-03-10 [paul]       0.8.10claws104
2967
2968         * sync with 0.8.11cvs2
2969                 see ChangeLog 2003-03-10
2970
2971 2003-03-09 [melvin]     0.8.10claws103
2972
2973         * src/textview.c
2974                 textview_set_font(): fix for message display in
2975                 UTF-8 locales (thanks to Sergey Vlasov).
2976                 (was unintentionnaly reverted in 0.8.6claws6)   
2977
2978 2003-03-08 [darko]      0.8.10claws102
2979
2980         * src/compose.c
2981                 fix infinite loop in wrapping as reported
2982                 by happycactus
2983                 obsoletes patch #696482
2984
2985 2003-03-08 [christoph]  0.8.10claws101
2986
2987         * src/imap.c
2988                 add workaround for IMAP servers that do not
2989                 support the "UID SEARCH UID" command
2990
2991 2003-03-07 [christoph]  0.8.10claws100
2992
2993         * src/plugins/spamassassin/spamassassin.[ch]
2994         * src/plugins/spamassassin/spamassassin_gtk.c
2995                 code cleanup
2996
2997 2003-03-07 [paul]       0.8.10claws99
2998
2999         * po/es.po
3000                 updated Spanish translation, submitted by
3001                 Ricardo Mones Lastra
3002
3003 2003-03-07 [christoph]  0.8.10claws98
3004
3005         * src/send.c
3006                 fix in 0.8.10claws94 was wrong
3007                 local delivery does not require escaping, remove escaping
3008                 code to make signatures of mails with "." lines valid
3009                 
3010                 NOTE: requires that sendmail is executed with "-i" option,
3011                       what is the default now, but has to be changed in all
3012                       exsiting accounts)
3013
3014 2003-03-07 [paul]       0.8.10claws97
3015
3016         * sync with 0.8.11 release
3017                 see ChangeLog 2003-03-07
3018
3019 2003-03-06 [paul]       0.8.10claws96
3020
3021         * src/compose.c
3022                 revert commit 0.8.10claws92
3023
3024 2003-03-06 [paul]       0.8.10claws95
3025
3026         * src/folderview.c
3027                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3028
3029         * src/gtkaspell.c
3030                 fix bug 74, 'Crash opening editor window with pseudo-color
3031                 display'
3032                 
3033         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3034
3035 2003-03-06 [christoph]  0.8.10claws94
3036
3037         * src/send.c
3038                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3039                 all lines starting with a period get an extra period
3040                 inserted
3041                 (found by Simon 'corecode' Schubert)
3042
3043 2003-03-06 [paul]       0.8.10claws93
3044
3045         * src/folderview.c
3046                 if configured font can't be loaded fall back to gtk
3047                 default. (with thanks to Christoph)
3048                 
3049                 closes long-standing bug 15 'Crashes on startup'
3050
3051 2003-03-06 [paul]       0.8.10claws92
3052
3053         * src/compose.c
3054                 freeze text before autosave and thaw afterwards
3055                 fixes bug 67 'autosave make re-rediting message crazy'
3056
3057 2003-03-06 [christoph]  0.8.10claws91
3058
3059         * src/compose.c
3060                 ignore address comment in dupe check for Cc-list
3061
3062         (closes reopened bug 47 Replying to message strips name part of
3063          e-mail addresses of Cc: lines)
3064
3065 2003-03-06 [paul]       0.8.10claws90
3066
3067         * src/Makefile.am
3068                 remove reference to gtkxtext.h as its no longer in
3069                 the repository
3070
3071 2003-03-06 [paul]       0.8.10claws89
3072
3073         * sync with 0.8.10cvs25
3074                 see ChangeLog 2003-03-06
3075
3076 2003-03-06 [oliver]     0.8.10claws88
3077         
3078         * src/messageview.c
3079                 remove include
3080
3081 2003-03-06 [oliver]     0.8.10claws87
3082         
3083         * src/folderview.c 
3084                 remove changes introduced inclaws74
3085         * src/messageview.c
3086                 another attempt to sanely delete and update
3087                 messages deleted in separate messageview
3088
3089 2003-03-05 [christoph]  0.8.10claws86
3090
3091         * src/summaryview.c
3092                 check if "From" matches any account's address if
3093                 addressbook completion of addresses is disabled too
3094
3095         (closes Bug 70 "Display recipient in from" doesn't check
3096          folder's default account)
3097
3098 2003-03-05 [christoph]  0.8.10claws85
3099
3100         * src/compose.c
3101         * src/common/utils.[ch]
3102                 don't strip address comments when building Cc lists
3103
3104         (closes Bug 47 Replying to message strips name part of e-mail addresses
3105          of Cc: lines)
3106
3107         * src/folder.c
3108                 fix return value of copy function
3109
3110 2003-03-05 [christoph]  0.8.10claws84
3111
3112         * src/imap.c
3113                 don't ask imap server for non rfc822 headers
3114
3115         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3116
3117         * src/imap.c
3118                 destroy session on socket error to allow reconnecting
3119
3120 2003-03-05 [christoph]  0.8.10claws83
3121
3122         * configure.ac
3123                 fix building with gnome when no prefix is set
3124
3125         (closes bug 66 Gnome directory is set to NONE)
3126
3127 2003-03-05 [paul]       0.8.10claws82
3128
3129         * sync with 0.8.10cvs23
3130                 see ChangeLog 2003-03-05
3131
3132 2003-03-04 [christoph]  0.8.10claws81
3133
3134         * src/folder.c
3135                 o fix moving and copying when folder returns 0 for new
3136                   message number
3137                 o remove some code for single message copy and move
3138                   operations and use functions for multiple messages
3139
3140         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3141
3142         * src/news.c
3143                 remove unused include
3144
3145 2003-03-04 [paul]       0.8.10claws80
3146
3147         * src/gtk/about.c
3148                 list 'Compiled plugins'
3149
3150 2003-03-03 [christoph]  0.8.10claws79
3151
3152         * src/news.[ch]
3153                 have to multiply the percentage of the current fetch with
3154                 the percentage that it has of the total fetch operation
3155                 for correct values
3156
3157 2003-03-03 [christoph]  0.8.10claws78
3158
3159         * src/news.c
3160                 fix calculation of expected lines for progress indicator
3161
3162 2003-03-03 [christoph]  0.8.10claws77
3163
3164         * src/summaryview.c
3165         * src/common/utils.c
3166                 fix segfault when opening the root news folder
3167
3168 2003-03-03 [christoph]  0.8.10claws76
3169
3170         * src/mainwindow.[ch]
3171         * src/common/Makefile.am
3172         * src/common/progressindicator.[ch]
3173                 add UI independent progress indicator handling
3174
3175         * src/news.[ch]
3176                 use new progress indicator for message info fetching
3177
3178         * src/common/hooks.h
3179                 code cleanup
3180
3181 2003-03-03 [oliver]     0.8.10claws75
3182
3183         * src/toolbar.c
3184         * src/compose.c
3185                 removed commented code
3186
3187 2003-03-03 [oliver]     0.8.10claws74
3188
3189         * src/toolbar.[ch]
3190                 cleanups and refactoring
3191         * src/compose.[ch]
3192                 compose_reply_mode reply & forwarding interface for
3193                 toolbar buttons
3194         * src/folderview.c
3195                 act on messages marked for deletion in folderview_selected
3196                 based on prefs_common.immediate_exec since a message might 
3197                 have been deleted by messageview in a folder we are changing 
3198                 to (does anybody understand what I'm on about ?)
3199
3200 2003-03-03 [oliver]     0.8.10claws73
3201         
3202         * src/messageview.[ch]
3203                 new functions
3204                 - messageview_delete: delete message shown in messagview
3205                 - messageview_update_view: update messageview to currently 
3206                   selected summaryview message
3207                 - add separate messageview to msgview_list in order to update 
3208                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3209         * src/summaryview.[ch]
3210                 summary_get_selection returns a list of selected msgs
3211                 in summaryview
3212         * src/mainwindow.c
3213                 toolbar reply refactoring
3214
3215 2003-03-03 [paul]       0.8.10claws72
3216
3217         * sync with 0.8.10cvs21
3218                 see ChangeLog 2003-03-03
3219
3220 2003-03-02 [christoph]  0.8.10claws71
3221
3222         * src/common/passcrypt.c
3223                 use POSIX includes
3224
3225 2003-03-02 [christoph]  0.8.10claws70
3226
3227         * configure.ac
3228         * src/prefs_account.c
3229         * src/prefs_gtk.[ch]
3230         * src/common/.cvsignore
3231         * src/common/Makefile.am
3232         * src/common/passcrypt.c                ** NEW **
3233         * src/common/passcrypt.h.in             ** NEW **
3234                 Implement password encryption in config files
3235                 using unix encrypt and setkey functions. The crypt
3236                 key can be set as a configure parameter. Old
3237                 passwords will be converted if they do not begin
3238                 with '!'
3239
3240 2003-03-02 [paul]       0.8.10claws69
3241
3242         * src/prefs_account.c
3243                 fix compile error
3244
3245 2003-03-01 [thorsten]   0.8.10claws68
3246
3247         * po/el.po
3248           po/hr.po
3249           po/it.po
3250           po/nl.po
3251           po/sr.po
3252           po/sv.po
3253                 corrected format strings
3254         * po/en_GB.po
3255                 corrected headers
3256                 (fix compile errors with GNU gettext-0.11.5)
3257
3258 2003-03-01 [oliver]     0.8.10claws67
3259
3260         * src/summaryview.c
3261                 menu callbacks call toolbar_menu_reply
3262
3263 2003-03-01 [oliver]     0.8.10claws66
3264
3265         * src/mainwindow.c
3266         * src/messageview.c
3267                 menu callbacks call toolbar_menu_reply
3268         * src/toolbar.[ch]
3269                 callbacks from menu handled by toolbar_menu_reply
3270
3271 2003-03-01 [paul]       0.8.10claws65
3272
3273         * src/addressbook.c
3274                 revert commit 0.8.10claws54 - breaks editing of
3275                 addressbook.
3276                 
3277         * po/bg.po
3278                 update Bulgarian translation, submitted by
3279                 George Danchev
3280
3281 2003-02-28 [christoph]  0.8.10claws64
3282
3283         * src/account.c
3284         * src/addressadd.c
3285         * src/compose.c
3286         * src/gtkaspell.c
3287         * src/gtkxtext.h                ** REMOVE **
3288         * src/imap.c
3289         * src/matcher.[ch]
3290         * src/mh.c
3291         * src/news.c
3292         * src/pine.c
3293         * src/prefs_common.c
3294         * src/prefs_matcher.c
3295         * src/procheader.[ch]
3296         * src/procmsg.[ch]
3297         * src/toolbar.c
3298         * src/common/ssl_certificate.c
3299         * src/gtk/colorlabel.c
3300         * src/gtk/menu.c
3301                 o fix warnings
3302                 o remove code obsoleted by new cache and folder system rework
3303
3304 2003-02-28 [oliver]     0.8.10claws63
3305         
3306         * src/toolbar.[ch]
3307                 * fix bug where reply in Messageview replied to 
3308                 Message displayed in summaryview
3309                 (reportedd via ML by chinatinte at gmx dot ch)
3310                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3311                 didn't work in separate MessageView Toolbar
3312                 (wondering if anybody uses this at all ?)
3313         * src/summaryview.[ch]
3314                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3315                 (generalize reply and forward code);
3316         * src/messageview.c 
3317                 remove focus_in event which updated summaryview to messageview
3318
3319 2003-02-28 [paul]       0.8.10claws62
3320
3321         * po/Makefile.in.in
3322                 add the --check option
3323                 Patch submitted by Ricardo Mones Lastra
3324
3325 2003-02-28 [paul]       0.8.10claws61
3326
3327         * src/prefs_account.c
3328                 re-order 'Signature' items
3329
3330 2003-02-28 [paul]       0.8.10claws60
3331
3332         * sync with 0.8.10cvs20
3333                 see ChangeLog 2003-02-28
3334
3335 2003-02-28 [paul]       0.8.10claws59
3336
3337         * po/POTFILES.in
3338                 update to reflect recent movement of files
3339
3340 2003-02-28 [paul]       0.8.10claws58
3341
3342         * sync with 0.8.10cvs19
3343                 see ChangeLog 2003-02-28
3344
3345 2003-02-27 [martin]     0.8.10claws57
3346
3347         * src/prefs_matcher.c 
3348                 fix segfault in prefs_matcher_ok() when the
3349                 last entry is deleted and prevents that the
3350                 message "entry not saved" comes up after deleting
3351                 an entry
3352
3353 2003-02-27 [martin]     0.8.10claws56
3354
3355         * src/prefs_filtering.c 
3356                 fix segfault in prefs_filtering_ok() when the
3357                 last entry is deleted and prevents that the
3358                 message "entry not saved" comes up after deleting
3359                 an entry
3360
3361 2003-02-27 [paul]       0.8.10claws55
3362
3363         * sync with 0.8.10cvs18
3364                 see ChangeLog 2003-02-27
3365
3366 2003-02-27 [paul]       0.8.10claws54
3367
3368         * src/addressbook.c
3369                 fix bug where the address book crashes with 
3370                 multiple lookups.
3371                 Patch [687729] submitted by David Frager 
3372                 <dbfrager@users.sourceforge.net>
3373
3374 2003-02-25 [christoph]  0.8.10claws53
3375
3376         * src/Makefile.am
3377         * src/colorlabel.[ch]           ** REMOVE **
3378         * src/gtk/Makefile.am
3379         * src/gtk/colorlabel.[ch]       ** NEW **
3380                 move colorlabel files to gtk directory
3381
3382         * src/esmtp.[ch]                ** REMOVE **
3383                 has been merged into smtp.[ch] in 0.7.5
3384
3385 2003-02-25 [christoph]  0.8.10claws52
3386
3387         * src/Makefile.am
3388         * src/about.[ch]                ** REMOVE **
3389         * src/gtk/Makefile.am
3390         * src/gtk/about.[ch]            ** NEW **
3391                 move about files to gtk directory
3392
3393 2003-02-25 [christoph]  0.8.10claws51
3394
3395         * src/folder.c
3396                 some code optimization of folder scanning code
3397
3398         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3399
3400 2003-02-25 [christoph]  0.8.10claws50
3401
3402         * src/main.c
3403         * src/common/sylpheed.c
3404                 add command line parameter parsing to common code
3405
3406 2003-02-24 [christoph]
3407
3408         * Makefile.am
3409         * configure.ac
3410                 fix gnome prefix problems, the configure script now removed
3411                 `gnome-config --prefix` from `gnome-config --datadir`
3412                 and adds $(prefix} instead
3413
3414         (closes Bug 24 Makefile does not respect prefix when installing
3415          GNOME data)
3416
3417 2003-02-24 [christoph]  0.8.10claws49
3418
3419         * src/news.c
3420                 check for valid session before trying to authenticate
3421
3422         (closes Bug 60 crash if "authenticate on logon" is activated
3423          and newsserver-hostname is not valid)
3424
3425 2003-02-24 [melvin]     0.8.10claws48
3426
3427         * src/prefs_actions.c
3428                 Make sure all user's input is sent to the action and then
3429                 close the socket..
3430
3431 2003-02-23 [alfons]     0.8.10claws46
3432
3433         * src/summaryview.c
3434                 also wait cursor when deleting files
3435
3436 2003-02-23 [paul]
3437
3438         * tools/freshmeat_search.pl
3439           tools/google_search.pl
3440                 scripts should now work for any browser/browser command line
3441
3442 2003-02-22 [christoph]  0.8.10claws45
3443
3444         * src/procmsg.c
3445                 fix IMAP flag setting, IMAP flag is not handled correctly
3446                 anymore by the folder system and information about the
3447                 folder should not be saved in the MsgInfo (in my opinion)
3448
3449         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3450
3451 2003-02-22 [christoph]  0.8.10claws44
3452
3453         * src/summaryview.c
3454                 fix spelling of "label" ;-)
3455
3456 2003-02-22 [thorsten]   0.8.10claws43
3457
3458         * src/mimeview.c
3459           src/prefs_common.[ch]
3460           src/procmime.[ch]
3461                 do not use description as attachment name
3462
3463 2003-02-22 [alfons]     0.8.10claws42
3464
3465         * src/summaryview.c
3466                 freeze/thaw folder item updates when changing color labels,
3467                 and put a wait cursors on
3468
3469 2003-02-22 [thorsten]   0.8.10claws41
3470
3471         * src/mimeview.c
3472                 save-all fixes: crash if invoked on multipart container,
3473                 mimeinfo access, pathseparators, error dialog
3474
3475 2003-02-21 [alfons]     0.8.10claws40
3476
3477         * src/prefs_gtk.c
3478                 remove unused var
3479
3480 2003-02-21 [colin]      0.8.10claws39
3481
3482         * src/send.c
3483                 Fix smtp logging
3484
3485 2003-02-21 [colin]      0.8.10claws38
3486
3487         * src/summaryview.c
3488                 Freeze/thaw folderItem updates when filtering messages 
3489                 via Tools/Filter messages
3490
3491 2003-02-21 [paul]       0.8.10claws37
3492
3493         * src/compose.c
3494                 revert commit 0.8.10claws26, there are ulterior motives
3495                 for users to set a Reply-To header when posting to
3496                 newsgroups
3497
3498 2003-02-21 [paul]       0.8.10claws36
3499
3500         * sync with 0.8.10cvs17
3501                 see ChangeLog 2003-02-21
3502
3503 2003-02-20 [christoph]  0.8.10claws35
3504
3505         * src/imap.c
3506                 IMAP UID fetch speedup using SEARCH
3507
3508         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3509
3510         * src/imap.c
3511                 fix problem with UIDs in IMAP UID cache that no longer existed
3512
3513 2003-02-20 [christoph]  0.8.10claws34
3514
3515         * src/imap.c
3516         * src/procheader.c
3517         * src/procheader.h
3518                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3519
3520         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3521
3522         * src/imap.c
3523                 Rewrite imap_cmd_gen_recv use sock_getline instead
3524                 of sock_gets to avoid problems with too long reply
3525                 lines
3526     
3527 2003-02-20 [colin]      0.8.10claws33
3528         
3529         * src/prefs_account.c
3530                 Better wording
3531
3532 2003-02-20 [colin]      0.8.10claws32
3533
3534         * src/compose.c
3535                 Remove useless '&& !to_sender' 
3536
3537 2003-02-20 [darko]
3538
3539         * AUTHORS
3540                 change my e-mail address
3541
3542 2003-02-19 [colin]      0.8.10claws31
3543
3544         * src/prefs_common.c
3545                 X11 style colors for every configurable color
3546
3547 2003-02-19 [alfons]     0.8.10claws30
3548
3549         * src/prefs_gtk.[ch]
3550         * src/prefs_common.c
3551                 for color_new accept both plain integers and X11 style color
3552                 names (as found in /usr/lib/X11/rgb.txt)
3553
3554 2003-02-19 [paul]       0.8.10claws29
3555
3556         * src/mainwindow.c
3557                 add tooltips to online/offline button and account selector
3558                 button
3559
3560 2003-02-19 [paul]       0.8.10claws28
3561
3562         * src/folder.c
3563           src/news.c
3564           src/prefs_account.[ch]
3565           src/prefs_common.[ch]
3566                 move 'Maximum number of articles to download' to
3567                 account prefs.
3568                 clean up account prefs gui a little by hiding entries
3569                 rather then greying out entries
3570
3571 2003-02-19 [hiro]       0.8.10claws27
3572
3573         * src/common/utils.c
3574                 fix bug #54 'yesterdays date is displayed in the message 
3575                 summary window'
3576
3577 2003-02-19 [paul]       0.8.10claws26
3578
3579         * src/compose.c
3580                 fix bug reported in Feature Request [688596] 
3581                 'Reply-to header in news'
3582
3583 2003-02-18 [paul]       0.8.10claws25
3584
3585         * src/select-keys.c
3586                 add a 'List all keys' button to key selection dialog
3587
3588 2003-02-18 [colin]      0.8.10claws24
3589         
3590         * src/stock_pixmap.c
3591                 fix compile error
3592
3593 2003-02-18 [colin]      0.8.10claws23
3594
3595         * src/common/smtp.[ch]
3596           src/prefs_account.c
3597                 Try to starttls if it seems to be the only
3598                 way to authenticate a user
3599
3600 2003-02-18 [paul]       0.8.10claws22
3601
3602         * src/Makefile.am
3603           src/folderview.c
3604           src/stock_pixmap.[ch]
3605           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3606           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3607                 as a Drafts folder is a special folder allow it to have
3608                 its own unique icons
3609
3610 2003-02-18 [colin]      0.8.10claws21
3611
3612         * src/imap.c
3613                 Fix port selection when using starttls
3614
3615 2003-02-18 [paul]       0.8.10claws20
3616
3617         * src/mainwindow.c
3618           src/prefs_common.[ch]
3619                 make blue the default new mail colour
3620
3621 2003-02-18 [paul]       0.8.10claws19
3622
3623         * sync with 0.8.10cvs14
3624                 see ChangeLog 2003-02-18
3625
3626 2003-02-17 [jens]       0.8.10claws18
3627
3628         * src/common/md5.c
3629                 fixed a compile problem with gcc 3.3
3630                 works on 2.95.3 too (testet on PPC as it is big endian)
3631
3632 2003-02-17 [paul]       0.8.10claws17
3633
3634         * sync with 0.8.10cvs13
3635                 see ChangeLog 2003-02-17
3636
3637 2003-02-17 [paul]       0.8.10claws16
3638
3639         * sync with 0.8.10cvs12
3640                 see ChangeLog 2003-02-17
3641
3642 2003-02-16 [match]      0.8.10claws15
3643
3644         * src/addressbook.c
3645                 Eliminates reloading of address data when items
3646                 deleted or added. Applied submitted by
3647                 Luke Plant <lukeplant@softhome.net>
3648
3649 2003-02-16 [paul]       0.8.10claws14
3650
3651         * src/news.c
3652                 when a 'protocol error' is encountered disconnect from
3653                 the server. This means that the user can carry on viewing
3654                 other articles and doesn't have to either wait until the
3655                 server timesout or quit sylpheed.
3656                 Fixes bug #53 'Unable to read messages in newsgroups, 
3657                 displayed message doesn't change'
3658
3659 2003-02-15 [christoph]  0.8.10claws13
3660
3661         * src/imap.c
3662                 fix bug that stopped scanning of folders when an
3663                 IMAP folder was empty
3664
3665         (closes bug 46 stop scan messages in folders after empty folder)
3666
3667 2003-02-15 [paul]
3668
3669         * tools/Makefile.am
3670           tools/README
3671           tools/freshmeat_search.pl     ** NEW FILE **
3672           tools/google_search.pl        ** NEW FILE **
3673                 Add 2 Actions scripts which search freshmeat/google
3674                 for the selected text using the browser configured
3675                 in sylpheedrc.
3676                 
3677         Note: These scripts are very dependent on the format of the
3678         browser command and may not work on every occasion. Testing
3679         is welcome. 
3680
3681 2003-02-14 [alfons]     0.8.10claws12
3682
3683         * src/compose.c
3684                 fix breakage because of uninitialized account pointer.
3685                 please verify.
3686
3687 2003-02-14 [paul]       0.8.10claws11
3688
3689         * src/compose.c
3690           src/prefs_account.[ch]
3691           src/prefs_common.[ch]
3692                 move signature settings to Account Prefs
3693
3694 2003-02-14 [paul]       0.8.10claws10
3695
3696         * sync with 0.8.10cvs11
3697                 see ChangeLog 2003-02-14
3698
3699 2003-02-13 [thorsten]   0.8.10claws9
3700
3701         * src/news.c
3702                 revert news progressbar (GUI separation)
3703
3704 2003-02-13 [paul]       0.8.10claws8
3705
3706         * src/compose.c
3707                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3708                 paragraph 1
3709
3710 2003-02-13 [paul]       0.8.10claws7
3711
3712         * src/compose.[ch]
3713           src/summaryview.c
3714                 fix 'Follow-up and Reply-to' so that it creates a reply to
3715                 the newsgroup and the sender. If the message has the keyword
3716                 'poster' in the Followup-To header, all replies go to the
3717                 sender, re: RFC 1036, Section 2.2.3
3718                 rename all instances of 'ignore_replyto' to 'to_sender', both
3719                 were previously used, now we use just one.
3720
3721 2003-02-13 [paul]       0.8.10claws6
3722
3723         * sync with 0.8.10cvs9
3724                 see ChangeLog 2003-02-13
3725
3726 2003-02-13 [paul]       0.8.10claws5
3727
3728         * configure.ac
3729                 show which plugins are configured in the configure
3730                 output.
3731
3732 2003-02-12 [thorsten]   0.8.10claws4
3733
3734         * src/news.c
3735                 show progress while fetching news headers
3736
3737 2003-02-12 [christoph]  0.8.10claws3
3738
3739         * configure.ac
3740         * src/plugins/Makefile.am
3741                 use AM_CONDITIONAL to enable plugins, automake correctly
3742                 manages this when creating distdir
3743
3744 2003-02-12 [christoph]  0.8.10claws2
3745
3746         * ac/spamassassin.m4
3747         * src/plugins/spamassassin/Makefile.am
3748                 fix building SpamAssassin plugin without OpenSSL
3749
3750 2003-02-12 [paul]       0.8.10claws1
3751
3752         * ac/Makefile.am
3753           src/Makefile.am
3754           src/plugins/Makefile.am
3755                 fix failure of 'make release'
3756
3757 2003-02-12 [paul]       0.8.10claws
3758
3759         * 0.8.10claws released
3760
3761 2003-02-12 [paul]       0.8.9claws56
3762
3763         * po/bg.po
3764           po/es.po
3765           po/it.po
3766           po/ru.po
3767           po/sr.po
3768                 updated translations by George Danchev, Ricardo Mones Lastra,
3769                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3770                 
3771         * sylpheed.spec.in
3772                 Allow the building of RPMs by a regular user. Submitted
3773                 by Sergei Astanin
3774
3775 2003-02-11 [alfons]     0.8.9claws55
3776
3777         * src/colorlabel.c
3778                 don't use pixmaps for label color rect but draw rectangles
3779                 so we can respect the color map of palette based visuals
3780                 (fixes the long time crashes on Suns - thanks to Andreas
3781                 Engel and Steve O'Hara-Smith for testing)
3782
3783 2003-02-11 [christoph]  0.8.9claws54
3784
3785         * src/matcher_parser_parse.y
3786                 correct bug where filering rules of not existing folders in
3787                 matcherrc were added to global filtering
3788                 
3789         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3790          main filter-rules after removing directory, http://bugs.debian.org/180253)
3791         
3792 2003-02-11 [paul]       0.8.9claws53
3793
3794         * sync with 0.8.10cvs7
3795                 see ChangeLog 2003-02-09
3796
3797 2003-02-11 [melvin]     0.8.9claws52
3798
3799         * po/fr.po
3800                 Updated French tranlsations
3801
3802 2003-02-10 [paul]       0.8.9claws51
3803
3804         * sylpheed.spec.in
3805                 correct --enable-openssl
3806                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3807
3808 2003-02-09 [martin]     0.8.9claws50
3809
3810         * src/prefs_matcher.c
3811                 fix segfault in prefs_matcher_substitute_cb() when
3812                 no row is selected
3813
3814 2003-02-09 [paul]       0.8.9claws49
3815
3816         * src/folderview.c
3817                 fix bug where a newsgroup folder's processing rules were
3818                 merged with the global filtering rules when the newsgroup
3819                 folder was deleted, causing some seriously bad results,
3820                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3821
3822 2003-02-08 [melvin]     0.8.9claws48
3823
3824         * src/compose.c
3825                 Corrected and modified an alert message.
3826
3827 2003-02-07 [paul]       0.8.9claws47
3828
3829         * src/folderview.c
3830                 fix bug where both an 'Account properties' window and a
3831                 'Folder properties' window were opened when clicking on
3832                 'Properties' in an NNTP or IMAP folder's popup menu.
3833
3834 2003-02-07 [paul]       0.8.9claws46
3835
3836         * sync with 0.8.10cvs6
3837                 see ChangeLog 2003-02-06
3838
3839 2003-02-06 [christoph]  0.8.9claws45
3840
3841         * src/mbox.c
3842                 freeze folder updates while importing mbox files
3843                 (closes bug 43 importing mbox took hours)
3844                 
3845         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3846
3847 2003-02-06 [thorsten]   0.8.9claws44
3848
3849         * po/de.po
3850                 Updated german translations
3851
3852 2003-02-06 [thorsten]   0.8.9claws43
3853
3854         * src/news.h
3855                 use guint for message numbers (fix count in grouplist dialog)
3856
3857 2003-02-05 [paul]       0.8.9claws42
3858
3859         * sync with 0.8.10cvs2
3860                 see ChangeLog 2003-02-05
3861
3862 2003-02-04 [colin]      0.8.9claws41
3863
3864         * src/prefs_common.[ch]
3865           src/procmsg.c
3866           src/summaryview.c
3867                 Add an option to disable threading by subject
3868
3869 2003-02-04 [christoph]  0.8.9claws40
3870
3871         * src/inc.c
3872                 only abort fetching mails from multiple accounts when the
3873                 error is fatal and does not allow to check any more accounts
3874                 (currently only disk full error)
3875
3876         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3877          receive mails for other accouts)
3878
3879 2003-02-04 [christoph]  0.8.9claws39
3880
3881         * src/folder.c
3882                 first add the new message to the cache, then
3883                 send the update notification
3884
3885         (closes bug 39 after sending message folderview doesnt get updated)
3886
3887 2003-02-04 [colin]      0.8.9claws38
3888
3889         * src/inc.c
3890                 _really_ fix this Connecting... status
3891
3892 2003-02-04 [paul]       0.8.9claws37
3893
3894         * sync with 0.8.10
3895                 see ChangeLog 2003-02-04
3896
3897 2003-02-04 [paul]       0.8.9claws36
3898
3899         * sync with 0.8.9cvs6
3900                 see ChangeLog 2003-02-03
3901
3902 2003-02-04 [paul]       0.8.9claws35
3903
3904         * po/pt_BR.po
3905                 updated by André Filipe de Assunção e Brito 
3906                 <bedecko@netsite.com.br>
3907
3908 2003-02-03 [thorsten]   0.8.9claws34
3909
3910         * po/de.po
3911                 Updated german translations
3912
3913 2003-02-02 [paul]       0.8.9claws33
3914
3915         * po/es.po
3916                 updated by Ricardo Mones Lastra
3917
3918 2003-02-02 [thorsten]   0.8.9claws32
3919
3920         * src/mh.c
3921                 Fix mh_get_msginfo() segfault if file is inaccessible
3922
3923 2003-01-31 [colin]      0.8.9claws31
3924
3925         * src/procheader.c
3926                 Fix last commit's bug
3927
3928 2003-01-31 [colin]      0.8.9claws30
3929
3930         * src/procheader.c
3931                 Missing a change for gpg-signed messages
3932
3933 2003-01-31 [paul]       0.8.9claws29
3934
3935         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3936           src/procheader.c
3937           src/stock_pixmap.[ch]
3938           src/summaryview.c
3939                 indicate GnuPG signed messages by displaying an icon
3940                 in the Attachment column.
3941
3942 2003-01-31 [paul]       0.8.9claws28
3943
3944         * sync with 0.8.9cvs4
3945                 see ChangeLog 2003-01-31
3946
3947 2003-01-31 [alfons]     0.8.9claws27
3948
3949         * src/textview.c
3950                 tune URI parser to accept mailto URLs with a '?'
3951                 (patch from Ruslan Balkin)
3952
3953 2003-01-31 [colin]      0.8.9claws26
3954
3955         * src/summaryview.c
3956                 Fix a leak introduced in claws24
3957
3958 2003-01-31 [colin]      0.8.9claws25
3959
3960         * src/summaryview.c
3961                 Freeze/Thaw folder updates when deleting dups
3962
3963 2003-01-31 [colin]      0.8.9claws24
3964         
3965         * src/addr_compl.c
3966           src/summaryview.c
3967           src/msgcache.c
3968                 little speed improvements
3969
3970 2003-01-31 [colin]      0.8.9claws23
3971
3972         * src/summaryview.c
3973                 Fix segfault when forwarding nothing
3974                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3975                 
3976 2003-01-30 [paul]       0.8.9claws22
3977
3978         * sync with 0.8.9cvs3
3979                 see ChangeLog 2003-01-30
3980
3981 2003-01-30 [paul]       0.8.9claws21
3982
3983         * sync with 0.8.9cvs2
3984                 see ChangeLog 2003-01-30
3985
3986 2003-01-29 [paul]       0.8.9claws20
3987
3988         * sync with 0.8.9cvs1
3989                 see ChangeLog 2003-01-29
3990
3991 2003-01-28 [paul]       0.8.9claws19
3992
3993         * po/POTFILES.in
3994                 update to reflect changes. 
3995                 thanks to Ricardo Mones Lastra
3996
3997 2003-01-27 [christoph]  0.8.9claws18
3998
3999         * ac/openssl.m4
4000         * ac/spamassassin.m4
4001         * src/plugins/spamassassin/README
4002         * src/plugins/spamassassin/libspamc.[ch]
4003         * src/plugins/spamassassin/utils.[ch]
4004                 updated to latest libspamc
4005
4006 2003-01-27 [christoph]  0.8.9claws17
4007
4008         * src/folder.c
4009                 fix wrong use of procheader_get_header_fields
4010
4011 2003-01-27 [christoph]  0.8.9claws16
4012
4013         * src/news.c
4014         * src/prefs_account.[ch]
4015         * src/common/nntp.[ch]
4016                 allow to force authentication for NNTP servers
4017
4018         Patch submitted by Florian Mickler <dmk@d-labs.de>
4019
4020 2003-01-26 [paul]       0.8.9claws15
4021
4022         * src/summaryview.c
4023                 speed up of marking messages as read
4024                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4025
4026 2003-01-26 [christoph]  0.8.9claws14
4027
4028         * src/Makefile.am
4029         * src/mgutils.[ch]              ** REMOVE **
4030         * src/xml.[ch]                  ** REMOVE **
4031         * src/xmlprops.[ch]             ** REMOVE **
4032         * src/common/Makefile.am
4033         * src/common/mgutils.[ch]       ** NEW **
4034         * src/common/xml.[ch]           ** NEW **
4035         * src/common/xmlprops.[ch]      ** NEW **
4036                 move xml files to common directory
4037
4038 2003-01-26 [christoph]  0.8.9claws13
4039
4040         * src/plugins/spamassassin/spamassassin_gtk.c
4041                 only set gtk entry text if string is available
4042
4043 2003-01-26 [melvin]     0.8.9claws12
4044
4045         * src/description_window.c
4046                 Allow resizing of the window
4047                 Allow automatic horizontal scroll bar
4048                 Do not vertically expand and fill
4049
4050 2003-01-26 [christoph]  0.8.9claws11
4051
4052         * src/Makefile.am
4053         * src/gtkutils.[ch]             ** REMOVE **
4054         * src/common/sylpheed.c
4055         * src/gtk/Makefile.am
4056         * src/gtk/description_window.c
4057         * src/gtk/gtkutils.[ch]         ** NEW **
4058         * src/gtk/prefswindow.c
4059                 move gtkutils to gtk directory
4060
4061 2003-01-26 [paul]       0.8.9claws10
4062
4063         * src/summaryview.c
4064                 rename summary_unread_clicked() to summary_status_clicked()
4065
4066 2003-01-26 [melvin]     0.8.9claws9
4067
4068         * src/prefs_actions.c
4069                 Cosmetical changes to the help text
4070
4071 2003-01-26 [paul]       0.8.9claws8
4072
4073         * src/folder.[ch]
4074           src/mainwindow.c
4075           src/prefs_common.c
4076           src/prefs_sumamry_column.c
4077           summaryview.[ch]
4078                 rename the 'Unread' column to 'Status'
4079
4080 2003-01-25 [match]      0.8.9claws7
4081
4082         * src/mgutils.[ch]
4083                 removed reference to LDAP constants. removed error2string.
4084                 included functions to support LDAP dynamic queries.
4085         * src/syldap.h
4086                 moved LDAP constants here.
4087         * src/addressbook.c
4088         * src/addrindex.c
4089         * src/importldif.c
4090                 removed references to LDAP constants and references to
4091                 error2string.
4092
4093 2003-01-25 [paul]       0.8.9claws6
4094
4095         * src/summaryview.c
4096                 summary_thread_build(), summary_thread_init(): remove 
4097                 unneeded reference to summaryview->folder_item
4098
4099 2003-01-25 [christoph]  0.8.9claws5
4100
4101         * src/gtk/description_window.c
4102                 o allow description texts to expand over multiple columns
4103                 o translate all columns
4104         * src/prefs_actions.c
4105                 change syntax description to use new multi column feature
4106
4107         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4108
4109 2003-01-25 [match]      0.8.9claws4
4110
4111         * src/vcard.c
4112                 fixed bug with Quoted-Printable
4113
4114 2003-01-25 [paul]       0.8.9claws3
4115
4116         * src/folder.[ch]
4117           src/summaryview.[ch]
4118                 implement per-folder collapsed/expanded threads setting
4119                 
4120         * src/prefs_common.c
4121                 remove global collapsed/expanded threads option
4122
4123 2003-01-25 [christoph]  0.8.9claws2
4124
4125         * po/POTFILES.in
4126                 add pluginwindow and prefswindow
4127         * src/compose.c
4128                 make send respond correctly to messages that could be added
4129                 to the queue folder, but the UID of the message is unknown
4130         * src/folder.c
4131         * src/imap.c
4132                 don't return guessed UIDs in imap_add_msg anymore. We return
4133                 0 to tell the folder system it was appened but the UID is
4134                 unknown. Folder system now get's the UID by scaning the folder
4135                 and searching the cache for the Message-ID
4136                 (closes bug #29 Messages queued, but not sent)
4137
4138 2003-01-25 [paul]       0.8.9claws1
4139
4140         * src/codeconv.c
4141                 conv_encode_header():  fix bug when long headers with 8-bit
4142                 characters are used, so that the encoded words are wrapped.
4143                 If the space in the original text falls on the wrap boundary,
4144                 it can be lost.
4145                 Patch by Sergey Vlasov.
4146                 
4147         * src/folderview.c
4148                  fix bug where a change to the sorting method or thread view
4149                  of a folder's messages is lost if simpify-subject is set and
4150                  toggled on or off.
4151                  Patch by Luke Plant.
4152
4153 2003-01-24 [paul]       0.8.9claws
4154
4155         * sylpheed-0.8.9claws released
4156         
4157         * Makefile.am
4158           sylpheed.spec.in
4159                 remove reference to 'INSTALL.jp'
4160
4161 2003-01-23 [paul]       0.8.8claws128
4162
4163         * po/es.po
4164           po/it.po
4165           po/ru.po
4166           po/sr.po
4167                 updated translations. submitted by Ricardo Mones Lastra,
4168                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4169
4170 2003-01-23 [colin]      0.8.8claws127
4171
4172         * src/compose.c
4173                 Fix drafted and queued news articles re-edition
4174
4175 2003-01-23 [melvin]     0.8.8claws126
4176
4177         * po/fr.po
4178                 Updated French translations
4179
4180 2003-01-23 [colin]      0.8.8claws125
4181
4182         * src/inc.c
4183                 Fix "Connecting to..." status message
4184
4185 2003-01-22 [paul]       0.8.8claws124
4186
4187         * po/bg.po
4188                 updated by George Danchev
4189                 
4190         * src/folder.c
4191                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4192                 and folder deletion
4193
4194 2003-01-21 [paul]       0.8.8claws123
4195
4196         * po/bg.po
4197                 updated by George Danchev
4198                 
4199         * src/about.c
4200                 its now 2003
4201                 
4202         * src/toolbar.c
4203                 don't translate 'Separator'
4204                 
4205         * src/plugins/spamassassin/Makefile.am
4206                 add aspell to CPPFLAGS
4207                 
4208         * src/plugins/spamassassin/spamassassin.c
4209           src/plugins/spamassassin/spamassassin_gtk.c
4210                 set correct default for spamassassin_receive_spam
4211                 slightly re-word descriptions and some
4212                 other minor changes
4213
4214 2003-01-19 [alfons]     0.8.8claws122
4215                 
4216         * src/mimeview.c
4217                 mimeview_save_as(): we might as well show the file name for
4218                 the single case "Save As" too
4219
4220 2003-01-19 [alfons]     0.8.8claws121
4221
4222         * src/crash.c
4223                 change bug tracker URL to bugzilla URL
4224
4225 2003-01-19 [alfons]     0.8.8claws120
4226
4227         * src/mimeview.c
4228                 mimeview_save_all(): display name of file before overwriting;
4229                 continue saving all, even when one overwrite was cancelled
4230
4231 2003-01-19 [christoph]  0.8.8claws119
4232
4233         * src/summaryview.c
4234         * src/procmsg.[ch]
4235                 fix wrong usage of procmsg_find_children in summaryview
4236                 by using procmsg_update_unread_children instead of
4237                 summaryview_update_unread_children
4238
4239 2003-01-19 [christoph]  0.8.8claws118
4240
4241         * src/procmsg.c
4242                 fix infinite loop in procmsg_find_children
4243                  (closes bug #25 sylpheed crashes on delete.)
4244
4245         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4246
4247 2003-01-19 [paul]       0.8.8claws117
4248
4249         * po/pt_BR.po
4250                 updated by Ivan Francolin Martinez
4251
4252 2003-01-18 [melvin]     0.8.8claws116
4253
4254         * src/prefs_actions.c
4255                 Removed syntax limitation of only one '&' at the end of command.
4256                         Now actions that contain '>/dev/null 2>&1' are possible.
4257
4258 2003-01-18 [melvin]     0.8.8claws115
4259
4260         * src/prefs_actions.c
4261                 Actions IO dialog: when the action ends
4262                 the "Close" button now has focus and [Escape] closes the
4263                 window.
4264
4265 2003-01-18 [christoph]  0.8.8claws114
4266
4267         * src/procmsg.c
4268                 o add debug output when MsgInfos are really freed
4269                 o free GSLists in procmsg_find_children and
4270                   procmsg_update_unread_children
4271
4272 2003-01-18 [christoph]  0.8.8claws113
4273
4274         * src/mainwindow.c
4275                 reorder Configuration menu
4276
4277 2003-01-18 [christoph]  0.8.8claws112
4278
4279         * src/compose.c
4280                 fix applying templates to forwarded messages
4281
4282         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4283
4284 2003-01-17 [christoph]  0.8.8claws111
4285
4286         * src/folder.c
4287                 destroy folder items, when a folder item is removed
4288
4289 2003-01-17 [christoph]  0.8.8claws110
4290
4291         * src/folder.c
4292                 fix wrong folder stats update when ignored message is
4293                 deleted
4294
4295 2003-01-17 [colin]      0.8.8claws109
4296         
4297         * src/mainwindow.c
4298         * src/summaryview.c
4299                 Quicksearch bugfixes: 
4300                 - hide help button at startup if not extended
4301                 - switch to extended when looking for replies
4302
4303 2003-01-17 [paul]
4304
4305         * sync with 0.8.9 release
4306
4307 2003-01-17 [paul]       0.8.8claws108
4308
4309         * sync with 0.8.8cvs11
4310                 see ChangeLog 2003-01-17
4311
4312 2003-01-16 [colin]      0.8.8claws107
4313
4314         * src/procmsg.c
4315                 Changed encryption test to re-ask passphrase
4316                 if an encrypted message hasn't been decrypted
4317                 Fixes bug #5
4318
4319 2003-01-16 [christoph]  0.8.8claws106
4320
4321         * src/prefs_gtk.c
4322         * src/prefs_toolbar.c
4323         * src/gtk/prefswindow.h
4324         * src/plugins/spamassassin/spamassassin_gtk.c
4325                 remove page destroy function that is not used anymore
4326
4327 2003-01-16 [paul]       0.8.8claws105
4328
4329         * sync with 0.8.8cvs9
4330                 see ChangeLog 2002-01-16
4331
4332 2003-01-16 [colin]      0.8.8claws104
4333
4334         * src/compose.[ch]
4335                 Fix bug with autosaved drafts for IMAP, when draft
4336                 folder is specified - fixes bugzilla bug #20
4337
4338 2003-01-15 [paul]       0.8.8claws103
4339
4340         * src/compose.[ch]
4341           src/procmsg.c
4342                 store folder and message-id of message forwarding
4343                 in queue header and set forward flag after sending
4344
4345 2003-01-15 [paul]       0.8.8claws102
4346
4347         * sync with 0.8.8cvs8
4348                 see ChangeLog 2002-01-15
4349
4350 2003-01-15 [colin]      0.8.8claws101
4351
4352         * src/Makefile.am
4353                 Fix linking with GNU libiconv
4354
4355 2003-01-15 [darko]      0.8.8claws100
4356
4357         * src/pine.c
4358                 fix crash when importing pine address book
4359                 entry with an empty name (reported by DY
4360                 <dybulk at tri8.net>)
4361
4362 2003-01-14 [paul]       0.8.8claws99
4363
4364         * configure.in  ** REMOVED **
4365           configure.ac  ** NEW FILE **
4366                 rename configure.in to configure.ac, as it is now
4367                 preferred
4368
4369 2003-01-14 [melvin]     0.8.8claws98
4370
4371         * src/folderview.c
4372                 folderview_check_new(): More precise function description
4373
4374 2003-01-14 [melvin]     0.8.8claws97
4375
4376         * src/folderview.c
4377                 folderview_check_new(): return the number of new messages 
4378                         since last check.
4379         * src/inc.c
4380                 inc_account_mail(): Disable counting of new messages for IMAP
4381                         and NNTP until bug [19] and [14] are fixed.
4382
4383 2003-01-14 [paul]       0.8.8claws96
4384
4385         * sync with 0.8.8cvs6
4386                 see ChangeLog 2003-01-14
4387
4388 2003-01-13 [alfons]     0.8.8claws95
4389
4390         * src/textview.c
4391                 tune email address validation (c. 0.8.8claws89): if . is 
4392                 just one char away from @, the address is invalid too 
4393                 (correctly rejects addresses like foo@.com)
4394
4395 2003-01-13 [paul]       0.8.8claws94
4396
4397         * src/messageview.c
4398           src/toolbar.c
4399                 fixes to the Message View toolbar and menu:
4400                 fix non-functioning Forward button
4401                 make Reply button consider default_reply_list
4402                 remove 'Follow-up...' menu entry
4403                 add 'Forward' and 'Redirect' menu entries
4404
4405 2003-01-13 [melvin]     0.8.8claws93
4406
4407         * src/inc.c
4408                 Fixed typo that could make new messages count incorrect.
4409
4410 2003-01-13 [melvin]     0.8.8claws92
4411
4412         * src/folderview.[ch]
4413                 folderview_check_new(): return the number of new messages.
4414         * src/inc.c
4415                 Should fix bug [14] where new mail notification worked 
4416                         incorrectly with IMAP accounts.
4417                 inc_spool_account(): return number of new msgs, or -1 on error
4418                 inc_all_spool(): return number of new msgs
4419                 
4420 2003-01-13 [melvin]     0.8.8claws91
4421
4422         * src/prefs_actions.c
4423                 Justify help text.
4424
4425 2003-01-12 [thorsten]   0.8.8claws90
4426
4427         * src/common/prefs.c
4428                 close file before rename
4429
4430 2003-01-12 [alfons]     0.8.8claws89
4431
4432         * AUTHORS
4433                 add Christian Mertes
4434         * src/common/utils.[ch]
4435                 g_stricase_hash(), g_stricase_equal(): functions for 
4436                 case insensitive hash tables
4437         * src/textview.c
4438                 use top level domain names to validate email address, based
4439                 on a patch by Christian Mertes (thanks!), but changed 
4440                 implementation to use a hash table 
4441
4442 2003-01-12 [paul]       0.8.8claws88
4443
4444         * po/bg.po
4445                 updated by George Danchev
4446
4447 2003-01-12 [alfons]     0.8.8claws87
4448
4449         * src/summaryview.c
4450                 delete / execute performance: use new style folder update
4451
4452 2003-01-12 [paul]       0.8.8claws86
4453
4454         * sync with 0.8.8cvs5
4455                 see ChangeLog 2003-01-13 (!)
4456
4457 2003-01-12 [alfons]     0.8.8claws85
4458
4459         * src/filtering.c
4460         * src/matcher_parser_parse.y
4461                 prepare change_score filtering action
4462         * src/matcher.[ch]
4463                 give up const-correctness on functions that call non-const-correct functions;
4464                 several casts to gpointer in g_free();
4465                 add change_score;
4466
4467 2003-01-12 [christoph]  0.8.8claws84
4468
4469         * src/compose.c
4470                 fix 2 warnings
4471
4472         * src/gtk/prefswindow.[ch]
4473         * src/plugins/spamassassin/spamassassin_gtk.c
4474                 changed the call of the widget create function
4475                 for PrefsPages, because sometimes the widget
4476                 create function needs a widget that already has
4477                 been attached to a window (to create GDK pixmaps
4478                 for exmaple). So we simply pass the GtkWindow as
4479                 the second parameter now.
4480
4481         * src/main.c
4482         * src/mainwindow.c
4483         * src/prefs_toolbar.[ch]
4484                 rewrite Toolbar Preferences using the new
4485                 prefs window
4486
4487 2003-01-11 [alfons]     0.8.8claws83
4488
4489         * src/addressadd.c
4490                 fix crash when adding sender to addressbook because status bar
4491                 isn't there (the status bar doesn't seem to be used though,
4492                 but I'll let Match decide what to do with it)
4493
4494 2003-01-11 [colin]      0.8.8claws82
4495
4496         * src/main.c
4497           src/toolbar.c
4498                 Two useless changes reversed
4499
4500 2003-01-11 [colin]      0.8.8claws81
4501
4502         * src/mainwindow.c
4503           src/mainwindow.h
4504                 Add mainwindow_get_mainwindow()
4505         * src/alertpanel.c
4506           src/alertpanel.h
4507                 Add alertpanel_error_log() 
4508         * src/compose.c
4509           src/inc.c
4510           src/messageview.c
4511           src/toolbar.c
4512           src/main.c
4513           src/procmsg.c
4514                 Network errors get a View Log button
4515
4516 2003-01-10 [alfons]     0.8.8claws80
4517
4518         * src/prefs_toolbar.c
4519         * src/toolbar.c
4520                 use the translatable string for "Separator" as file name for
4521                 separator toolbar items (probably make this uppercase?)
4522
4523 2003-01-10 [alfons]     0.8.8claws79
4524
4525         * src/prefs_toolbar.c
4526                 put right A_SEPARATOR description string in "displayed
4527                 toolbar items list" so manually added separators are
4528                 saved correctly (bug #10, "Adding a separator to the main 
4529                 toolbar fails, entry in xml file is wrong")
4530
4531 2003-01-10 [christoph]  0.8.8claws78
4532
4533         * src/imap.c
4534                 o fix warnings
4535                 o use CAPABILITY to check if NAMESPACE is available
4536
4537 2003-01-10 [christoph]  0.8.8claws77
4538
4539         * src/imap.[ch]
4540                 apply UIDPLUS IMAP extension support patch
4541
4542         Patch submitted by Simon 'corecode' Schubert
4543
4544 2003-01-10 [paul]       0.8.8claws76
4545
4546         * src/folderview.c
4547                 a sync from main which fixes the news account folders'
4548                 Properties bug
4549
4550 2003-01-10 [christoph]  0.8.8claws75
4551
4552         * src/folder.c
4553                 don't accept 0 as a valid uid returned by copy and move
4554                 functions. 0 means the message was copied or moved but the
4555                 new uid could not be fetched. It is not an error condition
4556                 for the copy or move operation.
4557
4558 2003-01-10 [paul]       0.8.8claws74
4559
4560         * src/prefs_filtering.c
4561                 change English used in Alert when entry is not
4562                 saved.
4563                 
4564         * sync with 0.8.8cvs4
4565                 see ChangeLog 2003-01-10
4566
4567 2003-01-10 [darko]      0.8.8claws73
4568
4569         * src/pine.c
4570                 fix crash when importing address book entry
4571                 without a valid address
4572
4573 2003-01-09 [alfons]     0.8.8claws72
4574
4575         * src/inc.c
4576                 filtering performance: use new style folder update
4577
4578 2003-01-09 [christoph]  0.8.8claws71
4579
4580         * src/compose.c
4581         * src/gtk/menu.[ch]
4582                 fix wrong selecting of mime encoding type, when
4583                 opening property dialog of attachments in the
4584                 compose window. 7bit was always selected and that
4585                 destoryed files with 8bit data.
4586                 (closes bug #9 Sylpheed-claws destroys attachments when
4587                  changing MIME-types)
4588
4589 2003-01-09 [paul]       0.8.8claws70
4590
4591         * sync with 0.8.8cvs3
4592                 see ChangeLog 2003-01-09
4593
4594 2003-01-08 [alfons]     0.8.8claws69
4595         
4596         * src/addressadd.c
4597                 apply patch by Kim Schulz to fix build breakage
4598                 because of missing variable
4599
4600 2003-01-08 [paul]       0.8.8claws68
4601
4602         * sync with 0.8.8cvs2
4603                 see ChangeLog 2002-01-08
4604
4605 2003-01-08 [paul]       0.8.8claws67
4606
4607         * po/it.po
4608                 updated by Alessandro Maestri
4609                 
4610         * src/addressadd.c
4611                 when using 'Add sender to addressbook' allow
4612                 name to be edited and remarks to be entered
4613                 Patch submitted by Luke Plant
4614
4615 2003-01-08 [darko]      0.8.8claws66
4616
4617         * README.claws, src/summaryview.c
4618                 fix description for marked messages
4619
4620 2003-01-08 [paul]
4621
4622         * tools/Makefile.am
4623           tools/launch_phoenix  ** NEW FILE **
4624                 add script that enables using Phoenix as the default
4625                 web browser. 
4626                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4627                 
4628         * tools/OOo2sylpheed.pl
4629                 remove full path to sylpheed executable, just 'sylpheed'
4630                 will do
4631                 
4632         * tools/README
4633                 add launch_phoenix informtion and re-arrange and compress
4634                 the data a little
4635
4636 2003-01-07 [christoph]  0.8.8claws65
4637
4638         * src/folder.c
4639                 fix update for source folder when moving messages
4640         * src/procmsg.[ch]
4641         * src/summaryview.c
4642                 use function to set to_folder for message infos and
4643                 automatically update the op_count for old and new
4644                 folder
4645
4646 2003-01-07 [melvin]     0.8.8claws64
4647
4648         * src/prefs_actions.c
4649                 Fixed bug where an '%p' Action on a displayed image crashed 
4650                         Sylpheed
4651                 Code clean up (get rid of duplicated code and removed unnecessary 
4652                                 structure member)
4653
4654 2003-01-07 [christoph]  0.8.8claws63
4655
4656         * src/compose.c
4657         * src/folder.[ch]
4658         * src/folderview.c
4659         * src/import.c
4660         * src/inc.c
4661         * src/main.c
4662         * src/mainwindow.c
4663         * src/messageview.c
4664         * src/prefs_folder_item.c
4665         * src/procmsg.c
4666         * src/summaryview.c
4667         * src/toolbar.c
4668                 o remove all folder update triggering from the UI code. The folder
4669                   system should know much better when a folder needs an update.
4670                 o to prevent multiple updates in a row the folder updates can be
4671                   frozen for some time.
4672
4673                 Note: - Please verify that no updates are missing
4674                       - Check where freeze/thaws should be added
4675
4676 2003-01-07 [christoph]  0.8.8claws62
4677
4678         * src/prefs_actions.c
4679                 don't translate empty strings
4680
4681         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4682
4683 2003-01-06 [christoph]  0.8.8claws61
4684
4685         * src/prefs_actions.c
4686                 mark strings for gettext
4687         * src/prefs_matcher.c
4688                 use new description window for Execute action and
4689                 match condition in Filtering
4690
4691         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4692
4693 2003-01-06 [alfons]     0.8.8claws60
4694
4695         keep myself inspired to re-organize matcher part 8; 
4696         yes, more to come (I need to move out the descriptive
4697         text for actions to matcher.c, or at least make it not
4698         depend on the wicked ordering)
4699
4700         * src/prefs_matcher.c
4701                 add documentation so others may comprehend the
4702                 UI part of the conditions
4703                 
4704 2003-01-06 [christoph]  0.8.8claws59
4705
4706         * src/prefs_actions.c
4707                 use new description window for syntax help
4708         * src/gtk/description_window.c
4709                 fix display of descriptions with column count != 2
4710
4711         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4712
4713 2003-01-06 [christoph]  0.8.8claws58
4714
4715         * src/quote_fmt.c
4716         * src/summaryview.[ch]
4717         * src/gtk/Makefile.am
4718         * src/gtk/description_window.[ch]       ** NEW **
4719                 use a generic window to display syntax descriptions
4720                 currently used in quote_fmt and summaryview (new description
4721                 for extended quick search)
4722
4723         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4724
4725 2003-01-06 [paul]       0.8.8claws57
4726
4727         * sync with 0.8.8cvs1
4728                 see ChangeLog 2003-01-06
4729
4730 2003-01-06 [christoph]  0.8.8claws56
4731
4732         * src/mainwindow.c
4733         * src/prefs_gtk.[ch]
4734         * src/gtk/prefswindow.[ch]
4735         * src/plugins/spamassassin/spamassassin_gtk.c
4736                 o remove page management from prefswindow, pages
4737                   will be an argument to prefswindow_open
4738                 o prefswindow_open gets a datapointer that is
4739                   passed to the widget_create function to allow
4740                   creation of prefswindow for specific items
4741
4742 2003-01-06 [colin]      0.8.8claws55
4743         
4744         * src/summaryview.c
4745                 We don't want regexp in the reply-finder, 
4746                 because MIDs can contain !,$,. and so on
4747
4748 2003-01-06 [jens]       0.8.8claws54
4749
4750         * src/jpilot.c
4751                 fixed a wrong free in jpilot_read_db_files
4752
4753 2003-01-06 [alfons]     0.8.8claws53
4754
4755         re-organize matcher part 8; more to come
4756        
4757         * src/matcher.c
4758                 matcherprop_to_string(): put g_free()s before the
4759                 switch-case break to fix memleaks                
4760
4761 2003-01-06 [colin]      0.8.8claws52
4762
4763         * src/summaryview.c
4764                 cleanup & reply-finder now displays the first 
4765                 matching message
4766
4767 2003-01-05 [alfons]     0.8.8claws51
4768
4769         re-organize matcher part 7; more to come
4770
4771         * src/matcher.[ch]
4772                 fixes for constant correctness;
4773                 more documentation;
4774
4775 2003-01-05 [alfons]     0.8.8claws50
4776
4777         re-organize matcher part 6; more to come
4778         
4779         * src/matcher.[ch]
4780                 fixes for constant correctness;
4781                 more documentation;
4782         * src/filtering.c
4783                 fix for constant correctness
4784
4785 2003-01-05 [colin]      0.8.8claws49
4786
4787         * src/account.[ch]
4788                 Add account_get_reply_account function
4789         * src/compose.c
4790                 Use account_get_reply_account function 
4791         * src/summaryview.c
4792                 Basic reply-finder - click on the replied
4793                 icon gets you to the outbox using quick-search
4794
4795 2003-01-05 [paul]       0.8.8claws48
4796
4797         * src/prefs_common.c
4798                 small change to English
4799                 
4800         * src/prefs_filtering.c
4801                 prefs_filtering_action_select(): improve logic and uniformity
4802                 of gui
4803
4804 2003-01-05 [alfons]     0.8.8claws47
4805
4806         fine tune solution to focus problems (bug #7)
4807
4808         * src/mainwindow.c
4809                 mainwindow_focus_in_event(): remove grab event check
4810         * src/summaryview.c
4811                 summary_button_pressed(): move selection on right-click
4812                 too. we can't possibly move the selection back after
4813                 canceling a dialog, because gtk's incomplete focus 
4814                 management. whether this is a good solution, only time
4815                 will tell.
4816
4817 2003-01-05 [christoph]  0.8.8claws46
4818
4819         * src/imap.c
4820                 fix crash when no imap connection could be established
4821
4822 2003-01-05 [paul]       0.8.8claws45
4823
4824         * src/mainwindow.c
4825           src/sumamryview.c
4826           src/gtk/menu.[ch]
4827                 fix bug 605957 'shortcuts in popup-menu'
4828                 make user-defined shortcuts work
4829                 show shortcuts that are already defined
4830                 in the main menu
4831                 Patch submitted by Luke Plant
4832
4833 2003-01-05 [alfons]     0.8.8claws44
4834
4835         * src/mainwindow.c
4836                 focus_in_event handler should not select summary view row 
4837                 when another window (menu, dialog) grabbed for events 
4838                 (bug #7, "[0.8.8claws42] Message summary focus") 
4839
4840 2003-01-04 [christoph]  0.8.8claws43
4841
4842         * src/procmsg.c
4843                 update save folder after adding the sent message
4844                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4845
4846 2003-01-02 [christoph]  0.8.8claws42
4847
4848         * src/common/plugin.c
4849                 fix unloading of all plugins and unload
4850                 plugins in reverse order
4851                 
4852         * src/gtk/pluginwindow.c
4853                 implement function of load and unload button
4854
4855         * src/gtk/prefswindow.c
4856         * src/gtk/prefswindow.h
4857                 rename register function and add new unregister
4858                 function
4859
4860         * src/plugins/spamassassin/spamassassin_gtk.c
4861                 unregister prefs page and update for changes in
4862                 src/gtk/prefswindow.c
4863
4864 2003-01-02 [paul]       0.8.8claws41
4865
4866         * po/es.po
4867                 updated by Ricardo Mones Lastra
4868
4869 2003-01-02 [paul]
4870
4871         * tools/tb2sylpheed
4872                 fixes and improvements by Urke MMI
4873
4874 2003-01-02 [thorsten]   0.8.8claws40
4875
4876         * src/procmsg.c
4877                 fixed wrong return value
4878
4879 2003-01-02 [thorsten]   0.8.8claws39
4880
4881         * src/prefs.c
4882                 fixed printing wrong variable
4883
4884 2003-01-02 [thorsten]   0.8.8claws38
4885
4886         * src/prefs.c
4887                 fixed acessing members of freed pfile struct
4888
4889 2003-01-02 [thorsten]   0.8.8claws37
4890
4891         * src/procmsg.c
4892                 detect loops across several messages
4893                 as suggested by Christoph Hohmann
4894
4895 2003-01-01 [match]      0.8.8claws36
4896
4897         * src/addrindex.c
4898                 fixed another memory leak.
4899
4900 2003-01-01 [match]      0.8.8claws35
4901
4902         * src/jpilot.[ch]
4903                 fixed memory leaks. applied Doxygen comments.
4904
4905 2003-01-01 [thorsten]   0.8.8claws34
4906
4907         * src/procmsg.c
4908                 inhibit endless loop if msg references itself
4909                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4910
4911 2003-01-01 [christoph]  0.8.8claws33
4912
4913         * src/mainwindow.c
4914         * src/gtk/Makefile.am
4915         * src/gtk/pluginwindow.c                ** NEW **
4916         * src/gtk/pluginwindow.h                ** NEW **
4917                 add plugin window
4918
4919         * src/plugins/demo/demo.c
4920         * src/plugins/spamassassin/spamassassin.c
4921         * src/plugins/spamassassin/spamassassin_gtk.c
4922                 write better plugin descriptions
4923
4924 2002-12-31 [christoph]  0.8.8claws32
4925
4926         * src/gtk/prefswindow.c
4927         * src/plugins/spamassassin/spamassassin_gtk.c
4928                 some small improvements to GTK code
4929
4930 2002-12-31 [christoph]  0.8.8claws31
4931
4932         * src/plugins/spamassassin/spamassassin_gtk.c
4933                 enable folder select button
4934
4935 2002-12-31 [christoph]  0.8.8claws30
4936
4937         * src/mainwindow.c
4938         * src/gtk/Makefile.am
4939         * src/gtk/prefswindow.c                         ** NEW **
4940         * src/gtk/prefswindow.h                         ** NEW **
4941                 add new prefs window
4942
4943         * src/common/plugin.c
4944                 don't try to load empty config lines
4945         
4946         * src/plugins/spamassassin/Makefile.am
4947         * src/plugins/spamassassin/spamassassin.c
4948         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4949         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4950                 GTK config for SpamAssassin Plugin using
4951                 the new prefs window
4952
4953 2002-12-31 [paul]       0.8.8claws29
4954
4955         * po/POTFILES.in
4956                 remove obsolete entry 'src/menu.c'
4957
4958 2002-12-31 [alfons]     0.8.8claws28
4959
4960         * src/matcher.[ch]
4961         * src/matcher_parser_parse.y
4962         * src/prefs_matcher.c
4963                 add "ignore_thread" and "~ignore_thread" condition so it's
4964                 possible to make the actions / scoring operate on the ignore
4965                 thread flag
4966
4967 2002-12-31 [christoph]  0.8.8claws27
4968
4969         * src/addrbook.c
4970         * src/addrindex.c
4971         * src/folder.c
4972         * src/matcher.c
4973         * src/prefs_account.c
4974         * src/prefs_actions.c
4975         * src/prefs_customheader.c
4976         * src/prefs_display_header.c
4977         * src/prefs_gtk.c
4978         * src/procmime.c
4979         * src/toolbar.c
4980         * src/xmlprops.c
4981         * src/common/prefs.[ch]
4982                 extend prefs file handling for reading and automatic handling
4983                 of blocks. When reading prefs_set_block_label will automatically
4984                 move on to the block. When writing it will copy all other blocks
4985                 automatically
4986
4987         * src/common/plugin.c
4988                 Now loading plugin filenames from [Plugins] block in
4989                 sylpheed rc file
4990
4991 2002-12-30 [christoph]  0.8.8claws26
4992
4993         * src/common/hooks.[ch]
4994                 return abort status to caller of hooks_invoke
4995                 
4996         * src/inc.[ch]
4997                 invoke message filtering hook and stop
4998                 default handling when filter returns abort
4999
5000         * src/common/plugin.[ch]
5001         * src/plugins/demo/demo.c
5002                 modify plugin loader, because resolving symbols for strings
5003                 does not work correctly
5004         
5005         * configure.in
5006         * ac/spamassassin.m4                            ** NEW **
5007         * src/plugins/spamassassin/.cvsignore           ** NEW **
5008         * src/plugins/spamassassin/Makefile.am          ** NEW **
5009         * src/plugins/spamassassin/README               ** NEW **
5010         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5011         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5012         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5013                 add spamassassin plugin, see src/plugins/spamassassin/README
5014                 for details
5015
5016 2002-12-29 [alfons]     0.8.8claws25
5017
5018         * src/mainwindow.c
5019                 when moving focus from a message view to the main 
5020                 window, don't forget to select the summary node
5021                 of the displayed message. should fix "[ 659103 ] 
5022                 focus-follows-mouse confuses sylpheed"
5023
5024 2002-12-29 [christoph]  0.8.8claws24
5025
5026         * src/Makefile.am
5027         * src/stringtable.[ch]          ** REMOVE **
5028         * src/common/Makefile.am
5029         * src/common/stringtable.[ch]   ** NEW **
5030                 move stringtable files to common directory
5031
5032 2002-12-29 [christoph]  0.8.8claws23
5033
5034         * src/Makefile.am
5035         * src/menu.[ch]                 ** REMOVE **
5036         * src/gtk/Makefile.am
5037         * src/gtk/menu.[ch]             ** NEW **
5038                 move menu files to gtk directory
5039
5040 2002-12-29 [match]      0.8.8claws22
5041
5042         * src/addressbook.c
5043         * src/syldap.c
5044                 moved UI specific code out of LDAP code into addressbook
5045                 UI code. fixed memory leak.
5046
5047 2002-12-29 [christoph]  0.8.8claws21
5048
5049         * src/folder.c
5050                 only check for IGNORED parent message when message is
5051                 not IGNORED itself
5052
5053 2002-12-29 [alfons]     0.8.8claws20
5054
5055         * src/summaryview.c
5056                 set gtksctree's anchor correct (immediate execute
5057                 changes the tree's layout, and anchor points at 
5058                 the incorrect row). fixes "[ 657233 ] multiple msg 
5059                 delete sometimes off by 1".
5060                 we probably have to look for more tree layout /
5061                 anchor glitches.
5062
5063 2002-12-29 [paul]       0.8.8claws19
5064
5065         * src/summaryview.c
5066                 fix bug [ 659054 ] incorrect sorting of 'From' column
5067                 when using 'display sender using address book'
5068                 thanks to Alfons and Luke Plant
5069
5070 2002-12-29 [christoph]  0.8.8claws18
5071
5072         * src/folder.c
5073         * src/procmsg.[ch]
5074                 check parent messages for IGNORE THREAD flag, when adding,
5075                 moving or copying messages to a folder
5076
5077 2002-12-27 [alfons]     0.8.8claws17
5078
5079         re-organize matcher part 5; more to come
5080
5081         * src/matcher.c
5082                 hash keywords in matchparser_tab 
5083
5084 2002-12-27 [alfons]     0.8.8claws16
5085
5086         re-organize matcher part 4; more to come
5087
5088         * src/matcher_parser.h
5089         * src/matcher_parser_lex.l
5090         * src/matcher_parser_parse.y
5091                 cleanup
5092
5093 2002-12-27 [alfons]     0.8.8claws15
5094
5095         re-organize matcher part 3; more to come
5096
5097         * src/matcher.[ch]
5098                 cleanup
5099
5100 2002-12-27 [alfons]     0.8.8claws14
5101
5102         re-organize matcher part 2; more to come but this should
5103         work. cc me if there are any regressions.
5104
5105         * src/matcher.h
5106                 add prototype for get_matchparser_tab_id()
5107         * src/matcher_parser_lex.l
5108                 look up keywords using matchparser_tab_id();
5109
5110 2002-12-27 [alfons]     0.8.8claws12
5111
5112         re-organize matcher part 1
5113
5114         * src/matcher.h
5115                 map yacc generated constants to sylpheed matcher constants
5116         * src/matcher.c
5117                 add function to find a matcher constant from a string
5118
5119 2002-12-27 [christoph]  0.8.8claws11
5120
5121         * src/compose.c
5122                 MENUITEM_ADD casts the 4th argument from integer to pointer
5123                 so it probably should not be a pointer, this means we
5124                 should use account id for it and not the account's pointer
5125
5126 2002-12-27 [paul]       0.8.8claws10
5127
5128         * src/mainwindow.c
5129                 remove unneeded 'GtkWidget *vbox'
5130                 
5131         * src/summaryview.c
5132                 further sync with 0.8.8 - make sort
5133                 by recipient work as expected
5134                 
5135         * NEWS
5136                 sync with 0.8.8
5137
5138 2002-12-27 [paul]       0.8.8claws9
5139
5140         * po/pt_BR.po
5141                 updated by Ivan F. Martinez
5142                 
5143 2002-12-27 [darko]      0.8.8claws8
5144
5145         * src/common/utils.c
5146                 added locked pattern to extended search
5147
5148 2002-12-27 [alfons]     0.8.8claws7
5149
5150         * src/prefs_matcher.[ch]
5151                 clean up
5152
5153 2002-12-26 [alfons]     0.8.8claws6
5154
5155         * src/matcher.[ch]
5156         * src/matcher_parser_lex.l
5157         * src/matcher_parser_parse.y
5158         * src/prefs_matcher.c
5159                 allow color label as a condition in the matcher
5160
5161 2002-12-26 [oliver]     0.8.8claws5
5162         
5163         * src/toolbar.c 
5164                 enable Addressbook for Main and Messageview
5165         * src/prefs_actions.c
5166                 enable actions in Messageview
5167
5168 2002-12-26 [christoph]  0.8.8claws4
5169
5170         * src/common/plugin.c
5171                 add a little debug output
5172         * configure.in
5173         * src/plugins/demo/Makefile.am
5174                 better use of automake
5175
5176 2002-12-26 [christoph]  0.8.8claws3
5177
5178         * src/Makefile.am
5179         * src/common/Makefile.am
5180                 fix "make distdir"
5181
5182 2002-12-26 [christoph]  0.8.8claws2
5183
5184         * configure.in
5185                 sort configure checks into common / gtk / plugins
5186         * po/POTFILES.in
5187                 add src/prefs_gtk.c
5188         * src/Makefile.am
5189                 add plugins SUBDIR
5190         * src/main.c
5191         * src/common/sylpheed.[ch]
5192                 added now sylpheed_done function for shutdown
5193         * src/common/Makefile.am
5194         * src/common/plugin.[ch]                ** NEW **
5195                 plugin loader and unloader
5196         * src/plugins/.cvsignore                ** NEW **
5197         * src/plugins/Makefile.am               ** NEW **
5198                 build plugins
5199         * src/plugins/demo/.cvsignore           ** NEW **
5200         * src/plugins/demo/Makefile.am          ** NEW **
5201         * src/plugins/demo/demo.c               ** NEW **
5202                 small demo plugin that installs a logtext hook and
5203                 outputs the log text to stdout
5204
5205 2002-12-26 [paul]       0.8.8claws1
5206
5207         * po/es.po
5208                 updated by Ricardo Mones Lastra
5209
5210 2002-12-26 [paul]       0.8.8claws
5211
5212         * 0.8.8claws released
5213
5214 2002-12-26 [paul]       0.8.7claws12
5215
5216         * po/bg.po
5217                 updated by George Danchev
5218
5219 2002-12-26 [paul]       0.8.7claws11
5220
5221         * po/POTFILES.in
5222                 remove unneeded 'src/prefs.c' entry 
5223
5224 2002-12-26 [paul]       0.8.7claws10
5225
5226         * src/codeconv.c
5227           src/mainwindow.c
5228                 sync with 0.8.8 release
5229         
5230         * src/folder.[ch]
5231           src/mh.c
5232           src/summaryview.c
5233                 partial sync with 0.8.8 release
5234         
5235
5236 2002-12-25 [alfons]     0.8.7claws9
5237
5238         * src/matcher.[ch]
5239         * src/matcher_parser_lex.l
5240         * src/matcher_parser_parse.y
5241         * src/prefs_matcher.c
5242                 add locked flag to possible filtering / matcher 
5243                 conditions (also a good example what should be
5244                 done to add a simple boolean condition)
5245
5246 2002-12-25 [christoph]  0.8.7claws8
5247
5248         * src/Makefile.am
5249         * src/account.[ch]
5250         * src/addrbook.c
5251         * src/addressbook.c
5252         * src/addrindex.c
5253         * src/filtering.c
5254         * src/folder.c
5255         * src/matcher.c
5256         * src/prefs.[ch]                ** REMOVE **
5257         * src/prefs_account.c
5258         * src/prefs_actions.c
5259         * src/prefs_common.c
5260         * src/prefs_customheader.c
5261         * src/prefs_display_header.c
5262         * src/prefs_filtering.c
5263         * src/prefs_folder_item.c
5264         * src/prefs_gtk.[ch]            ** NEW **
5265         * src/prefs_matcher.c
5266         * src/prefs_scoring.c
5267         * src/prefs_summary_column.c
5268         * src/procmime.c
5269         * src/selective_download.c
5270         * src/toolbar.c
5271         * src/common/Makefile.am
5272         * src/common/prefs.[ch]         ** NEW **
5273                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5274
5275 2002-12-24 [alfons]     0.8.7claws7
5276
5277         * src/summaryview.c
5278                 summary_thread_build(): fix real cause of the crash mentioned in
5279                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5280                 this way we get meaningful ctree nodes 
5281
5282 2002-12-24 [oliver]     0.8.7claws6
5283
5284         * src/mainwindow.[ch]
5285         * src/messageview.[ch]
5286         * src/compose.[ch]
5287         * src/inc.c
5288         * src/summaryview.c
5289                 changes to use updated toolbar handling
5290                 
5291 2002-12-24 [oliver]     0.8.7claws5
5292
5293         * src/toolbar.[ch]
5294                 generic toolbar handling
5295                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5296         * src/prefs_toolbar.[ch]
5297                 adjust to handling
5298         
5299 2002-12-24 [oliver]     0.8.7claws4
5300         
5301         * src/stock_pixmap.[ch]
5302                 move SYLPHEED_LOGO to end of list in order 
5303                 to remove it from Custom Toolbar`s Icon View
5304
5305 2002-12-24 [alfons]     0.8.7claws3
5306
5307         * src/summaryview.c
5308                 summary_thread_build(): fix crash because of focus != selection 
5309                 after threading. when deleting the selection, gtk tries but fails 
5310                 to find the correct focusable element. we now force the selection
5311                 to be focused. this should solve the infamous bug reported by 
5312                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5313                 a test case is available. 
5314
5315 2002-12-24 [darko]      0.8.7claws2
5316
5317         * src/summaryview.c
5318                 don't crash when unmarking message with unread children
5319
5320 2002-12-23 [christoph]  0.8.7claws1
5321
5322         * src/Makefile.am
5323         * src/common/Makefile.am
5324                 update Makefiles for moved intl.h, version.h and defs.h
5325         * src/imap.c
5326                 rewrite imap_session_get to avoid duplicate code
5327
5328 2002-12-23 [paul]       0.8.7claws
5329
5330         * Santa-Claws released
5331         
5332         * po/hu.po
5333           po/ru.po
5334                 squeeze in updated Hungarian and Russian translations.
5335                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5336
5337 2002-12-23 [paul]       0.8.6claws129
5338
5339         * po/pl.po
5340                 updated by Witold Wladyslaw Wojciech Wilk
5341
5342 2002-12-23 [paul]       0.8.6claws128
5343
5344         * src/quote_fmt_parse.y
5345                 fix typo and add licence header
5346
5347 2002-12-23 [paul]       0.8.6claws127
5348
5349         * po/en_GB.po
5350                 updated
5351
5352 2002-12-23 [paul]       0.8.6claws126
5353
5354         * po/it.po
5355                 updated translation, submitted by Alessandro Maestri
5356                 
5357 2002-12-23 [paul]       0.8.6claws125
5358
5359         * src/quote_fmt_parse.y
5360                 fix signature-stripping on replies bug. match
5361                 '-- \n' and not '-- '.
5362
5363 2002-12-22 [paul]       0.8.6claws124
5364
5365         * po/bg.po
5366           po/es.po
5367           po/sr.po
5368                 updated translations. submitted by George Danchev,
5369                 Ricardo Mones Lastra, and Urke MMI respectively
5370
5371 2002-12-21 [paul]       0.8.6claws123
5372
5373         * src/addrbook.c
5374                 fix coding style
5375
5376 2002-12-21 [paul]       0.8.6claws122
5377
5378         * src/addrbook.c
5379                 fix bug [643638] where if a person is in one or more
5380                 addressbook groups editing that person's email 
5381                 address results in removal from those groups.
5382                 Patch submitted by Luke Plant.
5383
5384 2002-12-20 [christoph]  0.8.6claws121
5385
5386         * src/common/utils.c
5387         * src/summaryview.c
5388                 reimplement expand_search_string using GString to
5389                 prevent crashs caused by miscalculated string
5390                 lengths reported by Paul
5391
5392 2002-12-20 [christoph]  0.8.6claws120
5393
5394         * src/summaryview.c
5395                 don't use "changed" to check if op_count has to be changed as it
5396                 is also set when the message has unread children
5397                 (closes bug [ 653221 ] crash while deleting duplicates)
5398
5399 2002-12-20 [paul]       0.8.6claws119
5400
5401         * sync with 0.8.6cvs27
5402                 see ChangeLog 2002-12-20
5403
5404 2002-12-20 [paul]       0.8.6claws118
5405
5406         * sync with 0.8.6cvs26
5407                 see ChangeLog 2002-12-19 and 2002-12-20
5408
5409 2002-12-19 [alfons]     0.8.6claws117
5410
5411         * src/textview.c
5412                 fix incorrect parsing of email addresses, submitted by 
5413                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5414                 name display if it contains @".
5415
5416 2002-12-18 [paul]       0.8.6claws116
5417
5418         * sync with 0.8.6cvs23
5419                 see ChangeLog 2002-12-18
5420
5421 2002-12-18 [paul]       0.8.6claws115
5422
5423         * src/Makefile.am
5424         * src/account.c
5425         * src/codeconv.c
5426         * src/gtkutils.[ch]
5427         * src/imap.c
5428                 sync with 0.8.6cvs22.
5429                 see ChangeLog 2002-12-17 and 2002-12-18
5430
5431 2002-12-17 [christoph]  0.8.6claws114
5432
5433         * src/imap.c
5434                 o don't create a session if imap greeting fails
5435                 o don't close socket when authentication fails
5436                   this is done by imap_session_destroy
5437
5438 2002-12-17 [thorsten]   0.8.6claws113
5439
5440         * tools/Makefile.am
5441           tools/README
5442           tools/google_msgid.pl ** NEW FILE **
5443                 Added "search for message-id" script and doc
5444
5445 2002-12-17 [thorsten]   0.8.6claws112
5446
5447         * po/hu.po
5448                 Updated hungarian translation
5449                 (updated by Gal Zoltan)
5450
5451 2002-12-16 [christoph]  0.8.6claws111
5452
5453         * src/addr_compl.c
5454                 remove stupid addressbook dump to debug output
5455         * src/mh.c
5456                 fix memory leak found by Hiro
5457
5458 2002-12-14 [paul]       0.8.6claws110
5459
5460         * src/compose.c
5461                 fix menubar sensitivity on send
5462                 
5463         * src/prefs_filtering.c
5464         * src/prefs_matcher.c
5465         * src/prefs_scoring.c
5466                 Fix english ;)
5467                 
5468         * src/common/quoted-printable.h
5469                 sync: fix typo
5470         
5471 2002-12-13 [christoph]  0.8.6claws109
5472
5473         * src/Makefile.am
5474         * src/manage_window.[ch]        ** REMOVE **
5475         * src/gtk/Makefile.am
5476         * src/gtk/manage_window.[ch]    ** NEW **
5477                 move manage_window files to gtk directory
5478
5479 2002-12-13 [christoph]  0.8.6claws108
5480
5481         * src/Makefile.am
5482         * src/gtkshruler.[ch]           ** REMOVE **
5483         * src/gtk/Makefile.am
5484         * src/gtk/gtkshruler.[ch]       ** NEW **
5485                 move gtkshruler files to gtk directory
5486
5487 2002-12-13 [christoph]  0.8.6claws107
5488
5489         * src/Makefile.am
5490         * src/compose.c
5491         * src/gtkstext.[ch]             ** REMOVE **
5492         * src/gtkutils.[ch]
5493         * src/textview.c
5494         * src/gtk/gtkstext.[ch]         ** NEW **
5495         * src/gtk/Makefile.am
5496                 o move stext functions to gtkstext.c to remove
5497                   dependency of gtkutils
5498                 o move gtkstext files to gtk directory
5499
5500         * src/gtk/Makefile.am
5501         * src/gtk/sslcertwindow.[ch]
5502                 UI stuff can always depend on common code so
5503                 it's ok to add ../common to include path
5504
5505 2002-12-13 [colin]      0.8.6claws106
5506
5507         * src/summaryview.c
5508                 Disconnect sighandlers for mainwindow when
5509                 quicksearch has the focus
5510                 Fix bug #653231
5511         * src/mainwindow.[ch]
5512                 Make key_pressed callback public, to be able
5513                 to disconnect it
5514
5515 2002-12-13 [christoph]  0.8.6claws105
5516
5517         * src/mh.c
5518                 create .mh_sequences file in new MH folders
5519                 (closes feature request [ 523162 ] MH folders should
5520                  get a .mh_sequences)
5521
5522 2002-12-13 [colin]      0.8.6claws104
5523
5524         * src/summaryview.c
5525                 Better handling of quicksearch show/hide
5526                 (basically the button stays under the mouse 
5527                  when toggled)
5528
5529 2002-12-13 [paul]       0.8.6claws103
5530
5531         * sync with 0.8.6cvs17
5532                 see ChangeLog 2002-12-13
5533
5534 2002-12-13 [paul]       0.8.6claws102
5535
5536         * po/es.po
5537                 updated by Ricardo Mones Lastra
5538
5539 2002-12-11 [colin]       0.8.6claws101
5540
5541         * src/folder.c
5542                 remove statusbar stuff
5543           src/folderview.c
5544                 set statusbar verbosity when moving folders
5545
5546 2002-12-11 [colin]       0.8.6claws100
5547         * src/prefs_filtering.c
5548         * src/prefs_matcher.c
5549         * src/prefs_scoring.c
5550                 Fix english ;)
5551
5552 2002-12-11 [colin]       0.8.6claws99
5553
5554         * src/prefs_common.[ch]
5555                 Add summary_quicksearch_type
5556         * src/summaryview.c
5557                 Save last used quicksearch type
5558
5559 2002-12-11 [jens]       0.8.6claws98
5560         * src/prefs_filtering.c
5561         * src/prefs_matcher.c
5562         * src/prefs_scoring.c
5563                 added dialog for incomplete rules in scoring, filtering and
5564                 matcher to ask wheather really close
5565
5566 2002-12-11 [colin]      0.8.6claws97
5567
5568         * src/folder.c
5569                 Fix folder dnd statusbar logging
5570
5571 2002-12-10 [christoph]  0.8.6claws96
5572
5573         * src/compose.c
5574         * src/folder.c
5575         * src/imap.c
5576         * src/inc.c
5577         * src/main.c
5578         * src/mainwindow.c
5579         * src/news.c
5580         * src/send.c
5581         * src/statusbar.[ch]
5582         * src/common/hooks.c
5583         * src/common/log.[ch]
5584                 o handle verbose logging in statusbar directly in statusbar code
5585                   and common code does not need any knowledge about a statusbar
5586                 o remove direct calls to statusbar_(puts|pop)_all functions
5587
5588 2002-12-10 [jens]       0.8.6claws95
5589
5590         * src/*.c
5591                 removed gettext from g_warnings
5592         * po/POTFILES.in
5593                 cleaned and updated
5594         * po/de.po
5595                 updated
5596
5597 2002-12-10 [colin]      0.8.6claws94
5598
5599         * src/main.c
5600                 finish crash dialog fix
5601
5602 2002-12-10 [colin]      0.8.6claws93
5603
5604         * src/main.c
5605                 "Fix" "sylpheed already running" instead of
5606                 crash dialog appearing after a crash
5607
5608 2002-12-10 [colin]      0.8.6claws92
5609
5610         * po/POTFILES.in
5611                 add src/gtk/sslcertwindow.c
5612
5613 2002-12-10 [paul]       0.8.6claws91
5614
5615         * po/POTFILES.in
5616                 updated to reflect recent changes
5617                 submitted by Alessandro Maestri
5618
5619 2002-12-09 [christoph]  0.8.6claws90
5620
5621         * src/Makefile.am
5622         * src/smtp.[ch]                 ** REMOVE **
5623         * src/common/Makefile.am
5624         * src/common/smtp.[ch]          ** NEW **
5625                 move smtp files to common directory
5626
5627 2002-12-09 [christoph]  0.8.6claws89
5628
5629         * src/Makefile.am
5630         * src/session.[ch]              ** REMOVE **
5631         * src/common/Makefile.am
5632         * src/common/session.[ch]       ** NEW **
5633                 move session files to common directory
5634
5635 2002-12-09 [paul]       0.8.6claws88
5636
5637         * src/account.c
5638                 fix bug [649746] edit accounts: move account reverted
5639                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5640
5641 2002-12-09 [colin]      0.8.6claws87
5642
5643         * src/ssl_certificate.c
5644                 cleanup
5645
5646 2002-12-09 [colin]      0.8.6claws86
5647
5648         * src/ssl.c
5649                 Try to open the cert.pem database and 
5650                 issue a warning if it isn't there
5651
5652 2002-12-09 [colin]      0.8.6claws85
5653
5654         * src/common/ssl_certificate.c
5655         * src/gtk/sslcertwindow.c
5656                 Warning fixes
5657
5658 2002-12-09 [colin]      0.8.6claws84
5659
5660         * src/ssl_certificate.[ch] ** REMOVED **
5661         * src/common/ssl_certificate.[ch] ** NEW **
5662         * src/Makefile.am
5663         * src/common/Makefile.am
5664                 Moved ssl_certificate.[ch] to common
5665         * src/common/ssl.c 
5666                 Put back needed include
5667         * src/gtk/sslcertwindow.[ch]
5668                 Changed ssl_certificate.h include
5669         
5670 2002-12-09 [colin]      0.8.6claws83
5671
5672         * src/gtk/sslcertwindow.[ch]
5673                 Implement hook for certificate acception
5674         * src/ssl_certificate.[ch]
5675                 Implement hook for certificate acception
5676         * src/common/ssl.c
5677                 Reenable certificate acception check
5678         * src/mainwindow.c
5679                 Register sslcertwindow's hook
5680         
5681 2002-12-08 [christoph]  0.8.6claws82
5682
5683         * src/about.c
5684         * src/addr_compl.c
5685         * src/codeconv.c
5686         * src/manual.c
5687         * src/undo.c
5688         * src/common/utils.c
5689                 o add missing includes
5690                 o fix warnings
5691         * src/.cvsignore
5692         * src/common/.cvsignore
5693         * src/common/version.h          ** REMOVE **
5694                 remove autogenerated file
5695
5696 2002-12-08 [paul]       0.8.6claws81
5697
5698         * src/stringtable.c
5699                 put back needed include
5700
5701 2002-12-08 [colin]      0.8.6claws80
5702         
5703         * src/gtk/sslcertwindow.c
5704                 Cleaner popups when asking
5705         * src/ssl_certificate.c
5706         * src/prefs_common.[ch]
5707                 remove ssl certificate pref
5708                 put back needed include
5709         * src/undo.c
5710                 put back needed include
5711
5712 2002-12-08 [christoph]  0.8.6claws79
5713
5714         * src/folderview.c
5715         * src/logwindow.c
5716         * src/statusbar.c
5717         * src/summaryview.c
5718                 only abort hook invokation if required data is missing not
5719                 if our own data pointer is NULL, update hookfunction for
5720                 log window
5721
5722 2002-12-08 [paul]       0.8.6claws78
5723
5724         * src/about.c
5725         * src/addrcache.c
5726         * src/addrclip.c
5727         * src/addr_compl.c
5728         * src/addrselect.c
5729         * src/codeconv.c
5730         * src/colorlabel.c
5731         * src/enriched.c
5732         * src/esmtp.c
5733         * src/exporthtml.c
5734         * src/headerview.c
5735         * src/imageview.c
5736         * src/manual.c
5737         * src/noticeview.c
5738         * src/pgptext.c
5739         * src/scoring.c
5740         * src/sourcewindow.c
5741         * src/stringtable.c
5742         * src/undo.c
5743                 clean up: remove unneccesary includes
5744
5745 2002-12-08 [christoph]  0.8.6claws77
5746
5747         * src/folderview.c
5748         * src/statusbar.c
5749         * src/summaryview.c
5750         * src/common/hooks.[ch]
5751                 hook functions now have a gboolean return value, if a hook
5752                 returns TRUE it will stop executing of any more hooks in
5753                 the same hooklist for this invokation
5754
5755 2002-12-08 [colin]      0.8.6claws76
5756         
5757         * src/main.c
5758                 put back argv0 for CRASH_DIALOG
5759
5760 2002-12-08 [christoph]  0.8.6claws75
5761
5762         * src/Makefile.am
5763         * src/about.c
5764         * src/account.c
5765         * src/crash.c
5766         * src/esmtp.h
5767         * src/imap.[ch]
5768         * src/inc.c
5769         * src/main.c
5770         * src/mainwindow.c
5771         * src/news.c
5772         * src/pop.[ch]
5773         * src/prefs_account.[ch]
5774         * src/prefs_common.[ch]
5775         * src/send.[ch]
5776         * src/smtp.[ch]
5777         * src/ssl_certificate.[ch]
5778         * src/ssl_manager.[ch]
5779         * src/common/Makefile.am
5780         * src/common/log.c
5781         * src/common/nntp.[ch]
5782         * src/common/socket.[ch]
5783         * src/common/ssl.[ch]
5784         * src/gtk/sslcertwindow.[ch]
5785         * ac/openssl.m4
5786                 use new autoconf script to detect OpenSSL with extra parameters
5787                 to specify the location of libs and includes, also remove USE_SSL
5788                 to USE_OPENSSL
5789
5790         * src/common/sylpheed.[ch]
5791         * src/common/version.h.in
5792                 start seperation of common code initialization seperated from gui
5793
5794         * src/summaryview.c
5795                 The function that is called when a color label changes
5796                 should not change the color lable again
5797
5798 2002-12-08 [colin]      0.8.6claws74
5799
5800         * src/gtk/sslcertwindow.c
5801                 warning fixes
5802
5803 2002-12-08 [colin]      0.8.6claws73
5804
5805         * src/statusbar.c
5806           src/common/log.h
5807                 Register a hook for statusbar_puts_all
5808         * src/common/log.c
5809                 invoke statusbar_puts_all's hook
5810         
5811 2002-12-08 [colin]      0.8.6claws72
5812
5813         * src/ssl_certificate.c
5814                 Put back a badly-removed include
5815
5816 2002-12-08 [colin]      0.8.6claws71
5817
5818         * src/gtk/sslcertwindow.[ch]    ** NEW **
5819                 new certificate presentation
5820         * src/gtk/Makefile.am
5821                 add new files
5822         * src/ssl_certificate.[ch]
5823                 gtk cleanup, made utility functions public
5824         * src/ssl_manager.c
5825                 use new cert presentation
5826
5827 2002-12-07 [christoph]  0.8.6claws70
5828
5829         * src/Makefile.am
5830         * src/nntp.[ch]                 ** REMOVE **
5831         * src/common/Makefile.am
5832         * src/common/nntp.[ch]          ** NEW **
5833                 move nntp files to common directory
5834
5835 2002-12-07 [christoph]  0.8.6claws69
5836
5837         * src/procmsg.[ch]
5838         * src/summaryview.c
5839                 implement msginfo update callback using sylpheed's new
5840                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5841
5842 2002-12-06 [christoph]  0.8.6claws68
5843
5844         * src/editgroup.c
5845                 This patch changes the 'Edit Group Details' dialog to
5846                 allow extended selections in either pane, so that
5847                 addresses can be added or removed from a group more
5848                 quickly and easily. (it actually is a net decrease in
5849                 file size, as some unnecessary functions have been
5850                 removed). 
5851                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5852
5853 2002-12-06 [christoph]  0.8.6claws67
5854
5855         * src/Makefile.am
5856         * src/template.[ch]             ** REMOVE **
5857         * src/common/Makefile.am
5858         * src/common/template.[ch]      ** NEW **
5859                 move template files to common directory
5860
5861         * src/nntp.c
5862                 add missing log.h include
5863
5864 2002-12-06 [melvin]     0.8.6claws66
5865
5866         * src/prefs_actions.c
5867                 Added the trailing ">" syntax to insert command's output
5868                 without replacing old text (in contrast to trailing "|").
5869
5870 2002-12-05 [colin]      0.8.6claws65
5871         
5872         * src/common/utils.c
5873                 Don't modify original search_string or it'll change
5874                 the next iterations in the for()
5875
5876 2002-12-05 [darko]      0.8.6claws64
5877
5878         * src/common/utils.c
5879                 proper check for filtering commands, found by Colin
5880
5881 2002-12-05 [darko]      0.8.6claws63
5882
5883         * src/common/utils.c
5884                 check proper string for NULL pointer, found by Colin
5885
5886 2002-12-05 [darko]      0.8.6claws62
5887
5888         * src/common/utils.[ch]
5889                 expand_search_string(): new function
5890                 converts Mutt-like patterns to Sylpheed's
5891                 filtering engine
5892         * src/summaryview.c
5893                 use expand_search_string() to allow Mutt-like
5894                 patterns in extended search
5895         * README.claws
5896                 document extended option in quick search
5897
5898 2002-12-05 [paul]       0.8.6claws61
5899
5900         * sync with 0.8.6cvs16
5901                 see ChangeLog 2002-12-05
5902                 
5903         * po/POTFILES.in
5904                 clean up
5905
5906 2002-12-04 [christoph]  0.8.6claws60
5907
5908         * src/imap.[ch]
5909                 put imap authentication code into a new function and
5910                 remove it from imap_session_new that will allow to
5911                 send other commands before authentication
5912
5913 2002-12-04 [christoph]  0.8.6claws59
5914
5915         * src/imap.[ch]
5916                 use already existing method to prevent unneeded IMAP
5917                 folder selects. Set imap_select parameters to NULL
5918                 in some functions if the values are not required.
5919
5920         * src/xml.h
5921                 remove no longer required include
5922
5923 2002-12-04 [paul]       0.8.6claws58
5924
5925         * po/es.po
5926                 updated by Ricardo Mones Lastra
5927                 
5928         * configure.in
5929           po/hu.po      ** NEW FILE **
5930                 initial Hungarian translation, submitted
5931                 by Gál Zoltán <galzoli@hu.inter.net>
5932
5933 2002-12-03 [christoph]  0.8.6claws57
5934
5935         * src/Makefile.am
5936         * src/gtksctree.[ch]            ** REMOVE **
5937         * src/gtk/Makefile.am
5938         * src/gtk/gtksctree.[ch]        ** NEW **
5939                 move gtksctree files to gtk directory
5940
5941 2002-12-03 [christoph]  0.8.6claws56
5942
5943         * src/Makefile.am
5944         * src/md5.[ch]                  ** REMOVE **
5945         * srm/common/Makefile.am
5946         * src/common/md5.[ch]           ** NEW **
5947                 move md5 files to common directory
5948
5949         * src/gtkstext.c
5950                 remove not required #include
5951
5952 2002-12-03 [sergey]     0.8.6claws55
5953
5954         * src/gtkutils.c
5955         * src/gtkutils.h
5956                 gtkut_window_popup(): new function.
5957         * src/mainwindow.c
5958                 main_window_popup(): use gtkut_window_popup() to raise
5959                 window without changing its position.
5960                 (see sylpheed-main ML message [sylpheed:17247])
5961
5962 2002-12-03 [sergey]     0.8.6claws54
5963
5964         * src/send.c
5965                 send_message_local(): removed first-dot escaping
5966                 (SMTP-only, not needed for sending through pipe)
5967
5968 2002-12-03 [paul]       0.8.6claws53
5969
5970         * po/POTFILES.in
5971                 update to reflect recent changes (thanks
5972                 to Ricardo Mones Lastra)
5973                 
5974         * tools/filter_conv.pl
5975                  fix problem with quoted strings. Patch submitted
5976                  by Luke Plant <lukeplant@softhome.net>
5977
5978 2002-12-03 [paul]       0.8.6claws52
5979
5980         * sync with 0.8.6cvs15
5981                 see ChangeLog 2002-12-03
5982
5983 2002-12-02 [christoph]  0.8.6claws51
5984
5985         * src/logwindow.[ch]
5986         * src/common/log.[ch]
5987                 implement logging using a hook function
5988
5989         * src/folderview.c
5990         * src/folder.[ch]
5991                 define hooklist name in header file to avoid
5992                 errors caused by wrong spelling of hooklist names
5993
5994         * src/toolbar.c
5995                 fix warnings
5996
5997 2002-12-02 [christoph]  0.8.6claws50
5998
5999         * src/common/Makefile.am
6000                 add src/common/hooks.[ch]
6001
6002         * src/common/hooks.[ch]
6003                 implement a simple hook system using glib's hook functions
6004
6005         * src/folder.[ch]
6006         * src/folderview.c
6007                 use new hook system for folder item updates
6008
6009 2002-12-02 [christoph]  0.8.6claws49
6010
6011         * doc-src/ui_seperation.txt     ** NEW **
6012                 information for ui seperation
6013
6014         * src/Makefile.am
6015                 remove files that were moved to common
6016                 include common directory by default for the header files
6017
6018         * src/inc.c
6019         * src/common/socket.c
6020         * src/automaton.[ch]
6021                 implement automaton using g_io_*-functions instead of
6022                 gdk_input_add to make it ui independent
6023
6024         * src/codeconv.c
6025         * src/compose.c
6026         * src/ldif.c
6027         * src/pgptext.c
6028         * src/procmime.c
6029         * src/rfc2015.c
6030         * src/smtp.c
6031         * src/unmime.c
6032                 remove common/ prefix because directory is now in
6033                 include path
6034
6035         * src/compose.c
6036         * src/folder.c
6037         * src/folderview.c
6038         * src/mainwindow.c
6039         * src/messageview.c
6040         * src/prefs_common.c
6041         * src/procmsg.c
6042         * src/rfc2015.c
6043                 fix warnings
6044
6045         * src/imap.c
6046         * src/inc.c
6047         * src/news.c
6048         * src/pop.c
6049         * src/send.c
6050         * src/smtp.c
6051         * src/ssl_certificate.c
6052                 add log.h header file for logging functions
6053
6054         * src/main.c
6055         * src/common/utils.c
6056         * src/summaryview.c
6057         * src/xml.c
6058                 o move debug_mode to common/utils.c
6059                 o add functions to set and get debug_mode
6060
6061         * src/defs.h                    ** REMOVE **
6062         * src/intl.h                    ** REMOVE **
6063         * src/socket.[ch]               ** REMOVE **
6064         * src/ssl.[ch]                  ** REMOVE **
6065         * src/utils.[ch]                ** REMOVE **
6066                 replaced by new files in src/common/
6067         
6068         * src/common/Makefile.am
6069                 add new files in src/common/
6070
6071         * src/common/defs.h             ** NEW **
6072         * src/common/intl.h             ** NEW **
6073         * src/common/log.[ch]           ** NEW **
6074         * src/common/socket.[ch]        ** NEW **
6075         * src/common/ssl.[ch]           ** NEW **
6076         * src/common/utils.[ch]         ** NEW **
6077                 replacement for files in src/
6078
6079 2002-12-02 [colin]      0.8.6claws48
6080
6081         * src/folderview.c
6082                 Scroll folderview if necessary during dnd
6083
6084 2002-12-02 [colin]      0.8.6claws47
6085
6086         * src/folder.[ch]
6087                 Add check to verify a move is within a single mailbox
6088         * src/folderview.c
6089                 Add specific error string for this check
6090
6091 2002-12-02 [colin]      0.8.6claws46
6092
6093         * src/folder.c
6094                 Add a test to folder moving, remove a statusbar_print
6095         * src/folderview.c
6096                 Add Move folder... context-menu item
6097                 Factorize folder moving code
6098                 Enable folder DND for mbox
6099
6100 2002-12-01 [christoph]  0.8.6claws45
6101
6102         * ac/aspell.m4
6103                 remove conf.aspelltest if the version check fails
6104
6105 2002-11-30 [christoph]  0.8.6claws44
6106
6107         * autogen.sh
6108                 run libtoolize --force in autogen to create missing
6109                 libtool scripts
6110
6111 2002-11-30 [christoph]  0.8.6claws43
6112
6113         * src/Makefile.am
6114         * src/pgptext.c
6115         * src/procmime.c
6116         * src/rfc2015.c
6117         * src/uuencode.[ch]             ** REMOVED **
6118         * src/common/Makefile.am
6119         * src/common/uuencode.[ch]      ** NEW **
6120                 move uuen/decoder to common directory
6121
6122 2002-11-30 [christoph]  0.8.6claws42
6123
6124         * src/Makefile.am
6125         * src/base64.[ch]               ** REMOVED **
6126         * src/codeconv.c
6127         * src/compose.c
6128         * src/ldif.c
6129         * src/pgptext.c
6130         * src/procmime.c
6131         * src/rfc2015.c
6132         * src/smtp.c
6133         * src/unmime.c
6134         * src/common/Makefile.am
6135         * src/common/base64.[ch]        ** NEW **
6136                 move base64 en/decoder to common directory
6137
6138 2002-11-30 [christoph]  0.8.6claws41
6139
6140         * src/common                    ** NEW **
6141                 new directory for UI independent code
6142         * src/gtk                       ** NEW **
6143                 new directory for GTK frontend
6144         * src/common/.cvsignore         ** NEW **
6145         * src/gtk/.cvsignore            ** NEW **
6146                 ignore build files
6147         * src/common/Makefile.am        ** NEW **
6148         * src/gtk/Makefile.am           ** NEW **
6149                 automake files to build new seperated stuff
6150         * src/Makefile.am
6151                 the binary will currently still be build with the
6152                 files in src, so we include the code from the
6153                 subdirs for now after building the libs there
6154
6155 2002-11-30 [paul]       0.8.6claws40
6156
6157         * src/compose.c
6158                 fix bug [642731] 'Wrong selected account with drafted mail'
6159
6160 2002-11-29 [oliver]     0.8.6claws39
6161         
6162         * src/messageview.c
6163                 o update summaryview when switching between different
6164                   messageviews          
6165         * src/toolbar.c  
6166                 o check if messageview holds already removed msg
6167                   from summaryview
6168                 
6169
6170 2002-11-29 [oliver]     0.8.6claws38
6171
6172         * src/toolbar.c 
6173                 remove not needed variables and includes
6174                 make messageview stay opened and move to next when msgs are deleted 
6175
6176 2002-11-29 [oliver]     0.8.6claws37
6177         
6178         * src/toolbar.c 
6179                 disable compose button (messageview toolbar) by default
6180                 deleted msgs are moved to trash
6181         
6182 2002-11-29 [melvin]     0.8.6claws36
6183
6184         * configure.in
6185                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6186                 and to detect signatures expirations (gpgme 0.3.6)
6187
6188         * src/main.c
6189                 Use non obsolescent function for Gpgme engine checking.
6190
6191         * src/rfc2015.c
6192                 Inform about expired signatures or signatures which key
6193                 has expired. Expiration date is displayed.
6194
6195         * src/sigstatus.c
6196                 Inform about expired signatures or signatures which key
6197                 has expired.
6198
6199 2002-11-28 [paul]       0.8.6claws35
6200
6201         * src/folderview.c
6202                 re-instate 'Check for new messages' in Newsgroup
6203                 folders right-click menu, after a suggestion from
6204                 Tim Mann <timmann@users.sourceforge.net>
6205
6206         * src/main.c
6207                 after a crash check only local folders for new
6208                 messages
6209
6210 2002-11-28 [paul]       0.8.6claws34
6211
6212         * configure.in
6213                 apply patch that fixes the checking of GTK with XIM 
6214                 support on different OSs, such as FreeBSD. Patch 
6215                 submitted by Topia <topia@users.sourceforge.net>
6216                 
6217 2002-11-28 [paul]       0.8.6claws33
6218
6219         * src/mainwindow.c
6220           src/prefs_common.c
6221           src/prefs_toolbar.c
6222                 more changes to the English
6223
6224 2002-11-28 [paul]       0.8.6claws32
6225
6226         * sync with 0.8.6cvs13
6227                 see ChangeLog 2002-11-28 (no sync needed
6228                 for src/compose.c)
6229
6230 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6231         
6232         * src/mainwindow.[ch]
6233                 add patch by Ivan F. Martinez introducing messageview Toolbar
6234                 some changes and committed by oliver    
6235
6236 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6237
6238         * src/messageview.[ch]
6239                 add patch by Ivan F. Martinez introducing messageview Toolbar
6240                 some changes and committed by oliver    
6241
6242 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6243
6244         * src/compose.[ch]
6245                 add patch by Ivan F. Martinez introducing messageview Toolbar
6246                 some changes and committed by oliver    
6247
6248 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6249         
6250         * src/toolbar.[ch]
6251                 add patch by Ivan F. Martinez introducing messageview Toolbar
6252                 some changes and committed by oliver
6253
6254 2002-11-28 [oliver]     0.8.6claws27
6255         
6256         * src/prefs_toolbar.[ch]
6257                 getting ready for messageview toolbar
6258                 free mem allocated by gettext
6259                 change prefs_toolbar to prefs_toolbar_open
6260  
6261 2002-11-28 [thorsten]   0.8.6claws26
6262
6263         * src/imageview.[ch]
6264                 cleaned up conflicting declarations of
6265                 imageview_show_image()
6266
6267 2002-11-28 [paul]       0.8.6claws25
6268
6269         * src/grouplistdialog.c
6270           src/prefs_common.c
6271           src/prefs_summary_column.c
6272                 a few more improvements to the English
6273
6274 2002-11-28 [colin]      0.8.6claws24
6275
6276         * man/sylpheed.1
6277                 A few updates to command-line parameters
6278
6279 2002-11-28 [colin]      0.8.6claws23
6280
6281         * src/prefs_filtering.c
6282                 Fix problems with prefs_filtering_delete_path:
6283                 a) if the first rule is removed, original pointers
6284                    weren't updated (leading to segfaults)
6285                 b) it was always global_processing updated in case
6286                    of removed path was parent of rule path
6287
6288 2002-11-27 [paul]       0.8.6claws22
6289
6290         * src/mainwindow.c
6291           src/prefs_account.c
6292           src/prefs_actions.c
6293           src/prefs_common.c
6294           src/prefs_customheader.c
6295           src/prefs_display_header.c
6296           src/prefs_filtering.c
6297           src/prefs_folder_item.c
6298           src/prefs_matcher.c
6299           src/prefs_scoring.c
6300           src/prefs_summary_column.c
6301           src/prefs_template.c
6302           src/prefs_toolbar.c
6303                  improve the English in the GUI
6304
6305 2002-11-27 [colin]      0.8.6claws21
6306
6307         * src/folder.c
6308                 Fix processing renaming problems happening after
6309                 last commit
6310
6311 2002-11-27 [colin]      0.8.6claws20
6312
6313         * src/folder.c
6314                 recursive move now deletes src each subfolder after 
6315                 having moved it
6316         * src/folderview.c
6317                 Use identifier instead of path during dnd (enables
6318                 IMAP folder dnd)
6319
6320 2002-11-27 [paul]       0.8.6claws19
6321
6322         * src/main.c
6323                 apply patch that does command-line processing 
6324                 BEFORE gtk_init, allowing claws to run from 
6325                 shell-scripts in non-X environment (e.g. crontab 
6326                 or ip-up, ip-down scripts). Patch submitted by
6327                 Ruslan N. Balkin <baron@dartel.ru>
6328                 
6329         * po/it.po
6330                 updated by Alessandro Maestri
6331
6332 2002-11-27 [paul]       0.8.6claws18
6333
6334         * sync with 0.8.6cvs12
6335           src/prefs_common.c
6336                 Differences are that main uses a 'Receive dialog'
6337                 frame on the Interface tab, whereas claws groups all 
6338                 the dialogs together in a 'Dialogs' frame.
6339
6340 2002-11-27 [colin]      0.8.6claws17
6341
6342         * src/prefs_matcher.c
6343                 Fix Execute criteria's NOT flag
6344
6345
6346 2002-11-26 [christoph]  0.8.6claws16
6347
6348         * src/ssl.c
6349                 rewrite the ssl code a little bit, only use one
6350                 SSL context, set default certificates' file/path
6351
6352 2002-11-26 [thorsten]   0.8.6claws15
6353
6354         * src/compose.c
6355                 default-reply-to didn't work for ml-reply
6356
6357 2002-11-26 [melvin]     0.8.6claws14
6358
6359         * src/prefs_actions.c
6360                 Made pipe-actions ignore short headers in message view
6361                 Made trailing-pipe-actions write in the message view with
6362                 the same font as the original message
6363
6364 2002-11-26 [paul]       0.8.6claws13
6365
6366         * src/compose.c
6367                 this time commit the correct file
6368
6369 2002-11-26 [paul]       0.8.6claws12
6370
6371         * sync with 0.8.6cvs11
6372           src/quote_fmt_parse.y  
6373                 no sync needed
6374           src/account.[ch]       
6375                 not sync'ed
6376           src/compose.c
6377                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6378                 on draft mode.
6379                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6380                 header
6381                 
6382         see ChangeLog 2002-11-25 and 2002-11-26
6383
6384 2002-11-26 [colin]      0.8.6claws11
6385
6386         * src/folderview.c
6387                 Fix collapsed folder not auto-expanding during
6388                 mail dnd, if it was the source folder.
6389
6390 2002-11-25 [colin]      0.8.6claws10
6391
6392         * src/folderview.[ch]
6393                 Variable renaming and cleaning (slist of nodes 
6394                 to be re-collapsed is stored in FolderView)
6395
6396 2002-11-25 [paul]       0.8.6claws9
6397
6398         * src/prefs_common.[ch]
6399                 fix breakage caused by last commit
6400
6401 2002-11-25 [paul]       0.8.6claws8
6402
6403         * sync with 0.8.6cvs4
6404                 see ChangeLog 2002-11-21
6405
6406 2002-11-25 [paul]       0.8.6claws7
6407
6408         * sync with 0.8.6cvs4
6409                 see ChangeLog 2002-11-20
6410
6411 2002-11-25 [paul]       0.8.6claws6
6412
6413         * sync with 0.8.6cvs3
6414                 see ChangeLog 2002-11-18
6415
6416 2002-11-25 [colin]      0.8.6claws5
6417
6418         * src/gtkutils.[ch]
6419                 Add gtkut_ctree_node_is_parent()
6420         * src/folderview.c
6421                 Spring-loaded folders
6422
6423 2002-11-25 [colin]      0.8.6claws4
6424
6425         * src/utils.[ch]
6426                 Add slist_concat_unique(), function to merge
6427                 two GSList filtering dups
6428         * src/folder.[ch]
6429         * src/summaryview.[ch]
6430         * src/folderview.c
6431         * src/main.c
6432                 Add detection/update/display of unread answers
6433                 to marked mails
6434         * src/procmsg.[ch]
6435                 Add procmsg_find_children()
6436                 Add procmsg_msg_has_marked_parent()
6437
6438 2002-11-25 [colin]      0.8.6claws3
6439
6440         * src/ssl_certificate.[ch]
6441                 Allow checking a certificate without a DNS
6442                 lookup
6443                 Allow to forget a cert (by deleting it)
6444                 Make ssl_certificate_destroy_public
6445         * src/ssl_manager.[ch] ** NEW FILES **
6446                 Gui to manage (display/remove) certificates
6447         * src/prefs_common.[ch]
6448                 Add a pref to allow silent acceptation of
6449                 trusted certificates or not (based on the
6450                 "I want to know what's going on" principle)
6451         * src/mainwindow.c
6452                 Add SSL manager in Tools menu
6453         * src/Makefile.am
6454                 Add the new files to the build
6455         * po/POTFILES.in
6456                 Add ssl_manager.c to translations
6457
6458 2002-11-25 [colin]      0.8.6claws2
6459
6460         * src/summaryview.[ch]
6461                 Add S_SEARCH_EXTENDED to the quick search, which 
6462                 allows to search using filtering syntax.
6463
6464 2002-11-25 [colin]      0.8.6claws1
6465
6466         * src/summaryview.c
6467                 Deletion of duplicates now prefer deleting
6468                 the unread dup (fixes feature-request 638989).
6469
6470 2002-11-24 [paul]       0.8.6claws
6471
6472         * po/es.po
6473           po/pl.po
6474           po/ru.po
6475           po/sr.po
6476                 updated by Ricardo Mones Lastra,
6477                 Witold Wladyslaw Wojciech Wilk,
6478                 Ruslan N. Balkin, and  Urke MMI 
6479                 respectively
6480
6481 2002-11-24 [paul]       0.8.5claws182
6482
6483         * po/bg.po
6484                 updated by George Danchev
6485
6486 2002-11-23 [alfons]     0.8.5claws181
6487
6488         * src/imap.c
6489                 tiny memory leak found by browsing Dimitar's 
6490                 valgrind report
6491
6492 2002-11-23 [paul]       0.8.5claws180
6493
6494         * po/it.po
6495                 updated by Alessandro Maestri
6496
6497 2002-11-22 [christoph]  0.8.5claws179
6498
6499         * src/compose.c
6500         * src/inc.c
6501         * src/prefs_filtering.c
6502         * src/summaryview.c
6503                 more warning fixes
6504
6505 2002-11-22 [alfons]     0.8.5claws178
6506
6507         * src/summaryview.c
6508                 summary_execute_delete_func(): if message is deleted, make 
6509                 sure to also remove its entry in the subject hash table. 
6510                 fixes a corner case bug.
6511
6512 2002-11-22 [paul]       0.8.5claws177
6513
6514         * .cvsignore
6515                 add 'autom4te.cache'
6516                 
6517         * ltconfig      ** REMOVED **
6518                 not needed
6519
6520 2002-11-22 [paul]       0.8.5claws176
6521
6522         * src/textview.c
6523                 textview_set_font(): fix for message display in
6524                 UTF-8 locales (thanks to Sergey Vlasov).
6525                 
6526         * AUTHORS
6527                 add new team members and contributors
6528
6529
6530 2002-11-21 [colin]      0.8.5claws175
6531
6532         * src/procmsg.[ch]
6533                 Add procmsg_remove_special_headers()
6534         * src/mh.c
6535                 Use procmsg_remove_special_headers() for 
6536                 previous fix
6537
6538 2002-11-21 [colin]      0.8.5claws174
6539
6540         * src/mh.c
6541                 Fix moving/copying from queue/draft folders
6542                 for MH folders
6543
6544 2002-11-21 [christoph]  0.8.5claws173
6545
6546         * src/crash.c
6547         * src/filtering.c
6548         * src/logwindow.c
6549         * src/main.c
6550         * src/matcher_parser_lex.[hl]
6551         * src/mbox.c
6552         * src/mbox_folder.[ch]
6553         * src/prefs_filtering.c
6554         * src/procheader.c
6555         * src/quote_fmt_lex.l
6556         * src/ssl.c
6557                 fix all warnings except the warnings in lex and yacc files
6558
6559 2002-11-20 [christoph]  0.8.5claws172
6560
6561         * src/imap.c
6562                 fix MsgInfo retrieval for IMAP draft and queue folders
6563                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6564
6565 2002-11-19 [christoph]  0.8.5claws171
6566
6567         * src/compose.c
6568                 fix segfault, when draft saving does not get
6569                 the MsgInfo of the new message
6570                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6571
6572 2002-11-19 [christoph]  0.8.5claws170
6573
6574         * src/procmsg.c
6575                 add parameter check for flag setting function
6576                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6577
6578 2002-11-18 [paul]       0.8.5claws169
6579
6580         * src/compose.c
6581                 more sensitivity fixes to redirect mode:
6582                 * disable toolbar draft button
6583                 * allow only Address book in the Tools menu
6584                 * disable editing of message by the spell
6585                   checker
6586
6587 2002-11-18 [paul]       0.8.5claws168
6588
6589         * src/compose.c
6590                 fix sensitivity of menu items in compose_redirect():
6591                 allow only the necessary items 
6592
6593 2002-11-18 [paul]       0.8.5claws167
6594
6595         * src/compose.c
6596                 fix bug [ 603259 ] 'attachment got lost on bounce'
6597
6598 2002-11-18 [paul]       0.8.5claws166
6599
6600         * po/ru.po
6601                 updated by Ruslan N. Balkin <baron@dartel.ru>
6602
6603 2002-11-18 [colin]      0.8.5claws165
6604
6605         * src/main.c
6606           src/defs.h
6607                 Remove old filtering stuff
6608
6609
6610 2002-11-17 [oliver]     0.8.5claws164
6611
6612         * src/toolbar.h
6613                 remove not needed typedef 
6614
6615 2002-11-17 [oliver]     0.8.5claws163
6616
6617         * src/toolbar.c
6618                 make toolbar's on click events translatable
6619
6620 2002-11-15 [colin]      0.8.5claws162
6621
6622         * src/summaryview.c
6623                 Revert too-soon integration of a feature
6624
6625 2002-11-15 [christoph]  0.8.5claws161
6626
6627         * src/imap.c
6628                 use main's implementation of imap_get_msginfo
6629
6630 2002-11-15 [christoph]  0.8.5claws160
6631
6632         * src/compose.c
6633         * src/folder.[ch]
6634         * src/imap.c
6635         * src/mbox_folder.c
6636         * src/mh.c
6637         * src/news.c
6638         * src/procmsg.c
6639         * src/summaryview.c
6640                 replace claws' fetch_msginfo with main's get_msginfo
6641                 (use main's implementation where possible)
6642
6643 2002-11-15 [colin]      0.8.5claws159
6644
6645         * src/ssl_certificate.c
6646                 Missed a check
6647
6648 2002-11-16 [melvin]     0.8.5claws158
6649
6650         * po/fr.po
6651                 Updated French translations.
6652
6653 2002-11-16 [colin]      0.8.5claws157
6654
6655         * src/ssl_certificate.c
6656                 Check for missing parts in the certificates
6657
6658 2002-11-15 [colin]      0.8.5claws156
6659
6660         * src/folderview.c
6661                 Preventive fix (missing check) found by
6662                 Alfons
6663
6664 2002-11-15 [paul]
6665
6666         * NEWS
6667                 sync with 0.8.6 release
6668
6669 2002-11-15 [colin]      0.8.5claws155
6670
6671         * src/folder.[ch]
6672           src/folderview.c
6673                 Fix error handling of folder_item_move_to()
6674                 (thanks to Alfons!)
6675
6676 2002-11-15 [colin]      0.8.5claws154
6677
6678         * src/folder.[ch]
6679           src/folderview.c
6680                 folder_item_move_to() sets an error message instead
6681                 of having GUI stuff in folder.c
6682
6683 2002-11-15 [colin]      0.8.5claws153
6684
6685         * src/procmsg.[ch]
6686                 Implemented a callback for MsgInfo updates, 
6687                 heavily copy/pasted from Christoph's folder 
6688                 callback system
6689         * src/summaryview.[ch]
6690                 Register summary_update_msg as callback
6691
6692 2002-11-14 [colin]      0.8.5claws152
6693         
6694         * src/procmsg.c
6695                 Update the FolderItem after sending (fixes 617593)
6696
6697 2002-11-14 [christoph]  0.8.5claws151
6698
6699         * src/folder.c
6700                 fix wrong position of NULL pointer check found
6701                 by Sergey
6702
6703 2002-11-14 [christoph]  0.8.5claws150
6704
6705         * src/folder.c
6706                 fix segfault when deleting messages from IMAP folders
6707                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6708
6709 2002-11-14 [colin]      0.8.5claws149
6710
6711         * src/compose.c
6712                 Forwarding was also ignoring the folder's default account.
6713
6714 2002-11-14 [colin]      0.8.5claws148
6715
6716         * src/compose.c
6717                 Fix sent folder not set to folder properties when 
6718                 forwarding.
6719
6720 2002-11-14 [thorsten]   0.8.5claws147
6721
6722         * src/inc.c
6723                 inc_start(): Files were not moved from .processing to inbox,
6724                 if no global processing rule existed
6725
6726 2002-11-14 [colin]      0.8.5claws146
6727
6728         * src/ssl_certificate
6729                 Fix file operations
6730
6731 2002-11-14 [paul]       0.8.5claws145
6732
6733         * po/it.po
6734                 updated by Alessandro Maestri
6735
6736 2002-11-13 [alfons]     0.8.5claws144
6737
6738         * src/folder.c
6739                 folder_item_close(): only mark messages unread
6740                 when a folder has new messages 
6741
6742 2002-11-13 [keith]      0.8.5claws143
6743
6744         * src/imap.c
6745                 Fix problem moving or copying between
6746                 IMAP folders
6747
6748 2002-11-13 [colin]      0.8.5claws142
6749
6750         * src/matcher_parser_parse.y
6751                 Fix rule problem when " don't match
6752
6753 2002-11-13 [christoph]  0.8.5claws141
6754
6755         * src/folder.c
6756         * src/folderview.c
6757                 moved cache saving to folder_item_close
6758                 the folderview should not have to deal with
6759                 this things
6760
6761 2002-11-13 [christoph]  0.8.5claws140
6762
6763         * src/summaryview.c
6764                 moved setting of important score to
6765                 summary_set_prefs_from_folderitem
6766
6767 2002-11-13 [colin]      0.8.5claws139
6768
6769         * src/matcher_parser_parse.y
6770                 Fix a segfault in the parser (happening when
6771                 a good expression had been tested and a bad 
6772                 one arrives)
6773
6774 2002-11-13 [paul]       0.8.5claws138
6775
6776         * sync with 0.8.5cvs24
6777                 see ChangeLog 2002-11-13
6778                 
6779         * po/pt_BR.po
6780                 updated by Fabio Jr. Beneditto
6781
6782 2002-11-13 [colin]      0.8.5claws137
6783         
6784         * src/msgcache.c
6785           src/defs.h
6786           src/procmsg.[ch]
6787                 Revert last commit, problem
6788
6789 2002-11-13 [colin]      0.8.5claws136
6790
6791         * src/msgcache.c
6792                 Remove duplicated code
6793         * src/defs.h
6794                 Bumped CACHE_VERSION and MARK_VERSION
6795         * src/procmsg.[ch]
6796                 Network endian for cache and mark files
6797
6798 2002-11-12 [colin]      0.8.5claws135
6799
6800         * src/inc.c
6801                 Fix the "socket error" dialog which disappeared
6802
6803 2002-11-12 [colin]      0.8.5claws134
6804
6805         * src/msgcache.c
6806                 Reverse last commit which had performance 
6807                 problems, but still reverse the list
6808
6809 2002-11-12 [colin]      0.8.5claws133
6810
6811         * src/msgcache.c
6812                 Reverse list order
6813
6814 2002-11-12 [melvin]     0.8.5claws132
6815
6816         * src/compose.c
6817                 Added a check for a NULL prefs_common.dictionary
6818
6819 2002-11-12 [colin]      0.8.5claws131
6820
6821         * src/ssl_certificate.[ch]
6822                 Use FQDN hostname
6823
6824 2002-11-12 [colin]      0.8.5claws130
6825
6826         * src/ssl_certificate.[ch]
6827                 Take connection port into account for 
6828                 checking certificates (a single hostname
6829                 could have multiple servers with multiple
6830                 certificates)
6831         * src/ssl.c
6832                 Pass the port to ssl_certificate_check
6833
6834 2002-11-12 [paul]       0.8.5claws129
6835
6836         * src/folder.c
6837                 fix a typo in last commit
6838
6839 2002-11-12 [paul]       0.8.5claws128
6840
6841         * sync with 0.8.5cvs23
6842                 see ChangeLog entry 2002-11-12
6843
6844 2002-11-11 [colin]      0.8.5claws127
6845
6846         * src/ssl_certificate.c
6847                 Cleaner messages
6848                 Don't popup, instead log error, if the 
6849                 corresponding pref is checked
6850         * src/ssl_certificate.h
6851                 include <openssl/objects/h>
6852
6853 2002-11-11 [colin]      0.8.5claws126
6854
6855         * src/ssl_certificate.h
6856                 _Really_ clean it
6857
6858 2002-11-11 [colin]      0.8.5claws125
6859         
6860         * src/ssl_certificate.c
6861                 Fixed leak
6862
6863 2002-11-11 [colin]      0.8.5claws124
6864
6865         * src/ssl.c
6866                 Cleaned a bit
6867         * src/ssl_certificate.[ch]
6868                 Cleaned a bit (better use of SSL API)
6869                 (This will cause non-recognition of saved 
6870                  certificates of claws12[23]...)
6871
6872 2002-11-11 [paul]       0.8.5claws123
6873         
6874         * po/es.po
6875                 updated by Ricardo Mones Lastra
6876
6877 2002-11-11 [colin]      0.8.5claws122
6878
6879         * src/ssl.c
6880                 Fix a typo
6881
6882 2002-11-11 [colin]      0.8.5claws121
6883
6884         * src/ssl_certificate.[ch] ** NEW FILES **
6885         * src/ssl.[ch]
6886                 Check SSL certificates presented to us
6887         * src/Makefile.am
6888                 Add ssl_certificate.[ch]
6889         * po/POTFILES.in
6890                 Add ssl_certificate.c
6891
6892 2002-11-11 [paul]       0.8.5claws120
6893
6894         * sync with 0.8.5cvs22
6895                 see ChangeLog 2002-11-11
6896
6897 2002-11-11 [paul]       0.8.5claws119
6898
6899         * sync with 0.8.5cvs21
6900                 see ChangeLog 2002-11-11
6901
6902 2002-11-10 [jens]       0.8.5claws118
6903
6904         * src/folder.c
6905         * src/folderview.c
6906                 corrected some typing
6907         * po/de.po
6908                 updated german translation
6909         * sylpheed.spec.in
6910                 cleaned up specfile and adjusted it for claws
6911
6912 2002-11-10 [colin]      0.8.5claws117
6913
6914         * src/summaryview.c
6915                 a STATUSBAR_PUSH/POP fix
6916
6917 2002-11-10 [colin]      0.8.5claws116
6918
6919         * src/prefs_folder_item.c
6920                 Fix hanging after opening folder properties
6921
6922 2002-11-10 [hoa]        0.8.5claws115
6923
6924         * src/matcher_parser_lex.l
6925         * src/matcher_parser_parse.y
6926                 config file for scoring and filtering is no more trashed
6927                 when there is a syntax error in a filtering rule when
6928                 editing it in a dialog.
6929
6930 2002-11-09 [colin]      0.8.5claws114
6931
6932         * src/mbox_folder.c
6933                 Added missing initialisation of folder->destroy()
6934
6935 2002-11-09 [colin]      0.8.5claws113
6936
6937         * src/folder.c
6938           src/folderview.c
6939                 Fix the status bar messages
6940
6941 2002-11-09 [colin]      0.8.5claws112
6942
6943         * src/folderview.c
6944                 Fix hangs after folder dnd, happening after 
6945                 claws109.
6946
6947 2002-11-09 [christoph]  0.8.5claws111
6948
6949         * src/folderview.c
6950                 just changed order of calls (reverse order of
6951                 associated calls)
6952         * src/inc.c
6953                 lock inc when checking only one account, otherwise
6954                 inc all could be executed at the same time
6955
6956 2002-11-09 [christoph]  0.8.5claws110
6957
6958         * src/folderview.c
6959                 better unlock the mouse cursor before calling
6960                 summary_show because it changes the cursor too
6961
6962 2002-11-09 [christoph]  0.8.5claws109
6963
6964         * src/folder.[ch]
6965         * src/folderview.c
6966                 add functions to open and close a folder
6967                 o opending will execute scanning for remote folders
6968                   and processing
6969                 o closing will unset new flag for messages
6970
6971 2002-11-09 [colin]      0.8.5claws108
6972
6973         * src/folder.c
6974                 Add a call to prefs_matcher_write_config to 
6975                 avoid non-leaf folders filtering settings to be
6976                 lost
6977
6978 2002-11-09 [paul]       0.8.5claws107
6979
6980         * src/prefs_account.c
6981                 re-word a label
6982
6983 2002-11-09 [colin]      0.8.5claws106
6984
6985         * src/folderview.c
6986                 Minor esthetic fix
6987
6988 2002-11-09 [colin]      0.8.5claws105
6989
6990         * src/folderview.c
6991                 Fix prefs_filtering deletion for MH folders (same
6992                 reason as below)
6993         * src/prefs_filtering.c
6994                 Fix prefs_filtering renaming and deletion for 
6995                 folder-based processing rules.  
6996
6997 2002-11-09 [christoph]  0.8.5claws104
6998
6999         * src/compose.c
7000         * src/folder.[ch]
7001         * src/folderview.[ch]
7002         * src/import.c
7003         * src/inc.c
7004         * src/main.c
7005         * src/mainwindow.c
7006         * src/messageview.c
7007         * src/prefs_folder_item.c
7008         * src/procmsg.c
7009         * src/summaryview.c
7010                 implement a callback system for folder item updates
7011
7012 2002-11-09 [colin]      0.8.5claws103
7013
7014         * src/folderview.c
7015                 Fix prefs_filtering renaming for MH folders (we
7016                 shouldn't rename by path as another folder could
7017                 have the same hierarchy).
7018
7019 2002-11-09 [colin]      0.8.5claws102
7020
7021         * src/folder.c
7022                 Fix a leak found by Christoph, use better variable
7023                 names
7024
7025 2002-11-09 [colin]      0.8.5claws101
7026
7027         * src/folder.c
7028                 One more fix for processing rules
7029
7030 2002-11-08 [colin]      0.8.5claws100
7031         
7032         * src/matcher.c
7033                 Don't copy the compiled regexp (will be reevaluated)
7034         * src/folderview.c
7035                 Lock folderview while moving
7036         * src/folder.c
7037                 Provide info on what's happening to the user
7038
7039 2002-11-08 [colin]      0.8.5claws99
7040
7041         * src/folderview.c
7042                 Fix folder reordering after a move if parent is 
7043                 root
7044         * src/scoring.[ch]
7045                 Add function to copy a ScoringProp
7046         * src/prefs_folder_item.c
7047                 Copy scoring rules when copying a folder prefs
7048
7049 2002-11-08 [colin]      0.8.5claws98
7050
7051         * src/folderview.c
7052                 Fixes in case of failure
7053         * src/filtering.[ch]    
7054                 Add function to duplicate a FilteringProp
7055         * src/matcher.[ch]
7056                 Add function to duplicate a MatcherProp
7057         * src/prefs_folder_item.c
7058                 Save folder's processing rules when copying 
7059                 its prefs
7060
7061 2002-11-08 [colin]      0.8.5claws97
7062         
7063         * src/folderview.c
7064                 Sort after move
7065         * src/folder.c 
7066                 Change a printf to debug_print
7067
7068 2002-11-08 [colin]      0.8.5claws96
7069
7070         * src/folder.c
7071           src/folderview.c
7072                 Fix segfaults, call me stupido
7073         
7074
7075 2002-11-08 [colin]      0.8.5claws95
7076
7077         *src/folder.c
7078                 Added forgotten prefs to save when moving folders
7079
7080 2002-11-08 [colin]      0.8.5claws94
7081
7082         * src/folder.c
7083                 Fixes to folder DND (prefs copy)
7084         * src/folderview.c
7085                 Optimization for folder DND (don't rescan whole tree)
7086                 Added folderview_create_folder_node() for this 
7087                 optimization, so de-duped a bit the code
7088         * src/prefs_folder_item.[ch]
7089                 Added prefs_folder_item_copy_prefs()    
7090           
7091 2002-11-08 [paul]       0.8.5claws93
7092
7093         * src/prefs_account.c
7094           tools/README
7095           tools/kmail2sylpheed_v2.pl
7096                 correct some typos
7097
7098 2002-11-08 [paul]       0.8.5claws92
7099
7100         * src/compose.c
7101           src/prefs_account.[ch]
7102                 remove account options 'clearsign' and 'ascii_armored',
7103                 replace with 'default_gnupg_mode' to prevent mixed-mode
7104                 Privacy settings
7105
7106 2002-11-08 [paul]       0.8.5claws91
7107
7108         * src/compose.[ch]
7109                 re-implement GnuPG 'on-the-fly' mode selection,
7110                 disallow mixed-mode
7111
7112 2002-11-08 [colin]      0.8.5claws90
7113
7114         * src/folderview.c
7115           src/prefs_folder_item.c
7116                 Change "Property" to "Properties"
7117
7118 2002-11-07 [colin]      0.8.5claws89
7119
7120         * src/folderview.c
7121           src/folder.c
7122                 Allow folder dropping to a root folder
7123
7124 2002-11-07 [paul]       0.8.5claws88
7125
7126         * src/compose.c
7127                 revert last commit
7128
7129 2002-11-07 [paul]       0.8.5claws87
7130
7131         * src/compose.c
7132                 fix reply-to-list bug. closes bug report
7133                 "[633382] reply-to-list broken in recent cvs"
7134
7135 2002-11-07 [paul]       0.8.5claws86
7136
7137         * src/compose.c
7138                 add a forgotten '#if USE_GPGME ... #endif'
7139
7140 2002-11-07 [paul]       0.8.5claws85
7141
7142         * sync with 0.8.5cvs20
7143                 see ChangeLog 2002-11-07
7144
7145 2002-11-07 [colin]      0.8.5claws84
7146
7147         * src/folder.[ch]
7148                 Change folder_item_move_to to return the newly 
7149                 created folderitem.
7150         * src/folderview.c
7151                 Select the new folderitem after moving.
7152
7153 2002-11-07 [colin]      0.8.5claws83
7154
7155         * src/prefs_filtering.c
7156                 Fix rule rewriting when moving a leaf folder to a 
7157                 shorter path
7158
7159 2002-11-07 [colin]      0.8.5claws82
7160
7161         * src/prefs_filtering.c
7162                 fix a leak
7163
7164 2002-11-07 [colin]      0.8.5claws81
7165
7166         * src/folder.[ch]
7167                 Add folder_item_move_to() function to move a 
7168                 folderitem into another one (updates matcher etc)
7169         * src/folderview.c
7170                 Add folder drag'n drop (context menu to come)
7171                 [Should be dataloss free, but Please backup before 
7172                  trying !]
7173
7174 2002-11-06 [colin]      0.8.5claws80
7175
7176         * src/mh.c
7177                 mh_create_folder() returns NULL if can't create
7178                 directory hierarchy
7179
7180 2002-11-06 [paul]       0.8.5claws79
7181
7182         * src/compose.[ch]
7183                 allow 'on-the-fly' changing of the type of encryption 
7184                 and/or signing used (mime/ascii) via the compose window
7185
7186 2002-11-06 [paul]       0.8.5claws78
7187
7188         * sync with 0.8.5cvs19
7189                 see ChangeLog 2002-11-06 for src/account.c: 
7190                 account_get_special_folder()
7191                 
7192 2002-11-05 [alfons]     0.8.5claws77
7193
7194         * src/crash.c
7195                 very minor cleanups: nothing to see here, move on. :-)
7196
7197 2002-11-05 [colin]      0.8.5claws76
7198
7199         * src/main.c
7200                 Changes choices if compose windows are opened to
7201                 Discard, Draft, Don't quit
7202
7203 2002-11-05 [thorsten]   0.8.5claws75
7204
7205         * src/compose.c
7206                 reenabled default_reply_to folder option
7207
7208 2002-11-05 [colin]      0.8.5claws74
7209
7210         * src/compose.[ch] 
7211                 add compose_draft()
7212         * src/crash.c
7213                 add SIGTERM handler
7214         * src/main.[ch]
7215                 add clean_quit() for the SIGTERM handler
7216
7217 2002-11-05 [paul]       0.8.5claws73
7218         
7219         * po/es.po
7220                 updated by Ricardo Mones Lastra
7221
7222 2002-11-05 [melvin]     0.8.5claws72
7223
7224         * src/logwindow.c
7225                 Fixed log-clipping bug #616795.
7226                 To stop logging in the log window use 0 length.
7227         * src/prefs_common.c
7228                 Added a label to inform about the 0 log length behaviour.
7229
7230 2002-11-05 [paul]       0.8.5claws71
7231
7232         * sync with 0.8.5cvs17
7233                 see ChangeLog 2002-11-05
7234
7235 2002-11-04 [paul]       0.8.5claws70
7236
7237         * sylpheed-128x128.png
7238           sylpheed-64x64.png
7239           sylpheed.png
7240                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7241                 <nikai@users.sourceforge.net>
7242                 
7243         * po/bg.po
7244                 updated by George Danchev
7245
7246 2002-11-03 [thorsten]   0.8.5claws69
7247
7248         * src/main.c
7249           src/mimeview.c
7250           src/rfc2015.h
7251                 add check if gpg is active
7252
7253 2002-11-03 [thorsten]   0.8.5claws68
7254
7255         * src/toolbar.h
7256                 removed GSList declaration causing trouble on MacOS-X
7257                 (submitted by alfons, reported by xfesty)
7258
7259 2002-11-01 [paul]       0.8.5claws67
7260
7261         * src/mainwindow.c
7262                 remove last remnants of main's filter code
7263
7264 2002-11-01 [paul]       0.8.5claws66
7265
7266         * tools/filter_conv.pl
7267                 fix bug where user-defined headers were ignored
7268
7269 2002-11-01 [paul]       0.8.5claws65
7270
7271         * src/logwindow.c
7272                 make a debug_print() not translatable
7273
7274 2002-10-31 [melvin]     0.8.5claws64
7275
7276         * ac/aspell.m4
7277                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7278                 not run any GNU/aspell test.  The dictionary path will
7279                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7280                 was given, in which case, it will be $prefix/lib/aspell/
7281         * configure.in
7282                 Fixed typo in commentary (Aspell code).
7283
7284 2002-10-31 [paul]       0.8.5claws63
7285
7286         * po/POTFILES.in
7287                 remove src/filter.c and src/prefs_filter.c
7288                 thanks to Ricardo for reminding me
7289
7290 2002-10-31 [colin]      0.8.5claws62
7291
7292         * src/mbox_folder.c
7293                 Plug some leaks
7294
7295 2002-10-31 [paul]       0.8.5claws61
7296
7297         * src/prefs_filter.[ch] ** REMOVED **
7298           src/filter.[ch]       ** REMOVED **
7299           
7300         * src/Makefile.am
7301           src/folderview.c
7302           src/inc.c
7303           src/main.c
7304           src/mainwindow.c
7305           src/mbox.c
7306           src/prefs_common.c
7307           src/prefs_filtering.c
7308           src/summaryview.[ch]
7309                 remove main's 'filter' code
7310                 
7311         README.claws
7312                 update to reflect removal of main's filter
7313
7314 2002-10-31 [paul]       0.8.5claws60
7315
7316         * src/summaryview.c
7317                 remove check for global_processing in summary_filter_open(). 
7318                 This fixes the bug where if the user uses the right-click 
7319                 'Create filter rule...' and doesn't have any filter rules 
7320                 already defined in claws' advanced filtering, the newly 
7321                 created filter rule goes to main's filtering which is 
7322                 inaccessible through the gui. Now the filter rule gets added
7323                 to claws' filtering by default.
7324
7325 2002-10-28 [melvin]     0.8.5claws59
7326
7327         * src/prefs_actions.c
7328                 Fixed bug #627322 where MIME parts were not always
7329                 correctly passed to a %p action
7330                 Display an error dialog when message filename is not found.
7331
7332 2002-10-28 [melvin]     0.8.5claws58
7333
7334         * src/prefs_common.c
7335                 Readded a missing function declaration lost in 0.8.3claws34
7336
7337 2002-10-28 [paul]       0.8.5claws57
7338
7339         * sync with 0.8.5cvs15
7340                 see ChangeLog 2002-10-28 and 2002-10-25
7341                 
7342         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7343
7344 2002-10-27 [oliver]     0.8.5claws56
7345
7346         * src/pop.c
7347                 plug leak in pop3_top_recv
7348
7349 2002-10-26 [christoph]  0.8.5claws55
7350
7351         * src/folder.c
7352                 set need_update folder flag when messages are added
7353                 (closes bug [ 626922 ] folder not updated after receiving)
7354
7355 2002-10-25 [melvin]     0.8.5claws54
7356
7357         * src/imageview.c
7358                 Fixed a memleak introduced in the scaling code.
7359
7360 2002-10-24 [alfons]     0.8.5claws53
7361
7362         * src/filtering.c
7363                 make filtering's forward message action forward from the 
7364                 correct account
7365                 (closes bug [628089 ] Filter -> Forward from address problem
7366                 reported by Oktay)
7367
7368 2002-10-24 [christoph]  0.8.5claws52
7369
7370         * src/mainwindow.c
7371         * src/manual.[ch]
7372                 o use manual of current locale or english if current
7373                   locale is not available (and english is available)
7374                 o also link to sylpheed doc project manuals
7375
7376 2002-10-23 [paul]       0.8.5claws51
7377
7378         * tools/README
7379           tools/kmail2sylpheed_v2.pl
7380                 add new version of kmail addressbook importer script.
7381                 works with newer versions of Kmail/KAddressBook which
7382                 have new and rearranged data.
7383
7384 2002-10-23 [martin]     0.8.5claws50
7385
7386         * src/folderview.c
7387         * src/summaryview.c
7388         * src/utils.h
7389         * src/utils.c
7390                 added length parameter to get_abbrev_newsgroup_name()
7391                 changed this function so that it abbreviates the newsgroup
7392                 names only so long it is smaller than the length parameter
7393                 (for better reading of some newsgroup names and space efficiency)
7394
7395 2002-10-22 [colin]      0.8.5claws49
7396
7397         *src/foldersel.c
7398                 Revert Alfons' last modification (after voting ;-))
7399
7400 2002-10-21 [alfons]     0.8.5claws48
7401
7402         * src/foldersel.c
7403                 folder view in folder selection dialog reflects state of
7404                 folder view in main window
7405
7406 2002-10-18 [alfons]     0.8.5claws47
7407
7408         * src/mbox.c
7409                 drop imported messages in folder selected by user,
7410                 and not in the inbox
7411                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7412
7413 2002-10-18 [alfons]     0.8.5claws46
7414
7415         * src/compose.c
7416                 make automagic reply work correctly for email accounts 
7417                 (whether it's viable to do a full sync with Hiro's 
7418                 compose.c is still under discussion)
7419
7420 2002-10-18 [melvin]     0.8.5claws45
7421
7422         * src/prefs_actions.c
7423                 Fixed bug #622275 where asynchroneous actions left 
7424                 zombies processes
7425                 Made (synchroneous) actions' input be displayed live.
7426
7427 2002-10-18 [christoph]  0.8.5claws44
7428
7429         * src/textview.c
7430                 don't add a newline in the textview in front of the
7431                 first textpart if header display is disabled
7432                 (closes bug [ 603385 ] disabled header display leaves blank
7433                  lin)
7434
7435 2002-10-18 [christoph]  0.8.5claws43
7436
7437         * src/folder.[ch]
7438         * src/imap.c
7439         * src/mbox_folder.c
7440         * src/mh.c
7441         * src/news.c
7442                 folder->get_num_list now returns an error code
7443                 (closes bug [ 609424 ] News cache cleared on failure)
7444                 
7445 2002-10-17 [colin]      0.8.5claws42
7446         
7447         * src/news.c
7448                 Changed a printf by debug_print
7449
7450 2002-10-16 [paul]       
7451
7452         * tools/OOo2sylpheed.pl
7453                 allow for spaces in the name of the
7454                 file to be attached.
7455
7456 2002-10-16 [colin]      0.8.5claws41
7457
7458         * src/main.c
7459                 Use a tristate to change online mode
7460
7461 2002-10-16 [paul]       0.8.5claws40
7462
7463         * po/es.po
7464                 updated by Ricardo Mones Lastra
7465
7466 2002-10-16 [colin]      0.8.5claws39
7467
7468         * src/main.c
7469           src/mainwindow.[ch]
7470                 Added --online and --offline command-line
7471                 switches
7472
7473 2002-10-15 [christoph]  0.8.5claws38
7474
7475         * src/procmime.c
7476                 set mimeinfo->name to NULL after g_free to
7477                 avoid double freeing with g_free
7478
7479 2002-10-14 [christoph]  0.8.5claws37
7480
7481         * src/compose.c
7482         * src/filtering.c
7483         * src/summaryview.c
7484                 remove calls to folder->change_flags that are now
7485                 done by procmsg flag functions (seems it is not
7486                 used by any foldertype anyway)
7487         * src/folder.c
7488                 init folder->change_flags with NULL
7489
7490 2002-10-14 [christoph]  0.8.5claws36
7491
7492         * src/folder.[ch]
7493         * src/imap.[ch]
7494                 use virtual functions for folder item new and destroy
7495                 functions
7496
7497 2002-10-14 [melvin]     0.8.5claws35
7498
7499         * src/compose.c
7500                 Added a test to not run the spell checker if no default
7501                 dictionary is available. No dialog is displayed though.
7502
7503 2002-10-14 [melvin]     0.8.5claws34
7504
7505         * src/gtkaspell.c
7506                 Fixed bug in dictionary list context menu where
7507                 "More..." pointed to an emtpy submenu if the
7508                 number of dictionaries is a multiple of 15
7509                 Removed unneeded code in suggestions list creation
7510
7511 2002-10-14 [paul]       0.8.5claws33
7512
7513         * po/bg.po
7514                 updated by George Danchev
7515
7516 2002-10-13 [hoa]        0.8.5claws32
7517
7518         * src/matcher.[ch]
7519           src/matcher_parser_parser.y
7520                 removed the escaped string from internal structure
7521                 of matcher.
7522
7523 2002-10-12 [colin]      0.8.5claws31
7524
7525         * src/gtksctree.[ch]
7526           src/summaryview.c
7527                 Removed useless function gtksctree_reanchor
7528
7529 2002-10-12 [alfons]     0.8.5claws30
7530         
7531         * sync with remaining main changes 2002-10-09 - 2002-10-11
7532         - drop changes to src/compose.c (requires claws specific changes)
7533         
7534 2002-10-12 [alfons]     0.8.5claws29
7535         
7536         * sync with main changes of 2002-10-08
7537         - drop changes to src/compose.c (requires claws specific changes)
7538         - drop changes to src/summaryview.c (requires changes to compose.c)     
7539
7540 2002-10-12 [alfons]     0.8.5claws28
7541         
7542         * sync with main changes of 2002-10-07
7543
7544 2002-10-12 [alfons]     0.8.5claws27
7545
7546         * sync with main changes of 2002-10-04
7547         - drop changes to src/compose.c (requires claws specific changes)
7548         - drop changes to src/prefs_folder_item.c (claws implementation
7549           seems to be working)
7550
7551 2002-10-12 [colin]      0.8.5claws26
7552
7553         * src/mainwindow.c
7554                 Fix folder-flicker when space-reading, introduced 
7555                 in claws22.
7556
7557 2002-10-12 [colin]      0.8.5claws25
7558
7559         * src/compose.c
7560                 Save account address when saving as draft.
7561                 (closes bug 621838)
7562
7563 2002-10-12 [colin]      0.8.5claws24
7564
7565         * src/summaryview.c
7566                 Fix the problem consisting of no message selected
7567                 after the last message in a folder has been moved.
7568
7569 2002-10-12 [paul]       0.8.5claws23
7570
7571         * src/compose.c
7572           src/prefs_template.c
7573           src/template.[ch]
7574                 add Cc and Bcc to templates. Patch submitted by
7575                 John L. Males.
7576
7577 2002-10-12 [colin]      0.8.5claws22
7578
7579         * src/folderview.c
7580                 Fix a bug after "Check for new messages":
7581                 If a folder was opened, it was still selected at
7582                 the end of the check, but displayed empty.
7583         * src/mainwindow.c
7584                 Remove unnecessary check
7585
7586 2002-10-12 [paul]
7587
7588         * tools/README
7589                 be more verbose in the description of
7590                 OOo2sylpheed.pl
7591                 
7592
7593 2002-10-11 [colin]      0.8.5claws21
7594
7595         * src/mainwindow.c
7596                 Make space work (better) when no mail is selected
7597
7598 2002-10-11 [colin]      0.8.5claws20
7599
7600         * src/inc.c
7601           src/news.c
7602                 fix warnings
7603
7604 2002-10-11 [colin]      0.8.5claws19
7605
7606         * src/mainwindow.c
7607                 revert 0.8.5claws6 changes as i couldn't get to
7608                 anything satisfying
7609
7610 2002-10-11 [melvin]     0.8.5claws18
7611
7612         * src/compose.c
7613                 Removed buggy and unused macro (should have been committed in
7614                 0.8.5claws17)
7615
7616 2002-10-11 [melvin]     0.8.5claws17
7617
7618         * src/compose.c
7619                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7620
7621 2002-10-11 [thorsten]   0.8.5claws16 
7622
7623         * src/folderview.c
7624                 remove rescan warning
7625
7626 2002-10-11 [colin]      0.8.5claws15 
7627
7628         * src/procheader.c
7629                 fix a segfault that happens if conv_unmime_header
7630                 fails (should be better to find out why it fails)
7631
7632 2002-10-11 [christoph]  0.8.5claws14
7633
7634         * src/summaryview.c
7635                 update folderview stats after ignore/unignore thread
7636
7637 2002-10-11 [hoa]        0.8.5claws13
7638
7639         * src/quote_fmt_parse.y
7640                 Fixed a yacc/bison syntax error
7641         * src/matcher.c
7642                 Escaping of string is fixed.
7643
7644 2002-10-11 [colin]      0.8.5claws12
7645
7646         * src/imageview.c
7647                 Resize images to fit
7648
7649 2002-10-11 [paul]       0.8.5claws11
7650
7651         * po/es.po
7652                 updated by Ricardo Mones Lastra
7653
7654 2002-10-10 [alfons]     0.8.5claws10
7655
7656         * src/compose.c
7657                 allow dropping files by "moving" files from a file manager,
7658                 not only by the more cumbersome "copying". the latter 
7659                 mostly implies holding down the Control button
7660
7661 2002-10-10 [christoph]  0.8.5claws9
7662
7663         * src/summaryview.c
7664                 update folders after thread building for ignored threads
7665
7666 2002-10-10 [christoph]  0.8.5claws8
7667
7668         * config/.cvsignore
7669                 added Makefile
7670         * src/filtering.[ch]
7671         * src/folder.[ch]
7672         * src/folderview.[ch]
7673         * src/import.c
7674         * src/inc.[ch]
7675         * src/mbox.[ch]
7676         * src/procmsg.c
7677         * src/summaryview.[ch]
7678                 o added new flag need_update to FolderItem
7679                 o removed folder_table from various functions from tracking
7680                   folder updates
7681                 o set need_update flags in folder.c's move, copy and delete
7682                   functions and procmsg's flags functions
7683                 o added function folderview_update_items_when_required that
7684                   updates all folders with need_update set
7685                 o call folderview_update_items_when_required instead of
7686                   folderview_update_item_foreach
7687
7688 2002-10-09 [sergey]     0.8.5claws7
7689
7690         * src/compose.c
7691                 Strip CRs whel loading the text into editor in reedit mode.
7692
7693 2002-10-09 [colin]      0.8.5claws6
7694
7695         * src/mainwindow.c
7696                 Make Space work when no mail is selected
7697
7698 2002-10-09 [colin]      0.8.5claws5
7699
7700         * src/gtksctree.[ch]
7701                 Fix range_select
7702                 Add gtk_sctree_reanchor() 
7703         * src/summaryview.c
7704                 Use gtk_sctree_reanchor() - better fix for 
7705                 bug 60413
7706
7707 2002-10-09 [colin]      0.8.5claws4
7708
7709         * src/summaryview.c
7710                 Fix shift-click select after delete problem
7711                 (closes bug 60413)
7712
7713 2002-10-08 [thorsten]   0.8.5claws3
7714
7715         * src/summaryview.c
7716                 exclude current msg from -hide read messages-
7717
7718 2002-10-08 [colin]      0.8.5claws2
7719
7720         * src/inc.[ch]
7721           src/pop.c
7722           src/recv.c
7723                 Differentiate socket errors from disk full
7724                 errors
7725
7726 2002-10-08 [christoph]  0.8.5claws1
7727
7728         * Makefile.am
7729         * configure.in
7730                 modifications for new config directory
7731
7732         * config.guess  ** REMOVED **
7733         * config.sub    ** REMOVED **
7734         * install-sh    ** REMOVED **
7735         * ltmain.sh     ** REMOVED **
7736         * missing       ** REMOVED **
7737         * mkinstalldirs ** REMOVED **
7738                 these files are autogenerated by automake
7739                 when you run autogen.sh
7740
7741         * config/.cvsignore     ** NEW FILE **
7742         * config/Makefile.am    ** NEW FILE **
7743                 ignore autogenerated files
7744                 create a Makefile in this directory
7745
7746 2002-10-08 [paul]       0.8.5claws
7747
7748         * 0.8.5claws release
7749         
7750         * src/compose.c
7751           src/procheader.c
7752           src/procmsg.c
7753                 fix quote reply format for newsgroups reply bug
7754                 (thanks to Hoa)
7755                 
7756         * po/en_GB.po
7757           po/pl.po
7758                 updated by me and Witold Wladyslaw Wojciech Wilk
7759                 repectively
7760
7761 2002-10-07 [paul]       0.8.3claws53
7762
7763         * po/it.po
7764           po/pt_BR.po
7765           po/sr.po
7766                 updated messages catalogs, submitted by
7767                 Alessandro Maestri, Fabio Jr.Beneditto 
7768                 and Urke MMI, respectively.
7769
7770 2002-10-07 [christoph]  0.8.3claws52
7771
7772         * src/folder.[ch]
7773         * src/folderview.c
7774         * src/mainwindow.c
7775                 fix new folder ghost message bug
7776                 (closes bug [ 619722 ] wrong count for newly created folders)
7777
7778 2002-10-07 [christoph]  0.8.3claws51
7779
7780         * src/compose.c
7781                 fix news posting problem
7782
7783 2002-10-07 [melvin]     0.8.3claws50
7784
7785         * po/fr.po
7786                 Updated French translation
7787
7788 2002-10-05 [christoph]  0.8.3claws49
7789
7790         * src/gtkstext.c
7791                 check if line_start_cache is set in gtk_stext_update_text
7792                 (closes bug [ 618119 ] crash while doing search in folder)
7793
7794 2002-10-05 [christoph]  0.8.3claws48
7795
7796         * src/imap.c
7797         * src/news.c
7798         * src/utils.c
7799         * src/utils.h
7800                 implement cache cleanups for claws' folder system
7801                 (closes bug [ 595916 ] imapcache not cleaned up)
7802
7803 2002-10-05 [melvin]     0.8.3claws47
7804
7805         * src/prefs_actions.c
7806                 Made the help text more clear for the %p token
7807
7808 2002-10-04 [paul]       0.8.3claws46
7809
7810         * sync with 0.8.5
7811                 see ChangeLog 2002-10-02 and 2002-10-03
7812
7813 2002-10-04 [christoph]  0.8.3claws45
7814
7815         * src/inc.c
7816                 fix segfault caused by pop before smtp
7817                 call to inc_account_mail with NULL
7818                 pointer for mainwin
7819
7820 2002-10-04 [paul]       0.8.3claws44
7821
7822         * configure.in
7823                 sync the LDAP detection from 0.8.5cvs1
7824
7825 2002-10-02 [christoph]  0.8.3claws43
7826
7827         * po/de.po
7828                 fix small spelling error
7829
7830 2002-10-02 [melvin]     0.8.3claws42
7831
7832         * ac/aspell.m4
7833                 Behave better and say "no" when test program cannot be run.
7834
7835 2002-10-02 [paul]       0.8.3claws41
7836
7837         * sync with 0.8.4cvs1
7838                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7839                 
7840         * src/summaryview.c
7841                 toggle the behavior of Reply menuitem between
7842                 normal reply and reply-to-list
7843
7844 2002-10-01 [sergey]     0.8.3claws40
7845
7846         * src/compose.c
7847                 Convert newlines in the message text to the canonical form
7848                 before base64 encoding (RFC2045 compliance, fixes some
7849                 interoperability issues with Evolution 1.0.3)
7850
7851 2002-09-29 [colin]      0.8.3claws39
7852
7853         * src/summaryview.c
7854                 Fix an unwanted copy/paste
7855
7856 2002-09-29 [colin]      0.8.3claws38
7857
7858         * src/mainwindow.c
7859                 Renamed "Custom toolbar" to "Customize toolbar"
7860                 Renamed "Show all header" to "Show all headers"
7861                 Renamed "Set diplay item" to "Set displayed items"
7862         * src/prefs_common.c
7863                 Renamed "Show all header" to "Show all headers"
7864         * src/prefs_summary_column.c
7865                 Renamed "diplay item" to "displayed items"
7866
7867 2002-09-29 [colin]      0.8.3claws37
7868
7869         * src/mainwindow.[ch]
7870                 online/offline status pixmaps follow theme
7871                 changes
7872         * src/summaryview.[ch]
7873                 quicksearch pixmap follows theme changes
7874
7875 2002-09-29 [thorsten]   0.8.3claws36
7876
7877         * src/compose.c
7878           src/prefs_folder_item.[ch]
7879                 add default_reply_to folder option (closes patch 581044)
7880
7881 2002-09-29 [christoph]  0.8.3claws35
7882
7883         * acconfig.h    ** REMOVED **
7884         * configure.in
7885         * ac/aspell.m4
7886         * ac/check-type.m4
7887         * ac/gnupg-check-typedef.m4
7888                 fix autoheader 2.50 warning
7889
7890 2002-09-29 [christoph]  0.8.3claws34
7891
7892         * major code cleanup (part 2)
7893         
7894                 - unused variables removed
7895                 - unused functions removed
7896                 - uninitialized variables checked
7897                 - missing return statements added
7898                 - missing function return types added
7899                 - added parentheses around assignment
7900                   when suggested by gcc
7901
7902 2002-09-29 [alfons]     0.8.3claws33
7903
7904         * src/logwindow.c
7905                 log_window_clear(): only bracket gtk_text_forward_delete() 
7906                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7907                 works around GTK text bug)
7908
7909 2002-09-29 [paul]       0.8.3claws32
7910
7911         * po/bg.po
7912           po/sr.po
7913                 updated by George Danchev and Urke MMI
7914                 respectively
7915
7916 2002-09-27 [christoph]  0.8.3claws31
7917
7918         * doc-src/readme.txt
7919         * doc-src/rfc1806.txt   ** REMOVED **
7920         * doc-src/rfc2183.txt   ** NEW FILE **
7921         * doc-src/rfc2980.txt   ** NEW FILE **
7922                 update rfcs
7923
7924 2002-09-27 [melvin]     0.8.3claws30
7925
7926         * ac/aspell.m4
7927                 Fixed typo which could break linking
7928
7929 2002-09-27 [melvin]     0.8.3claws29
7930
7931         * ac/aspell.m4
7932                 Improved GNU/aspell checking. 
7933                 Fixed bug #614490
7934
7935 2002-09-27 [paul]       0.8.3claws28
7936
7937         * sync with 0.8.3cvs8
7938                 see ChangeLog 2002-09-27
7939
7940 2002-09-26 [colin]      0.8.3claws27
7941
7942         * src/toolbar.[ch]
7943           src/mainwindow.[ch]
7944                 Add "Reply to Mailing-list" to the toolbar
7945
7946 2002-09-26 [christoph]  0.8.3claws26
7947
7948         * src/summaryview.c
7949                 Fix wrong message counts in summaryview status
7950
7951 2002-09-26 [paul]       0.8.3claws25
7952
7953         * sync with 0.8.3cvs7
7954                 see ChangeLog 2002-09-26
7955
7956 2002-09-26 [paul]       0.8.3claws24
7957
7958         * sync with 0.8.3cvs6
7959                 see ChangeLog 2002-09-25
7960
7961 2002-09-25 [christoph]  0.8.3claws23
7962
7963         * src/prefs_common.c
7964         * src/prefs_folder_item.c
7965         * src/prefs_scoring.c
7966                 Renamed "kill score" to "hide score" in GUI
7967                 and prefs files
7968
7969 2002-09-25 [paul]       0.8.3claws22
7970
7971         * sync with 0.8.3cvs5
7972                 see ChangeLog 2002-09-24
7973
7974 2002-09-24 [alfons]     0.8.3claws21
7975
7976         patch by Satoshi Nagayasu: allows appending / saving multiple 
7977         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7978         'Save as ...'")
7979
7980         * AUTHORS
7981                 add Satoshi Nagayasu
7982         * src/summaryview.c
7983                 summary_save_as(): allow saving selected files to
7984                 one file
7985                 summary_set_menu_sensitive: enable "Save As..." when
7986                 multiple files are selected
7987         * src/utils.[ch]
7988                 append_file(): new function
7989
7990 2002-09-24 [colin]      0.8.3claws20
7991
7992         * src/procmime.c
7993                 Fix segfault when mimeinfo doesn't have a 
7994                 content_type. 
7995
7996 2002-09-24 [colin]      0.8.3claws19
7997
7998         * src/prefs_common.[ch]
7999                 Add a preference to display send dialog or not
8000         * src/send.c
8001                 Display send dialog according to preference
8002
8003 2002-09-24 [colin]      0.8.3claws18
8004
8005         * src/compose.[ch]
8006                 Disable user actions when sending
8007
8008 2002-09-24 [colin]      0.8.3claws17
8009
8010         * src/procmime.c
8011                 Do not display name or filename for attachments
8012                 with an application/pgp-signature type
8013                 (security flaw, see bug 537413)
8014
8015 2002-09-23 [colin]      0.8.3claws16
8016
8017         * src/editaddress.c
8018                 Initialize entry_email, entry_alias and 
8019                 entry_remarks to first email address of the list
8020
8021 2002-09-23 [colin]      0.83claws15
8022
8023         * src/compose.c
8024                 Drop pgp-signature when reediting a signed queued
8025                 message
8026
8027 2002-09-23 [melvin]     0.8.3claws14
8028
8029         * po/fr.po
8030                 Updated French translation
8031
8032 2002-09-23 [melvin]     0.8.3claws13
8033
8034         * src/mainwindow.c
8035                 Made custom toolbar menu labels more consistent
8036         * src/prefs_toolbar.c
8037                 Made custom toolbar window title more consistent
8038
8039 2002-09-22 [colin]      0.8.3claws12
8040
8041         * src/inc.c
8042                 Initialize session type to normal before getting 
8043                 mail (fixes strange Get behaviour)
8044         * src/prefs_account.h
8045                 Move STYPE_POP_BEFORE_SMTP to last position to 
8046                 avoid other side-effects
8047
8048 2002-09-22 [colin]      0.8.3claws11
8049
8050         * src/prefs_account.c
8051                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8052                 from pop3 to apop or vice-versa
8053
8054 2002-09-22 [colin]      0.8.3claws10
8055         
8056         * src/prefs_account.[ch]
8057                 Add an option for the POP before SMTP timeout
8058         * src/inc.c
8059                 Remember time of last POP connection
8060         * src/send.c
8061                 Do POP before SMTP only if timeout reached
8062
8063 2002-09-22 [oliver]     0.8.3claws9
8064         
8065         * README.claws
8066                 explain custom toolbar
8067
8068 2002-09-22 [oliver]     0.8.3claws8
8069
8070         * src/prefs_actions.[ch]
8071         custom toolbar for compose      
8072                 actions callback from compose toolbar
8073         * src/folderview.c
8074                 remove include toolbar.h
8075
8076 2002-09-22 [oliver]     0.8.3claws7
8077         
8078         * src/prefs_toolbar.[ch]
8079                 custom toolbar for compose
8080                 - generic prefs_toolbar handles both
8081                   Mainwin's toolbar as well as Compose toolbar          
8082
8083 2002-09-22 [oliver]     0.8.3claws6
8084         
8085         * src/toolbar.[ch]
8086                 custom toolbar for compose
8087                 restructure toolbar.[ch]
8088
8089 2002-09-22 [oliver]     0.8.3claws5
8090
8091         * src/compose.[ch]
8092                 custom toolbar for compose
8093
8094 2002-09-22 [oliver]     0.8.3claws4
8095         
8096         * src/mainwindow.[ch]
8097                 custom toolbar for compose 
8098                 move mainwin toolbar back to mainwindow
8099
8100 2002-09-22 [alfons]     0.8.3claws3
8101
8102         * src/procmsg.c
8103                 :%sno/if(/if (/gc
8104                 :%sno/for(/for (/gc
8105                 (beautify)
8106
8107 2002-09-22 [alfons]     0.8.3claws2
8108         
8109         * src/procmsg.c
8110                 procmsg_save_to_outbox(): don't unlink message file from queue;
8111                 callers should do it using folder_item_remove_msg()
8112
8113 2002-09-22 [colin]      0.8.3claws1
8114
8115         * src/mimeview.[ch]
8116                 Made mimeview_check_signature() public
8117         * src/textview.c
8118                 Made GPG signatures verifiable by clicking
8119                 the [application/pgp-signature] in the Text
8120                 view
8121
8122 2002-09-22 [paul]       0.8.3claws
8123
8124         * po/bg.po
8125           po/en_GB.po
8126           po/es.po
8127           po/it.po
8128           po/pl.po
8129           po/pt_BR.po
8130           po/sr.po
8131                 updated translations, submitted by George Danchev,
8132                 me, Ricardo Mones Lastra, Alessandro Maestri,
8133                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8134                 and Urke MMI, respectively.     
8135
8136 2002-09-22 [alfons]     0.8.2claws65
8137
8138         * src/procmsg.c
8139         * src/pgptext.c
8140                 no furry valgrinds have been used to plug these memleaks
8141
8142 2002-09-20 [paul]       0.8.2claws64
8143
8144         * sync with 0.8.3cvs4
8145                 'Select thread' re-implemented 
8146                 see ChangeLog 2002-09-20
8147
8148 2002-09-21 [alfons]     0.8.2claws63
8149
8150         * src/compose.c
8151                 compose_send(): plug unnoticed memleak
8152
8153 2002-09-20 [alfons]     0.8.2claws62
8154
8155         * src/addr_compl.c
8156                 replace_address_in_edit(): strict check for NULL address to
8157                 fix "[ 607348 ] Segfault in address completion". My guess is
8158                 that this happens with an empty address book, but it's good
8159                 to have this check here anyway
8160                 
8161                 completion_window_button_press(): free string returned 
8162                 from the internal cache
8163
8164 2002-09-20 [christoph]  0.8.2claws61
8165
8166         * src/procmime.h
8167                 added ENC_BINARY to EncodingType
8168         * src/procmime.c
8169                 the string returned by procmime_get_encoding_str
8170                 should not depend on the order of values in the
8171                 EncodingType definition
8172         * doc-src/rfc1806.txt   ** NEW FILE **
8173                 Added rfc1806 about MIME Content-Disposition
8174                 Extension
8175
8176 2002-09-19 [paul]       0.8.2claws60
8177
8178         * sync with 0.8.2cvs3
8179                 see ChangeLog 2002-09-19
8180
8181 2002-09-19 [paul]       0.8.2claws59
8182
8183         * src/prefs_folder_item.c
8184                 revert to Darko's original alignment of colour
8185                 selector button
8186                 add a colon to folder_color label
8187                 
8188         * src/compose.c
8189                 add Colin's patch (with Hiro's modifications) to 
8190                 force BASE64 encoding for 8-bit text when signing
8191                 (sync with 0.8.3cvs2)
8192
8193 2002-09-18 [alfons]     0.8.2claws58
8194
8195         * src/compose.c
8196                 :%sno/if(/if (/gc
8197                 :%sno/for(/for (/gc
8198                 (beautify a little bit)
8199
8200 2002-09-18 [christoph]  0.8.2claws57
8201
8202         * src/pine.c
8203                 fix handling of fgetc return value
8204
8205 2002-09-17 [alfons]     0.8.2claws56
8206         
8207         * src/summaryview.c
8208                 summary_sort(): check non-NULL summaryview->folder_item when no 
8209                 folder is selected at all
8210                 (closes "[ 610344 ] sort label make syl Crash")
8211
8212 2002-09-17 [alfons]     0.8.2claws55
8213         
8214         * src/compose.c
8215                 beautify a little bit
8216
8217 2002-09-17 [christoph]  0.8.2claws54
8218
8219         * src/folder.c
8220                 initialize max values for cache and folder
8221                 when cache or folder is empty
8222
8223 2002-09-15 [colin]      0.8.2claws53
8224
8225         * src/compose.c
8226                 Fix a leak (thanks Alfons!) and cleaned
8227                 variables names for custom headers
8228
8229 2002-09-15 [colin]      0.8.2claws52
8230
8231         * src/compose.c
8232                 Fix custom headers recognition when
8233                 prefs_common.trans_hdr is on
8234
8235 2002-09-15 [colin]      0.8.2claws51
8236
8237         * src/compose.c
8238                 Allow dynamically-added custom headers
8239                 Yet not reparsed if reedited
8240
8241 2002-09-15 [alfons]     0.8.2claws50
8242
8243         * src/prefs_account.c
8244                 fix warnings
8245
8246 2002-09-15 [colin]      0.8.2claws49
8247         
8248         * src/prefs_account.c
8249                 fix pop_before_smtp sensitivity
8250
8251 2002-09-15 [colin]      0.8.2claws48
8252
8253         * src/inc.[ch]
8254                 add inc_pop_before_smtp()
8255                 allow MainWindow to be undefined in 
8256                 inc_account_mail() and inc_start()
8257         * src/pop.c
8258           src/prefs_account.h
8259                 add STYPE_POP_BEFORE_SMTP session type
8260         * src/prefs_account.c
8261                 activated pop before smtp option
8262         * src/send.c
8263                 do pop before smtp if the relevant option 
8264                 is set
8265
8266 2002-09-15 [paul]       0.8.2claws47
8267
8268         * sync with 0.8.3
8269                 see ChangeLog 2002-09-15
8270
8271 2002-09-14 [paul]       0.8.2claws46
8272
8273         * po/bg.po
8274                 updated Bulgarian translation, submitted by
8275                 George Danchev
8276
8277 2002-09-13 [paul]       0.8.2claws45
8278
8279         * src/compose.c
8280                 merge claws' select_account() with main's
8281                 (new) compose_select_account(). [sync with
8282                 0.8.2cvs15, see ChangeLog 2002-09-11]
8283
8284 2002-09-12 [christoph]  0.8.2claws44
8285
8286         * src/filter.c
8287                 allocate 1 elements of FolderItem not 0
8288
8289 2002-09-12 [colin]      0.8.2claws43
8290
8291         * src/compose.c
8292                 Fix bug #590825 (obey Follow-up: poster)
8293
8294 2002-09-12 [colin]      0.8.2claws42
8295
8296         * src/procmime.c
8297                 Fix bug #557009 (wrong headers for messages 
8298                 forwarded as attachments)
8299
8300 2002-09-11 [colin]      0.8.2claws41
8301         
8302         * src/compose.c
8303                 Put SCF: pseudo-header on top of message
8304                 Set draft tmp_flag when saved as draft
8305
8306         * src/procmsg.c
8307           src/procheader.c
8308                 Skip after first \n\n for beginning of real message
8309                 for drafts too
8310
8311 2002-09-11 [christoph]  0.8.2claws40
8312
8313         * src/filtering.c
8314                 use procmsg flag functions in filtering or processing
8315                 will cause incorrect folder message counts
8316
8317 2002-09-11 [colin]      0.8.2claws39
8318
8319         * src/compose.c
8320                 Fix bug #550175 - wrong save folder when reediting
8321                 drafts
8322
8323 2002-09-11 [paul]       0.8.2claws38
8324
8325         * sync with 0.8.2cvs14
8326                 see ChangeLog 2002-09-11
8327
8328 2002-09-11 [colin]      0.8.2claws37
8329
8330         * src/folder.c
8331                 Fix a typo (seeming to cause new/unread status to
8332                 be lost)
8333
8334 2002-09-10 [christoph]  0.8.2claws36
8335
8336         * src/compose.c
8337                 compose_redirect should not use compose_generic_new
8338                 because that does more stuff than expected including
8339                 opening the external editor
8340                 (closes bug "[ 526608 ] bounced messages appear blank
8341                  in editor")
8342
8343 2002-09-10 [christoph]  0.8.2claws35
8344
8345         * src/folder.c
8346                 fix problem with too large message number range
8347                 causing a crash in folder_item_scan
8348
8349 2002-09-10 [paul]       0.8.2claws34
8350
8351         * sync with 0.8.2cvs13
8352                 see ChangeLog 2002-09-10
8353
8354 2002-09-10 [christoph]  0.8.2claws33
8355
8356         * src/msgcache.c
8357                 set MsgInfo TmpFlags for queue and draft folders
8358                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8359
8360 2002-09-10 [paul]       0.8.2claws32
8361
8362         * AUTHORS
8363           po/bg.po      ** NEW FILE **
8364                 new Bulgarian translation submitted by
8365                 George Danchev <danchev@spnet.net>
8366                 
8367         * tools/Makefile.am
8368           tools/README
8369           tools/tb2sylpheed     ** NEW FILE **
8370                 add script that converts an addressbook exported
8371                 from The Bat! into a Sylpheed addressbook. Submitted
8372                 by Urke MMI <urke-kg@eunet.yu>
8373
8374 2002-09-10 [paul]       0.8.2claws31
8375
8376         * sync with 0.8.2cvs12
8377                 see ChangeLog 2002-09-10
8378
8379 2002-09-06 [paul]       0.8.2claws30
8380
8381         * src/prefs_common.c
8382                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8383                 
8384         * tools/Makefile.am
8385           tools/README
8386           tools/ldif-to-xml.py  ** REMOVED **
8387                 remove obsolete python script
8388
8389 2002-09-06 [paul]       0.8.2claws29
8390
8391         * sync with 0.8.2cvs10
8392                 see ChangeLog 2002-09-06
8393
8394 2002-09-04 [paul]       0.8.2claws28
8395
8396         * sync with 0.8.2cvs9
8397                 see ChangeLog 2002-08-04
8398
8399 2002-09-04 [colin]      0.8.2claws27 
8400
8401         * src/prefs_common.[ch]
8402                 Added signature color configuration
8403         * src/textview.c
8404                 Use user-specified signature color
8405
8406 2002-09-03 [colin]      0.8.2claws26
8407
8408         * src/prefs_common.[ch]
8409                 Added autosave and autosave_length prefs
8410         * src/compose.c
8411                 Added compose_remove_draft()
8412                 Auto-save drafts according to the prefs
8413         * src/main.c
8414                 Added a crash-indicator file, allowing to check
8415                 for new messages on startup if Sylpheed crashed
8416                 (makes saved drafts "reappear")
8417
8418 2002-09-03 [colin]      0.8.2claws25
8419
8420         * src/textview.[ch]
8421                 Grey the signature
8422
8423 2002-09-03 [paul]       0.8.2claws24
8424
8425         * sync with 0.8.2cvs8
8426                 see ChangeLog 2002-09-02 and 2002-09-03
8427
8428 2002-09-03 [darko]      0.8.2claws23
8429
8430         * src/folderview.c
8431                 use normal style when creating new folder to pick
8432                 proper font size 
8433
8434 2002-09-02 [melvin]     0.8.2claws22
8435
8436         * src/gtkaspell.m4
8437                 removed some obsolete code
8438
8439 2002-09-02 [melvin]     0.8.2claws21
8440
8441         * ac/aspell.m4
8442                 fixed test's equality sign (== to =)
8443
8444 2002-09-02 [alfons]     0.8.2claws20
8445
8446         * src/folder.c
8447         * src/mh.c
8448                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8449                 as folder->destroy virtual as suggested by Hiro
8450                 (the mh.c code seems to have been lost around mh.c.1.21)
8451
8452 2002-09-02 [paul]       0.8.2claws19
8453
8454         * po/pt_BR.po
8455                 updated by Fabio Jr. Beneditto
8456                 
8457         * src/defs.h
8458                 use 'http://claws.sylpheed.org' for homepage link. 
8459                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8460
8461 2002-09-01 [alfons]     0.8.2claws18
8462
8463         * src/mh.c
8464                 plug memleak related to one Martin Kluge found
8465
8466 2002-08-31 [paul]       0.8.2claws17
8467
8468         * sync with 0.8.2cvs6
8469                 see ChangeLog 2002-08-30
8470
8471 2002-08-31 [alfons]     0.8.2claws16
8472
8473         * src/folder.c
8474                 folder_destroy(): remove mailbox from folderlist even if it has
8475                 no destroy virtual
8476
8477 2002-08-31 [alfons]     0.8.2claws15
8478
8479         * src/folder.c
8480                 :%sno/if(/if (/gc
8481                 :%sno/for(/for (/gc
8482                 (being pedantic I know)
8483
8484 2002-08-31 [alfons]     0.8.2claws14
8485
8486         * src/folder.c
8487                 check for NULL pointers returned from folder->fetch_msginfo virtual
8488                 (should solve some reported crashes)
8489
8490 2002-08-30 [alfons]     0.8.2claws13
8491
8492         * acconfig.h
8493         * configure.in
8494         * src/crash.c
8495                 enable crash dialog on compilation time
8496                 (--enable-crash-dialog configure option)
8497
8498 2002-08-30 [alfons]     0.8.2claws12
8499
8500         * AUTHORS
8501                 add Martin Kluge
8502         * src/mh.c
8503                 apply memory leak plug patch by Martin Kluge
8504                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8505                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8506                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8507
8508 2002-08-30 [darko]      0.8.2claws11
8509
8510         * src/folderview.c
8511                 copy Gtk style from normal style to match
8512                 font size for coloured folders
8513
8514 2002-08-29 [alfons]     0.8.2claws10
8515
8516         * sylpheed.desktop
8517                 Type=Internet <- Type=Application
8518                 (reported by Michael Schwendt, see:
8519                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8520                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8521
8522 2002-08-29 [paul]       0.8.2claws9
8523
8524         * sync with 0.8.2cvs5
8525                 see ChangeLog 2002-08-29
8526
8527 2002-08-29 [colin]      0.8.2claws8
8528
8529         * src/summaryview.c
8530                 Added a sanity check in summary_select_thread
8531                 Should fix bug 601605
8532
8533 2002-08-29 [colin]      0.8.2claws7
8534
8535         * src/main.c
8536                 Revert claws6 changes regarding bug #591676
8537
8538 2002-08-28 [colin]      0.8.2claws6
8539         
8540         * src/main.c
8541                 Ignore cache for queue folderitems
8542                 Fix bug #591676
8543
8544 2002-08-28 [melvin]     0.8.2claws5
8545
8546         * README.claws
8547                 Fixed typos.
8548
8549 2002-08-28 [melvin]     0.8.2claws4
8550
8551         * README.claws
8552                 Updated a bit the text concerning the spell checker
8553
8554 2002-08-28 [melvin]     0.8.2claws3
8555
8556         Merged the GNU_aspell_branch:
8557                 Support of new GNU/aspell is now included and the old pspell
8558                 is not supported anymore.
8559                 See README.claws
8560
8561         * README.claws
8562                 Updated spell checker text to reflect the switch to GNU/aspell
8563
8564         * ac/aspell.m4          *** NEW ***
8565         * src/gtkaspell.[ch]    *** NEW *** 
8566         * ac/pspell.m4          *** DELETED *** 
8567         * src/gtkspell.[ch]     *** DELETED ***
8568
8569         * ac/Makefile.am
8570                 Updated for GNU/aspell support
8571
8572         * po/POTFILES.in
8573                 Replaced gtkspell.c by gtkaspell.c
8574
8575         * acconfig.h
8576         * src/Makefile.am
8577         * src/about.c
8578         * src/compose.[ch]
8579         * src/crash.c
8580         * src/main.c
8581         * src/prefs_common.[ch]
8582                 Updated for GNU/aspell support
8583
8584 2002-08-28 [paul]       0.8.2claws2
8585
8586         * sync with 0.8.2cvs4
8587                 see ChangeLog 2002-08-27 and 2002-08-28
8588
8589 2002-08-28 [colin]      0.8.2claws1
8590
8591         * src/summary_search.c
8592                 Added "AND search"
8593
8594 2002-08-28 [jens]       0.8.2claws
8595
8596         *po/de.po
8597                 Updated German translations
8598
8599 2002-08-27 [melvin]     0.8.2claws
8600
8601         * po/fr.po
8602                 Updated French translations
8603
8604 2002-08-27 [paul]       0.8.2claws
8605
8606         * sync with 0.8.2 main release
8607
8608         * po/en_GB.po
8609           po/es.po
8610           po/it.po
8611           po/pl.po
8612           po/pt_BR.po
8613           po/sr.po
8614                 updated message catalogs submitted by
8615                 Ricardo Mones Lastra, Alessandro Maestri,
8616                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8617                 Beneditto and Urke MMI  
8618
8619 2002-08-27 [hoa]        0.8.1claws123
8620
8621         * src/mainwindow.[ch]
8622         * src/summaryview.[ch]
8623                 removed the "filter setting" menu option.
8624                 add a "cancel a news message" menu option.
8625
8626 2002-08-26 [martin]     0.8.1claws122
8627
8628         * ChangeLog.claws
8629                 changed string under 0.8.1claws79 changed by myself
8630                 i'm sorry alfons :(
8631
8632 2002-08-26 [martin]     0.8.1claws121
8633
8634         * src/crash.c
8635                 added kill command to debuggerrc to start crash dialog
8636
8637 2002-08-26 [paul]       0.8.1claws120
8638
8639         * sync with 0.8.1cvs31
8640                 see ChangeLog 2002-08-26
8641
8642 2002-08-25 [alfons]     0.8.1claws119
8643
8644         * src/procmsg.c
8645                 fix bug that didn't send out correct headers to news server
8646                 when sending news article and email from queue (bug reported
8647                 and patch provided by Tim Mann; closes bug 
8648                 "[ 583196 ] 0.7.8claws can't post news")
8649
8650 2002-08-25 [alfons]     0.8.1claws118
8651
8652         * src/selective_download.c
8653                 mark two strings as translatable
8654                 (thanks to Urke MMI for pointing this out)
8655
8656 2002-08-25 [alfons]     0.8.1claws117
8657
8658         * src/summaryview.c
8659                 treat sent boxes as special and allow sorting them by addressee
8660                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8661                 submitted by Steve Lamb)
8662
8663 2002-08-24 [alfons]     0.8.1claws116
8664
8665         * src/matcher.c
8666                 fix memleak reported by Martin Kluge
8667                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8668
8669 2002-08-24 [oliver]     0.8.1claws115
8670
8671         * src/prefs_toolbar.c
8672                 o code cleanup as suggested by Alfons
8673                 o memleak fix
8674
8675 2002-08-24 [alfons]     0.8.1claws114
8676
8677         * src/summaryview.c
8678                 o fix another memory leak reported by Martin Kluge
8679                   (see "[ 599568 ] Small Memory Leak")
8680                 o remove 'from' variable from 'summary_set_header()'; we can
8681                   do with just 'to' 
8682
8683 2002-08-24 [paul]       0.8.1claws113
8684
8685         * sync with 0.8.1cvs30
8686                 see ChangeLog 2002-08-23
8687
8688 2002-08-24 [alfons]     0.8.1claws112
8689
8690         * src/summaryview.c
8691                 remove unnecessary allocations for search bar fixing leaks
8692                 reported by Martin Kluge
8693                 (see "[ 599451 ] Further memory leaks?")
8694
8695 2002-08-24 [alfons]     0.8.1claws111
8696
8697         * src/main.c
8698                 make get_socket_name() public for crash.c
8699         * src/crash.c
8700                 o make report bug button work (goes to claws' 
8701                   bug tracker at sf.net)
8702                 o introduce function for doing important stuff just
8703                   before claws goes down
8704                 o clean up code 
8705
8706 2002-08-24 [alfons]     0.8.1claws110
8707
8708         * src/compose.c
8709                 move cursor to "To" entry when forwarding as attachment
8710                 (reported and solved by Steve Lamb, closes bug report
8711                 "[ 592880 ] Forward as attachment; cursor not in to")
8712
8713 2002-08-24 [colin]      0.8.1claws109
8714
8715         * src/mainwindow.c
8716                 fix quick search visibility after GUI (de)separations.
8717
8718 2002-08-23 [colin]      0.8.1claws108
8719
8720         * src/mainwindow.c
8721                 fix header pane visibility after folderview or
8722                 messageview (de)separation
8723
8724 2002-08-23 [paul]       0.8.1claws107
8725
8726         * src/mainwindow.[ch]
8727           src/toolbar.c
8728                 give full control of display or non-display 
8729                 of the Execute icon to Custom toolbar settings.
8730                 add new sensitivity condition to maninwindow.h: 
8731                 M_DELAY_EXEC
8732
8733         * ChangeLog
8734           ChangeLog.jp
8735           NEWS
8736                 more sync with 0.8.1cvs29
8737
8738 2002-08-23 [melvin]     0.8.1claws106
8739
8740         * src/alertpanel.c
8741                 Readded support for custom widget in alertpanel lost in last
8742                 sync.
8743
8744 2002-08-23 [paul]       0.8.1claws105
8745
8746         * sync with 0.8.1cvs29
8747                 see ChangeLog 2002-08-23
8748
8749 2002-08-23 [colin]      0.8.1claws104
8750
8751         * src/summaryview.c
8752                 Fix folder and search pixmaps exchanging positions
8753                 after theme or toolbar changes. Thank to Oliver for 
8754                 reporting this.
8755
8756 2002-08-23 [colin]      0.8.1claws103
8757
8758         * src/mainwindow.c
8759           src/messageview.[ch]
8760           src/noticeview.[ch]
8761           src/summaryview.c
8762                 Changed messageview_create() and noticeview_create()
8763                 to avoid the last gdk_warning
8764
8765 2002-08-22 [colin]      0.8.1claws102
8766
8767         * src/summaryview.c
8768                 Fix my new `Creating pixmap from xpm' warning
8769
8770 2002-08-22 [colin]      0.8.1claws101
8771
8772         * src/mainwindow.c
8773                 Fix some of the gdk warnings
8774
8775 2002-08-22 [colin]      0.8.1claws100
8776
8777         * src/Makefile.am
8778         * src/stock_pixmap.c
8779         * src/stock_pixmap.h
8780         * src/pixmaps/quicksearch.xpm *ADDED*
8781                 Add the quicksearch pixmap
8782         * src/mainwindow.c
8783         * src/summaryview.c
8784         * src/summaryview.h
8785                 Make quicksearch bar visible/hidden via a button
8786
8787 2002-08-22 [christoph]  0.8.1claws99
8788
8789         * src/folder.c
8790                 fix folder update for newsgroups with message
8791                 numbers below minimum number of articles to fetch
8792                 (closes bug #598445)
8793
8794 2002-08-22 [paul]       0.8.1claws98
8795
8796         * sync with 0.8.1cvs28
8797                 see ChangeLog 2002-08-22
8798
8799 2002-08-21 [alfons]     0.8.1claws97
8800
8801         * src/crash.c
8802                 use bt instead of bt full which seems to work 
8803                 better, and bt full doesn't give a great deal 
8804                 of information anyway
8805
8806 2002-08-21 [colin]      0.8.1claws96
8807
8808         * src/summaryview.c
8809                 fix summaryview_searchtype_changed prototype
8810
8811 2002-08-21 [christoph]  0.8.1claws95
8812
8813         * src/mainwindow.c
8814                 o fix broken menu update for sorting type, we have to
8815                   get this info from the summaryview now
8816                 o removed setting of threaded state in menu callback
8817         * src/summaryview.[ch]
8818                 more summaryview/folderitem seperation for
8819                 threading option
8820         * configure.in
8821                 removed not required --with-compiler-flags option
8822
8823 2002-08-21 [oliver]     0.8.1claws94
8824         
8825         * src/toolbar.h 
8826                 o rename toolbar.xml to toolbar_main.xml
8827                   since toolbar_compose.xml might come up 
8828                   any time soon
8829         * README.claws
8830                 add custom toolbar              
8831
8832 2002-08-21 [darko]      0.8.1claws93
8833
8834         * src/procmsg.c
8835                 don't reset tmp flags for messages copied
8836                 to sent folder
8837
8838 2002-08-21 [colin]      0.8.1claws92
8839         
8840         * src/prefs_filtering.c
8841                 fix renaming rules on folder rename 
8842                 when folder is not a leaf folder
8843
8844 2002-08-21 [paul]       0.8.1claws91
8845
8846         * src/prefs_folder_item.c
8847                 fix alignment of colour selector
8848
8849 2002-08-21 [paul]       0.8.1claws90
8850
8851         * sync with 0.8.1cvs27
8852                 see ChangeLog 2002-08-21
8853
8854 2002-08-21 [paul]       0.8.1claws89
8855
8856         * src/summaryview.c
8857                 fix crash when changing field type in
8858                 Quick search bar
8859
8860 2002-08-21 [colin]      0.8.1claws88
8861
8862         * src/summaryview.c
8863                 Made quick search case-insensitive
8864
8865 2002-08-21 [paul]       0.8.1claws87
8866
8867         * sync with 0.8.1cvs26
8868                 see ChangeLog 2002-08-21
8869
8870 2002-08-20 [christoph]  0.8.1claws86
8871
8872         * src/folderview.c
8873         * src/main.c
8874         * src/summaryview.[ch]
8875                 more summaryview/folderitem seperation for
8876                 sort_key and sort_type
8877         * src/procmsg.c
8878                 added missing return statement
8879
8880 2002-08-20 [colin]      0.8.1claws85
8881
8882         * src/summaryview.[ch]
8883                 Added a quick search box
8884         * src/mainwindow.c
8885         * src/prefs_common.[ch]
8886                 Added a show/hide option for the quick search
8887
8888 2002-08-20 [oliver]     0.8.1claws84
8889         
8890         * src/mainwindow.c
8891                 remove toolbar_create_popups
8892         * src/toolbar.[ch]
8893                 o remove toolbar_create_popups
8894                 o fix toolbar_set_sensitive 
8895                   (Bug reports #596834 and #596832)     
8896         * src/prefs_toolbar.c
8897                 o add "Set default" button
8898                 o align label and text + combo widgets
8899
8900 2002-08-20 [hoa]        0.8.1claws83bis
8901
8902         * src/imap.c
8903                 fixed a bug in imap_fetch_msginfo() in case there is no
8904                 current folder.
8905
8906 2002-08-20 [darko]      0.8.1claws83
8907
8908         * src/folderview.c
8909                 copy the color style of folder view so it
8910                 works with GTK themes
8911
8912 2002-08-20 [darko]      0.8.1claws82
8913
8914         * src/folder.h
8915         * src/folderview.c
8916         * src/prefs_folder_item.[hc]
8917                 don't use UI stuff in folder.h
8918
8919 2002-08-20 [darko]      0.8.1claws81
8920
8921         * src/folder.h
8922         * src/prefs_folder_item.h
8923         * src/folderview.c
8924         * src/prefs_folder_item.c
8925                 ability to set folder color in folderview
8926
8927 2002-08-19 [alfons]     0.8.1claws80
8928
8929         * src/summaryview.c
8930                 fix one of the earlier memleaks reported by Martin Kluge
8931
8932 2002-08-19 [alfons]     0.8.1claws79
8933
8934         * src/mainwindow.c
8935                 hide notice view when selecting seperate folder
8936                 view (reported by Urke MMI)
8937
8938 2002-08-19 [christoph]  0.8.1claws78
8939
8940         * src/folderview.c
8941         * src/prefs_folder_item.h
8942         * src/summaryview.[ch]
8943                 o add summary_set_prefs_from_folderitem to set
8944                   summaryview prefs (first step to remove all
8945                   references to the folderitem in summaryview)
8946                 o moved compiled regex stuff from folderitem prefs
8947                   to summaryview code
8948
8949 2002-08-19 [paul]       0.8.1claws77
8950
8951         * src/compose.c
8952                 add check for '.' to QUOTE_IF_REQUIRED
8953
8954 2002-08-19 [paul]       0.8.1claws76
8955
8956         * src/inc.c
8957                 sync with 0.8.1cvs25 (plug memory leak)
8958
8959         * src/prefs_toolbar.c
8960                 re-order prefs_toolbar_cancel()
8961
8962 2002-08-18 [alfons]     0.8.1claws75
8963
8964         * src/inc.c
8965         * src/matcher.c
8966                 plug other memleaks reported by Martin Kluge
8967
8968 2002-08-18 [paul]       0.8.1claws74
8969
8970         * po/pt_BR.po
8971                 updated by Fabio Jr. Beneditto
8972
8973 2002-08-18 [paul]       0.8.1claws73
8974
8975         * src/toolbar.[ch]
8976                 fix bug where tooltips were displayed untranslated              
8977
8978         * src/prefs_toolbar.c
8979                 fix bug where clicking 'Cancel' creates an icon & text
8980                 toolbar regardless of prefs
8981         
8982
8983 2002-08-17 [oliver]     0.8.1claws72
8984
8985         * src/prefs_toolbar.c
8986                 update toolbar on CANCEL
8987                 bug reported by Martin Kluge
8988         * src/toolbar.c
8989                 toolbar_destroy memleak fixed           
8990
8991 2002-08-17 [alfons]     0.8.1claws71
8992
8993         * src/toolbar.c
8994                 plug another memleak reported by Martin Kluge
8995
8996 2002-08-16 [alfons]     0.8.1claws70
8997
8998         * src/crash.c
8999                 use execvp() correctly (suggested by wwp; thanks!)
9000
9001 2002-08-16 [alfons]     0.8.1claws69
9002
9003         * src/gtksctree.c
9004                 plug memory leak reported by Kim Schultz & Martin Kluge
9005
9006 2002-08-16 [paul]       0.8.1claws68
9007
9008         * po/es.po
9009                 updated by Ricardo Mones Lastra
9010
9011 2002-08-16 [paul]       0.8.1claws67
9012
9013         * src/toolbar.h
9014                 fix bug where 'Compose News' icon showed wrong
9015                 tooltip
9016
9017 2002-08-16 [paul]       0.8.1claws66
9018
9019         * sync with 0.8.1cvs24
9020                 see ChangeLog 2002-08-16
9021
9022         * po/it.po
9023                 updated by Alessandro Maestri
9024
9025 2002-08-15 [paul]       0.8.1claws65
9026
9027         * po/sr.po
9028                 updated by Urke MMI
9029
9030 2002-08-15 [paul]       0.8.1claws64
9031
9032         * src/*.c
9033                 don't translate debug info
9034
9035         * src/matcher.[ch]
9036                 add copyright info
9037
9038 2002-08-15 [paul]       0.8.1claws63
9039
9040         * src/prefs_toolbar.c
9041                 fix bug where clicking 'OK' creates an icon & text
9042                 toolbar regardless of prefs
9043
9044 2002-08-14 [alfons]     0.8.1claws62
9045
9046         * src/main.c
9047                 add global var that has the full argv[0]
9048         * src/crash.c
9049                 o execvp the correct sylpheed by using argv0
9050                   and setting the correct work dir
9051                 o other tweaks  
9052
9053 2002-08-14 [oliver]     0.8.1claws61
9054         
9055         * enable/disable Toolbar Action Buttons 
9056         * code cleanups
9057         * src/mainwindow.c
9058         * src/toolbar.[ch]      
9059         * src/prefs_toolbar.c   
9060
9061 2002-08-14 [melvin]     0.8.1claws60
9062
9063         * po/fr.po
9064                 Updated French translations
9065
9066 2002-08-14 [melvin]     0.8.1claws59
9067
9068         * src/crash.c
9069                 Made bug report not translatable
9070         * src/exporthtml.c
9071                 Fixed exporthtml_build_filespec() return value
9072         * src/foldersel.c
9073                 Fixed incorrect include file
9074         * src/gtkspell.c
9075         * src/prefs_actions.c
9076         * src/prefs_toolbar.c
9077                 Made debug info not translatable
9078         * src/mutt.c
9079         * src/quote_fmt.c
9080                 Added missing includes
9081         * src/prefs_common.c
9082                 Fixed typo
9083
9084 2002-08-14 [paul]       0.8.1claws58
9085
9086         * faq/es/sylpheed-faq.html
9087           faq/es/sylpheed-faq-[1-3].html
9088           faq/es/sylpheed-faq-4.html     **NEW FILE **
9089                 update Spanish FAQ
9090
9091 2002-08-13 [christoph]  0.8.1claws57
9092
9093         * src/procmsg.c
9094                 ignore thread fix that did not mark all
9095                 child nodes of a ignored thread as
9096                 ignored. Does not work perfectly yet,
9097                 but it is better now
9098
9099 2002-08-13 [alfons]     0.8.1claws56
9100
9101         * src/crash.c
9102                 o implement 'save crash log'
9103                 o some tweaks
9104
9105 2002-08-13 [melvin]     0.8.1claws55
9106
9107         * src/main.c
9108                 removed unrequired "execinfo.h" header
9109
9110 2002-08-12 [paul]       0.8.1claws54
9111
9112         * faq/en/sylpheed-faq.html
9113           faq/en/sylpheed-faq-[1-3].html
9114           faq/en/sylpheed-faq-4.html     **NEW FILE **
9115                 update English FAQ
9116
9117 2002-08-12 [alfons]     0.8.1claws53
9118
9119         * po/POTFILES.in
9120                 add crash.c to translatables
9121         * src/crash.c
9122                 bring in Leandro's crash dialog
9123
9124 2002-08-11 [alfons]     0.8.1claws52
9125
9126         * src/crash.c
9127                 clean up some warnings
9128
9129 2002-08-11 [alfons]     0.8.1claws51
9130
9131         * acconfig.h
9132         * configure.in
9133         * src/crash.[ch]        ** NEW FILES **
9134         * src/main.c            
9135                 initial gdb crash handler
9136
9137 2002-08-11 [paul]       0.8.1claws50
9138
9139         * src/prefs_toolbar.c
9140                 replace Up/Down arrow pixmaps with text to be
9141                 consistent across icon themes
9142
9143 2002-08-11 [paul]       0.8.1claws49
9144
9145         * src/prefs_common.c
9146           src/prefs_toolbar.c
9147                 rename 'Pixmap' -> 'Icon'
9148
9149         * src/toolbar.[ch]
9150                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9151
9152 2002-08-10 [paul]       0.8.1claws48
9153
9154         * src/prefs_toolbar.c
9155                 re-work the UI
9156
9157 2002-08-10 [paul]       0.8.1claws47
9158
9159         * src/main.c
9160                 don't write Processing progress to status bar
9161                 patch submitted by Alexander Evseev
9162
9163         * src/prefs_toolbar.c
9164                 re-position and resize window
9165                 make window assume correct size on first call
9166
9167 2002-08-10 [paul]       0.8.1claws46
9168
9169         * src/mainwindow.c
9170           src/prefs_toolbar.c
9171           src/toolbar.c
9172           src/toolbar.h
9173                 obey coding style
9174                 follow UI text conventions
9175
9176 2002-08-10 [alfons]     0.8.1claws45
9177
9178         * src/toolbar.c
9179                 correct pixmap for delete action
9180
9181 2002-08-10 [paul]       0.8.1claws44
9182
9183         * po/pt_BR.po
9184                 updated by Fabio Jr. Beneditto
9185
9186 2002-08-10 [paul]       0.8.1claws43
9187
9188         * po/POTFILES.in
9189                 add custom toolbar files
9190
9191 2002-08-10 [paul]       0.8.1claws42
9192
9193         * sync with 0.8.1cvs22
9194                 see ChangeLog 2002-08-09
9195
9196 2002-08-09 [paul]       0.8.1claws41
9197
9198         * tools/Makefile.am
9199           tools/README
9200           tools/outlook2sylpheed.pl     ** NEW FILE **
9201                 add script to convert exported Outlook
9202                 contacts list to a Sylpheed addressbook.
9203                 Submitted by Ricardo Mones Lastra.
9204
9205 2002-08-09 [paul]       0.8.1claws40
9206
9207         * AUTHORS
9208           configure.in
9209           po/sr.po      ** NEW FILE **
9210                 add Serbian message catalog. Submitted by
9211                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9212
9213 2002-08-09 [paul]       0.8.1claws39
9214
9215         * sync with 0.8.1cvs21
9216                 see ChangeLog 2002-08-08
9217
9218 2002-08-08 [oliver]     0.8.1claws38
9219
9220         * src/mainwindow.c
9221                 move Custom Toolbar to Configuration menu
9222
9223 2002-08-08 [oliver]     0.8.1claws37
9224
9225         * src/prefs_toolbar.c
9226                 fix substitute pixmap bug
9227
9228 2002-08-08 [paul]       0.8.1claws36
9229
9230         * sync with 0.8.1cvs19
9231                 see ChangeLog 2002-08-08
9232
9233 2002-08-07 [christoph]  0.8.1claws35
9234
9235         * src/utils.c
9236                 fixed a memory leak in new canonicalize_file_replace
9237
9238 2002-08-07 [christoph]  0.8.1claws34
9239
9240         * src/utils.[ch]
9241                 o canonicalize_file_replace should create the temporary
9242                   file in the same directory as the original file.
9243                 o added get_tmpfile_in_dir that creates a temorary file
9244                   in a specified directory.
9245
9246 2002-08-07 [melvin]     0.8.1claws33
9247
9248         * src/toolbar.c
9249                 fixed bug where 'Article' button acted as 'Email' button.
9250
9251 2002-08-07 [paul]       0.8.1claws32
9252
9253         * sync with 0.8.1.cvs17
9254                 see ChangeLog 2002-08-07
9255
9256 2002-08-07 [colin]      0.8.1claws31
9257         
9258         * src/news.c
9259                 fix mass-cancel problem
9260
9261 2002-08-07 [thorsten]   0.8.1claws30
9262
9263         * src/prefs_toolbar.c
9264                 fix: crash on replace or add new button
9265         * src/toolbar.c
9266                 fix: close xmlfile after reading
9267         * src/utils.c
9268                 fix: unlink() file before rename()
9269
9270 2002-08-06 [paul]       0.8.1claws29
9271
9272         * sync with 0.8.cvs15
9273                 see ChangeLog 2002-08-06
9274
9275 2002-08-06 [oliver]     0.8.1claws28
9276
9277         * src/toolbar.c
9278         * src/prefs_toolbar.c
9279                 fixed empty toolbar issue
9280
9281 2002-08-06 [oliver]     0.8.1claws27
9282
9283         * Custom Toolbar Final 
9284         * src/folderview.c
9285         * src/inc.c
9286         * src/summaryview.c
9287                 o toolbar stuff now lives in src/toolbar.[ch]
9288                 o main_window_toolbar_* functions are renamed to
9289                   toolbar_* reflecting their new source file
9290         * src/mainwindow.[ch]
9291                 o remove toolbar stuff  
9292
9293 2002-08-06 [oliver]     0.8.1claws26
9294         
9295         * src/Makefile.am
9296         * src/prefs_toolbar.[ch]        **New File**
9297         * src/toolbar.[ch]              **New File**
9298                 o prefs_toolbar.[ch] custom toolbar frontend
9299                 o toolbar.[ch]       backend 
9300
9301 2002-08-06 [oliver]     0.8.1claws25
9302
9303         * src/prefs_actions.[ch]
9304                 o new exported function actions_execute
9305
9306 2002-08-06 [paul]       0.8.1claws24
9307
9308         * sync with 0.8.1cvs4
9309                 see ChangeLog 2002-08-06
9310
9311 2002-08-06 [paul]       0.8.1claws23
9312
9313         * sync with 0.8.1cvs13
9314                 see ChangeLog 2002-08-06
9315
9316 2002-08-06 [paul]       0.8.1claws22
9317
9318         * sync with 0.8.1cvs12
9319                 see ChangeLog 2002-08-05 and 2002-08-06
9320
9321 2002-08-06 [match]      0.8.1claws21
9322
9323         * src/addrclip.c
9324                 improvements to cut/copy/paste address
9325
9326 2002-08-05 [match]      0.8.1claws20
9327
9328         * src/addritem.[ch]
9329         * src/addrcache.c
9330         * src/addrbook.c
9331         * src/editaddress.c
9332         * src/addressbook.c
9333                 fixes to improve cut/copy/paste
9334
9335 2002-08-06 [melvin]     0.8.1claws19
9336
9337         * src/account.[ch]
9338                 account_find_all_from_address(): new function that returns the
9339                 list of all accounts that are matched in an address.
9340         * src/alertpanel.[ch]
9341                 alertpanel() now accepts a custom widget
9342                 alertpanel_with_widget(): new function that pops up a panel with
9343                 a custom widget in it 
9344         * src/gtkutils.[ch]
9345                 gtkut_account_menu_new(): new function that allows the selection
9346                 of an account from a list of accounts.
9347         * src/messageview.c
9348                 Extended Return Receipt notification to select the correct 
9349                 account and to make a security test on the Delivery-Notification
9350                 address which should be the same as the Return-Path.
9351
9352 2002-08-06 [thorsten]   0.8.1claws18
9353
9354         * src/mimeview.c
9355                 attach_all: save unnamed as "noname.%d",
9356                 dont free static dirname
9357
9358 2002-08-05 [alfons]     0.8.1claws17
9359
9360         * configure.in
9361                 detect XIM by trying to link rather than compile a XIM program
9362
9363 2002-08-05 [oliver]     0.8.1claws16
9364                 
9365         * src/stock_pixmap.[ch]
9366                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9367                 o new func to retrieve pixmaps
9368
9369 2002-08-05 [paul]       0.8.1claws15
9370
9371         * sync with 0.8.1cvs10
9372                 see ChangeLog 2002-08-05
9373
9374 2002-08-04 [alfons]     0.8.1claws14
9375
9376         * src/textview.c
9377                 see if this plugs memleak
9378
9379 2002-08-04 [melvin]     0.8.1claws13
9380
9381         * src/gtkspell.c
9382                 fixed bug that could crash Sylpheed when highlighting
9383                 all misspelled words.
9384
9385 2002-08-03 [melvin]     0.8.1claws12
9386
9387         * src/prefs_actions.c
9388                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9389         * src/messageview.c
9390                 fixed bug where the Return Receipt was sent to
9391                 Delivery-Notification-To address even if it was not present
9392
9393 2002-08-02 [alfons]     0.8.1claws11
9394
9395         * src/prefs_actions.c
9396                 o more check for NULLs
9397                 o put create_io_dialog() in right conditional block
9398
9399 2002-08-02 [paul]       0.8.1claws10
9400
9401         * po/es.po
9402                 updated by Ricardo Mones Lastra
9403
9404 2002-08-01 [christoph]  0.8.1claws9
9405
9406         * src/folder.c
9407                 don't free the cache of the opened
9408                 folder in the summaryview
9409         * src/summaryview.c
9410                 don't unset flags, if it is not required
9411
9412 2002-08-01 [paul]       0.8.1claws8
9413
9414         * sync with 0.8.1cvs8
9415                 see ChangeLog entry 2002-08-01
9416
9417 2002-08-01 [paul]       0.8.1claws7
9418
9419         * sync with 0.8.1cvs7
9420                 see ChangeLog 2002-07-31 and 2002-08-01
9421
9422 2002-07-31 [christoph]  0.8.1claws6
9423
9424         * src/mainwindow.c
9425                 forgot to update menu sensitivity
9426                 function for new menu entry
9427
9428 2002-07-31 [alfons]     0.8.1claws5
9429
9430         * src/main.c
9431                 check folder item and its path for NULL on
9432                 initial processing
9433
9434 2002-07-31 [christoph]  0.8.1claws4
9435
9436         * src/folder.c
9437                 check if folder_item_get_msginfo in
9438                 folder_item_remove_msg returned NULL
9439         * src/imap.c
9440                 better clear the uid cache in the
9441                 uid validity check function and delete
9442                 cached messages
9443
9444 2002-07-31 [paul]       0.8.1claws3
9445
9446         * man/sylpheed.1
9447                 add the '--attach' option and a few other
9448                 minor changes
9449
9450 2002-07-31 [paul]       0.8.1claws2
9451
9452         * sync with 0.8.1cvs5
9453                 see ChangeLog 2002-07-31
9454
9455 2002-07-31 [christoph]  0.8.1claws1
9456
9457         * src/folderview.[ch]
9458         * src/mainwindow.c
9459                 replace "Rescan all folders..." with
9460                 "Check all folders for new messages..."
9461
9462 2002-07-30 [paul]       0.8.1claws
9463
9464         * version 0.8.1claws released
9465
9466 2002-07-30 [paul]       0.8.0claws29
9467
9468         * tools/OOo2sylpheed.pl ** NEW FILE **
9469           tools/README
9470                 add script to enable sending documents as
9471                 attachments from OpenOffice.org
9472
9473 2002-07-30 [melvin]     0.8.0claws28
9474
9475         * src/prefs_actions.c
9476                 Made the actions' input/output dialog display
9477                 without delay.
9478
9479 2002-07-30 [christoph]  0.8.0claws27
9480
9481         * src/procmsg.c
9482                 check if folder_item_get_msginfo in
9483                 procmsg_save_to_outbox returned NULL
9484
9485 2002-07-30 [paul]       0.8.0claws26
9486
9487         * sync with 0.8.1cvs4
9488                 see ChangeLog 2002-07-29
9489
9490 2002-07-29 [thorsten]   0.8.0claws25
9491
9492         * README.claws
9493                 added selective download, delete on server
9494
9495 2002-07-29 [paul]       0.8.0claws24
9496
9497         * sync with 0.8.1cvs3
9498                 see ChangeLog 2002-07-29
9499
9500 2002-07-27 [christoph]  0.8.0claws23
9501
9502         * src/folder.c
9503                 add extra check if fetching the msginfo
9504                 returned NULL
9505
9506 2002-07-27 [paul]       0.8.0claws22
9507
9508         * sync with 0.8.1cvs2
9509                 see ChangeLog 2002-07-26
9510
9511 2002-07-27 [christoph]  0.8.0claws21
9512
9513         * src/imap.c
9514                 add another check if a valid msginfo
9515                 was returned
9516
9517 2002-07-26 [hoa]        0.8.0claws20
9518
9519         * src/folder.c
9520                 Fixed a condition in folder_item_destroy()
9521
9522         * src/imap.c
9523                 Fixed an error in IMAP protocol
9524
9525 2002-07-26 [alfons]     0.8.0claws19
9526
9527         * src/folder.c
9528                 ofcourse compare with identifier, not the path
9529
9530 2002-07-26 [alfons]     0.8.0claws18
9531
9532         * src/folder.c
9533                 use folder item identifier for saving / restoring
9534                 preferences because folder->path might not be unique
9535
9536 2002-07-26 [melvin]     0.8.0claws17
9537
9538         * src/logwindow.c
9539                 Fixed a crash introduced in 0.8.0claws5 when log is 
9540                 cut under 80 characters.
9541
9542 2002-07-26 [paul]       0.8.0claws16
9543
9544         * sync with 0.8.1cvs1
9545                 see ChangeLog 2002-07-26
9546
9547 2002-07-26 [christoph]  0.8.0claws15
9548
9549         * src/imap.[ch]
9550                 imap folder now remembers the last selected
9551                 folder and imap_fetch_msginfo skips selecting
9552                 the folder if it is already selected
9553
9554 2002-07-26 [christoph]  0.8.0claws14
9555
9556         * src/folder.c
9557         * src/folderview.c
9558         * src/imap.c
9559                 fix imap folder rescanning
9560
9561 2002-07-25 [christoph]  0.8.0claws13
9562
9563         * src/filter.c
9564         * src/folder.[ch]
9565         * src/folderview.c
9566         * src/imap.[ch]
9567         * src/mainwindow.c
9568         * src/mbox_folder.c
9569         * src/mh.c
9570         * src/news.c
9571                 implement imap uid cache and uid validity check
9572
9573 2002-07-25 [alfons]     0.8.0claws12
9574
9575         * src/summaryview.c
9576                 fix a brown paper bag bug, and also add some more
9577                 checks
9578
9579 2002-07-25 [christoph]  0.8.0claws11
9580
9581         * src/folder.c
9582                 don't mix copy, fetch_msginfo and remove
9583                 operations in folder item copy and move
9584                 operations
9585
9586 2002-07-25 [christoph]  0.8.0claws10
9587
9588         * src/folderview.c
9589         * src/mainwindow.c
9590         * src/prefs_folder_item.c
9591         * src/summaryview.[ch]
9592                 remove no longer required parameter update_cache from
9593                 summary_show
9594
9595 2002-07-25 [paul]       0.8.0claws9
9596
9597         * sync with 0.8.1
9598         
9599         * AUTHORS
9600                 a few corrections
9601
9602 2002-07-24 [alfons]     0.8.0claws8
9603
9604         * src/summaryview.c
9605                 sort correctly when using simplified subject line
9606                 (closes feature request "[ 585141 ] applying regexp to subject 
9607                 before sort" submitted by Alexandra Walford)
9608
9609 2002-07-24 [paul]       0.8.0claws7
9610
9611         * sync with 0.8.0cvs3
9612                 see ChangeLog 2002-07-24
9613
9614 2002-07-23 [christoph]  0.8.0claws6
9615
9616         * src/folder.c
9617         * src/folder.h
9618         * src/summaryview.c
9619         * src/summaryview.h
9620         * src/main.c
9621                 o separate processing and summaryview
9622                 o removed summary_write_cache from summaryview
9623                 o removed summaryview->killed_messages, because we don't have
9624                   to keep a list of killed messages anymore. New cache will
9625                   keep the hidden messages in cache anyway
9626         * src/folderview.c
9627         * src/inc.c
9628         * src/selective_download.c
9629                 o removed unnecessary summary_write_cache calls
9630         * src/procmsg.c
9631                 o don't set ignore thread flag in procmsg_get_thread_tree
9632                   if it is already set
9633         * src/mainwindow.c
9634         * src/statusbar.h
9635                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9636                   they are used in different files
9637
9638 2002-07-23 [melvin]     0.8.0claws5
9639
9640         * src/addressbook.c
9641         * src/addrgather.c
9642         * src/editaddress.c
9643         * src/editgroup.c
9644         * src/editldap_basedn.c
9645         * src/importldif.c
9646         * src/prefs_common.c
9647                 Fixed few memory leak (gtk_editable_get_chars returns
9648                 an allocated string)
9649         * src/logwindow.c
9650                 Fixed few memory leak (gtk_editable_get_chars returns
9651                 an allocated string) and modified a little the log cutting
9652                 loop.
9653         * src/compose.c
9654                 Replaced a call to an obsolete function gtk_entry_get_text()
9655                 by gtk_editable_get_chars()
9656         * src/send.c
9657                 Removed a debug printf
9658
9659 2002-07-23 [christoph]  0.8.0claws4
9660
9661         * src/filesel.c
9662                 fix another g_dirname memory leak
9663
9664 2002-07-23 [christoph]  0.8.0claws3
9665
9666         * src/mh.c
9667                 fixed a memory leak in mh_fetch_msginfo
9668                 fixed crash when message header could not be
9669                 parsed
9670
9671 2002-07-23 [paul]       0.8.0claws2
9672
9673         * sync with 0.8.0cvs2
9674                 see ChangeLog 2002-07-23
9675
9676 2002-07-23 [paul]       0.8.0claws1
9677
9678         * sync with 0.8.0cvs1
9679                 see ChangeLog 2002-07-23
9680
9681 2002-07-23 [paul]       0.8.0claws
9682
9683         * release of 0.8.0claws
9684
9685 2002-07-23 [paul]       0.7.8claws99
9686
9687         * po/ru.po
9688                 new Russian translation, submitted by
9689                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9690
9691 2002-07-22 [jens]       0.7.8claws98
9692
9693         * po/de.po
9694                 Updated German translations.
9695
9696 2002-07-22 [paul]       0.7.8claws97
9697
9698         * po/es.po
9699           po/it.po
9700           po/nl.po
9701           po/pt_BR.po
9702                 updated translations by Ricardo Mones Lastra,
9703                 Alessandro Maestri, Wilbert Berendsen and 
9704                 Fabio Jr. Beneditto respectively
9705
9706 2002-07-22 [christoph]  0.7.8claws96
9707
9708         * src/mimeview.c
9709                 fix memory leak caused by wrong g_dirname usage
9710
9711 2002-07-22 [christoph]  0.7.8claws95
9712
9713         * src/summaryview.c
9714                 update new and unread message counts for summaryview
9715                 summaryview does not get it from the folder anymore
9716                 and has to update the values itself
9717
9718 2002-07-22 [melvin]     0.7.8claws94
9719
9720         * po/fr.po
9721                 Updated French translations.
9722
9723 2002-07-22 [christoph]  0.7.8claws93
9724
9725         * src/matcher.c
9726                 set prop->preg pointer to NULL or following check
9727                 will not fail and regexec will be called with
9728                 invalid pointer
9729
9730 2002-07-21 [alfons]     0.7.8claws92
9731         
9732         * src/prefs_common.[ch]
9733                 remove option "Send return receipt on request"
9734
9735 2002-07-21 [thorsten]   0.7.8claws91
9736
9737         * src/mimeview.c
9738                 fixed memleaks, coding style as pointed out by alfons
9739
9740 2002-07-21 [alfons]     0.7.8claws90
9741
9742         * src/messageview.c
9743         * src/noticeview.[ch]
9744                 o fix bug notice view being displayed when going to empty folder 
9745                   (noticed by Christoph)
9746                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9747                   (noticed by Thorsten)
9748
9749 2002-07-21 [thorsten]   0.7.8claws89
9750
9751         * src/mimeview.c
9752                 Included save_all patch from Xaview FACQ
9753                 added support for pathnames
9754
9755 2002-07-21 [alfons]     0.7.8claws88
9756
9757         * po/POTFILES.in
9758         * src/Makefile.am
9759         * src/mainwindow.c
9760         * src/messageview.[ch]
9761         * src/noticeview.c      ** NEW FILE **
9762         * src/noticeview.h      ** NEW FILE **
9763                 make return receipts work again
9764                 (UI idea by Leandro Pereira)
9765
9766 2002-07-21 [paul]       0.7.8claws87
9767
9768         * src/summaryview.c
9769                 fix sensitivity of 'Select thread'
9770
9771 2002-07-21 [paul]       0.7.8claws86
9772
9773         * src/prefs_common.c
9774                 add browser command line for Galeon
9775
9776 2002-07-21 [paul]       0.7.8claws85
9777
9778         * Makefile.am
9779                 fix 'EXTRA_DIST': remove README.README, add TODO
9780                 and TODO.claws
9781
9782 2002-07-21 [alfons]     0.7.8claws84
9783
9784         * src/gtkstext.c
9785                 make enter clear selection
9786                 (closes "[ 579888 ] Editor selection/entry error"
9787                 reported by Steve Lamb)
9788
9789 2002-07-21 [alfons]     0.7.8claws83
9790         
9791         * src/summaryview.c
9792                 sort message list when selecting unthread messages
9793                 (closes "[ 501593 ] switching threaded view doesn't sort"
9794                 reported by Simon Schubert)
9795
9796 2002-07-20 [alfons]     0.7.8claws82
9797         
9798         * src/matcher.c
9799                 const-correctness
9800
9801 2002-07-20 [thorsten]   0.7.8claws81
9802
9803         * src/matcher.c
9804                 Fixed expansion of empty fields in matchactions
9805
9806 2002-07-19 [melvin]     0.7.8claws80
9807
9808         * src/gtkspell.c
9809                 Removed a duplicate menu entry (fast mode) introduced during
9810                 the new cache merge
9811                 Added a menu separator between 'Use alternate' and 'Fast mode'
9812
9813 2002-07-19 [paul]       0.7.8claws79
9814
9815         * tools/Makefile.am
9816           tools/README
9817                 correct typos
9818
9819 2002-07-19 [thorsten]   0.7.8claws78
9820
9821         * tools/calypso_convert.pl      ** NEW FILE **
9822           tools/README
9823           tools/Makefile.am
9824                 script to import mbox files exported
9825                 by calypso
9826                 o generates folder structure
9827                 o includes attachments
9828
9829 2002-07-19 [melvin]     0.7.8claws77
9830
9831         * src/selective_download.[ch]
9832                 Fixed bug where closing the dialog with the window manager's
9833                 close button will not unlock the summary
9834                 Corrected some function declarations that missed a return value
9835                 Made the source code comply better with coding style.
9836         * src/prefs_common.c
9837                 Added new browser command line for Mozilla.
9838
9839 2002-07-18 [paul]       0.7.8claws76
9840
9841         * src/mainwindow.c
9842           src/selective_download.[ch]
9843                 reflect theme changes, fix Gdk Warning when creating 
9844                 pixmap from NULL window, and minor clean up.
9845                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9846
9847         * po/en_GB.po
9848                 updated
9849
9850 2002-07-17 [paul]       0.7.8claws75
9851
9852         * INSTALL[.jp]
9853                 sync with 0.8.0
9854         
9855         * po/en_GB.po
9856                 updated
9857
9858 2002-07-16 [paul]       0.7.8claws74
9859
9860         * tools/filter_conv.pl
9861           tools/README
9862                 replace conversion script with reimplemented version, 
9863                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9864
9865 2002-07-16 [colin]      0.7.8claws73
9866
9867         * src/summaryview.c
9868                 remove forgotten debug messages - sorry ;-)
9869
9870 2002-07-16 [colin]      0.7.8claws72
9871
9872         * src/mimeview.c
9873           src/summaryview.c
9874           src/textview.c
9875           src/textview.h
9876                 add the ability to select part of a text mime-part 
9877                 to reply.
9878
9879 2002-07-15 [christoph]  0.7.8claws71
9880
9881         * src/folder.c
9882                 fix folder message count for folders without
9883                 msg_is_changed (includes news folders)
9884
9885 2002-07-15 [martin]     0.7.8claws70
9886
9887         * src/summaryview.c
9888                 option "display recipient on 'From'..." now works
9889                 without the need of enabling the option
9890                 "display  sender  using  address  book".
9891
9892 2002-07-15 [christoph]  0.7.8claws69
9893
9894         * src/summaryview.c
9895                 removed setting folder status from summaryview.
9896                 folder.c should update all message counts correctly.
9897
9898 2002-07-15 [paul]       0.7.8claws68
9899
9900         * po/pt_BR.po
9901                 updated by Fabio Junior Beneditto
9902
9903 2002-07-15 [darko]      0.7.8claws67
9904
9905         * src/mh.c
9906                 Fixed target folder colorization, don't decrease op
9907                 number twice
9908
9909 2002-07-14 [paul]       0.7.8claws66
9910
9911         * sync with main 0.8.0
9912                 see ChangeLog 2002-07-14
9913
9914 2002-07-13 [melvin]     0.7.8claws65
9915         
9916         * src/addrbook.c
9917         * src/addressbook.c
9918         * src/addrindex.c
9919                 Replaced sprintf by g_snprintf to prevent possible buffer
9920                 overflow.
9921         * src/news.c
9922                 Corrected a log message output format.
9923                 Added a missing "done" debug output.
9924         * src/compose.c
9925                 Added keyboard accelerator for Priority menu items
9926                 Added missing \n in debug output
9927         * src/logwindow.c
9928         * src/gtkspell.c
9929         * src/rfc2015.c
9930                 Added missing \n in debug output
9931
9932 2002-07-13 [paul]       0.7.8claws64
9933
9934         * man/sylpheed.1
9935                 change Sergey's email address to the sf address
9936
9937         * src/textview.c
9938                 increase show_url_timeout (more useful for long
9939                 urls)
9940
9941 2002-07-12 [sergey]     0.7.8claws63
9942
9943         * src/rfc2015.c
9944                 applied (with some modifications) patch to set the
9945                 micalg parameter for signatures
9946                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9947
9948 2002-07-12 [sergey]     0.7.8claws62
9949
9950         * man/Makefile.am
9951         * configure.in
9952                 fixed man page installation
9953
9954 2002-07-12 [paul]       0.7.8claws61
9955
9956         * sync with 0.7.8cvs26
9957                 see ChangeLog 2002-07-11 and 2002-07-12
9958
9959 2002-07-11 [christoph]  0.7.8claws60
9960
9961         * src/compose.c
9962         * src/procmsg.c
9963                 first use the message number to find the message
9964                 to mark with a reply flag but check the
9965                 message-id if we got the correct message, if not
9966                 try to find it by message-id.
9967                 use new string seperator that is not allowed
9968                 in message-ids.
9969
9970 2002-07-11 [paul]       0.7.8claws59
9971
9972         * sync with 0.7.8cvs23
9973                 see ChangeLog 2002-07-10
9974
9975 2002-07-10 [christoph]  0.7.8claws58
9976
9977         * src/folder.[ch]
9978         * src/msgcache.[ch]
9979                 Added message-id table to the cache in memory
9980                 and functions to msgcache.c and folder.c to
9981                 fetch MsgInfos by message id
9982         * src/compose.c
9983         * src/procmsg.c
9984                 store folder and message-id of message replying
9985                 to in queue header and set reply flag after sending
9986                 (Closes bug #469498)
9987
9988 2002-07-10 [paul]       0.7.8claws57
9989
9990         * AUTHORS
9991           man/sylpheed.1.gz
9992                 add Martin to the list of authors
9993
9994 2002-07-09 [martin]     0.7.8claws56
9995         * src/gtksctree.c
9996                 Added gtk_ctree_last_visible(), tree_update_level(),
9997                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9998                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9999                 from gtk+ to gtksctree.c for the new sorting code
10000                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10001                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10002         * src/gtksctree.h
10003                 Added declaration for gtk_sctree_sort_recursive() and
10004                 gtk_sctree_sort_node
10005         * src/addressbook.c
10006         * src/foldersel.c
10007         * src/folderview.c
10008         * src/summaryview.c
10009                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10010                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10011
10012 2002-07-08 [paul]       0.7.8claws55
10013
10014         * more sync with 0.7.8cvs21
10015                 see ChangeLog 2002-07-08
10016
10017 2002-07-08 [paul]       0.7.8claws54
10018
10019         * sync with 0.7.8cvs21
10020                 see ChangeLog 2002-07-08
10021
10022 2002-07-07 [alfons]     0.7.8claws53
10023
10024         * src/Makefile.am
10025         * src/stock_pixmap.[ch]
10026         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10027         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10028         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10029                 add new pixmaps for upcoming notice pane
10030
10031 2002-07-06 [melvin]     0.7.8claws52
10032
10033         * src/gtkspell.[ch]
10034                 Made them a bit closer to Sylpheed's coding style.
10035                 Removed old code.
10036                 Removed possible memory leaks when some errors occurs.
10037
10038 2002-07-06 [melvin]     0.7.8claws51
10039
10040         * po/Makefile.in.in
10041                 Removed --no-location in xgettext command line to help
10042                 translators that use Emacs' po-mode
10043         * src/quote_fmt.c
10044                 Removed unnecessary comments that messed up sylpheed.pot
10045
10046 2002-07-06 [paul]       0.7.8claws50
10047
10048         * sync with 0.7.8cvs19
10049                 see ChangeLog 2002-07-05
10050
10051 2002-07-06 [christoph]  0.7.8claws49
10052
10053         * src/folder.c
10054         * src/mainwindow.c
10055                 fix folder_item_remove_all_msg and folderview
10056                 status for trash folders after emptying trash
10057
10058 2002-07-05 [paul]       0.7.8claws48
10059
10060         * sync with 0.7.8cvs16
10061                 see ChangeLog 2002-07-04 and 2002-07-05
10062
10063 2002-07-04 [paul]       0.7.8claws47
10064
10065         * sync with 0.7.8cvs14
10066                 see  ChangeLog 2002-07-04
10067
10068 2002-07-03 [alfons]     0.7.8claws46
10069
10070         * src/folder.c
10071                 dupe folder item's path because it's being reallocated
10072                 by new folder scanning code
10073
10074 2002-07-03 [christoph]  0.7.8claws45
10075
10076         * src/imap.c
10077                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10078         * src/msgcache.c
10079                 add missing return in msgcache_write
10080
10081 2002-07-02 [thorsten]   0.7.8claws44
10082
10083         * src/jpilot.c
10084         * src/msgcache.c
10085         * src/rfc2015.c
10086                 use binary mode for file access
10087
10088 2002-07-02 [christoph]  0.7.8claws43
10089
10090         * major code cleanup (part 1)
10091         
10092                 - unused variables removed
10093                 - unused functions removed
10094                 - uninitialized variables checked
10095                 - missing return statements added
10096                 - missing function return types added
10097                 - added parentheses around assignment and
10098                   && in || when suggested by gcc
10099               
10100         * src/mh.c
10101         * src/folder.c
10102                 replaced direct calls to folder->scan_tree
10103                 with folder_scan_tree and restore folder
10104                 prefs in this function. The folder should
10105                 not have to deal with them.
10106                 ( Should now work for all folder types )
10107
10108 2002-07-02 [paul]       0.7.8claws42
10109
10110         * sync with 0.7.8cvs13
10111                 see ChangeLog 2002-07-01 and 2002-07-02
10112
10113 2002-07-01 [christoph]  0.7.8claws41
10114
10115         * src/summaryview.c
10116                 fix "goto next/prev unread message" with
10117                 ignored threads
10118
10119 2002-07-01 [paul]       0.7.8claws40
10120
10121         * po/es.po
10122                 updated by Ricardo Mones Lastra
10123
10124 2002-06-30 [match]      0.7.8claws39
10125
10126         * src/jpilot.c
10127                 applied variation of leonerd's patch (566661) to
10128                 allow multiple email addresses per JPilot entry.
10129                 addresses may be separated by space, comma, pipe,
10130                 semi-colon, new-line.
10131
10132 2002-06-30 [alfons]     0.7.8claws38
10133
10134         * src/procmsg.c
10135                 simple fix for putting older nodes before
10136                 newer nodes when threading by subject
10137
10138 2002-06-30 [christoph]  0.7.8claws37
10139
10140         * src/folder.c
10141         * src/folderview.c
10142         * src/mh.c
10143         * src/news.c
10144         * src/procmsg.c
10145                 fix broken folder tree rescaning
10146                 and don't use procmsg_get_mark_sum
10147                 anymore
10148
10149 2002-06-30 [christoph]  0.7.8claws36
10150
10151         * merge new cache branch
10152         * src/imap.c
10153                 fix new cache imap copy bug
10154         * src/folder.c
10155                 improved folder_item_scan
10156                 it should now always set the correct
10157                 new, unread and total message counts
10158
10159 2002-06-29 [paul]       0.7.8claws35
10160
10161         * configure.in
10162                 correct syntax error
10163
10164 2002-06-29 [paul]       0.7.8claws34
10165
10166         * configure.in
10167           Makefile.am
10168           man/Makefile.am       ** NEW FILE **
10169           man/sylpheed.1.gz     ** NEW FILE **
10170                 add Sylpheed man page
10171
10172 2002-06-29 [paul]       0.7.8claws33
10173
10174         * po/pt_BR.po
10175                 updated by Fabio Junior Beneditto
10176
10177 2002-06-28 [jens]       0.7.8claws32
10178
10179         * po/de.po
10180                 translation updated
10181
10182         * src/selective_download.c
10183                 removed gettext for space " "
10184
10185         * src/imap.c
10186                 removed wrong space
10187
10188 2002-06-28 [paul]       0.7.8claws31
10189
10190         * sync with 0.7.8cvs11
10191                 see ChangeLog 2002-06-28
10192
10193 2002-06-28 [paul]       0.7.8claws30
10194
10195         * sync with 0.7.8cvs10
10196                 see ChangeLog 2002-06-27 and 2002-06-28
10197
10198 2002-06-26 [paul]       0.7.8claws29
10199
10200         * src/addrgather.c
10201           src/selective_download.c
10202                 don't gettextise empty strings.
10203                 reserved by gettext. gettext("") returns 
10204                 the header entry with meta information, 
10205                 not the empty string
10206
10207         * po/en_GB.po
10208                 updated
10209
10210 2002-06-26 [paul]       0.7.8claws28
10211
10212         * sync with 0.7.8cvs7
10213                 see ChangeLog 2002-06-25
10214
10215         * src/prefs_common.c
10216                 ...and in the process, tweak the gui a little
10217
10218 2002-06-25 [alfons]     0.7.8claws27
10219         
10220         * configure.in
10221         * src/Makefile.am
10222                 fine tune ldap library detection
10223
10224 2002-06-25 [alfons]     0.7.8claws26
10225
10226         * src/compose.c
10227                 don't allow return receipts when composing a news article
10228
10229 2002-06-25 [paul]       0.7.8claws25
10230
10231         * Makefile.am
10232                 add '$(AMTAR)' to 'release' section to allow for
10233                 new and older autotools
10234
10235 2002-06-25 [paul]       0.7.8claws24
10236
10237         * src/summaryview.c
10238                 fix "No more unread messages" persistant pop-up
10239                 window bug
10240
10241 2002-06-25 [paul]       0.7.8claws23
10242
10243         * po/it.po
10244                 updated by Alessandro Maestri
10245
10246 2002-06-25 [paul]       0.7.8claws22
10247
10248         * sync with 0.7.8cvs6
10249                 see ChangeLog 2002-06-25
10250
10251 2002-06-24 [paul]       0.7.8claws21
10252
10253         * tools/update-po
10254                 add GPL copyright information
10255
10256 2002-06-24 [paul]       0.7.8claws20
10257
10258         * tools/Makefile.am
10259           tools/README
10260           tools/update-po       ** NEW FILE **
10261                 add script that eases the creation of *.po files
10262                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10263
10264 2002-06-23 [alfons]     0.7.8claws19
10265
10266         * src/messageview.c
10267                 make notification_convert_header obey const correctness
10268                 (next step will be fixing the broken return receipt)
10269
10270 2002-06-23 [paul]       0.7.8claws18
10271
10272         * src/messageview.c
10273                 fix bug introduced in last commit:
10274                 removed too much code in last commit - put back what's
10275                 needed
10276
10277 2002-06-23 [paul]       0.7.8claws17
10278
10279         * src/messageview.[ch]
10280                 remove code committed in error from locally patched
10281                 source
10282
10283 2002-06-23 [colin]      0.7.8claws16
10284
10285         * src/compose.[ch]
10286                 add compose_entry_select(), used to select the default_to
10287                 email address - hopefully avoiding people sending mails to
10288                 wrong recipients.
10289
10290 2002-06-22 [alfons]     0.7.8claws15
10291
10292         * AUTHORS
10293                 add Bram Metsch & Stanislav Karchebny
10294         * src/smtp.[ch]
10295         * src/prefs_account.[ch]
10296         * src/send.c
10297                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10298                   options.  (see <http://sourceforge.net/tracker/index.php
10299                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10300
10301                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10302                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10303
10304 2002-06-22 [paul]       0.7.8claws14
10305
10306         * sync with 0.7.8cvs5
10307                 see ChangeLog 2002-06-19 and 2002-06-20
10308
10309 2002-06-22 [alfons]     0.7.8claws13
10310
10311         * src/selective_download.c
10312                 fix a stupid mistake I made
10313
10314 2002-06-22 [alfons]     0.7.8claws12
10315
10316         * src/selective_download.[ch]
10317                 fix another unnoticed leak; cleanup code
10318
10319 2002-06-21 [alfons]
10320
10321         * tools/Makefile.am
10322                 gpg-sign <-- gpg-sign-syl
10323
10324 2002-06-21 [alfons]     0.7.8claws11
10325
10326         * src/selective_download.c
10327         * src/selective_download.h
10328                 fix assorted mix of allocation errors (should solve
10329                 problem reported by Philippe Gramoullé, see:
10330                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10331
10332 2002-06-20 [melvin]     0.7.8claws10
10333
10334         * tools/gpg-sign *REMOVED*
10335           tools/gpg-sign-syl *ADDED*
10336                 Replaced the gpg clearsigning script with the version using
10337                 xterm instead of ssh-askpass and changed its name.
10338
10339         * README.claws
10340                 Updated actions example to reflect the renaming of the
10341                 gpg clearsigning script.
10342
10343 2002-06-19 [paul]       0.7.8claws9
10344
10345         * sync with 0.7.8claws9
10346                 see ChangeLog 2002-06-18 and 2002-06-19
10347
10348 2002-06-19 [paul]       0.7.8claws8
10349
10350         * sync with 0.7.8cvs1
10351                 see ChangeLog 2002-06-18
10352
10353 2002-06-18 [alfons]     0.7.8claws7
10354
10355         * src/mainwindow.h
10356                 add omitted prototype
10357
10358 2002-06-17 [paul]       0.7.8claws6
10359
10360         * src/mainwindow.c
10361                 fix hiding of exec_btn
10362
10363 2002-06-17 [paul]       0.7.8claws5
10364
10365         * src/pop.c
10366                 remove unneeded code: should_delete() 
10367                 and Pop3State::uidl_todelete_list
10368
10369 2002-06-17 [paul]       0.7.8claws4
10370
10371         * sync with 0.7.8
10372                 see ChangeLog 2002-06-11 and 2002-06-13
10373
10374 2002-06-16 [alfons]     0.7.8claws3
10375         
10376         * src/folder.c
10377                 make sure lock sort mode (claws specific) is
10378                 also persists after a tree rescan
10379
10380 2002-06-16 [alfons]     0.7.8claws2
10381
10382         * src/prefs_folder_item.c
10383         * src/folder.[ch]
10384                 fix persistence of folder sort mode (broken
10385                 by adapting Hiro's new folder persistence code)
10386
10387 2002-06-16 [alfons]     0.7.8claws1
10388
10389         * AUTHORS
10390         * src/logwindow.c
10391         * src/prefscommon.[ch]
10392                 control size of log text in log window; 
10393                 closes patch #569155 submitted by Mitko Haralanov.
10394
10395 2002-06-15 [paul]       0.7.8claws
10396
10397         * release of 0.7.8claws
10398
10399 2002-06-15 [paul]       0.7.7claws
10400
10401         * po/pt_BR.po
10402                 updated by Fabio Junior Beneditto
10403
10404 2002-06-14 [paul]       0.7.6claws49
10405
10406         * po/es.po
10407                 updated by Ricardo Mones Lastra
10408
10409 2002-06-14 [paul]       0.7.6claws48
10410
10411         * po/nl.po
10412                 updated translation by Wilbert Berendsen
10413
10414 2002-06-14 [melvin]     0.7.6claws47
10415
10416         * po/fr.po
10417                 Updated French translation
10418
10419 2002-06-13 [paul]       0.7.6claws46
10420
10421         * src/filesel.c
10422                 allow filename to be typed in, rather than just
10423                 selected by the mouse. Patch by Gustavo Noronha Silva.
10424
10425 2002-06-13 [alfons]     0.7.6claws45
10426
10427         * src/mainwindow.[ch]
10428                 more cleanups (removing unnecessary menu items Expand 
10429                 summary / message view)
10430
10431 2002-06-13 [melvin]     0.7.6claws44
10432
10433         * po/POTFILES.in
10434                 Added src/string_match.c
10435         * src/string_match.c
10436                 Fixed possible buffer overflow.
10437                 Corrected typo.
10438                 Added missing config.h header.
10439         * src/prefs_common.c
10440           src/prefs_matcher.c
10441           src/prefs_scoring.c
10442                 Made some strings translatable (missing _(..)).
10443
10444 2002-06-13 [melvin]     0.7.6claws43
10445
10446         * README.claws
10447                 Corrected action example (verifying clearsigned mail).
10448         * src/prefs_account.c
10449                 Corrected typo.
10450         * src/prefs_common.c
10451                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10452
10453 2002-06-12 [alfons]     0.7.6claws42
10454
10455         * src/summaryview.c
10456                 add init of score column lost in 0.7.6claws42
10457
10458 2002-06-12 [paul]       0.7.6claws41
10459
10460         * src/prefs_account.c
10461                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10462                 behavior of the radio buttons, (from 0.7.7cvs2)
10463
10464 2002-06-11 [alfons]     0.7.6claws40
10465
10466         * src/messageview.[ch]
10467         * src/summaryview.[ch]
10468         * src/summary_search.c
10469         * src/mainwindow.c
10470                 perform a sync to bring in Hiro's separate view implementation 
10471
10472                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10473
10474 2002-06-11 [paul]       0.7.6claws39
10475         
10476         * src/prefs_account.c
10477                 correct a typo on the Receive tab
10478
10479 2002-06-10 [match]      0.7.6claws38
10480
10481         * src/addressbook.c
10482                 Included address completion patch from Gustavo Noronha.
10483
10484 2002-06-10 [paul]       0.7.6claws37
10485
10486         * src/inc.[ch]
10487           src/pop.c
10488           src/prefs_account.[ch]
10489           src/selective_download.[ch]
10490                 apply PATCH #561712
10491                  NEW:
10492                 - check if POP Account
10493                 - Receive Button renamed to Preview
10494                 - Preview Button Popup: preview new/all messages
10495                 - Download Button
10496                 - Account Preferences-->Receive tab checkbutton if you
10497                   want to remove Mail after Download
10498                 -: default YES
10499                 - Account Preferences-->Receive tab checkbutton use
10500                   filtering rules on preview
10501                   (think of delete_on_server)
10502                 -: default YES
10503                 - Account selectable from SD dialog
10504                 - checkbutton to show already downloaded messages if
10505                   all messages are previewed
10506                 - new clist column showing Date
10507                 - ESC KEY close
10508                 FIXES:
10509                 - play ball with UIDL
10510                 - fault tolerant (?) 
10511                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10512
10513 2002-06-10 [melvin]     0.7.6claws36
10514
10515         * README.claws
10516                 Added a hint to ac/README in cvs instructions.
10517
10518         * src/prefs_actions.c
10519                 Made it possible to use a more elaborate command line
10520                 for asynchronous actions, too.
10521
10522 2002-06-10 [melvin]     0.7.6claws35
10523         
10524         * src/prefs_actions.c
10525                 Make it possible to use a more elaborate command line
10526                 (e.g. |foo|bar|cat>there;echo Done|)
10527                 Corrected error message when calling %f, %F and %p commands
10528                 from the compose window.
10529
10530 2002-06-09 [colin]      0.7.6claws34
10531
10532         * src/summaryview.c
10533                 Automatically find unread messages in current folder
10534                 before annoying the user.
10535
10536 2002-06-08 [alfons]     0.7.6claws33
10537
10538         * po/it.po
10539                 remove bad formatting string in it.po translation
10540                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10541
10542 2002-06-08 [paul]       0.7.6claws32
10543
10544         * sync with 0.7.6cvs25
10545                 see ChangeLog 2002-06-07
10546
10547 2002-06-05 [paul]       0.7.6claws31
10548
10549         * src/mainwindow.c
10550                 add 'Sort by locked' and 'Sort by score'
10551
10552 2002-06-05 [paul]       0.7.6claws30
10553
10554         * sync with 0.7.6cvs24
10555                 see ChangeLog 2002-06-04
10556
10557 2002-06-04 [paul]       0.7.6claws29
10558
10559         * po/pt_BR.po
10560                 updated by Fabio Junior Beneditto
10561
10562 2002-06-03 [thorsten]   0.7.6claws28
10563
10564         * src/matcher.c
10565                 fclose() matcherrc after reading
10566
10567 2002-06-03 [paul]       0.7.6claws27
10568
10569         * sync with 0.7.6cvs21
10570                 see ChangeLog 2002-05-31
10571
10572 2002-05-31 [paul]       0.7.6claws26
10573
10574         * sync with 0.7.6cvs20
10575                 see ChangeLog 2002-05-29 and 2002-05-30
10576
10577 2002-05-31 [paul]       0.7.6claws25
10578
10579         * src/imap.c
10580                 hopefully fix last buggy sync
10581
10582         * README.claws
10583                 correct typo in 'Actions' examples
10584
10585 2002-05-29 [paul]       0.7.6claws24
10586
10587         * sync with 0.7.6cvs18
10588                 see ChangeLog 2002-05-28 and 2002-05-29
10589
10590         * src/news.c
10591           src/nntp.[ch]
10592                 sync with above 
10593
10594 2002-05-28 [paul]       0.7.6claws23
10595
10596         * sync with 0.7.6cvs16
10597                 see ChangeLog 2002-05-28
10598
10599 2002-05-27 [thorsten]   0.7.6claws22 
10600
10601         * faq/it/sylpheed-faq-1.html
10602           faq/it/sylpheed-faq-2.html
10603           faq/it/sylpheed-faq-3.html
10604           faq/it/sylpheed-faq.html
10605                 corrected DOS lineendings
10606         * faq/de/sylpheed-faq-1.html
10607           faq/de/sylpheed-faq-2.html
10608           faq/en/sylpheed-faq-1.html
10609           faq/en/sylpheed-faq-2.html
10610           faq/en/sylpheed-faq-3.html
10611           faq/es/sylpheed-faq-1.html
10612           faq/es/sylpheed-faq-2.html
10613           faq/es/sylpheed-faq-3.html
10614           faq/fr/sylpheed-faq-1.html
10615           faq/it/sylpheed-faq-1.html
10616           faq/it/sylpheed-faq-2.html
10617           faq/it/sylpheed-faq-3.html
10618           faq/it/sylpheed-faq.html
10619                 changed ">" to &quot;
10620
10621 2002-05-27 [paul]       0.7.6claws21
10622         
10623         * sync with 0.7.6cvs15
10624                 see ChangeLog 2002-05-27
10625
10626 2002-05-27 [paul]       0.7.6claws20
10627
10628         * src/prefs_account.c
10629                 correct a typo
10630
10631 2002-05-26 [paul]       0.7.6claws19
10632
10633         * tools/README
10634                 correct a typo
10635
10636 2002-05-25 [paul]       0.7.6claws18
10637
10638         * tools/README
10639                 add description of kmail2sylpheed.pl
10640
10641 2002-05-25 [paul]       0.7.6claws17
10642
10643         * tools/kmail2sylpheed.pl       ** NEW FILE **
10644                 perl script that converts an exported Kmail address
10645                 book, converts it to sylpheed addressbook file,
10646                 writes the file to .sylpheed, and updates
10647                 addrbook--index.xml 
10648
10649 2002-05-25 [paul]       0.7.6claws16
10650
10651         * sync with 0.7.6cvs14
10652                 see ChangeLog 2002-05-23
10653
10654 2002-05-24 [paul]       0.7.6claws15
10655
10656         * README.claws
10657                 make a correction and add some more info
10658
10659 2002-05-24 [paul]       0.7.6claws14
10660
10661         * src/compose.c
10662                 fix memory leak in 
10663                 compose_redirect_write_headers_from_headerlist()
10664                 add Subject and Resent-Message-ID to
10665                 compose_redirect_write_headers()
10666                 Received, Subject, and X-UIDL are filtered out in 
10667                 compose_redirect_write_to_file()
10668
10669 2002-05-23 [paul]       0.7.6claws13
10670
10671         * src/compose.[ch]
10672           src/filtering.c
10673           src/mainwindow.c
10674           src/matcher.[ch]
10675           src/matcher_parser_lex.l
10676           src/matcher_parser_parse.y
10677           src/prefs_common.[ch]
10678           src/prefs_filtering.c
10679           src/summaryview.c
10680                 rename 'Bounce' to 'Redirect'
10681
10682 2002-05-23 [paul]       0.7.6claws12
10683
10684         * more sync with 0.7.6cvs13
10685           src/compose.c
10686                 see ChangeLog 2002-05-22
10687
10688 2002-05-22 [paul]       0.7.6claws11
10689
10690         * sync with 0.7.6cvs13
10691           src/codeconv.c
10692                 see ChangeLog 2002-05-20
10693           src/prefs_common.c
10694                 see ChangeLog 2002-05-22
10695
10696 2002-05-21 [melvin]     0.7.6claws10
10697
10698         * src/folderview.c
10699                 Added missing filtering and scoring headers
10700                 Fixed bad function call that showed garbage 
10701                 in Folder->Processing
10702
10703 2002-05-21 [paul]       0.7.6claws9
10704
10705         * tools/Makefile.am
10706                 make all tools executable, (patch by Alfons).
10707
10708 2002-05-20 [alfons]     0.7.6claws8
10709
10710         * src/procheader.c
10711                 don't forget to call mktime() so we have a valid week 
10712                 and year day
10713                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10714
10715 2002-05-20 [paul]       0.7.6claws7
10716
10717         * src/html.c
10718                 fix broken parsing of urls
10719         * src/textview.c
10720                 fix displaying of urls
10721
10722                 both fixes from the patch [547855] by Eugene 
10723                 Brevdo (zonem)
10724
10725 2002-05-19 [alfons]     0.7.6claws6
10726
10727         * configure.in
10728                 make sylpheed configure correctly with the latest
10729                 and greatest of automake / autoconf / gettext
10730
10731 2002-05-19 [alfons]     0.7.6claws5
10732
10733         * src/procheader.c
10734         * src/procheader.h
10735                 add function for returning ime zone offset
10736         * src/quote_fmt.c
10737         * src/quote_fmt_parse.y
10738                 better quotation formatting - does not convert
10739                 to local time, but uses the original date string.
10740                 
10741                 Note: %z inserts the timezone offset (should 
10742                 work also on platforms where strftime does not
10743                 support %z).
10744
10745 2002-05-18 [christoph]  0.7.6claws4
10746
10747         * src/summaryview.c
10748                 fix indentation of some code
10749         * tools/Makefile.am
10750                 fix spaces after \
10751         * src/Makefile.am
10752                 add missing \
10753                 correct path for ignorethread.xpm
10754                 incorrect filename for sylpheed_logo.xpm
10755                 add missing include matcher_parser_parse.h
10756
10757 2002-05-18 [paul]       0.7.6claws3
10758
10759         * sync with 0.7.6cvs8
10760                 see ChangeLog 2002-05-16 and 2002-05-17
10761
10762 2002-05-18 [melvin]     0.7.6claws2
10763
10764         * README.claws
10765                 Corrected an action's definition and fixed some misspellings.
10766
10767 2002-05-18 [paul]       0.7.6claws1
10768
10769         * tools/Makefile.am
10770           tools/gpg-sign        ** new file **
10771           tools/uudec           ** new file **
10772                 add Melvin's Actions scripts
10773
10774         * README.claws
10775                 add Melvin's descriptions for Actions
10776
10777 2002-05-18 [paul]       0.7.6claws
10778
10779         * Version 0.7.6claws released
10780
10781 2002-05-17 [paul]       0.7.5claws32
10782
10783         * po/es.po
10784                 updated by Ricardo Mones Lastra
10785
10786 2002-05-17 [paul]       0.7.5claws31
10787
10788         * src/compose.c
10789                 fix Account prefs default folder for sent/draft/deleted
10790                 messages bug
10791
10792         * po/it.po
10793           po/nl.po
10794                 updated translation by Alessandro Maestri and
10795                 Wilbert Berendsen
10796
10797 2002-05-17 [melvin]     0.7.5claws30
10798
10799         * src/prefs_actions.c
10800                 Fixed bug where using %F not at the end of the command 
10801                 resulted in an additional empty argument being created.
10802                 Thanks to Darko Koruga for reporting the bug.
10803
10804 2002-05-17 [melvin]     0.7.5claws29
10805
10806         * po/fr.po
10807                 Updated French translations.
10808
10809 2002-05-15 [paul]       0.7.5claws28
10810         
10811         * po/es.po
10812                 updated by Ricardo Mones Lastra
10813
10814 2002-05-15 [paul]       0.7.5claws27
10815
10816         * sync with 0.7.6cvs4
10817                 see ChangeLog 2002-05-14 and 2002-05-15
10818
10819 2002-05-14 [paul]       0.7.5claws26
10820
10821         * sync with 0.7.6cvs1
10822                 see ChangeLog 2002-05-13
10823
10824 2002-05-13 [thorsten]   0.7.5claws25
10825
10826         * src/messageview.c
10827                 fix select_all and copy in multipart messages
10828         * src/mainwindow.c
10829                 fix select_all and copy in multipart messages
10830
10831 2002-05-12 [paul]       0.7.5claws24
10832
10833         * src/summaryview.c
10834                 reverse last commit, bug already fixed in 0.7.5claws3
10835
10836 2002-05-12 [netztorte]  0.7.5claws23
10837
10838         * src/summaryview.c
10839                 dont parse empty addressbook (checked in before claws20)
10840
10841 2002-05-12 [melvin]     0.7.5claws22
10842
10843         * src/procmsg.[ch]
10844                 Removed unneeded priority code introduced by the previous 
10845                 commit.
10846
10847 2002-05-12 [melvin]     0.7.5claws21
10848
10849         * src/compose.[ch]
10850                 Added possibility to set message's priority.
10851         * src/procmsg.[ch]
10852                 Added possibility to set message's priority.
10853                 Added missing headers
10854
10855 2002-05-12 [melvin]     0.7.5claws20
10856
10857         * src/prefs_actions.c
10858                 Removed implicitely added quotes around the name
10859                 of the temporary files of mime parts.
10860
10861 2002-05-12 [paul]       0.7.5claws19
10862
10863         * sync with 0.7.5cvs20
10864                 see ChangeLog 2002-05-11
10865
10866 2002-05-12 [alfons]     0.7.5claws18
10867
10868         * src/quote_fmt_lex.l
10869         * src/quote_fmt_parse.y
10870                 allow quote / reply date & time format to be set using
10871                 %D{format}. format is a format string you'd pass to
10872                 strftime() (see man strftime, or the Display tab |
10873                 Date format setting).
10874
10875                 Currently %D converts the date to local time. 
10876
10877 2002-05-11 [paul]       0.7.5claws17
10878
10879         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10880                 see ChangeLog 2002-05-10 and 2002-05-11
10881
10882 2002-05-10 [paul]       0.7.5claws16
10883
10884         * sync with 0.7.5cvs16
10885                 see ChangeLog entries 2002-05-09 and 
10886                 2002-05-10
10887
10888 2002-05-10 [colin]      0.7.5claws15
10889
10890         * src/textview.c
10891                 Corrected a bug that prevented sylpheed to open
10892                 double-clicked URIs.
10893
10894 2002-05-09 [paul]       0.7.5claws14
10895
10896         * sync with 0.7.5cvs14
10897                 see ChangeLog 2002-05-08 and 2002-05-09
10898
10899 2002-05-08 [paul]       0.7.5claws13
10900
10901         * sync with 0.7.5cvs11
10902                 see ChangeLog entry 2002-05-08
10903
10904 2002-05-08 [paul]       0.7.5claws12
10905
10906         * src/mainwindow.c
10907           src/textview.[ch]
10908                 fix segfault on View->Open in new window
10909                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10910
10911 2002-05-07 [paul]       0.7.5claws11
10912
10913         * sync with 0.7.5cvs9
10914                 see ChangeLog entry 2002-05-07
10915
10916 2002-05-06 [paul]       0.7.5claws10
10917
10918         * src/messageview.c
10919           src/textview.c
10920                 display url in statusbar on single-click
10921                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10922
10923 2002-05-06 [match]      0.7.5claws9
10924
10925         * src/addritem.[ch]
10926                 new functions.
10927         * src/addrcache.c
10928                 tidy up.
10929         * src/xmlprops.[ch]
10930                 XML implementation of properties file.
10931         * src/exporthtml.[ch]
10932         * src/expthtmldlg.[ch]
10933         * src/addressbook.c
10934                 export to HTML.
10935
10936 2002-05-02 [sergey]     0.7.5claws8
10937
10938         * src/mainwindow.c (mainwin_entries),
10939           src/prefs_common.c (prefs_send_create()),
10940           src/codeconv.c (locale_table):
10941                 use charset name "Windows-1251" instead of "CP1251".
10942
10943 2002-05-02 [colin]      0.7.5claws7
10944         
10945         * src/compose.c
10946           src/prefs_common.c
10947           src/prefs_folder_item.c
10948                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10949
10950 2002-05-02 [hiro]       0.7.5claws6
10951
10952         * src/imap.c
10953                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10954
10955 2002-05-02 [paul]       0.7.5claws5
10956
10957         * src/compose.c
10958                 more sync with 0.7.5cvs7, see ChangeLog entry
10959                 2002-05-02
10960
10961 2002-05-02 [hiro]       0.7.5claws4
10962
10963         * src/compose.c
10964                 compose_queue_sub():
10965                 check if queue folder exists (closes #550397).
10966                 removed directory creation since it should be handled
10967                 transparently.
10968         * src/imap.c
10969                 imap_add_msg(): return UID for appended message
10970                 (closes #548842).
10971
10972 2002-04-30 [paul]       0.7.5claws3
10973
10974         * src/summaryview.c
10975                 fix account_find_from_address() bug
10976
10977 2002-04-28 [colin]      0.7.5claws2
10978
10979         * src/compose.c
10980           src/textview.c
10981           src/prefs_common.[ch]
10982           src/utils.[ch]
10983                 Added user-definable quotation characters recognition.
10984
10985 2002-04-28 [paul]       0.7.5claws1
10986
10987         * sync with 0.7.5cvs4
10988                 see ChangeLog entry  2002-04-25
10989
10990 2002-04-28 [paul]       0.7.5claws
10991
10992         * po/es.po
10993           po/nl.po
10994           po/pt_BR.po
10995                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10996                 Fabio Junior Beneditto
10997
10998 2002-04-27 [jens]       0.7.4claws103
10999
11000         * po/de.po
11001                 updated German translation.
11002
11003 2002-04-27 [hiro]       0.7.4claws102
11004
11005         * src/summaryview.c
11006                 summary_write_cache(): fixed the mark loss of hidden messages.
11007
11008 2002-04-26 [melvin]     0.7.4claws101
11009
11010         * src/procmsg.c
11011                 fixed a second typo (same one)
11012         * po/fr.po
11013           po/it.po
11014           po/pt_BR.po
11015                 fixed the type again...
11016
11017 2002-04-26 [melvin]     0.7.4claws100
11018
11019         * src/procmsg.c
11020                 fixed a typo in an alert message ("temorary").
11021         * po/it.po
11022         * po/pt_BR.po
11023                 corrected the typo  described above.
11024         * po/fr.po
11025                 updated French translation.
11026
11027 2002-04-26 [darko]      0.7.4claws99
11028
11029         * src/summaryview.c
11030                 fix target folder colorization
11031
11032 2002-04-25 [paul]       0.7.4claws98
11033
11034         * po/it.po
11035                 updated by Alessandro Maestri
11036
11037 2002-04-24 [colin]      0.7.4claws97
11038         
11039         * src/compose.c
11040                 Fixed double "subject is empty" question.
11041
11042 2002-04-23 [colin]      0.7.4claws96
11043         
11044         * src/mimeview.c
11045                 Corrected issue when "automatically display images" was
11046                 not set : first image remained after selecting second.
11047
11048 2002-04-23 [melvin]     0.7.4claws95
11049
11050         * src/prefs_actions.c
11051                 Don't display in/out dialog if there is nothing to show.
11052
11053 2002-04-23 [paul]       0.7.4claws94
11054
11055         * sync with 0.7.5cvs3
11056                 bug fixes: see ChangeLog entry 2002-04-23
11057
11058 2002-04-22 [darko]      0.7.4claws93
11059
11060         * src/compose.c
11061                 fix previous check-in which changed code after
11062                 merge from main
11063
11064 2002-04-22 [paul]       0.7.4claws92
11065
11066         * faq/de/*
11067                 add German FAQ
11068         * faq/en/*
11069           faq/es/*
11070           faq/fr/*
11071                 update English, Spanish and French FAQs
11072         * manual/de/*
11073           manual/es/*
11074                 add German and Spanish manuals
11075         * manual/en/*
11076           manual/fr/*
11077                 update English and French manuals
11078
11079         * src/Makefile.am
11080                 add to and re-arrange the pixmap entries
11081
11082 2002-04-22 [darko]      0.7.4claws91
11083
11084         * src/compose.c
11085                 fix sender initials recognition to only allow
11086                 '>' after the initials
11087
11088 2002-04-21 [paul]       0.7.4claws90
11089
11090         * sync with 0.7.5 release
11091                 see ChangeLog entry 2002-04-21
11092
11093 2002-04-21 [alfons]
11094
11095         * src/Makefile.am
11096                 add colin's new pixmaps to EXTRA_DIST
11097
11098 2002-04-21 [colin]      0.7.4claws89
11099         * src/compose.c
11100         * src/inc.c
11101         * src/mainwindow.[ch]
11102         * src/prefs_common.[ch]
11103         * src/stock_pixmap.[ch]
11104                 Added "Work offline" ability.
11105
11106 2002-04-21 [colin]      0.7.4claws88
11107         
11108         * src/mimeview.c
11109         * src/prefs_common.c
11110         * src/prefs_common.h
11111         * src/textview.c : Added an option to common preferences -> display
11112           to allow user not to automatically display images.
11113
11114 2002-04-21 [paul]       0.7.4claws87
11115
11116         * sync with 0.7.4cvs52
11117                 see ChangeLog entry 2002-04-21 (src/imap.c)
11118
11119 2002-04-21 [paul]       0.7.4claws86
11120
11121         * sync with 0.7.4cvs51
11122                 see ChangeLog entry 2002-04-21
11123
11124 2002-04-21 [paul]       0.7.4claws85
11125
11126         * sync with 0.7.4cvs49
11127                 see ChangeLog entries 2002-04-20 and 2002-04-21
11128
11129         * src/Makefile.am
11130                 clean up: remove old 'stock_' element from xpm 
11131                 filenames.
11132
11133 2002-04-21 [alfons]     0.7.4claws84
11134
11135         apply sync patch from Paul
11136
11137         * src/folderview.c
11138                 use old claws prefs_folder_item_create() for now
11139
11140 2002-04-19 [match]      0.7.4claws83
11141
11142         * src/addressbook.[ch]
11143         * src/addrharvest.[ch]
11144         * src/addrgather.[ch]
11145                 recurse folders.
11146         * src/mainwindow.c
11147         * src/summaryview.[ch]
11148                 change menu option.
11149
11150 2002-04-19 [paul]       0.7.4claws82
11151
11152         * po/pt_BR.po
11153                 updated by Fabio Junior Beneditto
11154
11155 2002-04-14 [alfons]     0.7.4claws81
11156
11157         * src/passphrase.c
11158                 add #include <sys/types.h> for mode_t and off_t 
11159
11160 2002-04-13 [paul]       0.7.4claws80
11161         
11162         * src/main.c
11163           src/passphrase.[ch]
11164           src/pgptext.c
11165           src/prefs_common.[ch]
11166           src/rfc2015.c
11167                 enable storing of GnuPG passphrase for the whole 
11168                 session or a user-defined number of minutes. patch 
11169                 submitted by Ravemax <ravemax@dextrose.com>
11170
11171 2002-04-13 [alfons]     0.7.4claws79
11172
11173         * src/textview.c
11174                 make email parser also stop scanning when encountering separators
11175                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11176
11177 2002-04-13 [paul]       0.7.4claws78
11178
11179         * sync with 0.7.4cvs39
11180                 see ChangeLog entry 2002-04-12
11181
11182 2002-04-11 [paul]       0.7.4claws77
11183
11184         * sync with 0.7.4cvs37
11185                 see ChangeLog entry 2002-04-11
11186
11187 2002-04-11 [paul]       0.7.4claws76
11188
11189         * COPYING 
11190                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11191                 the clause for OpenSSL). sync with sylpheed main
11192
11193 2002-04-09 [melvin]     0.7.4claws75
11194
11195         * src/compose.c
11196                 Made 'Ctrl-Enter' on send ignore some modifiers 
11197                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11198                 to bind other *-Enter (but not Alt-Enter).
11199
11200 2002-04-09 [paul]       0.7.4claws74
11201
11202         * sync with 0.7.4cvs35
11203                 see ChangeLog entries 2002-04-09
11204
11205 2002-04-08 [paul]       0.7.4claws73
11206
11207         * sync with 0.7.4cvs33
11208                 see ChangeLog entry 200-04-08
11209
11210 2002-04-07 [match]      0.7.4claws72
11211
11212         * src/addrharvest.[ch]
11213                 fixed to read all addresses in header, regardless
11214                 of header size. improved name parsing. accommodate
11215                 harvest from folders and selected message.
11216         * src/addritem.[ch]
11217                 included new address parsing function.
11218         * src/addrgather.[ch]
11219         * src/addressbook.[ch]
11220         * src/summaryview.[ch]
11221         * src/mainwindow.c
11222                 allow address harvest of folder as well as selected
11223                 messages.
11224
11225 2002-04-07 [paul]       0.7.4claws71
11226
11227         * src/esmtp.[ch]
11228           src/smtp.c
11229                 don't try to authenticate with CRAM-MD5 in SMTP when 
11230                 SMTP-AUTH enabled if MTA doesn't issue this 
11231                 auth-method in it's ehlo-response. bug item #531364,
11232                 patch item #938910. patch submitted by Colin Leroy 
11233                 <colin@colino.net>
11234
11235 2002-04-07 [paul]       0.7.4claws70
11236
11237         * src/nntp.c
11238                 fix missing MODE_READER bug. patch submitted by
11239                 Colin Leroy <colin@colino.net>
11240
11241 2002-04-07 [alfons]     0.7.4claws69
11242
11243         * src/matcher.[ch]
11244         * src/prefs_filtering.c
11245         * src/summaryview.c
11246                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11247                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11248
11249 2002-04-07 [paul]       0.7.4claws68
11250
11251         * sync with 0.7.4cvs32
11252                 see ChangeLog entry 2002-04-06
11253
11254         * tools/filter_conv.pl
11255                 more bug fixes
11256
11257 2002-04-06 [paul]       0.7.4claws67
11258
11259         * tools/filter_conv.pl
11260                 modify to be able to find the name of the first
11261                 mailbox and use that. main's filter does not
11262                 record the full path to the mailbox and therefore
11263                 can only filter to the first mailbox.
11264
11265 2002-04-05 [paul]       0.7.4claws66
11266
11267         * tools/filter_conv.pl
11268                 attempt to make the script all-encompassing and
11269                 be able to convert any main 'filter' rule thrown
11270                 at it
11271
11272 2002-04-05 [paul]       0.7.4claws65
11273
11274         * tools/filter_conv.pl
11275                 allow for collapsed folder trees
11276
11277 2002-04-05 [paul]       0.7.4claws64
11278
11279         * sync with 0.7.4cvs31
11280                 see ChangeLog entries 2002-04-05
11281
11282 2002-04-03 [paul]       0.7.4claws63
11283
11284         * sync with 0.7.4cvs29
11285                 see ChangeLog entries 2002-04-02 and 2002-04-03
11286
11287 2002-04-02 [paul]       0.7.4claws62
11288
11289         * sync with 0.7.4cvs26
11290                 see ChangeLog entry 2002-04-01
11291
11292 2002-04-02 [match]      0.7.4claws61
11293
11294         * src/pine.[ch]
11295         * src/importpine.[ch]
11296         * src/addressbook.c
11297                 import Pine address book.
11298
11299 2002-04-02 [match]      0.7.4claws60
11300
11301         * src/addrharvest.[ch]
11302                 improve address parsing of funky addresses.
11303
11304 2002-04-02 [darko]      0.7.4claws59
11305
11306         * src/compose.c
11307                 wrap on send improvements, it now recognizes quoted
11308                 initials as part of the quotation string, and it
11309                 does not join lines separated by CR
11310
11311 2002-04-01 [match]      0.7.4claws58
11312
11313         * src/mgutils.[ch]
11314                 added new functions.
11315         * src/mutt.[ch]
11316                 remove excessive duplicate address generation
11317                 on import.
11318
11319 2002-04-01 [alfons]     0.7.4claws57
11320         
11321         * src/summaryview.c
11322                 put back g_free() 
11323
11324 2002-04-01 [paul]       0.7.4claws56
11325
11326         * sync with 0.7.4cvs25
11327                 see ChangeLog entry 2002-04-01
11328
11329 2002-04-01 [alfons]     0.7.4aprilfool55
11330
11331         * src/summaryview.c
11332                 honour feature request item #537427 to allow for
11333                 displaying names from address book for sent mail also
11334
11335 2002-03-29 [paul]       0.7.4claws54
11336
11337         * src/mainwindow.c
11338           src/prefs_filtering.[ch]
11339           src/prefs_matcher.c
11340           src/summaryview.c
11341                 add 'fast filter' for claws' filtering,
11342                 /Tools/Create filter rule/... patch submitted
11343                 by Neill Miller <neillm@thecodefactory.org>
11344
11345 2002-03-29 [paul]       0.7.4claws53
11346
11347         * sync with 0.7.4cvs24
11348                 see ChangeLog entry 2002-03-29
11349
11350 2002-03-28 [paul]       0.7.4claws52
11351
11352         * sync with 0.7.4cvs23
11353                 see ChangeLog entry 2002-03-28
11354
11355 2002-03-27 [melvin]     0.7.4claws51
11356
11357         * src/prefs_actions.c
11358                 Added support to pass only one message part (as a
11359                 file) to the command using '%p'. No quotes are needed
11360                 because doubles quotes are automatically added.
11361                 Fixed bug where Sylpheed could block when waiting for
11362                 a child process to finish.
11363                 Changed the help menu to remove quotes around symbols to 
11364                 avoid misinterpretation (they must not be used).
11365
11366 2002-03-27 [melvin]     0.7.4claws50
11367
11368         * src/inc.c
11369                 Made the new mail notification command always 
11370                 execute asynchronously.
11371
11372 2002-03-27 [paul]       0.7.4claws49
11373
11374         * src/compose.c
11375                 fix bug introduced in last commit
11376
11377 2002-03-27 [paul]       0.7.4claws48
11378
11379         * sync with 0.7.4cvs21
11380                 see ChangeLog 2002-03-26 and 2002-03-27
11381
11382 2002-03-26 [hoa]        0.7.4claws47
11383
11384         * src/prefs_folder_item.c
11385                 really fixed the bug #516442 with folder rescan.
11386
11387 2002-03-26 [paul]       0.7.4claws46
11388
11389         * sync with 0.7.4cvs19
11390                 see ChangeLog entries 2002-03-25 and 2002-03-26
11391
11392 2002-03-25 [hoa]        0.7.4claws45
11393
11394         * src/matcher.c
11395         * src/mh.c
11396                 fix the bug #516442 with folder rescan.
11397
11398         * src/prefs_common.[ch]
11399         * src/compose.c
11400                 added an option to enable two different behaviours
11401                 for bounce.
11402
11403
11404 2002-03-25 [paul]       0.7.4claws44
11405
11406         * src/mainwindow.c
11407           src/selective_download.c
11408                 correct a few menuitem labels
11409
11410 2002-03-25 [christoph]  0.7.4claws43
11411
11412         * src/procmsg.c
11413                 fix non deleted tmp message in
11414                 procmsg_save_to_outbox
11415                 fix problems caused by sync with
11416                 main branch's procmsg_send_queue
11417
11418 2002-03-25 [paul]       0.7.4claws42
11419
11420         * src/quote_fmt.c
11421           src/quote_fmt_lex.l
11422           src/quote_fmt_parse.y
11423                 add Last name (%L) placeholder for quoting. 
11424                 patch submitted by Thorsten Thielen 
11425                 <thth@users.sourceforge.net>
11426
11427 2002-03-25 [paul]       0.7.4claws41
11428
11429         * src/utils.c
11430                 get full hostname. patch submitted by
11431                 Bob Woodside <rwoodside1@comcast.net>
11432
11433 2002-03-25 [paul]       0.7.4claws40
11434
11435         * src/account.c
11436           src/news.c
11437           src/nntp.[ch]
11438           src/prefs_account.[ch]
11439                 enable NNTP over SSL. patch submitted by
11440                 Pascal Jermini <pascal@infinity.hn.org>
11441
11442 2002-03-24 [paul]       0.7.4claws39
11443
11444         * src/prefs_common.c
11445                 make the arrangement of the Compose tab more
11446                 coherent
11447
11448         * src/mainwindow.c
11449                 fix some irregularities of style
11450
11451         * po/de.po
11452                 updated by Kilian Krause
11453
11454 2002-03-23 [paul]       0.7.4claws38
11455
11456         * po/pt_BR.po
11457                 updated by Fabio Junior Beneditto
11458
11459 2002-03-23 [paul]       0.7.4claws37
11460
11461         * src/mainwindow.c
11462                 move 'Gather addresses' to 'Tools' menu
11463                 make 'Selective download' sensitive
11464
11465 2002-03-23 [paul]       0.7.4claws36
11466
11467         * sync with 0.7.4cvs16
11468                 see ChangeLog entries 2002-03-23
11469
11470 2002-03-22 [christoph]  0.7.4claws35
11471
11472         * src/quote_fmt_parse.y
11473                 fix include program output
11474
11475 2002-03-22 [alfons]     0.7.4claws34
11476
11477         * src/pop.c
11478                 initialize GDate stack variable correctly (sorry!)
11479
11480 2002-03-22 [paul]       0.7.4claws33
11481
11482         * src/compose.c
11483           src/mainwindow.c
11484           src/prefs_actions.c
11485           src/prefs_common.c
11486                 rename 'Tool' to 'Tools'
11487
11488         * src/mainwindow.c
11489                 move 'Delete duplicated messages' from
11490                 'Message/' to 'Tools/'
11491                 re-arrange the order of 'Tools/' items
11492
11493 2002-03-22 [paul]       0.7.4claws32
11494
11495         * src/addr_compl.c
11496           src/addressbook.[ch]
11497                 auto-address completion now also matches on
11498                 Nickname. patch submitted by Bob Forsman 
11499                 <hammor@users.sourceforge.net>
11500
11501         * src/editaddress.c
11502                 correct a spelling mistake
11503
11504 2002-03-22 [alfons]     0.7.4claws31
11505
11506         * src/pop.c
11507                 fix getting uidl from incorrect string 
11508                 (spotted by Colin)
11509
11510 2002-03-21 [alfons]     0.7.4claws30
11511
11512         * src/pop.c
11513                 more code refactoring
11514                 plug mem leak introduced by delete on server
11515
11516 2002-03-21 [paul]       0.7.4claws29
11517
11518         * sync with 0.7.4cvs11
11519                 see ChangeLog entries 2002-03-20
11520
11521 2002-03-20 [alfons]     0.7.4claws28
11522
11523         * src/inc.c
11524                 apply Colin's patch and refactor
11525
11526 2002-03-20 [paul]       0.7.4claws27
11527
11528         * sync with sylpheed 0.7.4cvs9
11529                 see ChangeLog entry 2002-03-20
11530
11531 2002-03-19 [christoph]  0.7.4claws26
11532
11533         * src/mh.c
11534         * src/procmsg.[ch]
11535         * src/summaryview.c
11536                 revert changes for flag updates
11537                 (does not work correctly and no time to debug)
11538
11539 2002-03-20 [alfons]     0.7.4claws25
11540
11541         * src/pop.c
11542                 refactor should_delete() a little bit 
11543
11544 2002-03-19 [paul]       0.7.4claws24
11545
11546         * src/inc.[ch]
11547           src/pop.c
11548           src/prefs_account.[ch]
11549                 allow the user to leave downloaded mail on the 
11550                 server for n days. Patch submitted by Colin Leroy 
11551                 <colin@colino.net>
11552
11553 2002-02-19 [paul]       0.7.4claws23
11554
11555         * sync with sylpheed 0.7.4cvs8
11556                 see ChangeLog entries 2002-03-19
11557
11558 2002-03-18 [paul]       0.7.4claws22
11559
11560         * sync with sylpheed 0.7.4cvs6
11561                 see ChangeLog entry 2002-03-18
11562
11563 2002-03-18 [paul]       0.7.4claws21
11564
11565         * po/en_GB.po
11566                 add en_GB message catalogue
11567
11568         * src/mbox_folder.c
11569           src/prefs_account.c
11570           src/prefs_actions.c
11571                 correct a few spelling mistakes
11572
11573 2002-03-17 [alfons]     0.7.4claws20
11574
11575         * src/matcher.c
11576                 more stringent checks for NULL params when writing
11577                 filtering actions to a file
11578                 
11579 2002-03-17 [hoa]        0.7.3claws20
11580
11581         * src/news.c
11582                 fixed the count of new messages
11583
11584         * src/compose.c
11585                 fixed the "attachment properties" window
11586
11587 2002-03-17 [paul]       0.7.4claws19
11588
11589         * src/defs.h
11590           src/folder.h
11591           src/news.c
11592           src/prefs_account.[ch]
11593           src/procmsg.[ch]
11594           src/summaryview.c
11595                 automatically mark cross-posted messages as read 
11596                 and (optionally) give them a colour label
11597                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11598                 
11599
11600 2002-03-17 [paul]       0.7.4claws18
11601
11602         * sync with sylpheed 0.7.4cvs5
11603                 see ChangeLog entry 2002-03-17
11604
11605 2002-03-17 [melvin]     0.7.4claws17
11606         
11607         * src/textview.c
11608                 Worked around a gtktext 'bug': when searching for 
11609                 a text in a long message it was scrolling slowly
11610                 line by line until it hit the searched text.
11611         * po/fr.po
11612                 Updated French translation
11613
11614 2002-03-17 [melvin]     0.7.4claws16
11615
11616         * src/mainwindow.c
11617         * src/compose.c
11618         * src/prefs_actions.c
11619                 Moved "Edit/Actions" to "Tool/Actions"
11620                 Made mainwindow/compose window sensitive as soon as
11621                 no child process is running anymore even if the io dialog
11622                 is open.
11623                 Fixed a struct being initialized with a non constant char*
11624
11625 2002-03-16 [christoph]  0.7.4claws15
11626
11627         * configure.in
11628                 add --with-compiler-flags option
11629                 (only for developer hacking)
11630         * src/mh.c
11631         * src/procmsg.[ch]
11632         * src/summaryview.c
11633                 try to make folder-stats and flag handling more
11634                 independent from the summaryview. msgcounts
11635                 are only set when the folder is opened and
11636                 procmsg_msginfo_(un)set_flags will handle it
11637                 later and summaryview will get the values
11638                 from the folder.
11639
11640 2002-03-16 [paul]       0.7.4claws14
11641
11642         * src/messageview.c
11643                 fix Return-receipt. Patch submitted by Bob
11644                 Woodside <rwoodside1@comcast.net>
11645
11646 2002-03-16 [paul]       0.7.4claws13
11647
11648         * src/compose.c
11649                 fix 'dynamic' signatures, make it work again
11650                 broken during sync on 2002-03-14 (0.7.4claws2)
11651
11652 2002-03-15 [match]      0.7.4claws12
11653
11654         * src/addrharvest.[ch]
11655         * src/addrgather.[ch]
11656         * src/addressbook.[ch]
11657         * src/mainwindow.c
11658                 included address harvester feature. still some
11659                 issues with address parsing that I will fix.
11660
11661 2002-03-15 [match]      0.7.4claws11
11662
11663         * src/addrbook.[ch]
11664         * src/addrcache.[ch]
11665         * src/addressbook.[ch]
11666         * src/addrindex.c
11667         * src/editbook.c
11668         * src/importldif.c
11669         * src/importmutt.c
11670         * src/jpilot.[ch]
11671         * src/main.c
11672         * src/syldap.[ch]
11673         * src/vcard.[ch]
11674                 tidy up. fix memory leaks. moved attribs and methods
11675                 from individual interfaces to addrcache object. prep
11676                 for new stuff to come in.
11677
11678 2002-03-15 [alfons]     0.7.4claws10
11679
11680         * src/matcher.[ch]
11681         * src/matcher_parser_parse.y
11682         * src/matcher_parser_lex.l
11683         * src/prefs_matcher.c
11684                 add filtering conditions message greater than, smaller 
11685                 than, and exactly matching a size in bytes
11686                 (does not work with delete from POP3 server yet)
11687
11688                 this should also give others an idea what you should
11689                 do to add new criterions to claws filtering system
11690                 
11691
11692 2002-03-15 [paul]       0.7.4claws9
11693
11694         * tools/filter_conv.pl
11695                 exit if there are no filter rules to convert
11696                 rename filterrc to filterrc.old after completion
11697
11698 2002-03-15 [paul]       0.7.4claws8
11699
11700         * sync with sylpheed 0.7.4cvs3
11701                 see ChangeLog entry 2002-03-14
11702
11703 2002-03-14 [paul]       0.7.4claws7
11704
11705         * src/compose.c
11706                 clean up the last commit (ahem)
11707
11708 2002-03-14 [paul]       0.7.4claws6
11709
11710         * src/compose.c
11711                 fix bug #515655. honour account preferences
11712                 regarding gpg default signing/encryption when 
11713                 changing account from the compose window.
11714
11715 2002-03-14 [paul]       0.7.4claws5
11716
11717         * src/folderview.c
11718                 remove unnecessary curly brackets
11719
11720 2002-03-14 [paul]       0.7.4claws4
11721
11722         * src/folderview.c
11723           src/prefs_filtering.[ch]
11724                 add filter rename on folder rename and filter
11725                 delete on folder delete. Patch submitted by
11726                 Neill Miller <neillm@thecodefactory.org> 
11727
11728 2002-03-14 [christoph]  0.7.4claws3
11729
11730         * src/procmsg.c
11731         * src/send.c
11732                 fix local delivery
11733                 (patch submitted by "Simon 'corecode' Schubert")
11734         * src/prefs_common.c
11735         * src/procmsg.c
11736                 fix gcc 3.0 warning
11737
11738 2002-03-14 [paul]       0.7.4claws2
11739
11740         * sync with sylpheed 0.7.4cvs2
11741                 see ChangeLog entry 2002-03-13
11742
11743 2002-03-12 [darko]      0.7.4claws1
11744
11745         * src/mainwindow.c
11746                 fix what seems to be a copy and paste error
11747                 when setting color for important messages
11748                 (reported by wwp)
11749
11750 2002-03-11 [paul]       version 0.7.4claws released
11751
11752 2002-03-11 [paul]       0.7.4claws
11753
11754         * po/es.po
11755           po/it.po
11756           po/nl.po
11757           po/pt_BR.po
11758                 update message catalogs. Submitted by Ricardo Mones 
11759                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11760                 Fabio Junior Beneditto
11761
11762         * configure.in
11763           faq/Makefile.am
11764           faq/it/Makefile
11765           faq/it/sylpheed-faq*
11766           src/mainwindow.c
11767           src/manual.[ch]
11768                 add FAQ in Italian
11769         
11770
11771 2002-03-11 [jens]       0.7.3claws7
11772
11773         * po/de.po
11774                 updated German translation
11775
11776 2002-03-11 [melvin]     0.7.3claws6
11777
11778         * po/fr.po
11779                 updated and corrected French translation
11780
11781 2002-03-10 [hoa]        0.7.3claws5
11782
11783         * src/account.c
11784         * src/inc.c
11785         * src/prefs_account.c
11786         * src/procmsg.c
11787         * src/send.[ch]
11788                 fixed the local account.
11789                 you have to change the default "/usr/sbin/sendmail"
11790                 to "/usr/sbin/sendmail -t" in the preferences of
11791                 the local account.
11792
11793         * src/procmime.c
11794                 removed some debug display for renderer
11795
11796 2002-03-10 [paul]       0.7.3claws4
11797
11798         * faq/en/sylpheed-faq-1.html
11799           faq/en/sylpheed-faq-2.html
11800                 update
11801
11802 2002-03-09 [paul]       0.7.3claws3
11803
11804         * sync with sylpheed 0.7.4
11805                 see ChangeLog entry 2002-03-09
11806
11807 2002-03-08 [paul]       0.7.3claws2
11808
11809         * faq/en/sylpheed-faq*
11810           faq/es/sylpheed-faq*
11811           faq/fr/sylpheed-faq*
11812                 update the FAQs
11813
11814         * manual/fr/.cvsignore
11815           manual/fr/Makefilea.am
11816           manual/fr/sylpheed*
11817           src/mainwindow.c
11818           src/manual.[ch]
11819                 add the French manual
11820
11821 2002-03-07 [paul]       0.7.3claws1
11822
11823         * sync with sylpheed 0.7.3cvs4
11824                 see ChangeLog entries  2002-03-06 and 2002-03-07
11825         
11826         * po/nl.po
11827                 updated by Wilbert Berendsen
11828
11829 2002-03-07 [melvin]     0.7.2claws34
11830
11831         * src/selective_download.c
11832                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11833
11834 2002-03-06 [paul]       0.7.2claws33
11835
11836         * sync with sylpheed 0.7.3cvs1
11837                 bug fix, see ChangeLog entry 2002-03-05
11838
11839 2002-03-05 [paul]       0.7.2claws32
11840
11841         * src/mimeview.c
11842           src/pgptext.[ch]
11843           src/procmsg.c
11844                 reverse the pgp ascii-armored code implemented in 
11845                 0.7.2claws16. removal of this code until it matures.
11846                 this means that verifying ascii-armored pgp sigs and
11847                 automatic decryption of ascii-armored encrypted
11848                 messages no longer works.
11849
11850 2002-03-05 [paul]       0.7.2claws31
11851
11852         * configure.in
11853           Makefile.am
11854         * faq/Makefile.am
11855         * faq/en/Makefile.am
11856           faq/en/sylpheed-faq.html
11857           faq/en/sylpheed-faq-1.html
11858           faq/en/sylpheed-faq-2.html
11859           faq/en/sylpheed-faq-3.html
11860         * faq/es/Makefile.am
11861           faq/es/sylpheed-faq.html
11862           faq/es/sylpheed-faq-1.html
11863           faq/es/sylpheed-faq-2.html
11864           faq/es/sylpheed-faq-3.html
11865           faq/es/sylpheed-faq-4.html
11866         * faq/fr/Makefile.am
11867           faq/fr/sylpheed-faq.html
11868           faq/fr/sylpheed-faq-1.html
11869           faq/fr/sylpheed-faq-2.html
11870           faq/fr/sylpheed-faq-3.html
11871         * src/Makefile.am
11872           src/defs.h
11873           src/mainwindow.c
11874           src/manual.[ch]
11875                 add FAQs in English, Spanish and French
11876
11877
11878 2002-03-05 [paul]       0.7.2claws30
11879
11880         * manual/en/sylpheed.html
11881           manual/en/sylpheed-XX.html
11882                 updated the English manual
11883
11884 2002-03-05 [hoa]        
11885
11886         * src/summaryview.c
11887                 dialog box pops up if the article can't be deleted.
11888
11889 2002-03-04 [paul]       
11890         
11891         * po/pt_BR.po
11892                 updated by Fabio Junior Benedito
11893
11894 2002-03-04 [hoa]
11895
11896         * removed ac/gpgme.m4
11897                 to avoid autogen common problem
11898                 developers have to install gpgme development package now
11899
11900         * src/compose.c
11901                 encoding to 7bit or 8bit is enabled.
11902
11903 2002-03-03 [alfons]     0.7.2claws29
11904
11905         * src/pop.c
11906                 merge fix by Oliver Haertel for selective
11907                 download buglet
11908
11909 2002-03-03 [paul]       0.7.2claws28
11910         
11911         * sync with sylpheed 0.7.3
11912
11913 2002-03-03 [paul]       0.7.2claws27
11914
11915         * sync with sylpheed 0.7.2cvs24
11916                 see ChangeLog entries 2002-03-02 and 2002-03-03
11917
11918 2002-03-02 [melvin]     0.7.2claws26
11919
11920         * src/inc.[ch]
11921         * src/main.c
11922         * src/mainwindow.c
11923         * src/prefs_common.[ch]
11924                 Added user definable notification on new mail arrival.
11925                 Removed unused variables in spell checker prefs code.
11926
11927 2002-03-02 [melvin]     0.7.2claws25
11928
11929         * src/quote_fmt.c
11930                 Removed unnecessary escape sequences.
11931                 Changed 'Initial...' to 'Initials of Sender'
11932
11933 2002-03-02 [paul]       0.7.2claws24
11934
11935         * sync with sylpheed 0.7.2cvs22
11936                 see ChangeLog entry 2002-03-01
11937
11938 2002-03-01 [hoa]        0.7.2claws23
11939
11940         * src/mainwindow.c
11941                 Set sensitivity of delete actions to active
11942                 even if the folder is a newsgroup.
11943
11944         * src/summaryview.c
11945                 - Set sensitivity of delete actions
11946                 - Added function check_permission() that will check if the
11947                   user is authorized to delete a message. For news, it
11948                   will check if the author is the same.
11949                 - Enabled deletion when there is no trash folder.
11950
11951         * src/news.[ch]
11952                 - Added news_cancel_article() to cancel articles
11953                 - Implemented news_remove_message() (public function)
11954
11955 2002-03-01 [paul]       0.7.2claws22
11956
11957         * src/gtkutils.c
11958           src/textview.c
11959                 recognise urls that that don't include 'http://' and
11960                 simply begin 'www.' 
11961
11962         * AUTHORS
11963                 remove duplicated name
11964
11965 2002-02-28 [paul]       0.7.2claws21
11966
11967         * src/mainwindow.c
11968           src/summaryview.[ch]
11969                 add ability to 'Select thread'
11970                 combines Melvin's "Select thread's head" patch (#510907)
11971                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11972                 patch (#518514) 
11973
11974 2002-02-28 [paul]       0.7.2claws20
11975
11976         * src/mimeview.c
11977                 hopefully fix segfault on right-clicking a mime part
11978                 that some people have experienced.      
11979                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11980
11981 2002-02-28 [paul]       0.7.2claws19
11982
11983         * sync with sylpheed 0.7.2cvs21
11984                 see ChangeLog entries 2002-02-27 and 2002-02-28
11985
11986 2002-02-27 [paul]       0.7.2claws18
11987
11988         * sync with sylpheed 0.7.2cvs18
11989                 see ChangeLog entries 2002-02-26 and 2002-02-27
11990
11991 2002-02-26 [alfons]     0.7.2claws17
11992
11993         * src/procheader.c
11994                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11995                 (spotted by Chris Hessman <idatech@gmx.net>)
11996
11997 2002-02-26 [paul]       0.7.2claws16
11998
11999         * src/mimeview.c
12000           src/pgptext.[ch]
12001           src/procmsg.c
12002                 make decryption of ascii-armored pgp encrypted messages
12003                 and verification of ascii-armored signatures work again.
12004                 slightly altered from the patch by Jens Jahnke 
12005                 <jan0sch@gmx.net>
12006
12007                 ##FIX ME##
12008                 * the checking of plaintext signatures always comes up in 
12009                   a popup box
12010                 * it doesn't work for multipart messages 
12011                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12012                   including the msg headers and these 2 line themselves, are 
12013                   not displayed
12014
12015         * src/mainwindow.c
12016                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12017                 "View/Message View" becomes "View/Separate Message View"
12018                 because its less ambiguous.
12019
12020         * po/es.po
12021                 updated by Ricardo Mones Lastra
12022
12023 2002-02-26 [paul]       0.7.2claws15
12024
12025         * sync with sylpheed 0.7.2cvs17
12026                 see ChangeLog entries 2002-02-25 and 2002-02-26
12027
12028 2002-02-25 [christoph]  0.7.2claws14
12029
12030         * src/filtering.[ch]
12031         * src/inc.c
12032                 do filtering stuff after all messages have been received
12033                   1. drop all messages to .processing
12034                   2. scan processing folder for messages
12035                   3. filter messages or move to inbox
12036                 this will also find old messages left in processing after
12037                 a crash or something like that and we get a real msginfo
12038                 from folder->get_msg_list and do not have to create our
12039                 own in filter_message
12040         * src/matcher_parser_parse.y
12041                 remove MIX/MAX warning (reordered includes)
12042
12043 2002-02-25 [paul]       0.7.2claws13
12044
12045         * sync with sylpheed 0.7.2cvs15
12046                 see ChangeLog entry 2002-02-24
12047
12048 2002-02-24 [alfons]     0.7.2claws12
12049
12050         * src/filtering.c
12051                 clear old color flags first when applying a new color to
12052                 a message info. 
12053                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12054
12055 2002-02-24 [alfons]     0.7.2.claws11
12056         
12057         * AUTHORS
12058         * src/prefs_common.c
12059                 add presets for Opera and Konqueror, closes patch #517261,
12060                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12061
12062 2002-02-24 [alfons]     0.7.2.claws10
12063
12064         * AUTHORS
12065         * src/summaryview.c
12066                 fix threading for null message ids, closes patch #521601,
12067                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12068
12069 2002-02-24 [alfons]     0.7.2claws9
12070
12071         * src/summaryview.c
12072         * src/filtering.c
12073                 make Tool | Filter Message work with filtering system so
12074                 setting flags also works
12075
12076                 TODO:
12077
12078                 - Processing uses the same function as Tool | Filter
12079                   Message, but doesn't use the same update proc yet
12080
12081 2002-02-23 [paul]       0.7.2claws8
12082
12083         * sync with sylpheed 0.7.2cvs14
12084                 see ChangeLog entries 2002-02-22 and 2002-02-23
12085
12086 2002-02-22 [christoph]  0.7.2claws7
12087
12088         * src/quote_fmt.c
12089                 Add column space to table
12090         * src/quote_fmt_parse.y
12091                 Close files
12092
12093 2002-02-22 [paul]       0.7.2claws6
12094
12095         * src/Makefile.am
12096           src/defs.h
12097           src/filtering.c
12098           src/inc.[ch]
12099           src/mainwindow.c
12100           src/matcher.[ch]
12101           src/matcher_parser_lex.l
12102           src/matcher_parser_parse.y
12103           src/pop.[ch]
12104           src/prefs_account.h
12105           src/prefs_filtering.c
12106           src/selective_download.[ch]   *** NEW FILES ***
12107           src/utils.[ch]
12108           po/POTFILES.in
12109                 Selective Download added to 'Tool' menu. 
12110                 Retrieves email headers of the currently selected pop3 
12111                 account and allows the user to mark emails for deletion 
12112                 right on the pop3 server. Patch submitted by Oliver Haertel 
12113                 <oha@users.sourceforge.net>.
12114         
12115         * po/POTFILES.in
12116                 add 'src/quote_fmt.c'           
12117
12118 2002-02-22 [christoph]  0.7.2claws5
12119
12120         * src/Makefile.am
12121                 added quote_fmt.c
12122         * src/prefs_common.[ch]
12123         * src/prefs_template.c
12124         * src/quote_fmt.c               *** NEW FILE ***
12125         * src/quote_fmt.h
12126                 move quote format symbol description code
12127                 to it's own file because it is used from
12128                 differnent code parts
12129                 Rewrote symbol description GUI
12130                   + use table
12131                   + add separators
12132                   + get data from array (no more long constant strings)
12133         * src/quote_fmt_lex.l
12134         * src/quote_fmt_parse.y
12135                 Symbol for Literal % changed to \% instead of %%
12136                 (More logical as \ is used for quoting for other symbols)
12137                 Add |f and |p to include files and program output
12138                 Examples:
12139                     |f{/home/.../.signature}
12140                     |p{date}
12141         * po/de.po
12142                 Correct wrong spelling for "Referenzen"
12143
12144 2002-02-21 [paul]       0.7.2claws4
12145
12146         * src/procmsg.c
12147                 forgotten during sync
12148
12149 2002-02-21 [paul]       0.7.2claws3
12150
12151         * sync with sylpheed 0.7.2cvs11
12152                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12153                 2002-02-20 and 2002-02-21
12154
12155 2002-02-20 [melvin]     0.7.2claws2
12156
12157         * src/prefs_actions.c
12158                 Added error report when child cannot fork or when execvp 
12159                 returns with an error.
12160
12161 2002-02-19 [christoph]  0.7.2claws1
12162
12163         * src/codeconv.c
12164                 return unconverted text if conde conversion is not possible
12165                 when libjconv is used.
12166                 (patch submitted by "Simon 'corecode' Schubert")
12167
12168 2002-02-19 [paul]       
12169
12170         * version 0.7.2claws release
12171
12172 2002-02-19 [paul]       0.7.2claws
12173
12174         * po/nl.po
12175                 updated by Wilbert Berendsen
12176
12177
12178 2002-02-18 [alfons]     0.7.1claws13
12179
12180         * src/syldap.c
12181         * src/jpilot.c
12182                 remove references to dlfcn and explicitly loading functions
12183                 from dynalink libs, because libs linked anyway, and functions
12184                 are loaded explicitly
12185
12186 2002-02-17 [melvin]     0.7.1claws12
12187
12188         * src/prefs_actions.c
12189                 Replaced children wait loop with double fork technique.
12190                 Now, input/output window updated at each new output.
12191                 free_children(): Fixed a memory leak.
12192                 Made input/output window non closable if running children
12193                 still exist.
12194                 Added missing <unistd.h> include.
12195                 Added some --debug outputs.
12196
12197 2002-02-17 [melvin]     0.7.1claws11
12198
12199         * src/summaryview.c
12200                 Fixed bug where descending sort order did not select top
12201                 message.
12202
12203 2002-02-17 [melvin]     0.7.1claws10
12204
12205         * acconfig.h
12206                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12207         * src/prefs_common.c
12208                 Pspell data package directory no more hard coded but
12209                 set during configuration (PSPELL_PATH). (Thanks to 
12210                                 Gustavo Noronha Silva.)
12211
12212 2002-02-17 [melvin]     0.7.1claws9
12213
12214         * configure.in
12215                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12216         * src/gtkspell.c
12217                 Fixed compile-time warnings.
12218
12219 2002-02-16 [alfons]     0.7.1claws8
12220
12221         * src/filesel.c
12222                 fix inadvertent free of NULL pointer which caused
12223                 sylpheed to crash when closing the save-as dialog
12224                 using the window close button
12225
12226 2002-02-16 [carsten]    0.7.1claws7
12227         * src/mainwindow.[ch]
12228           src/summaryview.c
12229           src/prefs_common.c
12230                 fixes for pixmap theming code:
12231                         - recently changed mail attributes shouldn't get
12232                           lost any longer
12233                         - theme is only reloaded iff another theme was
12234                           selected
12235
12236 2002-02-16 [paul]       0.7.1claws6
12237
12238         * sync with sylpheed 0.7.2 release
12239                 see ChangeLog entry 2002-02-15 and 2002-02-16
12240
12241 2002-02-15 [paul]       0.7.1claws5
12242
12243         * sync with sylpheed 0.7.1cvs9
12244                 see ChangeLog entry 2002-02-15
12245
12246         * po/POTFILES.in
12247                 remove unneeded headerwindow.c entry
12248
12249 2002-02-14 [carsten]    0.7.1claws4
12250         * src/summaryview.c
12251                 fixed a bug for "Go to next unread message": there was
12252                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12253                 in the prefs, because of doing "Search again" instead
12254                 "No"
12255
12256 2002-02-14 [carsten]    0.7.1claws3
12257         * src/stock_pixmap.c
12258                 removed 2 more mem leaks; following memprof,
12259                 this code is "leak free" now :)
12260
12261 2002-02-14 [carsten]    0.7.1claws2
12262         * src/stock_pixmap.c
12263                 used opendir/readdir/closedir instead of scandir
12264                 -> code should work now on Solaris
12265
12266 2002-02-14 [paul]       0.7.1claws1
12267
12268         * sync with sylpheed 0.7.1cvs8
12269                 see ChangeLog entries 2002-02-13 and 2002-02-14
12270
12271         * README.claws
12272                 add some description of Actions and Pixmap Themes
12273
12274 2002-02-13 [paul]       
12275
12276         * version 0.7.1claws release
12277
12278 2002-02-13 [paul]       0.7.1claws
12279
12280         * po/es.po
12281           po/it.po
12282           po/pt_BR.po
12283                 updated translations, submitted by Ricardo Mones Lastra,
12284                 Alessandro Maestri and Fabio Junior Beneditto
12285
12286 2002-02-13 [melvin]     0.7.0claws75
12287
12288         * src/prefs_actions.c
12289                 Added missing "signal.h" include
12290
12291 2002-02-13 [melvin]     0.7.0claws74
12292
12293         * src/prefs_folder_item.c
12294                 Added missing "config.h" include
12295         * po/fr.po
12296                 Updated French translation for folder propriety.
12297
12298 2002-02-13 [jens]       0.7.0claws73
12299
12300         * po/POTFILES.in
12301                 Added missing src/prefs_folder_item.c [log added by melvin]
12302         * po/de.po
12303                 Updated German translation.
12304
12305 2002-02-13 [melvin]     0.7.0claws72
12306
12307         * po/fr.po
12308                 Updated French translation.
12309
12310 2002-02-13 [melvin]     0.7.0claws71
12311
12312         * src/gtkutils.c
12313                 Made gtkut_editable_get_selection return NULL if selection
12314                 is of length zero.
12315                 This fixes a bug where selecting part of message A then
12316                 switching to message B and replying to it will not
12317                 quote the message's body.
12318
12319 2002-02-12 [paul]       0.7.0claws70
12320
12321         * src/mainwindow.c
12322                 cosmetic, relating to pixmap themes: on toolbar make 
12323                 updating of 'Exec' and 'Compose news/Compose email'
12324                 icons faster.
12325
12326 2002-02-12 [carsten]    0.7.0claws69
12327         * src/folderview.c
12328           src/mainwindow.[ch]
12329           src/stock_pixmap.c
12330           src/summaryview.c
12331           src/prefs_common.c
12332                 - refreshing after changing pixmap theme better
12333                   now (thanks Paul)
12334                 - wanted to remove some mem leaks, but alfons was
12335                   faster (and had the better solution ;)
12336
12337 2002-02-12 [alfons]     0.7.0claws68
12338
12339         * src/prefs_common.c
12340         * src/stock_pixmap.[ch]
12341                 plug mem leaks, refactor code a little bit
12342
12343
12344 2002-02-12 [sergey]     0.7.0claws67
12345
12346         * src/imap.c
12347                 Fixed problem with copying messages to IMAP folders when the
12348                 server uses something other than '/' as a namespace separator
12349                 (cyrus-imapd uses '.').
12350
12351 2002-02-12 [jens]       0.7.0claws66
12352
12353         * po/de.po
12354                 Updated German Translation
12355
12356 2002-02-12 [paul]       0.7.0claws65
12357
12358         * sync with sylpheed 0.7.1cvs1
12359                 see ChangeLog entry 2002-02-12
12360
12361 2002-02-12 [melvin]     0.7.0claws64
12362
12363         * src/prefs_actions.c
12364                 Fixed "feature" where children's output was duplicated 
12365                 instead of refreshed while monitoring.
12366                 Removed some debug code.
12367
12368 2002-02-12 [christoph]  0.7.0claws63
12369
12370         * src/compose.c
12371                 always delete message from queue after sending/send error
12372                 (closes bug #509601)
12373
12374 2002-02-12 [melvin]     0.7.0claws62
12375
12376         * src/prefs_actions.c
12377                 Children wait loop is now triggered with a timeout of 1s
12378                 Added %F which is replaced with the list of filenames 
12379                 of all selected messages (as suggested by Ricardo Mones Lestra)
12380                 Pipe syntax changed. Prefix with | to send selection, postfix
12381                 with | to retrieve output. Prefix with > or * to send
12382                 user definable input to the command (*: input is hidden)
12383                 Old pipe action should now be postfixed with |, too.
12384
12385 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12386         * src/stock_pixmap.c
12387                 fixed a bug: if there's no theme directory don't
12388                 throw an error, just do "nothing" (thanks Alfons)
12389
12390 2002-02-12 [carsten]    0.7.0claws60
12391         * src/folderview.c
12392           src/summaryview.c
12393                 had to write the cache twice (nasty!); some marks would 
12394                 get lost if not
12395
12396 2002-02-11 [carsten]    0.7.0claws59
12397         * acconfig.h
12398           configure.in
12399           doc-src/maintainer_guide.txt
12400           src/compose.[ch]
12401           src/defs.h
12402           src/folderview.[ch]
12403           src/gtkutils.[ch]
12404           src/mainwindow.[ch]
12405           src/prefs_common.[ch]
12406           src/stock_pixmap.[ch]
12407           src/summaryview.[ch]
12408                 pixmap theming and related work on pixmap
12409                 handling on some other places
12410                 (e.g. hrm features for all folder)
12411           src/pixmap/stock_*.xpm -> the stock_ was removed
12412         
12413 2002-02-11 [paul]       0.7.0claws58
12414
12415         * sync with sylpheed 0.7.1 release
12416                 see ChangeLog entries 2002-02-11
12417
12418 2002-02-08 [paul]       0.7.0claws57
12419
12420         * sync with sylpheed 0.7.0cvs39
12421                 see ChangeLog entry 2002-02-07 (last entry) 
12422
12423         * src/prefs_actions.c
12424           src/prefs_filtering.c
12425           src/prefs_matcher.c
12426           src/prefs_scoring.c
12427                 sync: made it compile with C compilers other than gcc
12428
12429 2002-02-07 [paul]       0.7.0claws56
12430
12431         * sync with sylpheed 0.7.0cvs38
12432                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12433                 2002-02-07
12434
12435 2002-02-07 [darko]      0.7.0claws55
12436
12437         * src/gtkutils.[ch]
12438         * src/summaryview.c
12439                 Fix const gchar */gchar * issue (thanks Hiro)
12440
12441 2002-02-07 [darko]      0.7.0claws54
12442
12443         * src/compose.[ch]
12444         * src/filtering.c
12445         * src/gtkutils.[ch]
12446         * src/prefs_template.c
12447         * src/quote_fmt.h
12448         * src/quote_fmt_parse.y
12449         * src/summaryview.c
12450         * src/utils.[ch]
12451                 When replying or forwarding an email don't quote the entire
12452                 mail body but use the part of the message text that is selected
12453
12454 2002-02-06 [melvin]     0.7.0claws53
12455
12456         * src/prefs_common.[ch]
12457         * src/gtkspell.[ch]
12458         * src/compose.c
12459                 Made possible to switch quickly to last used dictionary
12460                 which makes checking bilingual documents easier.
12461
12462 2002-02-06 [melvin]     0.7.0claws52
12463         
12464         * po/POTFILES.in
12465                 Added forgotten new file src/prefs_actions.c
12466
12467 2002-02-06 [melvin]     0.7.0claws51
12468
12469         * src/prefs_actions.c   ** NEW FILE **
12470         * src/prefs_actions.h   ** NEW FILE **
12471                 Added actions to execute on message text view, or on the
12472                         message's file.
12473         * src/Makefile.am
12474                 Added src/prefs_actions.[ch]
12475         * src/compose.c
12476                 Added new menu "Edit/Actions"
12477         * src/defs.h
12478                 Added new actionsrc file.
12479         * src/main.c
12480                 Added actionsrc reading.
12481         * src/mainwindow.c
12482                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12483         * src/prefs_common.h
12484                 Added new element actionslst element to prefs_common.
12485
12486 2002-02-06 [paul]       0.7.0claws50
12487
12488         * sync with sylpheed 0.7.0cvs36
12489                 see ChangeLog entry 2002-02-06
12490
12491 2002-02-05 [paul]
12492
12493         * po/es.po
12494                 updated by Ricardo Mones Lastra
12495
12496 2002-02-05 [paul]       0.7.0claws49
12497
12498         * sync with sylpheed 0.7.0cvs33
12499                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12500
12501 2002-02-05 [paul]       0.7.0claws48
12502
12503         * src/compose.c
12504                 re-add 'Edit/Advanced/Delete entire line', previously named
12505                 'Delete Line+'
12506
12507 2002-02-04 [paul]       0.7.0claws47
12508
12509         * src/compose.c
12510           src/summaryview.c
12511                 fix bug #494993 (Reply All not taking Reply-To into consi)
12512                 eliminate differences in behaviour of right-click 'Reply to all' 
12513                 in summary view and 'Reply to all' on the toolbar. 
12514                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12515                 view and From gets ignored by 'Reply to all' on toolbar.
12516                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12517                 From when no Reply-To header is present.
12518
12519 2002-02-04 [paul]       0.7.0claws46
12520
12521         * sync with sylpheed 0.7.0cvs30
12522                 see ChangeLog entries 2002-02-03 and 2002-02-04
12523
12524 2002-02-03 [melvin]     0.7.0claws45
12525
12526         * src/gtkspell.[ch]
12527                 Readded function to highlight all misspelled words.
12528                 Fixed bug where user-provided-words did not replace
12529                         correctly the misspelled word when using the mouse.
12530                 Fixed bug where checking a region selected from right to left did
12531                         not check the region at all.
12532                 Fixed bug where 'Check backwards' may not check at all. 
12533                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12534                 Fixed possible buffer overflow when checking for long strings (>1k).
12535                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12536                 Accelerators code uses now gtk_widget_add_accel.
12537                 Removed and disabled obsolete and unfinished code.
12538                 Cleaning up.
12539
12540         * src/compose.c
12541                 Added menu item to Highlight all misspelled words.
12542
12543 2002-02-01 [paul]       0.7.0claws44
12544
12545         * src/mainwindow.c
12546                 fix '/View/Hide read messages' sensitivity when all
12547                 messages in a folder are hidden
12548
12549 2002-02-01 [paul]       0.7.0claws43
12550
12551         * src/main.c
12552                 add --send option to command line interface, sends all
12553                 queued mail. Patch submitted by Ricardo Mones Lastra.
12554
12555 2002-01-31 [paul]       0.7.0claws42
12556
12557         * src/mainwindow.c
12558                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12559
12560 2002-01-31 [paul]       0.7.0claws41
12561
12562         * sync with sylpheed 0.7.0cvs27
12563                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12564                 and 2002-01-31
12565
12566         * src/textview.c
12567                 comment out elements of textview_show_part() as temporary
12568                 workaround for attachment 'Display as text' bug 
12569
12570         * po/pt_BR.po
12571                 updated by Fabio Junior Beneditto
12572
12573 2002-01-30 [paul]       0.7.0claws40
12574
12575         * sync with sylpheed 0.7.0cvs24
12576                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12577                 and 2002-01-30
12578
12579         * src/compose.c
12580                 add {N_("/_Spelling"), ... "<Branch>"} to 
12581                 GtkItemFactoryEntry compose_entries[]
12582
12583         * src/prefs_common.c
12584                 add claws menu items to prefs_keybind_apply_clicked()
12585                 and remove non-claws menu items
12586
12587 2002-01-29 [paul]       0.7.0claws39
12588
12589         * sync with sylpheed 0.7.0cvs22
12590                 see ChangeLog entries 2002-01-28 and 2002-01-29
12591
12592 2002-01-28 [melvin]     0.7.0claws38
12593
12594         * src/compose.c
12595                 Added the declartion of compose_send_control_enter.
12596
12597         * src/compose.c
12598         * src/gtkspell.[ch]
12599                 Added in a 'Spelling' menu which includes the configuration menu. 
12600                 Added a real 'Check all' and got rid from the old one which only
12601                 highlited misspelled word.
12602                 Made 'Check while typing' a disableable option.
12603                 Added a dialog when there are no more misspelled word.
12604                 Added a dialog if error occurs when switching to a dictionary.
12605         
12606         * src/prefs_common.[ch]
12607                 Added option for the default 'Check while typing' option.
12608
12609
12610 2002-01-28 [alfons]     0.7.0claws37
12611
12612         * src/compose.c
12613                 fix buglet and make code comply with sylpheed code style
12614
12615 2002-01-28 [paul]       0.7.0claws36
12616
12617         * sync with sylpheed 0.7.0cvs19
12618                 see ChangeLog entries for 2002-01-28
12619
12620 2002-01-28 [hoa]        0.7.0claws35
12621
12622         * src/defs.h
12623                 added rendererrc
12624
12625         * src/main.c
12626                 read the renderer config
12627
12628         * src/procmime.[ch]
12629                 use the renderer config to convert mime attachments
12630
12631         * src/textview.c
12632                 don't use textview_show_html/ertf,
12633                 use get_text_content instead
12634
12635 2002-01-27 [alfons]     0.7.0claws34
12636         
12637         * src/news.c
12638                 make sylpheed believe it can delete a news message...
12639                 (messages are NOT deleted, maybe we should remove
12640                 processing from the folder properties after all.)
12641
12642 2002-01-27 [alfons]     0.7.0claws33
12643
12644         * src/folder.c
12645                 add extra checks
12646         * src/news.c
12647                 implement remove_msg() 
12648
12649 2002-01-27 [alfons]     0.7.0claws32
12650
12651         * src/procmsg.h
12652         * src/procheader.c
12653         * src/messageview.c
12654                 fix return receipt / disposition notification again. this
12655                 stuff seems to break on _every_ major summary UI change, so
12656                 it's now implemented using a flag which is saved in the
12657                 marks cache
12658                 
12659 2002-01-26 [alfons]     0.7.0claws31
12660
12661         * src/import.c
12662                 let import dialog show the destination folder identifier
12663
12664 2002-01-26 [melvin]     0.7.0claws30
12665
12666         * src/folderview.c
12667         * src/summaryview.c
12668                 Readded 'Mark all read' into summary view popup menu
12669                 Added 'Mark all read' in folder view popup menu for IMAP
12670                 and NNTP.
12671                 Made it insensitive if the selected folder is not the shown
12672                 one to avoid 'Mark all read' on the wrong folder.
12673                 
12674 2002-01-26 [paul]       0.7.0claws29
12675
12676         * src/folderview.c
12677           src/summaryview.c
12678                 move 'Mark all read' from summary view to folder view
12679                 menu. (adapted from) patch submitted by Jeremy Andrews,
12680                 <lists@kerneltrap.com>
12681
12682 2002-01-25 [alfons]     0.7.0claws28
12683
12684         * src/gtkstext.c
12685                 put the gtk class name back so GtkSText adapts the 
12686                 settings of GtkText
12687
12688 2002-01-25 [alfons]     0.7.0claws27
12689
12690         * src/folderview.c 
12691                 assimilate Ricardo's patch that shows pixmaps instead of
12692                 plain "new" and "unread" texts in the folder view column
12693                 headers 
12694
12695 2002-01-25 [paul]       0.7.0claws26
12696
12697         * src/Makefile.am
12698                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12699                 be found in non-standard locations. 
12700                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12701
12702 2002-01-25 [paul]       0.7.0claws25
12703
12704         * sync with sylpheed 0.7.0cvs16
12705                 see ChangeLog entry 2002-01-25
12706
12707 2002-01-24 [paul]       0.7.0claws24
12708
12709         * more sync with sylpheed 0.7.0cvs15
12710                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12711
12712 2002-01-23 [sergey]     0.7.0claws23
12713
12714         * src/importldif.c
12715                 Fixed segfault when closing LDIF import wizard with
12716                 the window manager.
12717         * src/imageview.c
12718         * src/imageview.h
12719         * src/messageview.c
12720         * src/mimeview.c
12721                 Fixed wrong scrolling position after switching between
12722                 text and image parts.
12723
12724 2002-01-23 [paul]       0.7.0claws22
12725
12726         * sync with sylpheed 0.7.0cvs15
12727                 see ChangeLog entries 2002-01-22 and 2002-01-23
12728
12729 2002-01-21 [melvin]     0.7.0claws21
12730
12731         * src/prefs_scoring.c
12732         * src/prefs_filtering.c
12733                 Fixed bug where scoring and filtering windows stopped
12734                 autochecking.
12735
12736 2002-01-21 [paul]       0.7.0claws20
12737
12738         * sync with sylpheed 0.7.0cvs12
12739                 see ChangeLog entries 2002-01-20 and 2002-01-21
12740
12741 2002-01-21 [carsten]    0.7.0claws19
12742         * src/mainwindow.c
12743         * src/menu.[ch]
12744         * src/messageview.[ch]
12745         * src/summaryview.[ch]
12746                 changes to shortcuts handling again:
12747                         + "Q" now controled by mainwin
12748                         + v/V are now customizable and have slightly
12749                           different meanings
12750                 the "button" to minimize the messageview (and maximize
12751                 the summary view) is a real button now
12752         * src/compose.c
12753                 "Delete Line+" added to Edit/Advanced (this will also
12754                 delete the '\n')
12755
12756 2002-01-20 [melvin] 0.7.0claws18
12757
12758         * src/addressbook.c
12759                 Made "Bcc" sensitive when addressbook is called from
12760                 compose window (it was a Claws only bug).
12761
12762 2002-01-19 [alfons] 0.7.0claws17
12763
12764         * src/inc.c
12765                 prevent unnecessary updates when currently selected folder has
12766                 no new messages 
12767
12768 2002-01-19 [alfons] 0.7.0claws16
12769         
12770         * src/summaryview.c
12771                 prevent writing the cache based on current message list in summary 
12772                 view when filtering also put messages in currently selected folder
12773
12774 2002-01-19 [paul]
12775
12776         * po/it.po
12777                 Italian translation submitted by Alessandro Maestri
12778                 <a.maestri@cs.tin.it>
12779
12780 2002-01-18 [melvin]     0.7.0claws15
12781
12782         * src/prefs_filters.c
12783                 fixed bug where 'cancel' from 'filters' window stops autochecking
12784                 if the timer timed out  when the window was open.
12785
12786 2002-01-18 [match]      0.7.0claws14
12787
12788         * src/addrclip.[ch]     ** NEW FILE **
12789         * src/addrselect.[ch]   ** NEW FILE **
12790         * src/adbookbase.h      ** NEW FILE **
12791                 addressbook cut, copy and paste
12792         * src/addrbook.[ch]
12793         * src/addrcache.[ch]
12794         * src/addressitem.h
12795         * src/addrindex.[ch]
12796         * src/addritem.[ch]
12797         * src/importldif.c
12798         * src/importmutt.c
12799         * src/jpilot.[ch]
12800         * src/syldap.[ch]
12801         * src/vcard.[ch]
12802         * src/jpilot.[ch]
12803         * src/editbook.c
12804         * src/editjpilot.c
12805         * src/editldap.c
12806         * src/editvcard.c
12807                 support for copy/paste
12808         * src/addressbook.c
12809                 support for copy/paste
12810                 tidy up menu option processing
12811                 correct address list function arguments
12812         * src/editaddress.c
12813                 sort user attributes
12814         * src/ldif.h
12815         * src/mutt.h
12816                 tidy up
12817
12818         * src/addrbook.[ch]
12819         * src/addrbook.[ch]
12820         * src/addrbook.[ch]
12821                 
12822
12823 2002-01-18 [paul]       0.7.0claws13
12824
12825         * sync with sylpheed 0.7.0cvs8
12826                 configure.in: support Mac OS X (Darwin)
12827
12828 2002-01-18 [carsten]    0.7.0claws12
12829         * src/html.c
12830                 small hack to fix a segfault with an empty href
12831                 (reported by Alexandra Walford <deeni@altern.org>)
12832         * src/mainwindow.c
12833         * src/summaryview.c
12834                 the shortcuts for Mark und Mark as unread are hardcoded
12835                 again
12836         * src/compose.c
12837         * src/gtkstext.[ch]
12838                 readded the shortcuts in gtkstext but made them
12839                 customizeable (simply by adding a menu plus a wrapper
12840                 to compose.c)
12841
12842 2002-01-17 [melvin]     0.7.0claws11
12843
12844         * src/gtkspell.c
12845                 fix default dictionary not being saved.
12846
12847 2002-01-16 [darko]      0.7.0claws10
12848
12849         * src/compose.c
12850                 fix wrapping crash with URL longer than wrapping margin
12851
12852 2002-12-08 [hoa]        0.7.0claws10
12853
12854         * src/matcher_parser_parse.y
12855                 fixed some bugs
12856
12857         * src/prefs_filtering.c
12858                 now, we can use bounce action in the dialog box.
12859
12860 2002-01-16 [carsten]    0.7.0claws9
12861         * src/gtkstext.c
12862                 removed the <control> and <alt> shortcuts because they're
12863                 not needed and interefered with the "normal" shortcuts
12864         * src/mainwindow.c
12865         * src/summaryview.c
12866                 removed most of the hardcoded shortcuts and assigned
12867                 them to menu entries making them easy customizable by
12868                 that
12869
12870 2002-01-16 |melvin]     0.7.0claws8
12871
12872         * src/gtkspell.c
12873                 fixed bug where using the mouse and when the compose
12874                 window is not on top may result in a crash.
12875
12876 2002-01-16 [melvin]     0.7.0claws7
12877
12878         * src/compose.c
12879                 fixed a long standingspell checker bug which could 
12880                 cause a crash after sending a message.
12881
12882 2002-01-16 [paul]       0.7.0claws6
12883
12884         * sync with sylpheed 0.7.0cvs7
12885                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12886                 2002-01-15, and 2002-01-16
12887
12888 2002-01-16 [melvin]     0.7.0claws5
12889
12890         * README.claws
12891         * src/compose.c
12892         * src/gtkspell.[ch]
12893         * src/main.c
12894                 Heavily modified spell checker code to work around
12895                 ispell bug, to add keyboard shortcuts and for future
12896                 enhancements. See README.claws for usage information.
12897
12898 2002-01-15 [alfons]     0.7.0claws4
12899         
12900         * src/summaryview.c
12901                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12902                 so sorting within threads reflects sort mode
12903
12904 2002-01-15 [christoph]  0.7.0claws3
12905
12906         * src/procmsg.c
12907                 added alertpanel if mail sending failed
12908
12909 2002-01-15 [alfons]     0.7.0claws2
12910         
12911         * src/prefs_filtering.c
12912                 don't stop timer when prefs filtering dialog is opened
12913
12914 2002-01-14 [alfons]     0.7.0claws1
12915
12916         * src/addr_compl.c
12917         * src/prefs.c
12918                 remove debug_print()s for privacy reasons
12919
12920 2002-01-14 [darko]      0.7.0claws
12921
12922         * README.claws
12923                 quotation wrapping is now also in the main branch
12924
12925 2002-01-14 [paul]
12926
12927         * tools/filter_conv.pl
12928                 allow for Boolean Op and case-sensitivity
12929                 this file is included in the release and tagged
12930                 'rel_0_7_0'
12931
12932 2002-01-13 [paul]       0.7.0claws
12933
12934         * release 0.7.0, with cvs tag 'rel_0_7_0'
12935
12936 2002-01-13 [paul]
12937
12938         * tools/filter_conv.pl
12939         * tools/README
12940                 rewritten to output to matcherrc instead of filteringrc
12941
12942         * po/es.po
12943                 updated Spanish translation by Ricardo Mones Lastra
12944
12945 2002-01-13 [alfons]
12946
12947         * po/nl.po
12948                 update dutch translation
12949
12950 2002-01-13 [paul]
12951
12952         * po/pt_BR.po
12953                 Updated by Fabio Junior Beneditto 
12954
12955 2002-01-13 [melvin]     0.6.6claws53
12956
12957         * po/fr.po
12958                 Updated french translation
12959
12960 2002-01-12 [alfons]     0.6.6claws52
12961
12962         * src/filtering.c
12963                 plug mem leak that has been sitting there for ages              
12964
12965 2002-01-12 [alfons]     0.6.6claws51
12966
12967         * src/summaryview.c
12968                 undo melvin's changes from 0.6.6claws48 because summary
12969                 view now refuses to select first unread message when
12970                 selecting a folder 
12971
12972 2002-01-11 [alfons]     0.6.6claws50
12973
12974         * src/import.c
12975                 use claws' semantics for getting folder item when
12976                 importing an mbox file into a folder 
12977                 (submitted by Dale P. Smith)
12978
12979 2002-01-11 [christoph]  0.6.6claws49
12980
12981         * src/prefs.h
12982                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12983                 toggle widget, because non static prefs can not use
12984                 prefs_set_* functions
12985         * src/prefs_account.c
12986                 toggle smtp auth password field sensitivity if
12987                 user id is empty and add descrition of usage for
12988                 these fields
12989         * src/prefs_folder_item.c
12990                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12991                 callbacks
12992
12993 2002-01-11 [melvin]     0.6.6claws48
12994
12995         * src/compose.c
12996                 fix the 'Ctrl-Enter' feature for sending and test really
12997                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12998                 editables which was not documented in Gtk)
12999
13000         * src/summaryview.c
13001                 Made summaryview refresh after sorting and not before.
13002
13003 2002-01-11 [christoph]  0.6.6claws47
13004
13005         * src/compose.c
13006                 select account from account ids if possible and
13007                 correctly set save folder for copy in reedit
13008
13009 2002-01-10 [paul]       0.6.6claws46
13010
13011         * sync with sylpheed 0.7.0 release
13012                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13013                 2002-01-09
13014
13015 2002-01-09 [alfons]
13016
13017         * src/summaryview.c
13018                 remove more dirt traces...
13019
13020 2002-01-09 [alfons]
13021         
13022         * src/summaryview.c
13023                 clean up some traces of my debugging stuff
13024
13025 2002-01-09 [alfons]     0.6.6claws45
13026
13027         * src/filtering.c
13028                 break up filteringprop_apply() in three separate pieces
13029                 so we can drop messages that failed processing in the
13030                 inbox
13031
13032         * src/summaryview.c
13033                 fix bug #469598 "no refresh of inbox after filter" which 
13034                 was introduced by the new summary view locking, and which 
13035                 prevented the summary view to update after a manual filter 
13036                 message. claw's filter message requires a summary_show().
13037                 (aargh, summary_show() again! :-)
13038                 
13039 2002-01-07 [alfons]     0.6.6claws44
13040
13041         * src/headerwindow.c
13042         * src/logwindow.c
13043         * src/messageview.c
13044         * src/sourcewindow.c
13045                 bring in Hiro's last 0.7.0 wm class fixes
13046
13047         * tools/sylprint.pl
13048                 bring in Ricardo's fix for sylprint script
13049
13050         * AUTHORS       
13051         * src/rfc2015.[ch]
13052         * src/prefs_common.[ch]
13053         * src/prefs_account.[ch]
13054         * src/compose.c
13055                 clean up account preference poison in rfc2015,
13056                 and preparation to fix double sign bug 
13057                 (patch submitted by Simon 'corecode' Schubert)
13058
13059 2002-01-07 [christoph]  0.6.6claws43
13060
13061         * src/mh.c
13062                 search for free message number, do not only rely
13063                 on last_num
13064         * src/send.c
13065                 fix smtp auth and use extra account information
13066                 if available, if not use pop3 data instead
13067                 (closes bug #500341)            
13068         * src/ssl.[ch]
13069                 match coding style
13070
13071 2002-01-06 [alfons]     0.6.6claws42
13072
13073         * src/mainwindow.c
13074                 try making the separate windows work again...
13075
13076 2002-01-06 [alfons]     0.6.6claws41
13077
13078         * src/mainwindow.c
13079                 adapt Hiro's separate window menu (to get rid of the funny
13080                 duplicate menu items), and make it work again
13081
13082 2002-01-06 [alfons]     0.6.6claws40
13083
13084         * tools/Makefile.am
13085         * tools/sylprint.rc
13086         * tools/sylprint.pl
13087         * tools/README.sylprint
13088                 add sylprint script for printing mails from Sylpheed
13089                 (contributed by Ricardo Mones Lastra)
13090
13091         * src/acount.c
13092                 clean up
13093
13094 2002-01-06 [melvin]     0.6.6claws39
13095
13096         * src/mainwindow.c
13097         * src/summaryview.c
13098                 Fixed crash introduced in 0.6.6claws38 by the menu
13099                 reorganisation (Hide read messages)
13100         
13101         * ChangeLog.claws 
13102                 Fixed typo (we are now in 2002, alfons ;) )
13103
13104 2002-01-05 [alfons]     0.6.6claws38
13105
13106         * sync with sylpheed 0.6.6cvs10-17
13107                 (last stuff marked as LAST_STABLE)
13108
13109 2002-01-04 [melvin]     0.6.6claws37
13110
13111         * src/account.c
13112                 Made account selection code use strcasestr again instead of
13113                 g_strcasecmp (fixes bug where reediting queued messages
13114                 did not select proper account reported by T. Link).
13115         
13116         * src/folderview.c
13117                 Fix bug where folder icons are not shown when 'hide read messages'
13118                 is on.
13119         
13120         * src/stock_pixmaps.[ch]
13121                 Added folder icons for 'hide read messages'.
13122         
13123         * src/compose.c
13124                 Fixed bug where 'Enter' in a header entry will send the message 
13125                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13126
13127 2002-01-03 [melvin]     0.6.6claws36
13128         
13129         * src/prefs.[ch]
13130                 Added popup menu for common preferences and
13131                 account preferences (right click on tab displays
13132                                 a menu of all tabs.)
13133
13134 2002-01-02 [melvin]     0.6.6claws35
13135
13136         * src/gtkspell.[ch]
13137                 Made spelling code compatible with undo/redo feature.
13138                 Added creation of suggestion mode menu for the general
13139                         preferences.
13140         
13141         * src/prefs_common.[ch]
13142                 Added option menu for the speller's suggestion mode.
13143                 Added missing spaces in "..." buttons and made a "..."
13144                         button non translatable!
13145         
13146         * src/compose.c
13147                 Made speller use the default suggestion mode.
13148                 Hack to make it possible to choose 'CTRL-Enter' as a
13149                         shortcut for sending (and only for sending).
13150
13151         * src/prefs_folder_item.c
13152                 Changing subject simplification does not update cache 
13153                         anymore (because it is unnecessary).
13154                 Fixed bug where changing subject simplification updated the 
13155                         summaryview even when the viewed folder is not the
13156                         folder which properties are being changed. (E.g. 
13157                                         viewing folder A and changing
13158                                         the subject simplification of 
13159                                         folder B -not being viewed- updated the 
13160                                         summaryview of folder A with data of
13161                                         folder B). (Hope this is clear... )
13162
13163 2001-12-31 [alfons]     0.6.6claws34
13164         
13165         * src/ldif.c
13166         * src/mutt.c
13167                 fgetc() returns a signed integer which doesn't
13168                 fit in a char. so c truncates this to a char
13169                 but we may lose significant bits. i.e. we may
13170                 comparing 0xFF which may not be equal to -1
13171                 unless properly casted to signed char which
13172                 we won't do because fgetc() returns a signed
13173                 integer which doesn't fit in a char. so c 
13174                 truncates this to a char but we may lose 
13175                 significat bits. (you got the idea, thanks
13176                 to Gustavo Noronha Silva <kov@debian.org>
13177                 and the Debian folks!)
13178
13179 2001-12-30 [alfons]     0.6.6claws33
13180
13181         * src/prefs_common.c
13182                 add #ifdef USE_PSPELLs that Melvin forgot               
13183
13184 2001-12-30 [melvin]     0.6.6claws32
13185         
13186         * src/prefs_common.[ch]
13187                 Added configurable color for misspelled words.
13188
13189         * src/gtkspell.[ch]
13190                 Fixed bug of foreground text color (reported by David
13191                                 Mehrmann)
13192                 Added configurable color for misspelled words.
13193
13194 2001-12-30 [alfons]     0.6.6claws31
13195
13196         * src/folder.c
13197                 remove unnecessary things someone put there
13198
13199         * src/mh.c
13200         * src/folder.[ch]
13201                 make folder properties (like threading and sorting) persistent
13202                 (closes bug #497424 "rescan folder tree resets proprieties")
13203                 currently this is only for MH folders. 
13204
13205 2001-12-29 [melvin]     0.6.6claws30
13206
13207         * src/string_match.[ch]
13208                 Optimized a bit: regexp pattern buffer compiled only once, and
13209                   one subroutine call removed. Fixed ^ regexp search: Now, 
13210                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13211         
13212         * src/summaryview.c
13213                 Subject filtering changed to filter summary columns and
13214                   not directly the messages subject cache. The loss in 
13215                   performance is balanced by the improvement of string_match.
13216                 Added an alert panel if there is an error in the regexp.
13217
13218         * src/src/prefs_folder_item.h
13219                 Added a regexp pattern buffer.
13220
13221 2001-12-28 [alfons]     0.6.6claws29
13222
13223         * src/string_match.[ch]
13224                 clean up name space
13225                 allow compilation *BSD
13226
13227 2001-12-27 [alfons]     0.6.6claws28
13228
13229         * src/filter.c
13230                 sync the Hiro's bug fix for BSD
13231
13232 2001-12-27 [melvin]     0.6.6claws27
13233         
13234         * src/compose.c
13235                 Simplify focus to subject entry code.
13236
13237 2001-12-27 [darko]      0.6.6claws26
13238
13239         * src/filtering.c
13240         * src/mbox_folder.c
13241         * src/messageview.c
13242         * src/mh.c
13243         * src/procheader.[ch]
13244         * src/procmsg.h
13245         * src/stock_pixmap.[ch]
13246         * src/summaryview.c
13247                 Show key icon for encrypted mails in summary view
13248
13249         * src/pixmaps/clip.xpm
13250         * src/pixmaps/clipkey.xpm
13251         * src/pixmaps/key.xpm
13252                 New/modified icons for the above
13253
13254 2001-12-27 [melvin]     0.6.6claws25
13255
13256         * src/prefs_common.c
13257                 Put spell checker options in a separate tab to decrease
13258                 the Common Preferences window height.
13259
13260         * README.claws  
13261                 Update spell checker usage instruction about its options
13262                 location.
13263
13264 2001-12-27 [melvin]     0.6.6claws24
13265
13266         * src/compose.c
13267                 Changed subject entry widget position. Initial focus is
13268                 on the To header instead of the subject entry.
13269                 Creating a new header scrolls the header list to make the
13270                 created one visible. Nevertheless, when automatically filling
13271                 headers, the first one is shown.
13272                 A Tab key press in the last empty header entry zips the 
13273                 focus to the subject entry.
13274                 (I did not change the combo boxes, yet)
13275
13276 2001-12-26 [alfons]     0.6.6claws23
13277
13278         * src/prefs_account.c
13279         * src/inc.c
13280                 allow default inbox to reside in another mailbox (only
13281                 works for POP3 accounts)
13282
13283 2001-12-26 [alfons]     0.6.6claws22
13284         
13285         * src/textview.c
13286                 make reply-on-click work with the account of the selected folder
13287         * src/compose.c
13288                 put a fixme here to remind me to fix finding correct default
13289                 account for nested folders
13290
13291 2001-12-25 [alfons]     0.6.6claws21
13292
13293         * src/summaryview.c
13294                 make column headers display locked and mark pixmaps (idea by Melvin) 
13295                 fix bug by adding score and locked column type to sort array
13296
13297 2001-12-25 [alfons]     0.6.6claws20
13298         
13299         * src/summaryview.c
13300                 catch a *potentially* inadvertent write back of  
13301                 the message cache(s) introduced by 0.6.5claws37
13302
13303 2001-12-25 [christoph]  0.6.6claws19
13304
13305         * src/stock_pixmap.[ch]
13306         * src/summaryview.c
13307                 add ignore thread pixmap
13308                 (can someone draw a better icon for this?)
13309
13310 2001-12-24 [alfons]     0.6.6claws18
13311
13312         * src/prefs_folder_item.c
13313                 make address completion actually work for the
13314                 Default To address in the Folder Property dialog.
13315
13316 2001-12-24 [alfons]     0.6.6claws17
13317         
13318         * src/summaryview.c
13319                 use new style regexp for subject stripping 
13320                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13321
13322 2001-12-24 [darko]      0.6.6claws16
13323
13324         * src/pgptext.c
13325         * src/rfc2015.c
13326                 move GPG related informational messages to debug mode
13327
13328 2001-12-23 [alfons]     0.6.6claws15
13329
13330         * src/stock_pixmap.[ch]
13331         * src/summaryview.c
13332                 add the forgotten Claws' locked pixmap
13333
13334 2001-12-23 [alfons]     0.6.6claws14
13335
13336         * src/filesel.c
13337                 accept file name typed in entry in multi file
13338                 selector (patch submitted by Gustavo Noronha Silva 
13339                 <kov@debian.org>)
13340
13341 2001-12-23 [alfons]     0.6.6claws13
13342
13343         * src/prefs_filter.c
13344         * src/prefs_filtering.c
13345         * src/matcher.c
13346         * src/importmutt.c
13347                 clean up a little bit
13348         
13349         * src/string_match.c
13350                 validate input strings a little bit more
13351
13352 2001-12-23 [alfons]     0.6.6claws12
13353
13354         * src/Makefile.am
13355         * src/summaryview.c
13356         * src/string_match.[ch]         ** NEW **
13357         * src/folderview.[ch]
13358         * src/headerview.h
13359         * src/folder.[ch]
13360         * src/prefs_folder_item.[ch]
13361                 add subject simplification to strip out strings from
13362                 a subject line (esp. handy for mailing lists). 
13363                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13364                 but slightly changed things for better integration.)
13365
13366 2001-12-23 [alfons]     0.6.6claws11
13367
13368         * src/mainwindow.c
13369                 fix bug introduced by submission included in 0.6.5claws52.
13370                 ideally this submission should clean the trash if any trash
13371                 folder has a message. however, the hasTrash variable was
13372                 set to false whenever a trash folder was empty (discarding
13373                 a previously found *filled* trash folder.)
13374
13375                 also edited the code a little bit and made it more safe.
13376
13377 2001-12-22 [alfons]     0.6.6claws10
13378
13379         * src/imap.c
13380                 quick fix for Martin Pool's omission of an account
13381                 specific SSL setting
13382
13383 2001-12-22 [alfons]     0.6.6claws9
13384
13385         * src/compose.c
13386         * src/messageview.c
13387         * src/mimeview.c
13388         * src/pgptext.c
13389         * src/procmime.[ch]
13390                 better support for multipart/digest (submitted
13391                 by Fredrik <e98fo@efd.lth.se>)
13392
13393 2001-12-22 [alfons]     0.6.6claws8
13394
13395         * src/addressbook.c
13396                 correct function signature
13397         * src/socket.[ch]
13398         * src/imap.[ch]
13399         * src/prefs_account.[ch]
13400                 allow IMAP over SSH tunnel (patch submitted by 
13401                 Martin Pool <mbp@samba.org>)
13402
13403 2001-12-21 [alfons]     0.6.6claws7
13404
13405         * sync with sylpheed 0.6.6cvs4-9
13406                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13407
13408 2001-12-21 [christoph]  0.6.6claws6
13409
13410         * src/compose.c
13411         * src/prefs_folder_item.[ch]
13412                 implement saving of outgoing messages to current folder.
13413                 fix segfault when no default outbox is available
13414                 (closes bug #495683)
13415
13416 2001-12-21 [carsten]    0.6.6claws5
13417         * src/folderview.c
13418         * src/summaryview.c
13419                 pressing CTRL while DND does now the expected thing and
13420                 copies the mail (moving is still the default, as this
13421                 seam more appropriate for handling mails by DND)
13422
13423 2001-12-18 [paul]       0.6.6claws4
13424
13425         * sync with sylpheed 0.6.6cvs3
13426                 see ChangeLog entries 2001-12-18
13427
13428 2001-12-18 [hiro]       0.6.6claws3
13429
13430         * src/undo.c
13431                 fix for multibyte characters (obtain the number of letters
13432                 instead of bytes).
13433
13434 2001-12-17 [paul]       0.6.6claws2
13435
13436         * sync with sylpheed 0.6.6cvs1
13437                 see ChangeLog entry 2001-12-16
13438
13439 2000-12-17 [alfons]     0.6.6claws1
13440
13441         * src/filtering.c
13442                 clean up
13443
13444 2001-12-16 [paul]       0.6.6claws
13445 2001-12-15
13446
13447         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13448
13449         * src/mimeview.c
13450                 last minute sync with main 0.6.6
13451
13452         * po/es.po
13453                 updated by Ricardo Mones Lastra
13454                 update for last minute sync
13455         * po/fr.po
13456         * po/nl.po
13457                 update for last minute sync
13458         * po/de.po
13459                 updated by Jens Oberender
13460         * po/pt_BR.po
13461                 updated by Fabio Junior Beneditto
13462
13463         * src/prefs_common.[ch]
13464         * src/undo.c
13465                 number of undo levels is user configurable
13466                 (squeeze it into the release in the dying
13467                 moments) Submitted by Jens Oberender    
13468
13469 2001-12-15 [melvin]
13470
13471         * po/fr.po
13472                 updated french translation
13473
13474 2001-12-15 [paul]       0.6.5claws92
13475
13476         * sync with sylpheed 0.6.5cvs28
13477                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13478
13479         * po/nl.po
13480                 update to allow for sync
13481
13482 2001-12-15 [alfons]
13483         
13484         * po/nl.po
13485                 update dutch translation
13486
13487 2001-12-14 [carsten]    0.6.5claws91
13488         * src/summaryview.c
13489                 fixed bug #473785; also after changing the column order
13490                 the same message will be selected and displayed as before
13491                 the reordering
13492
13493 2001-12-14 [carsten]    0.6.5claws90
13494         * src/folderview.c
13495                 probably found the bug reported by wwb opening or closing
13496                 a folder tree just before dnd (found the solution in the
13497                 balsa source -- thanks to them)
13498
13499 2001-12-14 [carsten]    0.6.5claws89
13500         * src/gtkutils.c
13501         * src/account.c
13502                 moved gtk_clist_moveto to the right place, so that
13503                 only the accounts dialog is effected on opening
13504
13505 2001-12-14 [carsten]    0.6.5claws88
13506         * src/gtkutils.c
13507                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13508                 now, so that the focused row will be seen in any case
13509                 (reported by wwp on sf-claws-user)
13510
13511 2001-12-14 [darko]      0.6.5claws87
13512
13513         * src/compose.c
13514                 remove unnecessary line
13515
13516 2001-12-14 [paul]       0.6.5claws86
13517
13518         * sync with sylpheed 0.6.5cvs27
13519                 see ChangeLog entries 2001-12-14
13520
13521 2001-12-14 [carsten]    0.6.5claws85
13522         * src/mainwindow.c
13523                 following a suggestion of Melvin the rcoabm pops up
13524                 right under the button now and the button is reliefed
13525                 while the popup is open
13526
13527 2001-12-14 [darko]      0.6.5claws84
13528
13529         * src/compose.c
13530                 fix crash when wrapping long lines if linewrap quotation
13531                 is disabled and wrapper encounters a word spanning more
13532                 than one line
13533
13534 2001-12-13 [paul]       0.6.5claws83
13535
13536         * src/compose.c
13537                 prefer 'Reply-To' header over mailing list header when
13538                 replying to a message. Finally prevent all those confirmation 
13539                 messages being sent to the list itself.
13540
13541         * src/summaryview.c
13542                 remove unused summary_set_menu_sensitive() entry
13543
13544 2001-12-13 [paul]       0.6.5claws82
13545
13546         * src/folderview.c
13547         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13548         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13549         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13550                 improvements to 'Hide read messages': Inbox, Outbox,
13551                 Trash, Queue, and Draft icons now reveal presence of hidden 
13552                 messages
13553
13554 2001-12-12 [alfons]     0.6.5claws81
13555
13556         0.6.5claws80 was tagged as LAST_STABLE
13557
13558         * src/filtering.[ch]
13559         * src/matcher.[ch]
13560         * src/matcher_parser_lex.c
13561                 fix the filtering; my last attempt to get it right, 
13562                 if it does not work, it's Hoa's turn. ;-)
13563
13564                 for my honourable peers:
13565                 
13566                 the code now makes a clear distinction between
13567                 rules as they are displayed (probably escaped),
13568                 and as they are executed (probably unescaped). the
13569                 parser does *NOT* do any unescaping, this is
13570                 the task of the matcher.c (which breaks up a
13571                 rule into condition) and the filtering.c (which
13572                 breaks up the rule's action). to make this
13573                 run happily we provide an unescaped copy of
13574                 crucial strings to the MatcherProp and 
13575                 FilteringAction structures. note that the only
13576                 exception to this is any REGEXP string. those
13577                 are directly passed to regcomp() and regexp()
13578                 (who have much more powerful unescape functions).
13579                 
13580                 for everyone else:
13581         
13582                 you can escape tab (\t), carriage return (\r),
13583                 linefeed (\n), form feed (\f), quote (\"), 
13584                 single quote (\'), bell (\b) in all the entry
13585                 lines in the scoring & filtering dialogs.
13586                 as an added bonus this should not affect
13587                 existing filtering rules.
13588
13589 2001-12-12 [carsten]    0.6.5claws80
13590
13591         * src/summaryview.c
13592         * po/de.po
13593                 "item(s) selected" is now sensitive to 1 or more
13594                 than one selected (nice for language where simple
13595                 adding of a "s" is not possible as German (Eintrag
13596                 ->Eintr"age)
13597                 
13598                 the "forward as attachment" entry from the right
13599                 click menu removed, "forward" acts following the
13600                 prefs
13601         
13602         * src/textview.c
13603                 reverted my former changes; so compiler warning again
13604                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13605                 nevertheless
13606
13607         * src/messageview.c
13608                 "search in message" does now *not* only work in MVIEW_TEXT
13609                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13610                 message
13611
13612         * src/mainwindow.c
13613                 removed "/File/_Close" as it was the same as "/File/E_xit"
13614                 and we don't need it two times
13615
13616                 the separate folder view and message view now get a distinct
13617                 WMCLASS, just in case someone is using sawfish ;-)
13618
13619                 as the menu entries "/View/Message view" and "/View/Folder tree"
13620                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13621                 make them sensitive accordingly and as these two are "shown"
13622                 after startup anytime check this menuitem at startup
13623
13624 2001-12-12 [paul]       0.6.5claws79
13625
13626         * src/folderview.c
13627                 fix sensitivity of 'Search folder...', broken in
13628                 0.6.5claws75
13629
13630         * src/mainwindow.c
13631                 fix dodgy English
13632
13633 2001-12-11 [carsten]    0.6.5claws78
13634         * src/filtering.c
13635                 fixed two typos returning a wrong FALSE/TRUE
13636         * src/mainwindow.[ch]
13637                 extra menu for email/news button removed
13638
13639 2001-12-11 [alfons]     0.6.5claws77
13640         
13641         * src/matcher.c                 (1.3)
13642         * src/matcher_parser_lex.l      (1.28)
13643                 revert for another attempt
13644                 mark 0.6.5claws77 as LAST_STABLE
13645
13646 2001-12-11 [christoph]  0.6.5claws76
13647
13648         * po/de.po
13649                 fixed wrong translation for prev. unread msg
13650
13651 2001-12-11 [paul]       0.6.5claws75
13652
13653         * src/folder.[ch]
13654         * src/folderview.c
13655         * src/mainwindow.c
13656         * src/summaryview.[ch]
13657         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13658                 enable ability to hide read messages on per folder basis via 
13659                 '/Summary/Hide read messages'; when selected, a folder will 
13660                 have a red open folder icon, instead of a blue icon, if the 
13661                 folder contains hidden messges
13662                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13663
13664         * src/mainwindow.c
13665                 remove '/Message/Forward as attachment' from 
13666                 main_window_set_menu_sensitive() to prevent debug warning
13667
13668         * src/folderview.c
13669         * src/mainwindow.c
13670                 Clean up some of the English
13671
13672         * tools/newscache_clean.pl
13673                 allow for new 'hidereadmsgs' entry in folderlist.xml
13674
13675         * po/es.po
13676                 updated translation, submitted by Ricardo Mones Lastra
13677
13678 2001-12-11 [paul]       0.6.5claws74
13679
13680         * sync with sylpheed 0.6.5cvs25
13681                 see ChangeLog entry 2001-12-11
13682
13683 2001-12-10 [alfons]     0.6.5claws73
13684
13685         * src/matcher.c
13686                 add more control characters
13687         * src/matcher_parser_lex.l
13688                 make escaping / unescaping work again
13689
13690 2001-12-10 [alfons]     0.6.5claws72
13691
13692         * src/imap.c
13693                 clean up warnings "returning value for void function" 
13694         * src/prefs_filtering.c
13695                 make info button for execute action sensitive
13696
13697 2001-12-10 [paul]       0.6.5claws71
13698
13699         * src/compose.c
13700         * src/imap.[ch]
13701         * src/summaryview.c
13702                 fix: imap server now gets informed of MARKED, UNMARKED
13703                 and REPLY events. Now people can use different IMAP-Mail
13704                 clients and have the exact same information about MARKED,
13705                 UNMARKED and REPLY status with all of them. Especially
13706                 useful for imap servers with a web-frontend.
13707                 submitted by Tobias Sandhaas <medlor@web.de>
13708
13709 2001-12-09 [melvin]     0.6.5claws70
13710         
13711         * src/textview.[ch]
13712                 fixed bug #490076 (hunted down by Alfons who implemented
13713                 a workaround in 0.6.5claws65)
13714
13715 2001-12-09 [christoph]  0.6.5claws69
13716
13717         * src/summaryview.c
13718                 set pointer to string in LOCKED column to NULL
13719                 (might fix bug #490800)
13720
13721 2001-12-09 [carsten]    0.6.5claws68
13722
13723         * po/de.po
13724                 resolved some cluttered menu shortcuts 
13725                 ('creating new email' and 'creating news message'
13726                 hade the same)
13727         * src/compose.c
13728                 wmclass now distinc from main window
13729         * src/mainwindow.c
13730           src/mainwindow.h
13731                 email/news and forward button functionality similar
13732                 to the reply buttons; removed the ugly dropdown arrows
13733                 and use instead the right mouse button
13734
13735 2001-12-09 [paul]       0.6.5claws67
13736
13737         * src/imap.c
13738         * src/utils.h
13739                 allow spaces in imap folder names
13740                 submitted by Willem van Engen <wvengen@stack.nl>
13741
13742 2001-12-09 [paul]       0.6.5claws66
13743
13744         * sync with sylpheed 0.6.5cvs24
13745                 see ChangeLog entry 2001-12-09
13746
13747 2001-12-08 [alfons]     0.6.5claws65
13748
13749         * src/textview.c
13750                 prevent secondary selection claim after "add to sender" dialog
13751                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13752                 we trick GTK by simulating a click at (0, 0) in the textview.
13753
13754 2001-12-08 [hoa]        0.6.5claws64
13755
13756         * src/folder.c
13757                 fixed a bug about the .processing folder name while filtering
13758
13759 2001-12-08 [alfons]     0.6.5claws63
13760
13761         * src/folderview.c 
13762                 work around problem of not correctly updating folder stats
13763                 when deleting messages. there's some folder scanning evil
13764                 going so the folderview_update_msg_num() does not work
13765                 correctly. need to investigate this.
13766
13767 2001-12-08 [paul]       0.6.5claws62
13768
13769         * sync with sylpheed 0.6.5cvs23
13770                 see ChangeLog entry 2001-12-08
13771
13772 2001-12-07 [christoph]  0.6.5claws61
13773
13774         * src/compose.c
13775                 fix another header translation problem
13776
13777 2001-12-07 [alfons]     0.6.5claws60
13778
13779         * src/mbox.c
13780                 make filtering also work on local spool mbox
13781
13782 2001-12-07 [carsten]    0.6.5claws59
13783         * src/addressbook.c
13784                 addressbook window gets a wmclass distinct from the main
13785                 sylpheed window
13786         * src/compose.h
13787         * src/mainwindow.[ch]
13788                   forward menu item will use mode selected in prefs, forward 
13789                 as attatchment in menu removed (will be substituted in the
13790                 toolbar similar to reply buttons)
13791                   create news message menu entry and news button is now 
13792                 sensitive to the existance of a news account
13793         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13794         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13795         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13796                 these are removed because the toolbar buttons don't show
13797                 the quoting modus any longer
13798
13799 2001-12-07 [paul]
13800
13801         * tools/newscache_clean.pl      ** NEW FILE **
13802                 perl script to do some tidying up in the newscache directory 
13803                 
13804         * tools/sylpheed-switcher       ** NEW FILE **
13805                 perl script to enable easy switching between main and claws
13806                 
13807         * tools/README
13808                 added descriptions of the two new perl scripts          
13809
13810
13811 2001-12-07 [melvin]     0.6.5claws58
13812
13813         * src/messageview.c
13814                 fixed a warning during compilation introduced in 0.6.5claws56
13815
13816 2001-12-07 [paul]       0.6.5claws57
13817
13818         * src/mainwindow.[ch]
13819         * src/menu.[ch]
13820                 further usability enhancements to replying with or without 
13821                 quoting via the toolbar, use of Ctrl key is replaced by 
13822                 drop down menu 
13823                 Submitted by Carsten Schurig            
13824
13825 2001-12-07 [melvin]     0.6.5claws56
13826
13827         * src/messageview.c
13828                 hack to fix bug that prevented to make/paste selections
13829                 after switching between MVIEW_TEXT and MVIEW_MIME views
13830                 without deselecting the selection first.
13831
13832 2001-12-06 [alfons]     0.6.5claws55
13833
13834         * src/filtering.[ch]
13835         * src/inc.c
13836                 revise filtering a little bit more, and make sure
13837                 messages are delivered to the appropriate inbox
13838                 (perhaps set per account)
13839
13840 2001-12-06 [paul]       0.6.5claws54
13841
13842         * sync with sylpheed 0.6.5cvs22
13843                 see ChangeLog entry 2001-12-06
13844
13845 2001-12-05 [alfons]     0.6.5claws53
13846
13847         * src/inc.c
13848         * src/folder.[ch]
13849         * src/procmsg.c
13850         * src/filtering.c
13851                 more revisions of filtering system
13852                 (last stable version is marked as LAST_STABLE)
13853                 
13854                 | NOTE 1): the filtering system now uses a local folder called
13855                 | .processing. if filtering fails, check this directory
13856                 | for missing messages.
13857                 |
13858                 | NOTE 2): help us find the filtering actions still missing
13859
13860 2001-12-05 [paul]       0.6.5claws52
13861
13862         * src/mainwindow.c
13863                 fix bug where 'Empty Trash?' pop-up window appears even
13864                 when Trash is empty, submitted by Jesse Skinner         
13865
13866 2001-12-05 [melvin]     0.6.5claws51
13867
13868         * src/compose.c
13869                 fixed bug #486106 to select correct account when reediting 
13870                 a queued message
13871         
13872 2001-12-04 [alfons]     0.6.5claws50
13873
13874         * src/mh.c
13875                 declare markfile in appropriate functions when
13876                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13877                 for spotting this)
13878
13879 2001-12-04 [paul]       0.6.5claws49
13880
13881         * sync with sylpheed 0.6.5cvs21
13882                 see ChangeLog entry 2001-12-04
13883
13884 2001-12-03 [christoph]  0.6.5claws48
13885
13886         * po/de.po
13887                 changed translation of undo
13888         * src/account.c
13889         * src/folder.c
13890                 don't reinvent the wheel to traverse a GNode
13891         * src/compose.[ch]
13892                 seperate code to create the compose gui into functions
13893                 add "Others" page with folder selection for saving copy
13894                 of the message.
13895                 the folder identifier is saved to queue header
13896         * src/procmsg.c
13897                 save message to folder in queue header
13898
13899 2001-12-03 [paul]       0.6.5claws47
13900
13901         * sync with sylpheed 0.6.5cvs20
13902                 see ChangeLog entry 2001-12-03
13903
13904 2001-12-01 [paul]
13905
13906         * more sync with sylpheed 0.6.5cvs19
13907                 see ChangeLog entry 2001-11-29
13908
13909 2001-11-30 [paul]       0.6.5claws46
13910         
13911         * src/compose.c
13912                 remove conflicts introduced by Hoa's last commit
13913          
13914         * src/mainwindow.c
13915                 make 'Message/Bounce' sensitive
13916
13917 2001-11-30 [hoa]        0.6.5claws45
13918
13919         * src/compose.c
13920                 slightly change bounce function to add
13921                 information about the user that bounced the mail
13922                 in the From header line.
13923
13924         * src/folderview.c
13925                 permit the use of processing in outbox folder.
13926
13927 2001-11-29 [paul]       0.6.5claws44
13928
13929         * src/mainwindow.[ch]
13930         * src/prefs_common.c
13931         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13932         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13933         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13934                 usability enhancements to the quoting, implements
13935                 use of Ctrl key to toggle quoting settings
13936                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13937
13938 2001-11-29 [paul]       0.6.5claws43
13939         
13940         * sync with sylpheed 0.6.5cvs19
13941                 see ChangeLog entry 2001-11-28
13942
13943 2001-11-29 [melvin]     0.6.5claws42
13944         * src/Makefile.am
13945                 added enriched.[ch] to the list of files
13946
13947         * src/textview.c
13948         * src/mimeview.c
13949         * src/procmime.[ch]
13950         * src/enriched.[ch]
13951                 added support to view text/enriched
13952                 added support to show headers in message view for text/enriched and text/html
13953                         in non multipart messages
13954
13955 2001-11-28 [paul]       0.6.5claws41
13956
13957         * more sync with sylpheed 0.6.5cvs18
13958                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13959
13960 2001-11-27 [paul]       0.6.5claws40
13961         
13962         * po/pt_BR.po
13963                 updated translation, submitted by Fabio Junior Beneditto
13964                 
13965         * sync with sylpheed 0.6.5cvs18
13966                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13967                 2001-11-27
13968
13969
13970 2001-11-26 [paul]
13971
13972         * po/es.po
13973                 updated translation, submitted by Ricardo Mones Lastra
13974
13975 2001-11-26 [alfons]
13976
13977         * src/matcher.c
13978                 add more translatable strings
13979
13980 2001-11-26 [christoph]  0.6.5claws39
13981
13982         * po/de.po      
13983                 fixed one more umlaut
13984         * src/compose.c
13985                 fix translated header when it should not be translated
13986
13987 2001-11-26 [paul]       0.6.5claws38
13988
13989         * src/mainwindow.c
13990                 remove '/Message/Add Sender to address book' from 
13991                 main_window_set_menu_sensitive(), prevent debug warning
13992                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13993
13994 2001-11-26 [paul]       0.6.5claws37
13995
13996         * src/summaryview.c
13997                 fix 'recurring unread state' bug 
13998
13999         * tools/README 
14000         * tools/filter_conv.pl
14001                 read name of top level mailbox from folderlist.xml
14002                 and presume nothing about its name              
14003
14004 2001-11-26 [darko]      0.6.5claws36
14005
14006         * src/gtkstext.[ch]
14007                 removed functions that are now in gtkutils.c
14008                 use gtkut_text_is_uri_string() from gtkutils.c
14009         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14010
14011 2001-11-26 [paul]       0.6.5claws35
14012
14013         * sync with sylpheed 0.6.5cvs16
14014                 see ChangeLog entries 2001-11-25 and 2001-11-26
14015
14016 2001-11-25 [alfons]     0.6.5claws34
14017
14018         EXPERIMENTAL!!! Please checkout the last stable version using: 
14019           
14020         % cvs update -r LAST_STABLE -dRAP
14021
14022         (Or help us testing this stuff.)
14023
14024         * src/filtering.c               (1.14)
14025         * src/filtering.h               (1.6)
14026         * src/inc.c                     (1.28)
14027         * src/matcher.c                 (1.20)
14028         * src/mbox.c                    (1.9)
14029         * src/procmsg.h                 (1.14)
14030         * src/summaryview.c             (1.59)
14031         * src/summaryview.h             (dunno)
14032                 revert/merge/sync to as it was before commit 
14033                 on Thu, 19 Jul 2001 10:15:51 -0700.
14034
14035 2001-11-25 [hoa]        0.6.5claws33
14036
14037         * src/main.c
14038                 processing mails at startup
14039
14040         * src/folderview.c
14041         * src/summaryview.[ch]
14042                 processing mails when entering folder
14043
14044         * src/prefs_filtering.c
14045                 fixed some UI bugs
14046
14047 2001-11-24 [alfons]     0.6.5claws32
14048
14049         * src/summaryview.[ch]
14050                 make summary sort headers work, and also make
14051                 sure the sort type is stored
14052
14053 2001-11-23 [alfons]     0.6.5claws31
14054
14055         * src/summaryview.[ch]
14056                 make lock work like mark
14057                 disallow deleting messages marked as locked
14058
14059 2001-11-23 [alfons]     0.6.5claws30
14060
14061         * src/gtkstext.c
14062         * src/compose.[ch]
14063         * src/Makefile.am
14064         * src/undo.[ch]
14065                 merge undo patch submitted by Jens
14066
14067 2001-11-23 [christoph]  0.6.5claws29
14068
14069         * src/.cvsignore
14070                 added ylwrap
14071         * src/compose.c
14072                 fixed gpg signing and encoding
14073         * src/folder.[ch]
14074         * src/main.c
14075                 added --status option to get new, unread and total
14076                 message count from a running sylpheed
14077         * src/prefs_common.c
14078                 temporary fix for reply_with_quote problem
14079                 (don't call functions for non existing widget)
14080         * src/procmsg.c
14081                 one more check for ignored threads but still not
14082                 always working correctly. probably a recursive
14083                 check for all parents is needed
14084
14085 2001-11-23 [darko]      0.6.5claws28
14086
14087         * src/compose.c
14088                 wrapping on send improvements
14089         * src/gtkutils.[ch]
14090                 fix for GtkSText after last sync with main branch
14091                 GTK_TEXT -> GTK_STEXT
14092
14093 2001-11-23 [paul]       0.6.5claws27
14094
14095         * sync with sylpheed 0.6.5cvs14
14096                 see ChangeLog entries 2001-11-22 and 2001-11-23
14097                 
14098         * po/de.po
14099                 fixed the scrambled umlauts 
14100                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14101
14102 2001-11-21 [paul]       0.6.5claws26
14103
14104         * sync with sylpheed 0.6.5cvs12
14105                 see 2nd ChangeLog entry dated 2001-11-20
14106
14107 2001-11-20 [paul]       0.6.5claws25
14108
14109         * sync with sylpheed 0.6.5cvs11
14110                 see ChangeLog entry 2001-11-19 (src/utils.c)
14111
14112 2001-11-20 [hiro]
14113
14114         * src/compose.c
14115                 GTK_TEXT -> GTK_STEXT
14116                 fix for wrong comment
14117
14118 2001-11-20 [hiro]       0.6.5claws24
14119
14120         * src/compose.[ch]
14121                 more merges from main branch
14122                 removed fatal warnings (uninitialized variables etc.)
14123                 some coding style fix
14124         * src/gtkutils.h
14125                 fixed typo.
14126         * src/addressbook.c
14127           src/addrindex.c
14128                 V-Card -> vCard
14129
14130 2001-11-19 [hoa]        0.6.5claws23
14131
14132         * src/filtering.c
14133         * src/prefs_scoring.c
14134         * src/matcher.[ch]
14135         * src/scoring.c
14136                 cleaning code
14137
14138         * src/matcher_parser_parse.y
14139         * src/prefs_filtering.c
14140                 bouncing
14141
14142 2001-11-19 [alfons]     0.6.5claws22
14143
14144         more of my old things into claws
14145
14146         * src/Makefile.am
14147         * src/prefs_common.c
14148         * src/procmsg.h
14149         * src/summaryview.[ch]
14150         * src/prefs_summary_column.c
14151         * src/pixmaps/locked.xpm
14152                 add indicators for locking of message in summary view
14153                 (does not work yet, only visual indicator)
14154
14155 2001-11-19 [paul]       0.6.5claws21
14156
14157         * sync with sylpheed 0.6.5cvs10
14158                 see ChangeLog entry 2001-11-19
14159
14160 2001-11-18 [alfons]     0.6.5claws20
14161         
14162         * src/filtering.c
14163                 remove an inadvertent free I forgot in previous clean up 
14164
14165 2001-11-18 [alfons]     0.6.5claws19
14166
14167         * src/filtering.[ch]
14168                 clean up & plug leaks
14169
14170 2001-11-18 [paul]       0.6.5claws18
14171
14172         * sync with sylpheed 0.6.5cvs9
14173                 see ChangeLog entries 2001-11-17 and 2001-11-18
14174
14175 2001-11-16 [paul]       0.6.5claws17
14176
14177         * sync with sylpheed 0.6.5cvs8
14178                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14179
14180 2001-11-16 [paul]       0.6.5claws16
14181
14182         * sync with sylpheed 0.6.5cvs7
14183                 see ChangeLog entries 2001-11-15 and 2001-11-16
14184
14185 2001-11-15 [hoa]        0.6.5claws15
14186
14187         * src/compose.c
14188                 fix bounce, mails we received couln't be bounced to ourself.
14189
14190         * src/defs.h
14191         * src/filtering.[ch]
14192         * src/matcher.[ch]
14193         * src/matcher_parser.h
14194         * src/matcher_parser_lex.l
14195         * src/matcher_parser_parse.y
14196         * src/inc.c
14197         * src/main.c
14198         * src/mbox.c
14199         * src/prefs_filtering.[ch]
14200         * src/mainwindow.c
14201         * src/prefs_matcher.c
14202         * src/prefs_scoring.c
14203         * src/scoring.[ch]
14204         * src/summaryview.c
14205                 new matcher/filter/score configuration file parser
14206                 one unique configuration file => ~/.sylpheed/matcherrc
14207                 import in currently automatic, then save are made
14208                 in this new file.
14209                 one filter per folder and one global filter
14210                 (filter of a folder will be used as folder processing)
14211
14212         * src/folder.c
14213                 fix a bug in folder_item_get_identifier
14214                 
14215         * src/messageview.c
14216                 receive receipt return are fixed.
14217
14218 2001-11-14 [alfons]     0.6.5claws14
14219
14220         * src/session.h
14221                 add things from main branch to make claws compile
14222
14223 2001-11-14 [paul]       0.6.5claws13
14224
14225         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14226                 see ChangeLog entries 2001-11-08 to 2001-11-14
14227
14228 2001-11-14 [hoa] 0.6.5claws12
14229
14230         * src/compose.[ch]
14231         * src/mainwindow.c
14232         * src/summaryview.c
14233                 add "bounce mail" option
14234
14235 2001-11-13 [christoph]  0.6.5claws11
14236
14237         * src/compose.c
14238                 Cleanup a mess i add before commiting
14239
14240 2001-11-13 [hoa]        0.6.5claws10
14241
14242         * src/compose.c
14243                 some fixes when mail are sent or
14244                 for crossposts
14245
14246 2001-11-13 [christoph]  0.6.5claws9
14247
14248         * po/de.po
14249                 Changed two string with the same translation
14250         * src/compose.c
14251         * src/procmsg.[ch]
14252         * src/send.[ch]
14253                 New mailsending process:
14254                   - Always queue message before sending
14255                     (message will be saved if sylpheed crashed or
14256                      freezes while sending)
14257                   - Allow queuing of newspostings
14258                   - No copy in outbox before sending
14259                     (closes bug #469501)
14260                   - No more redundant code for send and send_later
14261         * src/summaryview.c
14262                 Applied wwp <subscript@free.fr>'s patch that fixes
14263                 marks for multiple forwarded messages (+compose.c)
14264
14265 2001-11-12 [alfons]
14266
14267         * README.claws
14268                 remove things that are now in main branch
14269         
14270         * po/nl.po
14271                 update Dutch translation
14272
14273 2001-11-12 [mhadasht]   0.6.5.claws8
14274
14275         * src/prefs_common.c
14276                 re-enabled account autoselection feature for forward
14277                 and reedit lost during the branch point for SYNC-B4-REL
14278         * src/gtkspell.c
14279                 gtkpspell_get_dict(): more readable code (even if function is
14280                 not used yet)
14281         * ChangeLog.claws
14282                 added version number info to 2001-11-12 [hiro] comment.
14283
14284 2001-11-12 [hiro]       0.6.5.claws7
14285
14286         * src/compose.c
14287                 compose_forward(): fixed a bug that forward quote mark
14288                 wasn't used.
14289                 removed unnecessary code.
14290         * src/template_select.[ch]: removed.
14291
14292 2001-11-11 [alfons]
14293
14294         * src/compose.c
14295                 :%s/GTK_TEXT/GTK_STEXT/g
14296         
14297         * src/compose.[ch]
14298         * src/undo.[ch]
14299         * src/Makefile.am
14300                 revert the undo stuff (this is 0.6.6claws stuff)
14301
14302 2001-11-11 [hoa]        0.6.5.claws6
14303
14304         * src/compose.[ch]
14305                 Insert signature at the end of the text.
14306                 Added undo patch but currently disabled
14307
14308         * src/procmsg.c
14309                 Threading by subject improved.
14310
14311         * added src/undo.[ch]
14312                 Undo module for compose dialog box.
14313
14314 2001-11-11 [alfons]     0.6.5.claws5
14315
14316         * src/procmsg.c
14317                 prevent threading by subject on nodes that have already been
14318                 threaded by in-reply-to (as in "circular references in a tree
14319                 result in a dead branch")
14320
14321 2001-11-09 [hoa]        0.6.5.claws4
14322         
14323         * src/folderview.c
14324                 allows creation of mbox folder item from any files.
14325
14326 2001-11-09 [alfons]     0.6.5.claws3
14327         
14328         * src/utils.c
14329         * src/procmsg.c
14330                 do what I mean and correct threading by subject so it really
14331                 ignores attracting lines without "Re: "
14332
14333 2001-11-07 [alfons]     0.6.5.claws2
14334
14335         * src/procmsg.c
14336         * src/utils.[ch]
14337                 only attract by subject if a subject line starts with a "Re: "
14338         * src/syldap.c
14339                 remove warning
14340
14341 2001-11-07 [paul]       0.6.5claws1
14342
14343         * sync with sylpheed 0.6.5. release
14344                 see ChangeLog entry 2001-11-07
14345
14346 2001-11-07 [paul]       0.6.4claws31
14347
14348         * sync with sylpheed 0.6.4cvs18
14349                 see ChangeLog entries 2001-10-30 to 2001-11-07
14350                 prefs_templates.[ch] renamed prefs_template.[ch]
14351
14352 2001-11-06 [alfons]
14353         
14354         * src/utils.h
14355                 add semicolon Hoa forgot ;-)
14356                 
14357
14358 2001-11-06 [hoa]        0.6.4claws30
14359         
14360         * src/procmsg.c
14361         * src/summaryview.c
14362         * src/utils.c
14363         * src/utils.h
14364                 threading by subject - empty subject are ignored
14365
14366 2001-11-06 [christoph]  0.6.4claws29
14367
14368         * src/socket.c
14369                 use SSL_peek for sock_gets
14370         * src/utils.c
14371                 removed unneeded pointer in extracting quoted
14372                 names implementation
14373
14374 2001-11-06 [melvin]     0.6.4claws28
14375
14376         * src/gtkspell.c
14377                 fixed bug #476792 Selection overtyping with spell checker
14378                 fixed bug which could cause a buffer overflow
14379                 fixed a memory leak
14380
14381 2001-11-06 [hoa]        0.6.4claws27
14382         
14383         * src/procmsg.c
14384         * src/summaryview.c
14385                 threading by subject
14386
14387 2001-11-05 [alfons]     0.6.4claws26
14388         
14389         * README.claws
14390                 Claws -> Sylpheed (vice versa)
14391
14392         * src/compose.c
14393                 :%s/gtk_text/gtk_stext/g
14394                 :%s/GTK_TEXT/GTK_STEXT/g
14395                 (thanks to Jonathan Ware for spotting this)
14396
14397 2001-11-04 [christoph]  0.6.4claws25
14398
14399         * src/summaryview.c
14400                 replace Xalloca + strdup with Xstrdup_a
14401         * src/utils.c
14402                 better implementation of extracting quoted names
14403                 from addresses (remove backlashes and ignore
14404                 quotes after them)
14405
14406 2001-11-04 [alfons]     0.6.4claws24
14407
14408         * src/utils.[ch]
14409                 edit to comply more with coding style
14410
14411         * src/textview.c
14412                 fix bug reported by Kim Schulz. introduced by the patch integrated
14413                 in 0.6.4claws15. the code did not check the return value of
14414                 the html parser.
14415
14416         * AUTHORS
14417                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14418
14419 2001-11-04 [christoph]  0.6.4claws23
14420
14421         * src/main.c
14422         * src/prefs_common.[ch]
14423                 init some pointers that possibly caused a segfault
14424                 reported in the claws-users ML
14425
14426 2001-11-04 [hoa]        0.6.4claws22
14427
14428         * src/grouplistdialog.c
14429                 change the names of the nodes in the tree
14430
14431         * src/compose.c
14432                 enhanced mailto syntax as described in
14433                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14434                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14435
14436         * src/utils.c
14437                 encode and decode URI (useful when opening URL into
14438                 netscape).
14439
14440 2001-11-03 [hoa]        0.6.4claws21
14441
14442         * src/grouplistdialog.c
14443                 a new newsgroups list selection dialog box
14444                 with a CTree instead of a CList
14445
14446 2001-11-03 [hoa]        0.6.4claws20
14447
14448         * src/folderview.c
14449                 enable property and scoring options when right
14450                 click on "inbox"
14451
14452         * src/summaryview.c
14453                 fixed bug when nickname were displayed using
14454                 the address book.
14455
14456 2001-11-02 [darko]      0.6.4claws19
14457
14458         * src/compose.c
14459                 new wrap quotation and URL/long words wrapping implementation
14460         * src/compose.c src/gtkstext.[ch]
14461                 move gtkstext_strncmp() to gtkstext.c
14462
14463 2001-11-01 [christoph]  0.6.4claws18
14464
14465         * src/prefs_account.c
14466                 fixed mess in account settings dialog
14467         * src/prefs_folder_item.c
14468                 added label with folder path to dialog
14469
14470 2001-10-31 [match]      0.6.4claws17
14471
14472         * src/vcard.c
14473                 fix memory leak.
14474         * src/addrbook.c
14475                 fix generation of spurious address book file names.
14476                 remove redundant functions.
14477         * po/POTFILES.in
14478                 added missing file names.
14479
14480 2001-10-30 [paul]       0.6.4claws16
14481
14482         * sync with sylpheed 0.6.4cvs6
14483                 see ChangeLog entries 2001-10-26 to 2001-10-30
14484
14485         * tools/filter_conv.pl
14486                 read folderlist.xml to discover whether the top-level
14487                 folder is called 'Mailbox' or 'Mail' 
14488
14489 2001-10-29 [paul]       0.6.4claws15
14490
14491         * src/html.c, src/textview.c
14492                 activate links in html mail and fix clickable parts
14493                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14494
14495 2001-10-29 [paul]
14496
14497         * po/de.po, po/es.po, po/pt_BR/po
14498                 updated translations, submitted by Jens Oberender,
14499                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14500
14501 2001-10-29 [darko]      0.6.4claws14
14502
14503         * src/compose.c
14504                 fix wrapping for good
14505
14506 2001-10-29 [darko]
14507
14508         * src/compose.c
14509                 undo previous change as it broke the smart wrapping
14510
14511 2001-10-29 [darko]      0.6.4claws13
14512
14513         * src/compose.c
14514                 fix infinite loop when long URL is quoted
14515                 (closes bug #475122.
14516
14517 2001-10-28 [match]
14518
14519         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14520                 import Mutt address book
14521         * src/ldif.[ch] src/importldif.h
14522                 modified import LDIF handle user attributes
14523
14524 2001-10-28 [christoph]  0.6.4claws12
14525
14526         * src/summaryview.c
14527                 fixed that filtering did not work if there
14528                 were no filter rules
14529                 (closes bug #472003 and better implementation
14530                  of patch #474644)
14531
14532 2001-10-27 [christoph]  0.6.4claws11
14533
14534         * src/compose.c
14535                 make the folder's default account to be used when
14536                 replying. (patch by wwp <subscript@free.fr>)
14537         * src/compose.c
14538                 code cleanup, nearly killed all of wwp's patch
14539                 for folder's default account in compose
14540         * src/folderview.c
14541                 error panel when a folder could not be created
14542                 (closes bug #471080 new folder name & already
14543                  existing file)
14544
14545 2001-10-26 [alfons]
14546
14547         * src/utils.h
14548                 change prototype of strstr2() that Christoph forgot about
14549
14550 2001-10-26 [christoph]  0.6.4claws10
14551
14552         * src/account.c
14553                 made search for accounts by email address not case
14554                 sensitive
14555         * src/folder.c
14556                 fixed memory leak in folder_item_get_identifier
14557         * src/gtkspell.c
14558         * src/utils.c
14559                 fixed wrong strstr2 (should work like strstr)
14560
14561 2001-10-26 [darko]      0.6.4claws9
14562
14563         * src/compose.c src/gtkstext.[ch]
14564         * src/gtkstext.c
14565                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14566
14567 2001-10-26 [paul]       0.6.4claws8
14568
14569         * src/html.c
14570                 ignore css and javascript tags in html mail
14571                 case-insensitive, with or without double-quoted
14572                 strings
14573
14574 2001-10-26 [paul]       0.6.4claws7
14575
14576         * sync with sylpheed 0.6.4cvs1
14577                 see ChangeLog entry 2001-10-26
14578
14579         * src/prefs_account.c, src/prefs_common.c,
14580           src/prefs_summary_column.c
14581                 minor improvements to the English
14582
14583 2001-10-25 [alfons]     0.6.4claws6
14584
14585         * src/gtkstext.c
14586         
14587                 make GtkSText follow style of GtkText (closes bug 
14588                 #469211 "text selection while writing message")
14589                 
14590                 do sync with GTK 1.2.10
14591
14592 2001-10-25 [paul]       0.6.4claws5
14593
14594         * src/html.c
14595                 ignore css tags in html mail
14596
14597 2001-10-25 [darko]      0.6.4claws4
14598
14599         * src/compose.c
14600                 don't declare is_url_string as static function since
14601                 we need it in gtkstext.c
14602         * src/gtkstext.c
14603                 remove unused variable
14604                 don't wrap long URLs while composing a message
14605
14606 2001-10-24 [christoph]  0.6.4claws3
14607
14608         * src/socket.c
14609                 fix ssl deadlock, when peer closes connection
14610
14611 2001-10-24 [paul]       0.6.4claws2
14612
14613         * src/prefs_common.c
14614                 gettextize the gpg ascii-armored warning message
14615
14616         * src/compose.c
14617                 insert a DOS/MAC file into the composed message
14618                 (improvements)
14619
14620         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14621
14622 2001-10-22 [paul]       0.6.4claws1
14623
14624         * sync with sylpheed 0.6.4 release
14625                 see ChangeLog entries 2001-10-21
14626
14627         * po/fr.po, po/pt_BR.po
14628                 updated by Melvin Hadasht and Fabio Junior Beneditto
14629
14630 2001-10-21 [paul]       0.6.3claws30
14631
14632         * src/compose.c
14633                 insert a DOS text file from the compose window
14634                 into the composed message text (removes CRs characters)
14635                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14636
14637         * tools/filter_conv.pl, tools/README
14638                 automatically use ~/.sylpheed as working directory
14639                 print out confirmation message on completion
14640
14641         * correct Hoa's last ChangeLog.claws entry
14642
14643 2001-10-20 [hoa]        0.6.3claws29
14644
14645         * src/grouplistdialog.c
14646                 bugfix (another ?) to give the right
14647                 newsgroups list for each news server.
14648
14649         * src/news.c
14650         * src/news.h
14651                 improve the newsgroups list cache
14652
14653 2001-10-20 [paul]       0.6.3claws28
14654
14655         * sync with sylpheed 0.6.3cvs9
14656                 see ChangeLog entry 2001-10-19
14657
14658         * correct Alfons' last ChangeLog.claws entry
14659
14660 2001-10-19 [alfons]
14661
14662         * src/pgptext.[ch]
14663                 fix compilation problems (part of bug #472895)
14664
14665 2001-10-18 [hoa]        0.6.3claws27
14666
14667         * src/grouplistdialog.c
14668                 bugfix when we refresh was clicked (bug 472701)
14669
14670 2001-10-19 [christoph]  0.6.3claws26
14671
14672         * src/compose.c
14673                 last header entry should default to "To:" or
14674                 "Newsgroups:" and not copy the last entry line
14675                 in a new compose window
14676                 (closes bug #472686, #470792)
14677
14678 2001-10-19 [paul]       0.6.3claws25
14679
14680         * sync with Sylpheed 0.6.3cvs8
14681                 see ChangeLog entries 2001-10-18 and 2001-10-19
14682
14683 2001-10-18 [christoph]  0.6.3claws24
14684
14685         * src/procmsg.c
14686                 reimplement ignore thread
14687         
14688 2001-10-18 [hoa]        0.6.3claws23
14689
14690         * src/folderview.c
14691         * src/grouplistdialog.[ch]
14692                 enhanced news subscription interface (feature 469113)
14693
14694         * src/news.c
14695         * src/news.h
14696                 enchanced newsgroup listing,
14697                 now, we can get groups informations
14698                 (NNTPGroupInfo)
14699
14700 2001-10-18 [paul]       0.6.3claws22
14701
14702         * src/summaryview.c
14703                 remove comment (sync with main branch)
14704         * src/mainwindow.c
14705                 fix 'Re-edit' bug in 'Message' menu
14706
14707 2001-10-17 [christoph]  0.6.3claws21
14708
14709         * src/compose.c
14710                 ignore empty or whitespace only header lines
14711
14712 2001-10-17 [paul]       0.6.3claws20
14713
14714         * sync with sylpheed 0.6.3cvs7
14715                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14716                 2001-10-17
14717
14718 2001-10-17 [darko]
14719
14720         * src/compose.c
14721                 wrap long lines without spaces
14722                 don't wrap URLs
14723
14724 2001-10-16 [paul]
14725
14726         * po/es.po, po/nl.po, po/pt_BR.po
14727                 updated by Ricardo Mones Lastra, Alfons,
14728                 and Fabio Junior Beneditto
14729
14730         * sylpheed-0.6.3claws released
14731
14732 2001-10-15 [melvin] 0.6.3claws18
14733
14734         * README.claws
14735                 added summary and detailed installation instructions
14736                 for spell checker
14737         * po/fr.po
14738                 Updated, corrected and completed french translation
14739
14740 2001-10-15 [hoa] 0.6.3claws17
14741         * src/grouplistdialog.c
14742                 we can choose the newsgroups to display with wildcards
14743
14744 2001-10-15 [christoph]  0.6.3claws16
14745
14746         * src/account.c
14747         * src/compose.c
14748         * src/prefs_folder_item.[ch]
14749                 applied wwp <subscript@free.fr>'s folder
14750                 default account patch
14751         * po/de.po
14752                 Fixed wrong translation
14753
14754 2001-10-13 [alfons, christoph, melvin]  
14755                         0.6.3claws15
14756
14757         solution #2 to solve MT-safety problems defers all GUI related calls
14758         to the main thread using a gtk_idle_add() callback. discussed on
14759         ircnet #sylpheed, with christoph spotting some issues with the
14760         original code, and melvin allowing us to lobotomize his sylpheed.
14761
14762         * src/syldap.[ch], src/main.c
14763                 fix race problem in ldap search thread by deferring GUI 
14764                 stuff to main thread using gtk_idle_add()
14765
14766 2001-10-13 [paul]       0.6.3claws14
14767
14768         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14769                 add Sergey's smtpcred.patch
14770                 adds separate username/password setting for SMTP Auth
14771                 needed by some servers
14772                 (closes feature request #471659)
14773
14774 2001-10-13 [paul]       0.6.3claws13
14775
14776         * src/pgptext.[ch] **NEW FILES**
14777         * src/Makefile.am, src/messageview.c, src/mimeview.c
14778                 decrypt ascii-armored gpg text embedded in
14779                 the message body.
14780                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14781
14782 2001-10-13 [christoph]  0.6.3claws12
14783
14784         * README.claws
14785                 some more details on default to and
14786                 feature requests
14787         * src/main.c
14788                 init glib threading when ldap is used
14789         * src/syldap.c
14790                 threading fixes
14791         * po/de.po
14792                 fixed a typo
14793
14794 2001-10-12 [paul]       0.6.3claws11
14795
14796         * src/prefs_common.[ch], src/rfc2015.c
14797                 enable ascii-armored gpg text to be embedded in the
14798                 message body, selectable through the 'Privacy'
14799                 preferences. Supports encrypting only.
14800                 Submitted by Ravemax <ravemax@dextrose.com>
14801
14802 2001-10-12 [paul]       0.6.3claws10
14803
14804         * sync with sylpheed 0.6.3cvs6
14805                 see ChangeLog entries 2001-10-11 and 2001-11-12
14806
14807         * src/folderview.c
14808                 incorporated mbox folders, scoring, and folder
14809                 properties into the sync
14810
14811 2001-10-12 [darko]      0.6.3claws9
14812
14813         * README.claws
14814                 describe quotation wrapping
14815         * src/compose.c
14816                 don't treat tab as space to calculate line length properly
14817
14818 2001-10-11 [alfons]
14819
14820         * README.claws
14821                 correct description of how to make new filtering system work,
14822                 add some other things
14823                 
14824         * src/syldap.c
14825                 remove sched_yield() (not necessary / unportable)
14826
14827 2001-10-11 [paul]       0.6.3claws8
14828
14829         * sync with sylpheed 0.6.3cvs3
14830                 see ChangeLog entry 2001-10-10
14831
14832 2001-10-10 [christoph]  0.6.3claws7
14833
14834         * .cvsignore
14835                 ignore 2 files created by newer autotools
14836         * src/prefs_folder_item.c
14837                 using table for widget alignment
14838                 fixed memory leak and broken octal display
14839         * src/filesel.c
14840                 fixed segfault caused by lost filename
14841                 workaround (closes bug #469551)
14842
14843 2001-10-10 [paul]       0.6.3claws6
14844
14845         * sync with sylpheed 0.6.3cvs2
14846                 see ChangeLog entries 2001-10-09 and 2001-10-10
14847
14848 2001-10-10 [darko]      0.6.3.claws5
14849
14850         * src/gtkstext.c
14851                 proper calculation of right margin if smart wrapping is enabled
14852         * src/compose.c
14853                 automatically wrap long lines if wrap quotation is enabled
14854
14855 2001-10-09 [alfons]     0.6.3.claws4
14856
14857         * src/summaryview.c
14858                 select correct row when deleting last row in the summary view (and
14859                 close bug "[ #469104 ] select second last in list when deleting")
14860
14861 2001-10-09 [paul]       0.6.3claws3
14862
14863         * sync with sylpheed 0.6.3cvs1
14864                 updated some autotool scripts
14865
14866 2001-10-09 [darko]      0.6.3claws2
14867
14868         * src/gtkstext.[ch]
14869                 new name and mark with Sylpheed comment
14870         * src/compose.c
14871                 smart quotation wrapping a-la VIM
14872
14873 2001-10-08 [paul]       0.6.3claws1
14874
14875         * sync with sylpheed 0.6.3 release
14876                 see ChangeLog entry 2001-10-08
14877
14878 2001-10-08 [paul]       0.6.2claws24
14879
14880         * src/summaryview.c
14881                 more sync with sylpheed 0.6.2cvs12
14882                 Fixed the bug that didn't select the last row correctly
14883
14884
14885 2001-10-07 [paul]       0.6.2claws23
14886
14887         * sync with sylpheed 0.6.2cvs12
14888                 see ChangeLog entry 2001-10-07
14889
14890 2001-10-06 [match]
14891         * src/jpilot.[ch]
14892                 enable jpilot to read unsynch'ed addresses.
14893
14894         * src/editldap_basedn.c
14895                 fix segfault when opening dialog.
14896
14897 2001-10-06 [alfons]     0.6.2.claws22
14898
14899         * src/summaryview.c
14900                 fix bug with summary view selecting last *inserted*
14901                 node instead of last *visible* node. remember we
14902                 work with a tree
14903
14904 2001-10-06 [paul]       0.6.2claws21
14905
14906         * po/pt_BR.po
14907                 updated translation, contains some fixes and new
14908                 translations, submitted by Gustavo Noronha Silva
14909                 <kov@debian.org>
14910
14911         * src/prefs_common.c
14912                 change 'each' to 'every' - fix dubious English
14913
14914         * sync with sylpheed 0.6.2cvs11
14915
14916 2001-10-05 [alfons]     0.6.2claws20
14917
14918         * src/mainwindow.[ch], src/folderview.c
14919                 make composite tool button switch between "Compose News"
14920                 and "Compose Mail" depending on selected folder
14921                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14922
14923 2001-10-05 [paul]       0.6.2claws19
14924
14925         * src/mainwindow.c, src/summaryview.c
14926                 fix 'Message/Reply to all', broken in last commit
14927
14928         * src/compose.c
14929                 fix X_BEENTHERE seg fault, thanks to Alfons
14930
14931 2001-10-04 [paul]       0.6.2claws18
14932
14933         * src/compose.[ch], src/mainwindow.c
14934                 make "Message/Reply" reply to mailing lists; matches
14935                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14936                 based on portions of the patch submitted by
14937                 Junichi Uekawa <dancer@netfort.gr.jp>
14938
14939 2001-10-04 [darko]      0.6.2claws17
14940
14941         * src/compose.c
14942                 better smart wrapping
14943         * src/gtkstext.[hc]
14944                 a function to make text buffer contiguous
14945
14946 2001-10-03 [paul]       0.6.2claws16
14947
14948         * sync with sylpheed 0.6.2cvs10
14949
14950 2001-10-02 [alfons]
14951
14952         * configure.in
14953         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14954                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14955                 references to chinese translations (hope someone picks up
14956                 this)
14957
14958 2001-10-02 [christoph]  0.6.2claws15
14959
14960         * src/compose.c
14961                 fixed non translated header bug
14962         * ChangeLog.claws
14963                 fixed wrong date in alfons last entry ;)
14964
14965 2001-10-02 [alfons]     0.6.2claws14
14966
14967         * src/compose.c, src/prefs_common.[ch]
14968                 add block cursor option
14969
14970 2001-10-02 [paul]       0.6.2claws13
14971
14972         * sync with sylpheed 0.6.2cvs9
14973
14974 2001-09-30 [paul]       0.6.2claws12
14975
14976         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14977                 updated translations
14978
14979         * po/POTFILES.in
14980                 add 'src/importldif.c'
14981
14982         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14983                 added eudora-to-vCard conversion tool
14984                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14985
14986         * sync with sylpheed 0.6.2cvs8
14987
14988 2001-09-30 [paul]
14989
14990         * sylpheed-0.6.2claws released
14991
14992 2001-09-27 [melvin]     0.6.2claws11
14993
14994         * src/gtkspell.c
14995                 fixed crash when using default path (introduced 
14996                 in 0.6.2claws10)
14997                 fixed tiny bug for initial suggestion mode
14998
14999 2001-09-27 [melvin]     0.6.2claws10
15000         
15001         * src/gtkspell.c
15002                 fixed bug where gtkpspell didn't set the path correctly
15003
15004         * README.claws
15005                 added a paragraph about spell checking
15006                 
15007
15008
15009 2001-09-27 [paul]       0.6.2claws9
15010
15011         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15012                 replace '// comments' with '/* comments */' to prevent
15013                 some compiler warnings 
15014
15015         * sync with sylpheed 0.6.2cvs6
15016
15017 2001-09-26 [alfons]     0.6.2claws8
15018
15019         * src/messageview.c
15020                 introduce return receipt request notification again,
15021                 which was lost because of other semantics in 
15022                 procheader_parse() (???)
15023
15024 2001-09-26 [christoph]  0.6.2claws7
15025
15026         * src/compose.c
15027                 replace comments for old code with #if 0
15028                 readded auto cc, bcc and reply-to
15029         * src/prefs_matcher.c
15030         * src/prefs_scoring.c
15031                 removed some definition (was moved to
15032                 prefs.h)
15033
15034 2001-09-26 [paul]       0.6.2claws6
15035
15036         * src/mainwindow.c
15037                 make 'Follow-up and reply to' sensitive
15038
15039         * more sync with sylpheed 0.6.2cvs5
15040
15041 2001-09-25 [melvin]
15042
15043         * 0.6.2claws5
15044
15045         * src/gtkspell.c
15046                 fixed bug for "US-ASCII" introduced by the encoding code
15047
15048 2001-09-25 [paul]
15049
15050         * 0.6.2claws4
15051
15052         * src/prefs_common.[ch], src/summaryview.c
15053                 'next unread msg' 'go to next folder?' dialog can be
15054                 given default behaviour, either always show dialog,
15055                 or assume 'yes', or assume 'no'
15056                 Submitted by wwp <subscript@free.fr>
15057
15058 2001-09-25 [melvin]
15059                 
15060         * src/compose.c src/gtkspell.[ch]
15061                 added support for different encodings
15062
15063 2001-09-25 [paul]
15064
15065         * more sync with sylpheed 0.6.2cvs5
15066
15067 2001-09-24 [alfons]
15068         
15069         * src/prefs_folder_item.c
15070                 add check for item->prefs->default_to string is NULL and
15071                 add another check when freeing this string
15072
15073 2001-09-24 [paul]
15074
15075         * configure.in
15076                 change to version 0.6.2claws3
15077
15078         * sync with sylpheed 0.6.2cvs5 
15079
15080 2001-09-24 [match]
15081         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15082                 import LDIF files.
15083         * src/addrcache.[ch], addrindex.[ch]
15084                 small update for future
15085         * src/addrbook.c
15086                 fix test XML file.
15087
15088 2001-09-24 [melvin]
15089         * src/gtkspell.[ch]
15090                 added 'Learn from mistakes' option
15091                 better handling of quotes in checked words
15092                 sorted dict list
15093         * po/fr.po
15094                 small update for spell checking stuff
15095
15096 2001-09-23 [alfons]
15097         
15098         * src/gtkspell.c
15099                 edit a little bit so it complies more with main coding style
15100
15101 2001-09-23 [alfons]
15102
15103         * src/folder.[ch], prefs_folder_item.c, compose.c
15104                 migrate "request return receipt" folder property
15105                 to folderlist.xml
15106
15107 2001-09-22 [alfons]
15108
15109         * README.claws **NEW**
15110                 (add things of interest for users of main branch 
15111                 and claws here)
15112
15113         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15114                 re-implement threading per folder option, but store 
15115                 the setting in folderlist.xml (where it belongs)
15116
15117 2001-09-21 [melvin]
15118
15119         * src/gtkspell.[ch]
15120                 fixed bug when compose window is under another window
15121         * src/prefs_common.[ch] src/compose.c
15122                 changed 'dictionary_path' to 'dictionary' to be consistent
15123                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15124         * ac/pspell.m4 src/Makefile.am 
15125                 dropped PSPELL_PATH macro
15126         * po/fr.po
15127                 updated translations
15128
15129 2001-09-21 [christoph]
15130
15131         * src/compose.c
15132                 added border around header fields
15133                 keep header type when new field is added
15134
15135 2001-09-20 [christoph]
15136
15137         * src/utils.[ch]
15138                 more portable debug_print with source filename
15139                 and linenumber
15140         * src/procmsg.c
15141                 more newlines after debug messages
15142
15143 2001-09-20 [paul]
15144
15145         * configure.in
15146                 change to version 0.6.2claws2
15147
15148         * sync with sylpheed 0.6.2cvs3
15149
15150 2001-09-19 [melvin]
15151
15152         * src/gtkspell.c
15153                 fixed the post-right-click focus pb
15154                 fixed crash when 'Spell check all' after dict change 
15155                         and when cursor is at the end of the text
15156                 shift-right-click pops up config menu even on misspelled words.
15157         * po/POTFILES.in
15158                 added gtkspell.c
15159
15160 2001-09-19 [melvin]
15161
15162         * src/about.c
15163                 added pspell to compiled-in features list
15164
15165 2001-09-18 [melvin]
15166
15167         * switched to pspell and dropped ispell
15168         * ac/pspell.m4
15169                 new file. autoconf macro for pspell
15170         * ac/Makefile.am 
15171         * configure.in acconfig.h
15172                 added pspell support
15173         * src/Makefile.am
15174         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15175         * src/prefs_common.[ch] 
15176                 added pspell support
15177
15178 2001-09-18 [christoph]
15179
15180         * src/addr_compl.c
15181         * src/template.[ch]
15182                 replace LOG_MESSAGE with debug_print
15183         * src/compose.[ch]
15184                 gui improvements
15185         * src/menu.c
15186                 added newline after debug message
15187         * src/utils.h
15188                 using __VA_ARGS__ for debug_print macro
15189         * tools/.cvsignore
15190                 ignore Makefile and Makefile.in
15191
15192 2001-09-18 [paul]
15193
15194         * configure.in
15195                 change to version 0.6.2claws1
15196         * sync with sylpheed 0.6.2cvs1
15197
15198         * src/matcher.c 
15199         * src/prefs_matcher.c
15200                 add 'score equal to' option, submitted by
15201                 Paul Evans <nerd@freeuk.com>
15202
15203 2001-09-15 [christoph]
15204
15205         * src/mainwindow.c
15206                 comment out menu entry not existing in claws
15207         * src/menu.c
15208                 add debug output for non existing menu entries
15209         * src/summaryview.c
15210                 fix next/prev unread message for ignored threads
15211         * src/utils.[ch]
15212                 add sourcefile and line number to debug output
15213                 otherwise it is sometimes hard to find the
15214                 source code part if debug messages are translated
15215
15216 2001-09-14 [darko]
15217         
15218         * src/folderview.c
15219                 refresh target folder style after colour is changed
15220
15221 2001-09-13 [paul]
15222
15223         * configure.in
15224                 change to version 0.6.1claws3
15225
15226         * sync with sylpheed 0.6.1cvs6
15227
15228 2001-09-13 [darko]
15229         
15230         * src/folderview.c
15231                 fix target folder colourization to use user selected colour
15232
15233 2001-09-12 [darko]
15234         
15235         * src/summaryview.c
15236                 fix crash when message that is marked for copy/move is unmarked
15237
15238 2001-09-09 [paul]
15239
15240         * configure.in
15241                 change to version 0.6.1claws2
15242
15243         * sync with sylpheed 0.6.1cvs3
15244
15245 2001-09-09 [alfons]
15246         
15247         * src/folderview.c
15248                 fix bug with default font used for trash folder text
15249
15250 2001-09-06 [paul]
15251
15252         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15253                 updated translations
15254
15255         * configure.in
15256                 change to version 0.6.1claws1
15257
15258         * sync with sylpheed 0.6.1cvs2
15259
15260 2001-09-03 [paul]
15261
15262         * po/POTFILES.in
15263                 add Match's new addressbook
15264
15265         * po/de.po
15266                 updated translation submitted by Jens Oberender
15267
15268 2001-09-02 [paul]
15269
15270         * configure.in
15271                 change to 0.6.1claws
15272         * sync with sylpheed 0.6.1 release
15273
15274 2001-09-02 [paul]
15275
15276         * configure.in
15277                 change to 0.6.0claws2
15278
15279         * sync with sylpheed 0.6.0cvs4
15280
15281         * po/pt_BR.po
15282                 updated translation submitted by Fabio Junior Beneditto
15283
15284 2001-09-01 [match]
15285         * pixmaps/
15286                 interface.xpm
15287                 book.xpm
15288                 address.xpm
15289         * src/
15290                 Makefile.am
15291                 a ton of new files
15292
15293 2001-08-31 [paul]
15294
15295         * configure.in
15296                 change to version 0.6.0claws1
15297
15298         * sync with sylpheed 0.6.0cvs1
15299
15300         * po/es.po
15301                 updated translation submitted by Ricardo Mones Lastra
15302
15303         * po/POTFILES.in
15304                 add 'src/prefs_templates.c'
15305
15306         * src/compose.c, src/summaryview.c
15307                 fix segfault on 'Re_edit'               
15308
15309 2001-08-30 [alfons]
15310
15311         * configure.in, Makefile.am
15312         * tools/Makefile.am
15313                 add tools directory to source distribution
15314
15315 2001-08-30 [paul]
15316
15317         * configure.in
15318                 change to version 0.6.0claws
15319
15320         * sync with sylpheed 0.6.0 release
15321
15322 2001-08-30 [christoph]
15323
15324         * configure.in
15325                 removed autoconf version check
15326
15327 2001-08-30 [paul]
15328
15329         * src/account.c, src/compose.c, src/prefs_common.[ch]
15330         * src/procheader.[ch] src/utils.[ch]
15331                 Enhanced automatic account selection on replies
15332                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15333
15334         * configure.in
15335                 add LDAP and JPilot to the configuration results output.
15336
15337 2001-08-29 [christoph]
15338
15339         * src/summeryview.c
15340                 no bold font for ignored threads
15341
15342 2001-08-29 [paul]
15343
15344         * configure.in
15345                 change to version 0.5.3claws6
15346
15347         * sync with sylpheed 0.5.3cvs10
15348                 src/stringtable.[ch]: New Files
15349
15350         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15351         * src/pixmaps/sylpheed.xpm
15352                 add mini-icons to windows (by Alfons)
15353
15354 2001-08-27 [paul]
15355
15356         * src/mainwindow.c
15357                 new functions: next_labeled_cb(), prev_labeled_cb()
15358
15359         * src/summaryview.c
15360                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15361                 summary_select_next_labeled(), summary_select_prev_labeled()
15362
15363         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15364                 give claws blue folders and a blue trash can
15365
15366 2001-08-27 [paul]
15367
15368         * configure.in
15369                 change to version 0.5.3claws5
15370
15371         * sync with sylpheed 0.5.3cvs9
15372                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15373
15374 2001-08-24 [christoph]
15375
15376         * src/filesel.c
15377                 keep filename when browsing directories
15378                 (not working for user entered filename, but
15379                  for default name and selected filename from
15380                  file list)
15381         * src/mainwindow.c
15382                 fixed wrong spelling "Folllow-up"
15383         * src/mbox_folder.c
15384         * src/procmsg.c
15385         * src/summaryview.c
15386                 fixed new/unread message count with ignored
15387                 threads (2 commits, first didn't notice no
15388                 longer needed decreasing)
15389         * src/inc.c
15390                 readded scrolling of progress dialog
15391                 (lost in sync)
15392
15393 2001-08-24 [paul]
15394
15395         * configure.in
15396                 change to 0.5.3claws4
15397
15398         * sync with sylpheed 0.5.3cvs7
15399
15400 2001-08-24 [christoph]
15401
15402         * src/compose.c
15403                 set request return receipt when replying
15404                 if it is set is the folder prefs of the
15405                 message
15406         * src/inc.c
15407                 disable final error popup if popups are
15408                 disabled in config (again)
15409
15410 2001-08-23 [paul]
15411
15412         * configure.in
15413                 Change version number to 0.5.3claws3
15414
15415         * sync with sylpheed 0.5.3cvs5
15416
15417         * src/mimeview.c
15418                 double quote '%s' in 'gedit %s' to fix bug when
15419                 opening attachment with spaces in the name
15420
15421 2001-08-22 [alte]
15422         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15423           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15424                 initial message templates support
15425
15426
15427 2001-08-22 [paul]
15428
15429         * configure.in
15430                 change version number to 0.5.3claws2
15431
15432         * sync with sylpheed 0.5.3cvs4
15433
15434         * src/procmsg.h src/summaryview.c
15435                 re-implement (un)ignore thread
15436
15437 2001-08-21 [paul]
15438
15439         * src/summaryview.c
15440                 remove unnecessary code
15441         * src/compose.c
15442                 enable 'dynamic' signatures (submitted by
15443                 Eric Limpens <eric@hscg-internet.nl>)
15444
15445 2001-08-21 [paul]
15446
15447         clean up after sync with sylpheed 0.5.3 release
15448
15449         * src/folderview.c
15450                 fix re-introduced font mess, see Christoph's
15451                 entry 2001-06-24
15452
15453         * src/summaryview.c
15454                 remove prev_msgnum
15455                 use sylpheed's small font instead of
15456                 gtk default font for summary view
15457
15458
15459 2001-08-17 [paul]
15460
15461         * configure.in
15462                 add pl to ALL_LINGUAS - sync with main branch
15463
15464         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15465                 Updated. Translations by Jens Oberender, Ricardo Mones
15466                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15467
15468         * po/pl.po  ** NEW FILE **
15469                 sync with the main branch
15470
15471         * src/folderview.c
15472                 fix target folder colorizing and refresh problem
15473
15474
15475 2001-08-17 [christoph]
15476
15477         * src/mainwindow.c
15478                 claws uses 4 colors for target folder coloring.
15479                 arrays were not long enough and destroyed the
15480                 stack causing a segfault.
15481                 target folder colorizing does not work anymore
15482                 for me
15483
15484 2001-08-16 [paul]
15485
15486         * configure.in
15487                 change to version 0.5.3claws1
15488
15489         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15490           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15491           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15492
15493                 sync with sylpheed 0.5.3 release, but keep claws method of
15494                 configuring/saving fonts
15495
15496         * src/addressbook.[ch]
15497                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15498                 in line with a similar change in Hiroyuki's branch
15499
15500         * src/mainwindow.[ch]
15501                 disable main_window_set_thread_option()
15502         * src/prefs_folder_item.c
15503                 comment out &tmps_prefs.enable_thread,
15504         * src/mbox_folder.c, src/procmsg.[ch]
15505                 comment out MSG_IS_IGNORE_THREAD
15506         * src/summaryview.c
15507                 comment out summary_ignore_thread() and summary_unignore_thread()
15508                 comment out MSG_IS_IGNORE_THREAD
15509
15510                 use Hiroyuki's threading instead.
15511
15512
15513
15514 2001-08-15 [paul]
15515
15516         * src/account.c
15517                 use Hiroyuki's 0.5.3 column scheme but also
15518                 include the enable/disable button.
15519         * src/pixmaps/mark.xpm
15520                 add Hiroyuki's amended pixmap
15521
15522 2001-08-13 [christoph]
15523
15524         * src/account.c
15525                 receive at get all column showed wrong state for APOP
15526                 button should only work for POP3 and APOP accounts
15527         * src/prefs_account.c
15528                 added missing preprocessor statement for SSL
15529
15530 2001-08-12 [paul]
15531
15532         * src/account.[ch]
15533                 add 'receive at get all' column and enable/disable
15534                 button.
15535
15536 2001-08-06 [christoph]
15537
15538         * src/account.c
15539                 show usage of SSL in protocol column
15540
15541         * src/imap.c
15542         * src/inc.c
15543                 renamed ssl options
15544
15545         * src/prefs_account.[ch]
15546                 moved ssl options to a new page
15547
15548         * src/send.c
15549         * src/smtp.c
15550         * src/ssl.[ch]
15551                 renamed ssl options
15552                 added support for SMTP STARTTLS command
15553
15554 2001-08-05 [christoph]
15555
15556         * configure.in
15557                 debian autoconf needs version check to find
15558                 correct autoconf version. if the file is
15559                 named configure.in 2.13 is used, which does
15560                 not work with this configure.in script.
15561                 other solution would be to rename the script
15562                 to configure.ac as suggested in the autoconf
15563                 manual.
15564
15565         * src/inc.c
15566                 disable final error popup if popups are
15567                 diabled in config
15568
15569         * src/socket.c
15570                 bugfix in ssl_gets
15571                 fixes IMAP over SSL problem
15572
15573 2001-08-03 [paul]
15574
15575         * configure.in
15576                 change to 0.5.2claws1
15577
15578         * sync with sylpheed 0.5.2cvs1
15579
15580 2001-08-02 [alfons]
15581
15582         * configure.in
15583                 quick fix for ispell detection...
15584
15585 2001-08-01 [paul]
15586
15587         * configure.in
15588                 change to 0.5.1claws4
15589
15590         * sync with sylpheed 0.5.1cvs7
15591
15592 2001-07-31 [alfons]
15593
15594         * src/prefs_common.c, src/prefs_common.h, 
15595           src/gtkspell.c, src/gtkspell.h
15596                 add global spelling checker settings (compose tab) +
15597                 selection of dictionary 
15598           
15599         * configure.in  
15600                 guess valid ispell location
15601
15602 2001-07-31 [paul]
15603
15604         * po/POTFILES.in
15605                 removal of 'src/quote_fmt_parse.c'
15606         * po/de.po
15607                 Updated de.po
15608                 (submitted by Jens Oberender <didge@suse.de>)
15609
15610 2001-07-31 [darko]
15611
15612         * src/folder.[ch]
15613         * src/folderview.[ch]
15614         * src/mainwindow.c
15615         * src/mh.c
15616         * src/prefs_common.[ch]
15617         * src/summaryview.c
15618                 target folder colourization
15619
15620 2001-07-30 [paul]
15621
15622         more sync with Sylpheed 0.5.1cvs6 
15623
15624 2001-07-30 [darko]
15625
15626         * src/mh.c
15627         * src/prefs_folder_item.[hc]
15628         * src/summaryview.c
15629                 shared folders support with a GUI
15630
15631 2001-07-29 [paul]
15632
15633         0.5.1claws3
15634
15635         * sync with Sylpheed 0.5.1cvs6
15636
15637 2001-07-29 [paul]
15638
15639         * po/pt_BR.po
15640                 updated
15641                 (submitted by Fabio Junior Beneditto)
15642
15643 2001-07-28 [paul]
15644
15645         * src/procmime.c
15646         * AUTHORS
15647                 patch to correct bad image mime headers
15648                 (submitted by Don Quijote <dq@searchlores.org>)
15649
15650 2001-07-28 [paul]
15651
15652         * tools/gif2xface.pl   **NEW FILE**
15653         * tools/README
15654                 script to convert file.gif to file.xface for
15655                 use in a custom header.
15656                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15657
15658 2001-07-27 [alfons]
15659         
15660         * configure.in
15661                 change macros for detecting JPilot and LDAP
15662
15663 2001-07-27 [christoph]
15664
15665         * src/filtering.c
15666                 code cleanup (MIN / MAX warning, needed casting)
15667
15668 2001-07-27 [alfons]
15669
15670         * procheader.c
15671                 disallow setting flags when detecting certain headers
15672                 (X-Status, Status, Seen, X-Seen). 
15673         
15674         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15675
15676 2001-07-27 [christoph]
15677
15678         * src/prefs_filter.c
15679         * src/prefs_filtering.c
15680         * src/prefs_matcher.c
15681         * src/prefs_scoring.c
15682                 scroll list when moving rows up or down
15683
15684         * src/imap.c
15685         * src/imap.h
15686         * src/prefs_account.c
15687         * src/prefs_account.h
15688         * src/send.c
15689                 SMTP over SSL (untested, feedback requested)
15690                 IMAP over SSL
15691
15692         * src/ssl.c
15693                 code cleanup
15694
15695 2001-07-26 [alfons]
15696         
15697         * configure.in, acconfig.h
15698                 define CLAWS (need this for main / claws detection)
15699
15700 2001-07-25 [alfons]
15701
15702         * configure.in
15703                 Sylpheed 0.5.1claws2
15704                 
15705         * sync with Sylpheed 0.5.1cvs4
15706
15707 2001-07-25 [christoph]
15708
15709         * src/scoring.c
15710                 fixed segfault
15711                 item->prefs == NULL (don't know why)
15712
15713 2001-07-25 [alfons]
15714
15715         * configure.in
15716                 Sylpheed 0.5.1claws1
15717
15718         * sync with Sylpheed 0.5.1cvs1-3
15719
15720 2001-07-24 [christoph]
15721
15722         * src/folderview.c
15723         * src/prefs_folder_item.[ch]
15724                 added folderitem preferences dialog with
15725                 default To: and auto request return receipt
15726
15727         * src/compose.[ch]
15728         * src/menu.[ch]
15729                 changes to handle new folderitem preferences
15730
15731         * src/mainwindow.c
15732         * src/summaryview.c
15733                 call compose new mail with current folderitem
15734
15735 2001-07-24 [alfons]
15736
15737         Release Sylpheed 0.5.1claws
15738
15739         * configure.in
15740                 change to release version 0.5.1claws
15741
15742 2001-07-24 [christoph]
15743
15744         * src/summaryview.c
15745                 fixed segfault that happend when the selected
15746                 message was removed while retrieving new messages.
15747
15748         * po/es.po
15749                 updated translation
15750                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15751
15752 2001-07-22 [alfons]
15753
15754         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15755         this is a work in progress, for more information: http://nlpagan.net/sylman 
15756         
15757         * configure.in, src/mainwindow.c, manual/Makefile.am
15758                 add support for English manual
15759
15760         * AUTHORS
15761                 add authors of user manuals
15762
15763         * manual/en/sylpheed*.html
15764                 add English documentation
15765
15766 2001-07-22 [christoph]
15767
15768         * po/POTFILES.in
15769                 added src/ssl.c
15770         * src/ssl.c
15771                 changed a wrong debug message
15772
15773 2001-07-22 [alfons]
15774
15775         * po/nl.po
15776                 update Dutch translation
15777
15778         * src/prefs_filtering.c, 
15779           src/prefs_matcher.c
15780                 add more translatable strings           
15781
15782 2001-07-21 [alfons]
15783
15784         0.5.0claws7
15785
15786         * configure.in
15787                 change version
15788
15789         * src/inc.c, src/summaryview.[ch]
15790                 prevent update of mark file when filtering has done, by
15791                 using a variable; this affects two functions:
15792                         inc.c::inc_finished()
15793                         summaryview.c::summary_show()
15794
15795 2001-07-20 [alfons]
15796
15797         * src/filtering.[ch], src/prefs_filtering.c, 
15798           src/matcher.[ch]
15799                 add filtering action for label coloring 
15800
15801         * po/POTFILES.in
15802                 add labelcolors.c
15803
15804         * added src/labelcolors.c
15805         * added src/labelcolors.h
15806         * src/Makefile.am, src/summaryview.c
15807                 rearrange label coloring code
15808
15809         * src/procmsg.h
15810                 add more parentheses so label colouring works correctly
15811
15812         * src/filtering.c
15813                 don't really delete message, but move it to Trash
15814
15815         * src/prefs_matcher.c
15816                 add quote options to info dialog
15817
15818 2001-07-20 [christoph]
15819
15820         * src/Makefile.am
15821         * src/inc.c
15822         * src/main.[ch]
15823         * src/socket.h
15824         * src/ssl.[ch] (new)
15825                 moved ssl stuff to a seperate file
15826
15827 2001-07-20 [darko]
15828
15829         * src/summaryview.c
15830                 fix show sender using address book with no e-mail
15831                 address in From: field
15832
15833 2001-07-19 [alfons]
15834
15835         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15836                 fix messy handling of escaping... now at least the
15837                 execute command is useful. escape char is '\', we
15838                 accept \n and \r too. 
15839
15840                 Real life example:
15841                 
15842                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15843                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15844
15845 2001-07-18 [alfons]
15846
15847         0.5.0claws6
15848
15849         * src/summaryview.c
15850                 clean up
15851
15852         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15853           src/procmsg.[ch]
15854                 revise filtering; currently move, copy, marking have
15855                 been tested. if you like bleeding edge stuff, you
15856                 should definitely go for this version :)
15857
15858         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15859
15860 2001-07-17 [christoph]
15861
15862         * src/utils.c
15863                 timestamp log
15864
15865 2001-07-17 [alfons]
15866
15867         0.5.0claws5
15868
15869         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15870           bits in the mark file, without affecting either branch. Lots of
15871           files changed, also in claws branch.
15872
15873           UNTESTED: use of mbox folders
15874
15875         * src/summaryview.c
15876                 added mark all read; however this was a quick hack used for
15877                 cleaning up mess after initial merge with Hiroyuki
15878
15879         * configure.in
15880                 change claws version number back to 0.5.0claws5 to clear up 
15881                 confusion & pretension (recent release was technically 
15882                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15883
15884 2001-07-16 [alfons]
15885
15886         sync with Hiroyuki's 0.5.0cvs4
15887
15888 2001-07-16 [alfons]
15889
15890         0.5.1claws3
15891
15892         * src/filtering.[ch]
15893                 remove invalid updating of mark files for 
15894                 filter actions MATCHING_ACTION_MOVE and 
15895                 MATCHING_ACTION_DELETE; this should fix the
15896                 folder update bug
15897                 
15898         * src/procmsg.c
15899                 revert Christoph's stab at fixing the folder 
15900                 update bug
15901
15902         * po/POTFILES.in
15903                 add missing files with translatable strings
15904
15905         * src/summaryview.c
15906                 remove debug print
15907
15908 2001-07-15 [alfons]
15909
15910         * src/addr_compl.[ch], src/prefs_filtering.c
15911                 make "filtering pref dialog's destination entry" an
15912                 "address completable entry", if filter destination is 
15913                 an email address
15914
15915         0.5.1claws2
15916         
15917         sync with Hiroyuki's 0.5.0cvs2-3
15918
15919 2001-07-15 [christoph]
15920
15921         * src/procmsg.c
15922                 fixed folder stats update after incorporation
15923
15924 2001-07-15 [alfons]
15925
15926         * src/summaryview.c
15927                 * finish label colouring stuff (for now)
15928                 * fix incorrect colour bug (off by one) 
15929
15930 2001-07-14 [alfons]
15931
15932         * src/mainwindow.c
15933                 change text labels for news and mail message so there's
15934                 plenty of toolbar estate left
15935
15936         * configure.in
15937                 0.5.1claws1
15938
15939         * src/folderview.c
15940           src/folder.[ch]
15941                 sync with Hiroyuki's 0.5.0cvs1
15942
15943         * src/summaryview.c
15944                 more rewrite label colouring
15945
15946 2001-07-14 [alfons]
15947
15948         * src/summaryview.[ch]
15949                 * start rewrite label colouring 
15950                 * fix proper location "Add Sender To Addressbook" menu item
15951
15952 2001-07-13
15953
15954         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15955         (actually this is 0.5.0claws4)
15956
15957 2001-07-13 [alfons]
15958
15959         * po/pt_BR.po
15960                 * fix duplicate message
15961                 * add updated Portugese / Brazilian translation
15962                   submitted by Fabio Junior Beneditto
15963
15964 2001-07-12 [alfons]
15965
15966         * AUTHORS
15967                 add Jens
15968
15969         * po/nl.po
15970                 add updated Dutch translation
15971
15972         * po/de.po
15973                 add updated German translation submitted by Jens
15974
15975 2001-07-11 [alfons]
15976
15977         Prerelease before 0.5.0claws. Please test.
15978         This version is temporarily tagged as VERSION_0_5_0_TEST
15979
15980         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15981           src/prefs_scoring.c, src/prefs_matcher.c, 
15982           src/prefs_filtering.c, src/mbox.c, 
15983           src/main.c, src/inc.c, src/filtering.[ch]
15984                 revert new Hoa's new matcher (does not work yet)
15985
15986         * src/Makefile.am
15987                 clean up
15988
15989 2001-07-10
15990
15991         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15992
15993
15994 2001-07-10 [alfons]
15995
15996         * Makefile.am
15997                 add ChangeLog.claws to EXTRA_DIST
15998         * src/Makefile.am
15999                 add matcher_parser_parse.h to EXTRA_DIST
16000
16001 2001-07-10 [christoph]
16002
16003         * src/inc.c
16004                 add destination folder to table of
16005                 folders that need to be updated after
16006                 incorporation
16007
16008 2001-07-10 [alfons]
16009
16010         * folder.[ch]
16011           folderview.c
16012                 make collapse state of folders and folder items persistent, i.e.
16013                 if you collapse a folder tree, the next time sylpheed-claws starts 
16014                 up the folder tree remains collapsed.  
16015                 
16016 2001-07-10 [christoph]
16017
16018         * acconfig.h
16019         * configure.in
16020                 added --enable-ssl
16021         * src/md5.[ch]
16022                 renamed MD5_CTX to MD5_CTX_syl
16023                 conflicts with a struct in openssl
16024         * src/inc.c
16025         * src/main.[ch]
16026         * src/prefs_account.[ch]
16027         * src/socket.[ch]
16028                 SSL support for POP
16029         * src/mainwindow.c
16030                 fixed compose with current account
16031                 broken by new compose button stuff
16032
16033 2001-07-09 [hoa]
16034
16035         * AUTHORS
16036                 changed my email address
16037
16038         * src/matcher_parser_parse.y
16039                 clean the parser to remove conflicts
16040
16041 2001-07-09 [alfons]
16042
16043         * AUTHORS
16044                 add Match Grun
16045
16046         * configure.in
16047                 fix incorrect description of --enable-ldap parameter
16048
16049         * src/prefs_common.[ch]
16050           src/compose.c
16051                 add experimental option "smart wrapping" which makes the
16052                 compose editor auto wrap.
16053                 
16054                 | TODO: the problem with the buggy cursor handling is caused |
16055                 | by the GtkText. when deleting / backspacing text its       |
16056                 | wrapping algorithm does not take in account the previous   |
16057                 | line. should find a way to hack this in.                   |
16058                 | or should perhaps combine this with the word wrapping      |
16059                 | patch i wrote in january.                                  |
16060
16061         * src/about.c
16062                 show build parameters for LDAP and JPilot
16063
16064         * src/summaryview.c
16065                 revert Christoph's bugfix for selecting next unread message, 
16066                 because folder stats aren't updated correctly
16067
16068 2001-07-08 [hoa]
16069
16070         * src/filtering.c
16071         * src/mainwindow.c
16072         * src/matcher.c
16073         * src/matcher_parser_lex.l
16074         * src/matcher_parser_parse.y
16075         * src/prefs_filtering.c
16076         * src/prefs_scoring.c
16077         * src/scoring.c
16078                 bugfix of the config file parser
16079
16080 2001-07-08 [alfons]
16081
16082         * src/Makefile.am
16083                 added generated matcher sources to BUILT_SOURCES
16084
16085 2001-07-08 [hoa]
16086
16087         * src/Makefile.am
16088         * src/.cvsignore
16089                 added new config file parser
16090
16091         * src/scoring.[ch]
16092         * src/filtering.[ch]
16093         * src/matcher.[ch]
16094         * src/prefs_filtering.c
16095         * src/prefs_matcher.c
16096         * src/prefs_scoring.c
16097         * added src/matcher_parser.h
16098         * added src/matcher_parser_lex.h
16099         * added src/matcher_parser_lex.l
16100         * added src/matcher_parser_parse.y
16101                 lex & yacc config file parser
16102
16103         * src/mbox.c
16104         * src/inc.c
16105         * src/main.c
16106                 changes prefs_filtering into global_filtering           
16107
16108         * src/summaryview.c
16109                 build threads with subjects only if "Re: " is at the
16110                 beginning of the subject
16111
16112 2001-07-07 [paul]
16113
16114         0.5.0claws
16115
16116         sync with sylpheed 0.5.0
16117                 change of version number only
16118
16119 2001-07-06 [paul]
16120
16121         0.5.0claws5
16122
16123         sync with sylpheed 0.5.0pre5
16124
16125 2001-07-05 [paul]
16126
16127         sync with sylpheed 0.5.0pre4 release
16128                 /po and /manual/ja not sync'ed
16129
16130 2001-07-04 [paul]
16131
16132         more sync with sylpheed 0.5.0pre4
16133
16134 2001-07-03 [christoph]
16135
16136         * src/addressbook.c
16137                 fixed address book broken by address book
16138                 for VCard, JPilot, LDAP
16139
16140 2001-07-03 [alfons]
16141
16142         * src/matcher.c
16143         * src/textview.c
16144                 stopped memory leaks
16145
16146 2001-07-03 [paul]
16147
16148         more sync with sylpheed 0.5.0pre4
16149
16150 2001-07-02 [match]
16151
16152         * included address book patch for VCard, JPilot, LDAP
16153         * pref_common.c - fixed Font options on Display tab (cosmetic)
16154         * alertpanel.c - fixed truncated message
16155
16156 2001-07-02 [christoph]
16157
16158         * src/mbox_folder.c
16159         * src/procmsg.[ch]
16160         * src/summaryview.c
16161                 mark threads for ignoring
16162
16163 2001-07-02 [paul]
16164
16165         0.5.0claws4
16166
16167         * sync with sylpheed 0.5.0pre4
16168                 updated gettext to 0.10.38.
16169
16170 2001-07-01 [paul]
16171
16172         * src/ mainwindow.c
16173         * src/procmsg.h
16174         * src/summaryview.[ch]
16175                 new right-click option: Label.
16176                 substitute for 'Mark-->Mark/Unmark', colours the line.
16177                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16178
16179 2001-07-01 [christoph]
16180
16181         * src/folderview.c
16182                 fixed font for trash
16183         * src/summaryview.c
16184                 move ctree to unread message
16185
16186 2001-07-01 [paul]
16187
16188         * sync with sylpheed 0.5.0pre3 release
16189
16190 2001-06-30 [alfons]
16191
16192         * src/filesel.[ch]
16193         * src/compose.c
16194                 allow inserting / attaching multiple files in
16195                 the composer window
16196
16197 2001-06-30 [paul]
16198
16199         * src/codeconv.c
16200                 small change to Alfons' previous stuff so that it
16201                 actually makes
16202
16203 2001-06-30 [alfons]
16204
16205         * lots of files changed; first attempt to merge the changes
16206           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16207
16208 2001-06-30 [paul]
16209
16210         * po/pt_BR.po
16211                 updated and completed, translations by Fabio
16212                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16213
16214 2001-06-29 [alfons]
16215
16216         * src/compose.c
16217         * src/mimeproc.[ch]
16218                 allow selecting an attached files' mime type from a 
16219                 list of types.
16220
16221 2001-06-29 [paul]
16222
16223         * more sync with sylpheed 0.5.0pre3
16224
16225 2001-06-29 [paul]
16226
16227         * po/pt_BR.po
16228                 merge with sylpheed.pot and pt_BR.po provided by
16229                 Fabio Junior Beneditto.
16230
16231 2001-06-29 [darko]
16232
16233         * src/procmime.c
16234                 make MIME types case insensitive
16235
16236 2001-06-28 [alfons]
16237
16238         * po/nl.po
16239                 merge with sylpheed.pot and old nl.po; translations added.
16240
16241 2001-06-28 [paul]
16242
16243         * more sync with sylpheed 0.5.0pre3
16244
16245 2001-06-27 [alfons]
16246
16247         * src/summaryview.c
16248                 don't crash when removing parent node of messages
16249                 attracted by subject. this was caused by not deleting
16250                 the parent node from the subject line hash table.
16251
16252 2001-06-27 [alfons]
16253
16254         * src/summaryview.c
16255         * src/compose.[ch]
16256         * src/mainwindow.c
16257                 if there are multiple messages selected, allow forwarding
16258                 them as attachments.
16259
16260 2001-06-27 [paul]
16261
16262         * more sync with sylpheed 0.5.0pre3
16263
16264 2001-06-26 [paul]
16265
16266         0.5.0claws3
16267
16268         * sync with sylpheed 0.5.0pre3
16269
16270 2001-06-25 [paul]
16271
16272         * src/mainwindow.c
16273                 fixed 'compose news article' bug
16274                 from icon-and-text toolbar
16275
16276 2001-06-25 [paul]
16277
16278         * sync with sylpheed 0.5.0pre2 release
16279
16280 2001-06-24 [christoph]
16281
16282         * src/prefs_common.c
16283                 bug fix in font selection
16284         * src/folderview.c
16285                 use sylpheed's normal font instead of
16286                 gtk default font for folders without
16287                 new messages
16288
16289 2001-06-24 [alfons]
16290
16291         * src/mainwindow.[ch]
16292                 added composite compose mail / news button (an idea by Leandro
16293                 Pereira <leandro@linuxmag.com.br>)
16294
16295 2001-06-24 [paul]
16296
16297         Added instructions for ldif-to-xml.py
16298
16299         * tools/README
16300
16301 2001-06-23 [alfons]
16302
16303         Some minor things.
16304
16305         * src/pixmaps/stock_news_compose.xpm
16306                 added pixmap by Leandro
16307         * src/prefs_common.c
16308                 tested built-in spelling checker of GCC 3.0 :)
16309         * po/nl.po
16310                 merged dutch translation of sylpheed-main with
16311                 sylpheed.pot
16312
16313 2001-06-23 [paul]
16314
16315         Added tools directory and files.
16316
16317         * tools/filter_conv.pl
16318                 converts old filter system to new filtering system
16319         * tools/ldif-to-xml.py
16320                 converts netscape addressbook to sylpheed addressbook
16321         * tools/README
16322                 descriptions/instructions for above two files
16323
16324 2001-06-23 [christoph]
16325
16326         * src/inc.c
16327         * src/manage_window.[ch]
16328         * src/prefs_common.[ch]
16329                 mail retrieval dialog can be enabled, disabled
16330                 or hidden if non of sylpheed's windows is active
16331
16332 2001-06-22 [paul]
16333
16334         0.5.0claws2
16335
16336         * sync with sylpheed 0.5.0pre2
16337
16338 2001-06-21 [christoph]
16339
16340         * src/summaryview.c
16341                 show recipient on 'from' for all accounts
16342                 
16343         * src/inc.c
16344         * src/prefs_common.[ch]
16345                 disable error popup on mail receive errors
16346
16347 2001-06-21 [alfons]
16348
16349         * src/compose.c
16350                 made the ruler correctly appear and disappear.
16351
16352         * src/Makefile.am
16353                 removed Hoa's work-in-progress-stuff (interesting!) so 
16354                 claws compiles ok.
16355
16356 2001-06-20 [christoph]
16357
16358         * src/inc.c
16359         * src/progressdialog.c
16360                 added scrolled window for list in progressdialog
16361
16362 2001-06-20 [paul]
16363
16364         sync with sylpheed 0.5.0pre1 release
16365
16366 2001-06-20 [christoph]
16367
16368         * src/summeryview.c
16369                 make building threads by subject work when
16370                 thread view is enabled
16371                 
16372         * src/compose.c
16373         * src/prefs_common.[ch]
16374                 automatically select account for mail replys
16375
16376 2001-06-19 [sergey]
16377
16378         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16379         they are filled in from the account settings.
16380
16381 2001-06-19 [paul]
16382
16383         * more sync with sylpheed 0.5.0pre1
16384
16385 2001-06-18 [alfons]
16386
16387         * src/Makefile.am,
16388           src/procmime.c
16389                 added --sysconfdir to CPPFLAGS for pointing to the correct
16390                 location of mime.types. 
16391
16392                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16393                 or ./configure!
16394
16395 2001-06-18 [hoa]
16396
16397         * src/summaryview.c
16398                 fixed some bug when building threads
16399
16400 2001-06-18 [pau]l
16401
16402         * src/prefs_account.c
16403                 UI stuff: More changes to the English
16404
16405 2001-06-18 [paul]
16406
16407         * src/pixmaps/stock_news_compose.xpm: new file
16408         * src/Makefile.am
16409         * src/mainwindow.c
16410         * src/summaryview.c
16411                 Added new icon for Hoa's 'compose a news
16412                 message', plus minor improvements to the
16413                 English
16414
16415         * po/ja.po
16416         * ChangeLog
16417         * ChangeLog.jp
16418                 more sync with sylpheed 0.5.0pre1
16419
16420 2001-06-18 [hoa]
16421
16422         * src/compose.[ch]
16423         * src/mainwindow.c
16424                 Follow-up and reply to
16425
16426         * src/summaryview.[ch]
16427                 Build threads also with subjects
16428
16429 2001-06-17 [hoa]
16430
16431         * src/compose.c
16432                 forwarding use the current account.
16433
16434         * src/mainwindow.c
16435                 the "compose message" button has been replaced with
16436                 "new mail" and "new news" buttons
16437
16438         * src/prefs_common.[ch]
16439                 added a configuration option to use the forward button
16440                 as "forward as attachment"
16441                 changed reply and forward format description
16442
16443         * src/quote_fmt_lex.l
16444         * src/quote_fmt_parse.y
16445                 added message with no signature in format for reply
16446                 and forward.
16447
16448 2001-06-17 [paul]
16449
16450         Minor UI stuff
16451
16452         * src/mainwindow.c
16453         * src/summaryview.c
16454                 Improvements to the English
16455
16456         * src/prefs_common.c
16457                 Improvements to the English and some
16458                 clarity/continuity improvements in the
16459                 description of Quote symbols.
16460
16461 2001-06-17 [paul]
16462
16463         0.5.0claws1
16464
16465         * sync with sylpheed 0.5.0pre1
16466
16467 2001-06-17 [hoa]
16468
16469         * src/compose.c
16470                 Better interface for compose, displayed fields
16471                 are updated whenever we change account.
16472                 Newsgroups field is automatically filled.
16473
16474         * src/mainwindow.c
16475                 Newsgroups field is automatically filled.
16476
16477         * src/prefs_account.c
16478                 Some interface stuff when fields appear and
16479                 disappear.
16480
16481 2001-06-16 [paul]
16482
16483         0.4.99claws
16484
16485         * sync with sylpheed 0.4.99
16486
16487 2001-06-16 [sergey]
16488
16489         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16490         base64_decoder_free, base64_decoder_decode): new object and
16491         functions for decoding base64 streams.
16492         * src/procmime.c (procmime_decode_content): modified to use the
16493         new base64 decoder.
16494
16495 2001-06-15 [paul]
16496
16497         0.4.99claws10
16498
16499         * sync with sylpheed 0.4.99cvs11
16500
16501 2001-06-13 [paul]
16502
16503         0.4.99claws9
16504
16505         * sync with sylpheed 0.4.99cvs9
16506
16507 2001-06-13 [hoa]
16508
16509         * src/compose.c
16510         * src/prefs_account.c
16511
16512                 SMTP server can be defined in the news account
16513                 mime type of attachment are kept.
16514
16515         * src/summaryview.c
16516
16517                 now choose the highest important score between default
16518                 and important score of folder.
16519
16520 2001-06-09 [alfons]
16521         
16522         * src/prefs_common.c: 
16523
16524                 (prefs_quote_description_create): corrected description of 
16525                 quote format characters
16526
16527 2001-06-09 [paul]
16528
16529         0.4.99claws8
16530
16531         * sync with sylpheed 0.4.99cvs8
16532
16533 2001-06-08 [sergey]
16534
16535         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16536         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16537
16538 2001-06-08 [paul]
16539
16540         0.4.99claws7
16541
16542         * sync with sylpheed 0.4.99cvs7
16543
16544 2001-06-06 [sergey]
16545
16546         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16547         clashes with autogenerated header).
16548         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16549         * src/Makefile.am: added quote_fmt.h.
16550         * src/.cvsignore: added lex/yacc autogenerated files
16551         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16552
16553 2001-06-06 [paul]
16554
16555         0.4.99claws6
16556
16557         * sync with sylpheed 0.4.99cvs6
16558
16559 2001-06-06 [hoa]
16560
16561         * added src/quote_fmt_parse.h
16562         * src/compose.c
16563                 removed warnings
16564
16565         * src/prefs.[ch]
16566                 don't modify readonly configuration files
16567
16568         * src/prefs_account.c
16569         * src/prefs_common.c
16570         * src/prefs_customheader.c
16571         * src/prefs_display_header.c
16572         * src/prefs_filter.c
16573         * src/prefs_filtering.c
16574         * src/prefs_scoring.c
16575                 don't open dialog box when configuration files
16576                 are readonly
16577
16578 2001-06-05 [sergey]
16579
16580         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16581
16582         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16583         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16584         BUILT_SOURCES to make all files rebuild properly.
16585
16586         * src/compose.c: removed #include "quote_fmt.tab.h".
16587
16588         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16589         CHARACTER value in yylval.
16590
16591         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16592         receive CHARACTER value by documented means (yylval).
16593
16594         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16595
16596 2001-06-05 [hoa]
16597
16598         * src/Makefile.am
16599                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16600
16601         * src/filtering.c
16602         * src/matcher.c
16603         * src/matcher.h
16604         * src/prefs_filtering.c
16605                 now keep the configuration for execute action
16606
16607         * src/mbox_folder.c
16608                 fixed a warning
16609
16610 2001-06-05 [paul]
16611
16612         * sync with sylpheed 0.4.99cvs5
16613
16614 2001-06-05 [hoa]
16615
16616         * src/Makefile.am
16617                 added quote_fmt.[ch]
16618
16619         * added src/quote_fmt.y
16620         * added src/quote_fmt.l
16621         * added src/quote_fmt.tab.h
16622         * added src/quote_fmt.tab.c
16623         * added src/lex.quote_fmt.c
16624                 parsing configuration for replying
16625                 and forwarding
16626
16627         * src/prefs_common.[ch]
16628                 added configuration UI for replying
16629                 and forwarding
16630
16631         * src/compose.c
16632                 using configuration for replying
16633                 and forwarding
16634
16635 2001-06-04 [hoa]
16636
16637         * src/filtering.c
16638         * src/matcher.c
16639         * src/matcher.h
16640         * src/prefs_filtering.c
16641         * src/prefs_matcher.c
16642         * src/prefs_matcher.h
16643                 action "run a command" for filtering
16644                 and matching with a command.
16645                 fixed the "whole message" matching
16646
16647         * src/mbox_folder.c
16648                 changed temporary filename for security
16649
16650         * src/messageview.c
16651                 queue the notification if it fails to send.
16652
16653         * src/prefs_common.c
16654         * src/prefs_folder_item.c
16655                 changed the default important score             
16656
16657         * src/prefs_scoring.c
16658         * src/scoring.c
16659                 hide kill score input when the folder is not
16660                 a newsgroup
16661
16662 2001-06-03 [alfons]
16663
16664         * src/prefs_common.c:
16665
16666                 (prefs_font_select): pass font name in font entry box to font
16667                 selection dialog.
16668
16669 2001-06-03 [sergey]
16670
16671         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16672
16673 2001-06-03 [paul]
16674
16675         * sync with sylpheed 0.4.99cvs4
16676
16677 2001-06-03 [alfons]
16678
16679         * src/headerwindow.c:
16680
16681                 (headerwindow_show_cb): use the selected summary view item, not
16682                 the displayed item.
16683
16684 2001-06-02 [alfons]
16685
16686         * src/headerwindow.c:
16687
16688                 (headerwindow_show_cb): always try to show msginfo
16689
16690 2001-06-02 [hoa]
16691
16692         * src/compose.c
16693                 keep attached parts when reediting or forwarding.
16694
16695 2001-06-01 [hoa]
16696
16697         * src/folderview.c
16698         * src/prefs_folder_item.[ch]
16699         * src/prefs_scoring.[ch]
16700         * src/scoring.[ch]
16701         * src/summaryview.[ch]
16702         * src/main.c
16703         * src/mainwindow.c
16704         * src/prefs_common.[ch]
16705                 support for folder scoring
16706                 kill score and important score for messages
16707         
16708         * src/prefs_account.c
16709                 some display bug fixed for local account
16710                 preferences
16711
16712 2001-05-31 [alfons]
16713
16714         * src/summaryview.c:
16715
16716                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16717                 sender to address book menu item is disabled.
16718
16719 2001-05-30 [hoa]
16720
16721         * src/filtering.[ch]
16722         * src/summaryview.c
16723                 handling summary menu / filter messages
16724
16725         * src/folder.[ch]
16726                 add some stuff
16727
16728         * src/foldersel.c
16729                 imap folders now appears in list
16730
16731         * src/mbox_folder.c
16732                 doesn't crash if destination mail is not writeable
16733
16734 2001-05-29 [hoa]
16735
16736         * src/compose.c
16737                 removed some warnings
16738
16739         * src/filtering.c
16740         * src/folder.[ch]
16741         * src/prefs_filtering.c
16742                 global string to identify any folders           
16743                 removed some debug info
16744                 filtering to mbox folders is now possible
16745
16746         * src/mainwindow.c
16747                 removed some warnings
16748
16749         * src/mbox_folder.c
16750                 permission on files are changed to read/write for user only,
16751                 nothing for other.
16752                 creation of subfolder is handled better.
16753
16754 2001-05-28 [alfons]
16755
16756         Verified the sync for src/prefs_common.[ch] and
16757         src/prefs_account.[ch]. I believe there were some
16758         minor indentation differences.
16759
16760 2001-05-28 [paul]
16761
16762         0.4.99claws3
16763
16764         * sync with 0.4.99cvs3
16765
16766 2001-05-28 [hoa]
16767
16768         * src/compose.c
16769                 handling flags for mbox format
16770
16771         * src/filtering.c
16772                 use of mark file only for MH format
16773                 handling flags for mbox format
16774                 filtering cannot yet move or copy mails to mbox folders.
16775
16776         * src/folder.[ch]
16777                 changed move_msg, copy_msg,
16778                 move_msgs_with_dest, copy_msgs_with_dest functions
16779                 uses only folder->copy_msg() function
16780                 uses folder->finished_copy() to handle the destination
16781                 folder at the end of the copy or move operation.
16782
16783         * src/foldersel.c
16784                 included mbox directories.
16785
16786         * src/folderview.[ch]
16787         * src/mainwindow.c
16788                 handle folders operation for mbox format
16789
16790         * src/mbox.c
16791                 disable conversion of "From " header
16792
16793         * src/mbox_folder.[ch]
16794                 completion of mbox format handling
16795
16796         * src/mh.c
16797                 changed mh_copy_msg() function and
16798                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16799                 mh_copy_msgs_with_dest()
16800
16801         * src/prefs_filtering.c
16802                 removed some warnings
16803
16804         * src/prefs_matcher.c
16805                 default boolean operation is AND
16806
16807         * src/procheader.c
16808                 handling flags for mbox format
16809                 handling of "From " header
16810
16811         * src/procmsg.[ch]
16812                 removed data field
16813                 added MSG_REALLY_DELETED flags to handle deletion of
16814                 messages in mbox format.
16815
16816         * src/summaryview.c
16817                 handling flags for mbox format
16818                 disable the MSG_DELETED flags when messages
16819                 are deleted in mbox format
16820
16821         * src/textview.c
16822                 "From " headers display fixed.
16823
16824 2001-05-27 [alfons]
16825
16826         * src/textview.c:
16827                 
16828                 (get_email_part): skip quoted email addresses, like in e.g.
16829                 "'alfons@proteus.demon.nl'".
16830
16831 2001-05-26 [alfons]
16832
16833         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16834         and fixing the persistence troubles when using separate windows.
16835
16836         * src/mainwindow.c:
16837         
16838             Added #define SEPARATE_ACTION used in the gtk item factory for 
16839             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16840                 use gtk_item_factory_get_widget_by_action() to get the items.
16841                 
16842             Removed separate_widget_cb from the gtk item factory data   
16843           
16844             (mainwindow_create): connect separate_widget_cb() to check
16845             menu item "toggled" signal. also passing a MainWindow pointer
16846                 as object data for both check menu items.
16847                 
16848             (separate_widget_cb): definition of separate_widget_cb() to match
16849             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16850                 window using gtk_object_get_data(). The type of window separation 
16851                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16852         
16853         * src/prefs_filtering.c,
16854           src/prefs_matcher.c: added horizontal scrollbars
16855
16856 2001-05-25 [darko]
16857
16858         * src/headerview.c
16859                 fix segfault with invalid bold font
16860         * src/summaryview.c
16861                 correctly display summary stats after row is marked
16862
16863 2001-05-23 [sergey]
16864
16865         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16866         encodings with libjconv.
16867
16868 2001-05-23 [hoa]
16869
16870         * src/Makefile.am
16871                 added mbox_folder.[ch]
16872         * src/defs.h
16873                 mbox temporary folder
16874         * src/folder.[ch]
16875         * added src/mbox_folder.[ch]
16876         * src/folderview.c
16877         * src/procheader.[ch]
16878                 added mbox support
16879         * src/mbox.c
16880                 bugfix for file incorporation filtering
16881         * src/imap.c
16882                 enable creation of MBOX
16883         * src/prefs_display_header.c
16884                 enable use of headers like "From "
16885                 something that should be fixed :
16886                         displaying of such headers add an extra space
16887         * src/prefs_folder_item.c
16888                 don't create folders because it is not necessary
16889         * src/procmsg.h
16890                 added data field to MsgInfo for mbox internal use
16891         * src/summaryview.c
16892                 added some support for mbox
16893         * src/utils.[ch]
16894                 added get_mbox_cache_dir() function
16895
16896 2001-05-23 [hiroyuki]
16897
16898         * src/headerwindow.c
16899           src/inc.c
16900           src/main.c
16901           src/mh.c
16902           src/nntp.c
16903           src/procmsg.h
16904           src/session.h
16905           src/socket.[ch]
16906           src/summaryview.c
16907           src/textview.c
16908           src/automaton.c
16909           src/folderview.c: more sync with 0.4.99cvs2.
16910
16911         * src/headerwindow.c: reverted.
16912
16913 2001-05-22 [paul]
16914
16915         0.4.99claws2
16916
16917         * sync with sylpheed 0.4.99cvs2
16918                 * src/news.[ch]
16919                 * src/nntp.[ch]
16920                 * INSTALL
16921                 * INSTALL.jp
16922
16923 2001-05-22 [alfons]
16924
16925         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16926
16927 2001-05-21 [alfons]
16928
16929         Minor things:
16930
16931         * configure.in: if gnome-config not found, "no" is displayed
16932         
16933         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16934
16935         * src/textview.c: now also possible to add mail addresses by right
16936           clicking in the text view
16937
16938         * src/codeconv.c: merged patch which fixes endless loop when encountering
16939           invalid wide characters; from Alte <010@imis.ru>  
16940
16941 2001-05-20 [alfons]
16942
16943         Added installation of gnome specific things:
16944
16945         * Makefile.am: gnome conditional
16946
16947         * configure.in: check for installed gnome
16948
16949         * added sylpheed.png, sylpheed.desktop
16950
16951 2001-05-20 [sergey]
16952
16953         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16954
16955         * src/mainwindow.h (main_window_toolbar_create): created a button
16956         for "Reply to all".
16957         (main_window_set_toolbar_sensitive): enable/disable the new button
16958         appropriately.
16959         (toolbar_reply_to_author_cb): handle the new button.
16960
16961         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16962         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16963         failure).
16964
16965 2001-05-19 [sergey]
16966
16967         * src/compose.h (ComposeReplyMode): new modes
16968         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16969         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16970
16971         * src/compose.c
16972         (compose_send): move some code into a new function:
16973         (compose_current_mail_account): new function.
16974         (compose_reply): new argument to_author, all callers changed; if
16975         to_author==TRUE and account->protocol==A_NNTP, find and use an
16976         appropriate mail account for replying.
16977         (compose_reply_set_entry): new argument to_author; ignore
16978         compose->replyto if to_author==TRUE.
16979
16980         * src/mainwindow.c: new command "Message/Reply to author".
16981         (main_window_set_menu_sensitive): enable/disable it.
16982         (reply_cb): handle it.
16983
16984         * src/summaryview.c: new command "Reply to author".
16985         (summary_set_menu_sensitive): enable/disable it.
16986         (summary_reply_cb): handle it.
16987
16988         * src/account.c (account_find_mail_from_address): new function.
16989
16990 2001-05-18 [paul]
16991
16992         0.4.99claws1
16993
16994         * sync with sylpheed 0.4.99cvs1
16995
16996 2001-05-18 [hoa]
16997
16998         * src/compose.[ch]
16999         * src/filtering.c
17000         * src/summaryview.c
17001                 new filtering action : forward and forward as attachment
17002
17003         * src/main.c
17004                 no need for $DISPLAY when we run sylpheed --help
17005                 call to parse_cmd_opt() is moved
17006
17007         * src/mainwindow.[ch]
17008                 execute button is hidden when immediate execute
17009                 is chosen
17010
17011         * src/mh.c
17012         * src/news.c
17013         * src/prefs_folder_item.c
17014         * src/procmsg.c
17015                 better handling of missing directories
17016
17017         * src/summaryview.c
17018                 reedit is enabled in outbox
17019                 reedit is enabled in queue
17020
17021 2001-05-17 [hoa]
17022
17023         * src/filtering.c
17024         * src/matcher.[ch]
17025         * src/prefs_filtering.c
17026                 changed attachement into attachment
17027
17028 2001-05-17 [alfons]
17029
17030         0.4.67claws4    
17031
17032         * sync with sylpheed 0.4.67cvs9
17033         * sync with sylpheed 0.4.67cvs7-8
17034
17035 2001-05-17 [hoa]
17036
17037         * src/Makefile.am
17038                 added prefs_filtering.c
17039
17040         * src/filtering.[ch]
17041         * src/matcher.[ch]
17042                 removed action : forward_news and forward_news_as_attachement
17043                 (forward and forward_as_attachement can be used instead)
17044
17045         * src/mainwindow.c
17046                 added menu option to access filtering configuration
17047
17048         * src/prefs_account.c
17049                 changed mail_command default to /usr/sbin/sendmail
17050
17051         * added src/prefs_filtering.[ch]
17052                 dialog box for filtering configuration
17053
17054         * src/prefs_matcher.c
17055                 added function prefs_matcher_get_criteria_from_matching()
17056
17057         * src/prefs_scoring.c
17058                 reset the dialog when register or substitute is clicked
17059
17060 2001-05-15 [hoa]
17061
17062         * src/Makefile.am
17063                 added filtering.[ch]
17064         * src/inc.c
17065                 using filering.[ch] instead of filter.[ch]
17066         * src/main.c
17067                 reading new filtering configuration
17068         * src/matcher.[ch]
17069                 added some filtering actions
17070                 and fixed a bug for headers and mail body matching
17071         * src/mbox.c
17072                 using filering.[ch] instead of filter.[ch]
17073         * src/mh.c
17074                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17075         * src/summaryview.c
17076                 some fixes for filtering
17077
17078 2001-05-14 [hiroyuki]
17079
17080         * src/send.c: fixed some weird indentations.
17081           send_message_with_command(): call pclose() only if p != NULL.
17082         * src/textview.c: get_email_part(): modified the code for readability.
17083
17084 2001-05-14 [hiroyuki]
17085
17086         * src/md5global.h
17087           src/md5ify.c
17088           src/md5ify.h: removed from the cvs.
17089
17090 2001-05-13 [sergey]
17091
17092         * src/main.c: include rfc2015.h to avoid compiler warnings.
17093         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17094         the panel is already on screen.
17095         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17096         closing the alert window by ESC as "No".
17097         * src/prefs_common.c (prefs_interface_create): moved return
17098         receipt check button to the correct place.
17099
17100 2001-03-13 [alfons]
17101
17102         * src/prefs_common.c: 
17103                 moved return receipt check button to the Send tab. (prefs_send_create)
17104                 removed the date format ui related globals. (prefs_display_create)
17105
17106         0.4.67claws3
17107         
17108         * sync with sylpheed 0.4.67cvs5-6
17109
17110 2001-05-13 [paul]
17111
17112         * added Alfons' font selection patch
17113
17114         * src/defs.h
17115         * src/headerwindow.c
17116         * src/prefs_common.c
17117         * src/prefs_common.h
17118
17119 2001-05-13 [hoa]
17120         * src/defs.h
17121                 changed version of cache
17122         * src/matcher.[ch]
17123         * src/prefs_matcher.c
17124                 added additionnal matching criteria
17125         * src/procheader.c
17126         * src/procmsg.[ch]
17127         * src/news.c
17128                 added references in MsgInfo
17129
17130 2001-05-12 [hoa]
17131
17132         * src/defs.h
17133                 prepared some things for new filtering
17134         * src/matcher.[ch]
17135                 added some matching properties
17136                 inreplyto need to be enhanced
17137                 prepared some things for new filtering
17138         * src/messageview.c
17139                 added Return-Receipt-To handling
17140         * src/prefs_folder_item.c
17141                 changed default value to TRUE
17142         * src/prefs_matcher.c
17143                 added some matching properties
17144         * src/prefs_scoring.[ch]
17145                 the scoring dialog is finished
17146         * src/procheader.c
17147                 added Return-Receipt-To handling
17148                 Reference need to be added
17149         * src/procmsg.[ch]
17150                 added Return-Receipt-To handling
17151                 added threadscore to get a better score sorting when
17152                 threads are enabled
17153         * src/summaryview.c
17154                 suppressed a bug when we sort the list
17155                 when no folder is opened.
17156                 better score sorting when threads are enabled
17157
17158 2001-05-12 [alfons]
17159
17160         * reverted previous patch because of potential errors 
17161
17162         0.4.67claws2
17163         
17164         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17165                 applied "toggle mail-retrieval dialog window" patch submitted 
17166                 by Eric Limpens <eric@qnt.net>
17167
17168         * sync with sylpheed 0.4.67cvs4
17169
17170 2001-05-12 [sergey]
17171
17172         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17173         some picky compilers.
17174         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17175         * src/grouplist_dialog.c: include alertpanel.h.
17176         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17177         fix compile warning.
17178         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17179         #include "defs.h" before others to prevent the warning of `MIN'
17180         and `MAX' redefinition.
17181
17182 2001-05-11 [hoa]
17183
17184         * src/main.c
17185         * src/messageview.c
17186         * src/prefs_account.c
17187         * src/prefs_display_header.c
17188                 removed warning
17189         * src/Makefile.am
17190                 added prefs_scoring.[ch]
17191         * src/grouplist_dialog.c
17192                 display an error dialog box if the group list
17193                 cannot be fetched.
17194         * src/mainwindow.[ch]
17195                 added main_window_set_thread_option() function
17196                 scoring dialog box enabled
17197         * src/matcher.[ch]
17198                 added flags matching unread /new / marked
17199                 / deleted / replied / forwarded
17200         * src/news.c
17201                 newsgroups are now finally in newscache
17202         * src/prefs_matcher.[ch]
17203                 finished preferences for matching dialog
17204         * added src/prefs_scoring.[ch]
17205                 scoring dialog box completed
17206         * src/scoring.[ch]
17207                 conversion to string : added scoringprop_to_string()
17208                 write config for preferences :
17209                 added prefs_scoring_write_config()
17210         * src/summaryview.c
17211                 threads can be enabled/disabled independently
17212                 for each folder
17213
17214 2001-05-10 [alfons]
17215
17216         0.4.67claws1
17217         
17218         * AUTHORS: 
17219                 thought it would be nice to have a list of all
17220                 contributors (used Changelog as a reference)
17221         
17222         * configure.in: 
17223                 messed up version numbering...
17224
17225         0.4.66claws1
17226
17227         * sync with sylpheed 0.4.67cvs1-3
17228
17229 2001-05-10 [darko]
17230
17231         * src/prefs_common.c:
17232                 better UI for strftime format, double clicking
17233                 on format now inserts the format in text entry
17234                 replaced close button with standard OK/Cancel
17235                 moved date format button to the right of the
17236                 text entry field
17237
17238 2001-05-09 [alfons]
17239
17240         * src/gtkstext.c:
17241                 Ctrl-Home / Ctrl-End have proper cursor navigation
17242
17243 2001-05-09 [hoa]
17244
17245         * src/prefs_matcher.c
17246                 finished UI to define matching properties
17247                 added ok and cancel button
17248         * src/prefs_filter.c
17249                 added ok and cancel button
17250         * src/news.c
17251                 fixed some bug in xhdr parsing
17252
17253 2001-05-08 [alfons]
17254
17255         * src/textview.c: 
17256                 fixed a bug in textview_show_header(), which displayed two colons (':');
17257                 cleaned up some warnings
17258
17259 2001-05-08 [hoa]
17260
17261         * src/Makefile.am
17262                 added prefs_matcher.[ch]
17263                 compilation with -W -Wall
17264         * src/alertpanel.c
17265                 ungrab the mouse events if grabbed - does it
17266                 fix the bug for disposition notification ?
17267         * src/mainwindow.c
17268                 added a menu option to open the matching dialog.
17269         * src/matcher.[ch]
17270                 added matcherprop_to_string() and matcherlist_to_string()
17271                 fixed some bugs, changed the name of some options
17272                 age_sup and age_inf becomes age_greater and age_lower,
17273                 body and messageheaders becomes body_part and headers_part,
17274                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17275         * src/prefs_display_header.c
17276         * src/prefs_headers.c
17277                 fixed a bug that accidentally destroyed dialogs
17278                 when closed them with delete_event
17279                 Added *_deleted() which handle delete_event signal correctly.
17280         * src/prefs_folder_item.[ch]
17281                 added "enable_thread" field for future customization
17282         * added src/prefs_matcher.[ch]
17283                 sample of the UI to define matching properties
17284         * src/procheader.c
17285                 using procheader_headername_equal instead of str*cmp functions
17286                 using procheader_parse_header() function
17287         * src/scoring.c
17288                 using MATCHING_XXX instead of SCORING_XXX
17289         * src/summaryview.c
17290                 display the sender of the news even if this is ourself
17291                 when this is a news message.
17292         * src/textview.c
17293                 using headername_equal() instead of str*cmp functions
17294
17295 2001-05-08 [alfons]
17296
17297         0.4.66claws
17298
17299         * sync with sylpheed 0.4.66
17300         * src/gtkstext.c: trace logs added 
17301
17302 2001-05-08 [sergey]
17303
17304         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17305         signature check popup.
17306         * src/rfc2015.c (check_signature): show signature check popup only
17307         if it is enabled in preferences.
17308
17309 2001-05-07 [alfons]
17310
17311         0.4.66claws4
17312         
17313         * sync with sylpheed 0.4.66cvs6
17314
17315 2001-05-07 [darko]
17316
17317         * src/prefs_common.[ch]: added option to enable/disable
17318           looking up sender name in address book for summary pane
17319         * src/summaryview.c: look up sender in the address book
17320           by using Alfons' address completion code
17321
17322 2001-05-07 [hiroyuki]
17323
17324         * src/inc.h
17325           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17326           member of Pop3State.
17327         * src/news.c: brought #include "defs.h" before #include <glib.h>
17328           to prevent the warning of `MIN' and `MAX' redefinition.
17329
17330 2001-05-06 [hoa]
17331
17332         * removed src/headers_display.[ch]
17333         * removed src/prefs_display_headers.[ch]
17334         * src/inc.c
17335                 use a temporary file in the user directory for mbox import
17336         * src/news.c
17337                 added XHDR support to get "To" and "Cc" headers
17338                 (in order to match news with to or cc field for
17339                 scoring)
17340                 added function news_parse_xhdr() to get XHDR response
17341         * src/nntp.[ch]
17342                 added function nntp_xhdr()
17343         * src/matcher.c
17344                 fetch the message if necessary
17345
17346 2001-05-06 [alfons]
17347
17348         0.4.66claws3
17349
17350         * sync with sylpheed 0.4.66cvs3-5
17351
17352 2001-05-06 [hoa]
17353
17354         * src/utils.[ch]
17355                 added function itos_buf() to enable use of several buffers
17356         * src/summaryview.c
17357                 use of itos_buf() instead of itos() in summary list
17358                 to fix the broken display of message number.
17359
17360 2001-05-06 [alfons]
17361
17362         * src/gtkstext.c: bug in cursor up navigation fixed,
17363                 fixed another unsigned / signed comparison (we're getting there :-)
17364
17365 2001-05-06 [hoa]
17366
17367         * src/Makefile.am
17368                 added scoring.c scoring.h
17369                 prefs_folder_item.c prefs_folder_item.h
17370                 matcher.c matcher.h
17371         * src/defs.h
17372                 added FOLDERITEM_RC SCORING_RC
17373         * src/folder.[ch]
17374                 added prefs field in FolderItem :
17375                 properties for each folder (PrefsFolderItem),
17376                 sorting type and mode were added as the first properties.
17377         * src/main.c
17378                 read config for scoring
17379         * added src/matcher.[ch]
17380                 gives functions to parse configuration file to do
17381                 matching on mails with a list of conditions.
17382         * src/mainwindow.c
17383                 add option to sort by score
17384         * src/prefs_common.[ch]
17385                 added preference option to show score and for
17386                 the score column size
17387         * added src/prefs_folder_item.[ch]
17388                 properties for each folder (PrefsFolderItem),
17389                 sorting type and mode were added as the first properties.
17390         * src/procheader.[ch]
17391                 added procheader_parse_header()
17392                 added procheader_header_free()
17393                 added procheader_headername_equal()
17394                 and made modification to use them.
17395         * src/procmsg.[ch]
17396                 added score field to MsgInfo structure
17397         * added src/scoring.[ch]
17398                 gives functions to parse configuration file to do
17399                 scoring on mails with a list of conditions.
17400         * src/summaryview.[ch]
17401                 save the sorting type and mode for the folder
17402                 added column to display the score of the mail
17403                 added function summary_score_clicked()
17404                 sorting type and mode are restored to the folder
17405                 when it is reopen
17406         * src/textview.c
17407                 use procheader_parse_header(), procheader_headername_equal()
17408                 removed memory leak in text_scan_header when freeing headers
17409         * src/filter.c
17410                 changed the function to match names of headers
17411                 using procheader_headername_equal()
17412
17413         Scoring functions are implemented, an interface is needed
17414         to configure that.
17415
17416 2001-05-04 [alfons]
17417
17418         * src/gtkstext.c: 
17419                 hopefully fixed the row up navigation bug,
17420                 removed adding back / forward lines to cache
17421
17422 2001-05-04 [sergey]
17423
17424         * src/prefs_display_headers.c: user interface changes:
17425         (prefs_display_headers_create): remove unused "Show" check button;
17426         allow reordering of headers by dragging.
17427         (prefs_display_headers_write_config): remove unused variables.
17428         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17429         of lists (not needed with the new UI).
17430         (prefs_display_headers_set_list): scan lists starting from row 0,
17431         not 1 (do not skip "(New)").
17432         (prefs_display_headers_find_header): new function.
17433         (prefs_display_headers_clist_set_row): do not allow duplicates.
17434         (prefs_display_headers_delete_cb): do not skip row 0; treat
17435         closing the alert window by ESC as "No".
17436         (prefs_display_headers_up): do not protect row 0.
17437         (prefs_display_headers_down): do not protect row 0.
17438
17439 2001-05-04 [sergey]
17440
17441         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17442         functions.
17443
17444         * src/summaryview.c
17445         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17446         summary_select_next_marked, summary_select_prev_marked): new
17447         functions.
17448
17449 2001-05-03 [sergey]
17450
17451         * src/news.c: fixed a bug when no article can be fetched after
17452         server timeout if the connection was restored by news_post():
17453         (news_select_group): new function.
17454         (news_fetch_msg): call news_select_group() before fetching
17455         article.
17456         (news_get_uncached_articles): set session->group after successful
17457         GROUP command.
17458
17459 2001-05-03 [hoa]
17460
17461         * src/defs.h
17462         * src/procmsg.[ch]
17463         * src/procheader.c
17464                  changed version of cache, added cc field
17465
17466         * src/prefs_display_headers.c
17467                 the interface was changed
17468
17469         * src/prefs_headers.c
17470                 added cancel button
17471
17472 2001-05-03 [alfons]
17473
17474         * completed sync of sylpheed cvs2
17475         * src/gtkstext.c: updated row up / down cursor navigation
17476         * src/textview.c: re-edited, prepared for fixing the email address
17477                 scanner.
17478
17479 2001-05-03 [darko]
17480
17481         * src/prefs_common.c: use alfons' strftime ui code
17482         entry_datefmt and datefmt_sample widgets have to be
17483         global in this module because of this change
17484
17485 2001-05-03 [hoa]
17486
17487         * src/messageview.c
17488         * src/prefs_common.[ch] added option to activate the return receipt
17489                 feature.
17490
17491 2001-05-02 [alfons]
17492
17493         * src/gtkstext.c: fix for row up/down cursor navigation. 
17494
17495         0.4.66claws2
17496         
17497         * sync with 0.4.66cvs2
17498
17499 2001-05-02 [paul]
17500
17501         added add-sender-to-addressbook patch
17502
17503         * src/addressbook.c
17504         * src/addressbook.h
17505         * src/summaryview.c
17506
17507 2001-05-02 [sergey]
17508
17509         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17510         G_ALERTDISABLE.
17511
17512         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17513         all existing callers changed to pass FALSE; create a check button
17514         to disable the message.
17515         (alertpanel_message_with_disable): new function.
17516         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17517         (alertpanel_button_toggled): new function.
17518         (alertpanel_button_clicked, alertpanel_close): set value using
17519         G_ALERT_VALUE_MASK.
17520
17521         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17522
17523         * src/prefs_common.c (prefs_privacy_create): new check button
17524         checkbtn_gpgme_warning.
17525
17526         * src/main.c (main): moved preferences reading before gpgme
17527         initialization; check prefs_common.gpgme_warning before giving the
17528         GnuPG warning and set it to FALSE if the user wants to disable the
17529         warning.
17530
17531 2001-05-02 [hiroyuki]
17532
17533         * src/prefs_display_headers.c: modified the layout and some labels.
17534
17535 2001-05-02 [sergey]
17536
17537         * src/prefs_account.c (prefs_account_fix_size): new function.
17538         (prefs_account_create): call prefs_account_fix_size(); use
17539         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17540         size when the window is shown for the first time).
17541         (prefs_account_basic_create): changed layout of serv_table; moved
17542         localmbox_entry above smtpserv_entry (logically it replaces
17543         POP3/IMAP server).
17544         (prefs_account_protocol_activated): set sensitivity of
17545         nntpauth_chkbtn according to the protocol (in addition to
17546         hide/show); commented out gtk_table_set_row_spacing() calls.
17547         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17548         not sensitive (fixes a bug with disabled username/password boxes
17549         when editing POP3 account after NNTP with authentication).
17550
17551 2001-05-02 [hoa]
17552
17553         * src/account.c
17554         * src/inc.c
17555         * src/prefs_account.[ch]
17556         * src/send.c
17557                 removed local account without SMTP server
17558                 added option to use mail command instead of a connexion
17559                 to SMTP server when a local account is used
17560         * src/prefs_headers.c
17561                 fixed a bug
17562         * src/news.c
17563                 fixed a bug when connexion immediately closed
17564
17565 2001-05-01 [alfons]
17566
17567         0.4.66claws1
17568         
17569         * sync with 0.4.65
17570
17571 2001-05-01 [sergey]
17572
17573         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17574         widget nntpauth_chkbtn.
17575         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17576         visibility.
17577         (prefs_account_nntpauth_toggled): new function.
17578
17579         * src/news.c (news_session_new_for_folder): use NNTP
17580         authentication only if ac->use_nntp_auth is set.
17581
17582 2001-05-01 [hoa]
17583
17584         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17585         * src/prefs_display_headers.c changed the UI
17586         * src/prefs_headers.c changed account_name to account_id
17587         * src/compose.c using customheader.h
17588
17589 2001-05-01 [hiroyuki]
17590
17591         * src/esmtp.c
17592           src/news.c
17593           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17594           unsynched.
17595
17596 2001-05-01 [hoa]
17597
17598         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17599         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17600                 for displaying of headers
17601         * src/grouplist_dialog.[ch] minor changes to remove warnings
17602         * src/prefs_display_headers.[ch] dialog to choose the
17603         headers to display in the mail viewer.
17604         * src/headers.h correction of #define
17605         * src/headers_display.[ch] configuration for displaying of headers.
17606         * src/main.c read config of displaying of headers
17607         * src/prefs_common.c add a button to access the config dialog
17608                 for displaying of headers
17609         * src/prefs_display_headers.[ch] dialog for configuration for
17610                 displaying of the headers.
17611         * src/prefs_headers.c cleaning of code
17612         * src/procheader.c comments added to code
17613         * src/textview.c changes to reorder the headers depending
17614                 on the config for displaying of headers
17615
17616 2001-04-30 [alfons]
17617
17618         0.4.65claws7
17619
17620         * sync with 0.4.65cvs12
17621
17622         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17623
17624 2001-04-30 [sergey]
17625
17626         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17627
17628         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17629         is set to force reconnection after authentication failure.
17630         (nntp_gen_command): set sock->auth_failed on authentication
17631         failure, or if sock->userid and sock->passwd are not set.
17632
17633         * src/news.c (news_session_new_for_folder): set userid=NULL if
17634         password dialog is cancelled.
17635
17636 2001-04-30 [sergey]
17637
17638         * src/nntp.h (NNTPSockInfo): new type.
17639
17640         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17641         SockInfo.
17642         (nntp_open_auth, nntp_close): new functions.
17643         (nntp_gen_command): new function to handle authentication; all
17644         NNTP command functions updated to use it.
17645         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17646         (nntp_list): removed old useless code.
17647
17648         * src/news.h (NNTPSession): new field nntp_sock.
17649
17650         * src/news.c: all functions updated to use NNTPSockInfo instead of
17651         SockInfo.
17652         (news_session_new): new arguments (userid, passwd); made static;
17653         use nntp_open_auth() if needed.
17654         (news_session_destroy): use nntp_close() instead of sock_close().
17655         (news_query_password): changed arguments.
17656         (news_session_new_for_folder): new function.
17657         (news_session_get): use news_session_new_for_folder().
17658         (news_authenticate): deleted.
17659         (news_get_uncached_articles): removed old authentication code.
17660
17661 2001-04-30 [sergey]
17662
17663         * src/news.c: reverted my previous changes (need to do NNTP
17664         authentication in a cleaner way).
17665         
17666 2001-04-29 [sergey]
17667
17668         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17669         news_nntp_post, news_nntp_mode): new functions (wrappers with
17670         authentication support).
17671         (news_get_article_cmd, news_get_article, news_get_header): new
17672         argument "folder"; all callers changed.
17673         (news_get_article_cmd): added authentication support.
17674         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17675         (news_post): use news_nntp_post() instead of nntp_post().
17676         (news_get_uncached_articles): use news_nntp_group() instead of
17677         nntp_group() and news_nntp_xover() instead of nntp_xover();
17678         removed old authentication code.
17679         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17680
17681         * src/nntp.c (nntp_list): return real error code instead of
17682         hardcoded NN_ERROR.
17683
17684 2001-04-29 [sergey]
17685
17686         * configure.in: fixed wint_t typedef detection again
17687
17688 2001-04-28 [hoa]
17689
17690         * src/prefs_account.[ch], added A_LOCAL_CMD
17691                 (send mail with mail command)
17692         * src/send.c added function send_message_with_command()
17693         * src/inc.c made a more secure get_spool() function with
17694                 mktemp() but maybe mkstemp() or something more
17695                 secure can be used.
17696
17697 2001-04-28 [alfons]
17698
17699         * src/textview.c, colorization of email addresses in headers
17700
17701         0.4.65claws6
17702
17703         * bug sync with sylpheed
17704         * prefs_common.c: created date format ui for darko
17705         * sync with 0.4.65cvs11
17706         * configure.in: corrected to have the new gpg checks
17707
17708 2001-04-27 [alfons]
17709
17710         * completed sync with 0.4.65cvs10
17711         * minor debug things added to gtkstext.c
17712
17713 2001-04-27 [darko]
17714
17715         * configure.in: remove check for availability of
17716           strftime() as advised by Hiroyuki
17717         * src/prefs_common.[ch], src/procheader.c:
17718           synch strftime() code with Hiroyki's main branch
17719
17720 2001-04-26 [sergey]
17721
17722         * src/news.c: news_query_password(), news_authenticate(): new
17723           functions.
17724           news_get_uncached_articles(): added NNTP authentication
17725           handling.
17726         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17727           new functions.
17728         * src/prefs_account.c: prefs_account_protocol_activated():
17729           enable userid and password fields for NNTP.
17730
17731 2001-04-26
17732
17733         * configure.in: check for availability of strftime()
17734           [darko]
17735         * src/prefs_common.[ch], src/procheader.c: use
17736           strftime() for displaying date in summary pane if it
17737           is available
17738
17739 2001-04-25
17740
17741         * more .cvsignore cleanups [alfons]
17742
17743 2001-04-25
17744
17745         * ac/sv-check-type.m4: new autoconf macro.
17746         * configure.in: fixed wint_t typedef detection (did not work
17747           with gcc-2.96).
17748
17749 2001-04-25
17750
17751         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17752           [hiroyuki]
17753
17754 2001-04-24
17755         * modified gtkstext.c : buggy cursor navigation fixed, 
17756           and font descent also taken in account when drawing
17757           cursor. [alfons]
17758
17759 2001-04-24 [hoa]
17760         * added comments in src/news.c src/nntp.c
17761         * added src/prefs_headers.[ch]
17762         * added src/headers.[ch]
17763         * modified compose.c to activate custom headers
17764                 added function is_in_custom_headers
17765         * modified prefs_account.[ch]
17766                 added function prefs_account_customhdr_edit
17767         * modified src/defs.h :
17768                 added HEADERS_RC : name of the config file
17769                 for the custom headers
17770
17771 2001-04-24
17772
17773     0.4.65claws5
17774
17775         * configure.in
17776           src/gtkstext.[ch]
17777           src/compose.c
17778           src/Makefile.am
17779           
17780           added gtkstext with configure.in patch by Hiroyuki which
17781           should fix the XIM detection [alfons]
17782
17783         * more clean up of cvs [alfons]
17784
17785                  * removed all Makefile.in files to attic.
17786
17787                  * updated all .cvsignores to really ignore things that could
17788                    be unintentionally committed by a recursive commit.
17789
17790 2001-04-23 [hoa]
17791         * added src/grouplist_dialog.[ch]
17792         * changed src/folderview.c to call grouplist_dialog instead
17793                 of inputdialog
17794         * src/news.c :
17795                 added functions news_reset_group_list
17796                 and news_get_group_list
17797         * src/nntp.c :
17798                 added function nntp_list
17799         * src/defs.h :
17800                 added GROUPLIST_FILE : name of the newsgroup list cache file
17801
17802 2001-04-21
17803
17804         * added option to warn about queued messages on exit [sergey]:
17805
17806           * src/compose.c: compose_queue(): call folder_item_scan()
17807             and folderview_update_item() after queueing.
17808           * src/folderview.c: folderview_update_node(): draw the queue
17809             folder in bold font if there are queued messages.
17810           * src/mainwindow.c: queued_messages(): new function.
17811             app_exit_cb(): display warning if there are queued messages
17812             if warn_queued_on_exit is set.
17813           * prefs_common.[ch]: add warn_queued_on_exit option.
17814
17815         * enhanced GnuPG key selection support [sergey]:
17816
17817           * src/select-keys.c: updated to newer version from Win32
17818             branch with support for selecting arbitrary keys.
17819           * src/prefs_account.c: added the Privacy tab to the account
17820             options window.
17821             prefs_account_privacy_create(),
17822             prefs_account_sign_key_set_data_from_radiobtn(),
17823             prefs_account_sign_key_set_radiobtn(): new functions.
17824           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17825           * src/rfc2015.c: set_signers(): new function.
17826             pgp_sign(): add the account parameter, call set_signers().
17827             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17828           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17829           * src/compose.c: pass the current account to rfc2015_sign().
17830
17831         * tag name claws added to prevent confusion with main branch [alfons]
17832
17833         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17834
17835         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17836
17837         * sync with recent sylpheed cvs. Untested though. [alfons]
17838