Fixed typo introduced after 0.9.3claws92 that prevented compilation; Updated Makefile...
[claws.git] / ChangeLog.claws
1 2003-08-03 [melvin]     0.9.3claws93
2
3         * src/Makefile.am
4                 Fixed typo introduced after 0.9.3claws92 
5                 that prevented compilation
6                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
7                 CPPFLAGS and YFLAGS to allow user setting these.
8         * src/common/Makefile.am
9         * src/gtk/Makefile.am
10         * src/plugins/clamav/Makefile.am
11         * src/plugins/demo/Makefile.am
12         * src/plugins/dillo_viewer/Makefile.am
13         * src/plugins/image_viewer/Makefile.am
14         * src/plugins/mathml_viewer/Makefile.am
15         * src/plugins/spamassassin/Makefile.am
16         * src/plugins/trayicon/Makefile.am
17         * src/plugins/trayicon/libeggtrayicon/Makefile.am
18                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
19                 CPPFLAGS and YFLAGS to allow user setting these.
20
21 2003-08-02 [christoph]  0.9.3claws92
22
23         * configure.ac
24                 o rearrange plugin tests
25                 o add test for clamav.h to ClamAV tests
26
27 2003-08-02 [luke]       0.9.3claws91
28
29         * src/mimeview.c
30                 o fixed appearance of icon list when toggling back from the 
31                   ctree
32                 o toggling of icons using the keyboard works correctly
33                 o fixed all other keyboard shortcuts to work when icons are
34                   active
35         
36         * src/messageview.c
37                 o fixed bug 4 - focus lost when changing messageview view type
38         
39 2003-08-02 [christoph]  0.9.3claws90
40
41         * src/common/hooks.c
42                 fix crash when pointer stored in hash table could get invalid
43                 when a plugin is unloaded
44
45 2003-08-01 [christoph]  0.9.3claws89
46
47         * configure.ac
48                 o try to build all plugins (except spamassassin) by default
49                 o don't build a plugin if a dependency check fails
50
51         * src/common/hooks.c
52                 fix warning
53
54 2003-08-01 [match]      0.9.3claws88
55
56         * src/importldif.c
57                 allow single click field selection. document code.
58
59 2003-08-01 [christoph]  0.9.3claws87
60
61         * src/plugins/clamav/clamav_plugin.c
62         * src/plugins/clamav/clamav_plugin_gtk.c
63         * src/plugins/dillo_viewer/dillo_viewer.c
64         * src/plugins/image_viewer/plugin.c
65         * src/plugins/mathml_viewer/mathml_viewer.c
66         * src/plugins/spamassassin/spamassassin.c
67         * src/plugins/spamassassin/spamassassin_gtk.c
68         * src/plugins/trayicon/trayicon.c
69                 add version check to all plugins
70
71 2003-08-01 [hoa]        0.9.3claws86
72
73         * src/prefs_filtering.c
74                 fixed a cosmetic bug, during creation of dialog box,
75                 wrong widgets were shown after creation.
76
77 2003-08-01 [luke]       0.9.3claws85
78
79         * src/mainwindow.c
80                 o fixed visibility of icons/mimeview after toggling separate
81                   message/folder view (factored out some similar code too).
82
83
84 2003-07-31 [alfons]     0.9.3claws84
85
86         * src/mimeview.c
87                 tweak icon box UI a bit more, now allowing right-clicks actions
88                 getting the relevant mime data too; should fix #250, "Can't save 
89                 attachments sometimes".
90
91 2003-07-30 [alfons]     0.9.3claws83
92
93         * src/compose.c
94                 don't do auto-save-draft inside key press handler, but rather
95                 schedule it half of a second later; should fix #67, "autosave 
96                 make re-rediting message crazy"
97
98 2003-07-30 [christoph]  0.9.3claws82
99
100         * src/plugins/trayicon/trayicon.c
101                 process pending events before unloading the plugin
102
103         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
104
105 2003-07-30 [alfons]     0.9.3claws81
106
107         * src/common/hooks.c
108                 parameter 2 of g_hook_destroy() should really be a hook id
109
110 2003-07-30 [alfons]     0.9.3claws80
111
112         * src/common/plugin.c
113                 fix a possibly harmful function signature mismatch 
114                 for plugin_done
115
116 2003-07-30 [alfons]     0.9.3claws79
117
118         * src/common/hooks[.ch]
119                 const correctness
120
121 2003-07-30 [darko]      0.9.3claws78
122
123         * src/summaryview.c
124                 make it compile again
125
126 2003-07-30 [luke]       0.9.3claws77
127
128         * src/crash.c
129         * src/main.c
130                 o added/moved signal handlers for SIGTERM (normal kill command) 
131                   and SIGINT (ctl-c) to be used even without 
132                   --enable-crash-dialog, fixing bug 166
133
134         * src/summaryview.c
135                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
136                   bug 227
137
138         * src/mainwindow.c
139                 o changed sensitivity condition for 'Next new' and 'Next 
140                   unread', fixing bug 8
141
142 2003-07-29 [alfons]     0.9.3claws76
143
144         * src/common/utils.[ch]
145                 add generate_msgid()
146         * src/messageview.c
147                 save ack'ed RRR; fixes #205, "return receipt is not saved in
148                 sent folder".
149
150 2003-07-29 [alfons]     0.9.3claws75
151
152         * src/messageview.c
153                 fix a memleak (claws-only)
154
155 2003-07-29 [alfons]     0.9.3claws74
156
157         * src/mimeview.[ch]
158         * src/gtk/gtkvscrollbutton.[ch]
159                 fix UI glitch where mime icon toolbox' scroll position is not 
160                 reset after switching to another message
161                 
162
163 2003-07-29 [paul]       0.9.3claws73
164
165         * src/prefs_folder_item.c
166                 split the prefs into 2 separate pages
167
168 2003-07-29 [paul]       0.9.3claws72
169
170         * src/compose.c
171                 prepend "\n\n" to a signature without a separator too
172
173 2003-07-29 [paul]       0.9.3claws71
174
175         * src/compose.c
176                 fix bug where changing to an account without an auto-sig
177                 from an initial account without an auto-sig would insert 
178                 2 blank lines at the cursor point
179                 fix bug where changing to an account with an auto-sig
180                 from an initial account without an auto-sig would insert
181                 the sig at the cursor point
182
183 2003-07-29 [paul]       0.9.3claws70
184
185         * src/folderview.c
186                 use the colour from the folder pref unless the folder
187                 has new messages
188
189 2003-07-29 [alfons]     0.9.3claws69
190
191         * src/procmsg.[ch]
192         * src/messageview.c
193         * src/procheader.c
194                 rewrite return receipt request work a little bit (the former 
195                 implementation presumably depended too much on the UI setting
196                 flags). (we're losing the old pending flag.) 
197
198 2003-07-28 [christoph]  0.9.3claws68
199
200         * src/folder.c
201         * src/imap.c
202         * src/mh.c
203         * src/procmsg.[ch]
204                 fix copy to IMAP folder from other folder
205
206 2003-07-28 [christoph]  0.9.3claws67
207
208         * src/procmsg.c
209                 fix sync of procmsg_get_message_file_list
210
211 2003-07-28 [christoph]  0.9.3claws66
212
213         * sync with 0.9.3cvs14
214                 see ChangeLog 2003-07-18
215         * sync with 0.9.3cvs17
216                 see ChangeLog 2003-07-23
217
218         (closes Bug 234 segmentation fault after sending out mail via
219          smtp(auth))
220
221 2003-07-28 [paul]       0.9.3claws65
222
223         * po/es.po
224                 update Spanish translation, submitted by Ricardo Mones
225                 Lastra
226
227 2003-07-28 [christoph]  0.9.3claws64
228
229         * src/folder.[ch]
230         * src/imap.c
231         * src/mh.c
232                 return new message numbers as a GRelation instead of a GSList
233                 that has to be in the same order as the input list. A list
234                 would make it hard for IMAP to optimize oepration by sorting
235                 the input list. The returned list would have to be reordered
236                 to match the same order that input list has.
237
238         * src/gtk/gtkaspell.c
239                 fix missing return value, could cause a crash when garbage is
240                 on the stack that is used as the expected return value
241
242 2003-07-28 [paul]       0.9.3claws63
243
244         * sync with 0.9.4cvs1
245                 see ChangeLog 2003-07-28
246
247 2003-07-27 [alfons]     0.9.3claws62
248
249         * src/mimeview.c
250                 tweak it more to make icon list act like a check button group
251
252 2003-07-27 [christoph]  0.9.3claws61
253
254         * sync with 0.9.3cvs20
255                 see ChangeLog 2003-07-25
256
257 2003-07-27 [paul]       0.9.3claws60
258
259         * src/procmsg.c
260                 re-commit changes from 0.9.3claws58 -
261                 accidently removed in 0.9.3claws59
262
263 2003-07-27 [paul]       0.9.3claws59
264
265         * src/procmsg.[ch]
266                 a sync from 0.9.3cvs17
267                 see ChangeLog 2003-07-23
268
269 2003-07-27 [alfons]     0.9.3claws58
270
271         * src/procmsg.c
272                 add missing header members to MsgInfo; fixes the problem of 
273                 not displaying X-Faces, as noticed by Ricardo Mones
274
275 2003-07-26 [christoph]  0.9.3claws57
276
277         * sync with 0.9.3cvs18
278                 see ChangeLog 2003-07-24
279
280 2003-07-26 [christoph]  0.9.3claws56
281
282         * sync with 0.9.3cvs17
283                 see ChangeLog 2003-07-23
284
285 2003-07-26 [christoph]  0.9.3claws55
286
287         * src/folder.[ch]
288         * src/imap.c
289         * src/mbox_folder.c
290         * src/mh.c
291         * src/news.c
292                 add support for copy function that copy multiple messages
293                 (not implemented yet)
294
295         * src/summaryview.c
296                 add missing return value
297
298 2003-07-26 [paul]       0.9.3claws54
299
300         * tools/multiwebsearch.pl
301                 do whitespace substitution before passing the string
302                 to the browser. fixes bug with browsers that don't
303                 do whitespace conversion themselves.
304
305 2003-07-25 [christoph]  0.9.3claws53
306
307         * src/folder.[ch]
308         * src/imap.c
309         * src/mh.c
310                 rewrite adding of multiple messages to a folder for
311                 claws' folder system
312
313 2003-07-25 [luke]       0.9.3claws52
314
315         * src/mimeview.c
316                 o icon toggles set correctly on leaving ctree mimeview
317
318 2003-07-25 [paul]       0.9.3claws51
319
320         * partial sync with 0.9.3cvs21 [src/main.c]
321                 see ChangeLog 2003-07-25
322
323 2003-07-24 [paul]       0.9.3claws50
324
325         * tools/maildir2sylpheed.pl
326                 fix typo
327
328 2003-07-24 [paul]       0.9.3claws49
329
330         * src/mimeview.c
331                 increase the gutter size of paned so that the panes
332                 can be resized
333                 
334         * src/plugins/demo/demo.c
335                 squeeze in another typo fix
336
337 2003-07-24 [paul]       0.9.3claws48
338
339         * src/plugins/demo/demo.c
340           src/prefs_account.c
341                 small changes to the English
342                 
343         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
344           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
345           src/Makefile.am
346           src/stock_pixmap.c
347                 rename the misspelled icon
348
349 2003-07-23 [alfons]     0.9.3claws47
350
351         * src/mimeview.c
352                 make icon list look like a list of toggles
353
354 2003-07-23 [luke]       0.9.3claws46
355
356         * src/pixmaps/mimeview_gpg_expired.xpm
357         * src/pixmaps/mimeview_gpg_failed.xpm
358         * src/pixmaps/mimeview_gpg_passed.xpm
359         * src/pixmaps/mimeview_text_html.xpm
360         * src/pixmaps/mimeview_image.xpm
361                 o all icons the same size
362
363         * src/mimeview.[ch]
364                 o mimeview ctree arranged vertically above the viewer
365                 o icons changed to buttons
366                 o can use keyboard to select an icon (Enter)
367                 o resize icon list to width of icons
368
369         *  src/gtk/gtkvscrollbutton.c
370                 o sensitivity of buttons reacts to position
371
372 2003-07-23 [christoph]  0.9.3claws45
373
374         * sync with 0.9.3cvs14 (incomplete)
375                 see ChangeLog 2003-07-17
376
377 2003-07-23 [alfons]     0.9.3claws44
378
379         * src/folder.c
380         * src/procmsg.h
381                 sync with my local tree to restore some claws-only things
382
383 2003-07-23 [paul]       0.9.3claws43
384
385         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
386           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
387           src/Makefile.am
388           src/mimeview.c
389           src/procmime.h
390           src/rfc2015.c
391           src/stock_pixmap.[ch]
392                 indicate missing keys and expired sigs/keys
393                 in mime view column
394
395 2003-07-23 [paul]       0.9.3claws42
396
397         * src/compose.c
398                 Redirect fixes: enable automatic account selection and
399                 do not append signature to message on changing account
400                 fixes Bug[s] #248
401
402 2003-07-23 [paul]       0.9.3claws41
403
404         * sync with 0.9.3cvs16
405                 see ChangeLog 2003-07-23
406
407 2003-07-23 [alfons]     0.9.3claws40
408
409         * src/inc.c
410                 give progress dialog a main window, and give it the first 
411                 one (presumably the only one). fixes bug #247, "segfault on 
412                 pop-before-smtp" 
413
414 2003-07-22 [alfons]     0.9.3claws39
415
416         * src/summaryview.c
417                 shift-space scrolls up
418
419 2003-07-22 [paul]       0.9.3claws38
420
421         * sync with 0.9.3cvs15
422                 see ChangeLog 2003-07-22
423
424 2003-07-20 [alfons]     0.9.3claws37
425
426         * src/compose.c
427                 put menu inside #ifdef USE_ASPELL..#endif
428
429 2003-07-20 [christoph]  0.9.3claws36
430
431         * src/procmsg.c
432                 fix wrong flags in MsgInfo returned by
433                 procmsg_msginfo_get_full_info()
434
435         (closes Bug 221 Deleting messages from the Message View gives incorrect
436          new/unread message counts in the folder view)
437
438         * src/plugins/spamassassin/spamassassin_gtk.c
439                 add gettext macro for prefs page title
440
441 2003-07-20 [paul]       0.9.3claws35
442
443         * src/mimeview.c
444                 redraw icon list on signature check
445
446 2003-07-20 [christoph]  0.9.3claws34
447
448         * src/Makefile.am
449         * src/account.c
450         * src/folder.[ch]
451         * src/folder_item_prefs.[ch]            ** NEW **
452         * src/folderview.c
453         * src/mainwindow.c
454         * src/mh.c
455         * src/prefs_gtk.c
456         * src/prefs_scoring.c
457         * src/summaryview.c
458         * src/prefs_folder_item.[ch]
459                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
460                   Properties dialog
461                 o use prefswindow for folder properties
462
463         * src/gtk/prefswindow.[ch]
464                 change implementation to use an invisible notebook instead
465                 of unparenting widgets
466
467 2003-07-20 [christoph]  0.9.3claws33
468
469         * src/compose.h
470         * src/folder.c
471         * src/folderview.h
472         * src/headerview.h
473         * src/prefs_filtering.h
474         * src/prefs_folder_item.[ch]
475         * src/procmime.h
476         * src/procmsg.h
477         * src/summaryview.h
478                 clean up header mess
479                 (always use 1. typedefs, 2. #includes, 3. structures)
480
481         * src/common/version.h.in
482                 add casts for constants
483
484         * src/plugins/demo/demo.c
485                 fix typo
486
487         * src/plugins/spamassassin/spamassassin.c
488                 remove unused variable
489
490 2003-07-20 [alfons]     0.9.3claws32
491
492         * src/mimeview.c
493                 o make icon buttons respond on left click
494                 o minor cosmetic change
495
496 2003-07-19 [luke]       0.9.3claws31
497
498         * src/mimeview.[ch]
499         * src/gtk/gtkvscrollbutton.c
500         * src/messageview.c
501                 o improved mimeview behaviour when selecting a new message
502                 o plus code cleanups to remove compile warnings
503
504
505 2003-07-19 [alfons]     0.9.3claws30
506
507         * src/procmsg.c
508         * src/compose.c
509         * src/common/utils.[ch]
510                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
511
512 2003-07-19 [alfons]     0.9.3claws29
513
514         * src/prefs_folder_item.c
515                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
516                 string pointers
517
518 2003-07-19 [luke]       0.9.3claws28
519
520         * src/messageview.c
521         * src/mimeview.[ch]
522         * src/procmime.h
523         * src/rfc2015.c
524         * src/stock_pixmap.[ch]
525         * src/gtk/Makefile.am
526         * src/Makefile.am
527         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
528         * src/pixmaps/mime_*.xpm                ** NEW **
529                 o mimeview rearrangement with a new icon shortcut bar
530         
531 2003-07-19 [alfons]     0.9.3claws27
532
533         * src/folderview.c
534                 o plug leaking nodes_to_recollapse
535                 o add folderview_recollapse_all_nodes() (not used yet)
536
537 2003-07-19 [alfons]     0.9.3claws26
538
539         * src/compose.c
540         * src/common/utils.c
541                 honour #240 "Better SUBJECT handling" by cleaning the prefix
542                 for both forwarding as replying
543
544 2003-07-18 [christoph]  0.9.3claws25
545
546         * configure.ac
547         * src/common/sylpheed.[ch]
548         * src/common/version.h.in
549                 add version in numeric form to allow easy comparison
550
551         * src/plugins/demo/demo.c
552                 add version check
553                 - sylpheed version > plugin version => never allowed, sylpheed
554                   could contain unknown API changes
555                 - sylpheed version < minimum version required => don't load,
556                   API required not available (if linking does not fail)
557
558 2003-07-18 [alfons]     0.9.3claws24
559         
560         * src/common/plugin.[ch]
561                 const correctness
562
563 2003-07-18 [christoph]  0.9.3claws23
564
565         * src/common/hooks.c
566                 fix crash when hooks where unregisted
567
568         * src/plugins/trayicon/trayicon.c
569                 unregister detroy signal before destroying the widget
570                 (still crashes when the plugin is unloaded)
571
572 2003-07-18 [alfons]     0.9.3claws22
573         
574         * src/folderview.c
575                 delay expanding folder tree during drags until timeout triggered
576                 (needs perhaps some tweaking, so testing is welcome)
577
578 2003-07-17 [alfons]     0.9.3claws21
579
580         * src/folderview.c
581                 clean up cruft
582
583 2003-07-17 [christoph]  0.9.3claws20
584
585         * src/common/session.c
586                 fix opening of SSL connections
587
588         * src/plugins/image_viewer/Makefile.am
589                 add OPENSSL_CFLAGS (we should find a better solution to remove
590                 this dependencies if they are not required)
591
592         * src/plugins/spamassassin/spamassassin.c
593                 remove setlocale workaround (fixed in libspamc)
594
595         (closes Bug Bug 184 Entering non-ascii character deletes previous char
596          if spell checking enabled)
597
598 2003-07-17 [alfons]     0.9.3claws19
599
600         * src/common/hooks.[ch]
601         * src/plugins/clamav/clamav_plugin.c
602         * src/plugins/spamassassin/spamassassin.c
603         * src/plugins/trayicon/trayicon.c
604                 fix signedness muck 
605
606 2003-07-17 [alfons]     0.9.3claws18
607
608         * src/procmime.c
609                 plug memleak
610
611 2003-07-17 [alfons]     0.9.3claws17
612
613         * src/inc.c
614                 plug memleak
615
616 2003-07-17 [paul]       0.9.3claws16
617
618         * src/common/defs.h
619           src/mainwindow.c
620           src/manual.[ch]
621                 add link to the Claws site's FAQ page, after the suggestion
622                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
623                 Move url strings to defs.h
624                 
625         * src/mainwindow.c
626                 fix typo to prevent "unknown menu entry" warnings
627
628 2003-07-17 [alfons]     0.9.3claws15
629
630         * src/folderview.[ch]
631         * src/summaryview.[ch]
632         * src/mimeview.[ch]
633                 plug DnD leaks 
634
635 2003-07-17 [paul]       0.9.3claws14
636
637         * src/inc.c
638                 remove two instances of 'GTK_EVENTS_FLUSH' because
639                 they are unnecessary and probably cause a stack overflow
640
641 2003-07-16 [christoph]  0.9.3claws13
642
643         * src/mimeview.[ch]
644                 use an invisible GTK notebook to switch between viewers
645                 instead of reparenting widgets
646
647 2003-07-16 [christoph]  0.9.3claws12
648
649         * src/folder.c
650                 move folder_item_update_freeze() to correct place in
651                 folder_item_scan_full()
652
653 2003-07-16 [paul]       0.9.3claws11
654
655         * sync with 0.9.3cvs12
656                 see ChangeLog 2003-07-14 and 2003-07-15
657
658 2003-07-16 [christoph]  0.9.3claws10
659
660         * src/imap.[ch]
661         * src/prefs_account.[ch]
662                 sync IMAP CRAM-MD5 authentication with sylpheed-main
663
664 2003-07-15 [alfons]     0.9.3claws9
665
666         * src/main.c
667                 make --config-dir do something useful
668
669 2003-07-15 [alfons]     0.9.3claws8
670
671         * src/procmsg.c
672                 o fix a bug where 'last' didn't really point to the last message
673                   in the top level list of children, but to the last threaded
674                   message. 
675                 
676                 o clean up and make it easier to sync
677
678 2003-07-15 [alfons]     0.9.3claws7
679
680         * src/mainwindow.c
681                 make correct menu items sensitive       
682
683 2003-07-14 [alfons]     0.9.3claws6
684
685         * src/procmsg.c
686                 tune the threader so it will not subject-thread any message
687                 without a subject prefix (this will not thread correctly if 
688                 a parent is delivered after their childs, but it looks 
689                 better right now)
690
691 2003-07-13 [christoph]  0.9.3claws5
692
693         * src/mainwindow.c
694                 group "Add mailbox *..." menu items in submenu
695
696 2003-07-13 [alfons]     0.9.3claws4
697
698         * src/summaryview.c
699                 correct summary_toggle_pressed() signature and make sure
700                 signal is not passed on
701
702 2003-07-13 [alfons]     0.9.3claws3
703
704         * src/summaryview.c
705                 o for now don't pass on keys when they we're handled by 
706                   ctree::key_press_event
707                 o clean up
708
709 2003-07-13 [alfons]     0.9.3claws2
710         
711         * src/main.c
712                 add command line option "--config-dir" to get the current 
713                 configuration dir
714
715 2003-07-12 [alfons]     0.9.3claws1
716
717         * src/matcher.[ch]
718         * src/matcher_parser_parse.y
719         * src/prefs_filtering.c
720         * src/filtering.c
721                 add "Lock" filter action to lock messages;
722
723         * src/filtering.c       
724                 remove debug_print()    
725         * src/prefs_filtering.c
726                 re-organize matcher part 9: 
727                 make action text entries easily extendible;
728                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
729                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
730
731 2003-07-12 [paul]
732
733         * tools/README
734                 update old information and add missing
735                 information
736
737 2003-07-12 [paul]       0.9.3claws
738
739         * 0.9.3claws released
740         
741 2003-07-12 [paul]       0.9.0claws103
742
743         * src/Makefile.am
744                 add addrquery.h
745
746 2003-07-12 [melvin]     0.9.0claws102
747
748         * src/messageview.c
749                 Fixed bug #215: Show MIME tab for single text/html messages. 
750                 
751 2003-07-12 [paul]       0.9.0claws101
752
753         * man/sylpheed.1
754                 updated
755
756 2003-07-12 [paul]       0.9.0claws100
757
758         * po/es.po
759           po/hr.po
760           po/pl.po
761           po/sr.po
762                 update Spanish, Croatian, Polish, Serbian translations.
763                 submitted by Ricardo Mones Lastra, Dragan, Witold
764                 Wladyslaw Wojciech Wilk, Urke MMI
765
766 2003-07-12 [melvin]     0.9.0claws99
767
768         * po/fr.po
769                 Updated French translations.
770
771 2003-07-12 [paul]       0.9.0claws98
772
773         * src/addressbook.c
774                 disable 'Lookup' button as it has no effect
775
776 2003-07-11 [alfons]     0.9.0claws97
777         
778         * src/summaryview.c
779                 summary_searchbar_pressed() should return TRUE to signal that
780                 event was handled. when returning void, the return value passed
781                 to GTK is actually random, but maybe FALSE, in which case the
782                 event is handled by parent
783                 
784 2003-07-10 [paul]       0.9.0claws96
785
786         * ac/missing/gettext.m4
787                 update to version 0.12
788
789 2003-07-10 [paul]       0.9.0claws95
790
791         * src/plugins/clamav/clamav_plugin.c
792                 fix bug where multipart/alternative messages
793                 would slip through without being scanned
794
795 2003-07-10 [christoph]  0.9.0claws94
796
797         * src/folder.c
798                 correct check if folder supports removing when a message is
799                 moved. if not the message is only copied.
800
801         (closes Bug 132 crash on startup in newsgroups folders)
802
803 2003-07-09 [alfons]     0.9.0claws93
804
805         * configure.ac
806         * src/common/defs.h
807                 --with-config-dir (default .sylpheed)
808
809 2003-07-09 [christoph]  0.9.0claws92
810
811         * configure.ac
812                 use PKG_CHECK_MODULES to check for gtkmathview
813                 (version 0.4.2 now required)
814
815 2003-07-08 [melvin]     0.9.0claws91
816
817         * src/action.c
818                 Implemented a progress bar that counts the number of completed
819                 tasks when the action runs more than one command.
820
821 2003-07-08 [alfons]     0.9.0claws90
822
823         * src/procmsg.c
824                 if queued message has an invalid Message-Id, don't try to
825                 find message it refers to (fixes #209 "crash when processing 
826                 in folder")
827
828 2003-07-08 [paul]       0.9.0claws89
829
830         * sync with 0.9.3cvs2
831                 see ChangeLog 2003-07-08
832
833 2003-07-08 [match]      0.9.0claws88
834
835         * src/ldapctrl.c
836                 extend LDAP search for first/last name by parsing search term.
837
838 2003-07-08 [alfons]     0.9.0claws87
839
840         * src/send_message.c
841                 fix bug #208 "Status message stuck when sending on POP3 account"
842
843 2003-07-07 [paul]       0.9.0claws86
844
845         * po/hr.po
846                 new Croatian translation, submitted by
847                 Dragan <drleskov@inet.hr>
848
849 2003-07-07 [paul]       0.9.0claws85
850
851         * sync with 0.9.3cvs1
852                 see ChangeLog 2003-07-07
853
854 2003-07-05 [christoph]  0.9.0claws84
855
856         * src/Makefile.am
857         * src/messageview.c
858         * src/mimeview.[ch]
859         * src/stock_pixmap.[ch]
860         * src/pixmaps/messageview_text.xpm              ** NEW **
861                 move mimeview tabs to the right side and use icons
862                 instead of text to save some space
863
864         (patch by Luke Plant <lukeplant@softhome.net>)
865
866 2003-07-05 [christoph]  0.9.0claws83
867
868         * src/inc.c
869                 add NULL pointer checks
870
871         (patch by Luke Plant <lukeplant@softhome.net>)
872         (closes Bug 204 0.9.0 quits on authentication error?!)
873
874 2003-07-05 [alfons]     0.9.0claws82
875
876         * configure.ac
877                 take the clue in bug #202 "./configure script - 
878                 'if test' comparison failure" reported by John Kristoff. 
879
880 2003-07-04 [christoph]  0.9.0claws81
881
882         * src/plugins/spamassassin/spamassassin.c
883                 set timeout for spam check
884
885 2003-07-04 [christoph]  0.9.0claws80
886
887         * src/main.c
888                 destroy all FolderItems when shutting down to
889                 allow folders to clean up
890
891 2003-07-04 [melvin]     0.9.0claws79
892
893         * src/gtk/gtkaspell.c
894                 Fixed bug #184 "Entering non-ascii character deletes
895                 previous char if spell checking enabled": this makes
896                 the spell checking in multibytes (e.g. UTF-8)locales work.
897                 (Patch by Luke Plant).
898                 
899 2003-07-04 [christoph]  0.9.0claws78
900
901         * sync with 0.9.2cvs1
902                 see ChangeLog 2003-06-10
903
904 2003-07-04 [paul]       0.9.0claws77
905
906         * sync with 0.9.3 release
907                 see ChangeLog 2003-07-04
908
909 2003-07-03 [christoph]  0.9.0claws76
910
911         * src/folder.[ch]
912         * src/imap.c
913         * src/mbox_folder.c
914         * src/mh.c
915         * src/news.c
916                 move folder_item_get_path() stuff into a folder virtual function
917
918         * src/procmsg.c
919                 use folder_item_fetch_msg() to get message and do not contruct
920                 the filename from path and number
921
922 2003-07-03 [paul]       0.9.0claws75
923
924         * sync with 0.9.2cvs12
925                 see ChangeLog 2003-07-03
926
927 2003-07-02 [paul]       0.9.0claws74
928
929         * src/messageview.c
930                 fix text-selection for replying
931
932 2003-07-02 [paul]       0.9.0claws73
933
934         * sync with 0.9.2cvs11
935                 see ChangeLog 2003-07-02
936
937 2003-07-02 [paul]       0.9.0claws72
938
939         * src/procmsg.c
940                 revert last commit because it breaks more
941                 than it fixes
942
943 2003-07-02 [paul]       0.9.0claws71
944
945         * src/procmsg.c
946                 fix thread by subject/sort by date
947
948 2003-07-01 [paul]       0.9.0claws70
949
950         * sync with 0.9.2cvs10
951                 see ChangeLog 2003-07-01
952
953 2003-06-30 [paul]       0.9.0claws69
954
955         * sync with 0.9.2cvs9
956                 see ChangeLog 2003-06-30
957
958 2003-06-28 [match]      0.9.0claws68
959
960         * src/addressbook.c
961                 fix null ptr.
962
963 2003-06-27 [paul]       0.9.0claws67
964
965         * sync with 0.9.2cvs7
966                 see ChangeLog 2003-06-27
967
968 2003-06-26 [christoph]  0.9.0claws66
969
970         * src/folder.c
971                 freeze folder updates while a folder is scanned
972
973         (closes Bug 185 New message counter)
974
975 2003-06-26 [darko]      0.9.0claws65
976
977         * src/ldapserver.c
978                 fix infinite loop when adding a new LDAP server
979
980 2003-06-26 [paul]       0.9.0claws64
981
982         * sync with 0.9.2cvs6
983                 see ChangeLog 2003-06-26
984
985 2003-06-26 [paul]       0.9.0claws63
986
987         * sync with 0.9.2cvs5
988                 see ChangeLog 2003-06-25 and 2003-06-26
989
990 2003-06-25 [match]      0.9.0claws62
991
992         * src/addr_compl.c
993                 Fixed tab/backtab for dropped-down completion list to
994                 move next/previous field. (close bug 147)
995
996 2003-06-25 [christoph]  0.9.0claws61
997
998         * src/addr_compl.[ch]
999         * src/addrindex.[ch]
1000         * src/folderview.c
1001         * src/inc.c
1002         * src/news.c
1003         * src/summaryview.c
1004         * src/toolbar.c
1005                 fix warnings
1006
1007 2003-06-25 [leandro]    0.9.0claws60
1008
1009         * src/compose.c
1010                 o cleanups
1011                 o gray out "Message/Remove references" menu item if not
1012                   replying to a message
1013
1014 2003-06-24 [leandro]    0.9.0claws59
1015
1016         * src/compose.[ch]
1017                 o removed "Message/Create new thread" menu item
1018                 o added "Message/Remove references" menu item
1019                   (it's off by default and will not check anymore
1020                    if the subject changed)
1021
1022 2003-06-23 [alfons]     0.9.0claws58
1023
1024         * src/procmsg.c
1025                 try better grouping messages threaded by subject based on their age.
1026                 still not perfect - because the message tree is not sorted by date.  
1027
1028 2003-06-23 [thorsten]   0.9.0claws57
1029
1030         * src/pop.[ch]
1031                 added mail_receive_hook to allow modifications
1032                 directly after retrieval (e.g. adding headers).
1033
1034 2003-06-23 [paul]       0.9.0claws56
1035
1036         * src/sourcewindow.c
1037                  enable the use of Ctrl+A to select all text in
1038                  the sourcewindow
1039                  Patch submitted by Ivan Francolin Martinez
1040                  <ivanfm@users.sourceforge.net>
1041
1042 2003-06-22 [christoph]  0.9.0claws55
1043
1044         * src/folder.[ch]
1045                 o add notification hook for folder tree changes
1046                 o invoke hooks after folder tree scanning
1047
1048         * src/folderview.[ch]
1049                 register hook for folder tree changes that
1050                 updates the ctree
1051
1052         (there are more places that should be updated, like add, remove 
1053          or move folder)
1054
1055         (closes Bug 164 Crash on rebuild folder tree)
1056         (closes Bug 190 Crash on 'rebuilding folder tree')
1057
1058 2003-06-21 [leandro]    0.9.0claws54
1059
1060         * src/compose.[ch]
1061                 create a new thread if subject changes
1062                 (it's on by default, can be disabled in Message menu)
1063
1064 2003-06-21 [alfons]     0.9.0claws53
1065
1066         * src/summaryview.c
1067                 quiet little compiler
1068
1069 2003-06-21 [christoph]  0.9.0claws52
1070
1071         update gettext stuff to version 0.12
1072
1073 2003-06-19 [alfons]     0.9.0claws51
1074
1075         * src/common/log.c
1076         * src/common/plugin.c
1077                 move defs.h before glib.h to prevent MIN/MAX redefs
1078
1079 2003-06-19 [alfons]
1080
1081         * src/addressbook.c
1082                 translatable
1083
1084 2003-06-19 [match]      0.9.0claws50
1085
1086         * src/addressbook.[ch]
1087         * src/addrindex.[ch]
1088         * src/addr_compl.[ch]
1089         * src/editldap.[ch]
1090         * src/editldap_basedn.[ch]
1091         * src/addritem.[ch]
1092         * src/ldapquery.h
1093                 re-implemented dynamic LDAP search. works without
1094                 slowdown on display sender with addressbook
1095                 option.
1096         * src/addrbook.c
1097                 documented code.
1098
1099 2003-06-19 [paul]       0.9.0claws49
1100
1101         * src/compose.c
1102                 fix Bug #136 'Nonprovided quotation marks crash claws'
1103                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1104
1105 2003-06-19 [alfons]     0.9.0claws48
1106
1107         * src/prefs_common.[ch]
1108         * src/procmsg.c
1109                 restrict threading by subject by checking thread for
1110                 age (prefs_common.thread_by_subject_max_age)
1111
1112 2003-06-18 [christoph]  0.9.0claws47
1113
1114         * src/imap.c
1115                 fix memory leak in imap_cmd_fetch()
1116
1117 2003-06-18 [christoph]  0.9.0claws46
1118
1119         * src/prefs_gtk.c
1120                 fix memory leak in prefs_set_default() when used multiple
1121                 times or after prefs have been read
1122
1123 2003-06-18 [christoph]  0.9.0claws45
1124
1125         * src/common/plugin.c
1126                 fix memory leak in plugin_unload()
1127
1128 2003-06-18 [christoph]  0.9.0claws44
1129
1130         * src/imap.c
1131                 fix memory leak in imap_cmd_ok()
1132
1133 2003-06-18 [christoph]  0.9.0claws43
1134
1135         * src/folder.c
1136                 stop messages that are downloaded from POP3 and added to
1137                 an IMAP inbox from being filtered twice (first by POP3
1138                 and again when IMAP folder is scaned to get the UID of
1139                 the APPEND operation when no UIDPLUS is available)
1140
1141 2003-06-18 [alfons]
1142
1143         * tools/Makefile.am
1144                 phoenix <- firebird     
1145
1146 2003-06-18 [paul]
1147
1148         * tools/launch_phoenix          ** REMOVED **
1149           tools/launch_firebird         ** NEW **
1150                 renamed and edited to reflect the browser's name change from
1151                 'phoenix' to 'firebird'
1152
1153 2003-06-18 [paul]       0.9.0claws42
1154
1155         * sync with 0.9.2cvs2
1156                 see ChangeLog 2003-06-16
1157
1158 2003-06-17 [alfons]     0.9.0claws41
1159
1160         * src/procmsg.c
1161                 prevent threading problems when a node is an ancestor (parent / great parent),
1162                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1163                 for finding an sample set of messages)
1164
1165 2003-06-16 [christoph]  0.9.0claws40
1166
1167         * src/main.c
1168                 don't popup main window on --receive or --receive-all
1169
1170         * src/mainwindow.[ch]
1171         * src/plugins/trayicon/trayicon.c
1172                 allow hiding of main window by clicking on the trayicon
1173                 (doesn't work correctly in seperate window mode and may
1174                  cause unexpected GTK problems I couldn't find yet)
1175
1176         * src/common/ssl.c
1177                 remove incorrect warning
1178
1179 2003-06-15 [alfons]     0.9.0claws39
1180
1181         * src/gtk/gtkstext.c
1182                 don't output debug text;
1183                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1184                 for pointing this out);
1185
1186 2003-06-14 [alfons]     0.9.0claws38
1187         
1188         * src/messageview.c
1189                 remove printf() and make one if..else comply with coding style
1190
1191 2003-06-14 [alfons]     0.9.0claws37
1192
1193         * AUTHORS
1194                 add Martin Wicke
1195         * src/action.c
1196         * src/messageview.[ch]
1197         * src/summaryview.c
1198                 apply patch #754162 "Quoting messages filtered by actions" submitted
1199                 by Martin Wicke, which allows quoting message body changed by an
1200                 action (Thanks!).
1201
1202 2003-06-13 [alfons]     0.9.0claws36
1203
1204         * src/utils.c
1205                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1206                 use case insensitive regexp (suggested by Ivan Martinez)
1207
1208 2003-06-13 [christoph]  0.9.0claws35
1209
1210         * configure.ac
1211         * src/plugins/trayicon/Makefile.am
1212         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1213         * src/plugins/trayicon/trayicon.c
1214         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1215         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1216         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1217         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1218         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1219         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1220                 replace my own EggTrayIcon backport with the backport
1221                 used by (l|x)mule and gabber.
1222
1223 2003-06-13 [alfons]     0.9.0claws34
1224
1225         * AUTHORS
1226         * src/common/utils.c
1227                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1228
1229 2003-06-13 [alfons]     0.9.0claws33
1230
1231         * src/compose.c
1232                 clean up a little bit
1233
1234 2003-06-12 [alfons]     0.9.0claws32
1235
1236         * src/compose.c
1237                 const correctness fix
1238
1239         * src/common/sylpheed.[ch]
1240                 () -> (void)
1241                 prevent redef MIN/MAX
1242                 
1243         * src/common/utils.[ch]
1244                 () -> (void)
1245
1246 2003-06-12 [melvin]     0.9.0claws31
1247
1248         * src/compose.c
1249                 Updated to take into accounts changes in GtkAspell.
1250
1251 2003-06-12 [alfons]     0.9.0claws30
1252
1253         * src/compose.c
1254         * src/procmsg.c
1255         * src/common/utils.[ch]
1256                 handle reply subject prefixes better (initial 
1257                 suggestion by Robert Story adapted and enhanced 
1258                 using regexps)
1259
1260 2003-06-12 [melvin]     0.9.0claws29
1261
1262         * src/compose.c
1263                 Use new gtkaspell_checkers_strerror() to get the speller's
1264                 error message instead of accessing the (now private)
1265                 checkers structure.
1266                 Minor code clean up
1267
1268         * src/main.c
1269                 Use #ifdef instead of #if for USE_ASPELL
1270                 Use the new spell checkers init/quit functions 
1271
1272         * src/gtk/gtkaspell.c
1273                 Use #ifdef instead of #if for USE_ASPELL
1274                 Moved in the majority of GtkAspell structures that were
1275                 exported before by gtkaspell.h
1276         
1277         * src/gtk/gktaspell.h
1278                 Made gtkaspell.h contain only the necessary data to be
1279                 publicized by moving many structures to gtkaspell.c.
1280                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1281                 gtkaspell_checkers_new(): replaced by...
1282                 gtkaspell_checkers_init(): new function for initialization
1283                 gtkaspell_checkers_delete(): replaced by...
1284                 gtkaspell_checkers_quit(): new function
1285                 gtkaspell_checkers_strerror(): new function that returns
1286                 the checker's last error message.
1287                 
1288 2003-06-11 [melvin]     0.9.0claws28
1289
1290         * po/POTFILES.in
1291                 Updated to take into account gtkaspell.c migration to
1292                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1293
1294 2003-06-10 [alfons]     0.9.0claws27
1295
1296         * src/filtering.[ch]
1297         * src/folder.c
1298         * src/matcher.c
1299         * src/scoring.[ch]
1300                 - try fixing bug #18 (any brave testers?)
1301                 - add more robustness by refusing previously 
1302                   unchecked NULL pointers 
1303
1304 2003-06-10 [alfons]     0.9.0claws26
1305
1306         * src/procmsg.c
1307                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1308
1309 2003-06-09 [alfons]     0.9.0claws25
1310
1311         * src/prefs_common.c
1312                 fix bug #163 "Icon switching doesnt work properly" by 
1313                 preventing early freeing of prefs_common.pixmap_theme_path.
1314
1315 2003-06-09 [christoph]  0.9.0claws24
1316
1317         * src/gtk/gtkaspell.c
1318                 revert Thorsten's fix and add forgotten g_strdup for
1319                 aspell path (it should not be possible to alter the path a
1320                 GtkASpell uses from outside)
1321
1322 2003-06-09 [thorsten]   0.9.0claws23
1323
1324         * src/gtk/gtkaspell.c
1325                 dont free prefs_common.aspell_path when closing compose
1326
1327 2003-06-08 [colin]      0.9.0claws22
1328
1329         * src/plugins/spamassassin/spamassassin.c
1330                 fix prefs types
1331
1332 2003-06-07 [christoph]  0.9.0claws21
1333
1334         * src/Makefile.am
1335         * src/compose.c
1336         * src/gtkaspell.[ch]            ** REMOVE **
1337         * src/gtk/Makefile.am
1338         * src/gtk/gtkaspell.[ch]        ** NEW **
1339                 o make gtkaspell independent from sylpheed's prefs
1340                 o move gtkaspell.[ch] to gtk directory
1341
1342 2003-06-07 [christoph]  0.9.0claws20
1343
1344         * src/Makefile.am
1345         * src/crash.c
1346         * src/export.c
1347         * src/filesel.[ch]              ** REMOVE **
1348         * src/folder.c
1349         * src/main.[ch]
1350         * src/common/sylpheed.[ch]
1351         * src/gtk/Makefile.am
1352         * src/gtk/filesel.[ch]          ** NEW **
1353         * src/gtk/pluginwindow.c
1354         * src/gtk/sslcertwindow.c
1355                 move filesel.[ch] to gtk directory
1356
1357 2003-06-07 [alfons]     0.9.0claws19
1358
1359         * src/filesel.c
1360                 make (multi) file selection dialog work again (Claws-only)
1361
1362 2003-06-07 [thorsten]   0.9.0claws18
1363
1364         * po/de.po
1365                 fix typos
1366
1367 2003-06-07 [alfons]     0.9.0claws17
1368
1369         * configure.ac
1370         * src/mimeview.c
1371                 detect apache mishap in which case don't include fnmatch.h
1372                 if regex.h is already included
1373
1374 2003-06-06 [christoph]  0.9.0claws16
1375
1376         * configure.ac
1377         * src/mimeview.h
1378                 add check for fnmatch.h and include it when available
1379
1380         * src/mimeview.[ch]
1381                 fix wrong case sensitivity of Content-Types
1382
1383         * src/gtk/Makefile.am
1384                 need the same include paths in gtk directory as in
1385                 common directory because .h files in common can
1386                 include files from these directories, when included
1387                 in gtk's .h or .c files
1388
1389 2003-06-06 [alfons]     0.9.0claws15
1390
1391         * src/mimeview.c
1392         * src/summaryview.c
1393                 make it compile again because of regex.h / fnmatch.h 
1394                 include problems (related to recent mime stuff, can
1395                 someone check this?)
1396
1397 2003-06-06 [thorsten]   0.9.0claws14
1398
1399         * src/folderview.c
1400                 possible use of uninitialized pointer while dragging
1401
1402 2003-06-06 [paul]       0.9.0claws13
1403
1404         * src/compose.c
1405                 fix bug where the insert sig button would be effective
1406                 only when auto_sig was set
1407
1408 2003-06-06 [paul]       0.9.0claws12
1409
1410         * sync with 0.9.2 release
1411
1412 2003-06-02 [paul]       0.9.0claws11
1413
1414         * sync with 0.9.1cvs1
1415                 see ChangeLog 2003-06-02
1416                 
1417         * po/de.po
1418                 update by Jens
1419
1420 2003-06-01 [christoph]  0.9.0claws10
1421
1422         * src/account.c
1423                 don't use substring search to find accounts by email address
1424
1425         (closes Bug 169 Overly loose matching of "From" address)
1426
1427 2003-05-31 [christoph]  0.9.0claws9
1428
1429         * doc-src/rfc2683.txt
1430         * src/imap.c
1431                 limit IMAP command length as recommended in RFC2683
1432                 (message number lists will be split into multiple imap
1433                 sets, the limit of 1000 octets is not a hard limit)
1434
1435         (closes Bug 161 sylpheed-claws exits with segfault when logging
1436          in to certain imap-servers)
1437
1438 2003-05-29 [alfons]     0.9.0claws8
1439
1440         * src/toolbar.[ch]
1441                 add print button (calling summary_print());
1442                 fine tune setting tooltip text;
1443                 (if someone needs other buttons, please take these 
1444                 commits as a guide, instead of bothering us - also
1445                 see 0.8.11claws150) 
1446
1447 2003-05-29 [darko]      0.9.0claws7
1448
1449         * src/compose.c
1450                 fix crash when word wrapping kicks in due to
1451                 changed text by spell checker
1452
1453 2003-05-29 [paul]       0.9.0claws6
1454
1455         * src/compose.c
1456                 fix bug where changing account would insert
1457                 sig even if auto_sig was FALSE
1458                 
1459         * ChangeLog
1460           ChangeLog.jp
1461           INSTALL
1462                 sync with 0.9.1 release
1463
1464 2003-05-28 [christoph]  0.9.0claws5
1465
1466         * src/imap.c
1467                 fix truncation of too long commands
1468
1469         (closes Bug 167 IMAP hangs trying to get envelope
1470          information in imap_get_uncached_messages)
1471
1472 2003-05-27 [paul]       0.9.0claws4
1473
1474         * tools/Makefile.am
1475           tools/maildir2sylpheed.pl     ** NEW FILE **
1476                 add kmail to sylpheed mailbox conversion script
1477
1478 2003-05-27 [paul]       0.9.0claws3
1479
1480         * sync with 0.9.0cvs10
1481                 see ChangeLog 2003-05-26
1482
1483 2003-05-26 [paul]       0.9.0claws2
1484
1485         * sync with 0.9.0cvs9
1486                 see ChangeLog 2003-05-26
1487
1488 2003-05-24 [paul]       0.9.0claws1
1489
1490         * sync with 0.9.0cvs8
1491                 see ChangeLog 2003-05-23
1492
1493 2003-05-24 [paul]       0.9.0claws
1494
1495         * version 0.9.0claws released
1496
1497 2003-05-24 [paul]       0.8.11claws177
1498
1499         * src/plugins/dillo-viewer/Makefile.am
1500           src/plugins/traycon/Makefile.am
1501                 add missing files
1502                 
1503         * po/bg.po
1504           po/en_GB.po
1505           po/es.po
1506           po/it.po
1507           po/pt_BR.po
1508           po/ru.po
1509           po/sr.po
1510                 update Bulgarian, British English, Spanish, Italian, 
1511                 Brazilian Portuguese, Russian, and Serbian translations, 
1512                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1513                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1514                 Ruslan N. Balkin, and Urke MMI
1515
1516 2003-05-23 [melvin]     0.8.11claws176
1517
1518         * po/fr.po
1519                 Updated French translations
1520
1521 2003-05-22 [paul]       0.8.11claws175
1522
1523         * src/Makefile.am
1524           src/addrbook.[ch]
1525           src/addrcache.[ch]
1526           src/addr_compl.[ch]
1527           src/adressbook.[ch]
1528           src/addrindex.[ch]
1529           src/addritem.[ch]
1530           src/editaddress.c
1531           src/editgroup.c
1532           src/editldap_basedn.c
1533           src/editldap.c
1534           src/jpilot.c
1535           src/vcard.c
1536                 revert to get ldap into it previous working state
1537                 
1538         * po/zh_TW.Big5.po
1539                 new Taiwanese translation,
1540                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1541
1542 2003-05-22 [christoph]  0.8.11claws174
1543
1544         * src/plugins/spamassassin/libspamc.[ch]
1545                 sync libspamc with SpamAssaain release 2.55
1546
1547 2003-05-22 [paul]       0.8.11claws173
1548
1549         * sync with 0.9.0cvs7
1550                 see ChangeLog 2003-05-22
1551                 
1552         * src/summaryview.c
1553                 revert change in 0.8.11claws172: follow
1554                 Hiroyuki's decision and that's the end of it.
1555
1556 2003-05-21 [paul]       0.8.11claws172
1557
1558         * src/summaryview.c
1559                 fix discrepency between open_unread_on_enter
1560                 and always_show_msg
1561
1562 2003-05-21 [paul]       0.8.11claws171
1563
1564         * sync with 0.9.0cvs6
1565                 see ChangeLog 2003-05-21
1566
1567 2003-05-21 [paul]       0.8.11claws170
1568
1569         * sync with 0.9.0cvs5
1570                 see ChangeLog 2003-05-21
1571
1572 2003-05-20 [paul]       0.8.11claws169
1573
1574         * sync with 0.9.0cvs4
1575                 see ChangeLog 2003-05-20
1576                 fixes bug #152, 'encoding of IMAP folders names'
1577
1578 2003-05-20 [paul]       0.8.11claws168
1579
1580         * sync with 0.9.0cvs3
1581                 see ChangeLog 2003-05-20
1582                 
1583         * src/tools/convert_mbox.pl
1584                 minor change in the comments, submitted by Fred Marton
1585
1586 2003-05-19 [paul]       0.8.11claws167
1587
1588         * src/plugins/clamav/Makefile.am
1589           configure.ac
1590                 link clamav_lib to the plugin and not to the main program
1591
1592 2003-05-19 [christoph]
1593
1594         * src/Makefile.am
1595                 add -export-dynamic for linking
1596
1597 2003-05-19 [paul]       0.8.11claws166
1598
1599         * sync with 0.9.0cvs1
1600                 see ChangeLog 2003-05-19
1601
1602 2003-05-19 [paul]       0.8.11claws165
1603
1604         * src/inc.c
1605                 fix 'pop before smtp' timeout
1606
1607 2003-05-18 [alfons]     0.8.11claws164
1608
1609         * src/prefs_matcher.c
1610                 put "execute" action command line ("expression") in edit box
1611
1612 2003-05-18 [christoph]  0.8.11claws163
1613
1614         * src/mimeview.[ch]
1615         * src/plugins/dillo_viewer/dillo_viewer.c
1616         * src/plugins/image_viewer/viewer.c
1617         * src/plugins/mathml_viewer/mathml_viewer.c
1618                 let a viewer have a list of Content-Types
1619
1620 2003-05-18 [paul]       0.8.11claws162
1621
1622         * src/prefs_filtering.c
1623                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1624                 and REDIRECT actions
1625
1626 2003-05-17 [christoph]
1627
1628         * README.claws
1629                 o remove dynamic signatures that was syned with main
1630                 o add infos about no longer "build in" image viewer
1631                 o update bugtracker URL
1632
1633 2003-05-17 [christoph]  0.8.11claws161
1634
1635         * src/folder.c
1636         * src/folderview.c
1637         * src/imap.c
1638                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1639                 for every folder after rebuilding the folder tree.
1640
1641         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1642          messages)
1643
1644 2003-05-17 [christoph]  0.8.11claws160
1645
1646         * src/imap.c
1647                 don't use STATUS command on current folder to check for
1648                 content changes. imap_cmd_ok() now tracks changes to
1649                 folder and number of existing messages.
1650
1651 2003-05-17 [paul]       0.8.11claws159
1652
1653         * src/plugins/clamav/clamav_plugin.c
1654                 remove unnecessary debug_print
1655
1656 2003-05-16 [thorsten]   0.8.11claws158
1657
1658         * src/plugins/demo.c
1659                 included missing intl.h
1660
1661 2003-05-16 [paul]       0.8.11claws157
1662
1663         * po/POTFILES.in
1664                 remove non-existant entries
1665         
1666         * src/plugins/clamav/clamav_plugin.c
1667           src/plugins/clamav/clamav_plugin_gtk.c
1668           src/plugins/dillo_viewer/dillo_prefs.c
1669           src/plugins/dillo_viewer/dillo_viewer.c
1670                 gettextise
1671
1672 2003-05-16 [christoph]  0.8.11claws156
1673
1674         * po/POTFILES.in
1675                 include plugin .c files for translation until I
1676                 find a better solution to have plugins have their
1677                 own textdomain
1678         * src/plugins/demo/demo.c
1679         * src/plugins/image_viewer/plugin.c
1680         * src/plugins/mathml_viewer/mathml_viewer.c
1681         * src/plugins/spamassassin/spamassassin.c
1682         * src/plugins/spamassassin/spamassassin_gtk.c
1683         * src/plugins/trayicon/trayicon.c
1684                 add gettext macros for plugin name and description
1685
1686 2003-05-16 [paul]
1687
1688         * sync with 0.9.0
1689
1690 2003-05-16 [paul]       0.8.11claws155
1691
1692         * sync with lastest 0.9.0pre1
1693                 see ChangeLog 2003-05-16
1694
1695 2003-05-15 [paul]       0.8.11claws154
1696
1697         * sync with latest 0.9.0pre1
1698                 see ChangeLog 2003-05-14 and 2003-05-15
1699
1700 2003-05-14 [christoph]  0.8.11claws153
1701
1702         * src/plugins/image_viewer/viewer.c
1703         * src/plugins/image_viewer/viewer.glade         ** NEW **
1704         * src/plugins/image_viewer/viewerprefs.c
1705                 make it possible to disable the autoload function in the
1706                 imageviewer again
1707
1708 2003-05-14 [christoph]  0.8.11claws152
1709
1710         * src/folder.c
1711                 fix folder update after adding a message
1712
1713 2003-05-13 [alfons]     0.8.11claws151
1714
1715         * src/common/session.c
1716                 remove debug traces
1717                 
1718         * src/addrcache.[ch]
1719         * src/filtering.[ch]
1720         * src/folder.[c]
1721         * src/gtkaspell.[ch]
1722         * src/imap.[ch]
1723         * src/mbox_folder.[ch]
1724         * src/mh.[ch]
1725         * src/mimeview.h
1726         * src/msgcache.[ch]
1727         * src/news.[ch]
1728         * src/passphrase.[ch]
1729         * src/prefs_common.[ch]
1730         * src/prefs_gtk.[ch]
1731         * src/procmsg.c
1732         * src/scoring.[ch]
1733                 be pedantic; (in prototypes () implies (int))
1734
1735 2003-05-13 [alfons]     0.8.11claws150
1736
1737         * src/prefs_toolbar.[ch]
1738         * src/summaryview.[ch]
1739         * src/toolbar.[ch]
1740                 change misleading text in toolbar prefs;
1741                 add toolbar action for ignore thread (toggles ignore thread flag);
1742                 clean up a little bit;
1743
1744 2003-05-12 [paul]
1745
1746         * tools/convert_mbox.pl
1747                 bug fixed by Fred Marton
1748
1749 2003-05-12 [paul]
1750
1751         * sync with 0.9.0pre1
1752
1753 2003-05-09 [paul]       0.8.11claws149
1754
1755         * sync with 0.8.11cvs43
1756                 see ChangeLog 2003-05-09
1757
1758 2003-05-08 [christoph]  0.8.11claws148
1759
1760         * src/imap.[ch]
1761                 o use CAPABILIY as first command and check for PREAUTH
1762                   information in the response to it
1763                 o rewrite all imap_cmd_* functions to use an IMAPSession
1764                   instead of a SockInfo as parameter
1765                 o do STARTTLS after fetching and checking the server
1766                   capabilities
1767
1768 2003-05-08 [paul]       0.8.11claws147
1769
1770         * tools/Makefile.am
1771           tools/README
1772           tools/convert_mbox.pl         ** NEW FILE **
1773                 add mbox conversion script. Submitted by 
1774                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1775
1776 2003-05-07 [christoph]
1777
1778         * doc-src/glade.txt
1779         * src/gtk/pluginwindow.glade
1780         * src/plugins/image_viewer/viewerprefs.glade
1781         * src/plugins/spamassassin/spamassassin_gtk.glade
1782                 add glade files for user interfaces and a description how
1783                 to use glade to create the sylpheed code
1784
1785 2003-05-07 [paul]       0.8.11claws146
1786
1787         * sync with 0.8.11cvs41
1788                 see ChangeLog 2003-05-07
1789
1790 2003-05-06 [christoph]  0.8.11claws145
1791
1792         * src/main.c
1793         * src/plugins/image_viewer/viewer.c
1794                 fix usage of imlib in imageviewer plugin
1795
1796         * src/gtk/prefswindow.c
1797                 handle window close event correctly
1798
1799 2003-05-06 [paul]       0.8.11claws144
1800
1801         * src/common/ssl.c
1802                 fix typo introduced in sync
1803
1804 2003-05-06 [paul]       0.8.11claws143
1805
1806         * sync with 0.8.11cvs39
1807                 see ChangeLog 2003-05-06
1808
1809 2003-05-06 [paul]       0.8.11claws142
1810
1811         * AUTHORS
1812           po/cs.po
1813                 updated Czech translation, submitted by 
1814                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1815                 
1816         * src/plugins/clamav/clamav_plugin_gtk.c
1817                 clean up
1818
1819 2003-05-03 [alfons]     0.8.11claws141
1820
1821         * src/compose.[ch]
1822                 make paste as quotation work even when the call to 
1823                 text_inserted() was deferred (fixes bug #140 "Paste 
1824                 as quotation does not work when using "external" 
1825                 clipboard")
1826
1827 2003-05-03 [thorsten]   0.8.11claws140
1828
1829         * src/addrquery.h
1830           src/ldapquery.h
1831           src/mainwindow.c
1832                 removed C++ comments
1833         * src/addr_compl.c
1834                 function with non-int retval/param used before
1835                 implementation/declaration
1836
1837 2003-05-02 [paul]       0.8.11claws139
1838
1839         * src/addr_compl.[ch]
1840           src/addressbook.[ch]
1841           src/addrindex.c
1842           src/summaryview.c
1843                 revert match's changes to (finally) remove the bug where
1844                 opening a folder causes massive slowdown when using the 
1845                 'Display sender using address book' option
1846
1847 2003-05-01 [melvin]     0.8.11claws138
1848
1849         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1850         * src/plugins/dillo_viewer/dillo_viewer.c
1851                 Fixed bug where "Cancel" button from prefs issued
1852                 warnings.
1853                 Comply a little more to coding style
1854
1855 2003-05-01 [paul]       0.8.11claws137
1856
1857         * sync with 0.8.11cvs38
1858                 see ChangeLog 2003-05-01
1859
1860 2003-05-01 [paul]       0.8.11claws136
1861
1862         * po/bg.po
1863                 updated by George Danchev
1864
1865 2003-04-30 [christoph]  0.8.11claws135
1866
1867         * src/plugins/dillo_viewer/dillo_prefs.c
1868         * src/plugins/image_viewer/viewerprefs.c
1869         * src/plugins/spamassassin/spamassassin_gtk.c
1870                 remove gtk_widget_ref() calls for widgets in
1871                 glade code
1872
1873 2003-04-30 [paul]       0.8.11claws134
1874
1875         * src/addrindex.c
1876                 ok, this time a better fix for the bug where opening folder
1877                 has massive slowdown when using the 'Display sender using 
1878                 address book' option
1879
1880 2003-04-30 [paul]       0.8.11claws133
1881
1882         * src/addrindex.c
1883                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1884         
1885 2003-04-30 [melvin]     0.8.11claws132
1886
1887         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1888
1889         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1890                 Preferences for the dillo plugin
1891         * src/plugins/dillo_viewer/dillo_viewer.c
1892                 Support for preferences
1893         * src/plugins/dillo_viewer/Makefile.am
1894                 Added dillo_prefs.[ch]
1895
1896 2003-04-30 [alfons]     0.8.11claws131
1897
1898         * src/common/plugin.[ch]
1899                 see? this ANSI C'fication immediately gives us type
1900                 checking for free.
1901
1902 2003-04-30 [alfons]     0.8.11claws130
1903
1904         * src/common/plugin.[ch]
1905         * src/plugins/clamav/clamav_plugin.[ch]
1906         * src/plugins/clamav/clamav_plugin_gtk.c
1907         * src/plugins/demo/demo.c
1908         * src/plugins/dillo_viewer/dillo_viewer.c
1909         * src/plugins/image_viewer/plugin.c
1910         * src/plugins/image_viewer/viewer.[ch]
1911         * src/plugins/image_viewer/viewerprefs.[ch]
1912         * src/plugins/mathml_viewer/mathml_viewer.c
1913         * src/plugins/spamassassin/spamassassin.[ch]
1914         * src/plugins/spamassassin/spamassassin_gtk.c
1915         * src/plugins/trayicon/trayicon.c
1916                 clean up
1917
1918 2003-04-30 [alfons]     0.8.11claws129
1919
1920         * src/common/utils.c
1921                 make is_ascii_str() fail gracefully when NULL pointer
1922                 is passed
1923
1924 2003-04-30 [paul]       0.8.11claws128
1925
1926         * src/addrindex.c
1927                 fix bug where opening folder has massive slowdown when
1928                 using the 'Display sender using address book' option
1929
1930 2003-04-30 [paul]       0.8.11claws127
1931
1932         * src/plugins/clamav/clamav_plugin.c
1933           src/plugins/clamav/clamav_plugin_gtk.c
1934           src/plugins/demo/demo.c
1935           src/plugins/dillo_viewer/dillo_viewer.c
1936           src/plugins/image_viewer/plugin.c
1937           src/plugins/mathml_viewer/mathml_viewer.c
1938           src/plugins/spamassassin/spamassassin.c
1939           src/plugins/spamassassin/spamassassin_gtk.c
1940           src/plugins/trayicon/trayicon.c
1941                 get rid of eye-hurting function signatures
1942
1943 2003-04-30 [paul]       0.8.11claws126
1944
1945         * src/plugins/trayicon/trayicon.c
1946                 add description
1947                 
1948         * src/mimeview.c
1949                 be more descriptive
1950
1951 2003-04-30 [paul]       0.8.11claws125
1952
1953         * configure.ac
1954                 arrange the plugins in reverse alphabetical order
1955                 
1956         * src/plugins/clamav/clamav_plugin.[ch]
1957           src/plugins/clamav/clamav_plugin_gtk.c
1958                 rename some params
1959                 resize max_size window
1960                 re-arrange the order of some gui elements
1961                 improve descriptions
1962         
1963         * src/plugins/image_viewer/plugin.c
1964           src/plugins/mathml_viewer/mathml_viewer.c
1965                 add descriptions
1966                 
1967         * src/plugins/spamassassin/spamassassin_gtk.c
1968                 resize max_size window
1969                 re-arrange the order of some gui elements
1970                 
1971         * src/messageview.c
1972           src/mimeview.c
1973                 correct typos
1974
1975 2003-04-30 [alfons]     0.8.11claws124
1976
1977         * src/imap.c
1978                 fix a leak found while browsing Martin Kluge's 
1979                 valgrind log (Claws only)
1980
1981 2003-04-29 [darko]      0.8.11claws123
1982
1983         * src/gtk/gtkstext.h
1984                 include wchar.h if it is available, fixes compilation
1985                 on HP-UX systems
1986
1987 2003-04-29 [melvin]     0.8.11claws122
1988
1989         * src/prefs_actions.c
1990                 Improved help text of Actions' syntax
1991
1992 2003-04-28 [paul]       0.8.11claws121
1993
1994         * src/action.c
1995                 a better fix for the crash when performing an action
1996                 on a mime part
1997
1998 2003-04-28 [paul]       0.8.11claws120
1999
2000         * src/action.c
2001                 fix crash when performing an action on a
2002                 mime part
2003
2004 2003-04-28 [paul]       0.8.11claws119
2005
2006         * sync with 0.8.11cvs36
2007                 see ChangeLog 2003-04-28
2008
2009 2003-04-27 [paul]       0.8.11claws118
2010
2011         * more sync with 0.8.11cvs35
2012                 see ChangeLog 2003-04-25
2013
2014 2003-04-26 [christoph]  0.8.11claws117
2015
2016         * src/folder.c
2017                 fix remove virtual check
2018
2019 2003-04-26 [paul]       0.8.11claws116
2020
2021         * src/messageview.c
2022                 fix return-receipt, make it work again
2023
2024 2003-04-26 [paul]       0.8.11claws115
2025
2026         * src/mimeview.c
2027                 restore double-clicking of the [application/pgp-signature 
2028                 (Select "Check signature" to check)] line in the message view,
2029                 broken in recent sync
2030
2031 2003-04-26 [christoph]  0.8.11claws114
2032
2033         * src/folder.c
2034                 check if remove virtual really exists before
2035                 calling the function
2036
2037 2003-04-25 [match]      0.8.11claws113
2038
2039         * src/addrindex.c
2040         * src/addrbook.c
2041         * src/ldapquery.[ch]
2042         * src/ldapctrl.[ch]
2043                 fix memleak.
2044         * src/ldapserver.[ch]
2045                 fix memleak. fix segfault.
2046                 plug a Claws memleak
2047
2048 2003-04-25 [alfons]     0.8.11claws112
2049
2050         * src/folder.c
2051                 plug a Claws memleak
2052
2053 2003-04-25 [alfons]     0.8.11claws111
2054
2055         * src/common/session.c
2056                 plug a memleak
2057
2058 2003-04-25 [paul]       0.8.11claws110
2059
2060         * sync with 0.8.11cvs35
2061                 see ChangeLog 2003-04-24 and 2003-04-25
2062                 
2063         * src/gtk/pluginwindow.c
2064                 correct another strange float value
2065
2066 2003-04-24 [christoph]  0.8.11claws109
2067
2068         * src/folder.c
2069                 freeze folder item updates when unsetting new flags
2070
2071         * src/gtk/pluginwindow.c
2072                 correct strange float value
2073
2074 2003-04-23 [paul]       0.8.11claws108
2075
2076         * sync with 0.8.11cvs33
2077                 see ChangeLog 2003-04-23
2078
2079 2003-04-22 [paul]       0.8.11claws107
2080
2081         * src/Makefile.am
2082           src/messageview.c
2083           src/mimeview.c
2084           src/pgptext.[ch]      ** REMOVED **
2085                 remove pgptext.[ch] as its not used any more
2086
2087 2003-04-22 [paul]       0.8.11claws106
2088
2089         * sync with 0.8.11cvs31
2090                 see ChangeLog 2003-04-21 and 2003-04-22
2091
2092 2003-04-21 [alfons]     0.8.11claws105
2093
2094         * src/main.c
2095                 No access to GTK structures if we're a spawned child
2096                 (and clean up code a little bit...) Should fix #126.
2097
2098 2003-04-21 [melvin]     0.8.11claws104
2099
2100         * src/plugins/dillo_viewer/README
2101                 Improved slightly the text.
2102
2103 2003-04-21 [melvin]     0.8.11claws103
2104
2105         * src/plugins/dillo_viewer/README *** NEW ***
2106                 Added a README file for the Dillo plugin
2107
2108 2003-04-20 [paul]
2109
2110         * tools/README
2111           tools/outlook2sylpheed.pl
2112                 updated and improved by Ricardo Mones Lastra
2113
2114 2003-04-18 [oliver]     0.8.11claws102
2115
2116         * src/inc.c 
2117         * src/prefs_account.h
2118                 remove Pop3SessionType (used by selective download)
2119         * src/prefs_toolbar.c
2120                 enable set Default Toolbar button
2121
2122 2003-04-18 [paul]       0.8.11claws101
2123
2124         * sync with 0.8.11cvs29
2125                 see ChangeLog 2003-04-18
2126
2127 2003-04-17 [paul]       0.8.11claws100
2128
2129         * src/prefs_common.[ch]
2130           src/summaryview.c
2131                 remove 'Open next message on deletion' option,
2132                 as the same effect can now be achieved via the
2133                 'Always open messages in summary when selected'
2134                 option.
2135
2136 2003-04-17 [paul]       0.8.11claws99
2137
2138         * sync with 0.8.11cvs28
2139                 see ChangeLog 2003-04-17
2140
2141 2003-04-17 [christoph]  0.8.11claws98
2142
2143         * ac/spamassassin.m4
2144         * src/plugins/spamassassin/libspamc.[ch]
2145         * src/plugins/spamassassin/utils.[ch]
2146                 sync libspamc with SpamAssassin project
2147
2148 2003-04-17 [christoph]  0.8.11claws97
2149
2150         * src/common/socket.h
2151         * src/gtk/sslcertwindow.h
2152                 rename old USE_SSL to USE_OPENSSL
2153
2154 2003-04-17 [paul]       0.8.11claws96
2155
2156         * src/prefs_common.h
2157                 use gulong for P_COLOR so that it compiles/runs on
2158                 64-bit systems. Patch submitted by James Noyes
2159                 <jnoyes-claws@retrogeeks.com>
2160                 
2161         * po/de.po
2162                 updated by Jens
2163
2164 2003-04-17 [paul]       0.8.11claws95
2165
2166         * sync with 0.8.11cvs27
2167                 see ChangeLog 2003-04-16
2168
2169 2003-04-15 [paul]       0.8.11claws94
2170
2171         * src/prefs_common.[ch]
2172                 rearrange to stop the window getting too long:
2173                         move Receive dialog stuff to Receive tab
2174                         move Send dialog to Send tab
2175                         remove Dialogs frame
2176                 rename 'Open messages in summary with cursor keys' to
2177                 'Always open messages in summary when selected', as its
2178                 more appropriate
2179
2180 2003-04-15 [paul]       0.8.11claws93
2181
2182         * src/prefs_common.[ch]
2183           src/summaryview.c
2184                 add new option '/Interface/Open next message on deletion'
2185
2186 2003-04-15 [paul]       0.8.11claws92
2187
2188         * src/summaryview.[ch]
2189                 add /Mark/Lock and /Mark/Unlock to the pop-up
2190                 menu. Patch submitted by Ivan Francolin Martinez
2191                 <ivanfm@users.sourceforge.net>
2192
2193 2003-04-15 [paul]       0.8.11claws91
2194
2195         * sync with 0.8.11cvs24
2196                 see ChangeLog 2003-04-15
2197
2198 2003-04-14 [jens]       0.8.11claws90
2199
2200         * updated German translation and some corrections from
2201                 Roland Bless <bless@tm.uka.de>
2202
2203 2003-04-14 [paul]       0.8.11claws89
2204
2205         * sync with 0.8.11cvs22
2206                 see ChangeLog 2003-04-14
2207
2208 2003-04-13 [paul]       0.8.11claws88
2209
2210         * src/plugins/clamav/clamav_plugin.c
2211                 fix memory leaks
2212                 clean up
2213
2214 2003-04-12 [paul]       0.8.11claws87
2215
2216         * src/plugins/clamav/clamav_plugin.c
2217                 activate enable/disable archive scanning option
2218                 
2219         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2220
2221 2003-04-12 [paul]       0.8.11claws86
2222
2223         * src/plugins/Makefile.am
2224           src/plugins/clamav/Makefile.am                ** NEW FILE **
2225           src/plugins/clamav/README                     ** NEW FILE ** 
2226           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2227           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2228                 add Clam AntiVirus plugin
2229
2230 2003-04-12 [paul]       0.8.11claws85
2231
2232         * sync with 0.8.11cvs21
2233                 see ChangeLog 2003-04-11
2234
2235 2003-04-11 [paul]       0.8.11claws84
2236
2237         * po/es.po
2238                 update Spanish translation. Submitted by Ricardo
2239                 Mones Lastra.
2240
2241 2003-04-10 [christoph]  0.8.11claws83
2242
2243         * src/mbox.c
2244                 fix typo that did not move unfiltered mails to destination
2245                 folder
2246
2247         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2248          when filtering from spool)
2249
2250 2003-04-10 [christoph]  0.8.11claws82
2251
2252         * src/imap.c
2253                 use BODY.PEEK instead of BODY in in message fetch operation
2254                 to make sure the IMAP server does not set the \Seen flag for
2255                 messages. Sylpheed does that later itself, when the message
2256                 is opened in sylpheed
2257
2258         (closes Bug 111 Claws destroys unread marks)
2259
2260 2003-04-09 [oliver]     0.8.11claws81
2261         
2262         * src/folder.c
2263                 fix crash in folder_destroy
2264         * README.claws
2265                 remove selective download
2266
2267 2003-04-09 [christoph]  0.8.11claws80
2268
2269         * src/imap.c
2270                 fix crash in imap_get_msginfo() when then fetched message
2271                 is not found
2272
2273         (closes Bug 110 Crash during mail composition)
2274
2275 2003-04-08 [christoph]  0.8.11claws79
2276
2277         * src/folder.c
2278         * src/prefs_account.c
2279                 Filter new messages that are found in an INBOX folder
2280                 when 'Filter messages on receiving' is enabled in the
2281                 Folder's AccountPrefs. This allows to use Sylpheed's
2282                 filtering engine for IMAP folders where messages are
2283                 added to the INBOX by a MTA
2284
2285 2003-04-08 [paul]       0.8.11claws78
2286
2287         * src/procmsg.h
2288                 clean up after last commit
2289
2290 2003-04-08 [paul]       0.8.11claws77
2291
2292         * sync with 0.8.11cvs20
2293                 see ChangeLog 2003-04-07 and 2003-04-08
2294
2295 2003-04-07 [christoph]  0.8.11claws76
2296
2297         * src/filtering.[ch]
2298         * src/inc.[ch]
2299         * src/mbox.c
2300         * src/procmsg.[ch]
2301                 add procmsg_msginfo_filter() to execute filtering actions
2302
2303 2003-04-06 [christoph]  0.8.11claws75
2304
2305         * src/imap.c
2306                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2307
2308 2003-04-06 [christoph]  0.8.11claws74
2309
2310         * src/common/utils.[ch]
2311                 add g_int_compare() function for slist sorting
2312
2313         * src/imap.c
2314                 fetch all MsgInfos with one command in imap_get_msginfos()
2315                 using an imap set with a list of ranges
2316
2317         * src/news.c
2318                 use new g_int_compare() function
2319
2320 2003-04-06 [thorsten]   0.8.11claws73
2321
2322         * src/mh.c
2323                 corrected implementation of mh_folder_destroy()
2324
2325 2003-04-05 [christoph]  0.8.11claws72
2326
2327         * src/account.c
2328         * src/folder.[ch]
2329         * src/folderview.c
2330         * src/imap.c
2331         * src/inc.c
2332         * src/main.c
2333         * src/mainwindow.c
2334         * src/mbox_folder.c
2335         * src/mh.c
2336         * src/mimeview.h
2337         * src/msgcache.[ch]
2338         * src/news.c
2339         * src/procmime.h
2340         * src/procmsg.[ch]
2341         * src/setup.c
2342         * src/gtk/gtkutils.c
2343                 o rename structure field names class and new to klass and
2344                   new_msgs, to allow including files in C++
2345                 o add 'extern "C"' block to some header files
2346                 o add MsgInfoList and MsgNumberList as alias for GSList for
2347                   developers to know what type of list is expected
2348
2349         * src/plugins/image_viewer/plugin.c
2350         * src/plugins/image_viewer/viewer.[ch]
2351         * src/plugins/image_viewer/viewerprefs.[ch]
2352                 rename function names to prevent conflicts
2353
2354 2003-04-05 [paul]       0.8.11claws71
2355
2356         * sync with 0.8.11cvs18
2357                 see ChangeLog 2003-04-03 and 2003-04-04
2358
2359 2003-04-02 [christoph]  0.8.11claws70
2360
2361         * src/folder.[ch]
2362         * src/imap.[ch]
2363         * src/mbox_folder.[ch]
2364         * src/mh.[ch]
2365         * src/news.[ch]
2366                 o Make all virtual folder functions private
2367                 o remove unused folder code
2368
2369         * src/common/socket.[ch]
2370         * src/summaryview.c
2371                 fix warnings
2372
2373 2003-03-30 [alfons]     0.8.11claws69
2374
2375         * src/send_message.c
2376                 remove two debug traces and see if people still report
2377                 errors
2378
2379 2003-03-30 [alfons]     0.8.11claws68
2380
2381         * src/send_message.c
2382         * src/commons/session.c
2383                 add more debug traces
2384
2385 2003-03-30 [christoph]  0.8.11claws67
2386
2387         * src/folder.c
2388                 change processing folder name from .processing to processing
2389
2390         * src/common/ssl.c
2391                 disable SSL certificate check because it causes Xlib error
2392                 when the child process want's to open an GTK window
2393
2394 2003-03-30 [christoph]  0.8.11claws66
2395
2396         * src/folder.c
2397                 don't use default folder for processing folder item because
2398                 it can be a non local folder
2399
2400         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2401
2402 2003-03-30 [alfons]     0.8.11claws65
2403
2404         * src/send_message.c
2405                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2406                 to generate bad code for 'send_send_data_progressive': When
2407                 called from 'send_send_data_finished', the 'data' pointer is
2408                 cleared just before the assignment to the dialog pointer
2409
2410 2003-03-29 [christoph]  0.8.11claws64
2411
2412         * src/common/prefs.h
2413         * src/plugins/image_viewer/Makefile.am
2414         * src/plugins/image_viewer/plugin.c
2415         * src/plugins/image_viewer/viewer.[ch]
2416         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2417                 add PrefsPage for ImageViewer
2418
2419 2003-03-28 [thorsten]   0.8.11claws63
2420
2421         * src/common/session.c
2422                 added some comments
2423
2424 2003-03-28 [paul]       0.8.11claws62
2425
2426         * sync with 0.8.11cvs16
2427                 see ChangeLog 2003-03-28
2428
2429 2003-03-28 [paul]       0.8.11claws61
2430
2431         * sync with 0.8.11cvs15
2432                 see ChangeLog 2003-03-28
2433
2434 2003-03-27 [christoph]  0.8.11claws60
2435
2436         * src/folder.c
2437         * src/imap.c
2438         * src/common/socket.[ch]
2439                 set socket state to DISCONNECTED when any operation
2440                 fails to allow reconnecting in IMAP code without
2441                 checking the return code of all calls to the command
2442                 functions
2443
2444         * src/folderview.c
2445         * src/summaryview.c
2446                 remove some more stuff that depends on specific
2447                 folder types
2448
2449 2003-03-27 [paul]       0.8.11claws59
2450
2451         * sync with 0.8.11cvs14
2452                 see ChangeLog 2003-03-27
2453                 
2454         * src/selective_download.[ch]   ** REMOVED **
2455                 really removed
2456
2457 2003-03-27 [christoph]  0.8.11claws58
2458
2459         * src/folder.c
2460                 fix handling of tmp_flags in flag copy function
2461
2462 2003-03-27 [paul]       0.8.11claws57
2463
2464         * sync with 0.8.11cvs13
2465                 see ChangeLog 2003-03-27
2466
2467 2003-03-27 [oliver]     0.8.11claws56
2468
2469         * src/maiwindow.c
2470                 remove sel_download_cb
2471
2472 2003-03-27 [oliver]     0.8.11claws55
2473         
2474         * src/inc.c
2475                 remove POP3_TOP
2476         
2477 2003-03-26 [oliver]     0.8.11claws54
2478
2479         *src/pop.h
2480                 remove POP3_TOP*
2481         * README.claws
2482                 remove selective donwload readme
2483
2484 2003-03-26 [oliver]     0.8.11claws53
2485         * src/matcher.[ch]
2486         * src/matcher_parser_parse.y 
2487         * src/pop.c 
2488         * src/prefs_account.[ch]
2489         * src/prefs_filtering.c
2490                 remove selective donwload
2491
2492 2003-03-26 [oliver]     0.8.11claws52
2493
2494         * src/inc.[ch] 
2495         * src/filtering.c 
2496         * src/mainwindow.c 
2497                 remove selective donwload
2498
2499 2003-03-26 [oliver]     0.8.11claws51
2500         
2501         * src/Makefile.am
2502         * src/selective_download.[ch]   ** REMOVE **    
2503
2504 2003-03-26 [christoph]  0.8.11claws50
2505
2506         * src/news.c
2507                 fix NEWS that got broken by a sync with sylpheed-main
2508
2509 2003-03-26 [christoph]  0.8.11claws49
2510
2511         * src/mimeview.c
2512                 fix mime type guessing when no mime type is found for a file
2513
2514 2003-03-25 [christoph]  0.8.11claws48
2515
2516         * src/mimeview.c
2517         * src/procmime.c
2518                 remove mime type guessing from mime parser and use
2519                 name based mime types in viewer lookup for mime type
2520                 application/octet-stream
2521
2522 2003-03-25 [christoph]  0.8.11claws47
2523
2524         * doc-src/readme.txt
2525         * doc-src/rfc2554.txt
2526                 add RFC about SMTP AUTH
2527
2528         * src/send_message.c
2529         * src/common/smtp.[ch]
2530                 add extra error code for authentication errors and
2531                 clear temporary password when this error occurs
2532
2533         (closes Bug 84 authentication failure while sending should
2534          prompt for password again)
2535
2536 2003-03-25 [christoph]  0.8.11claws46
2537
2538         * configure.ac
2539         * src/Makefile.am
2540         * src/imageview.[ch]                            ** REMOVE **
2541         * src/messageview.[ch]
2542         * src/mimeview.[ch]
2543         * src/prefs_common.[ch]
2544         * src/textview.c
2545         * src/plugins/Makefile.am
2546         * src/plugins/image_viewer/.cvsignore           ** NEW **
2547         * src/plugins/image_viewer/Makefile.am          ** NEW **
2548         * src/plugins/image_viewer/plugin.c             ** NEW **
2549         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2550                 move image viewer into a plugin (building is enabled by default)
2551                 [ToDo: Prefs for resize and autoview]
2552
2553 2003-03-25 [paul]       0.8.11claws45
2554
2555         * sync with 0.8.11cvs12
2556                 see ChangeLog 2003-03-26
2557
2558 2003-03-25 [paul]       0.8.11claws44
2559
2560         * sync with 0.8.11cvs11
2561                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2562                 
2563         Note: Selective Download is broken.
2564                 
2565 2003-03-22 [christoph]  0.8.11claws43
2566
2567         * src/folder.c
2568                 code cleanup for flags copying
2569
2570 2003-03-22 [christoph]  0.8.11claws42
2571
2572         * src/plugins/trayicon/trayicon.c
2573                 fix setting the transparent area when the window size
2574                 is forced by the system tray
2575
2576 2003-03-22 [christoph]  0.8.11claws41
2577
2578         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2579         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2580         * src/plugins/trayicon/newmail.xpm              ** NEW **
2581         * src/plugins/trayicon/nomail.xpm               ** NEW **
2582         * src/plugins/trayicon/trayicon.c
2583         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2584                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2585                 o add icon for unread mails
2586                 o set transparency for window
2587
2588 2003-03-22 [christoph]  0.8.11claws40
2589
2590         * src/news.c
2591                 init news session to prevent crash when session is closed
2592
2593 2003-03-22 [christoph]  0.8.11claws39
2594
2595         * src/imap.c
2596         * src/common/session.[ch]
2597                 Init session data to make sure we don't have invalid pointers
2598                 for read_ch and write_ch when new multi process sessions are
2599                 not used
2600
2601         * src/main.c
2602         * src/common/plugin.c
2603         * src/common/sylpheed.c
2604         * src/plugins/demo/demo.c
2605         * src/plugins/dillo_viewer/dillo_viewer.c
2606         * src/plugins/mathml_viewer/mathml_viewer.c
2607         * src/plugins/spamassassin/spamassassin.c
2608         * src/plugins/spamassassin/spamassassin_gtk.c
2609                 add plugin types to allow loading plugins at different times
2610                 (and maybe for different frontends), because it's not good to
2611                 load GTK-Plugins gefore gtk_init was called
2612
2613         * configure.ac
2614         * src/plugins/Makefile.am
2615         * src/plugins/trayicon/.cvsignore               ** NEW **
2616         * src/plugins/trayicon/Makefile.am              ** NEW **
2617         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2618         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2619         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2620         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2621         * src/plugins/trayicon/trayicon.c               ** NEW **
2622                 New Trayicon plugin that shows an icon in a systray that uses
2623                 XEMBED protocol like Gnome's systray. Icon shows if there
2624                 are new mails and a tooltip shows information about new,
2625                 unread and total messages.
2626
2627 2003-03-22 [paul]       0.8.11claws38
2628
2629         * src/common/smtp.c
2630                 fix ESMTP AUTH CRAM-MD5
2631                 [sync with main (still version 0.8.11cvs6), see
2632                  ChangeLog 2003-03-22]
2633
2634 2003-03-21 [colin]      0.8.11claws37
2635
2636         * src/send_message.c
2637                 Fix USE_SSL => USE_OPENSSL
2638
2639 2003-03-21 [colin]      0.8.11claws36
2640
2641         * src/folderview.c
2642                 Fix counts in drag and dropped subfolders
2643
2644 2003-03-21 [colin]      0.8.11claws35
2645
2646         * src/folder.c 
2647         * src/folderview.c
2648                 speed up a bit folder dnd
2649
2650 2003-03-20 [alfons]     0.8.11claws34
2651
2652         * src/main.c
2653         * src/toolbar.c
2654         * src/procmsg.c
2655                 don't send locked queue messages
2656                 (feature request "[ 705245 ] Locking message in outbox 
2657                  should prevent sending")
2658
2659 2003-03-20 [christoph]  0.8.11claws33
2660
2661         * src/folder.c
2662                 remove NEW and UNREAD flag in special folders when scanning
2663                 
2664         * src/common/smtp.c
2665                 fix ESMTP AUTH CRAM-MD5
2666
2667 2003-03-20 [paul]       0.8.11claws32
2668
2669         * src/prefs_account.c
2670                 Re-write 'Tunnel command to open connection' as
2671                 'Use command to communicate with server', and disable
2672                 it for all except IMAP accounts
2673
2674 2003-03-20 [paul]       0.8.11claws31
2675
2676         * sync with 0.8.11cvs6
2677                 see ChangeLog 2003-03-20
2678
2679 2003-03-19 [match]      0.8.11claws30
2680
2681         * src/addritem.[ch]
2682                 include documentation. minor refactoring.
2683         * src/addr_compl.[ch]
2684         * src/addrindex.[ch]
2685         * src/addresbook.[ch]
2686         * src/summaryview.c
2687                 re-enable address lookup (was disabled in
2688                 0.8.11claws20).
2689
2690 2003-03-19 [christoph]  0.8.11claws29
2691
2692         * src/procmsg.c
2693                 add temp flag handling, will make moving and copying
2694                 messages possible again
2695
2696         * src/folder.c
2697                 correct calulation of folder stats
2698
2699 2003-03-18 [match]      0.8.11claws28
2700
2701         * src/editgroup.h
2702                 remove case sensitive comparison (closes bug 80).
2703
2704 2003-03-18 [christoph]  0.8.11claws27
2705
2706         * src/imap.c
2707                 fix imap using a tunnel command
2708
2709         (closes bug 87)
2710
2711 2003-03-18 [christoph]  0.8.11claws26
2712
2713         * src/folder.[ch]
2714         * src/imap.c
2715         * src/procmsg.[ch]
2716                 rewrite flag handling for folders
2717
2718 2003-03-18 [christoph]  0.8.11claws25
2719
2720         * src/folder.c
2721         * src/procmsg.c
2722         * src/summaryview.c
2723                 unset NEW and UNREAD flags when message is ignored, to make
2724                 sure messages don't show up as unread on other IMAP clients,
2725                 because the IGNORE_THREAD flag can not be syncronized through
2726                 the IMAP folder
2727
2728 2003-03-17 [christoph]  0.8.11claws24
2729
2730         * src/imap.c
2731                 don't use recursion to fetch uids when the number of messages
2732                 does not match. Moved code into subfunction that is used
2733                 again when needed, to prevent an endless loop.
2734
2735 2003-03-17 [thorsten]   0.8.11claws23
2736
2737         * src/imageview.[ch]
2738                 export imageview_get_resized_size() (for plugins)
2739         * src/prefs_common.[ch]
2740                 added prefs_common_get() (for plugins)
2741
2742 2003-03-17 [christoph]  0.8.11claws22
2743
2744         * src/imap.c
2745                 o remove UID guessing from copy code
2746                 o support UIDPLUS extension for APPEND command
2747
2748 2003-03-17 [paul]       0.8.11claws21
2749
2750         * src/gtk/about.c
2751                 remove 'Compiled-plugins' section.
2752                 
2753         * src/plugins/dillo_viewer/dillo_viewer.c
2754                 slight change to description text
2755
2756 2003-03-16 [match]      0.8.11claws20
2757         * src/ldapserver.[ch]           ** NEW **
2758         * src/ldapctrl.[ch]             ** NEW **
2759         * src/ldapquery.[ch]            ** NEW **
2760         * src/ldaputil.[ch]             ** NEW **
2761         * src/addrcindex.[ch]           ** NEW **
2762         * src/addrquery.h               ** NEW **
2763         * src/addritem.[ch]
2764         * src/addrcache.[ch]
2765         * src/addrindex.[ch]
2766         * src/addr_compl.[ch]
2767         * src/addressbook.[ch]
2768         * src/addrbook.[ch]
2769         * src/editgroup.c
2770         * src/editaddress.c
2771         * src/editldap.c
2772         * src/editldap_basedn.c
2773         * src/vcard.c
2774         * src/jpilot.c
2775         * src/Makefile.am
2776                 included dynamic LDAP queries. improved address
2777                 completion.
2778
2779 2003-03-16 [paul]       0.8.11claws19
2780
2781         * tools/multiwebsearch.pl
2782                 fix a fatal typo
2783
2784 2003-03-16 [christoph]  0.8.11claws18
2785
2786         * src/mimeview.c
2787         * src/plugins/dillo_viewer/dillo_viewer.c
2788         * src/plugins/mathml_viewer/mathml_viewer.c
2789                 make unregistering of MimeViewerFactorys possible
2790
2791 2003-03-16 [alfons]     0.8.11claws17
2792
2793         * configure.ac
2794                 correct typo
2795
2796 2003-03-16 [melvin]     0.8.11claws16
2797
2798         * src/plugins/dillo_viewer.c
2799                 Fixed bug where it was not possible to view more than
2800                 one text/html attachment per message (bug discovered
2801                 by Christoph Hohmann).
2802
2803 2003-03-15 [melvin]     0.8.11claws15
2804
2805         * src/prefs_actions.c
2806                 Fixed compilation warnings.
2807
2808 2003-03-15 [melvin]     0.8.11claws14
2809
2810         * src/plugins/Makefile.am
2811         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2812         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2813         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2814                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2815                 newer (http://dillo.auriga.wearlab.de/).
2816
2817 2003-03-15 [christoph]  0.8.11claws13
2818
2819         * src/imap.c
2820                 don't query imap folder for attributes because we already
2821                 for them from imap_status
2822
2823         * src/mimeview.[ch]
2824                 add support for plugable MimeViewers (unloading Viewers
2825                 not yet complete)
2826
2827         * src/plugins/Makefile.am
2828         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2829         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2830         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2831                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2832                 widget from http://helm.cs.unibo.it/mml-widget/
2833
2834 2003-03-14 [christoph]  0.8.11claws12
2835
2836         * src/folder.[ch]
2837                 o error return code's should better be negative
2838                 o replace printf with debug_print
2839
2840         * src/imap.c
2841                 improve IMAP folder scan by checking UID-NEXT
2842
2843         * src/summaryview.c
2844                 remove check that are unnecessary in my opinion
2845
2846 2003-03-13 [christoph]  0.8.11claws11
2847
2848         * src/folder.[ch]
2849         * src/foldersel.c
2850         * src/folderview.c
2851         * src/imap.c
2852         * src/mbox_folder.c
2853         * src/mh.c
2854         * src/news.c
2855         * src/prefs_scoring.c
2856         * src/summaryview.c
2857                 use a common function to get a displayable name
2858                 for a FolderItem
2859
2860 2003-03-13 [paul]       0.8.11claws10
2861
2862         * tools/Makefile.am
2863           tools/README
2864           tools/multiwebsearch.conf     ** NEW FILE **
2865           tools/multiwebsearch.pl       ** NEW FILE **
2866                 add multiwebsearch Actions script
2867
2868 2003-03-13 [colin]      0.8.11claws9
2869
2870         * src/compose.c
2871                 Remove leading emtpy lines from quoted text
2872                 before quoting it
2873
2874 2003-03-13 [melvin]     0.8.11claws8
2875
2876         * src/prefs_actions.c
2877                 Fixed a memory leak
2878                 Code clean ups
2879                 Added Cancel and OK buttons
2880                 Corrected help text
2881
2882 2003-03-13 [christoph]  0.8.11claws7
2883
2884         * src/account.c
2885         * src/folder.[ch]
2886         * src/imap.c
2887         * src/mainwindow.c
2888         * src/mbox_folder.c
2889         * src/mh.c
2890         * src/news.c
2891         * src/setup.c
2892                 replace more folder type stuff with folder class stuff
2893
2894 2003-03-13 [melvin]     0.8.11claws6
2895
2896         * src/prefs_actions.c
2897                 Added new tokens:
2898                 %u: user provided argument
2899                 %h: user provided argument (hidden on input)
2900                 %s: current text selection in the message view 
2901
2902 2003-03-13 [paul]       0.8.11claws5
2903
2904         * sync with 0.8.11cvs5
2905                 see ChangeLog 2003-03-11, 2003-03-12
2906
2907 2003-03-12 [christoph]  0.8.11claws4
2908
2909         * src/folder.c
2910                 use folder class idstr when writing folderlist.xml
2911
2912         * src/folder.h
2913         * src/imap.c
2914         * src/news.c
2915                 replace folder type checks with folder class checks
2916
2917 2003-03-12 [christoph]  0.8.11claws3
2918
2919         * src/folder.[ch]
2920         * src/imap.[ch]
2921         * src/main.c
2922         * src/mbox_folder.[ch]
2923         * src/mh.[ch]
2924         * src/news.[ch]
2925                 o create a list of known folder classes in the folder system
2926                 o use folder class id strings for folder item identifiers
2927
2928 2003-03-12 [christoph]  0.8.11claws2
2929
2930         * src/imap.c
2931                 fix imap uid validity check
2932
2933 2003-03-12 [christoph]  0.8.11claws1
2934
2935         * src/account.c
2936         * src/folder.[ch]
2937         * src/foldersel.c
2938         * src/folderview.c
2939         * src/imap.c
2940         * src/mainwindow.c
2941         * src/mbox_folder.c
2942         * src/mh.c
2943         * src/news.c
2944         * src/prefs_scoring.c
2945         * src/procmsg.c
2946         * src/setup.c
2947         * src/summaryview.c
2948                 initial restructuring of folder system, seperating
2949                 folders and folder classes
2950
2951 2003-03-12 [paul]       0.8.11claws
2952
2953         0.8.11claws release
2954
2955 2003-03-12 [christoph]
2956
2957         * src/gtk/prefswindow.c
2958                 fix translation of "Page Index"
2959
2960 2003-03-12 [paul]       0.8.10claws110
2961
2962         a sync from 0.8.11cvs4 before the release
2963
2964         * src/common/utils.c
2965                 subject_compare_for_sort(): allow null strings (fixes
2966                 summary sorting).
2967
2968 2003-03-11 [paul]       0.8.10claws109
2969
2970         * po/es.po
2971                 update Spanish translation, submitted by
2972                 Ricardo Mones Lastra
2973
2974 2003-03-11 [melvin]     0.8.10claws108
2975
2976         * po/fr.po
2977                 Updated French translations
2978
2979 2003-03-11 [paul]       0.8.10claws107
2980
2981         * manual/en/Makefile.am
2982           manual/en/*.html
2983                 update English manual, add a new page
2984                 updated by Francois Barriere <fbarriere@atmel.fr>
2985                 
2986         * po/bg.po
2987           po/it.po
2988           po/sr.po
2989                 update Bulgarian, Italian, and Serbian translations
2990                 submitted by George Danchev, Alessandro Maestri, and
2991                 Urke MMI
2992
2993 2003-03-10 [paul]       0.8.10claws106
2994
2995         * src/gtk/about.c
2996           src/gtk/prefswindow.c
2997                 make some strings translatable
2998
2999 2003-03-10 [darko]      0.8.10claws105
3000
3001         * src/compose.c
3002                 code cleanup to make Hiro happy
3003
3004 2003-03-10 [paul]       0.8.10claws104
3005
3006         * sync with 0.8.11cvs2
3007                 see ChangeLog 2003-03-10
3008
3009 2003-03-09 [melvin]     0.8.10claws103
3010
3011         * src/textview.c
3012                 textview_set_font(): fix for message display in
3013                 UTF-8 locales (thanks to Sergey Vlasov).
3014                 (was unintentionnaly reverted in 0.8.6claws6)   
3015
3016 2003-03-08 [darko]      0.8.10claws102
3017
3018         * src/compose.c
3019                 fix infinite loop in wrapping as reported
3020                 by happycactus
3021                 obsoletes patch #696482
3022
3023 2003-03-08 [christoph]  0.8.10claws101
3024
3025         * src/imap.c
3026                 add workaround for IMAP servers that do not
3027                 support the "UID SEARCH UID" command
3028
3029 2003-03-07 [christoph]  0.8.10claws100
3030
3031         * src/plugins/spamassassin/spamassassin.[ch]
3032         * src/plugins/spamassassin/spamassassin_gtk.c
3033                 code cleanup
3034
3035 2003-03-07 [paul]       0.8.10claws99
3036
3037         * po/es.po
3038                 updated Spanish translation, submitted by
3039                 Ricardo Mones Lastra
3040
3041 2003-03-07 [christoph]  0.8.10claws98
3042
3043         * src/send.c
3044                 fix in 0.8.10claws94 was wrong
3045                 local delivery does not require escaping, remove escaping
3046                 code to make signatures of mails with "." lines valid
3047                 
3048                 NOTE: requires that sendmail is executed with "-i" option,
3049                       what is the default now, but has to be changed in all
3050                       exsiting accounts)
3051
3052 2003-03-07 [paul]       0.8.10claws97
3053
3054         * sync with 0.8.11 release
3055                 see ChangeLog 2003-03-07
3056
3057 2003-03-06 [paul]       0.8.10claws96
3058
3059         * src/compose.c
3060                 revert commit 0.8.10claws92
3061
3062 2003-03-06 [paul]       0.8.10claws95
3063
3064         * src/folderview.c
3065                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3066
3067         * src/gtkaspell.c
3068                 fix bug 74, 'Crash opening editor window with pseudo-color
3069                 display'
3070                 
3071         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3072
3073 2003-03-06 [christoph]  0.8.10claws94
3074
3075         * src/send.c
3076                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3077                 all lines starting with a period get an extra period
3078                 inserted
3079                 (found by Simon 'corecode' Schubert)
3080
3081 2003-03-06 [paul]       0.8.10claws93
3082
3083         * src/folderview.c
3084                 if configured font can't be loaded fall back to gtk
3085                 default. (with thanks to Christoph)
3086                 
3087                 closes long-standing bug 15 'Crashes on startup'
3088
3089 2003-03-06 [paul]       0.8.10claws92
3090
3091         * src/compose.c
3092                 freeze text before autosave and thaw afterwards
3093                 fixes bug 67 'autosave make re-rediting message crazy'
3094
3095 2003-03-06 [christoph]  0.8.10claws91
3096
3097         * src/compose.c
3098                 ignore address comment in dupe check for Cc-list
3099
3100         (closes reopened bug 47 Replying to message strips name part of
3101          e-mail addresses of Cc: lines)
3102
3103 2003-03-06 [paul]       0.8.10claws90
3104
3105         * src/Makefile.am
3106                 remove reference to gtkxtext.h as its no longer in
3107                 the repository
3108
3109 2003-03-06 [paul]       0.8.10claws89
3110
3111         * sync with 0.8.10cvs25
3112                 see ChangeLog 2003-03-06
3113
3114 2003-03-06 [oliver]     0.8.10claws88
3115         
3116         * src/messageview.c
3117                 remove include
3118
3119 2003-03-06 [oliver]     0.8.10claws87
3120         
3121         * src/folderview.c 
3122                 remove changes introduced inclaws74
3123         * src/messageview.c
3124                 another attempt to sanely delete and update
3125                 messages deleted in separate messageview
3126
3127 2003-03-05 [christoph]  0.8.10claws86
3128
3129         * src/summaryview.c
3130                 check if "From" matches any account's address if
3131                 addressbook completion of addresses is disabled too
3132
3133         (closes Bug 70 "Display recipient in from" doesn't check
3134          folder's default account)
3135
3136 2003-03-05 [christoph]  0.8.10claws85
3137
3138         * src/compose.c
3139         * src/common/utils.[ch]
3140                 don't strip address comments when building Cc lists
3141
3142         (closes Bug 47 Replying to message strips name part of e-mail addresses
3143          of Cc: lines)
3144
3145         * src/folder.c
3146                 fix return value of copy function
3147
3148 2003-03-05 [christoph]  0.8.10claws84
3149
3150         * src/imap.c
3151                 don't ask imap server for non rfc822 headers
3152
3153         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3154
3155         * src/imap.c
3156                 destroy session on socket error to allow reconnecting
3157
3158 2003-03-05 [christoph]  0.8.10claws83
3159
3160         * configure.ac
3161                 fix building with gnome when no prefix is set
3162
3163         (closes bug 66 Gnome directory is set to NONE)
3164
3165 2003-03-05 [paul]       0.8.10claws82
3166
3167         * sync with 0.8.10cvs23
3168                 see ChangeLog 2003-03-05
3169
3170 2003-03-04 [christoph]  0.8.10claws81
3171
3172         * src/folder.c
3173                 o fix moving and copying when folder returns 0 for new
3174                   message number
3175                 o remove some code for single message copy and move
3176                   operations and use functions for multiple messages
3177
3178         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3179
3180         * src/news.c
3181                 remove unused include
3182
3183 2003-03-04 [paul]       0.8.10claws80
3184
3185         * src/gtk/about.c
3186                 list 'Compiled plugins'
3187
3188 2003-03-03 [christoph]  0.8.10claws79
3189
3190         * src/news.[ch]
3191                 have to multiply the percentage of the current fetch with
3192                 the percentage that it has of the total fetch operation
3193                 for correct values
3194
3195 2003-03-03 [christoph]  0.8.10claws78
3196
3197         * src/news.c
3198                 fix calculation of expected lines for progress indicator
3199
3200 2003-03-03 [christoph]  0.8.10claws77
3201
3202         * src/summaryview.c
3203         * src/common/utils.c
3204                 fix segfault when opening the root news folder
3205
3206 2003-03-03 [christoph]  0.8.10claws76
3207
3208         * src/mainwindow.[ch]
3209         * src/common/Makefile.am
3210         * src/common/progressindicator.[ch]
3211                 add UI independent progress indicator handling
3212
3213         * src/news.[ch]
3214                 use new progress indicator for message info fetching
3215
3216         * src/common/hooks.h
3217                 code cleanup
3218
3219 2003-03-03 [oliver]     0.8.10claws75
3220
3221         * src/toolbar.c
3222         * src/compose.c
3223                 removed commented code
3224
3225 2003-03-03 [oliver]     0.8.10claws74
3226
3227         * src/toolbar.[ch]
3228                 cleanups and refactoring
3229         * src/compose.[ch]
3230                 compose_reply_mode reply & forwarding interface for
3231                 toolbar buttons
3232         * src/folderview.c
3233                 act on messages marked for deletion in folderview_selected
3234                 based on prefs_common.immediate_exec since a message might 
3235                 have been deleted by messageview in a folder we are changing 
3236                 to (does anybody understand what I'm on about ?)
3237
3238 2003-03-03 [oliver]     0.8.10claws73
3239         
3240         * src/messageview.[ch]
3241                 new functions
3242                 - messageview_delete: delete message shown in messagview
3243                 - messageview_update_view: update messageview to currently 
3244                   selected summaryview message
3245                 - add separate messageview to msgview_list in order to update 
3246                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3247         * src/summaryview.[ch]
3248                 summary_get_selection returns a list of selected msgs
3249                 in summaryview
3250         * src/mainwindow.c
3251                 toolbar reply refactoring
3252
3253 2003-03-03 [paul]       0.8.10claws72
3254
3255         * sync with 0.8.10cvs21
3256                 see ChangeLog 2003-03-03
3257
3258 2003-03-02 [christoph]  0.8.10claws71
3259
3260         * src/common/passcrypt.c
3261                 use POSIX includes
3262
3263 2003-03-02 [christoph]  0.8.10claws70
3264
3265         * configure.ac
3266         * src/prefs_account.c
3267         * src/prefs_gtk.[ch]
3268         * src/common/.cvsignore
3269         * src/common/Makefile.am
3270         * src/common/passcrypt.c                ** NEW **
3271         * src/common/passcrypt.h.in             ** NEW **
3272                 Implement password encryption in config files
3273                 using unix encrypt and setkey functions. The crypt
3274                 key can be set as a configure parameter. Old
3275                 passwords will be converted if they do not begin
3276                 with '!'
3277
3278 2003-03-02 [paul]       0.8.10claws69
3279
3280         * src/prefs_account.c
3281                 fix compile error
3282
3283 2003-03-01 [thorsten]   0.8.10claws68
3284
3285         * po/el.po
3286           po/hr.po
3287           po/it.po
3288           po/nl.po
3289           po/sr.po
3290           po/sv.po
3291                 corrected format strings
3292         * po/en_GB.po
3293                 corrected headers
3294                 (fix compile errors with GNU gettext-0.11.5)
3295
3296 2003-03-01 [oliver]     0.8.10claws67
3297
3298         * src/summaryview.c
3299                 menu callbacks call toolbar_menu_reply
3300
3301 2003-03-01 [oliver]     0.8.10claws66
3302
3303         * src/mainwindow.c
3304         * src/messageview.c
3305                 menu callbacks call toolbar_menu_reply
3306         * src/toolbar.[ch]
3307                 callbacks from menu handled by toolbar_menu_reply
3308
3309 2003-03-01 [paul]       0.8.10claws65
3310
3311         * src/addressbook.c
3312                 revert commit 0.8.10claws54 - breaks editing of
3313                 addressbook.
3314                 
3315         * po/bg.po
3316                 update Bulgarian translation, submitted by
3317                 George Danchev
3318
3319 2003-02-28 [christoph]  0.8.10claws64
3320
3321         * src/account.c
3322         * src/addressadd.c
3323         * src/compose.c
3324         * src/gtkaspell.c
3325         * src/gtkxtext.h                ** REMOVE **
3326         * src/imap.c
3327         * src/matcher.[ch]
3328         * src/mh.c
3329         * src/news.c
3330         * src/pine.c
3331         * src/prefs_common.c
3332         * src/prefs_matcher.c
3333         * src/procheader.[ch]
3334         * src/procmsg.[ch]
3335         * src/toolbar.c
3336         * src/common/ssl_certificate.c
3337         * src/gtk/colorlabel.c
3338         * src/gtk/menu.c
3339                 o fix warnings
3340                 o remove code obsoleted by new cache and folder system rework
3341
3342 2003-02-28 [oliver]     0.8.10claws63
3343         
3344         * src/toolbar.[ch]
3345                 * fix bug where reply in Messageview replied to 
3346                 Message displayed in summaryview
3347                 (reportedd via ML by chinatinte at gmx dot ch)
3348                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3349                 didn't work in separate MessageView Toolbar
3350                 (wondering if anybody uses this at all ?)
3351         * src/summaryview.[ch]
3352                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3353                 (generalize reply and forward code);
3354         * src/messageview.c 
3355                 remove focus_in event which updated summaryview to messageview
3356
3357 2003-02-28 [paul]       0.8.10claws62
3358
3359         * po/Makefile.in.in
3360                 add the --check option
3361                 Patch submitted by Ricardo Mones Lastra
3362
3363 2003-02-28 [paul]       0.8.10claws61
3364
3365         * src/prefs_account.c
3366                 re-order 'Signature' items
3367
3368 2003-02-28 [paul]       0.8.10claws60
3369
3370         * sync with 0.8.10cvs20
3371                 see ChangeLog 2003-02-28
3372
3373 2003-02-28 [paul]       0.8.10claws59
3374
3375         * po/POTFILES.in
3376                 update to reflect recent movement of files
3377
3378 2003-02-28 [paul]       0.8.10claws58
3379
3380         * sync with 0.8.10cvs19
3381                 see ChangeLog 2003-02-28
3382
3383 2003-02-27 [martin]     0.8.10claws57
3384
3385         * src/prefs_matcher.c 
3386                 fix segfault in prefs_matcher_ok() when the
3387                 last entry is deleted and prevents that the
3388                 message "entry not saved" comes up after deleting
3389                 an entry
3390
3391 2003-02-27 [martin]     0.8.10claws56
3392
3393         * src/prefs_filtering.c 
3394                 fix segfault in prefs_filtering_ok() when the
3395                 last entry is deleted and prevents that the
3396                 message "entry not saved" comes up after deleting
3397                 an entry
3398
3399 2003-02-27 [paul]       0.8.10claws55
3400
3401         * sync with 0.8.10cvs18
3402                 see ChangeLog 2003-02-27
3403
3404 2003-02-27 [paul]       0.8.10claws54
3405
3406         * src/addressbook.c
3407                 fix bug where the address book crashes with 
3408                 multiple lookups.
3409                 Patch [687729] submitted by David Frager 
3410                 <dbfrager@users.sourceforge.net>
3411
3412 2003-02-25 [christoph]  0.8.10claws53
3413
3414         * src/Makefile.am
3415         * src/colorlabel.[ch]           ** REMOVE **
3416         * src/gtk/Makefile.am
3417         * src/gtk/colorlabel.[ch]       ** NEW **
3418                 move colorlabel files to gtk directory
3419
3420         * src/esmtp.[ch]                ** REMOVE **
3421                 has been merged into smtp.[ch] in 0.7.5
3422
3423 2003-02-25 [christoph]  0.8.10claws52
3424
3425         * src/Makefile.am
3426         * src/about.[ch]                ** REMOVE **
3427         * src/gtk/Makefile.am
3428         * src/gtk/about.[ch]            ** NEW **
3429                 move about files to gtk directory
3430
3431 2003-02-25 [christoph]  0.8.10claws51
3432
3433         * src/folder.c
3434                 some code optimization of folder scanning code
3435
3436         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3437
3438 2003-02-25 [christoph]  0.8.10claws50
3439
3440         * src/main.c
3441         * src/common/sylpheed.c
3442                 add command line parameter parsing to common code
3443
3444 2003-02-24 [christoph]
3445
3446         * Makefile.am
3447         * configure.ac
3448                 fix gnome prefix problems, the configure script now removed
3449                 `gnome-config --prefix` from `gnome-config --datadir`
3450                 and adds $(prefix} instead
3451
3452         (closes Bug 24 Makefile does not respect prefix when installing
3453          GNOME data)
3454
3455 2003-02-24 [christoph]  0.8.10claws49
3456
3457         * src/news.c
3458                 check for valid session before trying to authenticate
3459
3460         (closes Bug 60 crash if "authenticate on logon" is activated
3461          and newsserver-hostname is not valid)
3462
3463 2003-02-24 [melvin]     0.8.10claws48
3464
3465         * src/prefs_actions.c
3466                 Make sure all user's input is sent to the action and then
3467                 close the socket..
3468
3469 2003-02-23 [alfons]     0.8.10claws46
3470
3471         * src/summaryview.c
3472                 also wait cursor when deleting files
3473
3474 2003-02-23 [paul]
3475
3476         * tools/freshmeat_search.pl
3477           tools/google_search.pl
3478                 scripts should now work for any browser/browser command line
3479
3480 2003-02-22 [christoph]  0.8.10claws45
3481
3482         * src/procmsg.c
3483                 fix IMAP flag setting, IMAP flag is not handled correctly
3484                 anymore by the folder system and information about the
3485                 folder should not be saved in the MsgInfo (in my opinion)
3486
3487         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3488
3489 2003-02-22 [christoph]  0.8.10claws44
3490
3491         * src/summaryview.c
3492                 fix spelling of "label" ;-)
3493
3494 2003-02-22 [thorsten]   0.8.10claws43
3495
3496         * src/mimeview.c
3497           src/prefs_common.[ch]
3498           src/procmime.[ch]
3499                 do not use description as attachment name
3500
3501 2003-02-22 [alfons]     0.8.10claws42
3502
3503         * src/summaryview.c
3504                 freeze/thaw folder item updates when changing color labels,
3505                 and put a wait cursors on
3506
3507 2003-02-22 [thorsten]   0.8.10claws41
3508
3509         * src/mimeview.c
3510                 save-all fixes: crash if invoked on multipart container,
3511                 mimeinfo access, pathseparators, error dialog
3512
3513 2003-02-21 [alfons]     0.8.10claws40
3514
3515         * src/prefs_gtk.c
3516                 remove unused var
3517
3518 2003-02-21 [colin]      0.8.10claws39
3519
3520         * src/send.c
3521                 Fix smtp logging
3522
3523 2003-02-21 [colin]      0.8.10claws38
3524
3525         * src/summaryview.c
3526                 Freeze/thaw folderItem updates when filtering messages 
3527                 via Tools/Filter messages
3528
3529 2003-02-21 [paul]       0.8.10claws37
3530
3531         * src/compose.c
3532                 revert commit 0.8.10claws26, there are ulterior motives
3533                 for users to set a Reply-To header when posting to
3534                 newsgroups
3535
3536 2003-02-21 [paul]       0.8.10claws36
3537
3538         * sync with 0.8.10cvs17
3539                 see ChangeLog 2003-02-21
3540
3541 2003-02-20 [christoph]  0.8.10claws35
3542
3543         * src/imap.c
3544                 IMAP UID fetch speedup using SEARCH
3545
3546         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3547
3548         * src/imap.c
3549                 fix problem with UIDs in IMAP UID cache that no longer existed
3550
3551 2003-02-20 [christoph]  0.8.10claws34
3552
3553         * src/imap.c
3554         * src/procheader.c
3555         * src/procheader.h
3556                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3557
3558         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3559
3560         * src/imap.c
3561                 Rewrite imap_cmd_gen_recv use sock_getline instead
3562                 of sock_gets to avoid problems with too long reply
3563                 lines
3564     
3565 2003-02-20 [colin]      0.8.10claws33
3566         
3567         * src/prefs_account.c
3568                 Better wording
3569
3570 2003-02-20 [colin]      0.8.10claws32
3571
3572         * src/compose.c
3573                 Remove useless '&& !to_sender' 
3574
3575 2003-02-20 [darko]
3576
3577         * AUTHORS
3578                 change my e-mail address
3579
3580 2003-02-19 [colin]      0.8.10claws31
3581
3582         * src/prefs_common.c
3583                 X11 style colors for every configurable color
3584
3585 2003-02-19 [alfons]     0.8.10claws30
3586
3587         * src/prefs_gtk.[ch]
3588         * src/prefs_common.c
3589                 for color_new accept both plain integers and X11 style color
3590                 names (as found in /usr/lib/X11/rgb.txt)
3591
3592 2003-02-19 [paul]       0.8.10claws29
3593
3594         * src/mainwindow.c
3595                 add tooltips to online/offline button and account selector
3596                 button
3597
3598 2003-02-19 [paul]       0.8.10claws28
3599
3600         * src/folder.c
3601           src/news.c
3602           src/prefs_account.[ch]
3603           src/prefs_common.[ch]
3604                 move 'Maximum number of articles to download' to
3605                 account prefs.
3606                 clean up account prefs gui a little by hiding entries
3607                 rather then greying out entries
3608
3609 2003-02-19 [hiro]       0.8.10claws27
3610
3611         * src/common/utils.c
3612                 fix bug #54 'yesterdays date is displayed in the message 
3613                 summary window'
3614
3615 2003-02-19 [paul]       0.8.10claws26
3616
3617         * src/compose.c
3618                 fix bug reported in Feature Request [688596] 
3619                 'Reply-to header in news'
3620
3621 2003-02-18 [paul]       0.8.10claws25
3622
3623         * src/select-keys.c
3624                 add a 'List all keys' button to key selection dialog
3625
3626 2003-02-18 [colin]      0.8.10claws24
3627         
3628         * src/stock_pixmap.c
3629                 fix compile error
3630
3631 2003-02-18 [colin]      0.8.10claws23
3632
3633         * src/common/smtp.[ch]
3634           src/prefs_account.c
3635                 Try to starttls if it seems to be the only
3636                 way to authenticate a user
3637
3638 2003-02-18 [paul]       0.8.10claws22
3639
3640         * src/Makefile.am
3641           src/folderview.c
3642           src/stock_pixmap.[ch]
3643           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3644           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3645                 as a Drafts folder is a special folder allow it to have
3646                 its own unique icons
3647
3648 2003-02-18 [colin]      0.8.10claws21
3649
3650         * src/imap.c
3651                 Fix port selection when using starttls
3652
3653 2003-02-18 [paul]       0.8.10claws20
3654
3655         * src/mainwindow.c
3656           src/prefs_common.[ch]
3657                 make blue the default new mail colour
3658
3659 2003-02-18 [paul]       0.8.10claws19
3660
3661         * sync with 0.8.10cvs14
3662                 see ChangeLog 2003-02-18
3663
3664 2003-02-17 [jens]       0.8.10claws18
3665
3666         * src/common/md5.c
3667                 fixed a compile problem with gcc 3.3
3668                 works on 2.95.3 too (testet on PPC as it is big endian)
3669
3670 2003-02-17 [paul]       0.8.10claws17
3671
3672         * sync with 0.8.10cvs13
3673                 see ChangeLog 2003-02-17
3674
3675 2003-02-17 [paul]       0.8.10claws16
3676
3677         * sync with 0.8.10cvs12
3678                 see ChangeLog 2003-02-17
3679
3680 2003-02-16 [match]      0.8.10claws15
3681
3682         * src/addressbook.c
3683                 Eliminates reloading of address data when items
3684                 deleted or added. Applied submitted by
3685                 Luke Plant <lukeplant@softhome.net>
3686
3687 2003-02-16 [paul]       0.8.10claws14
3688
3689         * src/news.c
3690                 when a 'protocol error' is encountered disconnect from
3691                 the server. This means that the user can carry on viewing
3692                 other articles and doesn't have to either wait until the
3693                 server timesout or quit sylpheed.
3694                 Fixes bug #53 'Unable to read messages in newsgroups, 
3695                 displayed message doesn't change'
3696
3697 2003-02-15 [christoph]  0.8.10claws13
3698
3699         * src/imap.c
3700                 fix bug that stopped scanning of folders when an
3701                 IMAP folder was empty
3702
3703         (closes bug 46 stop scan messages in folders after empty folder)
3704
3705 2003-02-15 [paul]
3706
3707         * tools/Makefile.am
3708           tools/README
3709           tools/freshmeat_search.pl     ** NEW FILE **
3710           tools/google_search.pl        ** NEW FILE **
3711                 Add 2 Actions scripts which search freshmeat/google
3712                 for the selected text using the browser configured
3713                 in sylpheedrc.
3714                 
3715         Note: These scripts are very dependent on the format of the
3716         browser command and may not work on every occasion. Testing
3717         is welcome. 
3718
3719 2003-02-14 [alfons]     0.8.10claws12
3720
3721         * src/compose.c
3722                 fix breakage because of uninitialized account pointer.
3723                 please verify.
3724
3725 2003-02-14 [paul]       0.8.10claws11
3726
3727         * src/compose.c
3728           src/prefs_account.[ch]
3729           src/prefs_common.[ch]
3730                 move signature settings to Account Prefs
3731
3732 2003-02-14 [paul]       0.8.10claws10
3733
3734         * sync with 0.8.10cvs11
3735                 see ChangeLog 2003-02-14
3736
3737 2003-02-13 [thorsten]   0.8.10claws9
3738
3739         * src/news.c
3740                 revert news progressbar (GUI separation)
3741
3742 2003-02-13 [paul]       0.8.10claws8
3743
3744         * src/compose.c
3745                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3746                 paragraph 1
3747
3748 2003-02-13 [paul]       0.8.10claws7
3749
3750         * src/compose.[ch]
3751           src/summaryview.c
3752                 fix 'Follow-up and Reply-to' so that it creates a reply to
3753                 the newsgroup and the sender. If the message has the keyword
3754                 'poster' in the Followup-To header, all replies go to the
3755                 sender, re: RFC 1036, Section 2.2.3
3756                 rename all instances of 'ignore_replyto' to 'to_sender', both
3757                 were previously used, now we use just one.
3758
3759 2003-02-13 [paul]       0.8.10claws6
3760
3761         * sync with 0.8.10cvs9
3762                 see ChangeLog 2003-02-13
3763
3764 2003-02-13 [paul]       0.8.10claws5
3765
3766         * configure.ac
3767                 show which plugins are configured in the configure
3768                 output.
3769
3770 2003-02-12 [thorsten]   0.8.10claws4
3771
3772         * src/news.c
3773                 show progress while fetching news headers
3774
3775 2003-02-12 [christoph]  0.8.10claws3
3776
3777         * configure.ac
3778         * src/plugins/Makefile.am
3779                 use AM_CONDITIONAL to enable plugins, automake correctly
3780                 manages this when creating distdir
3781
3782 2003-02-12 [christoph]  0.8.10claws2
3783
3784         * ac/spamassassin.m4
3785         * src/plugins/spamassassin/Makefile.am
3786                 fix building SpamAssassin plugin without OpenSSL
3787
3788 2003-02-12 [paul]       0.8.10claws1
3789
3790         * ac/Makefile.am
3791           src/Makefile.am
3792           src/plugins/Makefile.am
3793                 fix failure of 'make release'
3794
3795 2003-02-12 [paul]       0.8.10claws
3796
3797         * 0.8.10claws released
3798
3799 2003-02-12 [paul]       0.8.9claws56
3800
3801         * po/bg.po
3802           po/es.po
3803           po/it.po
3804           po/ru.po
3805           po/sr.po
3806                 updated translations by George Danchev, Ricardo Mones Lastra,
3807                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3808                 
3809         * sylpheed.spec.in
3810                 Allow the building of RPMs by a regular user. Submitted
3811                 by Sergei Astanin
3812
3813 2003-02-11 [alfons]     0.8.9claws55
3814
3815         * src/colorlabel.c
3816                 don't use pixmaps for label color rect but draw rectangles
3817                 so we can respect the color map of palette based visuals
3818                 (fixes the long time crashes on Suns - thanks to Andreas
3819                 Engel and Steve O'Hara-Smith for testing)
3820
3821 2003-02-11 [christoph]  0.8.9claws54
3822
3823         * src/matcher_parser_parse.y
3824                 correct bug where filering rules of not existing folders in
3825                 matcherrc were added to global filtering
3826                 
3827         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3828          main filter-rules after removing directory, http://bugs.debian.org/180253)
3829         
3830 2003-02-11 [paul]       0.8.9claws53
3831
3832         * sync with 0.8.10cvs7
3833                 see ChangeLog 2003-02-09
3834
3835 2003-02-11 [melvin]     0.8.9claws52
3836
3837         * po/fr.po
3838                 Updated French tranlsations
3839
3840 2003-02-10 [paul]       0.8.9claws51
3841
3842         * sylpheed.spec.in
3843                 correct --enable-openssl
3844                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3845
3846 2003-02-09 [martin]     0.8.9claws50
3847
3848         * src/prefs_matcher.c
3849                 fix segfault in prefs_matcher_substitute_cb() when
3850                 no row is selected
3851
3852 2003-02-09 [paul]       0.8.9claws49
3853
3854         * src/folderview.c
3855                 fix bug where a newsgroup folder's processing rules were
3856                 merged with the global filtering rules when the newsgroup
3857                 folder was deleted, causing some seriously bad results,
3858                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3859
3860 2003-02-08 [melvin]     0.8.9claws48
3861
3862         * src/compose.c
3863                 Corrected and modified an alert message.
3864
3865 2003-02-07 [paul]       0.8.9claws47
3866
3867         * src/folderview.c
3868                 fix bug where both an 'Account properties' window and a
3869                 'Folder properties' window were opened when clicking on
3870                 'Properties' in an NNTP or IMAP folder's popup menu.
3871
3872 2003-02-07 [paul]       0.8.9claws46
3873
3874         * sync with 0.8.10cvs6
3875                 see ChangeLog 2003-02-06
3876
3877 2003-02-06 [christoph]  0.8.9claws45
3878
3879         * src/mbox.c
3880                 freeze folder updates while importing mbox files
3881                 (closes bug 43 importing mbox took hours)
3882                 
3883         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3884
3885 2003-02-06 [thorsten]   0.8.9claws44
3886
3887         * po/de.po
3888                 Updated german translations
3889
3890 2003-02-06 [thorsten]   0.8.9claws43
3891
3892         * src/news.h
3893                 use guint for message numbers (fix count in grouplist dialog)
3894
3895 2003-02-05 [paul]       0.8.9claws42
3896
3897         * sync with 0.8.10cvs2
3898                 see ChangeLog 2003-02-05
3899
3900 2003-02-04 [colin]      0.8.9claws41
3901
3902         * src/prefs_common.[ch]
3903           src/procmsg.c
3904           src/summaryview.c
3905                 Add an option to disable threading by subject
3906
3907 2003-02-04 [christoph]  0.8.9claws40
3908
3909         * src/inc.c
3910                 only abort fetching mails from multiple accounts when the
3911                 error is fatal and does not allow to check any more accounts
3912                 (currently only disk full error)
3913
3914         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3915          receive mails for other accouts)
3916
3917 2003-02-04 [christoph]  0.8.9claws39
3918
3919         * src/folder.c
3920                 first add the new message to the cache, then
3921                 send the update notification
3922
3923         (closes bug 39 after sending message folderview doesnt get updated)
3924
3925 2003-02-04 [colin]      0.8.9claws38
3926
3927         * src/inc.c
3928                 _really_ fix this Connecting... status
3929
3930 2003-02-04 [paul]       0.8.9claws37
3931
3932         * sync with 0.8.10
3933                 see ChangeLog 2003-02-04
3934
3935 2003-02-04 [paul]       0.8.9claws36
3936
3937         * sync with 0.8.9cvs6
3938                 see ChangeLog 2003-02-03
3939
3940 2003-02-04 [paul]       0.8.9claws35
3941
3942         * po/pt_BR.po
3943                 updated by André Filipe de Assunção e Brito 
3944                 <bedecko@netsite.com.br>
3945
3946 2003-02-03 [thorsten]   0.8.9claws34
3947
3948         * po/de.po
3949                 Updated german translations
3950
3951 2003-02-02 [paul]       0.8.9claws33
3952
3953         * po/es.po
3954                 updated by Ricardo Mones Lastra
3955
3956 2003-02-02 [thorsten]   0.8.9claws32
3957
3958         * src/mh.c
3959                 Fix mh_get_msginfo() segfault if file is inaccessible
3960
3961 2003-01-31 [colin]      0.8.9claws31
3962
3963         * src/procheader.c
3964                 Fix last commit's bug
3965
3966 2003-01-31 [colin]      0.8.9claws30
3967
3968         * src/procheader.c
3969                 Missing a change for gpg-signed messages
3970
3971 2003-01-31 [paul]       0.8.9claws29
3972
3973         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3974           src/procheader.c
3975           src/stock_pixmap.[ch]
3976           src/summaryview.c
3977                 indicate GnuPG signed messages by displaying an icon
3978                 in the Attachment column.
3979
3980 2003-01-31 [paul]       0.8.9claws28
3981
3982         * sync with 0.8.9cvs4
3983                 see ChangeLog 2003-01-31
3984
3985 2003-01-31 [alfons]     0.8.9claws27
3986
3987         * src/textview.c
3988                 tune URI parser to accept mailto URLs with a '?'
3989                 (patch from Ruslan Balkin)
3990
3991 2003-01-31 [colin]      0.8.9claws26
3992
3993         * src/summaryview.c
3994                 Fix a leak introduced in claws24
3995
3996 2003-01-31 [colin]      0.8.9claws25
3997
3998         * src/summaryview.c
3999                 Freeze/Thaw folder updates when deleting dups
4000
4001 2003-01-31 [colin]      0.8.9claws24
4002         
4003         * src/addr_compl.c
4004           src/summaryview.c
4005           src/msgcache.c
4006                 little speed improvements
4007
4008 2003-01-31 [colin]      0.8.9claws23
4009
4010         * src/summaryview.c
4011                 Fix segfault when forwarding nothing
4012                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4013                 
4014 2003-01-30 [paul]       0.8.9claws22
4015
4016         * sync with 0.8.9cvs3
4017                 see ChangeLog 2003-01-30
4018
4019 2003-01-30 [paul]       0.8.9claws21
4020
4021         * sync with 0.8.9cvs2
4022                 see ChangeLog 2003-01-30
4023
4024 2003-01-29 [paul]       0.8.9claws20
4025
4026         * sync with 0.8.9cvs1
4027                 see ChangeLog 2003-01-29
4028
4029 2003-01-28 [paul]       0.8.9claws19
4030
4031         * po/POTFILES.in
4032                 update to reflect changes. 
4033                 thanks to Ricardo Mones Lastra
4034
4035 2003-01-27 [christoph]  0.8.9claws18
4036
4037         * ac/openssl.m4
4038         * ac/spamassassin.m4
4039         * src/plugins/spamassassin/README
4040         * src/plugins/spamassassin/libspamc.[ch]
4041         * src/plugins/spamassassin/utils.[ch]
4042                 updated to latest libspamc
4043
4044 2003-01-27 [christoph]  0.8.9claws17
4045
4046         * src/folder.c
4047                 fix wrong use of procheader_get_header_fields
4048
4049 2003-01-27 [christoph]  0.8.9claws16
4050
4051         * src/news.c
4052         * src/prefs_account.[ch]
4053         * src/common/nntp.[ch]
4054                 allow to force authentication for NNTP servers
4055
4056         Patch submitted by Florian Mickler <dmk@d-labs.de>
4057
4058 2003-01-26 [paul]       0.8.9claws15
4059
4060         * src/summaryview.c
4061                 speed up of marking messages as read
4062                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4063
4064 2003-01-26 [christoph]  0.8.9claws14
4065
4066         * src/Makefile.am
4067         * src/mgutils.[ch]              ** REMOVE **
4068         * src/xml.[ch]                  ** REMOVE **
4069         * src/xmlprops.[ch]             ** REMOVE **
4070         * src/common/Makefile.am
4071         * src/common/mgutils.[ch]       ** NEW **
4072         * src/common/xml.[ch]           ** NEW **
4073         * src/common/xmlprops.[ch]      ** NEW **
4074                 move xml files to common directory
4075
4076 2003-01-26 [christoph]  0.8.9claws13
4077
4078         * src/plugins/spamassassin/spamassassin_gtk.c
4079                 only set gtk entry text if string is available
4080
4081 2003-01-26 [melvin]     0.8.9claws12
4082
4083         * src/description_window.c
4084                 Allow resizing of the window
4085                 Allow automatic horizontal scroll bar
4086                 Do not vertically expand and fill
4087
4088 2003-01-26 [christoph]  0.8.9claws11
4089
4090         * src/Makefile.am
4091         * src/gtkutils.[ch]             ** REMOVE **
4092         * src/common/sylpheed.c
4093         * src/gtk/Makefile.am
4094         * src/gtk/description_window.c
4095         * src/gtk/gtkutils.[ch]         ** NEW **
4096         * src/gtk/prefswindow.c
4097                 move gtkutils to gtk directory
4098
4099 2003-01-26 [paul]       0.8.9claws10
4100
4101         * src/summaryview.c
4102                 rename summary_unread_clicked() to summary_status_clicked()
4103
4104 2003-01-26 [melvin]     0.8.9claws9
4105
4106         * src/prefs_actions.c
4107                 Cosmetical changes to the help text
4108
4109 2003-01-26 [paul]       0.8.9claws8
4110
4111         * src/folder.[ch]
4112           src/mainwindow.c
4113           src/prefs_common.c
4114           src/prefs_sumamry_column.c
4115           summaryview.[ch]
4116                 rename the 'Unread' column to 'Status'
4117
4118 2003-01-25 [match]      0.8.9claws7
4119
4120         * src/mgutils.[ch]
4121                 removed reference to LDAP constants. removed error2string.
4122                 included functions to support LDAP dynamic queries.
4123         * src/syldap.h
4124                 moved LDAP constants here.
4125         * src/addressbook.c
4126         * src/addrindex.c
4127         * src/importldif.c
4128                 removed references to LDAP constants and references to
4129                 error2string.
4130
4131 2003-01-25 [paul]       0.8.9claws6
4132
4133         * src/summaryview.c
4134                 summary_thread_build(), summary_thread_init(): remove 
4135                 unneeded reference to summaryview->folder_item
4136
4137 2003-01-25 [christoph]  0.8.9claws5
4138
4139         * src/gtk/description_window.c
4140                 o allow description texts to expand over multiple columns
4141                 o translate all columns
4142         * src/prefs_actions.c
4143                 change syntax description to use new multi column feature
4144
4145         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4146
4147 2003-01-25 [match]      0.8.9claws4
4148
4149         * src/vcard.c
4150                 fixed bug with Quoted-Printable
4151
4152 2003-01-25 [paul]       0.8.9claws3
4153
4154         * src/folder.[ch]
4155           src/summaryview.[ch]
4156                 implement per-folder collapsed/expanded threads setting
4157                 
4158         * src/prefs_common.c
4159                 remove global collapsed/expanded threads option
4160
4161 2003-01-25 [christoph]  0.8.9claws2
4162
4163         * po/POTFILES.in
4164                 add pluginwindow and prefswindow
4165         * src/compose.c
4166                 make send respond correctly to messages that could be added
4167                 to the queue folder, but the UID of the message is unknown
4168         * src/folder.c
4169         * src/imap.c
4170                 don't return guessed UIDs in imap_add_msg anymore. We return
4171                 0 to tell the folder system it was appened but the UID is
4172                 unknown. Folder system now get's the UID by scaning the folder
4173                 and searching the cache for the Message-ID
4174                 (closes bug #29 Messages queued, but not sent)
4175
4176 2003-01-25 [paul]       0.8.9claws1
4177
4178         * src/codeconv.c
4179                 conv_encode_header():  fix bug when long headers with 8-bit
4180                 characters are used, so that the encoded words are wrapped.
4181                 If the space in the original text falls on the wrap boundary,
4182                 it can be lost.
4183                 Patch by Sergey Vlasov.
4184                 
4185         * src/folderview.c
4186                  fix bug where a change to the sorting method or thread view
4187                  of a folder's messages is lost if simpify-subject is set and
4188                  toggled on or off.
4189                  Patch by Luke Plant.
4190
4191 2003-01-24 [paul]       0.8.9claws
4192
4193         * sylpheed-0.8.9claws released
4194         
4195         * Makefile.am
4196           sylpheed.spec.in
4197                 remove reference to 'INSTALL.jp'
4198
4199 2003-01-23 [paul]       0.8.8claws128
4200
4201         * po/es.po
4202           po/it.po
4203           po/ru.po
4204           po/sr.po
4205                 updated translations. submitted by Ricardo Mones Lastra,
4206                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4207
4208 2003-01-23 [colin]      0.8.8claws127
4209
4210         * src/compose.c
4211                 Fix drafted and queued news articles re-edition
4212
4213 2003-01-23 [melvin]     0.8.8claws126
4214
4215         * po/fr.po
4216                 Updated French translations
4217
4218 2003-01-23 [colin]      0.8.8claws125
4219
4220         * src/inc.c
4221                 Fix "Connecting to..." status message
4222
4223 2003-01-22 [paul]       0.8.8claws124
4224
4225         * po/bg.po
4226                 updated by George Danchev
4227                 
4228         * src/folder.c
4229                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4230                 and folder deletion
4231
4232 2003-01-21 [paul]       0.8.8claws123
4233
4234         * po/bg.po
4235                 updated by George Danchev
4236                 
4237         * src/about.c
4238                 its now 2003
4239                 
4240         * src/toolbar.c
4241                 don't translate 'Separator'
4242                 
4243         * src/plugins/spamassassin/Makefile.am
4244                 add aspell to CPPFLAGS
4245                 
4246         * src/plugins/spamassassin/spamassassin.c
4247           src/plugins/spamassassin/spamassassin_gtk.c
4248                 set correct default for spamassassin_receive_spam
4249                 slightly re-word descriptions and some
4250                 other minor changes
4251
4252 2003-01-19 [alfons]     0.8.8claws122
4253                 
4254         * src/mimeview.c
4255                 mimeview_save_as(): we might as well show the file name for
4256                 the single case "Save As" too
4257
4258 2003-01-19 [alfons]     0.8.8claws121
4259
4260         * src/crash.c
4261                 change bug tracker URL to bugzilla URL
4262
4263 2003-01-19 [alfons]     0.8.8claws120
4264
4265         * src/mimeview.c
4266                 mimeview_save_all(): display name of file before overwriting;
4267                 continue saving all, even when one overwrite was cancelled
4268
4269 2003-01-19 [christoph]  0.8.8claws119
4270
4271         * src/summaryview.c
4272         * src/procmsg.[ch]
4273                 fix wrong usage of procmsg_find_children in summaryview
4274                 by using procmsg_update_unread_children instead of
4275                 summaryview_update_unread_children
4276
4277 2003-01-19 [christoph]  0.8.8claws118
4278
4279         * src/procmsg.c
4280                 fix infinite loop in procmsg_find_children
4281                  (closes bug #25 sylpheed crashes on delete.)
4282
4283         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4284
4285 2003-01-19 [paul]       0.8.8claws117
4286
4287         * po/pt_BR.po
4288                 updated by Ivan Francolin Martinez
4289
4290 2003-01-18 [melvin]     0.8.8claws116
4291
4292         * src/prefs_actions.c
4293                 Removed syntax limitation of only one '&' at the end of command.
4294                         Now actions that contain '>/dev/null 2>&1' are possible.
4295
4296 2003-01-18 [melvin]     0.8.8claws115
4297
4298         * src/prefs_actions.c
4299                 Actions IO dialog: when the action ends
4300                 the "Close" button now has focus and [Escape] closes the
4301                 window.
4302
4303 2003-01-18 [christoph]  0.8.8claws114
4304
4305         * src/procmsg.c
4306                 o add debug output when MsgInfos are really freed
4307                 o free GSLists in procmsg_find_children and
4308                   procmsg_update_unread_children
4309
4310 2003-01-18 [christoph]  0.8.8claws113
4311
4312         * src/mainwindow.c
4313                 reorder Configuration menu
4314
4315 2003-01-18 [christoph]  0.8.8claws112
4316
4317         * src/compose.c
4318                 fix applying templates to forwarded messages
4319
4320         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4321
4322 2003-01-17 [christoph]  0.8.8claws111
4323
4324         * src/folder.c
4325                 destroy folder items, when a folder item is removed
4326
4327 2003-01-17 [christoph]  0.8.8claws110
4328
4329         * src/folder.c
4330                 fix wrong folder stats update when ignored message is
4331                 deleted
4332
4333 2003-01-17 [colin]      0.8.8claws109
4334         
4335         * src/mainwindow.c
4336         * src/summaryview.c
4337                 Quicksearch bugfixes: 
4338                 - hide help button at startup if not extended
4339                 - switch to extended when looking for replies
4340
4341 2003-01-17 [paul]
4342
4343         * sync with 0.8.9 release
4344
4345 2003-01-17 [paul]       0.8.8claws108
4346
4347         * sync with 0.8.8cvs11
4348                 see ChangeLog 2003-01-17
4349
4350 2003-01-16 [colin]      0.8.8claws107
4351
4352         * src/procmsg.c
4353                 Changed encryption test to re-ask passphrase
4354                 if an encrypted message hasn't been decrypted
4355                 Fixes bug #5
4356
4357 2003-01-16 [christoph]  0.8.8claws106
4358
4359         * src/prefs_gtk.c
4360         * src/prefs_toolbar.c
4361         * src/gtk/prefswindow.h
4362         * src/plugins/spamassassin/spamassassin_gtk.c
4363                 remove page destroy function that is not used anymore
4364
4365 2003-01-16 [paul]       0.8.8claws105
4366
4367         * sync with 0.8.8cvs9
4368                 see ChangeLog 2002-01-16
4369
4370 2003-01-16 [colin]      0.8.8claws104
4371
4372         * src/compose.[ch]
4373                 Fix bug with autosaved drafts for IMAP, when draft
4374                 folder is specified - fixes bugzilla bug #20
4375
4376 2003-01-15 [paul]       0.8.8claws103
4377
4378         * src/compose.[ch]
4379           src/procmsg.c
4380                 store folder and message-id of message forwarding
4381                 in queue header and set forward flag after sending
4382
4383 2003-01-15 [paul]       0.8.8claws102
4384
4385         * sync with 0.8.8cvs8
4386                 see ChangeLog 2002-01-15
4387
4388 2003-01-15 [colin]      0.8.8claws101
4389
4390         * src/Makefile.am
4391                 Fix linking with GNU libiconv
4392
4393 2003-01-15 [darko]      0.8.8claws100
4394
4395         * src/pine.c
4396                 fix crash when importing pine address book
4397                 entry with an empty name (reported by DY
4398                 <dybulk at tri8.net>)
4399
4400 2003-01-14 [paul]       0.8.8claws99
4401
4402         * configure.in  ** REMOVED **
4403           configure.ac  ** NEW FILE **
4404                 rename configure.in to configure.ac, as it is now
4405                 preferred
4406
4407 2003-01-14 [melvin]     0.8.8claws98
4408
4409         * src/folderview.c
4410                 folderview_check_new(): More precise function description
4411
4412 2003-01-14 [melvin]     0.8.8claws97
4413
4414         * src/folderview.c
4415                 folderview_check_new(): return the number of new messages 
4416                         since last check.
4417         * src/inc.c
4418                 inc_account_mail(): Disable counting of new messages for IMAP
4419                         and NNTP until bug [19] and [14] are fixed.
4420
4421 2003-01-14 [paul]       0.8.8claws96
4422
4423         * sync with 0.8.8cvs6
4424                 see ChangeLog 2003-01-14
4425
4426 2003-01-13 [alfons]     0.8.8claws95
4427
4428         * src/textview.c
4429                 tune email address validation (c. 0.8.8claws89): if . is 
4430                 just one char away from @, the address is invalid too 
4431                 (correctly rejects addresses like foo@.com)
4432
4433 2003-01-13 [paul]       0.8.8claws94
4434
4435         * src/messageview.c
4436           src/toolbar.c
4437                 fixes to the Message View toolbar and menu:
4438                 fix non-functioning Forward button
4439                 make Reply button consider default_reply_list
4440                 remove 'Follow-up...' menu entry
4441                 add 'Forward' and 'Redirect' menu entries
4442
4443 2003-01-13 [melvin]     0.8.8claws93
4444
4445         * src/inc.c
4446                 Fixed typo that could make new messages count incorrect.
4447
4448 2003-01-13 [melvin]     0.8.8claws92
4449
4450         * src/folderview.[ch]
4451                 folderview_check_new(): return the number of new messages.
4452         * src/inc.c
4453                 Should fix bug [14] where new mail notification worked 
4454                         incorrectly with IMAP accounts.
4455                 inc_spool_account(): return number of new msgs, or -1 on error
4456                 inc_all_spool(): return number of new msgs
4457                 
4458 2003-01-13 [melvin]     0.8.8claws91
4459
4460         * src/prefs_actions.c
4461                 Justify help text.
4462
4463 2003-01-12 [thorsten]   0.8.8claws90
4464
4465         * src/common/prefs.c
4466                 close file before rename
4467
4468 2003-01-12 [alfons]     0.8.8claws89
4469
4470         * AUTHORS
4471                 add Christian Mertes
4472         * src/common/utils.[ch]
4473                 g_stricase_hash(), g_stricase_equal(): functions for 
4474                 case insensitive hash tables
4475         * src/textview.c
4476                 use top level domain names to validate email address, based
4477                 on a patch by Christian Mertes (thanks!), but changed 
4478                 implementation to use a hash table 
4479
4480 2003-01-12 [paul]       0.8.8claws88
4481
4482         * po/bg.po
4483                 updated by George Danchev
4484
4485 2003-01-12 [alfons]     0.8.8claws87
4486
4487         * src/summaryview.c
4488                 delete / execute performance: use new style folder update
4489
4490 2003-01-12 [paul]       0.8.8claws86
4491
4492         * sync with 0.8.8cvs5
4493                 see ChangeLog 2003-01-13 (!)
4494
4495 2003-01-12 [alfons]     0.8.8claws85
4496
4497         * src/filtering.c
4498         * src/matcher_parser_parse.y
4499                 prepare change_score filtering action
4500         * src/matcher.[ch]
4501                 give up const-correctness on functions that call non-const-correct functions;
4502                 several casts to gpointer in g_free();
4503                 add change_score;
4504
4505 2003-01-12 [christoph]  0.8.8claws84
4506
4507         * src/compose.c
4508                 fix 2 warnings
4509
4510         * src/gtk/prefswindow.[ch]
4511         * src/plugins/spamassassin/spamassassin_gtk.c
4512                 changed the call of the widget create function
4513                 for PrefsPages, because sometimes the widget
4514                 create function needs a widget that already has
4515                 been attached to a window (to create GDK pixmaps
4516                 for exmaple). So we simply pass the GtkWindow as
4517                 the second parameter now.
4518
4519         * src/main.c
4520         * src/mainwindow.c
4521         * src/prefs_toolbar.[ch]
4522                 rewrite Toolbar Preferences using the new
4523                 prefs window
4524
4525 2003-01-11 [alfons]     0.8.8claws83
4526
4527         * src/addressadd.c
4528                 fix crash when adding sender to addressbook because status bar
4529                 isn't there (the status bar doesn't seem to be used though,
4530                 but I'll let Match decide what to do with it)
4531
4532 2003-01-11 [colin]      0.8.8claws82
4533
4534         * src/main.c
4535           src/toolbar.c
4536                 Two useless changes reversed
4537
4538 2003-01-11 [colin]      0.8.8claws81
4539
4540         * src/mainwindow.c
4541           src/mainwindow.h
4542                 Add mainwindow_get_mainwindow()
4543         * src/alertpanel.c
4544           src/alertpanel.h
4545                 Add alertpanel_error_log() 
4546         * src/compose.c
4547           src/inc.c
4548           src/messageview.c
4549           src/toolbar.c
4550           src/main.c
4551           src/procmsg.c
4552                 Network errors get a View Log button
4553
4554 2003-01-10 [alfons]     0.8.8claws80
4555
4556         * src/prefs_toolbar.c
4557         * src/toolbar.c
4558                 use the translatable string for "Separator" as file name for
4559                 separator toolbar items (probably make this uppercase?)
4560
4561 2003-01-10 [alfons]     0.8.8claws79
4562
4563         * src/prefs_toolbar.c
4564                 put right A_SEPARATOR description string in "displayed
4565                 toolbar items list" so manually added separators are
4566                 saved correctly (bug #10, "Adding a separator to the main 
4567                 toolbar fails, entry in xml file is wrong")
4568
4569 2003-01-10 [christoph]  0.8.8claws78
4570
4571         * src/imap.c
4572                 o fix warnings
4573                 o use CAPABILITY to check if NAMESPACE is available
4574
4575 2003-01-10 [christoph]  0.8.8claws77
4576
4577         * src/imap.[ch]
4578                 apply UIDPLUS IMAP extension support patch
4579
4580         Patch submitted by Simon 'corecode' Schubert
4581
4582 2003-01-10 [paul]       0.8.8claws76
4583
4584         * src/folderview.c
4585                 a sync from main which fixes the news account folders'
4586                 Properties bug
4587
4588 2003-01-10 [christoph]  0.8.8claws75
4589
4590         * src/folder.c
4591                 don't accept 0 as a valid uid returned by copy and move
4592                 functions. 0 means the message was copied or moved but the
4593                 new uid could not be fetched. It is not an error condition
4594                 for the copy or move operation.
4595
4596 2003-01-10 [paul]       0.8.8claws74
4597
4598         * src/prefs_filtering.c
4599                 change English used in Alert when entry is not
4600                 saved.
4601                 
4602         * sync with 0.8.8cvs4
4603                 see ChangeLog 2003-01-10
4604
4605 2003-01-10 [darko]      0.8.8claws73
4606
4607         * src/pine.c
4608                 fix crash when importing address book entry
4609                 without a valid address
4610
4611 2003-01-09 [alfons]     0.8.8claws72
4612
4613         * src/inc.c
4614                 filtering performance: use new style folder update
4615
4616 2003-01-09 [christoph]  0.8.8claws71
4617
4618         * src/compose.c
4619         * src/gtk/menu.[ch]
4620                 fix wrong selecting of mime encoding type, when
4621                 opening property dialog of attachments in the
4622                 compose window. 7bit was always selected and that
4623                 destoryed files with 8bit data.
4624                 (closes bug #9 Sylpheed-claws destroys attachments when
4625                  changing MIME-types)
4626
4627 2003-01-09 [paul]       0.8.8claws70
4628
4629         * sync with 0.8.8cvs3
4630                 see ChangeLog 2003-01-09
4631
4632 2003-01-08 [alfons]     0.8.8claws69
4633         
4634         * src/addressadd.c
4635                 apply patch by Kim Schulz to fix build breakage
4636                 because of missing variable
4637
4638 2003-01-08 [paul]       0.8.8claws68
4639
4640         * sync with 0.8.8cvs2
4641                 see ChangeLog 2002-01-08
4642
4643 2003-01-08 [paul]       0.8.8claws67
4644
4645         * po/it.po
4646                 updated by Alessandro Maestri
4647                 
4648         * src/addressadd.c
4649                 when using 'Add sender to addressbook' allow
4650                 name to be edited and remarks to be entered
4651                 Patch submitted by Luke Plant
4652
4653 2003-01-08 [darko]      0.8.8claws66
4654
4655         * README.claws, src/summaryview.c
4656                 fix description for marked messages
4657
4658 2003-01-08 [paul]
4659
4660         * tools/Makefile.am
4661           tools/launch_phoenix  ** NEW FILE **
4662                 add script that enables using Phoenix as the default
4663                 web browser. 
4664                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4665                 
4666         * tools/OOo2sylpheed.pl
4667                 remove full path to sylpheed executable, just 'sylpheed'
4668                 will do
4669                 
4670         * tools/README
4671                 add launch_phoenix informtion and re-arrange and compress
4672                 the data a little
4673
4674 2003-01-07 [christoph]  0.8.8claws65
4675
4676         * src/folder.c
4677                 fix update for source folder when moving messages
4678         * src/procmsg.[ch]
4679         * src/summaryview.c
4680                 use function to set to_folder for message infos and
4681                 automatically update the op_count for old and new
4682                 folder
4683
4684 2003-01-07 [melvin]     0.8.8claws64
4685
4686         * src/prefs_actions.c
4687                 Fixed bug where an '%p' Action on a displayed image crashed 
4688                         Sylpheed
4689                 Code clean up (get rid of duplicated code and removed unnecessary 
4690                                 structure member)
4691
4692 2003-01-07 [christoph]  0.8.8claws63
4693
4694         * src/compose.c
4695         * src/folder.[ch]
4696         * src/folderview.c
4697         * src/import.c
4698         * src/inc.c
4699         * src/main.c
4700         * src/mainwindow.c
4701         * src/messageview.c
4702         * src/prefs_folder_item.c
4703         * src/procmsg.c
4704         * src/summaryview.c
4705         * src/toolbar.c
4706                 o remove all folder update triggering from the UI code. The folder
4707                   system should know much better when a folder needs an update.
4708                 o to prevent multiple updates in a row the folder updates can be
4709                   frozen for some time.
4710
4711                 Note: - Please verify that no updates are missing
4712                       - Check where freeze/thaws should be added
4713
4714 2003-01-07 [christoph]  0.8.8claws62
4715
4716         * src/prefs_actions.c
4717                 don't translate empty strings
4718
4719         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4720
4721 2003-01-06 [christoph]  0.8.8claws61
4722
4723         * src/prefs_actions.c
4724                 mark strings for gettext
4725         * src/prefs_matcher.c
4726                 use new description window for Execute action and
4727                 match condition in Filtering
4728
4729         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4730
4731 2003-01-06 [alfons]     0.8.8claws60
4732
4733         keep myself inspired to re-organize matcher part 8; 
4734         yes, more to come (I need to move out the descriptive
4735         text for actions to matcher.c, or at least make it not
4736         depend on the wicked ordering)
4737
4738         * src/prefs_matcher.c
4739                 add documentation so others may comprehend the
4740                 UI part of the conditions
4741                 
4742 2003-01-06 [christoph]  0.8.8claws59
4743
4744         * src/prefs_actions.c
4745                 use new description window for syntax help
4746         * src/gtk/description_window.c
4747                 fix display of descriptions with column count != 2
4748
4749         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4750
4751 2003-01-06 [christoph]  0.8.8claws58
4752
4753         * src/quote_fmt.c
4754         * src/summaryview.[ch]
4755         * src/gtk/Makefile.am
4756         * src/gtk/description_window.[ch]       ** NEW **
4757                 use a generic window to display syntax descriptions
4758                 currently used in quote_fmt and summaryview (new description
4759                 for extended quick search)
4760
4761         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4762
4763 2003-01-06 [paul]       0.8.8claws57
4764
4765         * sync with 0.8.8cvs1
4766                 see ChangeLog 2003-01-06
4767
4768 2003-01-06 [christoph]  0.8.8claws56
4769
4770         * src/mainwindow.c
4771         * src/prefs_gtk.[ch]
4772         * src/gtk/prefswindow.[ch]
4773         * src/plugins/spamassassin/spamassassin_gtk.c
4774                 o remove page management from prefswindow, pages
4775                   will be an argument to prefswindow_open
4776                 o prefswindow_open gets a datapointer that is
4777                   passed to the widget_create function to allow
4778                   creation of prefswindow for specific items
4779
4780 2003-01-06 [colin]      0.8.8claws55
4781         
4782         * src/summaryview.c
4783                 We don't want regexp in the reply-finder, 
4784                 because MIDs can contain !,$,. and so on
4785
4786 2003-01-06 [jens]       0.8.8claws54
4787
4788         * src/jpilot.c
4789                 fixed a wrong free in jpilot_read_db_files
4790
4791 2003-01-06 [alfons]     0.8.8claws53
4792
4793         re-organize matcher part 8; more to come
4794        
4795         * src/matcher.c
4796                 matcherprop_to_string(): put g_free()s before the
4797                 switch-case break to fix memleaks                
4798
4799 2003-01-06 [colin]      0.8.8claws52
4800
4801         * src/summaryview.c
4802                 cleanup & reply-finder now displays the first 
4803                 matching message
4804
4805 2003-01-05 [alfons]     0.8.8claws51
4806
4807         re-organize matcher part 7; more to come
4808
4809         * src/matcher.[ch]
4810                 fixes for constant correctness;
4811                 more documentation;
4812
4813 2003-01-05 [alfons]     0.8.8claws50
4814
4815         re-organize matcher part 6; more to come
4816         
4817         * src/matcher.[ch]
4818                 fixes for constant correctness;
4819                 more documentation;
4820         * src/filtering.c
4821                 fix for constant correctness
4822
4823 2003-01-05 [colin]      0.8.8claws49
4824
4825         * src/account.[ch]
4826                 Add account_get_reply_account function
4827         * src/compose.c
4828                 Use account_get_reply_account function 
4829         * src/summaryview.c
4830                 Basic reply-finder - click on the replied
4831                 icon gets you to the outbox using quick-search
4832
4833 2003-01-05 [paul]       0.8.8claws48
4834
4835         * src/prefs_common.c
4836                 small change to English
4837                 
4838         * src/prefs_filtering.c
4839                 prefs_filtering_action_select(): improve logic and uniformity
4840                 of gui
4841
4842 2003-01-05 [alfons]     0.8.8claws47
4843
4844         fine tune solution to focus problems (bug #7)
4845
4846         * src/mainwindow.c
4847                 mainwindow_focus_in_event(): remove grab event check
4848         * src/summaryview.c
4849                 summary_button_pressed(): move selection on right-click
4850                 too. we can't possibly move the selection back after
4851                 canceling a dialog, because gtk's incomplete focus 
4852                 management. whether this is a good solution, only time
4853                 will tell.
4854
4855 2003-01-05 [christoph]  0.8.8claws46
4856
4857         * src/imap.c
4858                 fix crash when no imap connection could be established
4859
4860 2003-01-05 [paul]       0.8.8claws45
4861
4862         * src/mainwindow.c
4863           src/sumamryview.c
4864           src/gtk/menu.[ch]
4865                 fix bug 605957 'shortcuts in popup-menu'
4866                 make user-defined shortcuts work
4867                 show shortcuts that are already defined
4868                 in the main menu
4869                 Patch submitted by Luke Plant
4870
4871 2003-01-05 [alfons]     0.8.8claws44
4872
4873         * src/mainwindow.c
4874                 focus_in_event handler should not select summary view row 
4875                 when another window (menu, dialog) grabbed for events 
4876                 (bug #7, "[0.8.8claws42] Message summary focus") 
4877
4878 2003-01-04 [christoph]  0.8.8claws43
4879
4880         * src/procmsg.c
4881                 update save folder after adding the sent message
4882                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4883
4884 2003-01-02 [christoph]  0.8.8claws42
4885
4886         * src/common/plugin.c
4887                 fix unloading of all plugins and unload
4888                 plugins in reverse order
4889                 
4890         * src/gtk/pluginwindow.c
4891                 implement function of load and unload button
4892
4893         * src/gtk/prefswindow.c
4894         * src/gtk/prefswindow.h
4895                 rename register function and add new unregister
4896                 function
4897
4898         * src/plugins/spamassassin/spamassassin_gtk.c
4899                 unregister prefs page and update for changes in
4900                 src/gtk/prefswindow.c
4901
4902 2003-01-02 [paul]       0.8.8claws41
4903
4904         * po/es.po
4905                 updated by Ricardo Mones Lastra
4906
4907 2003-01-02 [paul]
4908
4909         * tools/tb2sylpheed
4910                 fixes and improvements by Urke MMI
4911
4912 2003-01-02 [thorsten]   0.8.8claws40
4913
4914         * src/procmsg.c
4915                 fixed wrong return value
4916
4917 2003-01-02 [thorsten]   0.8.8claws39
4918
4919         * src/prefs.c
4920                 fixed printing wrong variable
4921
4922 2003-01-02 [thorsten]   0.8.8claws38
4923
4924         * src/prefs.c
4925                 fixed acessing members of freed pfile struct
4926
4927 2003-01-02 [thorsten]   0.8.8claws37
4928
4929         * src/procmsg.c
4930                 detect loops across several messages
4931                 as suggested by Christoph Hohmann
4932
4933 2003-01-01 [match]      0.8.8claws36
4934
4935         * src/addrindex.c
4936                 fixed another memory leak.
4937
4938 2003-01-01 [match]      0.8.8claws35
4939
4940         * src/jpilot.[ch]
4941                 fixed memory leaks. applied Doxygen comments.
4942
4943 2003-01-01 [thorsten]   0.8.8claws34
4944
4945         * src/procmsg.c
4946                 inhibit endless loop if msg references itself
4947                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4948
4949 2003-01-01 [christoph]  0.8.8claws33
4950
4951         * src/mainwindow.c
4952         * src/gtk/Makefile.am
4953         * src/gtk/pluginwindow.c                ** NEW **
4954         * src/gtk/pluginwindow.h                ** NEW **
4955                 add plugin window
4956
4957         * src/plugins/demo/demo.c
4958         * src/plugins/spamassassin/spamassassin.c
4959         * src/plugins/spamassassin/spamassassin_gtk.c
4960                 write better plugin descriptions
4961
4962 2002-12-31 [christoph]  0.8.8claws32
4963
4964         * src/gtk/prefswindow.c
4965         * src/plugins/spamassassin/spamassassin_gtk.c
4966                 some small improvements to GTK code
4967
4968 2002-12-31 [christoph]  0.8.8claws31
4969
4970         * src/plugins/spamassassin/spamassassin_gtk.c
4971                 enable folder select button
4972
4973 2002-12-31 [christoph]  0.8.8claws30
4974
4975         * src/mainwindow.c
4976         * src/gtk/Makefile.am
4977         * src/gtk/prefswindow.c                         ** NEW **
4978         * src/gtk/prefswindow.h                         ** NEW **
4979                 add new prefs window
4980
4981         * src/common/plugin.c
4982                 don't try to load empty config lines
4983         
4984         * src/plugins/spamassassin/Makefile.am
4985         * src/plugins/spamassassin/spamassassin.c
4986         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4987         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4988                 GTK config for SpamAssassin Plugin using
4989                 the new prefs window
4990
4991 2002-12-31 [paul]       0.8.8claws29
4992
4993         * po/POTFILES.in
4994                 remove obsolete entry 'src/menu.c'
4995
4996 2002-12-31 [alfons]     0.8.8claws28
4997
4998         * src/matcher.[ch]
4999         * src/matcher_parser_parse.y
5000         * src/prefs_matcher.c
5001                 add "ignore_thread" and "~ignore_thread" condition so it's
5002                 possible to make the actions / scoring operate on the ignore
5003                 thread flag
5004
5005 2002-12-31 [christoph]  0.8.8claws27
5006
5007         * src/addrbook.c
5008         * src/addrindex.c
5009         * src/folder.c
5010         * src/matcher.c
5011         * src/prefs_account.c
5012         * src/prefs_actions.c
5013         * src/prefs_customheader.c
5014         * src/prefs_display_header.c
5015         * src/prefs_gtk.c
5016         * src/procmime.c
5017         * src/toolbar.c
5018         * src/xmlprops.c
5019         * src/common/prefs.[ch]
5020                 extend prefs file handling for reading and automatic handling
5021                 of blocks. When reading prefs_set_block_label will automatically
5022                 move on to the block. When writing it will copy all other blocks
5023                 automatically
5024
5025         * src/common/plugin.c
5026                 Now loading plugin filenames from [Plugins] block in
5027                 sylpheed rc file
5028
5029 2002-12-30 [christoph]  0.8.8claws26
5030
5031         * src/common/hooks.[ch]
5032                 return abort status to caller of hooks_invoke
5033                 
5034         * src/inc.[ch]
5035                 invoke message filtering hook and stop
5036                 default handling when filter returns abort
5037
5038         * src/common/plugin.[ch]
5039         * src/plugins/demo/demo.c
5040                 modify plugin loader, because resolving symbols for strings
5041                 does not work correctly
5042         
5043         * configure.in
5044         * ac/spamassassin.m4                            ** NEW **
5045         * src/plugins/spamassassin/.cvsignore           ** NEW **
5046         * src/plugins/spamassassin/Makefile.am          ** NEW **
5047         * src/plugins/spamassassin/README               ** NEW **
5048         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5049         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5050         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5051                 add spamassassin plugin, see src/plugins/spamassassin/README
5052                 for details
5053
5054 2002-12-29 [alfons]     0.8.8claws25
5055
5056         * src/mainwindow.c
5057                 when moving focus from a message view to the main 
5058                 window, don't forget to select the summary node
5059                 of the displayed message. should fix "[ 659103 ] 
5060                 focus-follows-mouse confuses sylpheed"
5061
5062 2002-12-29 [christoph]  0.8.8claws24
5063
5064         * src/Makefile.am
5065         * src/stringtable.[ch]          ** REMOVE **
5066         * src/common/Makefile.am
5067         * src/common/stringtable.[ch]   ** NEW **
5068                 move stringtable files to common directory
5069
5070 2002-12-29 [christoph]  0.8.8claws23
5071
5072         * src/Makefile.am
5073         * src/menu.[ch]                 ** REMOVE **
5074         * src/gtk/Makefile.am
5075         * src/gtk/menu.[ch]             ** NEW **
5076                 move menu files to gtk directory
5077
5078 2002-12-29 [match]      0.8.8claws22
5079
5080         * src/addressbook.c
5081         * src/syldap.c
5082                 moved UI specific code out of LDAP code into addressbook
5083                 UI code. fixed memory leak.
5084
5085 2002-12-29 [christoph]  0.8.8claws21
5086
5087         * src/folder.c
5088                 only check for IGNORED parent message when message is
5089                 not IGNORED itself
5090
5091 2002-12-29 [alfons]     0.8.8claws20
5092
5093         * src/summaryview.c
5094                 set gtksctree's anchor correct (immediate execute
5095                 changes the tree's layout, and anchor points at 
5096                 the incorrect row). fixes "[ 657233 ] multiple msg 
5097                 delete sometimes off by 1".
5098                 we probably have to look for more tree layout /
5099                 anchor glitches.
5100
5101 2002-12-29 [paul]       0.8.8claws19
5102
5103         * src/summaryview.c
5104                 fix bug [ 659054 ] incorrect sorting of 'From' column
5105                 when using 'display sender using address book'
5106                 thanks to Alfons and Luke Plant
5107
5108 2002-12-29 [christoph]  0.8.8claws18
5109
5110         * src/folder.c
5111         * src/procmsg.[ch]
5112                 check parent messages for IGNORE THREAD flag, when adding,
5113                 moving or copying messages to a folder
5114
5115 2002-12-27 [alfons]     0.8.8claws17
5116
5117         re-organize matcher part 5; more to come
5118
5119         * src/matcher.c
5120                 hash keywords in matchparser_tab 
5121
5122 2002-12-27 [alfons]     0.8.8claws16
5123
5124         re-organize matcher part 4; more to come
5125
5126         * src/matcher_parser.h
5127         * src/matcher_parser_lex.l
5128         * src/matcher_parser_parse.y
5129                 cleanup
5130
5131 2002-12-27 [alfons]     0.8.8claws15
5132
5133         re-organize matcher part 3; more to come
5134
5135         * src/matcher.[ch]
5136                 cleanup
5137
5138 2002-12-27 [alfons]     0.8.8claws14
5139
5140         re-organize matcher part 2; more to come but this should
5141         work. cc me if there are any regressions.
5142
5143         * src/matcher.h
5144                 add prototype for get_matchparser_tab_id()
5145         * src/matcher_parser_lex.l
5146                 look up keywords using matchparser_tab_id();
5147
5148 2002-12-27 [alfons]     0.8.8claws12
5149
5150         re-organize matcher part 1
5151
5152         * src/matcher.h
5153                 map yacc generated constants to sylpheed matcher constants
5154         * src/matcher.c
5155                 add function to find a matcher constant from a string
5156
5157 2002-12-27 [christoph]  0.8.8claws11
5158
5159         * src/compose.c
5160                 MENUITEM_ADD casts the 4th argument from integer to pointer
5161                 so it probably should not be a pointer, this means we
5162                 should use account id for it and not the account's pointer
5163
5164 2002-12-27 [paul]       0.8.8claws10
5165
5166         * src/mainwindow.c
5167                 remove unneeded 'GtkWidget *vbox'
5168                 
5169         * src/summaryview.c
5170                 further sync with 0.8.8 - make sort
5171                 by recipient work as expected
5172                 
5173         * NEWS
5174                 sync with 0.8.8
5175
5176 2002-12-27 [paul]       0.8.8claws9
5177
5178         * po/pt_BR.po
5179                 updated by Ivan F. Martinez
5180                 
5181 2002-12-27 [darko]      0.8.8claws8
5182
5183         * src/common/utils.c
5184                 added locked pattern to extended search
5185
5186 2002-12-27 [alfons]     0.8.8claws7
5187
5188         * src/prefs_matcher.[ch]
5189                 clean up
5190
5191 2002-12-26 [alfons]     0.8.8claws6
5192
5193         * src/matcher.[ch]
5194         * src/matcher_parser_lex.l
5195         * src/matcher_parser_parse.y
5196         * src/prefs_matcher.c
5197                 allow color label as a condition in the matcher
5198
5199 2002-12-26 [oliver]     0.8.8claws5
5200         
5201         * src/toolbar.c 
5202                 enable Addressbook for Main and Messageview
5203         * src/prefs_actions.c
5204                 enable actions in Messageview
5205
5206 2002-12-26 [christoph]  0.8.8claws4
5207
5208         * src/common/plugin.c
5209                 add a little debug output
5210         * configure.in
5211         * src/plugins/demo/Makefile.am
5212                 better use of automake
5213
5214 2002-12-26 [christoph]  0.8.8claws3
5215
5216         * src/Makefile.am
5217         * src/common/Makefile.am
5218                 fix "make distdir"
5219
5220 2002-12-26 [christoph]  0.8.8claws2
5221
5222         * configure.in
5223                 sort configure checks into common / gtk / plugins
5224         * po/POTFILES.in
5225                 add src/prefs_gtk.c
5226         * src/Makefile.am
5227                 add plugins SUBDIR
5228         * src/main.c
5229         * src/common/sylpheed.[ch]
5230                 added now sylpheed_done function for shutdown
5231         * src/common/Makefile.am
5232         * src/common/plugin.[ch]                ** NEW **
5233                 plugin loader and unloader
5234         * src/plugins/.cvsignore                ** NEW **
5235         * src/plugins/Makefile.am               ** NEW **
5236                 build plugins
5237         * src/plugins/demo/.cvsignore           ** NEW **
5238         * src/plugins/demo/Makefile.am          ** NEW **
5239         * src/plugins/demo/demo.c               ** NEW **
5240                 small demo plugin that installs a logtext hook and
5241                 outputs the log text to stdout
5242
5243 2002-12-26 [paul]       0.8.8claws1
5244
5245         * po/es.po
5246                 updated by Ricardo Mones Lastra
5247
5248 2002-12-26 [paul]       0.8.8claws
5249
5250         * 0.8.8claws released
5251
5252 2002-12-26 [paul]       0.8.7claws12
5253
5254         * po/bg.po
5255                 updated by George Danchev
5256
5257 2002-12-26 [paul]       0.8.7claws11
5258
5259         * po/POTFILES.in
5260                 remove unneeded 'src/prefs.c' entry 
5261
5262 2002-12-26 [paul]       0.8.7claws10
5263
5264         * src/codeconv.c
5265           src/mainwindow.c
5266                 sync with 0.8.8 release
5267         
5268         * src/folder.[ch]
5269           src/mh.c
5270           src/summaryview.c
5271                 partial sync with 0.8.8 release
5272         
5273
5274 2002-12-25 [alfons]     0.8.7claws9
5275
5276         * src/matcher.[ch]
5277         * src/matcher_parser_lex.l
5278         * src/matcher_parser_parse.y
5279         * src/prefs_matcher.c
5280                 add locked flag to possible filtering / matcher 
5281                 conditions (also a good example what should be
5282                 done to add a simple boolean condition)
5283
5284 2002-12-25 [christoph]  0.8.7claws8
5285
5286         * src/Makefile.am
5287         * src/account.[ch]
5288         * src/addrbook.c
5289         * src/addressbook.c
5290         * src/addrindex.c
5291         * src/filtering.c
5292         * src/folder.c
5293         * src/matcher.c
5294         * src/prefs.[ch]                ** REMOVE **
5295         * src/prefs_account.c
5296         * src/prefs_actions.c
5297         * src/prefs_common.c
5298         * src/prefs_customheader.c
5299         * src/prefs_display_header.c
5300         * src/prefs_filtering.c
5301         * src/prefs_folder_item.c
5302         * src/prefs_gtk.[ch]            ** NEW **
5303         * src/prefs_matcher.c
5304         * src/prefs_scoring.c
5305         * src/prefs_summary_column.c
5306         * src/procmime.c
5307         * src/selective_download.c
5308         * src/toolbar.c
5309         * src/common/Makefile.am
5310         * src/common/prefs.[ch]         ** NEW **
5311                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5312
5313 2002-12-24 [alfons]     0.8.7claws7
5314
5315         * src/summaryview.c
5316                 summary_thread_build(): fix real cause of the crash mentioned in
5317                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5318                 this way we get meaningful ctree nodes 
5319
5320 2002-12-24 [oliver]     0.8.7claws6
5321
5322         * src/mainwindow.[ch]
5323         * src/messageview.[ch]
5324         * src/compose.[ch]
5325         * src/inc.c
5326         * src/summaryview.c
5327                 changes to use updated toolbar handling
5328                 
5329 2002-12-24 [oliver]     0.8.7claws5
5330
5331         * src/toolbar.[ch]
5332                 generic toolbar handling
5333                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5334         * src/prefs_toolbar.[ch]
5335                 adjust to handling
5336         
5337 2002-12-24 [oliver]     0.8.7claws4
5338         
5339         * src/stock_pixmap.[ch]
5340                 move SYLPHEED_LOGO to end of list in order 
5341                 to remove it from Custom Toolbar`s Icon View
5342
5343 2002-12-24 [alfons]     0.8.7claws3
5344
5345         * src/summaryview.c
5346                 summary_thread_build(): fix crash because of focus != selection 
5347                 after threading. when deleting the selection, gtk tries but fails 
5348                 to find the correct focusable element. we now force the selection
5349                 to be focused. this should solve the infamous bug reported by 
5350                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5351                 a test case is available. 
5352
5353 2002-12-24 [darko]      0.8.7claws2
5354
5355         * src/summaryview.c
5356                 don't crash when unmarking message with unread children
5357
5358 2002-12-23 [christoph]  0.8.7claws1
5359
5360         * src/Makefile.am
5361         * src/common/Makefile.am
5362                 update Makefiles for moved intl.h, version.h and defs.h
5363         * src/imap.c
5364                 rewrite imap_session_get to avoid duplicate code
5365
5366 2002-12-23 [paul]       0.8.7claws
5367
5368         * Santa-Claws released
5369         
5370         * po/hu.po
5371           po/ru.po
5372                 squeeze in updated Hungarian and Russian translations.
5373                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5374
5375 2002-12-23 [paul]       0.8.6claws129
5376
5377         * po/pl.po
5378                 updated by Witold Wladyslaw Wojciech Wilk
5379
5380 2002-12-23 [paul]       0.8.6claws128
5381
5382         * src/quote_fmt_parse.y
5383                 fix typo and add licence header
5384
5385 2002-12-23 [paul]       0.8.6claws127
5386
5387         * po/en_GB.po
5388                 updated
5389
5390 2002-12-23 [paul]       0.8.6claws126
5391
5392         * po/it.po
5393                 updated translation, submitted by Alessandro Maestri
5394                 
5395 2002-12-23 [paul]       0.8.6claws125
5396
5397         * src/quote_fmt_parse.y
5398                 fix signature-stripping on replies bug. match
5399                 '-- \n' and not '-- '.
5400
5401 2002-12-22 [paul]       0.8.6claws124
5402
5403         * po/bg.po
5404           po/es.po
5405           po/sr.po
5406                 updated translations. submitted by George Danchev,
5407                 Ricardo Mones Lastra, and Urke MMI respectively
5408
5409 2002-12-21 [paul]       0.8.6claws123
5410
5411         * src/addrbook.c
5412                 fix coding style
5413
5414 2002-12-21 [paul]       0.8.6claws122
5415
5416         * src/addrbook.c
5417                 fix bug [643638] where if a person is in one or more
5418                 addressbook groups editing that person's email 
5419                 address results in removal from those groups.
5420                 Patch submitted by Luke Plant.
5421
5422 2002-12-20 [christoph]  0.8.6claws121
5423
5424         * src/common/utils.c
5425         * src/summaryview.c
5426                 reimplement expand_search_string using GString to
5427                 prevent crashs caused by miscalculated string
5428                 lengths reported by Paul
5429
5430 2002-12-20 [christoph]  0.8.6claws120
5431
5432         * src/summaryview.c
5433                 don't use "changed" to check if op_count has to be changed as it
5434                 is also set when the message has unread children
5435                 (closes bug [ 653221 ] crash while deleting duplicates)
5436
5437 2002-12-20 [paul]       0.8.6claws119
5438
5439         * sync with 0.8.6cvs27
5440                 see ChangeLog 2002-12-20
5441
5442 2002-12-20 [paul]       0.8.6claws118
5443
5444         * sync with 0.8.6cvs26
5445                 see ChangeLog 2002-12-19 and 2002-12-20
5446
5447 2002-12-19 [alfons]     0.8.6claws117
5448
5449         * src/textview.c
5450                 fix incorrect parsing of email addresses, submitted by 
5451                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5452                 name display if it contains @".
5453
5454 2002-12-18 [paul]       0.8.6claws116
5455
5456         * sync with 0.8.6cvs23
5457                 see ChangeLog 2002-12-18
5458
5459 2002-12-18 [paul]       0.8.6claws115
5460
5461         * src/Makefile.am
5462         * src/account.c
5463         * src/codeconv.c
5464         * src/gtkutils.[ch]
5465         * src/imap.c
5466                 sync with 0.8.6cvs22.
5467                 see ChangeLog 2002-12-17 and 2002-12-18
5468
5469 2002-12-17 [christoph]  0.8.6claws114
5470
5471         * src/imap.c
5472                 o don't create a session if imap greeting fails
5473                 o don't close socket when authentication fails
5474                   this is done by imap_session_destroy
5475
5476 2002-12-17 [thorsten]   0.8.6claws113
5477
5478         * tools/Makefile.am
5479           tools/README
5480           tools/google_msgid.pl ** NEW FILE **
5481                 Added "search for message-id" script and doc
5482
5483 2002-12-17 [thorsten]   0.8.6claws112
5484
5485         * po/hu.po
5486                 Updated hungarian translation
5487                 (updated by Gal Zoltan)
5488
5489 2002-12-16 [christoph]  0.8.6claws111
5490
5491         * src/addr_compl.c
5492                 remove stupid addressbook dump to debug output
5493         * src/mh.c
5494                 fix memory leak found by Hiro
5495
5496 2002-12-14 [paul]       0.8.6claws110
5497
5498         * src/compose.c
5499                 fix menubar sensitivity on send
5500                 
5501         * src/prefs_filtering.c
5502         * src/prefs_matcher.c
5503         * src/prefs_scoring.c
5504                 Fix english ;)
5505                 
5506         * src/common/quoted-printable.h
5507                 sync: fix typo
5508         
5509 2002-12-13 [christoph]  0.8.6claws109
5510
5511         * src/Makefile.am
5512         * src/manage_window.[ch]        ** REMOVE **
5513         * src/gtk/Makefile.am
5514         * src/gtk/manage_window.[ch]    ** NEW **
5515                 move manage_window files to gtk directory
5516
5517 2002-12-13 [christoph]  0.8.6claws108
5518
5519         * src/Makefile.am
5520         * src/gtkshruler.[ch]           ** REMOVE **
5521         * src/gtk/Makefile.am
5522         * src/gtk/gtkshruler.[ch]       ** NEW **
5523                 move gtkshruler files to gtk directory
5524
5525 2002-12-13 [christoph]  0.8.6claws107
5526
5527         * src/Makefile.am
5528         * src/compose.c
5529         * src/gtkstext.[ch]             ** REMOVE **
5530         * src/gtkutils.[ch]
5531         * src/textview.c
5532         * src/gtk/gtkstext.[ch]         ** NEW **
5533         * src/gtk/Makefile.am
5534                 o move stext functions to gtkstext.c to remove
5535                   dependency of gtkutils
5536                 o move gtkstext files to gtk directory
5537
5538         * src/gtk/Makefile.am
5539         * src/gtk/sslcertwindow.[ch]
5540                 UI stuff can always depend on common code so
5541                 it's ok to add ../common to include path
5542
5543 2002-12-13 [colin]      0.8.6claws106
5544
5545         * src/summaryview.c
5546                 Disconnect sighandlers for mainwindow when
5547                 quicksearch has the focus
5548                 Fix bug #653231
5549         * src/mainwindow.[ch]
5550                 Make key_pressed callback public, to be able
5551                 to disconnect it
5552
5553 2002-12-13 [christoph]  0.8.6claws105
5554
5555         * src/mh.c
5556                 create .mh_sequences file in new MH folders
5557                 (closes feature request [ 523162 ] MH folders should
5558                  get a .mh_sequences)
5559
5560 2002-12-13 [colin]      0.8.6claws104
5561
5562         * src/summaryview.c
5563                 Better handling of quicksearch show/hide
5564                 (basically the button stays under the mouse 
5565                  when toggled)
5566
5567 2002-12-13 [paul]       0.8.6claws103
5568
5569         * sync with 0.8.6cvs17
5570                 see ChangeLog 2002-12-13
5571
5572 2002-12-13 [paul]       0.8.6claws102
5573
5574         * po/es.po
5575                 updated by Ricardo Mones Lastra
5576
5577 2002-12-11 [colin]       0.8.6claws101
5578
5579         * src/folder.c
5580                 remove statusbar stuff
5581           src/folderview.c
5582                 set statusbar verbosity when moving folders
5583
5584 2002-12-11 [colin]       0.8.6claws100
5585         * src/prefs_filtering.c
5586         * src/prefs_matcher.c
5587         * src/prefs_scoring.c
5588                 Fix english ;)
5589
5590 2002-12-11 [colin]       0.8.6claws99
5591
5592         * src/prefs_common.[ch]
5593                 Add summary_quicksearch_type
5594         * src/summaryview.c
5595                 Save last used quicksearch type
5596
5597 2002-12-11 [jens]       0.8.6claws98
5598         * src/prefs_filtering.c
5599         * src/prefs_matcher.c
5600         * src/prefs_scoring.c
5601                 added dialog for incomplete rules in scoring, filtering and
5602                 matcher to ask wheather really close
5603
5604 2002-12-11 [colin]      0.8.6claws97
5605
5606         * src/folder.c
5607                 Fix folder dnd statusbar logging
5608
5609 2002-12-10 [christoph]  0.8.6claws96
5610
5611         * src/compose.c
5612         * src/folder.c
5613         * src/imap.c
5614         * src/inc.c
5615         * src/main.c
5616         * src/mainwindow.c
5617         * src/news.c
5618         * src/send.c
5619         * src/statusbar.[ch]
5620         * src/common/hooks.c
5621         * src/common/log.[ch]
5622                 o handle verbose logging in statusbar directly in statusbar code
5623                   and common code does not need any knowledge about a statusbar
5624                 o remove direct calls to statusbar_(puts|pop)_all functions
5625
5626 2002-12-10 [jens]       0.8.6claws95
5627
5628         * src/*.c
5629                 removed gettext from g_warnings
5630         * po/POTFILES.in
5631                 cleaned and updated
5632         * po/de.po
5633                 updated
5634
5635 2002-12-10 [colin]      0.8.6claws94
5636
5637         * src/main.c
5638                 finish crash dialog fix
5639
5640 2002-12-10 [colin]      0.8.6claws93
5641
5642         * src/main.c
5643                 "Fix" "sylpheed already running" instead of
5644                 crash dialog appearing after a crash
5645
5646 2002-12-10 [colin]      0.8.6claws92
5647
5648         * po/POTFILES.in
5649                 add src/gtk/sslcertwindow.c
5650
5651 2002-12-10 [paul]       0.8.6claws91
5652
5653         * po/POTFILES.in
5654                 updated to reflect recent changes
5655                 submitted by Alessandro Maestri
5656
5657 2002-12-09 [christoph]  0.8.6claws90
5658
5659         * src/Makefile.am
5660         * src/smtp.[ch]                 ** REMOVE **
5661         * src/common/Makefile.am
5662         * src/common/smtp.[ch]          ** NEW **
5663                 move smtp files to common directory
5664
5665 2002-12-09 [christoph]  0.8.6claws89
5666
5667         * src/Makefile.am
5668         * src/session.[ch]              ** REMOVE **
5669         * src/common/Makefile.am
5670         * src/common/session.[ch]       ** NEW **
5671                 move session files to common directory
5672
5673 2002-12-09 [paul]       0.8.6claws88
5674
5675         * src/account.c
5676                 fix bug [649746] edit accounts: move account reverted
5677                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5678
5679 2002-12-09 [colin]      0.8.6claws87
5680
5681         * src/ssl_certificate.c
5682                 cleanup
5683
5684 2002-12-09 [colin]      0.8.6claws86
5685
5686         * src/ssl.c
5687                 Try to open the cert.pem database and 
5688                 issue a warning if it isn't there
5689
5690 2002-12-09 [colin]      0.8.6claws85
5691
5692         * src/common/ssl_certificate.c
5693         * src/gtk/sslcertwindow.c
5694                 Warning fixes
5695
5696 2002-12-09 [colin]      0.8.6claws84
5697
5698         * src/ssl_certificate.[ch] ** REMOVED **
5699         * src/common/ssl_certificate.[ch] ** NEW **
5700         * src/Makefile.am
5701         * src/common/Makefile.am
5702                 Moved ssl_certificate.[ch] to common
5703         * src/common/ssl.c 
5704                 Put back needed include
5705         * src/gtk/sslcertwindow.[ch]
5706                 Changed ssl_certificate.h include
5707         
5708 2002-12-09 [colin]      0.8.6claws83
5709
5710         * src/gtk/sslcertwindow.[ch]
5711                 Implement hook for certificate acception
5712         * src/ssl_certificate.[ch]
5713                 Implement hook for certificate acception
5714         * src/common/ssl.c
5715                 Reenable certificate acception check
5716         * src/mainwindow.c
5717                 Register sslcertwindow's hook
5718         
5719 2002-12-08 [christoph]  0.8.6claws82
5720
5721         * src/about.c
5722         * src/addr_compl.c
5723         * src/codeconv.c
5724         * src/manual.c
5725         * src/undo.c
5726         * src/common/utils.c
5727                 o add missing includes
5728                 o fix warnings
5729         * src/.cvsignore
5730         * src/common/.cvsignore
5731         * src/common/version.h          ** REMOVE **
5732                 remove autogenerated file
5733
5734 2002-12-08 [paul]       0.8.6claws81
5735
5736         * src/stringtable.c
5737                 put back needed include
5738
5739 2002-12-08 [colin]      0.8.6claws80
5740         
5741         * src/gtk/sslcertwindow.c
5742                 Cleaner popups when asking
5743         * src/ssl_certificate.c
5744         * src/prefs_common.[ch]
5745                 remove ssl certificate pref
5746                 put back needed include
5747         * src/undo.c
5748                 put back needed include
5749
5750 2002-12-08 [christoph]  0.8.6claws79
5751
5752         * src/folderview.c
5753         * src/logwindow.c
5754         * src/statusbar.c
5755         * src/summaryview.c
5756                 only abort hook invokation if required data is missing not
5757                 if our own data pointer is NULL, update hookfunction for
5758                 log window
5759
5760 2002-12-08 [paul]       0.8.6claws78
5761
5762         * src/about.c
5763         * src/addrcache.c
5764         * src/addrclip.c
5765         * src/addr_compl.c
5766         * src/addrselect.c
5767         * src/codeconv.c
5768         * src/colorlabel.c
5769         * src/enriched.c
5770         * src/esmtp.c
5771         * src/exporthtml.c
5772         * src/headerview.c
5773         * src/imageview.c
5774         * src/manual.c
5775         * src/noticeview.c
5776         * src/pgptext.c
5777         * src/scoring.c
5778         * src/sourcewindow.c
5779         * src/stringtable.c
5780         * src/undo.c
5781                 clean up: remove unneccesary includes
5782
5783 2002-12-08 [christoph]  0.8.6claws77
5784
5785         * src/folderview.c
5786         * src/statusbar.c
5787         * src/summaryview.c
5788         * src/common/hooks.[ch]
5789                 hook functions now have a gboolean return value, if a hook
5790                 returns TRUE it will stop executing of any more hooks in
5791                 the same hooklist for this invokation
5792
5793 2002-12-08 [colin]      0.8.6claws76
5794         
5795         * src/main.c
5796                 put back argv0 for CRASH_DIALOG
5797
5798 2002-12-08 [christoph]  0.8.6claws75
5799
5800         * src/Makefile.am
5801         * src/about.c
5802         * src/account.c
5803         * src/crash.c
5804         * src/esmtp.h
5805         * src/imap.[ch]
5806         * src/inc.c
5807         * src/main.c
5808         * src/mainwindow.c
5809         * src/news.c
5810         * src/pop.[ch]
5811         * src/prefs_account.[ch]
5812         * src/prefs_common.[ch]
5813         * src/send.[ch]
5814         * src/smtp.[ch]
5815         * src/ssl_certificate.[ch]
5816         * src/ssl_manager.[ch]
5817         * src/common/Makefile.am
5818         * src/common/log.c
5819         * src/common/nntp.[ch]
5820         * src/common/socket.[ch]
5821         * src/common/ssl.[ch]
5822         * src/gtk/sslcertwindow.[ch]
5823         * ac/openssl.m4
5824                 use new autoconf script to detect OpenSSL with extra parameters
5825                 to specify the location of libs and includes, also remove USE_SSL
5826                 to USE_OPENSSL
5827
5828         * src/common/sylpheed.[ch]
5829         * src/common/version.h.in
5830                 start seperation of common code initialization seperated from gui
5831
5832         * src/summaryview.c
5833                 The function that is called when a color label changes
5834                 should not change the color lable again
5835
5836 2002-12-08 [colin]      0.8.6claws74
5837
5838         * src/gtk/sslcertwindow.c
5839                 warning fixes
5840
5841 2002-12-08 [colin]      0.8.6claws73
5842
5843         * src/statusbar.c
5844           src/common/log.h
5845                 Register a hook for statusbar_puts_all
5846         * src/common/log.c
5847                 invoke statusbar_puts_all's hook
5848         
5849 2002-12-08 [colin]      0.8.6claws72
5850
5851         * src/ssl_certificate.c
5852                 Put back a badly-removed include
5853
5854 2002-12-08 [colin]      0.8.6claws71
5855
5856         * src/gtk/sslcertwindow.[ch]    ** NEW **
5857                 new certificate presentation
5858         * src/gtk/Makefile.am
5859                 add new files
5860         * src/ssl_certificate.[ch]
5861                 gtk cleanup, made utility functions public
5862         * src/ssl_manager.c
5863                 use new cert presentation
5864
5865 2002-12-07 [christoph]  0.8.6claws70
5866
5867         * src/Makefile.am
5868         * src/nntp.[ch]                 ** REMOVE **
5869         * src/common/Makefile.am
5870         * src/common/nntp.[ch]          ** NEW **
5871                 move nntp files to common directory
5872
5873 2002-12-07 [christoph]  0.8.6claws69
5874
5875         * src/procmsg.[ch]
5876         * src/summaryview.c
5877                 implement msginfo update callback using sylpheed's new
5878                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5879
5880 2002-12-06 [christoph]  0.8.6claws68
5881
5882         * src/editgroup.c
5883                 This patch changes the 'Edit Group Details' dialog to
5884                 allow extended selections in either pane, so that
5885                 addresses can be added or removed from a group more
5886                 quickly and easily. (it actually is a net decrease in
5887                 file size, as some unnecessary functions have been
5888                 removed). 
5889                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5890
5891 2002-12-06 [christoph]  0.8.6claws67
5892
5893         * src/Makefile.am
5894         * src/template.[ch]             ** REMOVE **
5895         * src/common/Makefile.am
5896         * src/common/template.[ch]      ** NEW **
5897                 move template files to common directory
5898
5899         * src/nntp.c
5900                 add missing log.h include
5901
5902 2002-12-06 [melvin]     0.8.6claws66
5903
5904         * src/prefs_actions.c
5905                 Added the trailing ">" syntax to insert command's output
5906                 without replacing old text (in contrast to trailing "|").
5907
5908 2002-12-05 [colin]      0.8.6claws65
5909         
5910         * src/common/utils.c
5911                 Don't modify original search_string or it'll change
5912                 the next iterations in the for()
5913
5914 2002-12-05 [darko]      0.8.6claws64
5915
5916         * src/common/utils.c
5917                 proper check for filtering commands, found by Colin
5918
5919 2002-12-05 [darko]      0.8.6claws63
5920
5921         * src/common/utils.c
5922                 check proper string for NULL pointer, found by Colin
5923
5924 2002-12-05 [darko]      0.8.6claws62
5925
5926         * src/common/utils.[ch]
5927                 expand_search_string(): new function
5928                 converts Mutt-like patterns to Sylpheed's
5929                 filtering engine
5930         * src/summaryview.c
5931                 use expand_search_string() to allow Mutt-like
5932                 patterns in extended search
5933         * README.claws
5934                 document extended option in quick search
5935
5936 2002-12-05 [paul]       0.8.6claws61
5937
5938         * sync with 0.8.6cvs16
5939                 see ChangeLog 2002-12-05
5940                 
5941         * po/POTFILES.in
5942                 clean up
5943
5944 2002-12-04 [christoph]  0.8.6claws60
5945
5946         * src/imap.[ch]
5947                 put imap authentication code into a new function and
5948                 remove it from imap_session_new that will allow to
5949                 send other commands before authentication
5950
5951 2002-12-04 [christoph]  0.8.6claws59
5952
5953         * src/imap.[ch]
5954                 use already existing method to prevent unneeded IMAP
5955                 folder selects. Set imap_select parameters to NULL
5956                 in some functions if the values are not required.
5957
5958         * src/xml.h
5959                 remove no longer required include
5960
5961 2002-12-04 [paul]       0.8.6claws58
5962
5963         * po/es.po
5964                 updated by Ricardo Mones Lastra
5965                 
5966         * configure.in
5967           po/hu.po      ** NEW FILE **
5968                 initial Hungarian translation, submitted
5969                 by Gál Zoltán <galzoli@hu.inter.net>
5970
5971 2002-12-03 [christoph]  0.8.6claws57
5972
5973         * src/Makefile.am
5974         * src/gtksctree.[ch]            ** REMOVE **
5975         * src/gtk/Makefile.am
5976         * src/gtk/gtksctree.[ch]        ** NEW **
5977                 move gtksctree files to gtk directory
5978
5979 2002-12-03 [christoph]  0.8.6claws56
5980
5981         * src/Makefile.am
5982         * src/md5.[ch]                  ** REMOVE **
5983         * srm/common/Makefile.am
5984         * src/common/md5.[ch]           ** NEW **
5985                 move md5 files to common directory
5986
5987         * src/gtkstext.c
5988                 remove not required #include
5989
5990 2002-12-03 [sergey]     0.8.6claws55
5991
5992         * src/gtkutils.c
5993         * src/gtkutils.h
5994                 gtkut_window_popup(): new function.
5995         * src/mainwindow.c
5996                 main_window_popup(): use gtkut_window_popup() to raise
5997                 window without changing its position.
5998                 (see sylpheed-main ML message [sylpheed:17247])
5999
6000 2002-12-03 [sergey]     0.8.6claws54
6001
6002         * src/send.c
6003                 send_message_local(): removed first-dot escaping
6004                 (SMTP-only, not needed for sending through pipe)
6005
6006 2002-12-03 [paul]       0.8.6claws53
6007
6008         * po/POTFILES.in
6009                 update to reflect recent changes (thanks
6010                 to Ricardo Mones Lastra)
6011                 
6012         * tools/filter_conv.pl
6013                  fix problem with quoted strings. Patch submitted
6014                  by Luke Plant <lukeplant@softhome.net>
6015
6016 2002-12-03 [paul]       0.8.6claws52
6017
6018         * sync with 0.8.6cvs15
6019                 see ChangeLog 2002-12-03
6020
6021 2002-12-02 [christoph]  0.8.6claws51
6022
6023         * src/logwindow.[ch]
6024         * src/common/log.[ch]
6025                 implement logging using a hook function
6026
6027         * src/folderview.c
6028         * src/folder.[ch]
6029                 define hooklist name in header file to avoid
6030                 errors caused by wrong spelling of hooklist names
6031
6032         * src/toolbar.c
6033                 fix warnings
6034
6035 2002-12-02 [christoph]  0.8.6claws50
6036
6037         * src/common/Makefile.am
6038                 add src/common/hooks.[ch]
6039
6040         * src/common/hooks.[ch]
6041                 implement a simple hook system using glib's hook functions
6042
6043         * src/folder.[ch]
6044         * src/folderview.c
6045                 use new hook system for folder item updates
6046
6047 2002-12-02 [christoph]  0.8.6claws49
6048
6049         * doc-src/ui_seperation.txt     ** NEW **
6050                 information for ui seperation
6051
6052         * src/Makefile.am
6053                 remove files that were moved to common
6054                 include common directory by default for the header files
6055
6056         * src/inc.c
6057         * src/common/socket.c
6058         * src/automaton.[ch]
6059                 implement automaton using g_io_*-functions instead of
6060                 gdk_input_add to make it ui independent
6061
6062         * src/codeconv.c
6063         * src/compose.c
6064         * src/ldif.c
6065         * src/pgptext.c
6066         * src/procmime.c
6067         * src/rfc2015.c
6068         * src/smtp.c
6069         * src/unmime.c
6070                 remove common/ prefix because directory is now in
6071                 include path
6072
6073         * src/compose.c
6074         * src/folder.c
6075         * src/folderview.c
6076         * src/mainwindow.c
6077         * src/messageview.c
6078         * src/prefs_common.c
6079         * src/procmsg.c
6080         * src/rfc2015.c
6081                 fix warnings
6082
6083         * src/imap.c
6084         * src/inc.c
6085         * src/news.c
6086         * src/pop.c
6087         * src/send.c
6088         * src/smtp.c
6089         * src/ssl_certificate.c
6090                 add log.h header file for logging functions
6091
6092         * src/main.c
6093         * src/common/utils.c
6094         * src/summaryview.c
6095         * src/xml.c
6096                 o move debug_mode to common/utils.c
6097                 o add functions to set and get debug_mode
6098
6099         * src/defs.h                    ** REMOVE **
6100         * src/intl.h                    ** REMOVE **
6101         * src/socket.[ch]               ** REMOVE **
6102         * src/ssl.[ch]                  ** REMOVE **
6103         * src/utils.[ch]                ** REMOVE **
6104                 replaced by new files in src/common/
6105         
6106         * src/common/Makefile.am
6107                 add new files in src/common/
6108
6109         * src/common/defs.h             ** NEW **
6110         * src/common/intl.h             ** NEW **
6111         * src/common/log.[ch]           ** NEW **
6112         * src/common/socket.[ch]        ** NEW **
6113         * src/common/ssl.[ch]           ** NEW **
6114         * src/common/utils.[ch]         ** NEW **
6115                 replacement for files in src/
6116
6117 2002-12-02 [colin]      0.8.6claws48
6118
6119         * src/folderview.c
6120                 Scroll folderview if necessary during dnd
6121
6122 2002-12-02 [colin]      0.8.6claws47
6123
6124         * src/folder.[ch]
6125                 Add check to verify a move is within a single mailbox
6126         * src/folderview.c
6127                 Add specific error string for this check
6128
6129 2002-12-02 [colin]      0.8.6claws46
6130
6131         * src/folder.c
6132                 Add a test to folder moving, remove a statusbar_print
6133         * src/folderview.c
6134                 Add Move folder... context-menu item
6135                 Factorize folder moving code
6136                 Enable folder DND for mbox
6137
6138 2002-12-01 [christoph]  0.8.6claws45
6139
6140         * ac/aspell.m4
6141                 remove conf.aspelltest if the version check fails
6142
6143 2002-11-30 [christoph]  0.8.6claws44
6144
6145         * autogen.sh
6146                 run libtoolize --force in autogen to create missing
6147                 libtool scripts
6148
6149 2002-11-30 [christoph]  0.8.6claws43
6150
6151         * src/Makefile.am
6152         * src/pgptext.c
6153         * src/procmime.c
6154         * src/rfc2015.c
6155         * src/uuencode.[ch]             ** REMOVED **
6156         * src/common/Makefile.am
6157         * src/common/uuencode.[ch]      ** NEW **
6158                 move uuen/decoder to common directory
6159
6160 2002-11-30 [christoph]  0.8.6claws42
6161
6162         * src/Makefile.am
6163         * src/base64.[ch]               ** REMOVED **
6164         * src/codeconv.c
6165         * src/compose.c
6166         * src/ldif.c
6167         * src/pgptext.c
6168         * src/procmime.c
6169         * src/rfc2015.c
6170         * src/smtp.c
6171         * src/unmime.c
6172         * src/common/Makefile.am
6173         * src/common/base64.[ch]        ** NEW **
6174                 move base64 en/decoder to common directory
6175
6176 2002-11-30 [christoph]  0.8.6claws41
6177
6178         * src/common                    ** NEW **
6179                 new directory for UI independent code
6180         * src/gtk                       ** NEW **
6181                 new directory for GTK frontend
6182         * src/common/.cvsignore         ** NEW **
6183         * src/gtk/.cvsignore            ** NEW **
6184                 ignore build files
6185         * src/common/Makefile.am        ** NEW **
6186         * src/gtk/Makefile.am           ** NEW **
6187                 automake files to build new seperated stuff
6188         * src/Makefile.am
6189                 the binary will currently still be build with the
6190                 files in src, so we include the code from the
6191                 subdirs for now after building the libs there
6192
6193 2002-11-30 [paul]       0.8.6claws40
6194
6195         * src/compose.c
6196                 fix bug [642731] 'Wrong selected account with drafted mail'
6197
6198 2002-11-29 [oliver]     0.8.6claws39
6199         
6200         * src/messageview.c
6201                 o update summaryview when switching between different
6202                   messageviews          
6203         * src/toolbar.c  
6204                 o check if messageview holds already removed msg
6205                   from summaryview
6206                 
6207
6208 2002-11-29 [oliver]     0.8.6claws38
6209
6210         * src/toolbar.c 
6211                 remove not needed variables and includes
6212                 make messageview stay opened and move to next when msgs are deleted 
6213
6214 2002-11-29 [oliver]     0.8.6claws37
6215         
6216         * src/toolbar.c 
6217                 disable compose button (messageview toolbar) by default
6218                 deleted msgs are moved to trash
6219         
6220 2002-11-29 [melvin]     0.8.6claws36
6221
6222         * configure.in
6223                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6224                 and to detect signatures expirations (gpgme 0.3.6)
6225
6226         * src/main.c
6227                 Use non obsolescent function for Gpgme engine checking.
6228
6229         * src/rfc2015.c
6230                 Inform about expired signatures or signatures which key
6231                 has expired. Expiration date is displayed.
6232
6233         * src/sigstatus.c
6234                 Inform about expired signatures or signatures which key
6235                 has expired.
6236
6237 2002-11-28 [paul]       0.8.6claws35
6238
6239         * src/folderview.c
6240                 re-instate 'Check for new messages' in Newsgroup
6241                 folders right-click menu, after a suggestion from
6242                 Tim Mann <timmann@users.sourceforge.net>
6243
6244         * src/main.c
6245                 after a crash check only local folders for new
6246                 messages
6247
6248 2002-11-28 [paul]       0.8.6claws34
6249
6250         * configure.in
6251                 apply patch that fixes the checking of GTK with XIM 
6252                 support on different OSs, such as FreeBSD. Patch 
6253                 submitted by Topia <topia@users.sourceforge.net>
6254                 
6255 2002-11-28 [paul]       0.8.6claws33
6256
6257         * src/mainwindow.c
6258           src/prefs_common.c
6259           src/prefs_toolbar.c
6260                 more changes to the English
6261
6262 2002-11-28 [paul]       0.8.6claws32
6263
6264         * sync with 0.8.6cvs13
6265                 see ChangeLog 2002-11-28 (no sync needed
6266                 for src/compose.c)
6267
6268 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6269         
6270         * src/mainwindow.[ch]
6271                 add patch by Ivan F. Martinez introducing messageview Toolbar
6272                 some changes and committed by oliver    
6273
6274 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6275
6276         * src/messageview.[ch]
6277                 add patch by Ivan F. Martinez introducing messageview Toolbar
6278                 some changes and committed by oliver    
6279
6280 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6281
6282         * src/compose.[ch]
6283                 add patch by Ivan F. Martinez introducing messageview Toolbar
6284                 some changes and committed by oliver    
6285
6286 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6287         
6288         * src/toolbar.[ch]
6289                 add patch by Ivan F. Martinez introducing messageview Toolbar
6290                 some changes and committed by oliver
6291
6292 2002-11-28 [oliver]     0.8.6claws27
6293         
6294         * src/prefs_toolbar.[ch]
6295                 getting ready for messageview toolbar
6296                 free mem allocated by gettext
6297                 change prefs_toolbar to prefs_toolbar_open
6298  
6299 2002-11-28 [thorsten]   0.8.6claws26
6300
6301         * src/imageview.[ch]
6302                 cleaned up conflicting declarations of
6303                 imageview_show_image()
6304
6305 2002-11-28 [paul]       0.8.6claws25
6306
6307         * src/grouplistdialog.c
6308           src/prefs_common.c
6309           src/prefs_summary_column.c
6310                 a few more improvements to the English
6311
6312 2002-11-28 [colin]      0.8.6claws24
6313
6314         * man/sylpheed.1
6315                 A few updates to command-line parameters
6316
6317 2002-11-28 [colin]      0.8.6claws23
6318
6319         * src/prefs_filtering.c
6320                 Fix problems with prefs_filtering_delete_path:
6321                 a) if the first rule is removed, original pointers
6322                    weren't updated (leading to segfaults)
6323                 b) it was always global_processing updated in case
6324                    of removed path was parent of rule path
6325
6326 2002-11-27 [paul]       0.8.6claws22
6327
6328         * src/mainwindow.c
6329           src/prefs_account.c
6330           src/prefs_actions.c
6331           src/prefs_common.c
6332           src/prefs_customheader.c
6333           src/prefs_display_header.c
6334           src/prefs_filtering.c
6335           src/prefs_folder_item.c
6336           src/prefs_matcher.c
6337           src/prefs_scoring.c
6338           src/prefs_summary_column.c
6339           src/prefs_template.c
6340           src/prefs_toolbar.c
6341                  improve the English in the GUI
6342
6343 2002-11-27 [colin]      0.8.6claws21
6344
6345         * src/folder.c
6346                 Fix processing renaming problems happening after
6347                 last commit
6348
6349 2002-11-27 [colin]      0.8.6claws20
6350
6351         * src/folder.c
6352                 recursive move now deletes src each subfolder after 
6353                 having moved it
6354         * src/folderview.c
6355                 Use identifier instead of path during dnd (enables
6356                 IMAP folder dnd)
6357
6358 2002-11-27 [paul]       0.8.6claws19
6359
6360         * src/main.c
6361                 apply patch that does command-line processing 
6362                 BEFORE gtk_init, allowing claws to run from 
6363                 shell-scripts in non-X environment (e.g. crontab 
6364                 or ip-up, ip-down scripts). Patch submitted by
6365                 Ruslan N. Balkin <baron@dartel.ru>
6366                 
6367         * po/it.po
6368                 updated by Alessandro Maestri
6369
6370 2002-11-27 [paul]       0.8.6claws18
6371
6372         * sync with 0.8.6cvs12
6373           src/prefs_common.c
6374                 Differences are that main uses a 'Receive dialog'
6375                 frame on the Interface tab, whereas claws groups all 
6376                 the dialogs together in a 'Dialogs' frame.
6377
6378 2002-11-27 [colin]      0.8.6claws17
6379
6380         * src/prefs_matcher.c
6381                 Fix Execute criteria's NOT flag
6382
6383
6384 2002-11-26 [christoph]  0.8.6claws16
6385
6386         * src/ssl.c
6387                 rewrite the ssl code a little bit, only use one
6388                 SSL context, set default certificates' file/path
6389
6390 2002-11-26 [thorsten]   0.8.6claws15
6391
6392         * src/compose.c
6393                 default-reply-to didn't work for ml-reply
6394
6395 2002-11-26 [melvin]     0.8.6claws14
6396
6397         * src/prefs_actions.c
6398                 Made pipe-actions ignore short headers in message view
6399                 Made trailing-pipe-actions write in the message view with
6400                 the same font as the original message
6401
6402 2002-11-26 [paul]       0.8.6claws13
6403
6404         * src/compose.c
6405                 this time commit the correct file
6406
6407 2002-11-26 [paul]       0.8.6claws12
6408
6409         * sync with 0.8.6cvs11
6410           src/quote_fmt_parse.y  
6411                 no sync needed
6412           src/account.[ch]       
6413                 not sync'ed
6414           src/compose.c
6415                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6416                 on draft mode.
6417                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6418                 header
6419                 
6420         see ChangeLog 2002-11-25 and 2002-11-26
6421
6422 2002-11-26 [colin]      0.8.6claws11
6423
6424         * src/folderview.c
6425                 Fix collapsed folder not auto-expanding during
6426                 mail dnd, if it was the source folder.
6427
6428 2002-11-25 [colin]      0.8.6claws10
6429
6430         * src/folderview.[ch]
6431                 Variable renaming and cleaning (slist of nodes 
6432                 to be re-collapsed is stored in FolderView)
6433
6434 2002-11-25 [paul]       0.8.6claws9
6435
6436         * src/prefs_common.[ch]
6437                 fix breakage caused by last commit
6438
6439 2002-11-25 [paul]       0.8.6claws8
6440
6441         * sync with 0.8.6cvs4
6442                 see ChangeLog 2002-11-21
6443
6444 2002-11-25 [paul]       0.8.6claws7
6445
6446         * sync with 0.8.6cvs4
6447                 see ChangeLog 2002-11-20
6448
6449 2002-11-25 [paul]       0.8.6claws6
6450
6451         * sync with 0.8.6cvs3
6452                 see ChangeLog 2002-11-18
6453
6454 2002-11-25 [colin]      0.8.6claws5
6455
6456         * src/gtkutils.[ch]
6457                 Add gtkut_ctree_node_is_parent()
6458         * src/folderview.c
6459                 Spring-loaded folders
6460
6461 2002-11-25 [colin]      0.8.6claws4
6462
6463         * src/utils.[ch]
6464                 Add slist_concat_unique(), function to merge
6465                 two GSList filtering dups
6466         * src/folder.[ch]
6467         * src/summaryview.[ch]
6468         * src/folderview.c
6469         * src/main.c
6470                 Add detection/update/display of unread answers
6471                 to marked mails
6472         * src/procmsg.[ch]
6473                 Add procmsg_find_children()
6474                 Add procmsg_msg_has_marked_parent()
6475
6476 2002-11-25 [colin]      0.8.6claws3
6477
6478         * src/ssl_certificate.[ch]
6479                 Allow checking a certificate without a DNS
6480                 lookup
6481                 Allow to forget a cert (by deleting it)
6482                 Make ssl_certificate_destroy_public
6483         * src/ssl_manager.[ch] ** NEW FILES **
6484                 Gui to manage (display/remove) certificates
6485         * src/prefs_common.[ch]
6486                 Add a pref to allow silent acceptation of
6487                 trusted certificates or not (based on the
6488                 "I want to know what's going on" principle)
6489         * src/mainwindow.c
6490                 Add SSL manager in Tools menu
6491         * src/Makefile.am
6492                 Add the new files to the build
6493         * po/POTFILES.in
6494                 Add ssl_manager.c to translations
6495
6496 2002-11-25 [colin]      0.8.6claws2
6497
6498         * src/summaryview.[ch]
6499                 Add S_SEARCH_EXTENDED to the quick search, which 
6500                 allows to search using filtering syntax.
6501
6502 2002-11-25 [colin]      0.8.6claws1
6503
6504         * src/summaryview.c
6505                 Deletion of duplicates now prefer deleting
6506                 the unread dup (fixes feature-request 638989).
6507
6508 2002-11-24 [paul]       0.8.6claws
6509
6510         * po/es.po
6511           po/pl.po
6512           po/ru.po
6513           po/sr.po
6514                 updated by Ricardo Mones Lastra,
6515                 Witold Wladyslaw Wojciech Wilk,
6516                 Ruslan N. Balkin, and  Urke MMI 
6517                 respectively
6518
6519 2002-11-24 [paul]       0.8.5claws182
6520
6521         * po/bg.po
6522                 updated by George Danchev
6523
6524 2002-11-23 [alfons]     0.8.5claws181
6525
6526         * src/imap.c
6527                 tiny memory leak found by browsing Dimitar's 
6528                 valgrind report
6529
6530 2002-11-23 [paul]       0.8.5claws180
6531
6532         * po/it.po
6533                 updated by Alessandro Maestri
6534
6535 2002-11-22 [christoph]  0.8.5claws179
6536
6537         * src/compose.c
6538         * src/inc.c
6539         * src/prefs_filtering.c
6540         * src/summaryview.c
6541                 more warning fixes
6542
6543 2002-11-22 [alfons]     0.8.5claws178
6544
6545         * src/summaryview.c
6546                 summary_execute_delete_func(): if message is deleted, make 
6547                 sure to also remove its entry in the subject hash table. 
6548                 fixes a corner case bug.
6549
6550 2002-11-22 [paul]       0.8.5claws177
6551
6552         * .cvsignore
6553                 add 'autom4te.cache'
6554                 
6555         * ltconfig      ** REMOVED **
6556                 not needed
6557
6558 2002-11-22 [paul]       0.8.5claws176
6559
6560         * src/textview.c
6561                 textview_set_font(): fix for message display in
6562                 UTF-8 locales (thanks to Sergey Vlasov).
6563                 
6564         * AUTHORS
6565                 add new team members and contributors
6566
6567
6568 2002-11-21 [colin]      0.8.5claws175
6569
6570         * src/procmsg.[ch]
6571                 Add procmsg_remove_special_headers()
6572         * src/mh.c
6573                 Use procmsg_remove_special_headers() for 
6574                 previous fix
6575
6576 2002-11-21 [colin]      0.8.5claws174
6577
6578         * src/mh.c
6579                 Fix moving/copying from queue/draft folders
6580                 for MH folders
6581
6582 2002-11-21 [christoph]  0.8.5claws173
6583
6584         * src/crash.c
6585         * src/filtering.c
6586         * src/logwindow.c
6587         * src/main.c
6588         * src/matcher_parser_lex.[hl]
6589         * src/mbox.c
6590         * src/mbox_folder.[ch]
6591         * src/prefs_filtering.c
6592         * src/procheader.c
6593         * src/quote_fmt_lex.l
6594         * src/ssl.c
6595                 fix all warnings except the warnings in lex and yacc files
6596
6597 2002-11-20 [christoph]  0.8.5claws172
6598
6599         * src/imap.c
6600                 fix MsgInfo retrieval for IMAP draft and queue folders
6601                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6602
6603 2002-11-19 [christoph]  0.8.5claws171
6604
6605         * src/compose.c
6606                 fix segfault, when draft saving does not get
6607                 the MsgInfo of the new message
6608                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6609
6610 2002-11-19 [christoph]  0.8.5claws170
6611
6612         * src/procmsg.c
6613                 add parameter check for flag setting function
6614                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6615
6616 2002-11-18 [paul]       0.8.5claws169
6617
6618         * src/compose.c
6619                 more sensitivity fixes to redirect mode:
6620                 * disable toolbar draft button
6621                 * allow only Address book in the Tools menu
6622                 * disable editing of message by the spell
6623                   checker
6624
6625 2002-11-18 [paul]       0.8.5claws168
6626
6627         * src/compose.c
6628                 fix sensitivity of menu items in compose_redirect():
6629                 allow only the necessary items 
6630
6631 2002-11-18 [paul]       0.8.5claws167
6632
6633         * src/compose.c
6634                 fix bug [ 603259 ] 'attachment got lost on bounce'
6635
6636 2002-11-18 [paul]       0.8.5claws166
6637
6638         * po/ru.po
6639                 updated by Ruslan N. Balkin <baron@dartel.ru>
6640
6641 2002-11-18 [colin]      0.8.5claws165
6642
6643         * src/main.c
6644           src/defs.h
6645                 Remove old filtering stuff
6646
6647
6648 2002-11-17 [oliver]     0.8.5claws164
6649
6650         * src/toolbar.h
6651                 remove not needed typedef 
6652
6653 2002-11-17 [oliver]     0.8.5claws163
6654
6655         * src/toolbar.c
6656                 make toolbar's on click events translatable
6657
6658 2002-11-15 [colin]      0.8.5claws162
6659
6660         * src/summaryview.c
6661                 Revert too-soon integration of a feature
6662
6663 2002-11-15 [christoph]  0.8.5claws161
6664
6665         * src/imap.c
6666                 use main's implementation of imap_get_msginfo
6667
6668 2002-11-15 [christoph]  0.8.5claws160
6669
6670         * src/compose.c
6671         * src/folder.[ch]
6672         * src/imap.c
6673         * src/mbox_folder.c
6674         * src/mh.c
6675         * src/news.c
6676         * src/procmsg.c
6677         * src/summaryview.c
6678                 replace claws' fetch_msginfo with main's get_msginfo
6679                 (use main's implementation where possible)
6680
6681 2002-11-15 [colin]      0.8.5claws159
6682
6683         * src/ssl_certificate.c
6684                 Missed a check
6685
6686 2002-11-16 [melvin]     0.8.5claws158
6687
6688         * po/fr.po
6689                 Updated French translations.
6690
6691 2002-11-16 [colin]      0.8.5claws157
6692
6693         * src/ssl_certificate.c
6694                 Check for missing parts in the certificates
6695
6696 2002-11-15 [colin]      0.8.5claws156
6697
6698         * src/folderview.c
6699                 Preventive fix (missing check) found by
6700                 Alfons
6701
6702 2002-11-15 [paul]
6703
6704         * NEWS
6705                 sync with 0.8.6 release
6706
6707 2002-11-15 [colin]      0.8.5claws155
6708
6709         * src/folder.[ch]
6710           src/folderview.c
6711                 Fix error handling of folder_item_move_to()
6712                 (thanks to Alfons!)
6713
6714 2002-11-15 [colin]      0.8.5claws154
6715
6716         * src/folder.[ch]
6717           src/folderview.c
6718                 folder_item_move_to() sets an error message instead
6719                 of having GUI stuff in folder.c
6720
6721 2002-11-15 [colin]      0.8.5claws153
6722
6723         * src/procmsg.[ch]
6724                 Implemented a callback for MsgInfo updates, 
6725                 heavily copy/pasted from Christoph's folder 
6726                 callback system
6727         * src/summaryview.[ch]
6728                 Register summary_update_msg as callback
6729
6730 2002-11-14 [colin]      0.8.5claws152
6731         
6732         * src/procmsg.c
6733                 Update the FolderItem after sending (fixes 617593)
6734
6735 2002-11-14 [christoph]  0.8.5claws151
6736
6737         * src/folder.c
6738                 fix wrong position of NULL pointer check found
6739                 by Sergey
6740
6741 2002-11-14 [christoph]  0.8.5claws150
6742
6743         * src/folder.c
6744                 fix segfault when deleting messages from IMAP folders
6745                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6746
6747 2002-11-14 [colin]      0.8.5claws149
6748
6749         * src/compose.c
6750                 Forwarding was also ignoring the folder's default account.
6751
6752 2002-11-14 [colin]      0.8.5claws148
6753
6754         * src/compose.c
6755                 Fix sent folder not set to folder properties when 
6756                 forwarding.
6757
6758 2002-11-14 [thorsten]   0.8.5claws147
6759
6760         * src/inc.c
6761                 inc_start(): Files were not moved from .processing to inbox,
6762                 if no global processing rule existed
6763
6764 2002-11-14 [colin]      0.8.5claws146
6765
6766         * src/ssl_certificate
6767                 Fix file operations
6768
6769 2002-11-14 [paul]       0.8.5claws145
6770
6771         * po/it.po
6772                 updated by Alessandro Maestri
6773
6774 2002-11-13 [alfons]     0.8.5claws144
6775
6776         * src/folder.c
6777                 folder_item_close(): only mark messages unread
6778                 when a folder has new messages 
6779
6780 2002-11-13 [keith]      0.8.5claws143
6781
6782         * src/imap.c
6783                 Fix problem moving or copying between
6784                 IMAP folders
6785
6786 2002-11-13 [colin]      0.8.5claws142
6787
6788         * src/matcher_parser_parse.y
6789                 Fix rule problem when " don't match
6790
6791 2002-11-13 [christoph]  0.8.5claws141
6792
6793         * src/folder.c
6794         * src/folderview.c
6795                 moved cache saving to folder_item_close
6796                 the folderview should not have to deal with
6797                 this things
6798
6799 2002-11-13 [christoph]  0.8.5claws140
6800
6801         * src/summaryview.c
6802                 moved setting of important score to
6803                 summary_set_prefs_from_folderitem
6804
6805 2002-11-13 [colin]      0.8.5claws139
6806
6807         * src/matcher_parser_parse.y
6808                 Fix a segfault in the parser (happening when
6809                 a good expression had been tested and a bad 
6810                 one arrives)
6811
6812 2002-11-13 [paul]       0.8.5claws138
6813
6814         * sync with 0.8.5cvs24
6815                 see ChangeLog 2002-11-13
6816                 
6817         * po/pt_BR.po
6818                 updated by Fabio Jr. Beneditto
6819
6820 2002-11-13 [colin]      0.8.5claws137
6821         
6822         * src/msgcache.c
6823           src/defs.h
6824           src/procmsg.[ch]
6825                 Revert last commit, problem
6826
6827 2002-11-13 [colin]      0.8.5claws136
6828
6829         * src/msgcache.c
6830                 Remove duplicated code
6831         * src/defs.h
6832                 Bumped CACHE_VERSION and MARK_VERSION
6833         * src/procmsg.[ch]
6834                 Network endian for cache and mark files
6835
6836 2002-11-12 [colin]      0.8.5claws135
6837
6838         * src/inc.c
6839                 Fix the "socket error" dialog which disappeared
6840
6841 2002-11-12 [colin]      0.8.5claws134
6842
6843         * src/msgcache.c
6844                 Reverse last commit which had performance 
6845                 problems, but still reverse the list
6846
6847 2002-11-12 [colin]      0.8.5claws133
6848
6849         * src/msgcache.c
6850                 Reverse list order
6851
6852 2002-11-12 [melvin]     0.8.5claws132
6853
6854         * src/compose.c
6855                 Added a check for a NULL prefs_common.dictionary
6856
6857 2002-11-12 [colin]      0.8.5claws131
6858
6859         * src/ssl_certificate.[ch]
6860                 Use FQDN hostname
6861
6862 2002-11-12 [colin]      0.8.5claws130
6863
6864         * src/ssl_certificate.[ch]
6865                 Take connection port into account for 
6866                 checking certificates (a single hostname
6867                 could have multiple servers with multiple
6868                 certificates)
6869         * src/ssl.c
6870                 Pass the port to ssl_certificate_check
6871
6872 2002-11-12 [paul]       0.8.5claws129
6873
6874         * src/folder.c
6875                 fix a typo in last commit
6876
6877 2002-11-12 [paul]       0.8.5claws128
6878
6879         * sync with 0.8.5cvs23
6880                 see ChangeLog entry 2002-11-12
6881
6882 2002-11-11 [colin]      0.8.5claws127
6883
6884         * src/ssl_certificate.c
6885                 Cleaner messages
6886                 Don't popup, instead log error, if the 
6887                 corresponding pref is checked
6888         * src/ssl_certificate.h
6889                 include <openssl/objects/h>
6890
6891 2002-11-11 [colin]      0.8.5claws126
6892
6893         * src/ssl_certificate.h
6894                 _Really_ clean it
6895
6896 2002-11-11 [colin]      0.8.5claws125
6897         
6898         * src/ssl_certificate.c
6899                 Fixed leak
6900
6901 2002-11-11 [colin]      0.8.5claws124
6902
6903         * src/ssl.c
6904                 Cleaned a bit
6905         * src/ssl_certificate.[ch]
6906                 Cleaned a bit (better use of SSL API)
6907                 (This will cause non-recognition of saved 
6908                  certificates of claws12[23]...)
6909
6910 2002-11-11 [paul]       0.8.5claws123
6911         
6912         * po/es.po
6913                 updated by Ricardo Mones Lastra
6914
6915 2002-11-11 [colin]      0.8.5claws122
6916
6917         * src/ssl.c
6918                 Fix a typo
6919
6920 2002-11-11 [colin]      0.8.5claws121
6921
6922         * src/ssl_certificate.[ch] ** NEW FILES **
6923         * src/ssl.[ch]
6924                 Check SSL certificates presented to us
6925         * src/Makefile.am
6926                 Add ssl_certificate.[ch]
6927         * po/POTFILES.in
6928                 Add ssl_certificate.c
6929
6930 2002-11-11 [paul]       0.8.5claws120
6931
6932         * sync with 0.8.5cvs22
6933                 see ChangeLog 2002-11-11
6934
6935 2002-11-11 [paul]       0.8.5claws119
6936
6937         * sync with 0.8.5cvs21
6938                 see ChangeLog 2002-11-11
6939
6940 2002-11-10 [jens]       0.8.5claws118
6941
6942         * src/folder.c
6943         * src/folderview.c
6944                 corrected some typing
6945         * po/de.po
6946                 updated german translation
6947         * sylpheed.spec.in
6948                 cleaned up specfile and adjusted it for claws
6949
6950 2002-11-10 [colin]      0.8.5claws117
6951
6952         * src/summaryview.c
6953                 a STATUSBAR_PUSH/POP fix
6954
6955 2002-11-10 [colin]      0.8.5claws116
6956
6957         * src/prefs_folder_item.c
6958                 Fix hanging after opening folder properties
6959
6960 2002-11-10 [hoa]        0.8.5claws115
6961
6962         * src/matcher_parser_lex.l
6963         * src/matcher_parser_parse.y
6964                 config file for scoring and filtering is no more trashed
6965                 when there is a syntax error in a filtering rule when
6966                 editing it in a dialog.
6967
6968 2002-11-09 [colin]      0.8.5claws114
6969
6970         * src/mbox_folder.c
6971                 Added missing initialisation of folder->destroy()
6972
6973 2002-11-09 [colin]      0.8.5claws113
6974
6975         * src/folder.c
6976           src/folderview.c
6977                 Fix the status bar messages
6978
6979 2002-11-09 [colin]      0.8.5claws112
6980
6981         * src/folderview.c
6982                 Fix hangs after folder dnd, happening after 
6983                 claws109.
6984
6985 2002-11-09 [christoph]  0.8.5claws111
6986
6987         * src/folderview.c
6988                 just changed order of calls (reverse order of
6989                 associated calls)
6990         * src/inc.c
6991                 lock inc when checking only one account, otherwise
6992                 inc all could be executed at the same time
6993
6994 2002-11-09 [christoph]  0.8.5claws110
6995
6996         * src/folderview.c
6997                 better unlock the mouse cursor before calling
6998                 summary_show because it changes the cursor too
6999
7000 2002-11-09 [christoph]  0.8.5claws109
7001
7002         * src/folder.[ch]
7003         * src/folderview.c
7004                 add functions to open and close a folder
7005                 o opending will execute scanning for remote folders
7006                   and processing
7007                 o closing will unset new flag for messages
7008
7009 2002-11-09 [colin]      0.8.5claws108
7010
7011         * src/folder.c
7012                 Add a call to prefs_matcher_write_config to 
7013                 avoid non-leaf folders filtering settings to be
7014                 lost
7015
7016 2002-11-09 [paul]       0.8.5claws107
7017
7018         * src/prefs_account.c
7019                 re-word a label
7020
7021 2002-11-09 [colin]      0.8.5claws106
7022
7023         * src/folderview.c
7024                 Minor esthetic fix
7025
7026 2002-11-09 [colin]      0.8.5claws105
7027
7028         * src/folderview.c
7029                 Fix prefs_filtering deletion for MH folders (same
7030                 reason as below)
7031         * src/prefs_filtering.c
7032                 Fix prefs_filtering renaming and deletion for 
7033                 folder-based processing rules.  
7034
7035 2002-11-09 [christoph]  0.8.5claws104
7036
7037         * src/compose.c
7038         * src/folder.[ch]
7039         * src/folderview.[ch]
7040         * src/import.c
7041         * src/inc.c
7042         * src/main.c
7043         * src/mainwindow.c
7044         * src/messageview.c
7045         * src/prefs_folder_item.c
7046         * src/procmsg.c
7047         * src/summaryview.c
7048                 implement a callback system for folder item updates
7049
7050 2002-11-09 [colin]      0.8.5claws103
7051
7052         * src/folderview.c
7053                 Fix prefs_filtering renaming for MH folders (we
7054                 shouldn't rename by path as another folder could
7055                 have the same hierarchy).
7056
7057 2002-11-09 [colin]      0.8.5claws102
7058
7059         * src/folder.c
7060                 Fix a leak found by Christoph, use better variable
7061                 names
7062
7063 2002-11-09 [colin]      0.8.5claws101
7064
7065         * src/folder.c
7066                 One more fix for processing rules
7067
7068 2002-11-08 [colin]      0.8.5claws100
7069         
7070         * src/matcher.c
7071                 Don't copy the compiled regexp (will be reevaluated)
7072         * src/folderview.c
7073                 Lock folderview while moving
7074         * src/folder.c
7075                 Provide info on what's happening to the user
7076
7077 2002-11-08 [colin]      0.8.5claws99
7078
7079         * src/folderview.c
7080                 Fix folder reordering after a move if parent is 
7081                 root
7082         * src/scoring.[ch]
7083                 Add function to copy a ScoringProp
7084         * src/prefs_folder_item.c
7085                 Copy scoring rules when copying a folder prefs
7086
7087 2002-11-08 [colin]      0.8.5claws98
7088
7089         * src/folderview.c
7090                 Fixes in case of failure
7091         * src/filtering.[ch]    
7092                 Add function to duplicate a FilteringProp
7093         * src/matcher.[ch]
7094                 Add function to duplicate a MatcherProp
7095         * src/prefs_folder_item.c
7096                 Save folder's processing rules when copying 
7097                 its prefs
7098
7099 2002-11-08 [colin]      0.8.5claws97
7100         
7101         * src/folderview.c
7102                 Sort after move
7103         * src/folder.c 
7104                 Change a printf to debug_print
7105
7106 2002-11-08 [colin]      0.8.5claws96
7107
7108         * src/folder.c
7109           src/folderview.c
7110                 Fix segfaults, call me stupido
7111         
7112
7113 2002-11-08 [colin]      0.8.5claws95
7114
7115         *src/folder.c
7116                 Added forgotten prefs to save when moving folders
7117
7118 2002-11-08 [colin]      0.8.5claws94
7119
7120         * src/folder.c
7121                 Fixes to folder DND (prefs copy)
7122         * src/folderview.c
7123                 Optimization for folder DND (don't rescan whole tree)
7124                 Added folderview_create_folder_node() for this 
7125                 optimization, so de-duped a bit the code
7126         * src/prefs_folder_item.[ch]
7127                 Added prefs_folder_item_copy_prefs()    
7128           
7129 2002-11-08 [paul]       0.8.5claws93
7130
7131         * src/prefs_account.c
7132           tools/README
7133           tools/kmail2sylpheed_v2.pl
7134                 correct some typos
7135
7136 2002-11-08 [paul]       0.8.5claws92
7137
7138         * src/compose.c
7139           src/prefs_account.[ch]
7140                 remove account options 'clearsign' and 'ascii_armored',
7141                 replace with 'default_gnupg_mode' to prevent mixed-mode
7142                 Privacy settings
7143
7144 2002-11-08 [paul]       0.8.5claws91
7145
7146         * src/compose.[ch]
7147                 re-implement GnuPG 'on-the-fly' mode selection,
7148                 disallow mixed-mode
7149
7150 2002-11-08 [colin]      0.8.5claws90
7151
7152         * src/folderview.c
7153           src/prefs_folder_item.c
7154                 Change "Property" to "Properties"
7155
7156 2002-11-07 [colin]      0.8.5claws89
7157
7158         * src/folderview.c
7159           src/folder.c
7160                 Allow folder dropping to a root folder
7161
7162 2002-11-07 [paul]       0.8.5claws88
7163
7164         * src/compose.c
7165                 revert last commit
7166
7167 2002-11-07 [paul]       0.8.5claws87
7168
7169         * src/compose.c
7170                 fix reply-to-list bug. closes bug report
7171                 "[633382] reply-to-list broken in recent cvs"
7172
7173 2002-11-07 [paul]       0.8.5claws86
7174
7175         * src/compose.c
7176                 add a forgotten '#if USE_GPGME ... #endif'
7177
7178 2002-11-07 [paul]       0.8.5claws85
7179
7180         * sync with 0.8.5cvs20
7181                 see ChangeLog 2002-11-07
7182
7183 2002-11-07 [colin]      0.8.5claws84
7184
7185         * src/folder.[ch]
7186                 Change folder_item_move_to to return the newly 
7187                 created folderitem.
7188         * src/folderview.c
7189                 Select the new folderitem after moving.
7190
7191 2002-11-07 [colin]      0.8.5claws83
7192
7193         * src/prefs_filtering.c
7194                 Fix rule rewriting when moving a leaf folder to a 
7195                 shorter path
7196
7197 2002-11-07 [colin]      0.8.5claws82
7198
7199         * src/prefs_filtering.c
7200                 fix a leak
7201
7202 2002-11-07 [colin]      0.8.5claws81
7203
7204         * src/folder.[ch]
7205                 Add folder_item_move_to() function to move a 
7206                 folderitem into another one (updates matcher etc)
7207         * src/folderview.c
7208                 Add folder drag'n drop (context menu to come)
7209                 [Should be dataloss free, but Please backup before 
7210                  trying !]
7211
7212 2002-11-06 [colin]      0.8.5claws80
7213
7214         * src/mh.c
7215                 mh_create_folder() returns NULL if can't create
7216                 directory hierarchy
7217
7218 2002-11-06 [paul]       0.8.5claws79
7219
7220         * src/compose.[ch]
7221                 allow 'on-the-fly' changing of the type of encryption 
7222                 and/or signing used (mime/ascii) via the compose window
7223
7224 2002-11-06 [paul]       0.8.5claws78
7225
7226         * sync with 0.8.5cvs19
7227                 see ChangeLog 2002-11-06 for src/account.c: 
7228                 account_get_special_folder()
7229                 
7230 2002-11-05 [alfons]     0.8.5claws77
7231
7232         * src/crash.c
7233                 very minor cleanups: nothing to see here, move on. :-)
7234
7235 2002-11-05 [colin]      0.8.5claws76
7236
7237         * src/main.c
7238                 Changes choices if compose windows are opened to
7239                 Discard, Draft, Don't quit
7240
7241 2002-11-05 [thorsten]   0.8.5claws75
7242
7243         * src/compose.c
7244                 reenabled default_reply_to folder option
7245
7246 2002-11-05 [colin]      0.8.5claws74
7247
7248         * src/compose.[ch] 
7249                 add compose_draft()
7250         * src/crash.c
7251                 add SIGTERM handler
7252         * src/main.[ch]
7253                 add clean_quit() for the SIGTERM handler
7254
7255 2002-11-05 [paul]       0.8.5claws73
7256         
7257         * po/es.po
7258                 updated by Ricardo Mones Lastra
7259
7260 2002-11-05 [melvin]     0.8.5claws72
7261
7262         * src/logwindow.c
7263                 Fixed log-clipping bug #616795.
7264                 To stop logging in the log window use 0 length.
7265         * src/prefs_common.c
7266                 Added a label to inform about the 0 log length behaviour.
7267
7268 2002-11-05 [paul]       0.8.5claws71
7269
7270         * sync with 0.8.5cvs17
7271                 see ChangeLog 2002-11-05
7272
7273 2002-11-04 [paul]       0.8.5claws70
7274
7275         * sylpheed-128x128.png
7276           sylpheed-64x64.png
7277           sylpheed.png
7278                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7279                 <nikai@users.sourceforge.net>
7280                 
7281         * po/bg.po
7282                 updated by George Danchev
7283
7284 2002-11-03 [thorsten]   0.8.5claws69
7285
7286         * src/main.c
7287           src/mimeview.c
7288           src/rfc2015.h
7289                 add check if gpg is active
7290
7291 2002-11-03 [thorsten]   0.8.5claws68
7292
7293         * src/toolbar.h
7294                 removed GSList declaration causing trouble on MacOS-X
7295                 (submitted by alfons, reported by xfesty)
7296
7297 2002-11-01 [paul]       0.8.5claws67
7298
7299         * src/mainwindow.c
7300                 remove last remnants of main's filter code
7301
7302 2002-11-01 [paul]       0.8.5claws66
7303
7304         * tools/filter_conv.pl
7305                 fix bug where user-defined headers were ignored
7306
7307 2002-11-01 [paul]       0.8.5claws65
7308
7309         * src/logwindow.c
7310                 make a debug_print() not translatable
7311
7312 2002-10-31 [melvin]     0.8.5claws64
7313
7314         * ac/aspell.m4
7315                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7316                 not run any GNU/aspell test.  The dictionary path will
7317                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7318                 was given, in which case, it will be $prefix/lib/aspell/
7319         * configure.in
7320                 Fixed typo in commentary (Aspell code).
7321
7322 2002-10-31 [paul]       0.8.5claws63
7323
7324         * po/POTFILES.in
7325                 remove src/filter.c and src/prefs_filter.c
7326                 thanks to Ricardo for reminding me
7327
7328 2002-10-31 [colin]      0.8.5claws62
7329
7330         * src/mbox_folder.c
7331                 Plug some leaks
7332
7333 2002-10-31 [paul]       0.8.5claws61
7334
7335         * src/prefs_filter.[ch] ** REMOVED **
7336           src/filter.[ch]       ** REMOVED **
7337           
7338         * src/Makefile.am
7339           src/folderview.c
7340           src/inc.c
7341           src/main.c
7342           src/mainwindow.c
7343           src/mbox.c
7344           src/prefs_common.c
7345           src/prefs_filtering.c
7346           src/summaryview.[ch]
7347                 remove main's 'filter' code
7348                 
7349         README.claws
7350                 update to reflect removal of main's filter
7351
7352 2002-10-31 [paul]       0.8.5claws60
7353
7354         * src/summaryview.c
7355                 remove check for global_processing in summary_filter_open(). 
7356                 This fixes the bug where if the user uses the right-click 
7357                 'Create filter rule...' and doesn't have any filter rules 
7358                 already defined in claws' advanced filtering, the newly 
7359                 created filter rule goes to main's filtering which is 
7360                 inaccessible through the gui. Now the filter rule gets added
7361                 to claws' filtering by default.
7362
7363 2002-10-28 [melvin]     0.8.5claws59
7364
7365         * src/prefs_actions.c
7366                 Fixed bug #627322 where MIME parts were not always
7367                 correctly passed to a %p action
7368                 Display an error dialog when message filename is not found.
7369
7370 2002-10-28 [melvin]     0.8.5claws58
7371
7372         * src/prefs_common.c
7373                 Readded a missing function declaration lost in 0.8.3claws34
7374
7375 2002-10-28 [paul]       0.8.5claws57
7376
7377         * sync with 0.8.5cvs15
7378                 see ChangeLog 2002-10-28 and 2002-10-25
7379                 
7380         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7381
7382 2002-10-27 [oliver]     0.8.5claws56
7383
7384         * src/pop.c
7385                 plug leak in pop3_top_recv
7386
7387 2002-10-26 [christoph]  0.8.5claws55
7388
7389         * src/folder.c
7390                 set need_update folder flag when messages are added
7391                 (closes bug [ 626922 ] folder not updated after receiving)
7392
7393 2002-10-25 [melvin]     0.8.5claws54
7394
7395         * src/imageview.c
7396                 Fixed a memleak introduced in the scaling code.
7397
7398 2002-10-24 [alfons]     0.8.5claws53
7399
7400         * src/filtering.c
7401                 make filtering's forward message action forward from the 
7402                 correct account
7403                 (closes bug [628089 ] Filter -> Forward from address problem
7404                 reported by Oktay)
7405
7406 2002-10-24 [christoph]  0.8.5claws52
7407
7408         * src/mainwindow.c
7409         * src/manual.[ch]
7410                 o use manual of current locale or english if current
7411                   locale is not available (and english is available)
7412                 o also link to sylpheed doc project manuals
7413
7414 2002-10-23 [paul]       0.8.5claws51
7415
7416         * tools/README
7417           tools/kmail2sylpheed_v2.pl
7418                 add new version of kmail addressbook importer script.
7419                 works with newer versions of Kmail/KAddressBook which
7420                 have new and rearranged data.
7421
7422 2002-10-23 [martin]     0.8.5claws50
7423
7424         * src/folderview.c
7425         * src/summaryview.c
7426         * src/utils.h
7427         * src/utils.c
7428                 added length parameter to get_abbrev_newsgroup_name()
7429                 changed this function so that it abbreviates the newsgroup
7430                 names only so long it is smaller than the length parameter
7431                 (for better reading of some newsgroup names and space efficiency)
7432
7433 2002-10-22 [colin]      0.8.5claws49
7434
7435         *src/foldersel.c
7436                 Revert Alfons' last modification (after voting ;-))
7437
7438 2002-10-21 [alfons]     0.8.5claws48
7439
7440         * src/foldersel.c
7441                 folder view in folder selection dialog reflects state of
7442                 folder view in main window
7443
7444 2002-10-18 [alfons]     0.8.5claws47
7445
7446         * src/mbox.c
7447                 drop imported messages in folder selected by user,
7448                 and not in the inbox
7449                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7450
7451 2002-10-18 [alfons]     0.8.5claws46
7452
7453         * src/compose.c
7454                 make automagic reply work correctly for email accounts 
7455                 (whether it's viable to do a full sync with Hiro's 
7456                 compose.c is still under discussion)
7457
7458 2002-10-18 [melvin]     0.8.5claws45
7459
7460         * src/prefs_actions.c
7461                 Fixed bug #622275 where asynchroneous actions left 
7462                 zombies processes
7463                 Made (synchroneous) actions' input be displayed live.
7464
7465 2002-10-18 [christoph]  0.8.5claws44
7466
7467         * src/textview.c
7468                 don't add a newline in the textview in front of the
7469                 first textpart if header display is disabled
7470                 (closes bug [ 603385 ] disabled header display leaves blank
7471                  lin)
7472
7473 2002-10-18 [christoph]  0.8.5claws43
7474
7475         * src/folder.[ch]
7476         * src/imap.c
7477         * src/mbox_folder.c
7478         * src/mh.c
7479         * src/news.c
7480                 folder->get_num_list now returns an error code
7481                 (closes bug [ 609424 ] News cache cleared on failure)
7482                 
7483 2002-10-17 [colin]      0.8.5claws42
7484         
7485         * src/news.c
7486                 Changed a printf by debug_print
7487
7488 2002-10-16 [paul]       
7489
7490         * tools/OOo2sylpheed.pl
7491                 allow for spaces in the name of the
7492                 file to be attached.
7493
7494 2002-10-16 [colin]      0.8.5claws41
7495
7496         * src/main.c
7497                 Use a tristate to change online mode
7498
7499 2002-10-16 [paul]       0.8.5claws40
7500
7501         * po/es.po
7502                 updated by Ricardo Mones Lastra
7503
7504 2002-10-16 [colin]      0.8.5claws39
7505
7506         * src/main.c
7507           src/mainwindow.[ch]
7508                 Added --online and --offline command-line
7509                 switches
7510
7511 2002-10-15 [christoph]  0.8.5claws38
7512
7513         * src/procmime.c
7514                 set mimeinfo->name to NULL after g_free to
7515                 avoid double freeing with g_free
7516
7517 2002-10-14 [christoph]  0.8.5claws37
7518
7519         * src/compose.c
7520         * src/filtering.c
7521         * src/summaryview.c
7522                 remove calls to folder->change_flags that are now
7523                 done by procmsg flag functions (seems it is not
7524                 used by any foldertype anyway)
7525         * src/folder.c
7526                 init folder->change_flags with NULL
7527
7528 2002-10-14 [christoph]  0.8.5claws36
7529
7530         * src/folder.[ch]
7531         * src/imap.[ch]
7532                 use virtual functions for folder item new and destroy
7533                 functions
7534
7535 2002-10-14 [melvin]     0.8.5claws35
7536
7537         * src/compose.c
7538                 Added a test to not run the spell checker if no default
7539                 dictionary is available. No dialog is displayed though.
7540
7541 2002-10-14 [melvin]     0.8.5claws34
7542
7543         * src/gtkaspell.c
7544                 Fixed bug in dictionary list context menu where
7545                 "More..." pointed to an emtpy submenu if the
7546                 number of dictionaries is a multiple of 15
7547                 Removed unneeded code in suggestions list creation
7548
7549 2002-10-14 [paul]       0.8.5claws33
7550
7551         * po/bg.po
7552                 updated by George Danchev
7553
7554 2002-10-13 [hoa]        0.8.5claws32
7555
7556         * src/matcher.[ch]
7557           src/matcher_parser_parser.y
7558                 removed the escaped string from internal structure
7559                 of matcher.
7560
7561 2002-10-12 [colin]      0.8.5claws31
7562
7563         * src/gtksctree.[ch]
7564           src/summaryview.c
7565                 Removed useless function gtksctree_reanchor
7566
7567 2002-10-12 [alfons]     0.8.5claws30
7568         
7569         * sync with remaining main changes 2002-10-09 - 2002-10-11
7570         - drop changes to src/compose.c (requires claws specific changes)
7571         
7572 2002-10-12 [alfons]     0.8.5claws29
7573         
7574         * sync with main changes of 2002-10-08
7575         - drop changes to src/compose.c (requires claws specific changes)
7576         - drop changes to src/summaryview.c (requires changes to compose.c)     
7577
7578 2002-10-12 [alfons]     0.8.5claws28
7579         
7580         * sync with main changes of 2002-10-07
7581
7582 2002-10-12 [alfons]     0.8.5claws27
7583
7584         * sync with main changes of 2002-10-04
7585         - drop changes to src/compose.c (requires claws specific changes)
7586         - drop changes to src/prefs_folder_item.c (claws implementation
7587           seems to be working)
7588
7589 2002-10-12 [colin]      0.8.5claws26
7590
7591         * src/mainwindow.c
7592                 Fix folder-flicker when space-reading, introduced 
7593                 in claws22.
7594
7595 2002-10-12 [colin]      0.8.5claws25
7596
7597         * src/compose.c
7598                 Save account address when saving as draft.
7599                 (closes bug 621838)
7600
7601 2002-10-12 [colin]      0.8.5claws24
7602
7603         * src/summaryview.c
7604                 Fix the problem consisting of no message selected
7605                 after the last message in a folder has been moved.
7606
7607 2002-10-12 [paul]       0.8.5claws23
7608
7609         * src/compose.c
7610           src/prefs_template.c
7611           src/template.[ch]
7612                 add Cc and Bcc to templates. Patch submitted by
7613                 John L. Males.
7614
7615 2002-10-12 [colin]      0.8.5claws22
7616
7617         * src/folderview.c
7618                 Fix a bug after "Check for new messages":
7619                 If a folder was opened, it was still selected at
7620                 the end of the check, but displayed empty.
7621         * src/mainwindow.c
7622                 Remove unnecessary check
7623
7624 2002-10-12 [paul]
7625
7626         * tools/README
7627                 be more verbose in the description of
7628                 OOo2sylpheed.pl
7629                 
7630
7631 2002-10-11 [colin]      0.8.5claws21
7632
7633         * src/mainwindow.c
7634                 Make space work (better) when no mail is selected
7635
7636 2002-10-11 [colin]      0.8.5claws20
7637
7638         * src/inc.c
7639           src/news.c
7640                 fix warnings
7641
7642 2002-10-11 [colin]      0.8.5claws19
7643
7644         * src/mainwindow.c
7645                 revert 0.8.5claws6 changes as i couldn't get to
7646                 anything satisfying
7647
7648 2002-10-11 [melvin]     0.8.5claws18
7649
7650         * src/compose.c
7651                 Removed buggy and unused macro (should have been committed in
7652                 0.8.5claws17)
7653
7654 2002-10-11 [melvin]     0.8.5claws17
7655
7656         * src/compose.c
7657                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7658
7659 2002-10-11 [thorsten]   0.8.5claws16 
7660
7661         * src/folderview.c
7662                 remove rescan warning
7663
7664 2002-10-11 [colin]      0.8.5claws15 
7665
7666         * src/procheader.c
7667                 fix a segfault that happens if conv_unmime_header
7668                 fails (should be better to find out why it fails)
7669
7670 2002-10-11 [christoph]  0.8.5claws14
7671
7672         * src/summaryview.c
7673                 update folderview stats after ignore/unignore thread
7674
7675 2002-10-11 [hoa]        0.8.5claws13
7676
7677         * src/quote_fmt_parse.y
7678                 Fixed a yacc/bison syntax error
7679         * src/matcher.c
7680                 Escaping of string is fixed.
7681
7682 2002-10-11 [colin]      0.8.5claws12
7683
7684         * src/imageview.c
7685                 Resize images to fit
7686
7687 2002-10-11 [paul]       0.8.5claws11
7688
7689         * po/es.po
7690                 updated by Ricardo Mones Lastra
7691
7692 2002-10-10 [alfons]     0.8.5claws10
7693
7694         * src/compose.c
7695                 allow dropping files by "moving" files from a file manager,
7696                 not only by the more cumbersome "copying". the latter 
7697                 mostly implies holding down the Control button
7698
7699 2002-10-10 [christoph]  0.8.5claws9
7700
7701         * src/summaryview.c
7702                 update folders after thread building for ignored threads
7703
7704 2002-10-10 [christoph]  0.8.5claws8
7705
7706         * config/.cvsignore
7707                 added Makefile
7708         * src/filtering.[ch]
7709         * src/folder.[ch]
7710         * src/folderview.[ch]
7711         * src/import.c
7712         * src/inc.[ch]
7713         * src/mbox.[ch]
7714         * src/procmsg.c
7715         * src/summaryview.[ch]
7716                 o added new flag need_update to FolderItem
7717                 o removed folder_table from various functions from tracking
7718                   folder updates
7719                 o set need_update flags in folder.c's move, copy and delete
7720                   functions and procmsg's flags functions
7721                 o added function folderview_update_items_when_required that
7722                   updates all folders with need_update set
7723                 o call folderview_update_items_when_required instead of
7724                   folderview_update_item_foreach
7725
7726 2002-10-09 [sergey]     0.8.5claws7
7727
7728         * src/compose.c
7729                 Strip CRs whel loading the text into editor in reedit mode.
7730
7731 2002-10-09 [colin]      0.8.5claws6
7732
7733         * src/mainwindow.c
7734                 Make Space work when no mail is selected
7735
7736 2002-10-09 [colin]      0.8.5claws5
7737
7738         * src/gtksctree.[ch]
7739                 Fix range_select
7740                 Add gtk_sctree_reanchor() 
7741         * src/summaryview.c
7742                 Use gtk_sctree_reanchor() - better fix for 
7743                 bug 60413
7744
7745 2002-10-09 [colin]      0.8.5claws4
7746
7747         * src/summaryview.c
7748                 Fix shift-click select after delete problem
7749                 (closes bug 60413)
7750
7751 2002-10-08 [thorsten]   0.8.5claws3
7752
7753         * src/summaryview.c
7754                 exclude current msg from -hide read messages-
7755
7756 2002-10-08 [colin]      0.8.5claws2
7757
7758         * src/inc.[ch]
7759           src/pop.c
7760           src/recv.c
7761                 Differentiate socket errors from disk full
7762                 errors
7763
7764 2002-10-08 [christoph]  0.8.5claws1
7765
7766         * Makefile.am
7767         * configure.in
7768                 modifications for new config directory
7769
7770         * config.guess  ** REMOVED **
7771         * config.sub    ** REMOVED **
7772         * install-sh    ** REMOVED **
7773         * ltmain.sh     ** REMOVED **
7774         * missing       ** REMOVED **
7775         * mkinstalldirs ** REMOVED **
7776                 these files are autogenerated by automake
7777                 when you run autogen.sh
7778
7779         * config/.cvsignore     ** NEW FILE **
7780         * config/Makefile.am    ** NEW FILE **
7781                 ignore autogenerated files
7782                 create a Makefile in this directory
7783
7784 2002-10-08 [paul]       0.8.5claws
7785
7786         * 0.8.5claws release
7787         
7788         * src/compose.c
7789           src/procheader.c
7790           src/procmsg.c
7791                 fix quote reply format for newsgroups reply bug
7792                 (thanks to Hoa)
7793                 
7794         * po/en_GB.po
7795           po/pl.po
7796                 updated by me and Witold Wladyslaw Wojciech Wilk
7797                 repectively
7798
7799 2002-10-07 [paul]       0.8.3claws53
7800
7801         * po/it.po
7802           po/pt_BR.po
7803           po/sr.po
7804                 updated messages catalogs, submitted by
7805                 Alessandro Maestri, Fabio Jr.Beneditto 
7806                 and Urke MMI, respectively.
7807
7808 2002-10-07 [christoph]  0.8.3claws52
7809
7810         * src/folder.[ch]
7811         * src/folderview.c
7812         * src/mainwindow.c
7813                 fix new folder ghost message bug
7814                 (closes bug [ 619722 ] wrong count for newly created folders)
7815
7816 2002-10-07 [christoph]  0.8.3claws51
7817
7818         * src/compose.c
7819                 fix news posting problem
7820
7821 2002-10-07 [melvin]     0.8.3claws50
7822
7823         * po/fr.po
7824                 Updated French translation
7825
7826 2002-10-05 [christoph]  0.8.3claws49
7827
7828         * src/gtkstext.c
7829                 check if line_start_cache is set in gtk_stext_update_text
7830                 (closes bug [ 618119 ] crash while doing search in folder)
7831
7832 2002-10-05 [christoph]  0.8.3claws48
7833
7834         * src/imap.c
7835         * src/news.c
7836         * src/utils.c
7837         * src/utils.h
7838                 implement cache cleanups for claws' folder system
7839                 (closes bug [ 595916 ] imapcache not cleaned up)
7840
7841 2002-10-05 [melvin]     0.8.3claws47
7842
7843         * src/prefs_actions.c
7844                 Made the help text more clear for the %p token
7845
7846 2002-10-04 [paul]       0.8.3claws46
7847
7848         * sync with 0.8.5
7849                 see ChangeLog 2002-10-02 and 2002-10-03
7850
7851 2002-10-04 [christoph]  0.8.3claws45
7852
7853         * src/inc.c
7854                 fix segfault caused by pop before smtp
7855                 call to inc_account_mail with NULL
7856                 pointer for mainwin
7857
7858 2002-10-04 [paul]       0.8.3claws44
7859
7860         * configure.in
7861                 sync the LDAP detection from 0.8.5cvs1
7862
7863 2002-10-02 [christoph]  0.8.3claws43
7864
7865         * po/de.po
7866                 fix small spelling error
7867
7868 2002-10-02 [melvin]     0.8.3claws42
7869
7870         * ac/aspell.m4
7871                 Behave better and say "no" when test program cannot be run.
7872
7873 2002-10-02 [paul]       0.8.3claws41
7874
7875         * sync with 0.8.4cvs1
7876                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7877                 
7878         * src/summaryview.c
7879                 toggle the behavior of Reply menuitem between
7880                 normal reply and reply-to-list
7881
7882 2002-10-01 [sergey]     0.8.3claws40
7883
7884         * src/compose.c
7885                 Convert newlines in the message text to the canonical form
7886                 before base64 encoding (RFC2045 compliance, fixes some
7887                 interoperability issues with Evolution 1.0.3)
7888
7889 2002-09-29 [colin]      0.8.3claws39
7890
7891         * src/summaryview.c
7892                 Fix an unwanted copy/paste
7893
7894 2002-09-29 [colin]      0.8.3claws38
7895
7896         * src/mainwindow.c
7897                 Renamed "Custom toolbar" to "Customize toolbar"
7898                 Renamed "Show all header" to "Show all headers"
7899                 Renamed "Set diplay item" to "Set displayed items"
7900         * src/prefs_common.c
7901                 Renamed "Show all header" to "Show all headers"
7902         * src/prefs_summary_column.c
7903                 Renamed "diplay item" to "displayed items"
7904
7905 2002-09-29 [colin]      0.8.3claws37
7906
7907         * src/mainwindow.[ch]
7908                 online/offline status pixmaps follow theme
7909                 changes
7910         * src/summaryview.[ch]
7911                 quicksearch pixmap follows theme changes
7912
7913 2002-09-29 [thorsten]   0.8.3claws36
7914
7915         * src/compose.c
7916           src/prefs_folder_item.[ch]
7917                 add default_reply_to folder option (closes patch 581044)
7918
7919 2002-09-29 [christoph]  0.8.3claws35
7920
7921         * acconfig.h    ** REMOVED **
7922         * configure.in
7923         * ac/aspell.m4
7924         * ac/check-type.m4
7925         * ac/gnupg-check-typedef.m4
7926                 fix autoheader 2.50 warning
7927
7928 2002-09-29 [christoph]  0.8.3claws34
7929
7930         * major code cleanup (part 2)
7931         
7932                 - unused variables removed
7933                 - unused functions removed
7934                 - uninitialized variables checked
7935                 - missing return statements added
7936                 - missing function return types added
7937                 - added parentheses around assignment
7938                   when suggested by gcc
7939
7940 2002-09-29 [alfons]     0.8.3claws33
7941
7942         * src/logwindow.c
7943                 log_window_clear(): only bracket gtk_text_forward_delete() 
7944                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7945                 works around GTK text bug)
7946
7947 2002-09-29 [paul]       0.8.3claws32
7948
7949         * po/bg.po
7950           po/sr.po
7951                 updated by George Danchev and Urke MMI
7952                 respectively
7953
7954 2002-09-27 [christoph]  0.8.3claws31
7955
7956         * doc-src/readme.txt
7957         * doc-src/rfc1806.txt   ** REMOVED **
7958         * doc-src/rfc2183.txt   ** NEW FILE **
7959         * doc-src/rfc2980.txt   ** NEW FILE **
7960                 update rfcs
7961
7962 2002-09-27 [melvin]     0.8.3claws30
7963
7964         * ac/aspell.m4
7965                 Fixed typo which could break linking
7966
7967 2002-09-27 [melvin]     0.8.3claws29
7968
7969         * ac/aspell.m4
7970                 Improved GNU/aspell checking. 
7971                 Fixed bug #614490
7972
7973 2002-09-27 [paul]       0.8.3claws28
7974
7975         * sync with 0.8.3cvs8
7976                 see ChangeLog 2002-09-27
7977
7978 2002-09-26 [colin]      0.8.3claws27
7979
7980         * src/toolbar.[ch]
7981           src/mainwindow.[ch]
7982                 Add "Reply to Mailing-list" to the toolbar
7983
7984 2002-09-26 [christoph]  0.8.3claws26
7985
7986         * src/summaryview.c
7987                 Fix wrong message counts in summaryview status
7988
7989 2002-09-26 [paul]       0.8.3claws25
7990
7991         * sync with 0.8.3cvs7
7992                 see ChangeLog 2002-09-26
7993
7994 2002-09-26 [paul]       0.8.3claws24
7995
7996         * sync with 0.8.3cvs6
7997                 see ChangeLog 2002-09-25
7998
7999 2002-09-25 [christoph]  0.8.3claws23
8000
8001         * src/prefs_common.c
8002         * src/prefs_folder_item.c
8003         * src/prefs_scoring.c
8004                 Renamed "kill score" to "hide score" in GUI
8005                 and prefs files
8006
8007 2002-09-25 [paul]       0.8.3claws22
8008
8009         * sync with 0.8.3cvs5
8010                 see ChangeLog 2002-09-24
8011
8012 2002-09-24 [alfons]     0.8.3claws21
8013
8014         patch by Satoshi Nagayasu: allows appending / saving multiple 
8015         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8016         'Save as ...'")
8017
8018         * AUTHORS
8019                 add Satoshi Nagayasu
8020         * src/summaryview.c
8021                 summary_save_as(): allow saving selected files to
8022                 one file
8023                 summary_set_menu_sensitive: enable "Save As..." when
8024                 multiple files are selected
8025         * src/utils.[ch]
8026                 append_file(): new function
8027
8028 2002-09-24 [colin]      0.8.3claws20
8029
8030         * src/procmime.c
8031                 Fix segfault when mimeinfo doesn't have a 
8032                 content_type. 
8033
8034 2002-09-24 [colin]      0.8.3claws19
8035
8036         * src/prefs_common.[ch]
8037                 Add a preference to display send dialog or not
8038         * src/send.c
8039                 Display send dialog according to preference
8040
8041 2002-09-24 [colin]      0.8.3claws18
8042
8043         * src/compose.[ch]
8044                 Disable user actions when sending
8045
8046 2002-09-24 [colin]      0.8.3claws17
8047
8048         * src/procmime.c
8049                 Do not display name or filename for attachments
8050                 with an application/pgp-signature type
8051                 (security flaw, see bug 537413)
8052
8053 2002-09-23 [colin]      0.8.3claws16
8054
8055         * src/editaddress.c
8056                 Initialize entry_email, entry_alias and 
8057                 entry_remarks to first email address of the list
8058
8059 2002-09-23 [colin]      0.83claws15
8060
8061         * src/compose.c
8062                 Drop pgp-signature when reediting a signed queued
8063                 message
8064
8065 2002-09-23 [melvin]     0.8.3claws14
8066
8067         * po/fr.po
8068                 Updated French translation
8069
8070 2002-09-23 [melvin]     0.8.3claws13
8071
8072         * src/mainwindow.c
8073                 Made custom toolbar menu labels more consistent
8074         * src/prefs_toolbar.c
8075                 Made custom toolbar window title more consistent
8076
8077 2002-09-22 [colin]      0.8.3claws12
8078
8079         * src/inc.c
8080                 Initialize session type to normal before getting 
8081                 mail (fixes strange Get behaviour)
8082         * src/prefs_account.h
8083                 Move STYPE_POP_BEFORE_SMTP to last position to 
8084                 avoid other side-effects
8085
8086 2002-09-22 [colin]      0.8.3claws11
8087
8088         * src/prefs_account.c
8089                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8090                 from pop3 to apop or vice-versa
8091
8092 2002-09-22 [colin]      0.8.3claws10
8093         
8094         * src/prefs_account.[ch]
8095                 Add an option for the POP before SMTP timeout
8096         * src/inc.c
8097                 Remember time of last POP connection
8098         * src/send.c
8099                 Do POP before SMTP only if timeout reached
8100
8101 2002-09-22 [oliver]     0.8.3claws9
8102         
8103         * README.claws
8104                 explain custom toolbar
8105
8106 2002-09-22 [oliver]     0.8.3claws8
8107
8108         * src/prefs_actions.[ch]
8109         custom toolbar for compose      
8110                 actions callback from compose toolbar
8111         * src/folderview.c
8112                 remove include toolbar.h
8113
8114 2002-09-22 [oliver]     0.8.3claws7
8115         
8116         * src/prefs_toolbar.[ch]
8117                 custom toolbar for compose
8118                 - generic prefs_toolbar handles both
8119                   Mainwin's toolbar as well as Compose toolbar          
8120
8121 2002-09-22 [oliver]     0.8.3claws6
8122         
8123         * src/toolbar.[ch]
8124                 custom toolbar for compose
8125                 restructure toolbar.[ch]
8126
8127 2002-09-22 [oliver]     0.8.3claws5
8128
8129         * src/compose.[ch]
8130                 custom toolbar for compose
8131
8132 2002-09-22 [oliver]     0.8.3claws4
8133         
8134         * src/mainwindow.[ch]
8135                 custom toolbar for compose 
8136                 move mainwin toolbar back to mainwindow
8137
8138 2002-09-22 [alfons]     0.8.3claws3
8139
8140         * src/procmsg.c
8141                 :%sno/if(/if (/gc
8142                 :%sno/for(/for (/gc
8143                 (beautify)
8144
8145 2002-09-22 [alfons]     0.8.3claws2
8146         
8147         * src/procmsg.c
8148                 procmsg_save_to_outbox(): don't unlink message file from queue;
8149                 callers should do it using folder_item_remove_msg()
8150
8151 2002-09-22 [colin]      0.8.3claws1
8152
8153         * src/mimeview.[ch]
8154                 Made mimeview_check_signature() public
8155         * src/textview.c
8156                 Made GPG signatures verifiable by clicking
8157                 the [application/pgp-signature] in the Text
8158                 view
8159
8160 2002-09-22 [paul]       0.8.3claws
8161
8162         * po/bg.po
8163           po/en_GB.po
8164           po/es.po
8165           po/it.po
8166           po/pl.po
8167           po/pt_BR.po
8168           po/sr.po
8169                 updated translations, submitted by George Danchev,
8170                 me, Ricardo Mones Lastra, Alessandro Maestri,
8171                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8172                 and Urke MMI, respectively.     
8173
8174 2002-09-22 [alfons]     0.8.2claws65
8175
8176         * src/procmsg.c
8177         * src/pgptext.c
8178                 no furry valgrinds have been used to plug these memleaks
8179
8180 2002-09-20 [paul]       0.8.2claws64
8181
8182         * sync with 0.8.3cvs4
8183                 'Select thread' re-implemented 
8184                 see ChangeLog 2002-09-20
8185
8186 2002-09-21 [alfons]     0.8.2claws63
8187
8188         * src/compose.c
8189                 compose_send(): plug unnoticed memleak
8190
8191 2002-09-20 [alfons]     0.8.2claws62
8192
8193         * src/addr_compl.c
8194                 replace_address_in_edit(): strict check for NULL address to
8195                 fix "[ 607348 ] Segfault in address completion". My guess is
8196                 that this happens with an empty address book, but it's good
8197                 to have this check here anyway
8198                 
8199                 completion_window_button_press(): free string returned 
8200                 from the internal cache
8201
8202 2002-09-20 [christoph]  0.8.2claws61
8203
8204         * src/procmime.h
8205                 added ENC_BINARY to EncodingType
8206         * src/procmime.c
8207                 the string returned by procmime_get_encoding_str
8208                 should not depend on the order of values in the
8209                 EncodingType definition
8210         * doc-src/rfc1806.txt   ** NEW FILE **
8211                 Added rfc1806 about MIME Content-Disposition
8212                 Extension
8213
8214 2002-09-19 [paul]       0.8.2claws60
8215
8216         * sync with 0.8.2cvs3
8217                 see ChangeLog 2002-09-19
8218
8219 2002-09-19 [paul]       0.8.2claws59
8220
8221         * src/prefs_folder_item.c
8222                 revert to Darko's original alignment of colour
8223                 selector button
8224                 add a colon to folder_color label
8225                 
8226         * src/compose.c
8227                 add Colin's patch (with Hiro's modifications) to 
8228                 force BASE64 encoding for 8-bit text when signing
8229                 (sync with 0.8.3cvs2)
8230
8231 2002-09-18 [alfons]     0.8.2claws58
8232
8233         * src/compose.c
8234                 :%sno/if(/if (/gc
8235                 :%sno/for(/for (/gc
8236                 (beautify a little bit)
8237
8238 2002-09-18 [christoph]  0.8.2claws57
8239
8240         * src/pine.c
8241                 fix handling of fgetc return value
8242
8243 2002-09-17 [alfons]     0.8.2claws56
8244         
8245         * src/summaryview.c
8246                 summary_sort(): check non-NULL summaryview->folder_item when no 
8247                 folder is selected at all
8248                 (closes "[ 610344 ] sort label make syl Crash")
8249
8250 2002-09-17 [alfons]     0.8.2claws55
8251         
8252         * src/compose.c
8253                 beautify a little bit
8254
8255 2002-09-17 [christoph]  0.8.2claws54
8256
8257         * src/folder.c
8258                 initialize max values for cache and folder
8259                 when cache or folder is empty
8260
8261 2002-09-15 [colin]      0.8.2claws53
8262
8263         * src/compose.c
8264                 Fix a leak (thanks Alfons!) and cleaned
8265                 variables names for custom headers
8266
8267 2002-09-15 [colin]      0.8.2claws52
8268
8269         * src/compose.c
8270                 Fix custom headers recognition when
8271                 prefs_common.trans_hdr is on
8272
8273 2002-09-15 [colin]      0.8.2claws51
8274
8275         * src/compose.c
8276                 Allow dynamically-added custom headers
8277                 Yet not reparsed if reedited
8278
8279 2002-09-15 [alfons]     0.8.2claws50
8280
8281         * src/prefs_account.c
8282                 fix warnings
8283
8284 2002-09-15 [colin]      0.8.2claws49
8285         
8286         * src/prefs_account.c
8287                 fix pop_before_smtp sensitivity
8288
8289 2002-09-15 [colin]      0.8.2claws48
8290
8291         * src/inc.[ch]
8292                 add inc_pop_before_smtp()
8293                 allow MainWindow to be undefined in 
8294                 inc_account_mail() and inc_start()
8295         * src/pop.c
8296           src/prefs_account.h
8297                 add STYPE_POP_BEFORE_SMTP session type
8298         * src/prefs_account.c
8299                 activated pop before smtp option
8300         * src/send.c
8301                 do pop before smtp if the relevant option 
8302                 is set
8303
8304 2002-09-15 [paul]       0.8.2claws47
8305
8306         * sync with 0.8.3
8307                 see ChangeLog 2002-09-15
8308
8309 2002-09-14 [paul]       0.8.2claws46
8310
8311         * po/bg.po
8312                 updated Bulgarian translation, submitted by
8313                 George Danchev
8314
8315 2002-09-13 [paul]       0.8.2claws45
8316
8317         * src/compose.c
8318                 merge claws' select_account() with main's
8319                 (new) compose_select_account(). [sync with
8320                 0.8.2cvs15, see ChangeLog 2002-09-11]
8321
8322 2002-09-12 [christoph]  0.8.2claws44
8323
8324         * src/filter.c
8325                 allocate 1 elements of FolderItem not 0
8326
8327 2002-09-12 [colin]      0.8.2claws43
8328
8329         * src/compose.c
8330                 Fix bug #590825 (obey Follow-up: poster)
8331
8332 2002-09-12 [colin]      0.8.2claws42
8333
8334         * src/procmime.c
8335                 Fix bug #557009 (wrong headers for messages 
8336                 forwarded as attachments)
8337
8338 2002-09-11 [colin]      0.8.2claws41
8339         
8340         * src/compose.c
8341                 Put SCF: pseudo-header on top of message
8342                 Set draft tmp_flag when saved as draft
8343
8344         * src/procmsg.c
8345           src/procheader.c
8346                 Skip after first \n\n for beginning of real message
8347                 for drafts too
8348
8349 2002-09-11 [christoph]  0.8.2claws40
8350
8351         * src/filtering.c
8352                 use procmsg flag functions in filtering or processing
8353                 will cause incorrect folder message counts
8354
8355 2002-09-11 [colin]      0.8.2claws39
8356
8357         * src/compose.c
8358                 Fix bug #550175 - wrong save folder when reediting
8359                 drafts
8360
8361 2002-09-11 [paul]       0.8.2claws38
8362
8363         * sync with 0.8.2cvs14
8364                 see ChangeLog 2002-09-11
8365
8366 2002-09-11 [colin]      0.8.2claws37
8367
8368         * src/folder.c
8369                 Fix a typo (seeming to cause new/unread status to
8370                 be lost)
8371
8372 2002-09-10 [christoph]  0.8.2claws36
8373
8374         * src/compose.c
8375                 compose_redirect should not use compose_generic_new
8376                 because that does more stuff than expected including
8377                 opening the external editor
8378                 (closes bug "[ 526608 ] bounced messages appear blank
8379                  in editor")
8380
8381 2002-09-10 [christoph]  0.8.2claws35
8382
8383         * src/folder.c
8384                 fix problem with too large message number range
8385                 causing a crash in folder_item_scan
8386
8387 2002-09-10 [paul]       0.8.2claws34
8388
8389         * sync with 0.8.2cvs13
8390                 see ChangeLog 2002-09-10
8391
8392 2002-09-10 [christoph]  0.8.2claws33
8393
8394         * src/msgcache.c
8395                 set MsgInfo TmpFlags for queue and draft folders
8396                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8397
8398 2002-09-10 [paul]       0.8.2claws32
8399
8400         * AUTHORS
8401           po/bg.po      ** NEW FILE **
8402                 new Bulgarian translation submitted by
8403                 George Danchev <danchev@spnet.net>
8404                 
8405         * tools/Makefile.am
8406           tools/README
8407           tools/tb2sylpheed     ** NEW FILE **
8408                 add script that converts an addressbook exported
8409                 from The Bat! into a Sylpheed addressbook. Submitted
8410                 by Urke MMI <urke-kg@eunet.yu>
8411
8412 2002-09-10 [paul]       0.8.2claws31
8413
8414         * sync with 0.8.2cvs12
8415                 see ChangeLog 2002-09-10
8416
8417 2002-09-06 [paul]       0.8.2claws30
8418
8419         * src/prefs_common.c
8420                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8421                 
8422         * tools/Makefile.am
8423           tools/README
8424           tools/ldif-to-xml.py  ** REMOVED **
8425                 remove obsolete python script
8426
8427 2002-09-06 [paul]       0.8.2claws29
8428
8429         * sync with 0.8.2cvs10
8430                 see ChangeLog 2002-09-06
8431
8432 2002-09-04 [paul]       0.8.2claws28
8433
8434         * sync with 0.8.2cvs9
8435                 see ChangeLog 2002-08-04
8436
8437 2002-09-04 [colin]      0.8.2claws27 
8438
8439         * src/prefs_common.[ch]
8440                 Added signature color configuration
8441         * src/textview.c
8442                 Use user-specified signature color
8443
8444 2002-09-03 [colin]      0.8.2claws26
8445
8446         * src/prefs_common.[ch]
8447                 Added autosave and autosave_length prefs
8448         * src/compose.c
8449                 Added compose_remove_draft()
8450                 Auto-save drafts according to the prefs
8451         * src/main.c
8452                 Added a crash-indicator file, allowing to check
8453                 for new messages on startup if Sylpheed crashed
8454                 (makes saved drafts "reappear")
8455
8456 2002-09-03 [colin]      0.8.2claws25
8457
8458         * src/textview.[ch]
8459                 Grey the signature
8460
8461 2002-09-03 [paul]       0.8.2claws24
8462
8463         * sync with 0.8.2cvs8
8464                 see ChangeLog 2002-09-02 and 2002-09-03
8465
8466 2002-09-03 [darko]      0.8.2claws23
8467
8468         * src/folderview.c
8469                 use normal style when creating new folder to pick
8470                 proper font size 
8471
8472 2002-09-02 [melvin]     0.8.2claws22
8473
8474         * src/gtkaspell.m4
8475                 removed some obsolete code
8476
8477 2002-09-02 [melvin]     0.8.2claws21
8478
8479         * ac/aspell.m4
8480                 fixed test's equality sign (== to =)
8481
8482 2002-09-02 [alfons]     0.8.2claws20
8483
8484         * src/folder.c
8485         * src/mh.c
8486                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8487                 as folder->destroy virtual as suggested by Hiro
8488                 (the mh.c code seems to have been lost around mh.c.1.21)
8489
8490 2002-09-02 [paul]       0.8.2claws19
8491
8492         * po/pt_BR.po
8493                 updated by Fabio Jr. Beneditto
8494                 
8495         * src/defs.h
8496                 use 'http://claws.sylpheed.org' for homepage link. 
8497                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8498
8499 2002-09-01 [alfons]     0.8.2claws18
8500
8501         * src/mh.c
8502                 plug memleak related to one Martin Kluge found
8503
8504 2002-08-31 [paul]       0.8.2claws17
8505
8506         * sync with 0.8.2cvs6
8507                 see ChangeLog 2002-08-30
8508
8509 2002-08-31 [alfons]     0.8.2claws16
8510
8511         * src/folder.c
8512                 folder_destroy(): remove mailbox from folderlist even if it has
8513                 no destroy virtual
8514
8515 2002-08-31 [alfons]     0.8.2claws15
8516
8517         * src/folder.c
8518                 :%sno/if(/if (/gc
8519                 :%sno/for(/for (/gc
8520                 (being pedantic I know)
8521
8522 2002-08-31 [alfons]     0.8.2claws14
8523
8524         * src/folder.c
8525                 check for NULL pointers returned from folder->fetch_msginfo virtual
8526                 (should solve some reported crashes)
8527
8528 2002-08-30 [alfons]     0.8.2claws13
8529
8530         * acconfig.h
8531         * configure.in
8532         * src/crash.c
8533                 enable crash dialog on compilation time
8534                 (--enable-crash-dialog configure option)
8535
8536 2002-08-30 [alfons]     0.8.2claws12
8537
8538         * AUTHORS
8539                 add Martin Kluge
8540         * src/mh.c
8541                 apply memory leak plug patch by Martin Kluge
8542                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8543                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8544                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8545
8546 2002-08-30 [darko]      0.8.2claws11
8547
8548         * src/folderview.c
8549                 copy Gtk style from normal style to match
8550                 font size for coloured folders
8551
8552 2002-08-29 [alfons]     0.8.2claws10
8553
8554         * sylpheed.desktop
8555                 Type=Internet <- Type=Application
8556                 (reported by Michael Schwendt, see:
8557                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8558                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8559
8560 2002-08-29 [paul]       0.8.2claws9
8561
8562         * sync with 0.8.2cvs5
8563                 see ChangeLog 2002-08-29
8564
8565 2002-08-29 [colin]      0.8.2claws8
8566
8567         * src/summaryview.c
8568                 Added a sanity check in summary_select_thread
8569                 Should fix bug 601605
8570
8571 2002-08-29 [colin]      0.8.2claws7
8572
8573         * src/main.c
8574                 Revert claws6 changes regarding bug #591676
8575
8576 2002-08-28 [colin]      0.8.2claws6
8577         
8578         * src/main.c
8579                 Ignore cache for queue folderitems
8580                 Fix bug #591676
8581
8582 2002-08-28 [melvin]     0.8.2claws5
8583
8584         * README.claws
8585                 Fixed typos.
8586
8587 2002-08-28 [melvin]     0.8.2claws4
8588
8589         * README.claws
8590                 Updated a bit the text concerning the spell checker
8591
8592 2002-08-28 [melvin]     0.8.2claws3
8593
8594         Merged the GNU_aspell_branch:
8595                 Support of new GNU/aspell is now included and the old pspell
8596                 is not supported anymore.
8597                 See README.claws
8598
8599         * README.claws
8600                 Updated spell checker text to reflect the switch to GNU/aspell
8601
8602         * ac/aspell.m4          *** NEW ***
8603         * src/gtkaspell.[ch]    *** NEW *** 
8604         * ac/pspell.m4          *** DELETED *** 
8605         * src/gtkspell.[ch]     *** DELETED ***
8606
8607         * ac/Makefile.am
8608                 Updated for GNU/aspell support
8609
8610         * po/POTFILES.in
8611                 Replaced gtkspell.c by gtkaspell.c
8612
8613         * acconfig.h
8614         * src/Makefile.am
8615         * src/about.c
8616         * src/compose.[ch]
8617         * src/crash.c
8618         * src/main.c
8619         * src/prefs_common.[ch]
8620                 Updated for GNU/aspell support
8621
8622 2002-08-28 [paul]       0.8.2claws2
8623
8624         * sync with 0.8.2cvs4
8625                 see ChangeLog 2002-08-27 and 2002-08-28
8626
8627 2002-08-28 [colin]      0.8.2claws1
8628
8629         * src/summary_search.c
8630                 Added "AND search"
8631
8632 2002-08-28 [jens]       0.8.2claws
8633
8634         *po/de.po
8635                 Updated German translations
8636
8637 2002-08-27 [melvin]     0.8.2claws
8638
8639         * po/fr.po
8640                 Updated French translations
8641
8642 2002-08-27 [paul]       0.8.2claws
8643
8644         * sync with 0.8.2 main release
8645
8646         * po/en_GB.po
8647           po/es.po
8648           po/it.po
8649           po/pl.po
8650           po/pt_BR.po
8651           po/sr.po
8652                 updated message catalogs submitted by
8653                 Ricardo Mones Lastra, Alessandro Maestri,
8654                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8655                 Beneditto and Urke MMI  
8656
8657 2002-08-27 [hoa]        0.8.1claws123
8658
8659         * src/mainwindow.[ch]
8660         * src/summaryview.[ch]
8661                 removed the "filter setting" menu option.
8662                 add a "cancel a news message" menu option.
8663
8664 2002-08-26 [martin]     0.8.1claws122
8665
8666         * ChangeLog.claws
8667                 changed string under 0.8.1claws79 changed by myself
8668                 i'm sorry alfons :(
8669
8670 2002-08-26 [martin]     0.8.1claws121
8671
8672         * src/crash.c
8673                 added kill command to debuggerrc to start crash dialog
8674
8675 2002-08-26 [paul]       0.8.1claws120
8676
8677         * sync with 0.8.1cvs31
8678                 see ChangeLog 2002-08-26
8679
8680 2002-08-25 [alfons]     0.8.1claws119
8681
8682         * src/procmsg.c
8683                 fix bug that didn't send out correct headers to news server
8684                 when sending news article and email from queue (bug reported
8685                 and patch provided by Tim Mann; closes bug 
8686                 "[ 583196 ] 0.7.8claws can't post news")
8687
8688 2002-08-25 [alfons]     0.8.1claws118
8689
8690         * src/selective_download.c
8691                 mark two strings as translatable
8692                 (thanks to Urke MMI for pointing this out)
8693
8694 2002-08-25 [alfons]     0.8.1claws117
8695
8696         * src/summaryview.c
8697                 treat sent boxes as special and allow sorting them by addressee
8698                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8699                 submitted by Steve Lamb)
8700
8701 2002-08-24 [alfons]     0.8.1claws116
8702
8703         * src/matcher.c
8704                 fix memleak reported by Martin Kluge
8705                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8706
8707 2002-08-24 [oliver]     0.8.1claws115
8708
8709         * src/prefs_toolbar.c
8710                 o code cleanup as suggested by Alfons
8711                 o memleak fix
8712
8713 2002-08-24 [alfons]     0.8.1claws114
8714
8715         * src/summaryview.c
8716                 o fix another memory leak reported by Martin Kluge
8717                   (see "[ 599568 ] Small Memory Leak")
8718                 o remove 'from' variable from 'summary_set_header()'; we can
8719                   do with just 'to' 
8720
8721 2002-08-24 [paul]       0.8.1claws113
8722
8723         * sync with 0.8.1cvs30
8724                 see ChangeLog 2002-08-23
8725
8726 2002-08-24 [alfons]     0.8.1claws112
8727
8728         * src/summaryview.c
8729                 remove unnecessary allocations for search bar fixing leaks
8730                 reported by Martin Kluge
8731                 (see "[ 599451 ] Further memory leaks?")
8732
8733 2002-08-24 [alfons]     0.8.1claws111
8734
8735         * src/main.c
8736                 make get_socket_name() public for crash.c
8737         * src/crash.c
8738                 o make report bug button work (goes to claws' 
8739                   bug tracker at sf.net)
8740                 o introduce function for doing important stuff just
8741                   before claws goes down
8742                 o clean up code 
8743
8744 2002-08-24 [alfons]     0.8.1claws110
8745
8746         * src/compose.c
8747                 move cursor to "To" entry when forwarding as attachment
8748                 (reported and solved by Steve Lamb, closes bug report
8749                 "[ 592880 ] Forward as attachment; cursor not in to")
8750
8751 2002-08-24 [colin]      0.8.1claws109
8752
8753         * src/mainwindow.c
8754                 fix quick search visibility after GUI (de)separations.
8755
8756 2002-08-23 [colin]      0.8.1claws108
8757
8758         * src/mainwindow.c
8759                 fix header pane visibility after folderview or
8760                 messageview (de)separation
8761
8762 2002-08-23 [paul]       0.8.1claws107
8763
8764         * src/mainwindow.[ch]
8765           src/toolbar.c
8766                 give full control of display or non-display 
8767                 of the Execute icon to Custom toolbar settings.
8768                 add new sensitivity condition to maninwindow.h: 
8769                 M_DELAY_EXEC
8770
8771         * ChangeLog
8772           ChangeLog.jp
8773           NEWS
8774                 more sync with 0.8.1cvs29
8775
8776 2002-08-23 [melvin]     0.8.1claws106
8777
8778         * src/alertpanel.c
8779                 Readded support for custom widget in alertpanel lost in last
8780                 sync.
8781
8782 2002-08-23 [paul]       0.8.1claws105
8783
8784         * sync with 0.8.1cvs29
8785                 see ChangeLog 2002-08-23
8786
8787 2002-08-23 [colin]      0.8.1claws104
8788
8789         * src/summaryview.c
8790                 Fix folder and search pixmaps exchanging positions
8791                 after theme or toolbar changes. Thank to Oliver for 
8792                 reporting this.
8793
8794 2002-08-23 [colin]      0.8.1claws103
8795
8796         * src/mainwindow.c
8797           src/messageview.[ch]
8798           src/noticeview.[ch]
8799           src/summaryview.c
8800                 Changed messageview_create() and noticeview_create()
8801                 to avoid the last gdk_warning
8802
8803 2002-08-22 [colin]      0.8.1claws102
8804
8805         * src/summaryview.c
8806                 Fix my new `Creating pixmap from xpm' warning
8807
8808 2002-08-22 [colin]      0.8.1claws101
8809
8810         * src/mainwindow.c
8811                 Fix some of the gdk warnings
8812
8813 2002-08-22 [colin]      0.8.1claws100
8814
8815         * src/Makefile.am
8816         * src/stock_pixmap.c
8817         * src/stock_pixmap.h
8818         * src/pixmaps/quicksearch.xpm *ADDED*
8819                 Add the quicksearch pixmap
8820         * src/mainwindow.c
8821         * src/summaryview.c
8822         * src/summaryview.h
8823                 Make quicksearch bar visible/hidden via a button
8824
8825 2002-08-22 [christoph]  0.8.1claws99
8826
8827         * src/folder.c
8828                 fix folder update for newsgroups with message
8829                 numbers below minimum number of articles to fetch
8830                 (closes bug #598445)
8831
8832 2002-08-22 [paul]       0.8.1claws98
8833
8834         * sync with 0.8.1cvs28
8835                 see ChangeLog 2002-08-22
8836
8837 2002-08-21 [alfons]     0.8.1claws97
8838
8839         * src/crash.c
8840                 use bt instead of bt full which seems to work 
8841                 better, and bt full doesn't give a great deal 
8842                 of information anyway
8843
8844 2002-08-21 [colin]      0.8.1claws96
8845
8846         * src/summaryview.c
8847                 fix summaryview_searchtype_changed prototype
8848
8849 2002-08-21 [christoph]  0.8.1claws95
8850
8851         * src/mainwindow.c
8852                 o fix broken menu update for sorting type, we have to
8853                   get this info from the summaryview now
8854                 o removed setting of threaded state in menu callback
8855         * src/summaryview.[ch]
8856                 more summaryview/folderitem seperation for
8857                 threading option
8858         * configure.in
8859                 removed not required --with-compiler-flags option
8860
8861 2002-08-21 [oliver]     0.8.1claws94
8862         
8863         * src/toolbar.h 
8864                 o rename toolbar.xml to toolbar_main.xml
8865                   since toolbar_compose.xml might come up 
8866                   any time soon
8867         * README.claws
8868                 add custom toolbar              
8869
8870 2002-08-21 [darko]      0.8.1claws93
8871
8872         * src/procmsg.c
8873                 don't reset tmp flags for messages copied
8874                 to sent folder
8875
8876 2002-08-21 [colin]      0.8.1claws92
8877         
8878         * src/prefs_filtering.c
8879                 fix renaming rules on folder rename 
8880                 when folder is not a leaf folder
8881
8882 2002-08-21 [paul]       0.8.1claws91
8883
8884         * src/prefs_folder_item.c
8885                 fix alignment of colour selector
8886
8887 2002-08-21 [paul]       0.8.1claws90
8888
8889         * sync with 0.8.1cvs27
8890                 see ChangeLog 2002-08-21
8891
8892 2002-08-21 [paul]       0.8.1claws89
8893
8894         * src/summaryview.c
8895                 fix crash when changing field type in
8896                 Quick search bar
8897
8898 2002-08-21 [colin]      0.8.1claws88
8899
8900         * src/summaryview.c
8901                 Made quick search case-insensitive
8902
8903 2002-08-21 [paul]       0.8.1claws87
8904
8905         * sync with 0.8.1cvs26
8906                 see ChangeLog 2002-08-21
8907
8908 2002-08-20 [christoph]  0.8.1claws86
8909
8910         * src/folderview.c
8911         * src/main.c
8912         * src/summaryview.[ch]
8913                 more summaryview/folderitem seperation for
8914                 sort_key and sort_type
8915         * src/procmsg.c
8916                 added missing return statement
8917
8918 2002-08-20 [colin]      0.8.1claws85
8919
8920         * src/summaryview.[ch]
8921                 Added a quick search box
8922         * src/mainwindow.c
8923         * src/prefs_common.[ch]
8924                 Added a show/hide option for the quick search
8925
8926 2002-08-20 [oliver]     0.8.1claws84
8927         
8928         * src/mainwindow.c
8929                 remove toolbar_create_popups
8930         * src/toolbar.[ch]
8931                 o remove toolbar_create_popups
8932                 o fix toolbar_set_sensitive 
8933                   (Bug reports #596834 and #596832)     
8934         * src/prefs_toolbar.c
8935                 o add "Set default" button
8936                 o align label and text + combo widgets
8937
8938 2002-08-20 [hoa]        0.8.1claws83bis
8939
8940         * src/imap.c
8941                 fixed a bug in imap_fetch_msginfo() in case there is no
8942                 current folder.
8943
8944 2002-08-20 [darko]      0.8.1claws83
8945
8946         * src/folderview.c
8947                 copy the color style of folder view so it
8948                 works with GTK themes
8949
8950 2002-08-20 [darko]      0.8.1claws82
8951
8952         * src/folder.h
8953         * src/folderview.c
8954         * src/prefs_folder_item.[hc]
8955                 don't use UI stuff in folder.h
8956
8957 2002-08-20 [darko]      0.8.1claws81
8958
8959         * src/folder.h
8960         * src/prefs_folder_item.h
8961         * src/folderview.c
8962         * src/prefs_folder_item.c
8963                 ability to set folder color in folderview
8964
8965 2002-08-19 [alfons]     0.8.1claws80
8966
8967         * src/summaryview.c
8968                 fix one of the earlier memleaks reported by Martin Kluge
8969
8970 2002-08-19 [alfons]     0.8.1claws79
8971
8972         * src/mainwindow.c
8973                 hide notice view when selecting seperate folder
8974                 view (reported by Urke MMI)
8975
8976 2002-08-19 [christoph]  0.8.1claws78
8977
8978         * src/folderview.c
8979         * src/prefs_folder_item.h
8980         * src/summaryview.[ch]
8981                 o add summary_set_prefs_from_folderitem to set
8982                   summaryview prefs (first step to remove all
8983                   references to the folderitem in summaryview)
8984                 o moved compiled regex stuff from folderitem prefs
8985                   to summaryview code
8986
8987 2002-08-19 [paul]       0.8.1claws77
8988
8989         * src/compose.c
8990                 add check for '.' to QUOTE_IF_REQUIRED
8991
8992 2002-08-19 [paul]       0.8.1claws76
8993
8994         * src/inc.c
8995                 sync with 0.8.1cvs25 (plug memory leak)
8996
8997         * src/prefs_toolbar.c
8998                 re-order prefs_toolbar_cancel()
8999
9000 2002-08-18 [alfons]     0.8.1claws75
9001
9002         * src/inc.c
9003         * src/matcher.c
9004                 plug other memleaks reported by Martin Kluge
9005
9006 2002-08-18 [paul]       0.8.1claws74
9007
9008         * po/pt_BR.po
9009                 updated by Fabio Jr. Beneditto
9010
9011 2002-08-18 [paul]       0.8.1claws73
9012
9013         * src/toolbar.[ch]
9014                 fix bug where tooltips were displayed untranslated              
9015
9016         * src/prefs_toolbar.c
9017                 fix bug where clicking 'Cancel' creates an icon & text
9018                 toolbar regardless of prefs
9019         
9020
9021 2002-08-17 [oliver]     0.8.1claws72
9022
9023         * src/prefs_toolbar.c
9024                 update toolbar on CANCEL
9025                 bug reported by Martin Kluge
9026         * src/toolbar.c
9027                 toolbar_destroy memleak fixed           
9028
9029 2002-08-17 [alfons]     0.8.1claws71
9030
9031         * src/toolbar.c
9032                 plug another memleak reported by Martin Kluge
9033
9034 2002-08-16 [alfons]     0.8.1claws70
9035
9036         * src/crash.c
9037                 use execvp() correctly (suggested by wwp; thanks!)
9038
9039 2002-08-16 [alfons]     0.8.1claws69
9040
9041         * src/gtksctree.c
9042                 plug memory leak reported by Kim Schultz & Martin Kluge
9043
9044 2002-08-16 [paul]       0.8.1claws68
9045
9046         * po/es.po
9047                 updated by Ricardo Mones Lastra
9048
9049 2002-08-16 [paul]       0.8.1claws67
9050
9051         * src/toolbar.h
9052                 fix bug where 'Compose News' icon showed wrong
9053                 tooltip
9054
9055 2002-08-16 [paul]       0.8.1claws66
9056
9057         * sync with 0.8.1cvs24
9058                 see ChangeLog 2002-08-16
9059
9060         * po/it.po
9061                 updated by Alessandro Maestri
9062
9063 2002-08-15 [paul]       0.8.1claws65
9064
9065         * po/sr.po
9066                 updated by Urke MMI
9067
9068 2002-08-15 [paul]       0.8.1claws64
9069
9070         * src/*.c
9071                 don't translate debug info
9072
9073         * src/matcher.[ch]
9074                 add copyright info
9075
9076 2002-08-15 [paul]       0.8.1claws63
9077
9078         * src/prefs_toolbar.c
9079                 fix bug where clicking 'OK' creates an icon & text
9080                 toolbar regardless of prefs
9081
9082 2002-08-14 [alfons]     0.8.1claws62
9083
9084         * src/main.c
9085                 add global var that has the full argv[0]
9086         * src/crash.c
9087                 o execvp the correct sylpheed by using argv0
9088                   and setting the correct work dir
9089                 o other tweaks  
9090
9091 2002-08-14 [oliver]     0.8.1claws61
9092         
9093         * enable/disable Toolbar Action Buttons 
9094         * code cleanups
9095         * src/mainwindow.c
9096         * src/toolbar.[ch]      
9097         * src/prefs_toolbar.c   
9098
9099 2002-08-14 [melvin]     0.8.1claws60
9100
9101         * po/fr.po
9102                 Updated French translations
9103
9104 2002-08-14 [melvin]     0.8.1claws59
9105
9106         * src/crash.c
9107                 Made bug report not translatable
9108         * src/exporthtml.c
9109                 Fixed exporthtml_build_filespec() return value
9110         * src/foldersel.c
9111                 Fixed incorrect include file
9112         * src/gtkspell.c
9113         * src/prefs_actions.c
9114         * src/prefs_toolbar.c
9115                 Made debug info not translatable
9116         * src/mutt.c
9117         * src/quote_fmt.c
9118                 Added missing includes
9119         * src/prefs_common.c
9120                 Fixed typo
9121
9122 2002-08-14 [paul]       0.8.1claws58
9123
9124         * faq/es/sylpheed-faq.html
9125           faq/es/sylpheed-faq-[1-3].html
9126           faq/es/sylpheed-faq-4.html     **NEW FILE **
9127                 update Spanish FAQ
9128
9129 2002-08-13 [christoph]  0.8.1claws57
9130
9131         * src/procmsg.c
9132                 ignore thread fix that did not mark all
9133                 child nodes of a ignored thread as
9134                 ignored. Does not work perfectly yet,
9135                 but it is better now
9136
9137 2002-08-13 [alfons]     0.8.1claws56
9138
9139         * src/crash.c
9140                 o implement 'save crash log'
9141                 o some tweaks
9142
9143 2002-08-13 [melvin]     0.8.1claws55
9144
9145         * src/main.c
9146                 removed unrequired "execinfo.h" header
9147
9148 2002-08-12 [paul]       0.8.1claws54
9149
9150         * faq/en/sylpheed-faq.html
9151           faq/en/sylpheed-faq-[1-3].html
9152           faq/en/sylpheed-faq-4.html     **NEW FILE **
9153                 update English FAQ
9154
9155 2002-08-12 [alfons]     0.8.1claws53
9156
9157         * po/POTFILES.in
9158                 add crash.c to translatables
9159         * src/crash.c
9160                 bring in Leandro's crash dialog
9161
9162 2002-08-11 [alfons]     0.8.1claws52
9163
9164         * src/crash.c
9165                 clean up some warnings
9166
9167 2002-08-11 [alfons]     0.8.1claws51
9168
9169         * acconfig.h
9170         * configure.in
9171         * src/crash.[ch]        ** NEW FILES **
9172         * src/main.c            
9173                 initial gdb crash handler
9174
9175 2002-08-11 [paul]       0.8.1claws50
9176
9177         * src/prefs_toolbar.c
9178                 replace Up/Down arrow pixmaps with text to be
9179                 consistent across icon themes
9180
9181 2002-08-11 [paul]       0.8.1claws49
9182
9183         * src/prefs_common.c
9184           src/prefs_toolbar.c
9185                 rename 'Pixmap' -> 'Icon'
9186
9187         * src/toolbar.[ch]
9188                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9189
9190 2002-08-10 [paul]       0.8.1claws48
9191
9192         * src/prefs_toolbar.c
9193                 re-work the UI
9194
9195 2002-08-10 [paul]       0.8.1claws47
9196
9197         * src/main.c
9198                 don't write Processing progress to status bar
9199                 patch submitted by Alexander Evseev
9200
9201         * src/prefs_toolbar.c
9202                 re-position and resize window
9203                 make window assume correct size on first call
9204
9205 2002-08-10 [paul]       0.8.1claws46
9206
9207         * src/mainwindow.c
9208           src/prefs_toolbar.c
9209           src/toolbar.c
9210           src/toolbar.h
9211                 obey coding style
9212                 follow UI text conventions
9213
9214 2002-08-10 [alfons]     0.8.1claws45
9215
9216         * src/toolbar.c
9217                 correct pixmap for delete action
9218
9219 2002-08-10 [paul]       0.8.1claws44
9220
9221         * po/pt_BR.po
9222                 updated by Fabio Jr. Beneditto
9223
9224 2002-08-10 [paul]       0.8.1claws43
9225
9226         * po/POTFILES.in
9227                 add custom toolbar files
9228
9229 2002-08-10 [paul]       0.8.1claws42
9230
9231         * sync with 0.8.1cvs22
9232                 see ChangeLog 2002-08-09
9233
9234 2002-08-09 [paul]       0.8.1claws41
9235
9236         * tools/Makefile.am
9237           tools/README
9238           tools/outlook2sylpheed.pl     ** NEW FILE **
9239                 add script to convert exported Outlook
9240                 contacts list to a Sylpheed addressbook.
9241                 Submitted by Ricardo Mones Lastra.
9242
9243 2002-08-09 [paul]       0.8.1claws40
9244
9245         * AUTHORS
9246           configure.in
9247           po/sr.po      ** NEW FILE **
9248                 add Serbian message catalog. Submitted by
9249                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9250
9251 2002-08-09 [paul]       0.8.1claws39
9252
9253         * sync with 0.8.1cvs21
9254                 see ChangeLog 2002-08-08
9255
9256 2002-08-08 [oliver]     0.8.1claws38
9257
9258         * src/mainwindow.c
9259                 move Custom Toolbar to Configuration menu
9260
9261 2002-08-08 [oliver]     0.8.1claws37
9262
9263         * src/prefs_toolbar.c
9264                 fix substitute pixmap bug
9265
9266 2002-08-08 [paul]       0.8.1claws36
9267
9268         * sync with 0.8.1cvs19
9269                 see ChangeLog 2002-08-08
9270
9271 2002-08-07 [christoph]  0.8.1claws35
9272
9273         * src/utils.c
9274                 fixed a memory leak in new canonicalize_file_replace
9275
9276 2002-08-07 [christoph]  0.8.1claws34
9277
9278         * src/utils.[ch]
9279                 o canonicalize_file_replace should create the temporary
9280                   file in the same directory as the original file.
9281                 o added get_tmpfile_in_dir that creates a temorary file
9282                   in a specified directory.
9283
9284 2002-08-07 [melvin]     0.8.1claws33
9285
9286         * src/toolbar.c
9287                 fixed bug where 'Article' button acted as 'Email' button.
9288
9289 2002-08-07 [paul]       0.8.1claws32
9290
9291         * sync with 0.8.1.cvs17
9292                 see ChangeLog 2002-08-07
9293
9294 2002-08-07 [colin]      0.8.1claws31
9295         
9296         * src/news.c
9297                 fix mass-cancel problem
9298
9299 2002-08-07 [thorsten]   0.8.1claws30
9300
9301         * src/prefs_toolbar.c
9302                 fix: crash on replace or add new button
9303         * src/toolbar.c
9304                 fix: close xmlfile after reading
9305         * src/utils.c
9306                 fix: unlink() file before rename()
9307
9308 2002-08-06 [paul]       0.8.1claws29
9309
9310         * sync with 0.8.cvs15
9311                 see ChangeLog 2002-08-06
9312
9313 2002-08-06 [oliver]     0.8.1claws28
9314
9315         * src/toolbar.c
9316         * src/prefs_toolbar.c
9317                 fixed empty toolbar issue
9318
9319 2002-08-06 [oliver]     0.8.1claws27
9320
9321         * Custom Toolbar Final 
9322         * src/folderview.c
9323         * src/inc.c
9324         * src/summaryview.c
9325                 o toolbar stuff now lives in src/toolbar.[ch]
9326                 o main_window_toolbar_* functions are renamed to
9327                   toolbar_* reflecting their new source file
9328         * src/mainwindow.[ch]
9329                 o remove toolbar stuff  
9330
9331 2002-08-06 [oliver]     0.8.1claws26
9332         
9333         * src/Makefile.am
9334         * src/prefs_toolbar.[ch]        **New File**
9335         * src/toolbar.[ch]              **New File**
9336                 o prefs_toolbar.[ch] custom toolbar frontend
9337                 o toolbar.[ch]       backend 
9338
9339 2002-08-06 [oliver]     0.8.1claws25
9340
9341         * src/prefs_actions.[ch]
9342                 o new exported function actions_execute
9343
9344 2002-08-06 [paul]       0.8.1claws24
9345
9346         * sync with 0.8.1cvs4
9347                 see ChangeLog 2002-08-06
9348
9349 2002-08-06 [paul]       0.8.1claws23
9350
9351         * sync with 0.8.1cvs13
9352                 see ChangeLog 2002-08-06
9353
9354 2002-08-06 [paul]       0.8.1claws22
9355
9356         * sync with 0.8.1cvs12
9357                 see ChangeLog 2002-08-05 and 2002-08-06
9358
9359 2002-08-06 [match]      0.8.1claws21
9360
9361         * src/addrclip.c
9362                 improvements to cut/copy/paste address
9363
9364 2002-08-05 [match]      0.8.1claws20
9365
9366         * src/addritem.[ch]
9367         * src/addrcache.c
9368         * src/addrbook.c
9369         * src/editaddress.c
9370         * src/addressbook.c
9371                 fixes to improve cut/copy/paste
9372
9373 2002-08-06 [melvin]     0.8.1claws19
9374
9375         * src/account.[ch]
9376                 account_find_all_from_address(): new function that returns the
9377                 list of all accounts that are matched in an address.
9378         * src/alertpanel.[ch]
9379                 alertpanel() now accepts a custom widget
9380                 alertpanel_with_widget(): new function that pops up a panel with
9381                 a custom widget in it 
9382         * src/gtkutils.[ch]
9383                 gtkut_account_menu_new(): new function that allows the selection
9384                 of an account from a list of accounts.
9385         * src/messageview.c
9386                 Extended Return Receipt notification to select the correct 
9387                 account and to make a security test on the Delivery-Notification
9388                 address which should be the same as the Return-Path.
9389
9390 2002-08-06 [thorsten]   0.8.1claws18
9391
9392         * src/mimeview.c
9393                 attach_all: save unnamed as "noname.%d",
9394                 dont free static dirname
9395
9396 2002-08-05 [alfons]     0.8.1claws17
9397
9398         * configure.in
9399                 detect XIM by trying to link rather than compile a XIM program
9400
9401 2002-08-05 [oliver]     0.8.1claws16
9402                 
9403         * src/stock_pixmap.[ch]
9404                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9405                 o new func to retrieve pixmaps
9406
9407 2002-08-05 [paul]       0.8.1claws15
9408
9409         * sync with 0.8.1cvs10
9410                 see ChangeLog 2002-08-05
9411
9412 2002-08-04 [alfons]     0.8.1claws14
9413
9414         * src/textview.c
9415                 see if this plugs memleak
9416
9417 2002-08-04 [melvin]     0.8.1claws13
9418
9419         * src/gtkspell.c
9420                 fixed bug that could crash Sylpheed when highlighting
9421                 all misspelled words.
9422
9423 2002-08-03 [melvin]     0.8.1claws12
9424
9425         * src/prefs_actions.c
9426                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9427         * src/messageview.c
9428                 fixed bug where the Return Receipt was sent to
9429                 Delivery-Notification-To address even if it was not present
9430
9431 2002-08-02 [alfons]     0.8.1claws11
9432
9433         * src/prefs_actions.c
9434                 o more check for NULLs
9435                 o put create_io_dialog() in right conditional block
9436
9437 2002-08-02 [paul]       0.8.1claws10
9438
9439         * po/es.po
9440                 updated by Ricardo Mones Lastra
9441
9442 2002-08-01 [christoph]  0.8.1claws9
9443
9444         * src/folder.c
9445                 don't free the cache of the opened
9446                 folder in the summaryview
9447         * src/summaryview.c
9448                 don't unset flags, if it is not required
9449
9450 2002-08-01 [paul]       0.8.1claws8
9451
9452         * sync with 0.8.1cvs8
9453                 see ChangeLog entry 2002-08-01
9454
9455 2002-08-01 [paul]       0.8.1claws7
9456
9457         * sync with 0.8.1cvs7
9458                 see ChangeLog 2002-07-31 and 2002-08-01
9459
9460 2002-07-31 [christoph]  0.8.1claws6
9461
9462         * src/mainwindow.c
9463                 forgot to update menu sensitivity
9464                 function for new menu entry
9465
9466 2002-07-31 [alfons]     0.8.1claws5
9467
9468         * src/main.c
9469                 check folder item and its path for NULL on
9470                 initial processing
9471
9472 2002-07-31 [christoph]  0.8.1claws4
9473
9474         * src/folder.c
9475                 check if folder_item_get_msginfo in
9476                 folder_item_remove_msg returned NULL
9477         * src/imap.c
9478                 better clear the uid cache in the
9479                 uid validity check function and delete
9480                 cached messages
9481
9482 2002-07-31 [paul]       0.8.1claws3
9483
9484         * man/sylpheed.1
9485                 add the '--attach' option and a few other
9486                 minor changes
9487
9488 2002-07-31 [paul]       0.8.1claws2
9489
9490         * sync with 0.8.1cvs5
9491                 see ChangeLog 2002-07-31
9492
9493 2002-07-31 [christoph]  0.8.1claws1
9494
9495         * src/folderview.[ch]
9496         * src/mainwindow.c
9497                 replace "Rescan all folders..." with
9498                 "Check all folders for new messages..."
9499
9500 2002-07-30 [paul]       0.8.1claws
9501
9502         * version 0.8.1claws released
9503
9504 2002-07-30 [paul]       0.8.0claws29
9505
9506         * tools/OOo2sylpheed.pl ** NEW FILE **
9507           tools/README
9508                 add script to enable sending documents as
9509                 attachments from OpenOffice.org
9510
9511 2002-07-30 [melvin]     0.8.0claws28
9512
9513         * src/prefs_actions.c
9514                 Made the actions' input/output dialog display
9515                 without delay.
9516
9517 2002-07-30 [christoph]  0.8.0claws27
9518
9519         * src/procmsg.c
9520                 check if folder_item_get_msginfo in
9521                 procmsg_save_to_outbox returned NULL
9522
9523 2002-07-30 [paul]       0.8.0claws26
9524
9525         * sync with 0.8.1cvs4
9526                 see ChangeLog 2002-07-29
9527
9528 2002-07-29 [thorsten]   0.8.0claws25
9529
9530         * README.claws
9531                 added selective download, delete on server
9532
9533 2002-07-29 [paul]       0.8.0claws24
9534
9535         * sync with 0.8.1cvs3
9536                 see ChangeLog 2002-07-29
9537
9538 2002-07-27 [christoph]  0.8.0claws23
9539
9540         * src/folder.c
9541                 add extra check if fetching the msginfo
9542                 returned NULL
9543
9544 2002-07-27 [paul]       0.8.0claws22
9545
9546         * sync with 0.8.1cvs2
9547                 see ChangeLog 2002-07-26
9548
9549 2002-07-27 [christoph]  0.8.0claws21
9550
9551         * src/imap.c
9552                 add another check if a valid msginfo
9553                 was returned
9554
9555 2002-07-26 [hoa]        0.8.0claws20
9556
9557         * src/folder.c
9558                 Fixed a condition in folder_item_destroy()
9559
9560         * src/imap.c
9561                 Fixed an error in IMAP protocol
9562
9563 2002-07-26 [alfons]     0.8.0claws19
9564
9565         * src/folder.c
9566                 ofcourse compare with identifier, not the path
9567
9568 2002-07-26 [alfons]     0.8.0claws18
9569
9570         * src/folder.c
9571                 use folder item identifier for saving / restoring
9572                 preferences because folder->path might not be unique
9573
9574 2002-07-26 [melvin]     0.8.0claws17
9575
9576         * src/logwindow.c
9577                 Fixed a crash introduced in 0.8.0claws5 when log is 
9578                 cut under 80 characters.
9579
9580 2002-07-26 [paul]       0.8.0claws16
9581
9582         * sync with 0.8.1cvs1
9583                 see ChangeLog 2002-07-26
9584
9585 2002-07-26 [christoph]  0.8.0claws15
9586
9587         * src/imap.[ch]
9588                 imap folder now remembers the last selected
9589                 folder and imap_fetch_msginfo skips selecting
9590                 the folder if it is already selected
9591
9592 2002-07-26 [christoph]  0.8.0claws14
9593
9594         * src/folder.c
9595         * src/folderview.c
9596         * src/imap.c
9597                 fix imap folder rescanning
9598
9599 2002-07-25 [christoph]  0.8.0claws13
9600
9601         * src/filter.c
9602         * src/folder.[ch]
9603         * src/folderview.c
9604         * src/imap.[ch]
9605         * src/mainwindow.c
9606         * src/mbox_folder.c
9607         * src/mh.c
9608         * src/news.c
9609                 implement imap uid cache and uid validity check
9610
9611 2002-07-25 [alfons]     0.8.0claws12
9612
9613         * src/summaryview.c
9614                 fix a brown paper bag bug, and also add some more
9615                 checks
9616
9617 2002-07-25 [christoph]  0.8.0claws11
9618
9619         * src/folder.c
9620                 don't mix copy, fetch_msginfo and remove
9621                 operations in folder item copy and move
9622                 operations
9623
9624 2002-07-25 [christoph]  0.8.0claws10
9625
9626         * src/folderview.c
9627         * src/mainwindow.c
9628         * src/prefs_folder_item.c
9629         * src/summaryview.[ch]
9630                 remove no longer required parameter update_cache from
9631                 summary_show
9632
9633 2002-07-25 [paul]       0.8.0claws9
9634
9635         * sync with 0.8.1
9636         
9637         * AUTHORS
9638                 a few corrections
9639
9640 2002-07-24 [alfons]     0.8.0claws8
9641
9642         * src/summaryview.c
9643                 sort correctly when using simplified subject line
9644                 (closes feature request "[ 585141 ] applying regexp to subject 
9645                 before sort" submitted by Alexandra Walford)
9646
9647 2002-07-24 [paul]       0.8.0claws7
9648
9649         * sync with 0.8.0cvs3
9650                 see ChangeLog 2002-07-24
9651
9652 2002-07-23 [christoph]  0.8.0claws6
9653
9654         * src/folder.c
9655         * src/folder.h
9656         * src/summaryview.c
9657         * src/summaryview.h
9658         * src/main.c
9659                 o separate processing and summaryview
9660                 o removed summary_write_cache from summaryview
9661                 o removed summaryview->killed_messages, because we don't have
9662                   to keep a list of killed messages anymore. New cache will
9663                   keep the hidden messages in cache anyway
9664         * src/folderview.c
9665         * src/inc.c
9666         * src/selective_download.c
9667                 o removed unnecessary summary_write_cache calls
9668         * src/procmsg.c
9669                 o don't set ignore thread flag in procmsg_get_thread_tree
9670                   if it is already set
9671         * src/mainwindow.c
9672         * src/statusbar.h
9673                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9674                   they are used in different files
9675
9676 2002-07-23 [melvin]     0.8.0claws5
9677
9678         * src/addressbook.c
9679         * src/addrgather.c
9680         * src/editaddress.c
9681         * src/editgroup.c
9682         * src/editldap_basedn.c
9683         * src/importldif.c
9684         * src/prefs_common.c
9685                 Fixed few memory leak (gtk_editable_get_chars returns
9686                 an allocated string)
9687         * src/logwindow.c
9688                 Fixed few memory leak (gtk_editable_get_chars returns
9689                 an allocated string) and modified a little the log cutting
9690                 loop.
9691         * src/compose.c
9692                 Replaced a call to an obsolete function gtk_entry_get_text()
9693                 by gtk_editable_get_chars()
9694         * src/send.c
9695                 Removed a debug printf
9696
9697 2002-07-23 [christoph]  0.8.0claws4
9698
9699         * src/filesel.c
9700                 fix another g_dirname memory leak
9701
9702 2002-07-23 [christoph]  0.8.0claws3
9703
9704         * src/mh.c
9705                 fixed a memory leak in mh_fetch_msginfo
9706                 fixed crash when message header could not be
9707                 parsed
9708
9709 2002-07-23 [paul]       0.8.0claws2
9710
9711         * sync with 0.8.0cvs2
9712                 see ChangeLog 2002-07-23
9713
9714 2002-07-23 [paul]       0.8.0claws1
9715
9716         * sync with 0.8.0cvs1
9717                 see ChangeLog 2002-07-23
9718
9719 2002-07-23 [paul]       0.8.0claws
9720
9721         * release of 0.8.0claws
9722
9723 2002-07-23 [paul]       0.7.8claws99
9724
9725         * po/ru.po
9726                 new Russian translation, submitted by
9727                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9728
9729 2002-07-22 [jens]       0.7.8claws98
9730
9731         * po/de.po
9732                 Updated German translations.
9733
9734 2002-07-22 [paul]       0.7.8claws97
9735
9736         * po/es.po
9737           po/it.po
9738           po/nl.po
9739           po/pt_BR.po
9740                 updated translations by Ricardo Mones Lastra,
9741                 Alessandro Maestri, Wilbert Berendsen and 
9742                 Fabio Jr. Beneditto respectively
9743
9744 2002-07-22 [christoph]  0.7.8claws96
9745
9746         * src/mimeview.c
9747                 fix memory leak caused by wrong g_dirname usage
9748
9749 2002-07-22 [christoph]  0.7.8claws95
9750
9751         * src/summaryview.c
9752                 update new and unread message counts for summaryview
9753                 summaryview does not get it from the folder anymore
9754                 and has to update the values itself
9755
9756 2002-07-22 [melvin]     0.7.8claws94
9757
9758         * po/fr.po
9759                 Updated French translations.
9760
9761 2002-07-22 [christoph]  0.7.8claws93
9762
9763         * src/matcher.c
9764                 set prop->preg pointer to NULL or following check
9765                 will not fail and regexec will be called with
9766                 invalid pointer
9767
9768 2002-07-21 [alfons]     0.7.8claws92
9769         
9770         * src/prefs_common.[ch]
9771                 remove option "Send return receipt on request"
9772
9773 2002-07-21 [thorsten]   0.7.8claws91
9774
9775         * src/mimeview.c
9776                 fixed memleaks, coding style as pointed out by alfons
9777
9778 2002-07-21 [alfons]     0.7.8claws90
9779
9780         * src/messageview.c
9781         * src/noticeview.[ch]
9782                 o fix bug notice view being displayed when going to empty folder 
9783                   (noticed by Christoph)
9784                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9785                   (noticed by Thorsten)
9786
9787 2002-07-21 [thorsten]   0.7.8claws89
9788
9789         * src/mimeview.c
9790                 Included save_all patch from Xaview FACQ
9791                 added support for pathnames
9792
9793 2002-07-21 [alfons]     0.7.8claws88
9794
9795         * po/POTFILES.in
9796         * src/Makefile.am
9797         * src/mainwindow.c
9798         * src/messageview.[ch]
9799         * src/noticeview.c      ** NEW FILE **
9800         * src/noticeview.h      ** NEW FILE **
9801                 make return receipts work again
9802                 (UI idea by Leandro Pereira)
9803
9804 2002-07-21 [paul]       0.7.8claws87
9805
9806         * src/summaryview.c
9807                 fix sensitivity of 'Select thread'
9808
9809 2002-07-21 [paul]       0.7.8claws86
9810
9811         * src/prefs_common.c
9812                 add browser command line for Galeon
9813
9814 2002-07-21 [paul]       0.7.8claws85
9815
9816         * Makefile.am
9817                 fix 'EXTRA_DIST': remove README.README, add TODO
9818                 and TODO.claws
9819
9820 2002-07-21 [alfons]     0.7.8claws84
9821
9822         * src/gtkstext.c
9823                 make enter clear selection
9824                 (closes "[ 579888 ] Editor selection/entry error"
9825                 reported by Steve Lamb)
9826
9827 2002-07-21 [alfons]     0.7.8claws83
9828         
9829         * src/summaryview.c
9830                 sort message list when selecting unthread messages
9831                 (closes "[ 501593 ] switching threaded view doesn't sort"
9832                 reported by Simon Schubert)
9833
9834 2002-07-20 [alfons]     0.7.8claws82
9835         
9836         * src/matcher.c
9837                 const-correctness
9838
9839 2002-07-20 [thorsten]   0.7.8claws81
9840
9841         * src/matcher.c
9842                 Fixed expansion of empty fields in matchactions
9843
9844 2002-07-19 [melvin]     0.7.8claws80
9845
9846         * src/gtkspell.c
9847                 Removed a duplicate menu entry (fast mode) introduced during
9848                 the new cache merge
9849                 Added a menu separator between 'Use alternate' and 'Fast mode'
9850
9851 2002-07-19 [paul]       0.7.8claws79
9852
9853         * tools/Makefile.am
9854           tools/README
9855                 correct typos
9856
9857 2002-07-19 [thorsten]   0.7.8claws78
9858
9859         * tools/calypso_convert.pl      ** NEW FILE **
9860           tools/README
9861           tools/Makefile.am
9862                 script to import mbox files exported
9863                 by calypso
9864                 o generates folder structure
9865                 o includes attachments
9866
9867 2002-07-19 [melvin]     0.7.8claws77
9868
9869         * src/selective_download.[ch]
9870                 Fixed bug where closing the dialog with the window manager's
9871                 close button will not unlock the summary
9872                 Corrected some function declarations that missed a return value
9873                 Made the source code comply better with coding style.
9874         * src/prefs_common.c
9875                 Added new browser command line for Mozilla.
9876
9877 2002-07-18 [paul]       0.7.8claws76
9878
9879         * src/mainwindow.c
9880           src/selective_download.[ch]
9881                 reflect theme changes, fix Gdk Warning when creating 
9882                 pixmap from NULL window, and minor clean up.
9883                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9884
9885         * po/en_GB.po
9886                 updated
9887
9888 2002-07-17 [paul]       0.7.8claws75
9889
9890         * INSTALL[.jp]
9891                 sync with 0.8.0
9892         
9893         * po/en_GB.po
9894                 updated
9895
9896 2002-07-16 [paul]       0.7.8claws74
9897
9898         * tools/filter_conv.pl
9899           tools/README
9900                 replace conversion script with reimplemented version, 
9901                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9902
9903 2002-07-16 [colin]      0.7.8claws73
9904
9905         * src/summaryview.c
9906                 remove forgotten debug messages - sorry ;-)
9907
9908 2002-07-16 [colin]      0.7.8claws72
9909
9910         * src/mimeview.c
9911           src/summaryview.c
9912           src/textview.c
9913           src/textview.h
9914                 add the ability to select part of a text mime-part 
9915                 to reply.
9916
9917 2002-07-15 [christoph]  0.7.8claws71
9918
9919         * src/folder.c
9920                 fix folder message count for folders without
9921                 msg_is_changed (includes news folders)
9922
9923 2002-07-15 [martin]     0.7.8claws70
9924
9925         * src/summaryview.c
9926                 option "display recipient on 'From'..." now works
9927                 without the need of enabling the option
9928                 "display  sender  using  address  book".
9929
9930 2002-07-15 [christoph]  0.7.8claws69
9931
9932         * src/summaryview.c
9933                 removed setting folder status from summaryview.
9934                 folder.c should update all message counts correctly.
9935
9936 2002-07-15 [paul]       0.7.8claws68
9937
9938         * po/pt_BR.po
9939                 updated by Fabio Junior Beneditto
9940
9941 2002-07-15 [darko]      0.7.8claws67
9942
9943         * src/mh.c
9944                 Fixed target folder colorization, don't decrease op
9945                 number twice
9946
9947 2002-07-14 [paul]       0.7.8claws66
9948
9949         * sync with main 0.8.0
9950                 see ChangeLog 2002-07-14
9951
9952 2002-07-13 [melvin]     0.7.8claws65
9953         
9954         * src/addrbook.c
9955         * src/addressbook.c
9956         * src/addrindex.c
9957                 Replaced sprintf by g_snprintf to prevent possible buffer
9958                 overflow.
9959         * src/news.c
9960                 Corrected a log message output format.
9961                 Added a missing "done" debug output.
9962         * src/compose.c
9963                 Added keyboard accelerator for Priority menu items
9964                 Added missing \n in debug output
9965         * src/logwindow.c
9966         * src/gtkspell.c
9967         * src/rfc2015.c
9968                 Added missing \n in debug output
9969
9970 2002-07-13 [paul]       0.7.8claws64
9971
9972         * man/sylpheed.1
9973                 change Sergey's email address to the sf address
9974
9975         * src/textview.c
9976                 increase show_url_timeout (more useful for long
9977                 urls)
9978
9979 2002-07-12 [sergey]     0.7.8claws63
9980
9981         * src/rfc2015.c
9982                 applied (with some modifications) patch to set the
9983                 micalg parameter for signatures
9984                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9985
9986 2002-07-12 [sergey]     0.7.8claws62
9987
9988         * man/Makefile.am
9989         * configure.in
9990                 fixed man page installation
9991
9992 2002-07-12 [paul]       0.7.8claws61
9993
9994         * sync with 0.7.8cvs26
9995                 see ChangeLog 2002-07-11 and 2002-07-12
9996
9997 2002-07-11 [christoph]  0.7.8claws60
9998
9999         * src/compose.c
10000         * src/procmsg.c
10001                 first use the message number to find the message
10002                 to mark with a reply flag but check the
10003                 message-id if we got the correct message, if not
10004                 try to find it by message-id.
10005                 use new string seperator that is not allowed
10006                 in message-ids.
10007
10008 2002-07-11 [paul]       0.7.8claws59
10009
10010         * sync with 0.7.8cvs23
10011                 see ChangeLog 2002-07-10
10012
10013 2002-07-10 [christoph]  0.7.8claws58
10014
10015         * src/folder.[ch]
10016         * src/msgcache.[ch]
10017                 Added message-id table to the cache in memory
10018                 and functions to msgcache.c and folder.c to
10019                 fetch MsgInfos by message id
10020         * src/compose.c
10021         * src/procmsg.c
10022                 store folder and message-id of message replying
10023                 to in queue header and set reply flag after sending
10024                 (Closes bug #469498)
10025
10026 2002-07-10 [paul]       0.7.8claws57
10027
10028         * AUTHORS
10029           man/sylpheed.1.gz
10030                 add Martin to the list of authors
10031
10032 2002-07-09 [martin]     0.7.8claws56
10033         * src/gtksctree.c
10034                 Added gtk_ctree_last_visible(), tree_update_level(),
10035                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10036                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10037                 from gtk+ to gtksctree.c for the new sorting code
10038                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10039                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10040         * src/gtksctree.h
10041                 Added declaration for gtk_sctree_sort_recursive() and
10042                 gtk_sctree_sort_node
10043         * src/addressbook.c
10044         * src/foldersel.c
10045         * src/folderview.c
10046         * src/summaryview.c
10047                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10048                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10049
10050 2002-07-08 [paul]       0.7.8claws55
10051
10052         * more sync with 0.7.8cvs21
10053                 see ChangeLog 2002-07-08
10054
10055 2002-07-08 [paul]       0.7.8claws54
10056
10057         * sync with 0.7.8cvs21
10058                 see ChangeLog 2002-07-08
10059
10060 2002-07-07 [alfons]     0.7.8claws53
10061
10062         * src/Makefile.am
10063         * src/stock_pixmap.[ch]
10064         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10065         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10066         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10067                 add new pixmaps for upcoming notice pane
10068
10069 2002-07-06 [melvin]     0.7.8claws52
10070
10071         * src/gtkspell.[ch]
10072                 Made them a bit closer to Sylpheed's coding style.
10073                 Removed old code.
10074                 Removed possible memory leaks when some errors occurs.
10075
10076 2002-07-06 [melvin]     0.7.8claws51
10077
10078         * po/Makefile.in.in
10079                 Removed --no-location in xgettext command line to help
10080                 translators that use Emacs' po-mode
10081         * src/quote_fmt.c
10082                 Removed unnecessary comments that messed up sylpheed.pot
10083
10084 2002-07-06 [paul]       0.7.8claws50
10085
10086         * sync with 0.7.8cvs19
10087                 see ChangeLog 2002-07-05
10088
10089 2002-07-06 [christoph]  0.7.8claws49
10090
10091         * src/folder.c
10092         * src/mainwindow.c
10093                 fix folder_item_remove_all_msg and folderview
10094                 status for trash folders after emptying trash
10095
10096 2002-07-05 [paul]       0.7.8claws48
10097
10098         * sync with 0.7.8cvs16
10099                 see ChangeLog 2002-07-04 and 2002-07-05
10100
10101 2002-07-04 [paul]       0.7.8claws47
10102
10103         * sync with 0.7.8cvs14
10104                 see  ChangeLog 2002-07-04
10105
10106 2002-07-03 [alfons]     0.7.8claws46
10107
10108         * src/folder.c
10109                 dupe folder item's path because it's being reallocated
10110                 by new folder scanning code
10111
10112 2002-07-03 [christoph]  0.7.8claws45
10113
10114         * src/imap.c
10115                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10116         * src/msgcache.c
10117                 add missing return in msgcache_write
10118
10119 2002-07-02 [thorsten]   0.7.8claws44
10120
10121         * src/jpilot.c
10122         * src/msgcache.c
10123         * src/rfc2015.c
10124                 use binary mode for file access
10125
10126 2002-07-02 [christoph]  0.7.8claws43
10127
10128         * major code cleanup (part 1)
10129         
10130                 - unused variables removed
10131                 - unused functions removed
10132                 - uninitialized variables checked
10133                 - missing return statements added
10134                 - missing function return types added
10135                 - added parentheses around assignment and
10136                   && in || when suggested by gcc
10137               
10138         * src/mh.c
10139         * src/folder.c
10140                 replaced direct calls to folder->scan_tree
10141                 with folder_scan_tree and restore folder
10142                 prefs in this function. The folder should
10143                 not have to deal with them.
10144                 ( Should now work for all folder types )
10145
10146 2002-07-02 [paul]       0.7.8claws42
10147
10148         * sync with 0.7.8cvs13
10149                 see ChangeLog 2002-07-01 and 2002-07-02
10150
10151 2002-07-01 [christoph]  0.7.8claws41
10152
10153         * src/summaryview.c
10154                 fix "goto next/prev unread message" with
10155                 ignored threads
10156
10157 2002-07-01 [paul]       0.7.8claws40
10158
10159         * po/es.po
10160                 updated by Ricardo Mones Lastra
10161
10162 2002-06-30 [match]      0.7.8claws39
10163
10164         * src/jpilot.c
10165                 applied variation of leonerd's patch (566661) to
10166                 allow multiple email addresses per JPilot entry.
10167                 addresses may be separated by space, comma, pipe,
10168                 semi-colon, new-line.
10169
10170 2002-06-30 [alfons]     0.7.8claws38
10171
10172         * src/procmsg.c
10173                 simple fix for putting older nodes before
10174                 newer nodes when threading by subject
10175
10176 2002-06-30 [christoph]  0.7.8claws37
10177
10178         * src/folder.c
10179         * src/folderview.c
10180         * src/mh.c
10181         * src/news.c
10182         * src/procmsg.c
10183                 fix broken folder tree rescaning
10184                 and don't use procmsg_get_mark_sum
10185                 anymore
10186
10187 2002-06-30 [christoph]  0.7.8claws36
10188
10189         * merge new cache branch
10190         * src/imap.c
10191                 fix new cache imap copy bug
10192         * src/folder.c
10193                 improved folder_item_scan
10194                 it should now always set the correct
10195                 new, unread and total message counts
10196
10197 2002-06-29 [paul]       0.7.8claws35
10198
10199         * configure.in
10200                 correct syntax error
10201
10202 2002-06-29 [paul]       0.7.8claws34
10203
10204         * configure.in
10205           Makefile.am
10206           man/Makefile.am       ** NEW FILE **
10207           man/sylpheed.1.gz     ** NEW FILE **
10208                 add Sylpheed man page
10209
10210 2002-06-29 [paul]       0.7.8claws33
10211
10212         * po/pt_BR.po
10213                 updated by Fabio Junior Beneditto
10214
10215 2002-06-28 [jens]       0.7.8claws32
10216
10217         * po/de.po
10218                 translation updated
10219
10220         * src/selective_download.c
10221                 removed gettext for space " "
10222
10223         * src/imap.c
10224                 removed wrong space
10225
10226 2002-06-28 [paul]       0.7.8claws31
10227
10228         * sync with 0.7.8cvs11
10229                 see ChangeLog 2002-06-28
10230
10231 2002-06-28 [paul]       0.7.8claws30
10232
10233         * sync with 0.7.8cvs10
10234                 see ChangeLog 2002-06-27 and 2002-06-28
10235
10236 2002-06-26 [paul]       0.7.8claws29
10237
10238         * src/addrgather.c
10239           src/selective_download.c
10240                 don't gettextise empty strings.
10241                 reserved by gettext. gettext("") returns 
10242                 the header entry with meta information, 
10243                 not the empty string
10244
10245         * po/en_GB.po
10246                 updated
10247
10248 2002-06-26 [paul]       0.7.8claws28
10249
10250         * sync with 0.7.8cvs7
10251                 see ChangeLog 2002-06-25
10252
10253         * src/prefs_common.c
10254                 ...and in the process, tweak the gui a little
10255
10256 2002-06-25 [alfons]     0.7.8claws27
10257         
10258         * configure.in
10259         * src/Makefile.am
10260                 fine tune ldap library detection
10261
10262 2002-06-25 [alfons]     0.7.8claws26
10263
10264         * src/compose.c
10265                 don't allow return receipts when composing a news article
10266
10267 2002-06-25 [paul]       0.7.8claws25
10268
10269         * Makefile.am
10270                 add '$(AMTAR)' to 'release' section to allow for
10271                 new and older autotools
10272
10273 2002-06-25 [paul]       0.7.8claws24
10274
10275         * src/summaryview.c
10276                 fix "No more unread messages" persistant pop-up
10277                 window bug
10278
10279 2002-06-25 [paul]       0.7.8claws23
10280
10281         * po/it.po
10282                 updated by Alessandro Maestri
10283
10284 2002-06-25 [paul]       0.7.8claws22
10285
10286         * sync with 0.7.8cvs6
10287                 see ChangeLog 2002-06-25
10288
10289 2002-06-24 [paul]       0.7.8claws21
10290
10291         * tools/update-po
10292                 add GPL copyright information
10293
10294 2002-06-24 [paul]       0.7.8claws20
10295
10296         * tools/Makefile.am
10297           tools/README
10298           tools/update-po       ** NEW FILE **
10299                 add script that eases the creation of *.po files
10300                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10301
10302 2002-06-23 [alfons]     0.7.8claws19
10303
10304         * src/messageview.c
10305                 make notification_convert_header obey const correctness
10306                 (next step will be fixing the broken return receipt)
10307
10308 2002-06-23 [paul]       0.7.8claws18
10309
10310         * src/messageview.c
10311                 fix bug introduced in last commit:
10312                 removed too much code in last commit - put back what's
10313                 needed
10314
10315 2002-06-23 [paul]       0.7.8claws17
10316
10317         * src/messageview.[ch]
10318                 remove code committed in error from locally patched
10319                 source
10320
10321 2002-06-23 [colin]      0.7.8claws16
10322
10323         * src/compose.[ch]
10324                 add compose_entry_select(), used to select the default_to
10325                 email address - hopefully avoiding people sending mails to
10326                 wrong recipients.
10327
10328 2002-06-22 [alfons]     0.7.8claws15
10329
10330         * AUTHORS
10331                 add Bram Metsch & Stanislav Karchebny
10332         * src/smtp.[ch]
10333         * src/prefs_account.[ch]
10334         * src/send.c
10335                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10336                   options.  (see <http://sourceforge.net/tracker/index.php
10337                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10338
10339                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10340                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10341
10342 2002-06-22 [paul]       0.7.8claws14
10343
10344         * sync with 0.7.8cvs5
10345                 see ChangeLog 2002-06-19 and 2002-06-20
10346
10347 2002-06-22 [alfons]     0.7.8claws13
10348
10349         * src/selective_download.c
10350                 fix a stupid mistake I made
10351
10352 2002-06-22 [alfons]     0.7.8claws12
10353
10354         * src/selective_download.[ch]
10355                 fix another unnoticed leak; cleanup code
10356
10357 2002-06-21 [alfons]
10358
10359         * tools/Makefile.am
10360                 gpg-sign <-- gpg-sign-syl
10361
10362 2002-06-21 [alfons]     0.7.8claws11
10363
10364         * src/selective_download.c
10365         * src/selective_download.h
10366                 fix assorted mix of allocation errors (should solve
10367                 problem reported by Philippe Gramoullé, see:
10368                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10369
10370 2002-06-20 [melvin]     0.7.8claws10
10371
10372         * tools/gpg-sign *REMOVED*
10373           tools/gpg-sign-syl *ADDED*
10374                 Replaced the gpg clearsigning script with the version using
10375                 xterm instead of ssh-askpass and changed its name.
10376
10377         * README.claws
10378                 Updated actions example to reflect the renaming of the
10379                 gpg clearsigning script.
10380
10381 2002-06-19 [paul]       0.7.8claws9
10382
10383         * sync with 0.7.8claws9
10384                 see ChangeLog 2002-06-18 and 2002-06-19
10385
10386 2002-06-19 [paul]       0.7.8claws8
10387
10388         * sync with 0.7.8cvs1
10389                 see ChangeLog 2002-06-18
10390
10391 2002-06-18 [alfons]     0.7.8claws7
10392
10393         * src/mainwindow.h
10394                 add omitted prototype
10395
10396 2002-06-17 [paul]       0.7.8claws6
10397
10398         * src/mainwindow.c
10399                 fix hiding of exec_btn
10400
10401 2002-06-17 [paul]       0.7.8claws5
10402
10403         * src/pop.c
10404                 remove unneeded code: should_delete() 
10405                 and Pop3State::uidl_todelete_list
10406
10407 2002-06-17 [paul]       0.7.8claws4
10408
10409         * sync with 0.7.8
10410                 see ChangeLog 2002-06-11 and 2002-06-13
10411
10412 2002-06-16 [alfons]     0.7.8claws3
10413         
10414         * src/folder.c
10415                 make sure lock sort mode (claws specific) is
10416                 also persists after a tree rescan
10417
10418 2002-06-16 [alfons]     0.7.8claws2
10419
10420         * src/prefs_folder_item.c
10421         * src/folder.[ch]
10422                 fix persistence of folder sort mode (broken
10423                 by adapting Hiro's new folder persistence code)
10424
10425 2002-06-16 [alfons]     0.7.8claws1
10426
10427         * AUTHORS
10428         * src/logwindow.c
10429         * src/prefscommon.[ch]
10430                 control size of log text in log window; 
10431                 closes patch #569155 submitted by Mitko Haralanov.
10432
10433 2002-06-15 [paul]       0.7.8claws
10434
10435         * release of 0.7.8claws
10436
10437 2002-06-15 [paul]       0.7.7claws
10438
10439         * po/pt_BR.po
10440                 updated by Fabio Junior Beneditto
10441
10442 2002-06-14 [paul]       0.7.6claws49
10443
10444         * po/es.po
10445                 updated by Ricardo Mones Lastra
10446
10447 2002-06-14 [paul]       0.7.6claws48
10448
10449         * po/nl.po
10450                 updated translation by Wilbert Berendsen
10451
10452 2002-06-14 [melvin]     0.7.6claws47
10453
10454         * po/fr.po
10455                 Updated French translation
10456
10457 2002-06-13 [paul]       0.7.6claws46
10458
10459         * src/filesel.c
10460                 allow filename to be typed in, rather than just
10461                 selected by the mouse. Patch by Gustavo Noronha Silva.
10462
10463 2002-06-13 [alfons]     0.7.6claws45
10464
10465         * src/mainwindow.[ch]
10466                 more cleanups (removing unnecessary menu items Expand 
10467                 summary / message view)
10468
10469 2002-06-13 [melvin]     0.7.6claws44
10470
10471         * po/POTFILES.in
10472                 Added src/string_match.c
10473         * src/string_match.c
10474                 Fixed possible buffer overflow.
10475                 Corrected typo.
10476                 Added missing config.h header.
10477         * src/prefs_common.c
10478           src/prefs_matcher.c
10479           src/prefs_scoring.c
10480                 Made some strings translatable (missing _(..)).
10481
10482 2002-06-13 [melvin]     0.7.6claws43
10483
10484         * README.claws
10485                 Corrected action example (verifying clearsigned mail).
10486         * src/prefs_account.c
10487                 Corrected typo.
10488         * src/prefs_common.c
10489                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10490
10491 2002-06-12 [alfons]     0.7.6claws42
10492
10493         * src/summaryview.c
10494                 add init of score column lost in 0.7.6claws42
10495
10496 2002-06-12 [paul]       0.7.6claws41
10497
10498         * src/prefs_account.c
10499                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10500                 behavior of the radio buttons, (from 0.7.7cvs2)
10501
10502 2002-06-11 [alfons]     0.7.6claws40
10503
10504         * src/messageview.[ch]
10505         * src/summaryview.[ch]
10506         * src/summary_search.c
10507         * src/mainwindow.c
10508                 perform a sync to bring in Hiro's separate view implementation 
10509
10510                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10511
10512 2002-06-11 [paul]       0.7.6claws39
10513         
10514         * src/prefs_account.c
10515                 correct a typo on the Receive tab
10516
10517 2002-06-10 [match]      0.7.6claws38
10518
10519         * src/addressbook.c
10520                 Included address completion patch from Gustavo Noronha.
10521
10522 2002-06-10 [paul]       0.7.6claws37
10523
10524         * src/inc.[ch]
10525           src/pop.c
10526           src/prefs_account.[ch]
10527           src/selective_download.[ch]
10528                 apply PATCH #561712
10529                  NEW:
10530                 - check if POP Account
10531                 - Receive Button renamed to Preview
10532                 - Preview Button Popup: preview new/all messages
10533                 - Download Button
10534                 - Account Preferences-->Receive tab checkbutton if you
10535                   want to remove Mail after Download
10536                 -: default YES
10537                 - Account Preferences-->Receive tab checkbutton use
10538                   filtering rules on preview
10539                   (think of delete_on_server)
10540                 -: default YES
10541                 - Account selectable from SD dialog
10542                 - checkbutton to show already downloaded messages if
10543                   all messages are previewed
10544                 - new clist column showing Date
10545                 - ESC KEY close
10546                 FIXES:
10547                 - play ball with UIDL
10548                 - fault tolerant (?) 
10549                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10550
10551 2002-06-10 [melvin]     0.7.6claws36
10552
10553         * README.claws
10554                 Added a hint to ac/README in cvs instructions.
10555
10556         * src/prefs_actions.c
10557                 Made it possible to use a more elaborate command line
10558                 for asynchronous actions, too.
10559
10560 2002-06-10 [melvin]     0.7.6claws35
10561         
10562         * src/prefs_actions.c
10563                 Make it possible to use a more elaborate command line
10564                 (e.g. |foo|bar|cat>there;echo Done|)
10565                 Corrected error message when calling %f, %F and %p commands
10566                 from the compose window.
10567
10568 2002-06-09 [colin]      0.7.6claws34
10569
10570         * src/summaryview.c
10571                 Automatically find unread messages in current folder
10572                 before annoying the user.
10573
10574 2002-06-08 [alfons]     0.7.6claws33
10575
10576         * po/it.po
10577                 remove bad formatting string in it.po translation
10578                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10579
10580 2002-06-08 [paul]       0.7.6claws32
10581
10582         * sync with 0.7.6cvs25
10583                 see ChangeLog 2002-06-07
10584
10585 2002-06-05 [paul]       0.7.6claws31
10586
10587         * src/mainwindow.c
10588                 add 'Sort by locked' and 'Sort by score'
10589
10590 2002-06-05 [paul]       0.7.6claws30
10591
10592         * sync with 0.7.6cvs24
10593                 see ChangeLog 2002-06-04
10594
10595 2002-06-04 [paul]       0.7.6claws29
10596
10597         * po/pt_BR.po
10598                 updated by Fabio Junior Beneditto
10599
10600 2002-06-03 [thorsten]   0.7.6claws28
10601
10602         * src/matcher.c
10603                 fclose() matcherrc after reading
10604
10605 2002-06-03 [paul]       0.7.6claws27
10606
10607         * sync with 0.7.6cvs21
10608                 see ChangeLog 2002-05-31
10609
10610 2002-05-31 [paul]       0.7.6claws26
10611
10612         * sync with 0.7.6cvs20
10613                 see ChangeLog 2002-05-29 and 2002-05-30
10614
10615 2002-05-31 [paul]       0.7.6claws25
10616
10617         * src/imap.c
10618                 hopefully fix last buggy sync
10619
10620         * README.claws
10621                 correct typo in 'Actions' examples
10622
10623 2002-05-29 [paul]       0.7.6claws24
10624
10625         * sync with 0.7.6cvs18
10626                 see ChangeLog 2002-05-28 and 2002-05-29
10627
10628         * src/news.c
10629           src/nntp.[ch]
10630                 sync with above 
10631
10632 2002-05-28 [paul]       0.7.6claws23
10633
10634         * sync with 0.7.6cvs16
10635                 see ChangeLog 2002-05-28
10636
10637 2002-05-27 [thorsten]   0.7.6claws22 
10638
10639         * faq/it/sylpheed-faq-1.html
10640           faq/it/sylpheed-faq-2.html
10641           faq/it/sylpheed-faq-3.html
10642           faq/it/sylpheed-faq.html
10643                 corrected DOS lineendings
10644         * faq/de/sylpheed-faq-1.html
10645           faq/de/sylpheed-faq-2.html
10646           faq/en/sylpheed-faq-1.html
10647           faq/en/sylpheed-faq-2.html
10648           faq/en/sylpheed-faq-3.html
10649           faq/es/sylpheed-faq-1.html
10650           faq/es/sylpheed-faq-2.html
10651           faq/es/sylpheed-faq-3.html
10652           faq/fr/sylpheed-faq-1.html
10653           faq/it/sylpheed-faq-1.html
10654           faq/it/sylpheed-faq-2.html
10655           faq/it/sylpheed-faq-3.html
10656           faq/it/sylpheed-faq.html
10657                 changed ">" to &quot;
10658
10659 2002-05-27 [paul]       0.7.6claws21
10660         
10661         * sync with 0.7.6cvs15
10662                 see ChangeLog 2002-05-27
10663
10664 2002-05-27 [paul]       0.7.6claws20
10665
10666         * src/prefs_account.c
10667                 correct a typo
10668
10669 2002-05-26 [paul]       0.7.6claws19
10670
10671         * tools/README
10672                 correct a typo
10673
10674 2002-05-25 [paul]       0.7.6claws18
10675
10676         * tools/README
10677                 add description of kmail2sylpheed.pl
10678
10679 2002-05-25 [paul]       0.7.6claws17
10680
10681         * tools/kmail2sylpheed.pl       ** NEW FILE **
10682                 perl script that converts an exported Kmail address
10683                 book, converts it to sylpheed addressbook file,
10684                 writes the file to .sylpheed, and updates
10685                 addrbook--index.xml 
10686
10687 2002-05-25 [paul]       0.7.6claws16
10688
10689         * sync with 0.7.6cvs14
10690                 see ChangeLog 2002-05-23
10691
10692 2002-05-24 [paul]       0.7.6claws15
10693
10694         * README.claws
10695                 make a correction and add some more info
10696
10697 2002-05-24 [paul]       0.7.6claws14
10698
10699         * src/compose.c
10700                 fix memory leak in 
10701                 compose_redirect_write_headers_from_headerlist()
10702                 add Subject and Resent-Message-ID to
10703                 compose_redirect_write_headers()
10704                 Received, Subject, and X-UIDL are filtered out in 
10705                 compose_redirect_write_to_file()
10706
10707 2002-05-23 [paul]       0.7.6claws13
10708
10709         * src/compose.[ch]
10710           src/filtering.c
10711           src/mainwindow.c
10712           src/matcher.[ch]
10713           src/matcher_parser_lex.l
10714           src/matcher_parser_parse.y
10715           src/prefs_common.[ch]
10716           src/prefs_filtering.c
10717           src/summaryview.c
10718                 rename 'Bounce' to 'Redirect'
10719
10720 2002-05-23 [paul]       0.7.6claws12
10721
10722         * more sync with 0.7.6cvs13
10723           src/compose.c
10724                 see ChangeLog 2002-05-22
10725
10726 2002-05-22 [paul]       0.7.6claws11
10727
10728         * sync with 0.7.6cvs13
10729           src/codeconv.c
10730                 see ChangeLog 2002-05-20
10731           src/prefs_common.c
10732                 see ChangeLog 2002-05-22
10733
10734 2002-05-21 [melvin]     0.7.6claws10
10735
10736         * src/folderview.c
10737                 Added missing filtering and scoring headers
10738                 Fixed bad function call that showed garbage 
10739                 in Folder->Processing
10740
10741 2002-05-21 [paul]       0.7.6claws9
10742
10743         * tools/Makefile.am
10744                 make all tools executable, (patch by Alfons).
10745
10746 2002-05-20 [alfons]     0.7.6claws8
10747
10748         * src/procheader.c
10749                 don't forget to call mktime() so we have a valid week 
10750                 and year day
10751                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10752
10753 2002-05-20 [paul]       0.7.6claws7
10754
10755         * src/html.c
10756                 fix broken parsing of urls
10757         * src/textview.c
10758                 fix displaying of urls
10759
10760                 both fixes from the patch [547855] by Eugene 
10761                 Brevdo (zonem)
10762
10763 2002-05-19 [alfons]     0.7.6claws6
10764
10765         * configure.in
10766                 make sylpheed configure correctly with the latest
10767                 and greatest of automake / autoconf / gettext
10768
10769 2002-05-19 [alfons]     0.7.6claws5
10770
10771         * src/procheader.c
10772         * src/procheader.h
10773                 add function for returning ime zone offset
10774         * src/quote_fmt.c
10775         * src/quote_fmt_parse.y
10776                 better quotation formatting - does not convert
10777                 to local time, but uses the original date string.
10778                 
10779                 Note: %z inserts the timezone offset (should 
10780                 work also on platforms where strftime does not
10781                 support %z).
10782
10783 2002-05-18 [christoph]  0.7.6claws4
10784
10785         * src/summaryview.c
10786                 fix indentation of some code
10787         * tools/Makefile.am
10788                 fix spaces after \
10789         * src/Makefile.am
10790                 add missing \
10791                 correct path for ignorethread.xpm
10792                 incorrect filename for sylpheed_logo.xpm
10793                 add missing include matcher_parser_parse.h
10794
10795 2002-05-18 [paul]       0.7.6claws3
10796
10797         * sync with 0.7.6cvs8
10798                 see ChangeLog 2002-05-16 and 2002-05-17
10799
10800 2002-05-18 [melvin]     0.7.6claws2
10801
10802         * README.claws
10803                 Corrected an action's definition and fixed some misspellings.
10804
10805 2002-05-18 [paul]       0.7.6claws1
10806
10807         * tools/Makefile.am
10808           tools/gpg-sign        ** new file **
10809           tools/uudec           ** new file **
10810                 add Melvin's Actions scripts
10811
10812         * README.claws
10813                 add Melvin's descriptions for Actions
10814
10815 2002-05-18 [paul]       0.7.6claws
10816
10817         * Version 0.7.6claws released
10818
10819 2002-05-17 [paul]       0.7.5claws32
10820
10821         * po/es.po
10822                 updated by Ricardo Mones Lastra
10823
10824 2002-05-17 [paul]       0.7.5claws31
10825
10826         * src/compose.c
10827                 fix Account prefs default folder for sent/draft/deleted
10828                 messages bug
10829
10830         * po/it.po
10831           po/nl.po
10832                 updated translation by Alessandro Maestri and
10833                 Wilbert Berendsen
10834
10835 2002-05-17 [melvin]     0.7.5claws30
10836
10837         * src/prefs_actions.c
10838                 Fixed bug where using %F not at the end of the command 
10839                 resulted in an additional empty argument being created.
10840                 Thanks to Darko Koruga for reporting the bug.
10841
10842 2002-05-17 [melvin]     0.7.5claws29
10843
10844         * po/fr.po
10845                 Updated French translations.
10846
10847 2002-05-15 [paul]       0.7.5claws28
10848         
10849         * po/es.po
10850                 updated by Ricardo Mones Lastra
10851
10852 2002-05-15 [paul]       0.7.5claws27
10853
10854         * sync with 0.7.6cvs4
10855                 see ChangeLog 2002-05-14 and 2002-05-15
10856
10857 2002-05-14 [paul]       0.7.5claws26
10858
10859         * sync with 0.7.6cvs1
10860                 see ChangeLog 2002-05-13
10861
10862 2002-05-13 [thorsten]   0.7.5claws25
10863
10864         * src/messageview.c
10865                 fix select_all and copy in multipart messages
10866         * src/mainwindow.c
10867                 fix select_all and copy in multipart messages
10868
10869 2002-05-12 [paul]       0.7.5claws24
10870
10871         * src/summaryview.c
10872                 reverse last commit, bug already fixed in 0.7.5claws3
10873
10874 2002-05-12 [netztorte]  0.7.5claws23
10875
10876         * src/summaryview.c
10877                 dont parse empty addressbook (checked in before claws20)
10878
10879 2002-05-12 [melvin]     0.7.5claws22
10880
10881         * src/procmsg.[ch]
10882                 Removed unneeded priority code introduced by the previous 
10883                 commit.
10884
10885 2002-05-12 [melvin]     0.7.5claws21
10886
10887         * src/compose.[ch]
10888                 Added possibility to set message's priority.
10889         * src/procmsg.[ch]
10890                 Added possibility to set message's priority.
10891                 Added missing headers
10892
10893 2002-05-12 [melvin]     0.7.5claws20
10894
10895         * src/prefs_actions.c
10896                 Removed implicitely added quotes around the name
10897                 of the temporary files of mime parts.
10898
10899 2002-05-12 [paul]       0.7.5claws19
10900
10901         * sync with 0.7.5cvs20
10902                 see ChangeLog 2002-05-11
10903
10904 2002-05-12 [alfons]     0.7.5claws18
10905
10906         * src/quote_fmt_lex.l
10907         * src/quote_fmt_parse.y
10908                 allow quote / reply date & time format to be set using
10909                 %D{format}. format is a format string you'd pass to
10910                 strftime() (see man strftime, or the Display tab |
10911                 Date format setting).
10912
10913                 Currently %D converts the date to local time. 
10914
10915 2002-05-11 [paul]       0.7.5claws17
10916
10917         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10918                 see ChangeLog 2002-05-10 and 2002-05-11
10919
10920 2002-05-10 [paul]       0.7.5claws16
10921
10922         * sync with 0.7.5cvs16
10923                 see ChangeLog entries 2002-05-09 and 
10924                 2002-05-10
10925
10926 2002-05-10 [colin]      0.7.5claws15
10927
10928         * src/textview.c
10929                 Corrected a bug that prevented sylpheed to open
10930                 double-clicked URIs.
10931
10932 2002-05-09 [paul]       0.7.5claws14
10933
10934         * sync with 0.7.5cvs14
10935                 see ChangeLog 2002-05-08 and 2002-05-09
10936
10937 2002-05-08 [paul]       0.7.5claws13
10938
10939         * sync with 0.7.5cvs11
10940                 see ChangeLog entry 2002-05-08
10941
10942 2002-05-08 [paul]       0.7.5claws12
10943
10944         * src/mainwindow.c
10945           src/textview.[ch]
10946                 fix segfault on View->Open in new window
10947                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10948
10949 2002-05-07 [paul]       0.7.5claws11
10950
10951         * sync with 0.7.5cvs9
10952                 see ChangeLog entry 2002-05-07
10953
10954 2002-05-06 [paul]       0.7.5claws10
10955
10956         * src/messageview.c
10957           src/textview.c
10958                 display url in statusbar on single-click
10959                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10960
10961 2002-05-06 [match]      0.7.5claws9
10962
10963         * src/addritem.[ch]
10964                 new functions.
10965         * src/addrcache.c
10966                 tidy up.
10967         * src/xmlprops.[ch]
10968                 XML implementation of properties file.
10969         * src/exporthtml.[ch]
10970         * src/expthtmldlg.[ch]
10971         * src/addressbook.c
10972                 export to HTML.
10973
10974 2002-05-02 [sergey]     0.7.5claws8
10975
10976         * src/mainwindow.c (mainwin_entries),
10977           src/prefs_common.c (prefs_send_create()),
10978           src/codeconv.c (locale_table):
10979                 use charset name "Windows-1251" instead of "CP1251".
10980
10981 2002-05-02 [colin]      0.7.5claws7
10982         
10983         * src/compose.c
10984           src/prefs_common.c
10985           src/prefs_folder_item.c
10986                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10987
10988 2002-05-02 [hiro]       0.7.5claws6
10989
10990         * src/imap.c
10991                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10992
10993 2002-05-02 [paul]       0.7.5claws5
10994
10995         * src/compose.c
10996                 more sync with 0.7.5cvs7, see ChangeLog entry
10997                 2002-05-02
10998
10999 2002-05-02 [hiro]       0.7.5claws4
11000
11001         * src/compose.c
11002                 compose_queue_sub():
11003                 check if queue folder exists (closes #550397).
11004                 removed directory creation since it should be handled
11005                 transparently.
11006         * src/imap.c
11007                 imap_add_msg(): return UID for appended message
11008                 (closes #548842).
11009
11010 2002-04-30 [paul]       0.7.5claws3
11011
11012         * src/summaryview.c
11013                 fix account_find_from_address() bug
11014
11015 2002-04-28 [colin]      0.7.5claws2
11016
11017         * src/compose.c
11018           src/textview.c
11019           src/prefs_common.[ch]
11020           src/utils.[ch]
11021                 Added user-definable quotation characters recognition.
11022
11023 2002-04-28 [paul]       0.7.5claws1
11024
11025         * sync with 0.7.5cvs4
11026                 see ChangeLog entry  2002-04-25
11027
11028 2002-04-28 [paul]       0.7.5claws
11029
11030         * po/es.po
11031           po/nl.po
11032           po/pt_BR.po
11033                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11034                 Fabio Junior Beneditto
11035
11036 2002-04-27 [jens]       0.7.4claws103
11037
11038         * po/de.po
11039                 updated German translation.
11040
11041 2002-04-27 [hiro]       0.7.4claws102
11042
11043         * src/summaryview.c
11044                 summary_write_cache(): fixed the mark loss of hidden messages.
11045
11046 2002-04-26 [melvin]     0.7.4claws101
11047
11048         * src/procmsg.c
11049                 fixed a second typo (same one)
11050         * po/fr.po
11051           po/it.po
11052           po/pt_BR.po
11053                 fixed the type again...
11054
11055 2002-04-26 [melvin]     0.7.4claws100
11056
11057         * src/procmsg.c
11058                 fixed a typo in an alert message ("temorary").
11059         * po/it.po
11060         * po/pt_BR.po
11061                 corrected the typo  described above.
11062         * po/fr.po
11063                 updated French translation.
11064
11065 2002-04-26 [darko]      0.7.4claws99
11066
11067         * src/summaryview.c
11068                 fix target folder colorization
11069
11070 2002-04-25 [paul]       0.7.4claws98
11071
11072         * po/it.po
11073                 updated by Alessandro Maestri
11074
11075 2002-04-24 [colin]      0.7.4claws97
11076         
11077         * src/compose.c
11078                 Fixed double "subject is empty" question.
11079
11080 2002-04-23 [colin]      0.7.4claws96
11081         
11082         * src/mimeview.c
11083                 Corrected issue when "automatically display images" was
11084                 not set : first image remained after selecting second.
11085
11086 2002-04-23 [melvin]     0.7.4claws95
11087
11088         * src/prefs_actions.c
11089                 Don't display in/out dialog if there is nothing to show.
11090
11091 2002-04-23 [paul]       0.7.4claws94
11092
11093         * sync with 0.7.5cvs3
11094                 bug fixes: see ChangeLog entry 2002-04-23
11095
11096 2002-04-22 [darko]      0.7.4claws93
11097
11098         * src/compose.c
11099                 fix previous check-in which changed code after
11100                 merge from main
11101
11102 2002-04-22 [paul]       0.7.4claws92
11103
11104         * faq/de/*
11105                 add German FAQ
11106         * faq/en/*
11107           faq/es/*
11108           faq/fr/*
11109                 update English, Spanish and French FAQs
11110         * manual/de/*
11111           manual/es/*
11112                 add German and Spanish manuals
11113         * manual/en/*
11114           manual/fr/*
11115                 update English and French manuals
11116
11117         * src/Makefile.am
11118                 add to and re-arrange the pixmap entries
11119
11120 2002-04-22 [darko]      0.7.4claws91
11121
11122         * src/compose.c
11123                 fix sender initials recognition to only allow
11124                 '>' after the initials
11125
11126 2002-04-21 [paul]       0.7.4claws90
11127
11128         * sync with 0.7.5 release
11129                 see ChangeLog entry 2002-04-21
11130
11131 2002-04-21 [alfons]
11132
11133         * src/Makefile.am
11134                 add colin's new pixmaps to EXTRA_DIST
11135
11136 2002-04-21 [colin]      0.7.4claws89
11137         * src/compose.c
11138         * src/inc.c
11139         * src/mainwindow.[ch]
11140         * src/prefs_common.[ch]
11141         * src/stock_pixmap.[ch]
11142                 Added "Work offline" ability.
11143
11144 2002-04-21 [colin]      0.7.4claws88
11145         
11146         * src/mimeview.c
11147         * src/prefs_common.c
11148         * src/prefs_common.h
11149         * src/textview.c : Added an option to common preferences -> display
11150           to allow user not to automatically display images.
11151
11152 2002-04-21 [paul]       0.7.4claws87
11153
11154         * sync with 0.7.4cvs52
11155                 see ChangeLog entry 2002-04-21 (src/imap.c)
11156
11157 2002-04-21 [paul]       0.7.4claws86
11158
11159         * sync with 0.7.4cvs51
11160                 see ChangeLog entry 2002-04-21
11161
11162 2002-04-21 [paul]       0.7.4claws85
11163
11164         * sync with 0.7.4cvs49
11165                 see ChangeLog entries 2002-04-20 and 2002-04-21
11166
11167         * src/Makefile.am
11168                 clean up: remove old 'stock_' element from xpm 
11169                 filenames.
11170
11171 2002-04-21 [alfons]     0.7.4claws84
11172
11173         apply sync patch from Paul
11174
11175         * src/folderview.c
11176                 use old claws prefs_folder_item_create() for now
11177
11178 2002-04-19 [match]      0.7.4claws83
11179
11180         * src/addressbook.[ch]
11181         * src/addrharvest.[ch]
11182         * src/addrgather.[ch]
11183                 recurse folders.
11184         * src/mainwindow.c
11185         * src/summaryview.[ch]
11186                 change menu option.
11187
11188 2002-04-19 [paul]       0.7.4claws82
11189
11190         * po/pt_BR.po
11191                 updated by Fabio Junior Beneditto
11192
11193 2002-04-14 [alfons]     0.7.4claws81
11194
11195         * src/passphrase.c
11196                 add #include <sys/types.h> for mode_t and off_t 
11197
11198 2002-04-13 [paul]       0.7.4claws80
11199         
11200         * src/main.c
11201           src/passphrase.[ch]
11202           src/pgptext.c
11203           src/prefs_common.[ch]
11204           src/rfc2015.c
11205                 enable storing of GnuPG passphrase for the whole 
11206                 session or a user-defined number of minutes. patch 
11207                 submitted by Ravemax <ravemax@dextrose.com>
11208
11209 2002-04-13 [alfons]     0.7.4claws79
11210
11211         * src/textview.c
11212                 make email parser also stop scanning when encountering separators
11213                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11214
11215 2002-04-13 [paul]       0.7.4claws78
11216
11217         * sync with 0.7.4cvs39
11218                 see ChangeLog entry 2002-04-12
11219
11220 2002-04-11 [paul]       0.7.4claws77
11221
11222         * sync with 0.7.4cvs37
11223                 see ChangeLog entry 2002-04-11
11224
11225 2002-04-11 [paul]       0.7.4claws76
11226
11227         * COPYING 
11228                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11229                 the clause for OpenSSL). sync with sylpheed main
11230
11231 2002-04-09 [melvin]     0.7.4claws75
11232
11233         * src/compose.c
11234                 Made 'Ctrl-Enter' on send ignore some modifiers 
11235                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11236                 to bind other *-Enter (but not Alt-Enter).
11237
11238 2002-04-09 [paul]       0.7.4claws74
11239
11240         * sync with 0.7.4cvs35
11241                 see ChangeLog entries 2002-04-09
11242
11243 2002-04-08 [paul]       0.7.4claws73
11244
11245         * sync with 0.7.4cvs33
11246                 see ChangeLog entry 200-04-08
11247
11248 2002-04-07 [match]      0.7.4claws72
11249
11250         * src/addrharvest.[ch]
11251                 fixed to read all addresses in header, regardless
11252                 of header size. improved name parsing. accommodate
11253                 harvest from folders and selected message.
11254         * src/addritem.[ch]
11255                 included new address parsing function.
11256         * src/addrgather.[ch]
11257         * src/addressbook.[ch]
11258         * src/summaryview.[ch]
11259         * src/mainwindow.c
11260                 allow address harvest of folder as well as selected
11261                 messages.
11262
11263 2002-04-07 [paul]       0.7.4claws71
11264
11265         * src/esmtp.[ch]
11266           src/smtp.c
11267                 don't try to authenticate with CRAM-MD5 in SMTP when 
11268                 SMTP-AUTH enabled if MTA doesn't issue this 
11269                 auth-method in it's ehlo-response. bug item #531364,
11270                 patch item #938910. patch submitted by Colin Leroy 
11271                 <colin@colino.net>
11272
11273 2002-04-07 [paul]       0.7.4claws70
11274
11275         * src/nntp.c
11276                 fix missing MODE_READER bug. patch submitted by
11277                 Colin Leroy <colin@colino.net>
11278
11279 2002-04-07 [alfons]     0.7.4claws69
11280
11281         * src/matcher.[ch]
11282         * src/prefs_filtering.c
11283         * src/summaryview.c
11284                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11285                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11286
11287 2002-04-07 [paul]       0.7.4claws68
11288
11289         * sync with 0.7.4cvs32
11290                 see ChangeLog entry 2002-04-06
11291
11292         * tools/filter_conv.pl
11293                 more bug fixes
11294
11295 2002-04-06 [paul]       0.7.4claws67
11296
11297         * tools/filter_conv.pl
11298                 modify to be able to find the name of the first
11299                 mailbox and use that. main's filter does not
11300                 record the full path to the mailbox and therefore
11301                 can only filter to the first mailbox.
11302
11303 2002-04-05 [paul]       0.7.4claws66
11304
11305         * tools/filter_conv.pl
11306                 attempt to make the script all-encompassing and
11307                 be able to convert any main 'filter' rule thrown
11308                 at it
11309
11310 2002-04-05 [paul]       0.7.4claws65
11311
11312         * tools/filter_conv.pl
11313                 allow for collapsed folder trees
11314
11315 2002-04-05 [paul]       0.7.4claws64
11316
11317         * sync with 0.7.4cvs31
11318                 see ChangeLog entries 2002-04-05
11319
11320 2002-04-03 [paul]       0.7.4claws63
11321
11322         * sync with 0.7.4cvs29
11323                 see ChangeLog entries 2002-04-02 and 2002-04-03
11324
11325 2002-04-02 [paul]       0.7.4claws62
11326
11327         * sync with 0.7.4cvs26
11328                 see ChangeLog entry 2002-04-01
11329
11330 2002-04-02 [match]      0.7.4claws61
11331
11332         * src/pine.[ch]
11333         * src/importpine.[ch]
11334         * src/addressbook.c
11335                 import Pine address book.
11336
11337 2002-04-02 [match]      0.7.4claws60
11338
11339         * src/addrharvest.[ch]
11340                 improve address parsing of funky addresses.
11341
11342 2002-04-02 [darko]      0.7.4claws59
11343
11344         * src/compose.c
11345                 wrap on send improvements, it now recognizes quoted
11346                 initials as part of the quotation string, and it
11347                 does not join lines separated by CR
11348
11349 2002-04-01 [match]      0.7.4claws58
11350
11351         * src/mgutils.[ch]
11352                 added new functions.
11353         * src/mutt.[ch]
11354                 remove excessive duplicate address generation
11355                 on import.
11356
11357 2002-04-01 [alfons]     0.7.4claws57
11358         
11359         * src/summaryview.c
11360                 put back g_free() 
11361
11362 2002-04-01 [paul]       0.7.4claws56
11363
11364         * sync with 0.7.4cvs25
11365                 see ChangeLog entry 2002-04-01
11366
11367 2002-04-01 [alfons]     0.7.4aprilfool55
11368
11369         * src/summaryview.c
11370                 honour feature request item #537427 to allow for
11371                 displaying names from address book for sent mail also
11372
11373 2002-03-29 [paul]       0.7.4claws54
11374
11375         * src/mainwindow.c
11376           src/prefs_filtering.[ch]
11377           src/prefs_matcher.c
11378           src/summaryview.c
11379                 add 'fast filter' for claws' filtering,
11380                 /Tools/Create filter rule/... patch submitted
11381                 by Neill Miller <neillm@thecodefactory.org>
11382
11383 2002-03-29 [paul]       0.7.4claws53
11384
11385         * sync with 0.7.4cvs24
11386                 see ChangeLog entry 2002-03-29
11387
11388 2002-03-28 [paul]       0.7.4claws52
11389
11390         * sync with 0.7.4cvs23
11391                 see ChangeLog entry 2002-03-28
11392
11393 2002-03-27 [melvin]     0.7.4claws51
11394
11395         * src/prefs_actions.c
11396                 Added support to pass only one message part (as a
11397                 file) to the command using '%p'. No quotes are needed
11398                 because doubles quotes are automatically added.
11399                 Fixed bug where Sylpheed could block when waiting for
11400                 a child process to finish.
11401                 Changed the help menu to remove quotes around symbols to 
11402                 avoid misinterpretation (they must not be used).
11403
11404 2002-03-27 [melvin]     0.7.4claws50
11405
11406         * src/inc.c
11407                 Made the new mail notification command always 
11408                 execute asynchronously.
11409
11410 2002-03-27 [paul]       0.7.4claws49
11411
11412         * src/compose.c
11413                 fix bug introduced in last commit
11414
11415 2002-03-27 [paul]       0.7.4claws48
11416
11417         * sync with 0.7.4cvs21
11418                 see ChangeLog 2002-03-26 and 2002-03-27
11419
11420 2002-03-26 [hoa]        0.7.4claws47
11421
11422         * src/prefs_folder_item.c
11423                 really fixed the bug #516442 with folder rescan.
11424
11425 2002-03-26 [paul]       0.7.4claws46
11426
11427         * sync with 0.7.4cvs19
11428                 see ChangeLog entries 2002-03-25 and 2002-03-26
11429
11430 2002-03-25 [hoa]        0.7.4claws45
11431
11432         * src/matcher.c
11433         * src/mh.c
11434                 fix the bug #516442 with folder rescan.
11435
11436         * src/prefs_common.[ch]
11437         * src/compose.c
11438                 added an option to enable two different behaviours
11439                 for bounce.
11440
11441
11442 2002-03-25 [paul]       0.7.4claws44
11443
11444         * src/mainwindow.c
11445           src/selective_download.c
11446                 correct a few menuitem labels
11447
11448 2002-03-25 [christoph]  0.7.4claws43
11449
11450         * src/procmsg.c
11451                 fix non deleted tmp message in
11452                 procmsg_save_to_outbox
11453                 fix problems caused by sync with
11454                 main branch's procmsg_send_queue
11455
11456 2002-03-25 [paul]       0.7.4claws42
11457
11458         * src/quote_fmt.c
11459           src/quote_fmt_lex.l
11460           src/quote_fmt_parse.y
11461                 add Last name (%L) placeholder for quoting. 
11462                 patch submitted by Thorsten Thielen 
11463                 <thth@users.sourceforge.net>
11464
11465 2002-03-25 [paul]       0.7.4claws41
11466
11467         * src/utils.c
11468                 get full hostname. patch submitted by
11469                 Bob Woodside <rwoodside1@comcast.net>
11470
11471 2002-03-25 [paul]       0.7.4claws40
11472
11473         * src/account.c
11474           src/news.c
11475           src/nntp.[ch]
11476           src/prefs_account.[ch]
11477                 enable NNTP over SSL. patch submitted by
11478                 Pascal Jermini <pascal@infinity.hn.org>
11479
11480 2002-03-24 [paul]       0.7.4claws39
11481
11482         * src/prefs_common.c
11483                 make the arrangement of the Compose tab more
11484                 coherent
11485
11486         * src/mainwindow.c
11487                 fix some irregularities of style
11488
11489         * po/de.po
11490                 updated by Kilian Krause
11491
11492 2002-03-23 [paul]       0.7.4claws38
11493
11494         * po/pt_BR.po
11495                 updated by Fabio Junior Beneditto
11496
11497 2002-03-23 [paul]       0.7.4claws37
11498
11499         * src/mainwindow.c
11500                 move 'Gather addresses' to 'Tools' menu
11501                 make 'Selective download' sensitive
11502
11503 2002-03-23 [paul]       0.7.4claws36
11504
11505         * sync with 0.7.4cvs16
11506                 see ChangeLog entries 2002-03-23
11507
11508 2002-03-22 [christoph]  0.7.4claws35
11509
11510         * src/quote_fmt_parse.y
11511                 fix include program output
11512
11513 2002-03-22 [alfons]     0.7.4claws34
11514
11515         * src/pop.c
11516                 initialize GDate stack variable correctly (sorry!)
11517
11518 2002-03-22 [paul]       0.7.4claws33
11519
11520         * src/compose.c
11521           src/mainwindow.c
11522           src/prefs_actions.c
11523           src/prefs_common.c
11524                 rename 'Tool' to 'Tools'
11525
11526         * src/mainwindow.c
11527                 move 'Delete duplicated messages' from
11528                 'Message/' to 'Tools/'
11529                 re-arrange the order of 'Tools/' items
11530
11531 2002-03-22 [paul]       0.7.4claws32
11532
11533         * src/addr_compl.c
11534           src/addressbook.[ch]
11535                 auto-address completion now also matches on
11536                 Nickname. patch submitted by Bob Forsman 
11537                 <hammor@users.sourceforge.net>
11538
11539         * src/editaddress.c
11540                 correct a spelling mistake
11541
11542 2002-03-22 [alfons]     0.7.4claws31
11543
11544         * src/pop.c
11545                 fix getting uidl from incorrect string 
11546                 (spotted by Colin)
11547
11548 2002-03-21 [alfons]     0.7.4claws30
11549
11550         * src/pop.c
11551                 more code refactoring
11552                 plug mem leak introduced by delete on server
11553
11554 2002-03-21 [paul]       0.7.4claws29
11555
11556         * sync with 0.7.4cvs11
11557                 see ChangeLog entries 2002-03-20
11558
11559 2002-03-20 [alfons]     0.7.4claws28
11560
11561         * src/inc.c
11562                 apply Colin's patch and refactor
11563
11564 2002-03-20 [paul]       0.7.4claws27
11565
11566         * sync with sylpheed 0.7.4cvs9
11567                 see ChangeLog entry 2002-03-20
11568
11569 2002-03-19 [christoph]  0.7.4claws26
11570
11571         * src/mh.c
11572         * src/procmsg.[ch]
11573         * src/summaryview.c
11574                 revert changes for flag updates
11575                 (does not work correctly and no time to debug)
11576
11577 2002-03-20 [alfons]     0.7.4claws25
11578
11579         * src/pop.c
11580                 refactor should_delete() a little bit 
11581
11582 2002-03-19 [paul]       0.7.4claws24
11583
11584         * src/inc.[ch]
11585           src/pop.c
11586           src/prefs_account.[ch]
11587                 allow the user to leave downloaded mail on the 
11588                 server for n days. Patch submitted by Colin Leroy 
11589                 <colin@colino.net>
11590
11591 2002-02-19 [paul]       0.7.4claws23
11592
11593         * sync with sylpheed 0.7.4cvs8
11594                 see ChangeLog entries 2002-03-19
11595
11596 2002-03-18 [paul]       0.7.4claws22
11597
11598         * sync with sylpheed 0.7.4cvs6
11599                 see ChangeLog entry 2002-03-18
11600
11601 2002-03-18 [paul]       0.7.4claws21
11602
11603         * po/en_GB.po
11604                 add en_GB message catalogue
11605
11606         * src/mbox_folder.c
11607           src/prefs_account.c
11608           src/prefs_actions.c
11609                 correct a few spelling mistakes
11610
11611 2002-03-17 [alfons]     0.7.4claws20
11612
11613         * src/matcher.c
11614                 more stringent checks for NULL params when writing
11615                 filtering actions to a file
11616                 
11617 2002-03-17 [hoa]        0.7.3claws20
11618
11619         * src/news.c
11620                 fixed the count of new messages
11621
11622         * src/compose.c
11623                 fixed the "attachment properties" window
11624
11625 2002-03-17 [paul]       0.7.4claws19
11626
11627         * src/defs.h
11628           src/folder.h
11629           src/news.c
11630           src/prefs_account.[ch]
11631           src/procmsg.[ch]
11632           src/summaryview.c
11633                 automatically mark cross-posted messages as read 
11634                 and (optionally) give them a colour label
11635                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11636                 
11637
11638 2002-03-17 [paul]       0.7.4claws18
11639
11640         * sync with sylpheed 0.7.4cvs5
11641                 see ChangeLog entry 2002-03-17
11642
11643 2002-03-17 [melvin]     0.7.4claws17
11644         
11645         * src/textview.c
11646                 Worked around a gtktext 'bug': when searching for 
11647                 a text in a long message it was scrolling slowly
11648                 line by line until it hit the searched text.
11649         * po/fr.po
11650                 Updated French translation
11651
11652 2002-03-17 [melvin]     0.7.4claws16
11653
11654         * src/mainwindow.c
11655         * src/compose.c
11656         * src/prefs_actions.c
11657                 Moved "Edit/Actions" to "Tool/Actions"
11658                 Made mainwindow/compose window sensitive as soon as
11659                 no child process is running anymore even if the io dialog
11660                 is open.
11661                 Fixed a struct being initialized with a non constant char*
11662
11663 2002-03-16 [christoph]  0.7.4claws15
11664
11665         * configure.in
11666                 add --with-compiler-flags option
11667                 (only for developer hacking)
11668         * src/mh.c
11669         * src/procmsg.[ch]
11670         * src/summaryview.c
11671                 try to make folder-stats and flag handling more
11672                 independent from the summaryview. msgcounts
11673                 are only set when the folder is opened and
11674                 procmsg_msginfo_(un)set_flags will handle it
11675                 later and summaryview will get the values
11676                 from the folder.
11677
11678 2002-03-16 [paul]       0.7.4claws14
11679
11680         * src/messageview.c
11681                 fix Return-receipt. Patch submitted by Bob
11682                 Woodside <rwoodside1@comcast.net>
11683
11684 2002-03-16 [paul]       0.7.4claws13
11685
11686         * src/compose.c
11687                 fix 'dynamic' signatures, make it work again
11688                 broken during sync on 2002-03-14 (0.7.4claws2)
11689
11690 2002-03-15 [match]      0.7.4claws12
11691
11692         * src/addrharvest.[ch]
11693         * src/addrgather.[ch]
11694         * src/addressbook.[ch]
11695         * src/mainwindow.c
11696                 included address harvester feature. still some
11697                 issues with address parsing that I will fix.
11698
11699 2002-03-15 [match]      0.7.4claws11
11700
11701         * src/addrbook.[ch]
11702         * src/addrcache.[ch]
11703         * src/addressbook.[ch]
11704         * src/addrindex.c
11705         * src/editbook.c
11706         * src/importldif.c
11707         * src/importmutt.c
11708         * src/jpilot.[ch]
11709         * src/main.c
11710         * src/syldap.[ch]
11711         * src/vcard.[ch]
11712                 tidy up. fix memory leaks. moved attribs and methods
11713                 from individual interfaces to addrcache object. prep
11714                 for new stuff to come in.
11715
11716 2002-03-15 [alfons]     0.7.4claws10
11717
11718         * src/matcher.[ch]
11719         * src/matcher_parser_parse.y
11720         * src/matcher_parser_lex.l
11721         * src/prefs_matcher.c
11722                 add filtering conditions message greater than, smaller 
11723                 than, and exactly matching a size in bytes
11724                 (does not work with delete from POP3 server yet)
11725
11726                 this should also give others an idea what you should
11727                 do to add new criterions to claws filtering system
11728                 
11729
11730 2002-03-15 [paul]       0.7.4claws9
11731
11732         * tools/filter_conv.pl
11733                 exit if there are no filter rules to convert
11734                 rename filterrc to filterrc.old after completion
11735
11736 2002-03-15 [paul]       0.7.4claws8
11737
11738         * sync with sylpheed 0.7.4cvs3
11739                 see ChangeLog entry 2002-03-14
11740
11741 2002-03-14 [paul]       0.7.4claws7
11742
11743         * src/compose.c
11744                 clean up the last commit (ahem)
11745
11746 2002-03-14 [paul]       0.7.4claws6
11747
11748         * src/compose.c
11749                 fix bug #515655. honour account preferences
11750                 regarding gpg default signing/encryption when 
11751                 changing account from the compose window.
11752
11753 2002-03-14 [paul]       0.7.4claws5
11754
11755         * src/folderview.c
11756                 remove unnecessary curly brackets
11757
11758 2002-03-14 [paul]       0.7.4claws4
11759
11760         * src/folderview.c
11761           src/prefs_filtering.[ch]
11762                 add filter rename on folder rename and filter
11763                 delete on folder delete. Patch submitted by
11764                 Neill Miller <neillm@thecodefactory.org> 
11765
11766 2002-03-14 [christoph]  0.7.4claws3
11767
11768         * src/procmsg.c
11769         * src/send.c
11770                 fix local delivery
11771                 (patch submitted by "Simon 'corecode' Schubert")
11772         * src/prefs_common.c
11773         * src/procmsg.c
11774                 fix gcc 3.0 warning
11775
11776 2002-03-14 [paul]       0.7.4claws2
11777
11778         * sync with sylpheed 0.7.4cvs2
11779                 see ChangeLog entry 2002-03-13
11780
11781 2002-03-12 [darko]      0.7.4claws1
11782
11783         * src/mainwindow.c
11784                 fix what seems to be a copy and paste error
11785                 when setting color for important messages
11786                 (reported by wwp)
11787
11788 2002-03-11 [paul]       version 0.7.4claws released
11789
11790 2002-03-11 [paul]       0.7.4claws
11791
11792         * po/es.po
11793           po/it.po
11794           po/nl.po
11795           po/pt_BR.po
11796                 update message catalogs. Submitted by Ricardo Mones 
11797                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11798                 Fabio Junior Beneditto
11799
11800         * configure.in
11801           faq/Makefile.am
11802           faq/it/Makefile
11803           faq/it/sylpheed-faq*
11804           src/mainwindow.c
11805           src/manual.[ch]
11806                 add FAQ in Italian
11807         
11808
11809 2002-03-11 [jens]       0.7.3claws7
11810
11811         * po/de.po
11812                 updated German translation
11813
11814 2002-03-11 [melvin]     0.7.3claws6
11815
11816         * po/fr.po
11817                 updated and corrected French translation
11818
11819 2002-03-10 [hoa]        0.7.3claws5
11820
11821         * src/account.c
11822         * src/inc.c
11823         * src/prefs_account.c
11824         * src/procmsg.c
11825         * src/send.[ch]
11826                 fixed the local account.
11827                 you have to change the default "/usr/sbin/sendmail"
11828                 to "/usr/sbin/sendmail -t" in the preferences of
11829                 the local account.
11830
11831         * src/procmime.c
11832                 removed some debug display for renderer
11833
11834 2002-03-10 [paul]       0.7.3claws4
11835
11836         * faq/en/sylpheed-faq-1.html
11837           faq/en/sylpheed-faq-2.html
11838                 update
11839
11840 2002-03-09 [paul]       0.7.3claws3
11841
11842         * sync with sylpheed 0.7.4
11843                 see ChangeLog entry 2002-03-09
11844
11845 2002-03-08 [paul]       0.7.3claws2
11846
11847         * faq/en/sylpheed-faq*
11848           faq/es/sylpheed-faq*
11849           faq/fr/sylpheed-faq*
11850                 update the FAQs
11851
11852         * manual/fr/.cvsignore
11853           manual/fr/Makefilea.am
11854           manual/fr/sylpheed*
11855           src/mainwindow.c
11856           src/manual.[ch]
11857                 add the French manual
11858
11859 2002-03-07 [paul]       0.7.3claws1
11860
11861         * sync with sylpheed 0.7.3cvs4
11862                 see ChangeLog entries  2002-03-06 and 2002-03-07
11863         
11864         * po/nl.po
11865                 updated by Wilbert Berendsen
11866
11867 2002-03-07 [melvin]     0.7.2claws34
11868
11869         * src/selective_download.c
11870                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11871
11872 2002-03-06 [paul]       0.7.2claws33
11873
11874         * sync with sylpheed 0.7.3cvs1
11875                 bug fix, see ChangeLog entry 2002-03-05
11876
11877 2002-03-05 [paul]       0.7.2claws32
11878
11879         * src/mimeview.c
11880           src/pgptext.[ch]
11881           src/procmsg.c
11882                 reverse the pgp ascii-armored code implemented in 
11883                 0.7.2claws16. removal of this code until it matures.
11884                 this means that verifying ascii-armored pgp sigs and
11885                 automatic decryption of ascii-armored encrypted
11886                 messages no longer works.
11887
11888 2002-03-05 [paul]       0.7.2claws31
11889
11890         * configure.in
11891           Makefile.am
11892         * faq/Makefile.am
11893         * faq/en/Makefile.am
11894           faq/en/sylpheed-faq.html
11895           faq/en/sylpheed-faq-1.html
11896           faq/en/sylpheed-faq-2.html
11897           faq/en/sylpheed-faq-3.html
11898         * faq/es/Makefile.am
11899           faq/es/sylpheed-faq.html
11900           faq/es/sylpheed-faq-1.html
11901           faq/es/sylpheed-faq-2.html
11902           faq/es/sylpheed-faq-3.html
11903           faq/es/sylpheed-faq-4.html
11904         * faq/fr/Makefile.am
11905           faq/fr/sylpheed-faq.html
11906           faq/fr/sylpheed-faq-1.html
11907           faq/fr/sylpheed-faq-2.html
11908           faq/fr/sylpheed-faq-3.html
11909         * src/Makefile.am
11910           src/defs.h
11911           src/mainwindow.c
11912           src/manual.[ch]
11913                 add FAQs in English, Spanish and French
11914
11915
11916 2002-03-05 [paul]       0.7.2claws30
11917
11918         * manual/en/sylpheed.html
11919           manual/en/sylpheed-XX.html
11920                 updated the English manual
11921
11922 2002-03-05 [hoa]        
11923
11924         * src/summaryview.c
11925                 dialog box pops up if the article can't be deleted.
11926
11927 2002-03-04 [paul]       
11928         
11929         * po/pt_BR.po
11930                 updated by Fabio Junior Benedito
11931
11932 2002-03-04 [hoa]
11933
11934         * removed ac/gpgme.m4
11935                 to avoid autogen common problem
11936                 developers have to install gpgme development package now
11937
11938         * src/compose.c
11939                 encoding to 7bit or 8bit is enabled.
11940
11941 2002-03-03 [alfons]     0.7.2claws29
11942
11943         * src/pop.c
11944                 merge fix by Oliver Haertel for selective
11945                 download buglet
11946
11947 2002-03-03 [paul]       0.7.2claws28
11948         
11949         * sync with sylpheed 0.7.3
11950
11951 2002-03-03 [paul]       0.7.2claws27
11952
11953         * sync with sylpheed 0.7.2cvs24
11954                 see ChangeLog entries 2002-03-02 and 2002-03-03
11955
11956 2002-03-02 [melvin]     0.7.2claws26
11957
11958         * src/inc.[ch]
11959         * src/main.c
11960         * src/mainwindow.c
11961         * src/prefs_common.[ch]
11962                 Added user definable notification on new mail arrival.
11963                 Removed unused variables in spell checker prefs code.
11964
11965 2002-03-02 [melvin]     0.7.2claws25
11966
11967         * src/quote_fmt.c
11968                 Removed unnecessary escape sequences.
11969                 Changed 'Initial...' to 'Initials of Sender'
11970
11971 2002-03-02 [paul]       0.7.2claws24
11972
11973         * sync with sylpheed 0.7.2cvs22
11974                 see ChangeLog entry 2002-03-01
11975
11976 2002-03-01 [hoa]        0.7.2claws23
11977
11978         * src/mainwindow.c
11979                 Set sensitivity of delete actions to active
11980                 even if the folder is a newsgroup.
11981
11982         * src/summaryview.c
11983                 - Set sensitivity of delete actions
11984                 - Added function check_permission() that will check if the
11985                   user is authorized to delete a message. For news, it
11986                   will check if the author is the same.
11987                 - Enabled deletion when there is no trash folder.
11988
11989         * src/news.[ch]
11990                 - Added news_cancel_article() to cancel articles
11991                 - Implemented news_remove_message() (public function)
11992
11993 2002-03-01 [paul]       0.7.2claws22
11994
11995         * src/gtkutils.c
11996           src/textview.c
11997                 recognise urls that that don't include 'http://' and
11998                 simply begin 'www.' 
11999
12000         * AUTHORS
12001                 remove duplicated name
12002
12003 2002-02-28 [paul]       0.7.2claws21
12004
12005         * src/mainwindow.c
12006           src/summaryview.[ch]
12007                 add ability to 'Select thread'
12008                 combines Melvin's "Select thread's head" patch (#510907)
12009                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12010                 patch (#518514) 
12011
12012 2002-02-28 [paul]       0.7.2claws20
12013
12014         * src/mimeview.c
12015                 hopefully fix segfault on right-clicking a mime part
12016                 that some people have experienced.      
12017                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12018
12019 2002-02-28 [paul]       0.7.2claws19
12020
12021         * sync with sylpheed 0.7.2cvs21
12022                 see ChangeLog entries 2002-02-27 and 2002-02-28
12023
12024 2002-02-27 [paul]       0.7.2claws18
12025
12026         * sync with sylpheed 0.7.2cvs18
12027                 see ChangeLog entries 2002-02-26 and 2002-02-27
12028
12029 2002-02-26 [alfons]     0.7.2claws17
12030
12031         * src/procheader.c
12032                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12033                 (spotted by Chris Hessman <idatech@gmx.net>)
12034
12035 2002-02-26 [paul]       0.7.2claws16
12036
12037         * src/mimeview.c
12038           src/pgptext.[ch]
12039           src/procmsg.c
12040                 make decryption of ascii-armored pgp encrypted messages
12041                 and verification of ascii-armored signatures work again.
12042                 slightly altered from the patch by Jens Jahnke 
12043                 <jan0sch@gmx.net>
12044
12045                 ##FIX ME##
12046                 * the checking of plaintext signatures always comes up in 
12047                   a popup box
12048                 * it doesn't work for multipart messages 
12049                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12050                   including the msg headers and these 2 line themselves, are 
12051                   not displayed
12052
12053         * src/mainwindow.c
12054                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12055                 "View/Message View" becomes "View/Separate Message View"
12056                 because its less ambiguous.
12057
12058         * po/es.po
12059                 updated by Ricardo Mones Lastra
12060
12061 2002-02-26 [paul]       0.7.2claws15
12062
12063         * sync with sylpheed 0.7.2cvs17
12064                 see ChangeLog entries 2002-02-25 and 2002-02-26
12065
12066 2002-02-25 [christoph]  0.7.2claws14
12067
12068         * src/filtering.[ch]
12069         * src/inc.c
12070                 do filtering stuff after all messages have been received
12071                   1. drop all messages to .processing
12072                   2. scan processing folder for messages
12073                   3. filter messages or move to inbox
12074                 this will also find old messages left in processing after
12075                 a crash or something like that and we get a real msginfo
12076                 from folder->get_msg_list and do not have to create our
12077                 own in filter_message
12078         * src/matcher_parser_parse.y
12079                 remove MIX/MAX warning (reordered includes)
12080
12081 2002-02-25 [paul]       0.7.2claws13
12082
12083         * sync with sylpheed 0.7.2cvs15
12084                 see ChangeLog entry 2002-02-24
12085
12086 2002-02-24 [alfons]     0.7.2claws12
12087
12088         * src/filtering.c
12089                 clear old color flags first when applying a new color to
12090                 a message info. 
12091                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12092
12093 2002-02-24 [alfons]     0.7.2.claws11
12094         
12095         * AUTHORS
12096         * src/prefs_common.c
12097                 add presets for Opera and Konqueror, closes patch #517261,
12098                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12099
12100 2002-02-24 [alfons]     0.7.2.claws10
12101
12102         * AUTHORS
12103         * src/summaryview.c
12104                 fix threading for null message ids, closes patch #521601,
12105                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12106
12107 2002-02-24 [alfons]     0.7.2claws9
12108
12109         * src/summaryview.c
12110         * src/filtering.c
12111                 make Tool | Filter Message work with filtering system so
12112                 setting flags also works
12113
12114                 TODO:
12115
12116                 - Processing uses the same function as Tool | Filter
12117                   Message, but doesn't use the same update proc yet
12118
12119 2002-02-23 [paul]       0.7.2claws8
12120
12121         * sync with sylpheed 0.7.2cvs14
12122                 see ChangeLog entries 2002-02-22 and 2002-02-23
12123
12124 2002-02-22 [christoph]  0.7.2claws7
12125
12126         * src/quote_fmt.c
12127                 Add column space to table
12128         * src/quote_fmt_parse.y
12129                 Close files
12130
12131 2002-02-22 [paul]       0.7.2claws6
12132
12133         * src/Makefile.am
12134           src/defs.h
12135           src/filtering.c
12136           src/inc.[ch]
12137           src/mainwindow.c
12138           src/matcher.[ch]
12139           src/matcher_parser_lex.l
12140           src/matcher_parser_parse.y
12141           src/pop.[ch]
12142           src/prefs_account.h
12143           src/prefs_filtering.c
12144           src/selective_download.[ch]   *** NEW FILES ***
12145           src/utils.[ch]
12146           po/POTFILES.in
12147                 Selective Download added to 'Tool' menu. 
12148                 Retrieves email headers of the currently selected pop3 
12149                 account and allows the user to mark emails for deletion 
12150                 right on the pop3 server. Patch submitted by Oliver Haertel 
12151                 <oha@users.sourceforge.net>.
12152         
12153         * po/POTFILES.in
12154                 add 'src/quote_fmt.c'           
12155
12156 2002-02-22 [christoph]  0.7.2claws5
12157
12158         * src/Makefile.am
12159                 added quote_fmt.c
12160         * src/prefs_common.[ch]
12161         * src/prefs_template.c
12162         * src/quote_fmt.c               *** NEW FILE ***
12163         * src/quote_fmt.h
12164                 move quote format symbol description code
12165                 to it's own file because it is used from
12166                 differnent code parts
12167                 Rewrote symbol description GUI
12168                   + use table
12169                   + add separators
12170                   + get data from array (no more long constant strings)
12171         * src/quote_fmt_lex.l
12172         * src/quote_fmt_parse.y
12173                 Symbol for Literal % changed to \% instead of %%
12174                 (More logical as \ is used for quoting for other symbols)
12175                 Add |f and |p to include files and program output
12176                 Examples:
12177                     |f{/home/.../.signature}
12178                     |p{date}
12179         * po/de.po
12180                 Correct wrong spelling for "Referenzen"
12181
12182 2002-02-21 [paul]       0.7.2claws4
12183
12184         * src/procmsg.c
12185                 forgotten during sync
12186
12187 2002-02-21 [paul]       0.7.2claws3
12188
12189         * sync with sylpheed 0.7.2cvs11
12190                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12191                 2002-02-20 and 2002-02-21
12192
12193 2002-02-20 [melvin]     0.7.2claws2
12194
12195         * src/prefs_actions.c
12196                 Added error report when child cannot fork or when execvp 
12197                 returns with an error.
12198
12199 2002-02-19 [christoph]  0.7.2claws1
12200
12201         * src/codeconv.c
12202                 return unconverted text if conde conversion is not possible
12203                 when libjconv is used.
12204                 (patch submitted by "Simon 'corecode' Schubert")
12205
12206 2002-02-19 [paul]       
12207
12208         * version 0.7.2claws release
12209
12210 2002-02-19 [paul]       0.7.2claws
12211
12212         * po/nl.po
12213                 updated by Wilbert Berendsen
12214
12215
12216 2002-02-18 [alfons]     0.7.1claws13
12217
12218         * src/syldap.c
12219         * src/jpilot.c
12220                 remove references to dlfcn and explicitly loading functions
12221                 from dynalink libs, because libs linked anyway, and functions
12222                 are loaded explicitly
12223
12224 2002-02-17 [melvin]     0.7.1claws12
12225
12226         * src/prefs_actions.c
12227                 Replaced children wait loop with double fork technique.
12228                 Now, input/output window updated at each new output.
12229                 free_children(): Fixed a memory leak.
12230                 Made input/output window non closable if running children
12231                 still exist.
12232                 Added missing <unistd.h> include.
12233                 Added some --debug outputs.
12234
12235 2002-02-17 [melvin]     0.7.1claws11
12236
12237         * src/summaryview.c
12238                 Fixed bug where descending sort order did not select top
12239                 message.
12240
12241 2002-02-17 [melvin]     0.7.1claws10
12242
12243         * acconfig.h
12244                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12245         * src/prefs_common.c
12246                 Pspell data package directory no more hard coded but
12247                 set during configuration (PSPELL_PATH). (Thanks to 
12248                                 Gustavo Noronha Silva.)
12249
12250 2002-02-17 [melvin]     0.7.1claws9
12251
12252         * configure.in
12253                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12254         * src/gtkspell.c
12255                 Fixed compile-time warnings.
12256
12257 2002-02-16 [alfons]     0.7.1claws8
12258
12259         * src/filesel.c
12260                 fix inadvertent free of NULL pointer which caused
12261                 sylpheed to crash when closing the save-as dialog
12262                 using the window close button
12263
12264 2002-02-16 [carsten]    0.7.1claws7
12265         * src/mainwindow.[ch]
12266           src/summaryview.c
12267           src/prefs_common.c
12268                 fixes for pixmap theming code:
12269                         - recently changed mail attributes shouldn't get
12270                           lost any longer
12271                         - theme is only reloaded iff another theme was
12272                           selected
12273
12274 2002-02-16 [paul]       0.7.1claws6
12275
12276         * sync with sylpheed 0.7.2 release
12277                 see ChangeLog entry 2002-02-15 and 2002-02-16
12278
12279 2002-02-15 [paul]       0.7.1claws5
12280
12281         * sync with sylpheed 0.7.1cvs9
12282                 see ChangeLog entry 2002-02-15
12283
12284         * po/POTFILES.in
12285                 remove unneeded headerwindow.c entry
12286
12287 2002-02-14 [carsten]    0.7.1claws4
12288         * src/summaryview.c
12289                 fixed a bug for "Go to next unread message": there was
12290                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12291                 in the prefs, because of doing "Search again" instead
12292                 "No"
12293
12294 2002-02-14 [carsten]    0.7.1claws3
12295         * src/stock_pixmap.c
12296                 removed 2 more mem leaks; following memprof,
12297                 this code is "leak free" now :)
12298
12299 2002-02-14 [carsten]    0.7.1claws2
12300         * src/stock_pixmap.c
12301                 used opendir/readdir/closedir instead of scandir
12302                 -> code should work now on Solaris
12303
12304 2002-02-14 [paul]       0.7.1claws1
12305
12306         * sync with sylpheed 0.7.1cvs8
12307                 see ChangeLog entries 2002-02-13 and 2002-02-14
12308
12309         * README.claws
12310                 add some description of Actions and Pixmap Themes
12311
12312 2002-02-13 [paul]       
12313
12314         * version 0.7.1claws release
12315
12316 2002-02-13 [paul]       0.7.1claws
12317
12318         * po/es.po
12319           po/it.po
12320           po/pt_BR.po
12321                 updated translations, submitted by Ricardo Mones Lastra,
12322                 Alessandro Maestri and Fabio Junior Beneditto
12323
12324 2002-02-13 [melvin]     0.7.0claws75
12325
12326         * src/prefs_actions.c
12327                 Added missing "signal.h" include
12328
12329 2002-02-13 [melvin]     0.7.0claws74
12330
12331         * src/prefs_folder_item.c
12332                 Added missing "config.h" include
12333         * po/fr.po
12334                 Updated French translation for folder propriety.
12335
12336 2002-02-13 [jens]       0.7.0claws73
12337
12338         * po/POTFILES.in
12339                 Added missing src/prefs_folder_item.c [log added by melvin]
12340         * po/de.po
12341                 Updated German translation.
12342
12343 2002-02-13 [melvin]     0.7.0claws72
12344
12345         * po/fr.po
12346                 Updated French translation.
12347
12348 2002-02-13 [melvin]     0.7.0claws71
12349
12350         * src/gtkutils.c
12351                 Made gtkut_editable_get_selection return NULL if selection
12352                 is of length zero.
12353                 This fixes a bug where selecting part of message A then
12354                 switching to message B and replying to it will not
12355                 quote the message's body.
12356
12357 2002-02-12 [paul]       0.7.0claws70
12358
12359         * src/mainwindow.c
12360                 cosmetic, relating to pixmap themes: on toolbar make 
12361                 updating of 'Exec' and 'Compose news/Compose email'
12362                 icons faster.
12363
12364 2002-02-12 [carsten]    0.7.0claws69
12365         * src/folderview.c
12366           src/mainwindow.[ch]
12367           src/stock_pixmap.c
12368           src/summaryview.c
12369           src/prefs_common.c
12370                 - refreshing after changing pixmap theme better
12371                   now (thanks Paul)
12372                 - wanted to remove some mem leaks, but alfons was
12373                   faster (and had the better solution ;)
12374
12375 2002-02-12 [alfons]     0.7.0claws68
12376
12377         * src/prefs_common.c
12378         * src/stock_pixmap.[ch]
12379                 plug mem leaks, refactor code a little bit
12380
12381
12382 2002-02-12 [sergey]     0.7.0claws67
12383
12384         * src/imap.c
12385                 Fixed problem with copying messages to IMAP folders when the
12386                 server uses something other than '/' as a namespace separator
12387                 (cyrus-imapd uses '.').
12388
12389 2002-02-12 [jens]       0.7.0claws66
12390
12391         * po/de.po
12392                 Updated German Translation
12393
12394 2002-02-12 [paul]       0.7.0claws65
12395
12396         * sync with sylpheed 0.7.1cvs1
12397                 see ChangeLog entry 2002-02-12
12398
12399 2002-02-12 [melvin]     0.7.0claws64
12400
12401         * src/prefs_actions.c
12402                 Fixed "feature" where children's output was duplicated 
12403                 instead of refreshed while monitoring.
12404                 Removed some debug code.
12405
12406 2002-02-12 [christoph]  0.7.0claws63
12407
12408         * src/compose.c
12409                 always delete message from queue after sending/send error
12410                 (closes bug #509601)
12411
12412 2002-02-12 [melvin]     0.7.0claws62
12413
12414         * src/prefs_actions.c
12415                 Children wait loop is now triggered with a timeout of 1s
12416                 Added %F which is replaced with the list of filenames 
12417                 of all selected messages (as suggested by Ricardo Mones Lestra)
12418                 Pipe syntax changed. Prefix with | to send selection, postfix
12419                 with | to retrieve output. Prefix with > or * to send
12420                 user definable input to the command (*: input is hidden)
12421                 Old pipe action should now be postfixed with |, too.
12422
12423 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12424         * src/stock_pixmap.c
12425                 fixed a bug: if there's no theme directory don't
12426                 throw an error, just do "nothing" (thanks Alfons)
12427
12428 2002-02-12 [carsten]    0.7.0claws60
12429         * src/folderview.c
12430           src/summaryview.c
12431                 had to write the cache twice (nasty!); some marks would 
12432                 get lost if not
12433
12434 2002-02-11 [carsten]    0.7.0claws59
12435         * acconfig.h
12436           configure.in
12437           doc-src/maintainer_guide.txt
12438           src/compose.[ch]
12439           src/defs.h
12440           src/folderview.[ch]
12441           src/gtkutils.[ch]
12442           src/mainwindow.[ch]
12443           src/prefs_common.[ch]
12444           src/stock_pixmap.[ch]
12445           src/summaryview.[ch]
12446                 pixmap theming and related work on pixmap
12447                 handling on some other places
12448                 (e.g. hrm features for all folder)
12449           src/pixmap/stock_*.xpm -> the stock_ was removed
12450         
12451 2002-02-11 [paul]       0.7.0claws58
12452
12453         * sync with sylpheed 0.7.1 release
12454                 see ChangeLog entries 2002-02-11
12455
12456 2002-02-08 [paul]       0.7.0claws57
12457
12458         * sync with sylpheed 0.7.0cvs39
12459                 see ChangeLog entry 2002-02-07 (last entry) 
12460
12461         * src/prefs_actions.c
12462           src/prefs_filtering.c
12463           src/prefs_matcher.c
12464           src/prefs_scoring.c
12465                 sync: made it compile with C compilers other than gcc
12466
12467 2002-02-07 [paul]       0.7.0claws56
12468
12469         * sync with sylpheed 0.7.0cvs38
12470                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12471                 2002-02-07
12472
12473 2002-02-07 [darko]      0.7.0claws55
12474
12475         * src/gtkutils.[ch]
12476         * src/summaryview.c
12477                 Fix const gchar */gchar * issue (thanks Hiro)
12478
12479 2002-02-07 [darko]      0.7.0claws54
12480
12481         * src/compose.[ch]
12482         * src/filtering.c
12483         * src/gtkutils.[ch]
12484         * src/prefs_template.c
12485         * src/quote_fmt.h
12486         * src/quote_fmt_parse.y
12487         * src/summaryview.c
12488         * src/utils.[ch]
12489                 When replying or forwarding an email don't quote the entire
12490                 mail body but use the part of the message text that is selected
12491
12492 2002-02-06 [melvin]     0.7.0claws53
12493
12494         * src/prefs_common.[ch]
12495         * src/gtkspell.[ch]
12496         * src/compose.c
12497                 Made possible to switch quickly to last used dictionary
12498                 which makes checking bilingual documents easier.
12499
12500 2002-02-06 [melvin]     0.7.0claws52
12501         
12502         * po/POTFILES.in
12503                 Added forgotten new file src/prefs_actions.c
12504
12505 2002-02-06 [melvin]     0.7.0claws51
12506
12507         * src/prefs_actions.c   ** NEW FILE **
12508         * src/prefs_actions.h   ** NEW FILE **
12509                 Added actions to execute on message text view, or on the
12510                         message's file.
12511         * src/Makefile.am
12512                 Added src/prefs_actions.[ch]
12513         * src/compose.c
12514                 Added new menu "Edit/Actions"
12515         * src/defs.h
12516                 Added new actionsrc file.
12517         * src/main.c
12518                 Added actionsrc reading.
12519         * src/mainwindow.c
12520                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12521         * src/prefs_common.h
12522                 Added new element actionslst element to prefs_common.
12523
12524 2002-02-06 [paul]       0.7.0claws50
12525
12526         * sync with sylpheed 0.7.0cvs36
12527                 see ChangeLog entry 2002-02-06
12528
12529 2002-02-05 [paul]
12530
12531         * po/es.po
12532                 updated by Ricardo Mones Lastra
12533
12534 2002-02-05 [paul]       0.7.0claws49
12535
12536         * sync with sylpheed 0.7.0cvs33
12537                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12538
12539 2002-02-05 [paul]       0.7.0claws48
12540
12541         * src/compose.c
12542                 re-add 'Edit/Advanced/Delete entire line', previously named
12543                 'Delete Line+'
12544
12545 2002-02-04 [paul]       0.7.0claws47
12546
12547         * src/compose.c
12548           src/summaryview.c
12549                 fix bug #494993 (Reply All not taking Reply-To into consi)
12550                 eliminate differences in behaviour of right-click 'Reply to all' 
12551                 in summary view and 'Reply to all' on the toolbar. 
12552                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12553                 view and From gets ignored by 'Reply to all' on toolbar.
12554                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12555                 From when no Reply-To header is present.
12556
12557 2002-02-04 [paul]       0.7.0claws46
12558
12559         * sync with sylpheed 0.7.0cvs30
12560                 see ChangeLog entries 2002-02-03 and 2002-02-04
12561
12562 2002-02-03 [melvin]     0.7.0claws45
12563
12564         * src/gtkspell.[ch]
12565                 Readded function to highlight all misspelled words.
12566                 Fixed bug where user-provided-words did not replace
12567                         correctly the misspelled word when using the mouse.
12568                 Fixed bug where checking a region selected from right to left did
12569                         not check the region at all.
12570                 Fixed bug where 'Check backwards' may not check at all. 
12571                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12572                 Fixed possible buffer overflow when checking for long strings (>1k).
12573                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12574                 Accelerators code uses now gtk_widget_add_accel.
12575                 Removed and disabled obsolete and unfinished code.
12576                 Cleaning up.
12577
12578         * src/compose.c
12579                 Added menu item to Highlight all misspelled words.
12580
12581 2002-02-01 [paul]       0.7.0claws44
12582
12583         * src/mainwindow.c
12584                 fix '/View/Hide read messages' sensitivity when all
12585                 messages in a folder are hidden
12586
12587 2002-02-01 [paul]       0.7.0claws43
12588
12589         * src/main.c
12590                 add --send option to command line interface, sends all
12591                 queued mail. Patch submitted by Ricardo Mones Lastra.
12592
12593 2002-01-31 [paul]       0.7.0claws42
12594
12595         * src/mainwindow.c
12596                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12597
12598 2002-01-31 [paul]       0.7.0claws41
12599
12600         * sync with sylpheed 0.7.0cvs27
12601                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12602                 and 2002-01-31
12603
12604         * src/textview.c
12605                 comment out elements of textview_show_part() as temporary
12606                 workaround for attachment 'Display as text' bug 
12607
12608         * po/pt_BR.po
12609                 updated by Fabio Junior Beneditto
12610
12611 2002-01-30 [paul]       0.7.0claws40
12612
12613         * sync with sylpheed 0.7.0cvs24
12614                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12615                 and 2002-01-30
12616
12617         * src/compose.c
12618                 add {N_("/_Spelling"), ... "<Branch>"} to 
12619                 GtkItemFactoryEntry compose_entries[]
12620
12621         * src/prefs_common.c
12622                 add claws menu items to prefs_keybind_apply_clicked()
12623                 and remove non-claws menu items
12624
12625 2002-01-29 [paul]       0.7.0claws39
12626
12627         * sync with sylpheed 0.7.0cvs22
12628                 see ChangeLog entries 2002-01-28 and 2002-01-29
12629
12630 2002-01-28 [melvin]     0.7.0claws38
12631
12632         * src/compose.c
12633                 Added the declartion of compose_send_control_enter.
12634
12635         * src/compose.c
12636         * src/gtkspell.[ch]
12637                 Added in a 'Spelling' menu which includes the configuration menu. 
12638                 Added a real 'Check all' and got rid from the old one which only
12639                 highlited misspelled word.
12640                 Made 'Check while typing' a disableable option.
12641                 Added a dialog when there are no more misspelled word.
12642                 Added a dialog if error occurs when switching to a dictionary.
12643         
12644         * src/prefs_common.[ch]
12645                 Added option for the default 'Check while typing' option.
12646
12647
12648 2002-01-28 [alfons]     0.7.0claws37
12649
12650         * src/compose.c
12651                 fix buglet and make code comply with sylpheed code style
12652
12653 2002-01-28 [paul]       0.7.0claws36
12654
12655         * sync with sylpheed 0.7.0cvs19
12656                 see ChangeLog entries for 2002-01-28
12657
12658 2002-01-28 [hoa]        0.7.0claws35
12659
12660         * src/defs.h
12661                 added rendererrc
12662
12663         * src/main.c
12664                 read the renderer config
12665
12666         * src/procmime.[ch]
12667                 use the renderer config to convert mime attachments
12668
12669         * src/textview.c
12670                 don't use textview_show_html/ertf,
12671                 use get_text_content instead
12672
12673 2002-01-27 [alfons]     0.7.0claws34
12674         
12675         * src/news.c
12676                 make sylpheed believe it can delete a news message...
12677                 (messages are NOT deleted, maybe we should remove
12678                 processing from the folder properties after all.)
12679
12680 2002-01-27 [alfons]     0.7.0claws33
12681
12682         * src/folder.c
12683                 add extra checks
12684         * src/news.c
12685                 implement remove_msg() 
12686
12687 2002-01-27 [alfons]     0.7.0claws32
12688
12689         * src/procmsg.h
12690         * src/procheader.c
12691         * src/messageview.c
12692                 fix return receipt / disposition notification again. this
12693                 stuff seems to break on _every_ major summary UI change, so
12694                 it's now implemented using a flag which is saved in the
12695                 marks cache
12696                 
12697 2002-01-26 [alfons]     0.7.0claws31
12698
12699         * src/import.c
12700                 let import dialog show the destination folder identifier
12701
12702 2002-01-26 [melvin]     0.7.0claws30
12703
12704         * src/folderview.c
12705         * src/summaryview.c
12706                 Readded 'Mark all read' into summary view popup menu
12707                 Added 'Mark all read' in folder view popup menu for IMAP
12708                 and NNTP.
12709                 Made it insensitive if the selected folder is not the shown
12710                 one to avoid 'Mark all read' on the wrong folder.
12711                 
12712 2002-01-26 [paul]       0.7.0claws29
12713
12714         * src/folderview.c
12715           src/summaryview.c
12716                 move 'Mark all read' from summary view to folder view
12717                 menu. (adapted from) patch submitted by Jeremy Andrews,
12718                 <lists@kerneltrap.com>
12719
12720 2002-01-25 [alfons]     0.7.0claws28
12721
12722         * src/gtkstext.c
12723                 put the gtk class name back so GtkSText adapts the 
12724                 settings of GtkText
12725
12726 2002-01-25 [alfons]     0.7.0claws27
12727
12728         * src/folderview.c 
12729                 assimilate Ricardo's patch that shows pixmaps instead of
12730                 plain "new" and "unread" texts in the folder view column
12731                 headers 
12732
12733 2002-01-25 [paul]       0.7.0claws26
12734
12735         * src/Makefile.am
12736                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12737                 be found in non-standard locations. 
12738                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12739
12740 2002-01-25 [paul]       0.7.0claws25
12741
12742         * sync with sylpheed 0.7.0cvs16
12743                 see ChangeLog entry 2002-01-25
12744
12745 2002-01-24 [paul]       0.7.0claws24
12746
12747         * more sync with sylpheed 0.7.0cvs15
12748                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12749
12750 2002-01-23 [sergey]     0.7.0claws23
12751
12752         * src/importldif.c
12753                 Fixed segfault when closing LDIF import wizard with
12754                 the window manager.
12755         * src/imageview.c
12756         * src/imageview.h
12757         * src/messageview.c
12758         * src/mimeview.c
12759                 Fixed wrong scrolling position after switching between
12760                 text and image parts.
12761
12762 2002-01-23 [paul]       0.7.0claws22
12763
12764         * sync with sylpheed 0.7.0cvs15
12765                 see ChangeLog entries 2002-01-22 and 2002-01-23
12766
12767 2002-01-21 [melvin]     0.7.0claws21
12768
12769         * src/prefs_scoring.c
12770         * src/prefs_filtering.c
12771                 Fixed bug where scoring and filtering windows stopped
12772                 autochecking.
12773
12774 2002-01-21 [paul]       0.7.0claws20
12775
12776         * sync with sylpheed 0.7.0cvs12
12777                 see ChangeLog entries 2002-01-20 and 2002-01-21
12778
12779 2002-01-21 [carsten]    0.7.0claws19
12780         * src/mainwindow.c
12781         * src/menu.[ch]
12782         * src/messageview.[ch]
12783         * src/summaryview.[ch]
12784                 changes to shortcuts handling again:
12785                         + "Q" now controled by mainwin
12786                         + v/V are now customizable and have slightly
12787                           different meanings
12788                 the "button" to minimize the messageview (and maximize
12789                 the summary view) is a real button now
12790         * src/compose.c
12791                 "Delete Line+" added to Edit/Advanced (this will also
12792                 delete the '\n')
12793
12794 2002-01-20 [melvin] 0.7.0claws18
12795
12796         * src/addressbook.c
12797                 Made "Bcc" sensitive when addressbook is called from
12798                 compose window (it was a Claws only bug).
12799
12800 2002-01-19 [alfons] 0.7.0claws17
12801
12802         * src/inc.c
12803                 prevent unnecessary updates when currently selected folder has
12804                 no new messages 
12805
12806 2002-01-19 [alfons] 0.7.0claws16
12807         
12808         * src/summaryview.c
12809                 prevent writing the cache based on current message list in summary 
12810                 view when filtering also put messages in currently selected folder
12811
12812 2002-01-19 [paul]
12813
12814         * po/it.po
12815                 Italian translation submitted by Alessandro Maestri
12816                 <a.maestri@cs.tin.it>
12817
12818 2002-01-18 [melvin]     0.7.0claws15
12819
12820         * src/prefs_filters.c
12821                 fixed bug where 'cancel' from 'filters' window stops autochecking
12822                 if the timer timed out  when the window was open.
12823
12824 2002-01-18 [match]      0.7.0claws14
12825
12826         * src/addrclip.[ch]     ** NEW FILE **
12827         * src/addrselect.[ch]   ** NEW FILE **
12828         * src/adbookbase.h      ** NEW FILE **
12829                 addressbook cut, copy and paste
12830         * src/addrbook.[ch]
12831         * src/addrcache.[ch]
12832         * src/addressitem.h
12833         * src/addrindex.[ch]
12834         * src/addritem.[ch]
12835         * src/importldif.c
12836         * src/importmutt.c
12837         * src/jpilot.[ch]
12838         * src/syldap.[ch]
12839         * src/vcard.[ch]
12840         * src/jpilot.[ch]
12841         * src/editbook.c
12842         * src/editjpilot.c
12843         * src/editldap.c
12844         * src/editvcard.c
12845                 support for copy/paste
12846         * src/addressbook.c
12847                 support for copy/paste
12848                 tidy up menu option processing
12849                 correct address list function arguments
12850         * src/editaddress.c
12851                 sort user attributes
12852         * src/ldif.h
12853         * src/mutt.h
12854                 tidy up
12855
12856         * src/addrbook.[ch]
12857         * src/addrbook.[ch]
12858         * src/addrbook.[ch]
12859                 
12860
12861 2002-01-18 [paul]       0.7.0claws13
12862
12863         * sync with sylpheed 0.7.0cvs8
12864                 configure.in: support Mac OS X (Darwin)
12865
12866 2002-01-18 [carsten]    0.7.0claws12
12867         * src/html.c
12868                 small hack to fix a segfault with an empty href
12869                 (reported by Alexandra Walford <deeni@altern.org>)
12870         * src/mainwindow.c
12871         * src/summaryview.c
12872                 the shortcuts for Mark und Mark as unread are hardcoded
12873                 again
12874         * src/compose.c
12875         * src/gtkstext.[ch]
12876                 readded the shortcuts in gtkstext but made them
12877                 customizeable (simply by adding a menu plus a wrapper
12878                 to compose.c)
12879
12880 2002-01-17 [melvin]     0.7.0claws11
12881
12882         * src/gtkspell.c
12883                 fix default dictionary not being saved.
12884
12885 2002-01-16 [darko]      0.7.0claws10
12886
12887         * src/compose.c
12888                 fix wrapping crash with URL longer than wrapping margin
12889
12890 2002-12-08 [hoa]        0.7.0claws10
12891
12892         * src/matcher_parser_parse.y
12893                 fixed some bugs
12894
12895         * src/prefs_filtering.c
12896                 now, we can use bounce action in the dialog box.
12897
12898 2002-01-16 [carsten]    0.7.0claws9
12899         * src/gtkstext.c
12900                 removed the <control> and <alt> shortcuts because they're
12901                 not needed and interefered with the "normal" shortcuts
12902         * src/mainwindow.c
12903         * src/summaryview.c
12904                 removed most of the hardcoded shortcuts and assigned
12905                 them to menu entries making them easy customizable by
12906                 that
12907
12908 2002-01-16 |melvin]     0.7.0claws8
12909
12910         * src/gtkspell.c
12911                 fixed bug where using the mouse and when the compose
12912                 window is not on top may result in a crash.
12913
12914 2002-01-16 [melvin]     0.7.0claws7
12915
12916         * src/compose.c
12917                 fixed a long standingspell checker bug which could 
12918                 cause a crash after sending a message.
12919
12920 2002-01-16 [paul]       0.7.0claws6
12921
12922         * sync with sylpheed 0.7.0cvs7
12923                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12924                 2002-01-15, and 2002-01-16
12925
12926 2002-01-16 [melvin]     0.7.0claws5
12927
12928         * README.claws
12929         * src/compose.c
12930         * src/gtkspell.[ch]
12931         * src/main.c
12932                 Heavily modified spell checker code to work around
12933                 ispell bug, to add keyboard shortcuts and for future
12934                 enhancements. See README.claws for usage information.
12935
12936 2002-01-15 [alfons]     0.7.0claws4
12937         
12938         * src/summaryview.c
12939                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12940                 so sorting within threads reflects sort mode
12941
12942 2002-01-15 [christoph]  0.7.0claws3
12943
12944         * src/procmsg.c
12945                 added alertpanel if mail sending failed
12946
12947 2002-01-15 [alfons]     0.7.0claws2
12948         
12949         * src/prefs_filtering.c
12950                 don't stop timer when prefs filtering dialog is opened
12951
12952 2002-01-14 [alfons]     0.7.0claws1
12953
12954         * src/addr_compl.c
12955         * src/prefs.c
12956                 remove debug_print()s for privacy reasons
12957
12958 2002-01-14 [darko]      0.7.0claws
12959
12960         * README.claws
12961                 quotation wrapping is now also in the main branch
12962
12963 2002-01-14 [paul]
12964
12965         * tools/filter_conv.pl
12966                 allow for Boolean Op and case-sensitivity
12967                 this file is included in the release and tagged
12968                 'rel_0_7_0'
12969
12970 2002-01-13 [paul]       0.7.0claws
12971
12972         * release 0.7.0, with cvs tag 'rel_0_7_0'
12973
12974 2002-01-13 [paul]
12975
12976         * tools/filter_conv.pl
12977         * tools/README
12978                 rewritten to output to matcherrc instead of filteringrc
12979
12980         * po/es.po
12981                 updated Spanish translation by Ricardo Mones Lastra
12982
12983 2002-01-13 [alfons]
12984
12985         * po/nl.po
12986                 update dutch translation
12987
12988 2002-01-13 [paul]
12989
12990         * po/pt_BR.po
12991                 Updated by Fabio Junior Beneditto 
12992
12993 2002-01-13 [melvin]     0.6.6claws53
12994
12995         * po/fr.po
12996                 Updated french translation
12997
12998 2002-01-12 [alfons]     0.6.6claws52
12999
13000         * src/filtering.c
13001                 plug mem leak that has been sitting there for ages              
13002
13003 2002-01-12 [alfons]     0.6.6claws51
13004
13005         * src/summaryview.c
13006                 undo melvin's changes from 0.6.6claws48 because summary
13007                 view now refuses to select first unread message when
13008                 selecting a folder 
13009
13010 2002-01-11 [alfons]     0.6.6claws50
13011
13012         * src/import.c
13013                 use claws' semantics for getting folder item when
13014                 importing an mbox file into a folder 
13015                 (submitted by Dale P. Smith)
13016
13017 2002-01-11 [christoph]  0.6.6claws49
13018
13019         * src/prefs.h
13020                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13021                 toggle widget, because non static prefs can not use
13022                 prefs_set_* functions
13023         * src/prefs_account.c
13024                 toggle smtp auth password field sensitivity if
13025                 user id is empty and add descrition of usage for
13026                 these fields
13027         * src/prefs_folder_item.c
13028                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13029                 callbacks
13030
13031 2002-01-11 [melvin]     0.6.6claws48
13032
13033         * src/compose.c
13034                 fix the 'Ctrl-Enter' feature for sending and test really
13035                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13036                 editables which was not documented in Gtk)
13037
13038         * src/summaryview.c
13039                 Made summaryview refresh after sorting and not before.
13040
13041 2002-01-11 [christoph]  0.6.6claws47
13042
13043         * src/compose.c
13044                 select account from account ids if possible and
13045                 correctly set save folder for copy in reedit
13046
13047 2002-01-10 [paul]       0.6.6claws46
13048
13049         * sync with sylpheed 0.7.0 release
13050                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13051                 2002-01-09
13052
13053 2002-01-09 [alfons]
13054
13055         * src/summaryview.c
13056                 remove more dirt traces...
13057
13058 2002-01-09 [alfons]
13059         
13060         * src/summaryview.c
13061                 clean up some traces of my debugging stuff
13062
13063 2002-01-09 [alfons]     0.6.6claws45
13064
13065         * src/filtering.c
13066                 break up filteringprop_apply() in three separate pieces
13067                 so we can drop messages that failed processing in the
13068                 inbox
13069
13070         * src/summaryview.c
13071                 fix bug #469598 "no refresh of inbox after filter" which 
13072                 was introduced by the new summary view locking, and which 
13073                 prevented the summary view to update after a manual filter 
13074                 message. claw's filter message requires a summary_show().
13075                 (aargh, summary_show() again! :-)
13076                 
13077 2002-01-07 [alfons]     0.6.6claws44
13078
13079         * src/headerwindow.c
13080         * src/logwindow.c
13081         * src/messageview.c
13082         * src/sourcewindow.c
13083                 bring in Hiro's last 0.7.0 wm class fixes
13084
13085         * tools/sylprint.pl
13086                 bring in Ricardo's fix for sylprint script
13087
13088         * AUTHORS       
13089         * src/rfc2015.[ch]
13090         * src/prefs_common.[ch]
13091         * src/prefs_account.[ch]
13092         * src/compose.c
13093                 clean up account preference poison in rfc2015,
13094                 and preparation to fix double sign bug 
13095                 (patch submitted by Simon 'corecode' Schubert)
13096
13097 2002-01-07 [christoph]  0.6.6claws43
13098
13099         * src/mh.c
13100                 search for free message number, do not only rely
13101                 on last_num
13102         * src/send.c
13103                 fix smtp auth and use extra account information
13104                 if available, if not use pop3 data instead
13105                 (closes bug #500341)            
13106         * src/ssl.[ch]
13107                 match coding style
13108
13109 2002-01-06 [alfons]     0.6.6claws42
13110
13111         * src/mainwindow.c
13112                 try making the separate windows work again...
13113
13114 2002-01-06 [alfons]     0.6.6claws41
13115
13116         * src/mainwindow.c
13117                 adapt Hiro's separate window menu (to get rid of the funny
13118                 duplicate menu items), and make it work again
13119
13120 2002-01-06 [alfons]     0.6.6claws40
13121
13122         * tools/Makefile.am
13123         * tools/sylprint.rc
13124         * tools/sylprint.pl
13125         * tools/README.sylprint
13126                 add sylprint script for printing mails from Sylpheed
13127                 (contributed by Ricardo Mones Lastra)
13128
13129         * src/acount.c
13130                 clean up
13131
13132 2002-01-06 [melvin]     0.6.6claws39
13133
13134         * src/mainwindow.c
13135         * src/summaryview.c
13136                 Fixed crash introduced in 0.6.6claws38 by the menu
13137                 reorganisation (Hide read messages)
13138         
13139         * ChangeLog.claws 
13140                 Fixed typo (we are now in 2002, alfons ;) )
13141
13142 2002-01-05 [alfons]     0.6.6claws38
13143
13144         * sync with sylpheed 0.6.6cvs10-17
13145                 (last stuff marked as LAST_STABLE)
13146
13147 2002-01-04 [melvin]     0.6.6claws37
13148
13149         * src/account.c
13150                 Made account selection code use strcasestr again instead of
13151                 g_strcasecmp (fixes bug where reediting queued messages
13152                 did not select proper account reported by T. Link).
13153         
13154         * src/folderview.c
13155                 Fix bug where folder icons are not shown when 'hide read messages'
13156                 is on.
13157         
13158         * src/stock_pixmaps.[ch]
13159                 Added folder icons for 'hide read messages'.
13160         
13161         * src/compose.c
13162                 Fixed bug where 'Enter' in a header entry will send the message 
13163                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13164
13165 2002-01-03 [melvin]     0.6.6claws36
13166         
13167         * src/prefs.[ch]
13168                 Added popup menu for common preferences and
13169                 account preferences (right click on tab displays
13170                                 a menu of all tabs.)
13171
13172 2002-01-02 [melvin]     0.6.6claws35
13173
13174         * src/gtkspell.[ch]
13175                 Made spelling code compatible with undo/redo feature.
13176                 Added creation of suggestion mode menu for the general
13177                         preferences.
13178         
13179         * src/prefs_common.[ch]
13180                 Added option menu for the speller's suggestion mode.
13181                 Added missing spaces in "..." buttons and made a "..."
13182                         button non translatable!
13183         
13184         * src/compose.c
13185                 Made speller use the default suggestion mode.
13186                 Hack to make it possible to choose 'CTRL-Enter' as a
13187                         shortcut for sending (and only for sending).
13188
13189         * src/prefs_folder_item.c
13190                 Changing subject simplification does not update cache 
13191                         anymore (because it is unnecessary).
13192                 Fixed bug where changing subject simplification updated the 
13193                         summaryview even when the viewed folder is not the
13194                         folder which properties are being changed. (E.g. 
13195                                         viewing folder A and changing
13196                                         the subject simplification of 
13197                                         folder B -not being viewed- updated the 
13198                                         summaryview of folder A with data of
13199                                         folder B). (Hope this is clear... )
13200
13201 2001-12-31 [alfons]     0.6.6claws34
13202         
13203         * src/ldif.c
13204         * src/mutt.c
13205                 fgetc() returns a signed integer which doesn't
13206                 fit in a char. so c truncates this to a char
13207                 but we may lose significant bits. i.e. we may
13208                 comparing 0xFF which may not be equal to -1
13209                 unless properly casted to signed char which
13210                 we won't do because fgetc() returns a signed
13211                 integer which doesn't fit in a char. so c 
13212                 truncates this to a char but we may lose 
13213                 significat bits. (you got the idea, thanks
13214                 to Gustavo Noronha Silva <kov@debian.org>
13215                 and the Debian folks!)
13216
13217 2001-12-30 [alfons]     0.6.6claws33
13218
13219         * src/prefs_common.c
13220                 add #ifdef USE_PSPELLs that Melvin forgot               
13221
13222 2001-12-30 [melvin]     0.6.6claws32
13223         
13224         * src/prefs_common.[ch]
13225                 Added configurable color for misspelled words.
13226
13227         * src/gtkspell.[ch]
13228                 Fixed bug of foreground text color (reported by David
13229                                 Mehrmann)
13230                 Added configurable color for misspelled words.
13231
13232 2001-12-30 [alfons]     0.6.6claws31
13233
13234         * src/folder.c
13235                 remove unnecessary things someone put there
13236
13237         * src/mh.c
13238         * src/folder.[ch]
13239                 make folder properties (like threading and sorting) persistent
13240                 (closes bug #497424 "rescan folder tree resets proprieties")
13241                 currently this is only for MH folders. 
13242
13243 2001-12-29 [melvin]     0.6.6claws30
13244
13245         * src/string_match.[ch]
13246                 Optimized a bit: regexp pattern buffer compiled only once, and
13247                   one subroutine call removed. Fixed ^ regexp search: Now, 
13248                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13249         
13250         * src/summaryview.c
13251                 Subject filtering changed to filter summary columns and
13252                   not directly the messages subject cache. The loss in 
13253                   performance is balanced by the improvement of string_match.
13254                 Added an alert panel if there is an error in the regexp.
13255
13256         * src/src/prefs_folder_item.h
13257                 Added a regexp pattern buffer.
13258
13259 2001-12-28 [alfons]     0.6.6claws29
13260
13261         * src/string_match.[ch]
13262                 clean up name space
13263                 allow compilation *BSD
13264
13265 2001-12-27 [alfons]     0.6.6claws28
13266
13267         * src/filter.c
13268                 sync the Hiro's bug fix for BSD
13269
13270 2001-12-27 [melvin]     0.6.6claws27
13271         
13272         * src/compose.c
13273                 Simplify focus to subject entry code.
13274
13275 2001-12-27 [darko]      0.6.6claws26
13276
13277         * src/filtering.c
13278         * src/mbox_folder.c
13279         * src/messageview.c
13280         * src/mh.c
13281         * src/procheader.[ch]
13282         * src/procmsg.h
13283         * src/stock_pixmap.[ch]
13284         * src/summaryview.c
13285                 Show key icon for encrypted mails in summary view
13286
13287         * src/pixmaps/clip.xpm
13288         * src/pixmaps/clipkey.xpm
13289         * src/pixmaps/key.xpm
13290                 New/modified icons for the above
13291
13292 2001-12-27 [melvin]     0.6.6claws25
13293
13294         * src/prefs_common.c
13295                 Put spell checker options in a separate tab to decrease
13296                 the Common Preferences window height.
13297
13298         * README.claws  
13299                 Update spell checker usage instruction about its options
13300                 location.
13301
13302 2001-12-27 [melvin]     0.6.6claws24
13303
13304         * src/compose.c
13305                 Changed subject entry widget position. Initial focus is
13306                 on the To header instead of the subject entry.
13307                 Creating a new header scrolls the header list to make the
13308                 created one visible. Nevertheless, when automatically filling
13309                 headers, the first one is shown.
13310                 A Tab key press in the last empty header entry zips the 
13311                 focus to the subject entry.
13312                 (I did not change the combo boxes, yet)
13313
13314 2001-12-26 [alfons]     0.6.6claws23
13315
13316         * src/prefs_account.c
13317         * src/inc.c
13318                 allow default inbox to reside in another mailbox (only
13319                 works for POP3 accounts)
13320
13321 2001-12-26 [alfons]     0.6.6claws22
13322         
13323         * src/textview.c
13324                 make reply-on-click work with the account of the selected folder
13325         * src/compose.c
13326                 put a fixme here to remind me to fix finding correct default
13327                 account for nested folders
13328
13329 2001-12-25 [alfons]     0.6.6claws21
13330
13331         * src/summaryview.c
13332                 make column headers display locked and mark pixmaps (idea by Melvin) 
13333                 fix bug by adding score and locked column type to sort array
13334
13335 2001-12-25 [alfons]     0.6.6claws20
13336         
13337         * src/summaryview.c
13338                 catch a *potentially* inadvertent write back of  
13339                 the message cache(s) introduced by 0.6.5claws37
13340
13341 2001-12-25 [christoph]  0.6.6claws19
13342
13343         * src/stock_pixmap.[ch]
13344         * src/summaryview.c
13345                 add ignore thread pixmap
13346                 (can someone draw a better icon for this?)
13347
13348 2001-12-24 [alfons]     0.6.6claws18
13349
13350         * src/prefs_folder_item.c
13351                 make address completion actually work for the
13352                 Default To address in the Folder Property dialog.
13353
13354 2001-12-24 [alfons]     0.6.6claws17
13355         
13356         * src/summaryview.c
13357                 use new style regexp for subject stripping 
13358                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13359
13360 2001-12-24 [darko]      0.6.6claws16
13361
13362         * src/pgptext.c
13363         * src/rfc2015.c
13364                 move GPG related informational messages to debug mode
13365
13366 2001-12-23 [alfons]     0.6.6claws15
13367
13368         * src/stock_pixmap.[ch]
13369         * src/summaryview.c
13370                 add the forgotten Claws' locked pixmap
13371
13372 2001-12-23 [alfons]     0.6.6claws14
13373
13374         * src/filesel.c
13375                 accept file name typed in entry in multi file
13376                 selector (patch submitted by Gustavo Noronha Silva 
13377                 <kov@debian.org>)
13378
13379 2001-12-23 [alfons]     0.6.6claws13
13380
13381         * src/prefs_filter.c
13382         * src/prefs_filtering.c
13383         * src/matcher.c
13384         * src/importmutt.c
13385                 clean up a little bit
13386         
13387         * src/string_match.c
13388                 validate input strings a little bit more
13389
13390 2001-12-23 [alfons]     0.6.6claws12
13391
13392         * src/Makefile.am
13393         * src/summaryview.c
13394         * src/string_match.[ch]         ** NEW **
13395         * src/folderview.[ch]
13396         * src/headerview.h
13397         * src/folder.[ch]
13398         * src/prefs_folder_item.[ch]
13399                 add subject simplification to strip out strings from
13400                 a subject line (esp. handy for mailing lists). 
13401                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13402                 but slightly changed things for better integration.)
13403
13404 2001-12-23 [alfons]     0.6.6claws11
13405
13406         * src/mainwindow.c
13407                 fix bug introduced by submission included in 0.6.5claws52.
13408                 ideally this submission should clean the trash if any trash
13409                 folder has a message. however, the hasTrash variable was
13410                 set to false whenever a trash folder was empty (discarding
13411                 a previously found *filled* trash folder.)
13412
13413                 also edited the code a little bit and made it more safe.
13414
13415 2001-12-22 [alfons]     0.6.6claws10
13416
13417         * src/imap.c
13418                 quick fix for Martin Pool's omission of an account
13419                 specific SSL setting
13420
13421 2001-12-22 [alfons]     0.6.6claws9
13422
13423         * src/compose.c
13424         * src/messageview.c
13425         * src/mimeview.c
13426         * src/pgptext.c
13427         * src/procmime.[ch]
13428                 better support for multipart/digest (submitted
13429                 by Fredrik <e98fo@efd.lth.se>)
13430
13431 2001-12-22 [alfons]     0.6.6claws8
13432
13433         * src/addressbook.c
13434                 correct function signature
13435         * src/socket.[ch]
13436         * src/imap.[ch]
13437         * src/prefs_account.[ch]
13438                 allow IMAP over SSH tunnel (patch submitted by 
13439                 Martin Pool <mbp@samba.org>)
13440
13441 2001-12-21 [alfons]     0.6.6claws7
13442
13443         * sync with sylpheed 0.6.6cvs4-9
13444                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13445
13446 2001-12-21 [christoph]  0.6.6claws6
13447
13448         * src/compose.c
13449         * src/prefs_folder_item.[ch]
13450                 implement saving of outgoing messages to current folder.
13451                 fix segfault when no default outbox is available
13452                 (closes bug #495683)
13453
13454 2001-12-21 [carsten]    0.6.6claws5
13455         * src/folderview.c
13456         * src/summaryview.c
13457                 pressing CTRL while DND does now the expected thing and
13458                 copies the mail (moving is still the default, as this
13459                 seam more appropriate for handling mails by DND)
13460
13461 2001-12-18 [paul]       0.6.6claws4
13462
13463         * sync with sylpheed 0.6.6cvs3
13464                 see ChangeLog entries 2001-12-18
13465
13466 2001-12-18 [hiro]       0.6.6claws3
13467
13468         * src/undo.c
13469                 fix for multibyte characters (obtain the number of letters
13470                 instead of bytes).
13471
13472 2001-12-17 [paul]       0.6.6claws2
13473
13474         * sync with sylpheed 0.6.6cvs1
13475                 see ChangeLog entry 2001-12-16
13476
13477 2000-12-17 [alfons]     0.6.6claws1
13478
13479         * src/filtering.c
13480                 clean up
13481
13482 2001-12-16 [paul]       0.6.6claws
13483 2001-12-15
13484
13485         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13486
13487         * src/mimeview.c
13488                 last minute sync with main 0.6.6
13489
13490         * po/es.po
13491                 updated by Ricardo Mones Lastra
13492                 update for last minute sync
13493         * po/fr.po
13494         * po/nl.po
13495                 update for last minute sync
13496         * po/de.po
13497                 updated by Jens Oberender
13498         * po/pt_BR.po
13499                 updated by Fabio Junior Beneditto
13500
13501         * src/prefs_common.[ch]
13502         * src/undo.c
13503                 number of undo levels is user configurable
13504                 (squeeze it into the release in the dying
13505                 moments) Submitted by Jens Oberender    
13506
13507 2001-12-15 [melvin]
13508
13509         * po/fr.po
13510                 updated french translation
13511
13512 2001-12-15 [paul]       0.6.5claws92
13513
13514         * sync with sylpheed 0.6.5cvs28
13515                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13516
13517         * po/nl.po
13518                 update to allow for sync
13519
13520 2001-12-15 [alfons]
13521         
13522         * po/nl.po
13523                 update dutch translation
13524
13525 2001-12-14 [carsten]    0.6.5claws91
13526         * src/summaryview.c
13527                 fixed bug #473785; also after changing the column order
13528                 the same message will be selected and displayed as before
13529                 the reordering
13530
13531 2001-12-14 [carsten]    0.6.5claws90
13532         * src/folderview.c
13533                 probably found the bug reported by wwb opening or closing
13534                 a folder tree just before dnd (found the solution in the
13535                 balsa source -- thanks to them)
13536
13537 2001-12-14 [carsten]    0.6.5claws89
13538         * src/gtkutils.c
13539         * src/account.c
13540                 moved gtk_clist_moveto to the right place, so that
13541                 only the accounts dialog is effected on opening
13542
13543 2001-12-14 [carsten]    0.6.5claws88
13544         * src/gtkutils.c
13545                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13546                 now, so that the focused row will be seen in any case
13547                 (reported by wwp on sf-claws-user)
13548
13549 2001-12-14 [darko]      0.6.5claws87
13550
13551         * src/compose.c
13552                 remove unnecessary line
13553
13554 2001-12-14 [paul]       0.6.5claws86
13555
13556         * sync with sylpheed 0.6.5cvs27
13557                 see ChangeLog entries 2001-12-14
13558
13559 2001-12-14 [carsten]    0.6.5claws85
13560         * src/mainwindow.c
13561                 following a suggestion of Melvin the rcoabm pops up
13562                 right under the button now and the button is reliefed
13563                 while the popup is open
13564
13565 2001-12-14 [darko]      0.6.5claws84
13566
13567         * src/compose.c
13568                 fix crash when wrapping long lines if linewrap quotation
13569                 is disabled and wrapper encounters a word spanning more
13570                 than one line
13571
13572 2001-12-13 [paul]       0.6.5claws83
13573
13574         * src/compose.c
13575                 prefer 'Reply-To' header over mailing list header when
13576                 replying to a message. Finally prevent all those confirmation 
13577                 messages being sent to the list itself.
13578
13579         * src/summaryview.c
13580                 remove unused summary_set_menu_sensitive() entry
13581
13582 2001-12-13 [paul]       0.6.5claws82
13583
13584         * src/folderview.c
13585         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13586         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13587         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13588                 improvements to 'Hide read messages': Inbox, Outbox,
13589                 Trash, Queue, and Draft icons now reveal presence of hidden 
13590                 messages
13591
13592 2001-12-12 [alfons]     0.6.5claws81
13593
13594         0.6.5claws80 was tagged as LAST_STABLE
13595
13596         * src/filtering.[ch]
13597         * src/matcher.[ch]
13598         * src/matcher_parser_lex.c
13599                 fix the filtering; my last attempt to get it right, 
13600                 if it does not work, it's Hoa's turn. ;-)
13601
13602                 for my honourable peers:
13603                 
13604                 the code now makes a clear distinction between
13605                 rules as they are displayed (probably escaped),
13606                 and as they are executed (probably unescaped). the
13607                 parser does *NOT* do any unescaping, this is
13608                 the task of the matcher.c (which breaks up a
13609                 rule into condition) and the filtering.c (which
13610                 breaks up the rule's action). to make this
13611                 run happily we provide an unescaped copy of
13612                 crucial strings to the MatcherProp and 
13613                 FilteringAction structures. note that the only
13614                 exception to this is any REGEXP string. those
13615                 are directly passed to regcomp() and regexp()
13616                 (who have much more powerful unescape functions).
13617                 
13618                 for everyone else:
13619         
13620                 you can escape tab (\t), carriage return (\r),
13621                 linefeed (\n), form feed (\f), quote (\"), 
13622                 single quote (\'), bell (\b) in all the entry
13623                 lines in the scoring & filtering dialogs.
13624                 as an added bonus this should not affect
13625                 existing filtering rules.
13626
13627 2001-12-12 [carsten]    0.6.5claws80
13628
13629         * src/summaryview.c
13630         * po/de.po
13631                 "item(s) selected" is now sensitive to 1 or more
13632                 than one selected (nice for language where simple
13633                 adding of a "s" is not possible as German (Eintrag
13634                 ->Eintr"age)
13635                 
13636                 the "forward as attachment" entry from the right
13637                 click menu removed, "forward" acts following the
13638                 prefs
13639         
13640         * src/textview.c
13641                 reverted my former changes; so compiler warning again
13642                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13643                 nevertheless
13644
13645         * src/messageview.c
13646                 "search in message" does now *not* only work in MVIEW_TEXT
13647                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13648                 message
13649
13650         * src/mainwindow.c
13651                 removed "/File/_Close" as it was the same as "/File/E_xit"
13652                 and we don't need it two times
13653
13654                 the separate folder view and message view now get a distinct
13655                 WMCLASS, just in case someone is using sawfish ;-)
13656
13657                 as the menu entries "/View/Message view" and "/View/Folder tree"
13658                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13659                 make them sensitive accordingly and as these two are "shown"
13660                 after startup anytime check this menuitem at startup
13661
13662 2001-12-12 [paul]       0.6.5claws79
13663
13664         * src/folderview.c
13665                 fix sensitivity of 'Search folder...', broken in
13666                 0.6.5claws75
13667
13668         * src/mainwindow.c
13669                 fix dodgy English
13670
13671 2001-12-11 [carsten]    0.6.5claws78
13672         * src/filtering.c
13673                 fixed two typos returning a wrong FALSE/TRUE
13674         * src/mainwindow.[ch]
13675                 extra menu for email/news button removed
13676
13677 2001-12-11 [alfons]     0.6.5claws77
13678         
13679         * src/matcher.c                 (1.3)
13680         * src/matcher_parser_lex.l      (1.28)
13681                 revert for another attempt
13682                 mark 0.6.5claws77 as LAST_STABLE
13683
13684 2001-12-11 [christoph]  0.6.5claws76
13685
13686         * po/de.po
13687                 fixed wrong translation for prev. unread msg
13688
13689 2001-12-11 [paul]       0.6.5claws75
13690
13691         * src/folder.[ch]
13692         * src/folderview.c
13693         * src/mainwindow.c
13694         * src/summaryview.[ch]
13695         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13696                 enable ability to hide read messages on per folder basis via 
13697                 '/Summary/Hide read messages'; when selected, a folder will 
13698                 have a red open folder icon, instead of a blue icon, if the 
13699                 folder contains hidden messges
13700                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13701
13702         * src/mainwindow.c
13703                 remove '/Message/Forward as attachment' from 
13704                 main_window_set_menu_sensitive() to prevent debug warning
13705
13706         * src/folderview.c
13707         * src/mainwindow.c
13708                 Clean up some of the English
13709
13710         * tools/newscache_clean.pl
13711                 allow for new 'hidereadmsgs' entry in folderlist.xml
13712
13713         * po/es.po
13714                 updated translation, submitted by Ricardo Mones Lastra
13715
13716 2001-12-11 [paul]       0.6.5claws74
13717
13718         * sync with sylpheed 0.6.5cvs25
13719                 see ChangeLog entry 2001-12-11
13720
13721 2001-12-10 [alfons]     0.6.5claws73
13722
13723         * src/matcher.c
13724                 add more control characters
13725         * src/matcher_parser_lex.l
13726                 make escaping / unescaping work again
13727
13728 2001-12-10 [alfons]     0.6.5claws72
13729
13730         * src/imap.c
13731                 clean up warnings "returning value for void function" 
13732         * src/prefs_filtering.c
13733                 make info button for execute action sensitive
13734
13735 2001-12-10 [paul]       0.6.5claws71
13736
13737         * src/compose.c
13738         * src/imap.[ch]
13739         * src/summaryview.c
13740                 fix: imap server now gets informed of MARKED, UNMARKED
13741                 and REPLY events. Now people can use different IMAP-Mail
13742                 clients and have the exact same information about MARKED,
13743                 UNMARKED and REPLY status with all of them. Especially
13744                 useful for imap servers with a web-frontend.
13745                 submitted by Tobias Sandhaas <medlor@web.de>
13746
13747 2001-12-09 [melvin]     0.6.5claws70
13748         
13749         * src/textview.[ch]
13750                 fixed bug #490076 (hunted down by Alfons who implemented
13751                 a workaround in 0.6.5claws65)
13752
13753 2001-12-09 [christoph]  0.6.5claws69
13754
13755         * src/summaryview.c
13756                 set pointer to string in LOCKED column to NULL
13757                 (might fix bug #490800)
13758
13759 2001-12-09 [carsten]    0.6.5claws68
13760
13761         * po/de.po
13762                 resolved some cluttered menu shortcuts 
13763                 ('creating new email' and 'creating news message'
13764                 hade the same)
13765         * src/compose.c
13766                 wmclass now distinc from main window
13767         * src/mainwindow.c
13768           src/mainwindow.h
13769                 email/news and forward button functionality similar
13770                 to the reply buttons; removed the ugly dropdown arrows
13771                 and use instead the right mouse button
13772
13773 2001-12-09 [paul]       0.6.5claws67
13774
13775         * src/imap.c
13776         * src/utils.h
13777                 allow spaces in imap folder names
13778                 submitted by Willem van Engen <wvengen@stack.nl>
13779
13780 2001-12-09 [paul]       0.6.5claws66
13781
13782         * sync with sylpheed 0.6.5cvs24
13783                 see ChangeLog entry 2001-12-09
13784
13785 2001-12-08 [alfons]     0.6.5claws65
13786
13787         * src/textview.c
13788                 prevent secondary selection claim after "add to sender" dialog
13789                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13790                 we trick GTK by simulating a click at (0, 0) in the textview.
13791
13792 2001-12-08 [hoa]        0.6.5claws64
13793
13794         * src/folder.c
13795                 fixed a bug about the .processing folder name while filtering
13796
13797 2001-12-08 [alfons]     0.6.5claws63
13798
13799         * src/folderview.c 
13800                 work around problem of not correctly updating folder stats
13801                 when deleting messages. there's some folder scanning evil
13802                 going so the folderview_update_msg_num() does not work
13803                 correctly. need to investigate this.
13804
13805 2001-12-08 [paul]       0.6.5claws62
13806
13807         * sync with sylpheed 0.6.5cvs23
13808                 see ChangeLog entry 2001-12-08
13809
13810 2001-12-07 [christoph]  0.6.5claws61
13811
13812         * src/compose.c
13813                 fix another header translation problem
13814
13815 2001-12-07 [alfons]     0.6.5claws60
13816
13817         * src/mbox.c
13818                 make filtering also work on local spool mbox
13819
13820 2001-12-07 [carsten]    0.6.5claws59
13821         * src/addressbook.c
13822                 addressbook window gets a wmclass distinct from the main
13823                 sylpheed window
13824         * src/compose.h
13825         * src/mainwindow.[ch]
13826                   forward menu item will use mode selected in prefs, forward 
13827                 as attatchment in menu removed (will be substituted in the
13828                 toolbar similar to reply buttons)
13829                   create news message menu entry and news button is now 
13830                 sensitive to the existance of a news account
13831         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13832         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13833         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13834                 these are removed because the toolbar buttons don't show
13835                 the quoting modus any longer
13836
13837 2001-12-07 [paul]
13838
13839         * tools/newscache_clean.pl      ** NEW FILE **
13840                 perl script to do some tidying up in the newscache directory 
13841                 
13842         * tools/sylpheed-switcher       ** NEW FILE **
13843                 perl script to enable easy switching between main and claws
13844                 
13845         * tools/README
13846                 added descriptions of the two new perl scripts          
13847
13848
13849 2001-12-07 [melvin]     0.6.5claws58
13850
13851         * src/messageview.c
13852                 fixed a warning during compilation introduced in 0.6.5claws56
13853
13854 2001-12-07 [paul]       0.6.5claws57
13855
13856         * src/mainwindow.[ch]
13857         * src/menu.[ch]
13858                 further usability enhancements to replying with or without 
13859                 quoting via the toolbar, use of Ctrl key is replaced by 
13860                 drop down menu 
13861                 Submitted by Carsten Schurig            
13862
13863 2001-12-07 [melvin]     0.6.5claws56
13864
13865         * src/messageview.c
13866                 hack to fix bug that prevented to make/paste selections
13867                 after switching between MVIEW_TEXT and MVIEW_MIME views
13868                 without deselecting the selection first.
13869
13870 2001-12-06 [alfons]     0.6.5claws55
13871
13872         * src/filtering.[ch]
13873         * src/inc.c
13874                 revise filtering a little bit more, and make sure
13875                 messages are delivered to the appropriate inbox
13876                 (perhaps set per account)
13877
13878 2001-12-06 [paul]       0.6.5claws54
13879
13880         * sync with sylpheed 0.6.5cvs22
13881                 see ChangeLog entry 2001-12-06
13882
13883 2001-12-05 [alfons]     0.6.5claws53
13884
13885         * src/inc.c
13886         * src/folder.[ch]
13887         * src/procmsg.c
13888         * src/filtering.c
13889                 more revisions of filtering system
13890                 (last stable version is marked as LAST_STABLE)
13891                 
13892                 | NOTE 1): the filtering system now uses a local folder called
13893                 | .processing. if filtering fails, check this directory
13894                 | for missing messages.
13895                 |
13896                 | NOTE 2): help us find the filtering actions still missing
13897
13898 2001-12-05 [paul]       0.6.5claws52
13899
13900         * src/mainwindow.c
13901                 fix bug where 'Empty Trash?' pop-up window appears even
13902                 when Trash is empty, submitted by Jesse Skinner         
13903
13904 2001-12-05 [melvin]     0.6.5claws51
13905
13906         * src/compose.c
13907                 fixed bug #486106 to select correct account when reediting 
13908                 a queued message
13909         
13910 2001-12-04 [alfons]     0.6.5claws50
13911
13912         * src/mh.c
13913                 declare markfile in appropriate functions when
13914                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13915                 for spotting this)
13916
13917 2001-12-04 [paul]       0.6.5claws49
13918
13919         * sync with sylpheed 0.6.5cvs21
13920                 see ChangeLog entry 2001-12-04
13921
13922 2001-12-03 [christoph]  0.6.5claws48
13923
13924         * po/de.po
13925                 changed translation of undo
13926         * src/account.c
13927         * src/folder.c
13928                 don't reinvent the wheel to traverse a GNode
13929         * src/compose.[ch]
13930                 seperate code to create the compose gui into functions
13931                 add "Others" page with folder selection for saving copy
13932                 of the message.
13933                 the folder identifier is saved to queue header
13934         * src/procmsg.c
13935                 save message to folder in queue header
13936
13937 2001-12-03 [paul]       0.6.5claws47
13938
13939         * sync with sylpheed 0.6.5cvs20
13940                 see ChangeLog entry 2001-12-03
13941
13942 2001-12-01 [paul]
13943
13944         * more sync with sylpheed 0.6.5cvs19
13945                 see ChangeLog entry 2001-11-29
13946
13947 2001-11-30 [paul]       0.6.5claws46
13948         
13949         * src/compose.c
13950                 remove conflicts introduced by Hoa's last commit
13951          
13952         * src/mainwindow.c
13953                 make 'Message/Bounce' sensitive
13954
13955 2001-11-30 [hoa]        0.6.5claws45
13956
13957         * src/compose.c
13958                 slightly change bounce function to add
13959                 information about the user that bounced the mail
13960                 in the From header line.
13961
13962         * src/folderview.c
13963                 permit the use of processing in outbox folder.
13964
13965 2001-11-29 [paul]       0.6.5claws44
13966
13967         * src/mainwindow.[ch]
13968         * src/prefs_common.c
13969         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13970         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13971         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13972                 usability enhancements to the quoting, implements
13973                 use of Ctrl key to toggle quoting settings
13974                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13975
13976 2001-11-29 [paul]       0.6.5claws43
13977         
13978         * sync with sylpheed 0.6.5cvs19
13979                 see ChangeLog entry 2001-11-28
13980
13981 2001-11-29 [melvin]     0.6.5claws42
13982         * src/Makefile.am
13983                 added enriched.[ch] to the list of files
13984
13985         * src/textview.c
13986         * src/mimeview.c
13987         * src/procmime.[ch]
13988         * src/enriched.[ch]
13989                 added support to view text/enriched
13990                 added support to show headers in message view for text/enriched and text/html
13991                         in non multipart messages
13992
13993 2001-11-28 [paul]       0.6.5claws41
13994
13995         * more sync with sylpheed 0.6.5cvs18
13996                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13997
13998 2001-11-27 [paul]       0.6.5claws40
13999         
14000         * po/pt_BR.po
14001                 updated translation, submitted by Fabio Junior Beneditto
14002                 
14003         * sync with sylpheed 0.6.5cvs18
14004                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14005                 2001-11-27
14006
14007
14008 2001-11-26 [paul]
14009
14010         * po/es.po
14011                 updated translation, submitted by Ricardo Mones Lastra
14012
14013 2001-11-26 [alfons]
14014
14015         * src/matcher.c
14016                 add more translatable strings
14017
14018 2001-11-26 [christoph]  0.6.5claws39
14019
14020         * po/de.po      
14021                 fixed one more umlaut
14022         * src/compose.c
14023                 fix translated header when it should not be translated
14024
14025 2001-11-26 [paul]       0.6.5claws38
14026
14027         * src/mainwindow.c
14028                 remove '/Message/Add Sender to address book' from 
14029                 main_window_set_menu_sensitive(), prevent debug warning
14030                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14031
14032 2001-11-26 [paul]       0.6.5claws37
14033
14034         * src/summaryview.c
14035                 fix 'recurring unread state' bug 
14036
14037         * tools/README 
14038         * tools/filter_conv.pl
14039                 read name of top level mailbox from folderlist.xml
14040                 and presume nothing about its name              
14041
14042 2001-11-26 [darko]      0.6.5claws36
14043
14044         * src/gtkstext.[ch]
14045                 removed functions that are now in gtkutils.c
14046                 use gtkut_text_is_uri_string() from gtkutils.c
14047         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14048
14049 2001-11-26 [paul]       0.6.5claws35
14050
14051         * sync with sylpheed 0.6.5cvs16
14052                 see ChangeLog entries 2001-11-25 and 2001-11-26
14053
14054 2001-11-25 [alfons]     0.6.5claws34
14055
14056         EXPERIMENTAL!!! Please checkout the last stable version using: 
14057           
14058         % cvs update -r LAST_STABLE -dRAP
14059
14060         (Or help us testing this stuff.)
14061
14062         * src/filtering.c               (1.14)
14063         * src/filtering.h               (1.6)
14064         * src/inc.c                     (1.28)
14065         * src/matcher.c                 (1.20)
14066         * src/mbox.c                    (1.9)
14067         * src/procmsg.h                 (1.14)
14068         * src/summaryview.c             (1.59)
14069         * src/summaryview.h             (dunno)
14070                 revert/merge/sync to as it was before commit 
14071                 on Thu, 19 Jul 2001 10:15:51 -0700.
14072
14073 2001-11-25 [hoa]        0.6.5claws33
14074
14075         * src/main.c
14076                 processing mails at startup
14077
14078         * src/folderview.c
14079         * src/summaryview.[ch]
14080                 processing mails when entering folder
14081
14082         * src/prefs_filtering.c
14083                 fixed some UI bugs
14084
14085 2001-11-24 [alfons]     0.6.5claws32
14086
14087         * src/summaryview.[ch]
14088                 make summary sort headers work, and also make
14089                 sure the sort type is stored
14090
14091 2001-11-23 [alfons]     0.6.5claws31
14092
14093         * src/summaryview.[ch]
14094                 make lock work like mark
14095                 disallow deleting messages marked as locked
14096
14097 2001-11-23 [alfons]     0.6.5claws30
14098
14099         * src/gtkstext.c
14100         * src/compose.[ch]
14101         * src/Makefile.am
14102         * src/undo.[ch]
14103                 merge undo patch submitted by Jens
14104
14105 2001-11-23 [christoph]  0.6.5claws29
14106
14107         * src/.cvsignore
14108                 added ylwrap
14109         * src/compose.c
14110                 fixed gpg signing and encoding
14111         * src/folder.[ch]
14112         * src/main.c
14113                 added --status option to get new, unread and total
14114                 message count from a running sylpheed
14115         * src/prefs_common.c
14116                 temporary fix for reply_with_quote problem
14117                 (don't call functions for non existing widget)
14118         * src/procmsg.c
14119                 one more check for ignored threads but still not
14120                 always working correctly. probably a recursive
14121                 check for all parents is needed
14122
14123 2001-11-23 [darko]      0.6.5claws28
14124
14125         * src/compose.c
14126                 wrapping on send improvements
14127         * src/gtkutils.[ch]
14128                 fix for GtkSText after last sync with main branch
14129                 GTK_TEXT -> GTK_STEXT
14130
14131 2001-11-23 [paul]       0.6.5claws27
14132
14133         * sync with sylpheed 0.6.5cvs14
14134                 see ChangeLog entries 2001-11-22 and 2001-11-23
14135                 
14136         * po/de.po
14137                 fixed the scrambled umlauts 
14138                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14139
14140 2001-11-21 [paul]       0.6.5claws26
14141
14142         * sync with sylpheed 0.6.5cvs12
14143                 see 2nd ChangeLog entry dated 2001-11-20
14144
14145 2001-11-20 [paul]       0.6.5claws25
14146
14147         * sync with sylpheed 0.6.5cvs11
14148                 see ChangeLog entry 2001-11-19 (src/utils.c)
14149
14150 2001-11-20 [hiro]
14151
14152         * src/compose.c
14153                 GTK_TEXT -> GTK_STEXT
14154                 fix for wrong comment
14155
14156 2001-11-20 [hiro]       0.6.5claws24
14157
14158         * src/compose.[ch]
14159                 more merges from main branch
14160                 removed fatal warnings (uninitialized variables etc.)
14161                 some coding style fix
14162         * src/gtkutils.h
14163                 fixed typo.
14164         * src/addressbook.c
14165           src/addrindex.c
14166                 V-Card -> vCard
14167
14168 2001-11-19 [hoa]        0.6.5claws23
14169
14170         * src/filtering.c
14171         * src/prefs_scoring.c
14172         * src/matcher.[ch]
14173         * src/scoring.c
14174                 cleaning code
14175
14176         * src/matcher_parser_parse.y
14177         * src/prefs_filtering.c
14178                 bouncing
14179
14180 2001-11-19 [alfons]     0.6.5claws22
14181
14182         more of my old things into claws
14183
14184         * src/Makefile.am
14185         * src/prefs_common.c
14186         * src/procmsg.h
14187         * src/summaryview.[ch]
14188         * src/prefs_summary_column.c
14189         * src/pixmaps/locked.xpm
14190                 add indicators for locking of message in summary view
14191                 (does not work yet, only visual indicator)
14192
14193 2001-11-19 [paul]       0.6.5claws21
14194
14195         * sync with sylpheed 0.6.5cvs10
14196                 see ChangeLog entry 2001-11-19
14197
14198 2001-11-18 [alfons]     0.6.5claws20
14199         
14200         * src/filtering.c
14201                 remove an inadvertent free I forgot in previous clean up 
14202
14203 2001-11-18 [alfons]     0.6.5claws19
14204
14205         * src/filtering.[ch]
14206                 clean up & plug leaks
14207
14208 2001-11-18 [paul]       0.6.5claws18
14209
14210         * sync with sylpheed 0.6.5cvs9
14211                 see ChangeLog entries 2001-11-17 and 2001-11-18
14212
14213 2001-11-16 [paul]       0.6.5claws17
14214
14215         * sync with sylpheed 0.6.5cvs8
14216                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14217
14218 2001-11-16 [paul]       0.6.5claws16
14219
14220         * sync with sylpheed 0.6.5cvs7
14221                 see ChangeLog entries 2001-11-15 and 2001-11-16
14222
14223 2001-11-15 [hoa]        0.6.5claws15
14224
14225         * src/compose.c
14226                 fix bounce, mails we received couln't be bounced to ourself.
14227
14228         * src/defs.h
14229         * src/filtering.[ch]
14230         * src/matcher.[ch]
14231         * src/matcher_parser.h
14232         * src/matcher_parser_lex.l
14233         * src/matcher_parser_parse.y
14234         * src/inc.c
14235         * src/main.c
14236         * src/mbox.c
14237         * src/prefs_filtering.[ch]
14238         * src/mainwindow.c
14239         * src/prefs_matcher.c
14240         * src/prefs_scoring.c
14241         * src/scoring.[ch]
14242         * src/summaryview.c
14243                 new matcher/filter/score configuration file parser
14244                 one unique configuration file => ~/.sylpheed/matcherrc
14245                 import in currently automatic, then save are made
14246                 in this new file.
14247                 one filter per folder and one global filter
14248                 (filter of a folder will be used as folder processing)
14249
14250         * src/folder.c
14251                 fix a bug in folder_item_get_identifier
14252                 
14253         * src/messageview.c
14254                 receive receipt return are fixed.
14255
14256 2001-11-14 [alfons]     0.6.5claws14
14257
14258         * src/session.h
14259                 add things from main branch to make claws compile
14260
14261 2001-11-14 [paul]       0.6.5claws13
14262
14263         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14264                 see ChangeLog entries 2001-11-08 to 2001-11-14
14265
14266 2001-11-14 [hoa] 0.6.5claws12
14267
14268         * src/compose.[ch]
14269         * src/mainwindow.c
14270         * src/summaryview.c
14271                 add "bounce mail" option
14272
14273 2001-11-13 [christoph]  0.6.5claws11
14274
14275         * src/compose.c
14276                 Cleanup a mess i add before commiting
14277
14278 2001-11-13 [hoa]        0.6.5claws10
14279
14280         * src/compose.c
14281                 some fixes when mail are sent or
14282                 for crossposts
14283
14284 2001-11-13 [christoph]  0.6.5claws9
14285
14286         * po/de.po
14287                 Changed two string with the same translation
14288         * src/compose.c
14289         * src/procmsg.[ch]
14290         * src/send.[ch]
14291                 New mailsending process:
14292                   - Always queue message before sending
14293                     (message will be saved if sylpheed crashed or
14294                      freezes while sending)
14295                   - Allow queuing of newspostings
14296                   - No copy in outbox before sending
14297                     (closes bug #469501)
14298                   - No more redundant code for send and send_later
14299         * src/summaryview.c
14300                 Applied wwp <subscript@free.fr>'s patch that fixes
14301                 marks for multiple forwarded messages (+compose.c)
14302
14303 2001-11-12 [alfons]
14304
14305         * README.claws
14306                 remove things that are now in main branch
14307         
14308         * po/nl.po
14309                 update Dutch translation
14310
14311 2001-11-12 [mhadasht]   0.6.5.claws8
14312
14313         * src/prefs_common.c
14314                 re-enabled account autoselection feature for forward
14315                 and reedit lost during the branch point for SYNC-B4-REL
14316         * src/gtkspell.c
14317                 gtkpspell_get_dict(): more readable code (even if function is
14318                 not used yet)
14319         * ChangeLog.claws
14320                 added version number info to 2001-11-12 [hiro] comment.
14321
14322 2001-11-12 [hiro]       0.6.5.claws7
14323
14324         * src/compose.c
14325                 compose_forward(): fixed a bug that forward quote mark
14326                 wasn't used.
14327                 removed unnecessary code.
14328         * src/template_select.[ch]: removed.
14329
14330 2001-11-11 [alfons]
14331
14332         * src/compose.c
14333                 :%s/GTK_TEXT/GTK_STEXT/g
14334         
14335         * src/compose.[ch]
14336         * src/undo.[ch]
14337         * src/Makefile.am
14338                 revert the undo stuff (this is 0.6.6claws stuff)
14339
14340 2001-11-11 [hoa]        0.6.5.claws6
14341
14342         * src/compose.[ch]
14343                 Insert signature at the end of the text.
14344                 Added undo patch but currently disabled
14345
14346         * src/procmsg.c
14347                 Threading by subject improved.
14348
14349         * added src/undo.[ch]
14350                 Undo module for compose dialog box.
14351
14352 2001-11-11 [alfons]     0.6.5.claws5
14353
14354         * src/procmsg.c
14355                 prevent threading by subject on nodes that have already been
14356                 threaded by in-reply-to (as in "circular references in a tree
14357                 result in a dead branch")
14358
14359 2001-11-09 [hoa]        0.6.5.claws4
14360         
14361         * src/folderview.c
14362                 allows creation of mbox folder item from any files.
14363
14364 2001-11-09 [alfons]     0.6.5.claws3
14365         
14366         * src/utils.c
14367         * src/procmsg.c
14368                 do what I mean and correct threading by subject so it really
14369                 ignores attracting lines without "Re: "
14370
14371 2001-11-07 [alfons]     0.6.5.claws2
14372
14373         * src/procmsg.c
14374         * src/utils.[ch]
14375                 only attract by subject if a subject line starts with a "Re: "
14376         * src/syldap.c
14377                 remove warning
14378
14379 2001-11-07 [paul]       0.6.5claws1
14380
14381         * sync with sylpheed 0.6.5. release
14382                 see ChangeLog entry 2001-11-07
14383
14384 2001-11-07 [paul]       0.6.4claws31
14385
14386         * sync with sylpheed 0.6.4cvs18
14387                 see ChangeLog entries 2001-10-30 to 2001-11-07
14388                 prefs_templates.[ch] renamed prefs_template.[ch]
14389
14390 2001-11-06 [alfons]
14391         
14392         * src/utils.h
14393                 add semicolon Hoa forgot ;-)
14394                 
14395
14396 2001-11-06 [hoa]        0.6.4claws30
14397         
14398         * src/procmsg.c
14399         * src/summaryview.c
14400         * src/utils.c
14401         * src/utils.h
14402                 threading by subject - empty subject are ignored
14403
14404 2001-11-06 [christoph]  0.6.4claws29
14405
14406         * src/socket.c
14407                 use SSL_peek for sock_gets
14408         * src/utils.c
14409                 removed unneeded pointer in extracting quoted
14410                 names implementation
14411
14412 2001-11-06 [melvin]     0.6.4claws28
14413
14414         * src/gtkspell.c
14415                 fixed bug #476792 Selection overtyping with spell checker
14416                 fixed bug which could cause a buffer overflow
14417                 fixed a memory leak
14418
14419 2001-11-06 [hoa]        0.6.4claws27
14420         
14421         * src/procmsg.c
14422         * src/summaryview.c
14423                 threading by subject
14424
14425 2001-11-05 [alfons]     0.6.4claws26
14426         
14427         * README.claws
14428                 Claws -> Sylpheed (vice versa)
14429
14430         * src/compose.c
14431                 :%s/gtk_text/gtk_stext/g
14432                 :%s/GTK_TEXT/GTK_STEXT/g
14433                 (thanks to Jonathan Ware for spotting this)
14434
14435 2001-11-04 [christoph]  0.6.4claws25
14436
14437         * src/summaryview.c
14438                 replace Xalloca + strdup with Xstrdup_a
14439         * src/utils.c
14440                 better implementation of extracting quoted names
14441                 from addresses (remove backlashes and ignore
14442                 quotes after them)
14443
14444 2001-11-04 [alfons]     0.6.4claws24
14445
14446         * src/utils.[ch]
14447                 edit to comply more with coding style
14448
14449         * src/textview.c
14450                 fix bug reported by Kim Schulz. introduced by the patch integrated
14451                 in 0.6.4claws15. the code did not check the return value of
14452                 the html parser.
14453
14454         * AUTHORS
14455                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14456
14457 2001-11-04 [christoph]  0.6.4claws23
14458
14459         * src/main.c
14460         * src/prefs_common.[ch]
14461                 init some pointers that possibly caused a segfault
14462                 reported in the claws-users ML
14463
14464 2001-11-04 [hoa]        0.6.4claws22
14465
14466         * src/grouplistdialog.c
14467                 change the names of the nodes in the tree
14468
14469         * src/compose.c
14470                 enhanced mailto syntax as described in
14471                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14472                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14473
14474         * src/utils.c
14475                 encode and decode URI (useful when opening URL into
14476                 netscape).
14477
14478 2001-11-03 [hoa]        0.6.4claws21
14479
14480         * src/grouplistdialog.c
14481                 a new newsgroups list selection dialog box
14482                 with a CTree instead of a CList
14483
14484 2001-11-03 [hoa]        0.6.4claws20
14485
14486         * src/folderview.c
14487                 enable property and scoring options when right
14488                 click on "inbox"
14489
14490         * src/summaryview.c
14491                 fixed bug when nickname were displayed using
14492                 the address book.
14493
14494 2001-11-02 [darko]      0.6.4claws19
14495
14496         * src/compose.c
14497                 new wrap quotation and URL/long words wrapping implementation
14498         * src/compose.c src/gtkstext.[ch]
14499                 move gtkstext_strncmp() to gtkstext.c
14500
14501 2001-11-01 [christoph]  0.6.4claws18
14502
14503         * src/prefs_account.c
14504                 fixed mess in account settings dialog
14505         * src/prefs_folder_item.c
14506                 added label with folder path to dialog
14507
14508 2001-10-31 [match]      0.6.4claws17
14509
14510         * src/vcard.c
14511                 fix memory leak.
14512         * src/addrbook.c
14513                 fix generation of spurious address book file names.
14514                 remove redundant functions.
14515         * po/POTFILES.in
14516                 added missing file names.
14517
14518 2001-10-30 [paul]       0.6.4claws16
14519
14520         * sync with sylpheed 0.6.4cvs6
14521                 see ChangeLog entries 2001-10-26 to 2001-10-30
14522
14523         * tools/filter_conv.pl
14524                 read folderlist.xml to discover whether the top-level
14525                 folder is called 'Mailbox' or 'Mail' 
14526
14527 2001-10-29 [paul]       0.6.4claws15
14528
14529         * src/html.c, src/textview.c
14530                 activate links in html mail and fix clickable parts
14531                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14532
14533 2001-10-29 [paul]
14534
14535         * po/de.po, po/es.po, po/pt_BR/po
14536                 updated translations, submitted by Jens Oberender,
14537                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14538
14539 2001-10-29 [darko]      0.6.4claws14
14540
14541         * src/compose.c
14542                 fix wrapping for good
14543
14544 2001-10-29 [darko]
14545
14546         * src/compose.c
14547                 undo previous change as it broke the smart wrapping
14548
14549 2001-10-29 [darko]      0.6.4claws13
14550
14551         * src/compose.c
14552                 fix infinite loop when long URL is quoted
14553                 (closes bug #475122.
14554
14555 2001-10-28 [match]
14556
14557         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14558                 import Mutt address book
14559         * src/ldif.[ch] src/importldif.h
14560                 modified import LDIF handle user attributes
14561
14562 2001-10-28 [christoph]  0.6.4claws12
14563
14564         * src/summaryview.c
14565                 fixed that filtering did not work if there
14566                 were no filter rules
14567                 (closes bug #472003 and better implementation
14568                  of patch #474644)
14569
14570 2001-10-27 [christoph]  0.6.4claws11
14571
14572         * src/compose.c
14573                 make the folder's default account to be used when
14574                 replying. (patch by wwp <subscript@free.fr>)
14575         * src/compose.c
14576                 code cleanup, nearly killed all of wwp's patch
14577                 for folder's default account in compose
14578         * src/folderview.c
14579                 error panel when a folder could not be created
14580                 (closes bug #471080 new folder name & already
14581                  existing file)
14582
14583 2001-10-26 [alfons]
14584
14585         * src/utils.h
14586                 change prototype of strstr2() that Christoph forgot about
14587
14588 2001-10-26 [christoph]  0.6.4claws10
14589
14590         * src/account.c
14591                 made search for accounts by email address not case
14592                 sensitive
14593         * src/folder.c
14594                 fixed memory leak in folder_item_get_identifier
14595         * src/gtkspell.c
14596         * src/utils.c
14597                 fixed wrong strstr2 (should work like strstr)
14598
14599 2001-10-26 [darko]      0.6.4claws9
14600
14601         * src/compose.c src/gtkstext.[ch]
14602         * src/gtkstext.c
14603                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14604
14605 2001-10-26 [paul]       0.6.4claws8
14606
14607         * src/html.c
14608                 ignore css and javascript tags in html mail
14609                 case-insensitive, with or without double-quoted
14610                 strings
14611
14612 2001-10-26 [paul]       0.6.4claws7
14613
14614         * sync with sylpheed 0.6.4cvs1
14615                 see ChangeLog entry 2001-10-26
14616
14617         * src/prefs_account.c, src/prefs_common.c,
14618           src/prefs_summary_column.c
14619                 minor improvements to the English
14620
14621 2001-10-25 [alfons]     0.6.4claws6
14622
14623         * src/gtkstext.c
14624         
14625                 make GtkSText follow style of GtkText (closes bug 
14626                 #469211 "text selection while writing message")
14627                 
14628                 do sync with GTK 1.2.10
14629
14630 2001-10-25 [paul]       0.6.4claws5
14631
14632         * src/html.c
14633                 ignore css tags in html mail
14634
14635 2001-10-25 [darko]      0.6.4claws4
14636
14637         * src/compose.c
14638                 don't declare is_url_string as static function since
14639                 we need it in gtkstext.c
14640         * src/gtkstext.c
14641                 remove unused variable
14642                 don't wrap long URLs while composing a message
14643
14644 2001-10-24 [christoph]  0.6.4claws3
14645
14646         * src/socket.c
14647                 fix ssl deadlock, when peer closes connection
14648
14649 2001-10-24 [paul]       0.6.4claws2
14650
14651         * src/prefs_common.c
14652                 gettextize the gpg ascii-armored warning message
14653
14654         * src/compose.c
14655                 insert a DOS/MAC file into the composed message
14656                 (improvements)
14657
14658         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14659
14660 2001-10-22 [paul]       0.6.4claws1
14661
14662         * sync with sylpheed 0.6.4 release
14663                 see ChangeLog entries 2001-10-21
14664
14665         * po/fr.po, po/pt_BR.po
14666                 updated by Melvin Hadasht and Fabio Junior Beneditto
14667
14668 2001-10-21 [paul]       0.6.3claws30
14669
14670         * src/compose.c
14671                 insert a DOS text file from the compose window
14672                 into the composed message text (removes CRs characters)
14673                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14674
14675         * tools/filter_conv.pl, tools/README
14676                 automatically use ~/.sylpheed as working directory
14677                 print out confirmation message on completion
14678
14679         * correct Hoa's last ChangeLog.claws entry
14680
14681 2001-10-20 [hoa]        0.6.3claws29
14682
14683         * src/grouplistdialog.c
14684                 bugfix (another ?) to give the right
14685                 newsgroups list for each news server.
14686
14687         * src/news.c
14688         * src/news.h
14689                 improve the newsgroups list cache
14690
14691 2001-10-20 [paul]       0.6.3claws28
14692
14693         * sync with sylpheed 0.6.3cvs9
14694                 see ChangeLog entry 2001-10-19
14695
14696         * correct Alfons' last ChangeLog.claws entry
14697
14698 2001-10-19 [alfons]
14699
14700         * src/pgptext.[ch]
14701                 fix compilation problems (part of bug #472895)
14702
14703 2001-10-18 [hoa]        0.6.3claws27
14704
14705         * src/grouplistdialog.c
14706                 bugfix when we refresh was clicked (bug 472701)
14707
14708 2001-10-19 [christoph]  0.6.3claws26
14709
14710         * src/compose.c
14711                 last header entry should default to "To:" or
14712                 "Newsgroups:" and not copy the last entry line
14713                 in a new compose window
14714                 (closes bug #472686, #470792)
14715
14716 2001-10-19 [paul]       0.6.3claws25
14717
14718         * sync with Sylpheed 0.6.3cvs8
14719                 see ChangeLog entries 2001-10-18 and 2001-10-19
14720
14721 2001-10-18 [christoph]  0.6.3claws24
14722
14723         * src/procmsg.c
14724                 reimplement ignore thread
14725         
14726 2001-10-18 [hoa]        0.6.3claws23
14727
14728         * src/folderview.c
14729         * src/grouplistdialog.[ch]
14730                 enhanced news subscription interface (feature 469113)
14731
14732         * src/news.c
14733         * src/news.h
14734                 enchanced newsgroup listing,
14735                 now, we can get groups informations
14736                 (NNTPGroupInfo)
14737
14738 2001-10-18 [paul]       0.6.3claws22
14739
14740         * src/summaryview.c
14741                 remove comment (sync with main branch)
14742         * src/mainwindow.c
14743                 fix 'Re-edit' bug in 'Message' menu
14744
14745 2001-10-17 [christoph]  0.6.3claws21
14746
14747         * src/compose.c
14748                 ignore empty or whitespace only header lines
14749
14750 2001-10-17 [paul]       0.6.3claws20
14751
14752         * sync with sylpheed 0.6.3cvs7
14753                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14754                 2001-10-17
14755
14756 2001-10-17 [darko]
14757
14758         * src/compose.c
14759                 wrap long lines without spaces
14760                 don't wrap URLs
14761
14762 2001-10-16 [paul]
14763
14764         * po/es.po, po/nl.po, po/pt_BR.po
14765                 updated by Ricardo Mones Lastra, Alfons,
14766                 and Fabio Junior Beneditto
14767
14768         * sylpheed-0.6.3claws released
14769
14770 2001-10-15 [melvin] 0.6.3claws18
14771
14772         * README.claws
14773                 added summary and detailed installation instructions
14774                 for spell checker
14775         * po/fr.po
14776                 Updated, corrected and completed french translation
14777
14778 2001-10-15 [hoa] 0.6.3claws17
14779         * src/grouplistdialog.c
14780                 we can choose the newsgroups to display with wildcards
14781
14782 2001-10-15 [christoph]  0.6.3claws16
14783
14784         * src/account.c
14785         * src/compose.c
14786         * src/prefs_folder_item.[ch]
14787                 applied wwp <subscript@free.fr>'s folder
14788                 default account patch
14789         * po/de.po
14790                 Fixed wrong translation
14791
14792 2001-10-13 [alfons, christoph, melvin]  
14793                         0.6.3claws15
14794
14795         solution #2 to solve MT-safety problems defers all GUI related calls
14796         to the main thread using a gtk_idle_add() callback. discussed on
14797         ircnet #sylpheed, with christoph spotting some issues with the
14798         original code, and melvin allowing us to lobotomize his sylpheed.
14799
14800         * src/syldap.[ch], src/main.c
14801                 fix race problem in ldap search thread by deferring GUI 
14802                 stuff to main thread using gtk_idle_add()
14803
14804 2001-10-13 [paul]       0.6.3claws14
14805
14806         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14807                 add Sergey's smtpcred.patch
14808                 adds separate username/password setting for SMTP Auth
14809                 needed by some servers
14810                 (closes feature request #471659)
14811
14812 2001-10-13 [paul]       0.6.3claws13
14813
14814         * src/pgptext.[ch] **NEW FILES**
14815         * src/Makefile.am, src/messageview.c, src/mimeview.c
14816                 decrypt ascii-armored gpg text embedded in
14817                 the message body.
14818                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14819
14820 2001-10-13 [christoph]  0.6.3claws12
14821
14822         * README.claws
14823                 some more details on default to and
14824                 feature requests
14825         * src/main.c
14826                 init glib threading when ldap is used
14827         * src/syldap.c
14828                 threading fixes
14829         * po/de.po
14830                 fixed a typo
14831
14832 2001-10-12 [paul]       0.6.3claws11
14833
14834         * src/prefs_common.[ch], src/rfc2015.c
14835                 enable ascii-armored gpg text to be embedded in the
14836                 message body, selectable through the 'Privacy'
14837                 preferences. Supports encrypting only.
14838                 Submitted by Ravemax <ravemax@dextrose.com>
14839
14840 2001-10-12 [paul]       0.6.3claws10
14841
14842         * sync with sylpheed 0.6.3cvs6
14843                 see ChangeLog entries 2001-10-11 and 2001-11-12
14844
14845         * src/folderview.c
14846                 incorporated mbox folders, scoring, and folder
14847                 properties into the sync
14848
14849 2001-10-12 [darko]      0.6.3claws9
14850
14851         * README.claws
14852                 describe quotation wrapping
14853         * src/compose.c
14854                 don't treat tab as space to calculate line length properly
14855
14856 2001-10-11 [alfons]
14857
14858         * README.claws
14859                 correct description of how to make new filtering system work,
14860                 add some other things
14861                 
14862         * src/syldap.c
14863                 remove sched_yield() (not necessary / unportable)
14864
14865 2001-10-11 [paul]       0.6.3claws8
14866
14867         * sync with sylpheed 0.6.3cvs3
14868                 see ChangeLog entry 2001-10-10
14869
14870 2001-10-10 [christoph]  0.6.3claws7
14871
14872         * .cvsignore
14873                 ignore 2 files created by newer autotools
14874         * src/prefs_folder_item.c
14875                 using table for widget alignment
14876                 fixed memory leak and broken octal display
14877         * src/filesel.c
14878                 fixed segfault caused by lost filename
14879                 workaround (closes bug #469551)
14880
14881 2001-10-10 [paul]       0.6.3claws6
14882
14883         * sync with sylpheed 0.6.3cvs2
14884                 see ChangeLog entries 2001-10-09 and 2001-10-10
14885
14886 2001-10-10 [darko]      0.6.3.claws5
14887
14888         * src/gtkstext.c
14889                 proper calculation of right margin if smart wrapping is enabled
14890         * src/compose.c
14891                 automatically wrap long lines if wrap quotation is enabled
14892
14893 2001-10-09 [alfons]     0.6.3.claws4
14894
14895         * src/summaryview.c
14896                 select correct row when deleting last row in the summary view (and
14897                 close bug "[ #469104 ] select second last in list when deleting")
14898
14899 2001-10-09 [paul]       0.6.3claws3
14900
14901         * sync with sylpheed 0.6.3cvs1
14902                 updated some autotool scripts
14903
14904 2001-10-09 [darko]      0.6.3claws2
14905
14906         * src/gtkstext.[ch]
14907                 new name and mark with Sylpheed comment
14908         * src/compose.c
14909                 smart quotation wrapping a-la VIM
14910
14911 2001-10-08 [paul]       0.6.3claws1
14912
14913         * sync with sylpheed 0.6.3 release
14914                 see ChangeLog entry 2001-10-08
14915
14916 2001-10-08 [paul]       0.6.2claws24
14917
14918         * src/summaryview.c
14919                 more sync with sylpheed 0.6.2cvs12
14920                 Fixed the bug that didn't select the last row correctly
14921
14922
14923 2001-10-07 [paul]       0.6.2claws23
14924
14925         * sync with sylpheed 0.6.2cvs12
14926                 see ChangeLog entry 2001-10-07
14927
14928 2001-10-06 [match]
14929         * src/jpilot.[ch]
14930                 enable jpilot to read unsynch'ed addresses.
14931
14932         * src/editldap_basedn.c
14933                 fix segfault when opening dialog.
14934
14935 2001-10-06 [alfons]     0.6.2.claws22
14936
14937         * src/summaryview.c
14938                 fix bug with summary view selecting last *inserted*
14939                 node instead of last *visible* node. remember we
14940                 work with a tree
14941
14942 2001-10-06 [paul]       0.6.2claws21
14943
14944         * po/pt_BR.po
14945                 updated translation, contains some fixes and new
14946                 translations, submitted by Gustavo Noronha Silva
14947                 <kov@debian.org>
14948
14949         * src/prefs_common.c
14950                 change 'each' to 'every' - fix dubious English
14951
14952         * sync with sylpheed 0.6.2cvs11
14953
14954 2001-10-05 [alfons]     0.6.2claws20
14955
14956         * src/mainwindow.[ch], src/folderview.c
14957                 make composite tool button switch between "Compose News"
14958                 and "Compose Mail" depending on selected folder
14959                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14960
14961 2001-10-05 [paul]       0.6.2claws19
14962
14963         * src/mainwindow.c, src/summaryview.c
14964                 fix 'Message/Reply to all', broken in last commit
14965
14966         * src/compose.c
14967                 fix X_BEENTHERE seg fault, thanks to Alfons
14968
14969 2001-10-04 [paul]       0.6.2claws18
14970
14971         * src/compose.[ch], src/mainwindow.c
14972                 make "Message/Reply" reply to mailing lists; matches
14973                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14974                 based on portions of the patch submitted by
14975                 Junichi Uekawa <dancer@netfort.gr.jp>
14976
14977 2001-10-04 [darko]      0.6.2claws17
14978
14979         * src/compose.c
14980                 better smart wrapping
14981         * src/gtkstext.[hc]
14982                 a function to make text buffer contiguous
14983
14984 2001-10-03 [paul]       0.6.2claws16
14985
14986         * sync with sylpheed 0.6.2cvs10
14987
14988 2001-10-02 [alfons]
14989
14990         * configure.in
14991         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14992                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14993                 references to chinese translations (hope someone picks up
14994                 this)
14995
14996 2001-10-02 [christoph]  0.6.2claws15
14997
14998         * src/compose.c
14999                 fixed non translated header bug
15000         * ChangeLog.claws
15001                 fixed wrong date in alfons last entry ;)
15002
15003 2001-10-02 [alfons]     0.6.2claws14
15004
15005         * src/compose.c, src/prefs_common.[ch]
15006                 add block cursor option
15007
15008 2001-10-02 [paul]       0.6.2claws13
15009
15010         * sync with sylpheed 0.6.2cvs9
15011
15012 2001-09-30 [paul]       0.6.2claws12
15013
15014         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15015                 updated translations
15016
15017         * po/POTFILES.in
15018                 add 'src/importldif.c'
15019
15020         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15021                 added eudora-to-vCard conversion tool
15022                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15023
15024         * sync with sylpheed 0.6.2cvs8
15025
15026 2001-09-30 [paul]
15027
15028         * sylpheed-0.6.2claws released
15029
15030 2001-09-27 [melvin]     0.6.2claws11
15031
15032         * src/gtkspell.c
15033                 fixed crash when using default path (introduced 
15034                 in 0.6.2claws10)
15035                 fixed tiny bug for initial suggestion mode
15036
15037 2001-09-27 [melvin]     0.6.2claws10
15038         
15039         * src/gtkspell.c
15040                 fixed bug where gtkpspell didn't set the path correctly
15041
15042         * README.claws
15043                 added a paragraph about spell checking
15044                 
15045
15046
15047 2001-09-27 [paul]       0.6.2claws9
15048
15049         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15050                 replace '// comments' with '/* comments */' to prevent
15051                 some compiler warnings 
15052
15053         * sync with sylpheed 0.6.2cvs6
15054
15055 2001-09-26 [alfons]     0.6.2claws8
15056
15057         * src/messageview.c
15058                 introduce return receipt request notification again,
15059                 which was lost because of other semantics in 
15060                 procheader_parse() (???)
15061
15062 2001-09-26 [christoph]  0.6.2claws7
15063
15064         * src/compose.c
15065                 replace comments for old code with #if 0
15066                 readded auto cc, bcc and reply-to
15067         * src/prefs_matcher.c
15068         * src/prefs_scoring.c
15069                 removed some definition (was moved to
15070                 prefs.h)
15071
15072 2001-09-26 [paul]       0.6.2claws6
15073
15074         * src/mainwindow.c
15075                 make 'Follow-up and reply to' sensitive
15076
15077         * more sync with sylpheed 0.6.2cvs5
15078
15079 2001-09-25 [melvin]
15080
15081         * 0.6.2claws5
15082
15083         * src/gtkspell.c
15084                 fixed bug for "US-ASCII" introduced by the encoding code
15085
15086 2001-09-25 [paul]
15087
15088         * 0.6.2claws4
15089
15090         * src/prefs_common.[ch], src/summaryview.c
15091                 'next unread msg' 'go to next folder?' dialog can be
15092                 given default behaviour, either always show dialog,
15093                 or assume 'yes', or assume 'no'
15094                 Submitted by wwp <subscript@free.fr>
15095
15096 2001-09-25 [melvin]
15097                 
15098         * src/compose.c src/gtkspell.[ch]
15099                 added support for different encodings
15100
15101 2001-09-25 [paul]
15102
15103         * more sync with sylpheed 0.6.2cvs5
15104
15105 2001-09-24 [alfons]
15106         
15107         * src/prefs_folder_item.c
15108                 add check for item->prefs->default_to string is NULL and
15109                 add another check when freeing this string
15110
15111 2001-09-24 [paul]
15112
15113         * configure.in
15114                 change to version 0.6.2claws3
15115
15116         * sync with sylpheed 0.6.2cvs5 
15117
15118 2001-09-24 [match]
15119         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15120                 import LDIF files.
15121         * src/addrcache.[ch], addrindex.[ch]
15122                 small update for future
15123         * src/addrbook.c
15124                 fix test XML file.
15125
15126 2001-09-24 [melvin]
15127         * src/gtkspell.[ch]
15128                 added 'Learn from mistakes' option
15129                 better handling of quotes in checked words
15130                 sorted dict list
15131         * po/fr.po
15132                 small update for spell checking stuff
15133
15134 2001-09-23 [alfons]
15135         
15136         * src/gtkspell.c
15137                 edit a little bit so it complies more with main coding style
15138
15139 2001-09-23 [alfons]
15140
15141         * src/folder.[ch], prefs_folder_item.c, compose.c
15142                 migrate "request return receipt" folder property
15143                 to folderlist.xml
15144
15145 2001-09-22 [alfons]
15146
15147         * README.claws **NEW**
15148                 (add things of interest for users of main branch 
15149                 and claws here)
15150
15151         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15152                 re-implement threading per folder option, but store 
15153                 the setting in folderlist.xml (where it belongs)
15154
15155 2001-09-21 [melvin]
15156
15157         * src/gtkspell.[ch]
15158                 fixed bug when compose window is under another window
15159         * src/prefs_common.[ch] src/compose.c
15160                 changed 'dictionary_path' to 'dictionary' to be consistent
15161                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15162         * ac/pspell.m4 src/Makefile.am 
15163                 dropped PSPELL_PATH macro
15164         * po/fr.po
15165                 updated translations
15166
15167 2001-09-21 [christoph]
15168
15169         * src/compose.c
15170                 added border around header fields
15171                 keep header type when new field is added
15172
15173 2001-09-20 [christoph]
15174
15175         * src/utils.[ch]
15176                 more portable debug_print with source filename
15177                 and linenumber
15178         * src/procmsg.c
15179                 more newlines after debug messages
15180
15181 2001-09-20 [paul]
15182
15183         * configure.in
15184                 change to version 0.6.2claws2
15185
15186         * sync with sylpheed 0.6.2cvs3
15187
15188 2001-09-19 [melvin]
15189
15190         * src/gtkspell.c
15191                 fixed the post-right-click focus pb
15192                 fixed crash when 'Spell check all' after dict change 
15193                         and when cursor is at the end of the text
15194                 shift-right-click pops up config menu even on misspelled words.
15195         * po/POTFILES.in
15196                 added gtkspell.c
15197
15198 2001-09-19 [melvin]
15199
15200         * src/about.c
15201                 added pspell to compiled-in features list
15202
15203 2001-09-18 [melvin]
15204
15205         * switched to pspell and dropped ispell
15206         * ac/pspell.m4
15207                 new file. autoconf macro for pspell
15208         * ac/Makefile.am 
15209         * configure.in acconfig.h
15210                 added pspell support
15211         * src/Makefile.am
15212         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15213         * src/prefs_common.[ch] 
15214                 added pspell support
15215
15216 2001-09-18 [christoph]
15217
15218         * src/addr_compl.c
15219         * src/template.[ch]
15220                 replace LOG_MESSAGE with debug_print
15221         * src/compose.[ch]
15222                 gui improvements
15223         * src/menu.c
15224                 added newline after debug message
15225         * src/utils.h
15226                 using __VA_ARGS__ for debug_print macro
15227         * tools/.cvsignore
15228                 ignore Makefile and Makefile.in
15229
15230 2001-09-18 [paul]
15231
15232         * configure.in
15233                 change to version 0.6.2claws1
15234         * sync with sylpheed 0.6.2cvs1
15235
15236         * src/matcher.c 
15237         * src/prefs_matcher.c
15238                 add 'score equal to' option, submitted by
15239                 Paul Evans <nerd@freeuk.com>
15240
15241 2001-09-15 [christoph]
15242
15243         * src/mainwindow.c
15244                 comment out menu entry not existing in claws
15245         * src/menu.c
15246                 add debug output for non existing menu entries
15247         * src/summaryview.c
15248                 fix next/prev unread message for ignored threads
15249         * src/utils.[ch]
15250                 add sourcefile and line number to debug output
15251                 otherwise it is sometimes hard to find the
15252                 source code part if debug messages are translated
15253
15254 2001-09-14 [darko]
15255         
15256         * src/folderview.c
15257                 refresh target folder style after colour is changed
15258
15259 2001-09-13 [paul]
15260
15261         * configure.in
15262                 change to version 0.6.1claws3
15263
15264         * sync with sylpheed 0.6.1cvs6
15265
15266 2001-09-13 [darko]
15267         
15268         * src/folderview.c
15269                 fix target folder colourization to use user selected colour
15270
15271 2001-09-12 [darko]
15272         
15273         * src/summaryview.c
15274                 fix crash when message that is marked for copy/move is unmarked
15275
15276 2001-09-09 [paul]
15277
15278         * configure.in
15279                 change to version 0.6.1claws2
15280
15281         * sync with sylpheed 0.6.1cvs3
15282
15283 2001-09-09 [alfons]
15284         
15285         * src/folderview.c
15286                 fix bug with default font used for trash folder text
15287
15288 2001-09-06 [paul]
15289
15290         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15291                 updated translations
15292
15293         * configure.in
15294                 change to version 0.6.1claws1
15295
15296         * sync with sylpheed 0.6.1cvs2
15297
15298 2001-09-03 [paul]
15299
15300         * po/POTFILES.in
15301                 add Match's new addressbook
15302
15303         * po/de.po
15304                 updated translation submitted by Jens Oberender
15305
15306 2001-09-02 [paul]
15307
15308         * configure.in
15309                 change to 0.6.1claws
15310         * sync with sylpheed 0.6.1 release
15311
15312 2001-09-02 [paul]
15313
15314         * configure.in
15315                 change to 0.6.0claws2
15316
15317         * sync with sylpheed 0.6.0cvs4
15318
15319         * po/pt_BR.po
15320                 updated translation submitted by Fabio Junior Beneditto
15321
15322 2001-09-01 [match]
15323         * pixmaps/
15324                 interface.xpm
15325                 book.xpm
15326                 address.xpm
15327         * src/
15328                 Makefile.am
15329                 a ton of new files
15330
15331 2001-08-31 [paul]
15332
15333         * configure.in
15334                 change to version 0.6.0claws1
15335
15336         * sync with sylpheed 0.6.0cvs1
15337
15338         * po/es.po
15339                 updated translation submitted by Ricardo Mones Lastra
15340
15341         * po/POTFILES.in
15342                 add 'src/prefs_templates.c'
15343
15344         * src/compose.c, src/summaryview.c
15345                 fix segfault on 'Re_edit'               
15346
15347 2001-08-30 [alfons]
15348
15349         * configure.in, Makefile.am
15350         * tools/Makefile.am
15351                 add tools directory to source distribution
15352
15353 2001-08-30 [paul]
15354
15355         * configure.in
15356                 change to version 0.6.0claws
15357
15358         * sync with sylpheed 0.6.0 release
15359
15360 2001-08-30 [christoph]
15361
15362         * configure.in
15363                 removed autoconf version check
15364
15365 2001-08-30 [paul]
15366
15367         * src/account.c, src/compose.c, src/prefs_common.[ch]
15368         * src/procheader.[ch] src/utils.[ch]
15369                 Enhanced automatic account selection on replies
15370                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15371
15372         * configure.in
15373                 add LDAP and JPilot to the configuration results output.
15374
15375 2001-08-29 [christoph]
15376
15377         * src/summeryview.c
15378                 no bold font for ignored threads
15379
15380 2001-08-29 [paul]
15381
15382         * configure.in
15383                 change to version 0.5.3claws6
15384
15385         * sync with sylpheed 0.5.3cvs10
15386                 src/stringtable.[ch]: New Files
15387
15388         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15389         * src/pixmaps/sylpheed.xpm
15390                 add mini-icons to windows (by Alfons)
15391
15392 2001-08-27 [paul]
15393
15394         * src/mainwindow.c
15395                 new functions: next_labeled_cb(), prev_labeled_cb()
15396
15397         * src/summaryview.c
15398                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15399                 summary_select_next_labeled(), summary_select_prev_labeled()
15400
15401         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15402                 give claws blue folders and a blue trash can
15403
15404 2001-08-27 [paul]
15405
15406         * configure.in
15407                 change to version 0.5.3claws5
15408
15409         * sync with sylpheed 0.5.3cvs9
15410                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15411
15412 2001-08-24 [christoph]
15413
15414         * src/filesel.c
15415                 keep filename when browsing directories
15416                 (not working for user entered filename, but
15417                  for default name and selected filename from
15418                  file list)
15419         * src/mainwindow.c
15420                 fixed wrong spelling "Folllow-up"
15421         * src/mbox_folder.c
15422         * src/procmsg.c
15423         * src/summaryview.c
15424                 fixed new/unread message count with ignored
15425                 threads (2 commits, first didn't notice no
15426                 longer needed decreasing)
15427         * src/inc.c
15428                 readded scrolling of progress dialog
15429                 (lost in sync)
15430
15431 2001-08-24 [paul]
15432
15433         * configure.in
15434                 change to 0.5.3claws4
15435
15436         * sync with sylpheed 0.5.3cvs7
15437
15438 2001-08-24 [christoph]
15439
15440         * src/compose.c
15441                 set request return receipt when replying
15442                 if it is set is the folder prefs of the
15443                 message
15444         * src/inc.c
15445                 disable final error popup if popups are
15446                 disabled in config (again)
15447
15448 2001-08-23 [paul]
15449
15450         * configure.in
15451                 Change version number to 0.5.3claws3
15452
15453         * sync with sylpheed 0.5.3cvs5
15454
15455         * src/mimeview.c
15456                 double quote '%s' in 'gedit %s' to fix bug when
15457                 opening attachment with spaces in the name
15458
15459 2001-08-22 [alte]
15460         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15461           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15462                 initial message templates support
15463
15464
15465 2001-08-22 [paul]
15466
15467         * configure.in
15468                 change version number to 0.5.3claws2
15469
15470         * sync with sylpheed 0.5.3cvs4
15471
15472         * src/procmsg.h src/summaryview.c
15473                 re-implement (un)ignore thread
15474
15475 2001-08-21 [paul]
15476
15477         * src/summaryview.c
15478                 remove unnecessary code
15479         * src/compose.c
15480                 enable 'dynamic' signatures (submitted by
15481                 Eric Limpens <eric@hscg-internet.nl>)
15482
15483 2001-08-21 [paul]
15484
15485         clean up after sync with sylpheed 0.5.3 release
15486
15487         * src/folderview.c
15488                 fix re-introduced font mess, see Christoph's
15489                 entry 2001-06-24
15490
15491         * src/summaryview.c
15492                 remove prev_msgnum
15493                 use sylpheed's small font instead of
15494                 gtk default font for summary view
15495
15496
15497 2001-08-17 [paul]
15498
15499         * configure.in
15500                 add pl to ALL_LINGUAS - sync with main branch
15501
15502         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15503                 Updated. Translations by Jens Oberender, Ricardo Mones
15504                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15505
15506         * po/pl.po  ** NEW FILE **
15507                 sync with the main branch
15508
15509         * src/folderview.c
15510                 fix target folder colorizing and refresh problem
15511
15512
15513 2001-08-17 [christoph]
15514
15515         * src/mainwindow.c
15516                 claws uses 4 colors for target folder coloring.
15517                 arrays were not long enough and destroyed the
15518                 stack causing a segfault.
15519                 target folder colorizing does not work anymore
15520                 for me
15521
15522 2001-08-16 [paul]
15523
15524         * configure.in
15525                 change to version 0.5.3claws1
15526
15527         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15528           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15529           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15530
15531                 sync with sylpheed 0.5.3 release, but keep claws method of
15532                 configuring/saving fonts
15533
15534         * src/addressbook.[ch]
15535                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15536                 in line with a similar change in Hiroyuki's branch
15537
15538         * src/mainwindow.[ch]
15539                 disable main_window_set_thread_option()
15540         * src/prefs_folder_item.c
15541                 comment out &tmps_prefs.enable_thread,
15542         * src/mbox_folder.c, src/procmsg.[ch]
15543                 comment out MSG_IS_IGNORE_THREAD
15544         * src/summaryview.c
15545                 comment out summary_ignore_thread() and summary_unignore_thread()
15546                 comment out MSG_IS_IGNORE_THREAD
15547
15548                 use Hiroyuki's threading instead.
15549
15550
15551
15552 2001-08-15 [paul]
15553
15554         * src/account.c
15555                 use Hiroyuki's 0.5.3 column scheme but also
15556                 include the enable/disable button.
15557         * src/pixmaps/mark.xpm
15558                 add Hiroyuki's amended pixmap
15559
15560 2001-08-13 [christoph]
15561
15562         * src/account.c
15563                 receive at get all column showed wrong state for APOP
15564                 button should only work for POP3 and APOP accounts
15565         * src/prefs_account.c
15566                 added missing preprocessor statement for SSL
15567
15568 2001-08-12 [paul]
15569
15570         * src/account.[ch]
15571                 add 'receive at get all' column and enable/disable
15572                 button.
15573
15574 2001-08-06 [christoph]
15575
15576         * src/account.c
15577                 show usage of SSL in protocol column
15578
15579         * src/imap.c
15580         * src/inc.c
15581                 renamed ssl options
15582
15583         * src/prefs_account.[ch]
15584                 moved ssl options to a new page
15585
15586         * src/send.c
15587         * src/smtp.c
15588         * src/ssl.[ch]
15589                 renamed ssl options
15590                 added support for SMTP STARTTLS command
15591
15592 2001-08-05 [christoph]
15593
15594         * configure.in
15595                 debian autoconf needs version check to find
15596                 correct autoconf version. if the file is
15597                 named configure.in 2.13 is used, which does
15598                 not work with this configure.in script.
15599                 other solution would be to rename the script
15600                 to configure.ac as suggested in the autoconf
15601                 manual.
15602
15603         * src/inc.c
15604                 disable final error popup if popups are
15605                 diabled in config
15606
15607         * src/socket.c
15608                 bugfix in ssl_gets
15609                 fixes IMAP over SSL problem
15610
15611 2001-08-03 [paul]
15612
15613         * configure.in
15614                 change to 0.5.2claws1
15615
15616         * sync with sylpheed 0.5.2cvs1
15617
15618 2001-08-02 [alfons]
15619
15620         * configure.in
15621                 quick fix for ispell detection...
15622
15623 2001-08-01 [paul]
15624
15625         * configure.in
15626                 change to 0.5.1claws4
15627
15628         * sync with sylpheed 0.5.1cvs7
15629
15630 2001-07-31 [alfons]
15631
15632         * src/prefs_common.c, src/prefs_common.h, 
15633           src/gtkspell.c, src/gtkspell.h
15634                 add global spelling checker settings (compose tab) +
15635                 selection of dictionary 
15636           
15637         * configure.in  
15638                 guess valid ispell location
15639
15640 2001-07-31 [paul]
15641
15642         * po/POTFILES.in
15643                 removal of 'src/quote_fmt_parse.c'
15644         * po/de.po
15645                 Updated de.po
15646                 (submitted by Jens Oberender <didge@suse.de>)
15647
15648 2001-07-31 [darko]
15649
15650         * src/folder.[ch]
15651         * src/folderview.[ch]
15652         * src/mainwindow.c
15653         * src/mh.c
15654         * src/prefs_common.[ch]
15655         * src/summaryview.c
15656                 target folder colourization
15657
15658 2001-07-30 [paul]
15659
15660         more sync with Sylpheed 0.5.1cvs6 
15661
15662 2001-07-30 [darko]
15663
15664         * src/mh.c
15665         * src/prefs_folder_item.[hc]
15666         * src/summaryview.c
15667                 shared folders support with a GUI
15668
15669 2001-07-29 [paul]
15670
15671         0.5.1claws3
15672
15673         * sync with Sylpheed 0.5.1cvs6
15674
15675 2001-07-29 [paul]
15676
15677         * po/pt_BR.po
15678                 updated
15679                 (submitted by Fabio Junior Beneditto)
15680
15681 2001-07-28 [paul]
15682
15683         * src/procmime.c
15684         * AUTHORS
15685                 patch to correct bad image mime headers
15686                 (submitted by Don Quijote <dq@searchlores.org>)
15687
15688 2001-07-28 [paul]
15689
15690         * tools/gif2xface.pl   **NEW FILE**
15691         * tools/README
15692                 script to convert file.gif to file.xface for
15693                 use in a custom header.
15694                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15695
15696 2001-07-27 [alfons]
15697         
15698         * configure.in
15699                 change macros for detecting JPilot and LDAP
15700
15701 2001-07-27 [christoph]
15702
15703         * src/filtering.c
15704                 code cleanup (MIN / MAX warning, needed casting)
15705
15706 2001-07-27 [alfons]
15707
15708         * procheader.c
15709                 disallow setting flags when detecting certain headers
15710                 (X-Status, Status, Seen, X-Seen). 
15711         
15712         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15713
15714 2001-07-27 [christoph]
15715
15716         * src/prefs_filter.c
15717         * src/prefs_filtering.c
15718         * src/prefs_matcher.c
15719         * src/prefs_scoring.c
15720                 scroll list when moving rows up or down
15721
15722         * src/imap.c
15723         * src/imap.h
15724         * src/prefs_account.c
15725         * src/prefs_account.h
15726         * src/send.c
15727                 SMTP over SSL (untested, feedback requested)
15728                 IMAP over SSL
15729
15730         * src/ssl.c
15731                 code cleanup
15732
15733 2001-07-26 [alfons]
15734         
15735         * configure.in, acconfig.h
15736                 define CLAWS (need this for main / claws detection)
15737
15738 2001-07-25 [alfons]
15739
15740         * configure.in
15741                 Sylpheed 0.5.1claws2
15742                 
15743         * sync with Sylpheed 0.5.1cvs4
15744
15745 2001-07-25 [christoph]
15746
15747         * src/scoring.c
15748                 fixed segfault
15749                 item->prefs == NULL (don't know why)
15750
15751 2001-07-25 [alfons]
15752
15753         * configure.in
15754                 Sylpheed 0.5.1claws1
15755
15756         * sync with Sylpheed 0.5.1cvs1-3
15757
15758 2001-07-24 [christoph]
15759
15760         * src/folderview.c
15761         * src/prefs_folder_item.[ch]
15762                 added folderitem preferences dialog with
15763                 default To: and auto request return receipt
15764
15765         * src/compose.[ch]
15766         * src/menu.[ch]
15767                 changes to handle new folderitem preferences
15768
15769         * src/mainwindow.c
15770         * src/summaryview.c
15771                 call compose new mail with current folderitem
15772
15773 2001-07-24 [alfons]
15774
15775         Release Sylpheed 0.5.1claws
15776
15777         * configure.in
15778                 change to release version 0.5.1claws
15779
15780 2001-07-24 [christoph]
15781
15782         * src/summaryview.c
15783                 fixed segfault that happend when the selected
15784                 message was removed while retrieving new messages.
15785
15786         * po/es.po
15787                 updated translation
15788                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15789
15790 2001-07-22 [alfons]
15791
15792         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15793         this is a work in progress, for more information: http://nlpagan.net/sylman 
15794         
15795         * configure.in, src/mainwindow.c, manual/Makefile.am
15796                 add support for English manual
15797
15798         * AUTHORS
15799                 add authors of user manuals
15800
15801         * manual/en/sylpheed*.html
15802                 add English documentation
15803
15804 2001-07-22 [christoph]
15805
15806         * po/POTFILES.in
15807                 added src/ssl.c
15808         * src/ssl.c
15809                 changed a wrong debug message
15810
15811 2001-07-22 [alfons]
15812
15813         * po/nl.po
15814                 update Dutch translation
15815
15816         * src/prefs_filtering.c, 
15817           src/prefs_matcher.c
15818                 add more translatable strings           
15819
15820 2001-07-21 [alfons]
15821
15822         0.5.0claws7
15823
15824         * configure.in
15825                 change version
15826
15827         * src/inc.c, src/summaryview.[ch]
15828                 prevent update of mark file when filtering has done, by
15829                 using a variable; this affects two functions:
15830                         inc.c::inc_finished()
15831                         summaryview.c::summary_show()
15832
15833 2001-07-20 [alfons]
15834
15835         * src/filtering.[ch], src/prefs_filtering.c, 
15836           src/matcher.[ch]
15837                 add filtering action for label coloring 
15838
15839         * po/POTFILES.in
15840                 add labelcolors.c
15841
15842         * added src/labelcolors.c
15843         * added src/labelcolors.h
15844         * src/Makefile.am, src/summaryview.c
15845                 rearrange label coloring code
15846
15847         * src/procmsg.h
15848                 add more parentheses so label colouring works correctly
15849
15850         * src/filtering.c
15851                 don't really delete message, but move it to Trash
15852
15853         * src/prefs_matcher.c
15854                 add quote options to info dialog
15855
15856 2001-07-20 [christoph]
15857
15858         * src/Makefile.am
15859         * src/inc.c
15860         * src/main.[ch]
15861         * src/socket.h
15862         * src/ssl.[ch] (new)
15863                 moved ssl stuff to a seperate file
15864
15865 2001-07-20 [darko]
15866
15867         * src/summaryview.c
15868                 fix show sender using address book with no e-mail
15869                 address in From: field
15870
15871 2001-07-19 [alfons]
15872
15873         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15874                 fix messy handling of escaping... now at least the
15875                 execute command is useful. escape char is '\', we
15876                 accept \n and \r too. 
15877
15878                 Real life example:
15879                 
15880                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15881                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15882
15883 2001-07-18 [alfons]
15884
15885         0.5.0claws6
15886
15887         * src/summaryview.c
15888                 clean up
15889
15890         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15891           src/procmsg.[ch]
15892                 revise filtering; currently move, copy, marking have
15893                 been tested. if you like bleeding edge stuff, you
15894                 should definitely go for this version :)
15895
15896         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15897
15898 2001-07-17 [christoph]
15899
15900         * src/utils.c
15901                 timestamp log
15902
15903 2001-07-17 [alfons]
15904
15905         0.5.0claws5
15906
15907         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15908           bits in the mark file, without affecting either branch. Lots of
15909           files changed, also in claws branch.
15910
15911           UNTESTED: use of mbox folders
15912
15913         * src/summaryview.c
15914                 added mark all read; however this was a quick hack used for
15915                 cleaning up mess after initial merge with Hiroyuki
15916
15917         * configure.in
15918                 change claws version number back to 0.5.0claws5 to clear up 
15919                 confusion & pretension (recent release was technically 
15920                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15921
15922 2001-07-16 [alfons]
15923
15924         sync with Hiroyuki's 0.5.0cvs4
15925
15926 2001-07-16 [alfons]
15927
15928         0.5.1claws3
15929
15930         * src/filtering.[ch]
15931                 remove invalid updating of mark files for 
15932                 filter actions MATCHING_ACTION_MOVE and 
15933                 MATCHING_ACTION_DELETE; this should fix the
15934                 folder update bug
15935                 
15936         * src/procmsg.c
15937                 revert Christoph's stab at fixing the folder 
15938                 update bug
15939
15940         * po/POTFILES.in
15941                 add missing files with translatable strings
15942
15943         * src/summaryview.c
15944                 remove debug print
15945
15946 2001-07-15 [alfons]
15947
15948         * src/addr_compl.[ch], src/prefs_filtering.c
15949                 make "filtering pref dialog's destination entry" an
15950                 "address completable entry", if filter destination is 
15951                 an email address
15952
15953         0.5.1claws2
15954         
15955         sync with Hiroyuki's 0.5.0cvs2-3
15956
15957 2001-07-15 [christoph]
15958
15959         * src/procmsg.c
15960                 fixed folder stats update after incorporation
15961
15962 2001-07-15 [alfons]
15963
15964         * src/summaryview.c
15965                 * finish label colouring stuff (for now)
15966                 * fix incorrect colour bug (off by one) 
15967
15968 2001-07-14 [alfons]
15969
15970         * src/mainwindow.c
15971                 change text labels for news and mail message so there's
15972                 plenty of toolbar estate left
15973
15974         * configure.in
15975                 0.5.1claws1
15976
15977         * src/folderview.c
15978           src/folder.[ch]
15979                 sync with Hiroyuki's 0.5.0cvs1
15980
15981         * src/summaryview.c
15982                 more rewrite label colouring
15983
15984 2001-07-14 [alfons]
15985
15986         * src/summaryview.[ch]
15987                 * start rewrite label colouring 
15988                 * fix proper location "Add Sender To Addressbook" menu item
15989
15990 2001-07-13
15991
15992         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15993         (actually this is 0.5.0claws4)
15994
15995 2001-07-13 [alfons]
15996
15997         * po/pt_BR.po
15998                 * fix duplicate message
15999                 * add updated Portugese / Brazilian translation
16000                   submitted by Fabio Junior Beneditto
16001
16002 2001-07-12 [alfons]
16003
16004         * AUTHORS
16005                 add Jens
16006
16007         * po/nl.po
16008                 add updated Dutch translation
16009
16010         * po/de.po
16011                 add updated German translation submitted by Jens
16012
16013 2001-07-11 [alfons]
16014
16015         Prerelease before 0.5.0claws. Please test.
16016         This version is temporarily tagged as VERSION_0_5_0_TEST
16017
16018         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16019           src/prefs_scoring.c, src/prefs_matcher.c, 
16020           src/prefs_filtering.c, src/mbox.c, 
16021           src/main.c, src/inc.c, src/filtering.[ch]
16022                 revert new Hoa's new matcher (does not work yet)
16023
16024         * src/Makefile.am
16025                 clean up
16026
16027 2001-07-10
16028
16029         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16030
16031
16032 2001-07-10 [alfons]
16033
16034         * Makefile.am
16035                 add ChangeLog.claws to EXTRA_DIST
16036         * src/Makefile.am
16037                 add matcher_parser_parse.h to EXTRA_DIST
16038
16039 2001-07-10 [christoph]
16040
16041         * src/inc.c
16042                 add destination folder to table of
16043                 folders that need to be updated after
16044                 incorporation
16045
16046 2001-07-10 [alfons]
16047
16048         * folder.[ch]
16049           folderview.c
16050                 make collapse state of folders and folder items persistent, i.e.
16051                 if you collapse a folder tree, the next time sylpheed-claws starts 
16052                 up the folder tree remains collapsed.  
16053                 
16054 2001-07-10 [christoph]
16055
16056         * acconfig.h
16057         * configure.in
16058                 added --enable-ssl
16059         * src/md5.[ch]
16060                 renamed MD5_CTX to MD5_CTX_syl
16061                 conflicts with a struct in openssl
16062         * src/inc.c
16063         * src/main.[ch]
16064         * src/prefs_account.[ch]
16065         * src/socket.[ch]
16066                 SSL support for POP
16067         * src/mainwindow.c
16068                 fixed compose with current account
16069                 broken by new compose button stuff
16070
16071 2001-07-09 [hoa]
16072
16073         * AUTHORS
16074                 changed my email address
16075
16076         * src/matcher_parser_parse.y
16077                 clean the parser to remove conflicts
16078
16079 2001-07-09 [alfons]
16080
16081         * AUTHORS
16082                 add Match Grun
16083
16084         * configure.in
16085                 fix incorrect description of --enable-ldap parameter
16086
16087         * src/prefs_common.[ch]
16088           src/compose.c
16089                 add experimental option "smart wrapping" which makes the
16090                 compose editor auto wrap.
16091                 
16092                 | TODO: the problem with the buggy cursor handling is caused |
16093                 | by the GtkText. when deleting / backspacing text its       |
16094                 | wrapping algorithm does not take in account the previous   |
16095                 | line. should find a way to hack this in.                   |
16096                 | or should perhaps combine this with the word wrapping      |
16097                 | patch i wrote in january.                                  |
16098
16099         * src/about.c
16100                 show build parameters for LDAP and JPilot
16101
16102         * src/summaryview.c
16103                 revert Christoph's bugfix for selecting next unread message, 
16104                 because folder stats aren't updated correctly
16105
16106 2001-07-08 [hoa]
16107
16108         * src/filtering.c
16109         * src/mainwindow.c
16110         * src/matcher.c
16111         * src/matcher_parser_lex.l
16112         * src/matcher_parser_parse.y
16113         * src/prefs_filtering.c
16114         * src/prefs_scoring.c
16115         * src/scoring.c
16116                 bugfix of the config file parser
16117
16118 2001-07-08 [alfons]
16119
16120         * src/Makefile.am
16121                 added generated matcher sources to BUILT_SOURCES
16122
16123 2001-07-08 [hoa]
16124
16125         * src/Makefile.am
16126         * src/.cvsignore
16127                 added new config file parser
16128
16129         * src/scoring.[ch]
16130         * src/filtering.[ch]
16131         * src/matcher.[ch]
16132         * src/prefs_filtering.c
16133         * src/prefs_matcher.c
16134         * src/prefs_scoring.c
16135         * added src/matcher_parser.h
16136         * added src/matcher_parser_lex.h
16137         * added src/matcher_parser_lex.l
16138         * added src/matcher_parser_parse.y
16139                 lex & yacc config file parser
16140
16141         * src/mbox.c
16142         * src/inc.c
16143         * src/main.c
16144                 changes prefs_filtering into global_filtering           
16145
16146         * src/summaryview.c
16147                 build threads with subjects only if "Re: " is at the
16148                 beginning of the subject
16149
16150 2001-07-07 [paul]
16151
16152         0.5.0claws
16153
16154         sync with sylpheed 0.5.0
16155                 change of version number only
16156
16157 2001-07-06 [paul]
16158
16159         0.5.0claws5
16160
16161         sync with sylpheed 0.5.0pre5
16162
16163 2001-07-05 [paul]
16164
16165         sync with sylpheed 0.5.0pre4 release
16166                 /po and /manual/ja not sync'ed
16167
16168 2001-07-04 [paul]
16169
16170         more sync with sylpheed 0.5.0pre4
16171
16172 2001-07-03 [christoph]
16173
16174         * src/addressbook.c
16175                 fixed address book broken by address book
16176                 for VCard, JPilot, LDAP
16177
16178 2001-07-03 [alfons]
16179
16180         * src/matcher.c
16181         * src/textview.c
16182                 stopped memory leaks
16183
16184 2001-07-03 [paul]
16185
16186         more sync with sylpheed 0.5.0pre4
16187
16188 2001-07-02 [match]
16189
16190         * included address book patch for VCard, JPilot, LDAP
16191         * pref_common.c - fixed Font options on Display tab (cosmetic)
16192         * alertpanel.c - fixed truncated message
16193
16194 2001-07-02 [christoph]
16195
16196         * src/mbox_folder.c
16197         * src/procmsg.[ch]
16198         * src/summaryview.c
16199                 mark threads for ignoring
16200
16201 2001-07-02 [paul]
16202
16203         0.5.0claws4
16204
16205         * sync with sylpheed 0.5.0pre4
16206                 updated gettext to 0.10.38.
16207
16208 2001-07-01 [paul]
16209
16210         * src/ mainwindow.c
16211         * src/procmsg.h
16212         * src/summaryview.[ch]
16213                 new right-click option: Label.
16214                 substitute for 'Mark-->Mark/Unmark', colours the line.
16215                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16216
16217 2001-07-01 [christoph]
16218
16219         * src/folderview.c
16220                 fixed font for trash
16221         * src/summaryview.c
16222                 move ctree to unread message
16223
16224 2001-07-01 [paul]
16225
16226         * sync with sylpheed 0.5.0pre3 release
16227
16228 2001-06-30 [alfons]
16229
16230         * src/filesel.[ch]
16231         * src/compose.c
16232                 allow inserting / attaching multiple files in
16233                 the composer window
16234
16235 2001-06-30 [paul]
16236
16237         * src/codeconv.c
16238                 small change to Alfons' previous stuff so that it
16239                 actually makes
16240
16241 2001-06-30 [alfons]
16242
16243         * lots of files changed; first attempt to merge the changes
16244           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16245
16246 2001-06-30 [paul]
16247
16248         * po/pt_BR.po
16249                 updated and completed, translations by Fabio
16250                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16251
16252 2001-06-29 [alfons]
16253
16254         * src/compose.c
16255         * src/mimeproc.[ch]
16256                 allow selecting an attached files' mime type from a 
16257                 list of types.
16258
16259 2001-06-29 [paul]
16260
16261         * more sync with sylpheed 0.5.0pre3
16262
16263 2001-06-29 [paul]
16264
16265         * po/pt_BR.po
16266                 merge with sylpheed.pot and pt_BR.po provided by
16267                 Fabio Junior Beneditto.
16268
16269 2001-06-29 [darko]
16270
16271         * src/procmime.c
16272                 make MIME types case insensitive
16273
16274 2001-06-28 [alfons]
16275
16276         * po/nl.po
16277                 merge with sylpheed.pot and old nl.po; translations added.
16278
16279 2001-06-28 [paul]
16280
16281         * more sync with sylpheed 0.5.0pre3
16282
16283 2001-06-27 [alfons]
16284
16285         * src/summaryview.c
16286                 don't crash when removing parent node of messages
16287                 attracted by subject. this was caused by not deleting
16288                 the parent node from the subject line hash table.
16289
16290 2001-06-27 [alfons]
16291
16292         * src/summaryview.c
16293         * src/compose.[ch]
16294         * src/mainwindow.c
16295                 if there are multiple messages selected, allow forwarding
16296                 them as attachments.
16297
16298 2001-06-27 [paul]
16299
16300         * more sync with sylpheed 0.5.0pre3
16301
16302 2001-06-26 [paul]
16303
16304         0.5.0claws3
16305
16306         * sync with sylpheed 0.5.0pre3
16307
16308 2001-06-25 [paul]
16309
16310         * src/mainwindow.c
16311                 fixed 'compose news article' bug
16312                 from icon-and-text toolbar
16313
16314 2001-06-25 [paul]
16315
16316         * sync with sylpheed 0.5.0pre2 release
16317
16318 2001-06-24 [christoph]
16319
16320         * src/prefs_common.c
16321                 bug fix in font selection
16322         * src/folderview.c
16323                 use sylpheed's normal font instead of
16324                 gtk default font for folders without
16325                 new messages
16326
16327 2001-06-24 [alfons]
16328
16329         * src/mainwindow.[ch]
16330                 added composite compose mail / news button (an idea by Leandro
16331                 Pereira <leandro@linuxmag.com.br>)
16332
16333 2001-06-24 [paul]
16334
16335         Added instructions for ldif-to-xml.py
16336
16337         * tools/README
16338
16339 2001-06-23 [alfons]
16340
16341         Some minor things.
16342
16343         * src/pixmaps/stock_news_compose.xpm
16344                 added pixmap by Leandro
16345         * src/prefs_common.c
16346                 tested built-in spelling checker of GCC 3.0 :)
16347         * po/nl.po
16348                 merged dutch translation of sylpheed-main with
16349                 sylpheed.pot
16350
16351 2001-06-23 [paul]
16352
16353         Added tools directory and files.
16354
16355         * tools/filter_conv.pl
16356                 converts old filter system to new filtering system
16357         * tools/ldif-to-xml.py
16358                 converts netscape addressbook to sylpheed addressbook
16359         * tools/README
16360                 descriptions/instructions for above two files
16361
16362 2001-06-23 [christoph]
16363
16364         * src/inc.c
16365         * src/manage_window.[ch]
16366         * src/prefs_common.[ch]
16367                 mail retrieval dialog can be enabled, disabled
16368                 or hidden if non of sylpheed's windows is active
16369
16370 2001-06-22 [paul]
16371
16372         0.5.0claws2
16373
16374         * sync with sylpheed 0.5.0pre2
16375
16376 2001-06-21 [christoph]
16377
16378         * src/summaryview.c
16379                 show recipient on 'from' for all accounts
16380                 
16381         * src/inc.c
16382         * src/prefs_common.[ch]
16383                 disable error popup on mail receive errors
16384
16385 2001-06-21 [alfons]
16386
16387         * src/compose.c
16388                 made the ruler correctly appear and disappear.
16389
16390         * src/Makefile.am
16391                 removed Hoa's work-in-progress-stuff (interesting!) so 
16392                 claws compiles ok.
16393
16394 2001-06-20 [christoph]
16395
16396         * src/inc.c
16397         * src/progressdialog.c
16398                 added scrolled window for list in progressdialog
16399
16400 2001-06-20 [paul]
16401
16402         sync with sylpheed 0.5.0pre1 release
16403
16404 2001-06-20 [christoph]
16405
16406         * src/summeryview.c
16407                 make building threads by subject work when
16408                 thread view is enabled
16409                 
16410         * src/compose.c
16411         * src/prefs_common.[ch]
16412                 automatically select account for mail replys
16413
16414 2001-06-19 [sergey]
16415
16416         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16417         they are filled in from the account settings.
16418
16419 2001-06-19 [paul]
16420
16421         * more sync with sylpheed 0.5.0pre1
16422
16423 2001-06-18 [alfons]
16424
16425         * src/Makefile.am,
16426           src/procmime.c
16427                 added --sysconfdir to CPPFLAGS for pointing to the correct
16428                 location of mime.types. 
16429
16430                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16431                 or ./configure!
16432
16433 2001-06-18 [hoa]
16434
16435         * src/summaryview.c
16436                 fixed some bug when building threads
16437
16438 2001-06-18 [pau]l
16439
16440         * src/prefs_account.c
16441                 UI stuff: More changes to the English
16442
16443 2001-06-18 [paul]
16444
16445         * src/pixmaps/stock_news_compose.xpm: new file
16446         * src/Makefile.am
16447         * src/mainwindow.c
16448         * src/summaryview.c
16449                 Added new icon for Hoa's 'compose a news
16450                 message', plus minor improvements to the
16451                 English
16452
16453         * po/ja.po
16454         * ChangeLog
16455         * ChangeLog.jp
16456                 more sync with sylpheed 0.5.0pre1
16457
16458 2001-06-18 [hoa]
16459
16460         * src/compose.[ch]
16461         * src/mainwindow.c
16462                 Follow-up and reply to
16463
16464         * src/summaryview.[ch]
16465                 Build threads also with subjects
16466
16467 2001-06-17 [hoa]
16468
16469         * src/compose.c
16470                 forwarding use the current account.
16471
16472         * src/mainwindow.c
16473                 the "compose message" button has been replaced with
16474                 "new mail" and "new news" buttons
16475
16476         * src/prefs_common.[ch]
16477                 added a configuration option to use the forward button
16478                 as "forward as attachment"
16479                 changed reply and forward format description
16480
16481         * src/quote_fmt_lex.l
16482         * src/quote_fmt_parse.y
16483                 added message with no signature in format for reply
16484                 and forward.
16485
16486 2001-06-17 [paul]
16487
16488         Minor UI stuff
16489
16490         * src/mainwindow.c
16491         * src/summaryview.c
16492                 Improvements to the English
16493
16494         * src/prefs_common.c
16495                 Improvements to the English and some
16496                 clarity/continuity improvements in the
16497                 description of Quote symbols.
16498
16499 2001-06-17 [paul]
16500
16501         0.5.0claws1
16502
16503         * sync with sylpheed 0.5.0pre1
16504
16505 2001-06-17 [hoa]
16506
16507         * src/compose.c
16508                 Better interface for compose, displayed fields
16509                 are updated whenever we change account.
16510                 Newsgroups field is automatically filled.
16511
16512         * src/mainwindow.c
16513                 Newsgroups field is automatically filled.
16514
16515         * src/prefs_account.c
16516                 Some interface stuff when fields appear and
16517                 disappear.
16518
16519 2001-06-16 [paul]
16520
16521         0.4.99claws
16522
16523         * sync with sylpheed 0.4.99
16524
16525 2001-06-16 [sergey]
16526
16527         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16528         base64_decoder_free, base64_decoder_decode): new object and
16529         functions for decoding base64 streams.
16530         * src/procmime.c (procmime_decode_content): modified to use the
16531         new base64 decoder.
16532
16533 2001-06-15 [paul]
16534
16535         0.4.99claws10
16536
16537         * sync with sylpheed 0.4.99cvs11
16538
16539 2001-06-13 [paul]
16540
16541         0.4.99claws9
16542
16543         * sync with sylpheed 0.4.99cvs9
16544
16545 2001-06-13 [hoa]
16546
16547         * src/compose.c
16548         * src/prefs_account.c
16549
16550                 SMTP server can be defined in the news account
16551                 mime type of attachment are kept.
16552
16553         * src/summaryview.c
16554
16555                 now choose the highest important score between default
16556                 and important score of folder.
16557
16558 2001-06-09 [alfons]
16559         
16560         * src/prefs_common.c: 
16561
16562                 (prefs_quote_description_create): corrected description of 
16563                 quote format characters
16564
16565 2001-06-09 [paul]
16566
16567         0.4.99claws8
16568
16569         * sync with sylpheed 0.4.99cvs8
16570
16571 2001-06-08 [sergey]
16572
16573         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16574         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16575
16576 2001-06-08 [paul]
16577
16578         0.4.99claws7
16579
16580         * sync with sylpheed 0.4.99cvs7
16581
16582 2001-06-06 [sergey]
16583
16584         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16585         clashes with autogenerated header).
16586         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16587         * src/Makefile.am: added quote_fmt.h.
16588         * src/.cvsignore: added lex/yacc autogenerated files
16589         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16590
16591 2001-06-06 [paul]
16592
16593         0.4.99claws6
16594
16595         * sync with sylpheed 0.4.99cvs6
16596
16597 2001-06-06 [hoa]
16598
16599         * added src/quote_fmt_parse.h
16600         * src/compose.c
16601                 removed warnings
16602
16603         * src/prefs.[ch]
16604                 don't modify readonly configuration files
16605
16606         * src/prefs_account.c
16607         * src/prefs_common.c
16608         * src/prefs_customheader.c
16609         * src/prefs_display_header.c
16610         * src/prefs_filter.c
16611         * src/prefs_filtering.c
16612         * src/prefs_scoring.c
16613                 don't open dialog box when configuration files
16614                 are readonly
16615
16616 2001-06-05 [sergey]
16617
16618         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16619
16620         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16621         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16622         BUILT_SOURCES to make all files rebuild properly.
16623
16624         * src/compose.c: removed #include "quote_fmt.tab.h".
16625
16626         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16627         CHARACTER value in yylval.
16628
16629         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16630         receive CHARACTER value by documented means (yylval).
16631
16632         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16633
16634 2001-06-05 [hoa]
16635
16636         * src/Makefile.am
16637                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16638
16639         * src/filtering.c
16640         * src/matcher.c
16641         * src/matcher.h
16642         * src/prefs_filtering.c
16643                 now keep the configuration for execute action
16644
16645         * src/mbox_folder.c
16646                 fixed a warning
16647
16648 2001-06-05 [paul]
16649
16650         * sync with sylpheed 0.4.99cvs5
16651
16652 2001-06-05 [hoa]
16653
16654         * src/Makefile.am
16655                 added quote_fmt.[ch]
16656
16657         * added src/quote_fmt.y
16658         * added src/quote_fmt.l
16659         * added src/quote_fmt.tab.h
16660         * added src/quote_fmt.tab.c
16661         * added src/lex.quote_fmt.c
16662                 parsing configuration for replying
16663                 and forwarding
16664
16665         * src/prefs_common.[ch]
16666                 added configuration UI for replying
16667                 and forwarding
16668
16669         * src/compose.c
16670                 using configuration for replying
16671                 and forwarding
16672
16673 2001-06-04 [hoa]
16674
16675         * src/filtering.c
16676         * src/matcher.c
16677         * src/matcher.h
16678         * src/prefs_filtering.c
16679         * src/prefs_matcher.c
16680         * src/prefs_matcher.h
16681                 action "run a command" for filtering
16682                 and matching with a command.
16683                 fixed the "whole message" matching
16684
16685         * src/mbox_folder.c
16686                 changed temporary filename for security
16687
16688         * src/messageview.c
16689                 queue the notification if it fails to send.
16690
16691         * src/prefs_common.c
16692         * src/prefs_folder_item.c
16693                 changed the default important score             
16694
16695         * src/prefs_scoring.c
16696         * src/scoring.c
16697                 hide kill score input when the folder is not
16698                 a newsgroup
16699
16700 2001-06-03 [alfons]
16701
16702         * src/prefs_common.c:
16703
16704                 (prefs_font_select): pass font name in font entry box to font
16705                 selection dialog.
16706
16707 2001-06-03 [sergey]
16708
16709         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16710
16711 2001-06-03 [paul]
16712
16713         * sync with sylpheed 0.4.99cvs4
16714
16715 2001-06-03 [alfons]
16716
16717         * src/headerwindow.c:
16718
16719                 (headerwindow_show_cb): use the selected summary view item, not
16720                 the displayed item.
16721
16722 2001-06-02 [alfons]
16723
16724         * src/headerwindow.c:
16725
16726                 (headerwindow_show_cb): always try to show msginfo
16727
16728 2001-06-02 [hoa]
16729
16730         * src/compose.c
16731                 keep attached parts when reediting or forwarding.
16732
16733 2001-06-01 [hoa]
16734
16735         * src/folderview.c
16736         * src/prefs_folder_item.[ch]
16737         * src/prefs_scoring.[ch]
16738         * src/scoring.[ch]
16739         * src/summaryview.[ch]
16740         * src/main.c
16741         * src/mainwindow.c
16742         * src/prefs_common.[ch]
16743                 support for folder scoring
16744                 kill score and important score for messages
16745         
16746         * src/prefs_account.c
16747                 some display bug fixed for local account
16748                 preferences
16749
16750 2001-05-31 [alfons]
16751
16752         * src/summaryview.c:
16753
16754                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16755                 sender to address book menu item is disabled.
16756
16757 2001-05-30 [hoa]
16758
16759         * src/filtering.[ch]
16760         * src/summaryview.c
16761                 handling summary menu / filter messages
16762
16763         * src/folder.[ch]
16764                 add some stuff
16765
16766         * src/foldersel.c
16767                 imap folders now appears in list
16768
16769         * src/mbox_folder.c
16770                 doesn't crash if destination mail is not writeable
16771
16772 2001-05-29 [hoa]
16773
16774         * src/compose.c
16775                 removed some warnings
16776
16777         * src/filtering.c
16778         * src/folder.[ch]
16779         * src/prefs_filtering.c
16780                 global string to identify any folders           
16781                 removed some debug info
16782                 filtering to mbox folders is now possible
16783
16784         * src/mainwindow.c
16785                 removed some warnings
16786
16787         * src/mbox_folder.c
16788                 permission on files are changed to read/write for user only,
16789                 nothing for other.
16790                 creation of subfolder is handled better.
16791
16792 2001-05-28 [alfons]
16793
16794         Verified the sync for src/prefs_common.[ch] and
16795         src/prefs_account.[ch]. I believe there were some
16796         minor indentation differences.
16797
16798 2001-05-28 [paul]
16799
16800         0.4.99claws3
16801
16802         * sync with 0.4.99cvs3
16803
16804 2001-05-28 [hoa]
16805
16806         * src/compose.c
16807                 handling flags for mbox format
16808
16809         * src/filtering.c
16810                 use of mark file only for MH format
16811                 handling flags for mbox format
16812                 filtering cannot yet move or copy mails to mbox folders.
16813
16814         * src/folder.[ch]
16815                 changed move_msg, copy_msg,
16816                 move_msgs_with_dest, copy_msgs_with_dest functions
16817                 uses only folder->copy_msg() function
16818                 uses folder->finished_copy() to handle the destination
16819                 folder at the end of the copy or move operation.
16820
16821         * src/foldersel.c
16822                 included mbox directories.
16823
16824         * src/folderview.[ch]
16825         * src/mainwindow.c
16826                 handle folders operation for mbox format
16827
16828         * src/mbox.c
16829                 disable conversion of "From " header
16830
16831         * src/mbox_folder.[ch]
16832                 completion of mbox format handling
16833
16834         * src/mh.c
16835                 changed mh_copy_msg() function and
16836                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16837                 mh_copy_msgs_with_dest()
16838
16839         * src/prefs_filtering.c
16840                 removed some warnings
16841
16842         * src/prefs_matcher.c
16843                 default boolean operation is AND
16844
16845         * src/procheader.c
16846                 handling flags for mbox format
16847                 handling of "From " header
16848
16849         * src/procmsg.[ch]
16850                 removed data field
16851                 added MSG_REALLY_DELETED flags to handle deletion of
16852                 messages in mbox format.
16853
16854         * src/summaryview.c
16855                 handling flags for mbox format
16856                 disable the MSG_DELETED flags when messages
16857                 are deleted in mbox format
16858
16859         * src/textview.c
16860                 "From " headers display fixed.
16861
16862 2001-05-27 [alfons]
16863
16864         * src/textview.c:
16865                 
16866                 (get_email_part): skip quoted email addresses, like in e.g.
16867                 "'alfons@proteus.demon.nl'".
16868
16869 2001-05-26 [alfons]
16870
16871         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16872         and fixing the persistence troubles when using separate windows.
16873
16874         * src/mainwindow.c:
16875         
16876             Added #define SEPARATE_ACTION used in the gtk item factory for 
16877             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16878                 use gtk_item_factory_get_widget_by_action() to get the items.
16879                 
16880             Removed separate_widget_cb from the gtk item factory data   
16881           
16882             (mainwindow_create): connect separate_widget_cb() to check
16883             menu item "toggled" signal. also passing a MainWindow pointer
16884                 as object data for both check menu items.
16885                 
16886             (separate_widget_cb): definition of separate_widget_cb() to match
16887             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16888                 window using gtk_object_get_data(). The type of window separation 
16889                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16890         
16891         * src/prefs_filtering.c,
16892           src/prefs_matcher.c: added horizontal scrollbars
16893
16894 2001-05-25 [darko]
16895
16896         * src/headerview.c
16897                 fix segfault with invalid bold font
16898         * src/summaryview.c
16899                 correctly display summary stats after row is marked
16900
16901 2001-05-23 [sergey]
16902
16903         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16904         encodings with libjconv.
16905
16906 2001-05-23 [hoa]
16907
16908         * src/Makefile.am
16909                 added mbox_folder.[ch]
16910         * src/defs.h
16911                 mbox temporary folder
16912         * src/folder.[ch]
16913         * added src/mbox_folder.[ch]
16914         * src/folderview.c
16915         * src/procheader.[ch]
16916                 added mbox support
16917         * src/mbox.c
16918                 bugfix for file incorporation filtering
16919         * src/imap.c
16920                 enable creation of MBOX
16921         * src/prefs_display_header.c
16922                 enable use of headers like "From "
16923                 something that should be fixed :
16924                         displaying of such headers add an extra space
16925         * src/prefs_folder_item.c
16926                 don't create folders because it is not necessary
16927         * src/procmsg.h
16928                 added data field to MsgInfo for mbox internal use
16929         * src/summaryview.c
16930                 added some support for mbox
16931         * src/utils.[ch]
16932                 added get_mbox_cache_dir() function
16933
16934 2001-05-23 [hiroyuki]
16935
16936         * src/headerwindow.c
16937           src/inc.c
16938           src/main.c
16939           src/mh.c
16940           src/nntp.c
16941           src/procmsg.h
16942           src/session.h
16943           src/socket.[ch]
16944           src/summaryview.c
16945           src/textview.c
16946           src/automaton.c
16947           src/folderview.c: more sync with 0.4.99cvs2.
16948
16949         * src/headerwindow.c: reverted.
16950
16951 2001-05-22 [paul]
16952
16953         0.4.99claws2
16954
16955         * sync with sylpheed 0.4.99cvs2
16956                 * src/news.[ch]
16957                 * src/nntp.[ch]
16958                 * INSTALL
16959                 * INSTALL.jp
16960
16961 2001-05-22 [alfons]
16962
16963         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16964
16965 2001-05-21 [alfons]
16966
16967         Minor things:
16968
16969         * configure.in: if gnome-config not found, "no" is displayed
16970         
16971         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16972
16973         * src/textview.c: now also possible to add mail addresses by right
16974           clicking in the text view
16975
16976         * src/codeconv.c: merged patch which fixes endless loop when encountering
16977           invalid wide characters; from Alte <010@imis.ru>  
16978
16979 2001-05-20 [alfons]
16980
16981         Added installation of gnome specific things:
16982
16983         * Makefile.am: gnome conditional
16984
16985         * configure.in: check for installed gnome
16986
16987         * added sylpheed.png, sylpheed.desktop
16988
16989 2001-05-20 [sergey]
16990
16991         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16992
16993         * src/mainwindow.h (main_window_toolbar_create): created a button
16994         for "Reply to all".
16995         (main_window_set_toolbar_sensitive): enable/disable the new button
16996         appropriately.
16997         (toolbar_reply_to_author_cb): handle the new button.
16998
16999         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17000         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17001         failure).
17002
17003 2001-05-19 [sergey]
17004
17005         * src/compose.h (ComposeReplyMode): new modes
17006         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17007         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17008
17009         * src/compose.c
17010         (compose_send): move some code into a new function:
17011         (compose_current_mail_account): new function.
17012         (compose_reply): new argument to_author, all callers changed; if
17013         to_author==TRUE and account->protocol==A_NNTP, find and use an
17014         appropriate mail account for replying.
17015         (compose_reply_set_entry): new argument to_author; ignore
17016         compose->replyto if to_author==TRUE.
17017
17018         * src/mainwindow.c: new command "Message/Reply to author".
17019         (main_window_set_menu_sensitive): enable/disable it.
17020         (reply_cb): handle it.
17021
17022         * src/summaryview.c: new command "Reply to author".
17023         (summary_set_menu_sensitive): enable/disable it.
17024         (summary_reply_cb): handle it.
17025
17026         * src/account.c (account_find_mail_from_address): new function.
17027
17028 2001-05-18 [paul]
17029
17030         0.4.99claws1
17031
17032         * sync with sylpheed 0.4.99cvs1
17033
17034 2001-05-18 [hoa]
17035
17036         * src/compose.[ch]
17037         * src/filtering.c
17038         * src/summaryview.c
17039                 new filtering action : forward and forward as attachment
17040
17041         * src/main.c
17042                 no need for $DISPLAY when we run sylpheed --help
17043                 call to parse_cmd_opt() is moved
17044
17045         * src/mainwindow.[ch]
17046                 execute button is hidden when immediate execute
17047                 is chosen
17048
17049         * src/mh.c
17050         * src/news.c
17051         * src/prefs_folder_item.c
17052         * src/procmsg.c
17053                 better handling of missing directories
17054
17055         * src/summaryview.c
17056                 reedit is enabled in outbox
17057                 reedit is enabled in queue
17058
17059 2001-05-17 [hoa]
17060
17061         * src/filtering.c
17062         * src/matcher.[ch]
17063         * src/prefs_filtering.c
17064                 changed attachement into attachment
17065
17066 2001-05-17 [alfons]
17067
17068         0.4.67claws4    
17069
17070         * sync with sylpheed 0.4.67cvs9
17071         * sync with sylpheed 0.4.67cvs7-8
17072
17073 2001-05-17 [hoa]
17074
17075         * src/Makefile.am
17076                 added prefs_filtering.c
17077
17078         * src/filtering.[ch]
17079         * src/matcher.[ch]
17080                 removed action : forward_news and forward_news_as_attachement
17081                 (forward and forward_as_attachement can be used instead)
17082
17083         * src/mainwindow.c
17084                 added menu option to access filtering configuration
17085
17086         * src/prefs_account.c
17087                 changed mail_command default to /usr/sbin/sendmail
17088
17089         * added src/prefs_filtering.[ch]
17090                 dialog box for filtering configuration
17091
17092         * src/prefs_matcher.c
17093                 added function prefs_matcher_get_criteria_from_matching()
17094
17095         * src/prefs_scoring.c
17096                 reset the dialog when register or substitute is clicked
17097
17098 2001-05-15 [hoa]
17099
17100         * src/Makefile.am
17101                 added filtering.[ch]
17102         * src/inc.c
17103                 using filering.[ch] instead of filter.[ch]
17104         * src/main.c
17105                 reading new filtering configuration
17106         * src/matcher.[ch]
17107                 added some filtering actions
17108                 and fixed a bug for headers and mail body matching
17109         * src/mbox.c
17110                 using filering.[ch] instead of filter.[ch]
17111         * src/mh.c
17112                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17113         * src/summaryview.c
17114                 some fixes for filtering
17115
17116 2001-05-14 [hiroyuki]
17117
17118         * src/send.c: fixed some weird indentations.
17119           send_message_with_command(): call pclose() only if p != NULL.
17120         * src/textview.c: get_email_part(): modified the code for readability.
17121
17122 2001-05-14 [hiroyuki]
17123
17124         * src/md5global.h
17125           src/md5ify.c
17126           src/md5ify.h: removed from the cvs.
17127
17128 2001-05-13 [sergey]
17129
17130         * src/main.c: include rfc2015.h to avoid compiler warnings.
17131         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17132         the panel is already on screen.
17133         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17134         closing the alert window by ESC as "No".
17135         * src/prefs_common.c (prefs_interface_create): moved return
17136         receipt check button to the correct place.
17137
17138 2001-03-13 [alfons]
17139
17140         * src/prefs_common.c: 
17141                 moved return receipt check button to the Send tab. (prefs_send_create)
17142                 removed the date format ui related globals. (prefs_display_create)
17143
17144         0.4.67claws3
17145         
17146         * sync with sylpheed 0.4.67cvs5-6
17147
17148 2001-05-13 [paul]
17149
17150         * added Alfons' font selection patch
17151
17152         * src/defs.h
17153         * src/headerwindow.c
17154         * src/prefs_common.c
17155         * src/prefs_common.h
17156
17157 2001-05-13 [hoa]
17158         * src/defs.h
17159                 changed version of cache
17160         * src/matcher.[ch]
17161         * src/prefs_matcher.c
17162                 added additionnal matching criteria
17163         * src/procheader.c
17164         * src/procmsg.[ch]
17165         * src/news.c
17166                 added references in MsgInfo
17167
17168 2001-05-12 [hoa]
17169
17170         * src/defs.h
17171                 prepared some things for new filtering
17172         * src/matcher.[ch]
17173                 added some matching properties
17174                 inreplyto need to be enhanced
17175                 prepared some things for new filtering
17176         * src/messageview.c
17177                 added Return-Receipt-To handling
17178         * src/prefs_folder_item.c
17179                 changed default value to TRUE
17180         * src/prefs_matcher.c
17181                 added some matching properties
17182         * src/prefs_scoring.[ch]
17183                 the scoring dialog is finished
17184         * src/procheader.c
17185                 added Return-Receipt-To handling
17186                 Reference need to be added
17187         * src/procmsg.[ch]
17188                 added Return-Receipt-To handling
17189                 added threadscore to get a better score sorting when
17190                 threads are enabled
17191         * src/summaryview.c
17192                 suppressed a bug when we sort the list
17193                 when no folder is opened.
17194                 better score sorting when threads are enabled
17195
17196 2001-05-12 [alfons]
17197
17198         * reverted previous patch because of potential errors 
17199
17200         0.4.67claws2
17201         
17202         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17203                 applied "toggle mail-retrieval dialog window" patch submitted 
17204                 by Eric Limpens <eric@qnt.net>
17205
17206         * sync with sylpheed 0.4.67cvs4
17207
17208 2001-05-12 [sergey]
17209
17210         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17211         some picky compilers.
17212         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17213         * src/grouplist_dialog.c: include alertpanel.h.
17214         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17215         fix compile warning.
17216         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17217         #include "defs.h" before others to prevent the warning of `MIN'
17218         and `MAX' redefinition.
17219
17220 2001-05-11 [hoa]
17221
17222         * src/main.c
17223         * src/messageview.c
17224         * src/prefs_account.c
17225         * src/prefs_display_header.c
17226                 removed warning
17227         * src/Makefile.am
17228                 added prefs_scoring.[ch]
17229         * src/grouplist_dialog.c
17230                 display an error dialog box if the group list
17231                 cannot be fetched.
17232         * src/mainwindow.[ch]
17233                 added main_window_set_thread_option() function
17234                 scoring dialog box enabled
17235         * src/matcher.[ch]
17236                 added flags matching unread /new / marked
17237                 / deleted / replied / forwarded
17238         * src/news.c
17239                 newsgroups are now finally in newscache
17240         * src/prefs_matcher.[ch]
17241                 finished preferences for matching dialog
17242         * added src/prefs_scoring.[ch]
17243                 scoring dialog box completed
17244         * src/scoring.[ch]
17245                 conversion to string : added scoringprop_to_string()
17246                 write config for preferences :
17247                 added prefs_scoring_write_config()
17248         * src/summaryview.c
17249                 threads can be enabled/disabled independently
17250                 for each folder
17251
17252 2001-05-10 [alfons]
17253
17254         0.4.67claws1
17255         
17256         * AUTHORS: 
17257                 thought it would be nice to have a list of all
17258                 contributors (used Changelog as a reference)
17259         
17260         * configure.in: 
17261                 messed up version numbering...
17262
17263         0.4.66claws1
17264
17265         * sync with sylpheed 0.4.67cvs1-3
17266
17267 2001-05-10 [darko]
17268
17269         * src/prefs_common.c:
17270                 better UI for strftime format, double clicking
17271                 on format now inserts the format in text entry
17272                 replaced close button with standard OK/Cancel
17273                 moved date format button to the right of the
17274                 text entry field
17275
17276 2001-05-09 [alfons]
17277
17278         * src/gtkstext.c:
17279                 Ctrl-Home / Ctrl-End have proper cursor navigation
17280
17281 2001-05-09 [hoa]
17282
17283         * src/prefs_matcher.c
17284                 finished UI to define matching properties
17285                 added ok and cancel button
17286         * src/prefs_filter.c
17287                 added ok and cancel button
17288         * src/news.c
17289                 fixed some bug in xhdr parsing
17290
17291 2001-05-08 [alfons]
17292
17293         * src/textview.c: 
17294                 fixed a bug in textview_show_header(), which displayed two colons (':');
17295                 cleaned up some warnings
17296
17297 2001-05-08 [hoa]
17298
17299         * src/Makefile.am
17300                 added prefs_matcher.[ch]
17301                 compilation with -W -Wall
17302         * src/alertpanel.c
17303                 ungrab the mouse events if grabbed - does it
17304                 fix the bug for disposition notification ?
17305         * src/mainwindow.c
17306                 added a menu option to open the matching dialog.
17307         * src/matcher.[ch]
17308                 added matcherprop_to_string() and matcherlist_to_string()
17309                 fixed some bugs, changed the name of some options
17310                 age_sup and age_inf becomes age_greater and age_lower,
17311                 body and messageheaders becomes body_part and headers_part,
17312                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17313         * src/prefs_display_header.c
17314         * src/prefs_headers.c
17315                 fixed a bug that accidentally destroyed dialogs
17316                 when closed them with delete_event
17317                 Added *_deleted() which handle delete_event signal correctly.
17318         * src/prefs_folder_item.[ch]
17319                 added "enable_thread" field for future customization
17320         * added src/prefs_matcher.[ch]
17321                 sample of the UI to define matching properties
17322         * src/procheader.c
17323                 using procheader_headername_equal instead of str*cmp functions
17324                 using procheader_parse_header() function
17325         * src/scoring.c
17326                 using MATCHING_XXX instead of SCORING_XXX
17327         * src/summaryview.c
17328                 display the sender of the news even if this is ourself
17329                 when this is a news message.
17330         * src/textview.c
17331                 using headername_equal() instead of str*cmp functions
17332
17333 2001-05-08 [alfons]
17334
17335         0.4.66claws
17336
17337         * sync with sylpheed 0.4.66
17338         * src/gtkstext.c: trace logs added 
17339
17340 2001-05-08 [sergey]
17341
17342         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17343         signature check popup.
17344         * src/rfc2015.c (check_signature): show signature check popup only
17345         if it is enabled in preferences.
17346
17347 2001-05-07 [alfons]
17348
17349         0.4.66claws4
17350         
17351         * sync with sylpheed 0.4.66cvs6
17352
17353 2001-05-07 [darko]
17354
17355         * src/prefs_common.[ch]: added option to enable/disable
17356           looking up sender name in address book for summary pane
17357         * src/summaryview.c: look up sender in the address book
17358           by using Alfons' address completion code
17359
17360 2001-05-07 [hiroyuki]
17361
17362         * src/inc.h
17363           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17364           member of Pop3State.
17365         * src/news.c: brought #include "defs.h" before #include <glib.h>
17366           to prevent the warning of `MIN' and `MAX' redefinition.
17367
17368 2001-05-06 [hoa]
17369
17370         * removed src/headers_display.[ch]
17371         * removed src/prefs_display_headers.[ch]
17372         * src/inc.c
17373                 use a temporary file in the user directory for mbox import
17374         * src/news.c
17375                 added XHDR support to get "To" and "Cc" headers
17376                 (in order to match news with to or cc field for
17377                 scoring)
17378                 added function news_parse_xhdr() to get XHDR response
17379         * src/nntp.[ch]
17380                 added function nntp_xhdr()
17381         * src/matcher.c
17382                 fetch the message if necessary
17383
17384 2001-05-06 [alfons]
17385
17386         0.4.66claws3
17387
17388         * sync with sylpheed 0.4.66cvs3-5
17389
17390 2001-05-06 [hoa]
17391
17392         * src/utils.[ch]
17393                 added function itos_buf() to enable use of several buffers
17394         * src/summaryview.c
17395                 use of itos_buf() instead of itos() in summary list
17396                 to fix the broken display of message number.
17397
17398 2001-05-06 [alfons]
17399
17400         * src/gtkstext.c: bug in cursor up navigation fixed,
17401                 fixed another unsigned / signed comparison (we're getting there :-)
17402
17403 2001-05-06 [hoa]
17404
17405         * src/Makefile.am
17406                 added scoring.c scoring.h
17407                 prefs_folder_item.c prefs_folder_item.h
17408                 matcher.c matcher.h
17409         * src/defs.h
17410                 added FOLDERITEM_RC SCORING_RC
17411         * src/folder.[ch]
17412                 added prefs field in FolderItem :
17413                 properties for each folder (PrefsFolderItem),
17414                 sorting type and mode were added as the first properties.
17415         * src/main.c
17416                 read config for scoring
17417         * added src/matcher.[ch]
17418                 gives functions to parse configuration file to do
17419                 matching on mails with a list of conditions.
17420         * src/mainwindow.c
17421                 add option to sort by score
17422         * src/prefs_common.[ch]
17423                 added preference option to show score and for
17424                 the score column size
17425         * added src/prefs_folder_item.[ch]
17426                 properties for each folder (PrefsFolderItem),
17427                 sorting type and mode were added as the first properties.
17428         * src/procheader.[ch]
17429                 added procheader_parse_header()
17430                 added procheader_header_free()
17431                 added procheader_headername_equal()
17432                 and made modification to use them.
17433         * src/procmsg.[ch]
17434                 added score field to MsgInfo structure
17435         * added src/scoring.[ch]
17436                 gives functions to parse configuration file to do
17437                 scoring on mails with a list of conditions.
17438         * src/summaryview.[ch]
17439                 save the sorting type and mode for the folder
17440                 added column to display the score of the mail
17441                 added function summary_score_clicked()
17442                 sorting type and mode are restored to the folder
17443                 when it is reopen
17444         * src/textview.c
17445                 use procheader_parse_header(), procheader_headername_equal()
17446                 removed memory leak in text_scan_header when freeing headers
17447         * src/filter.c
17448                 changed the function to match names of headers
17449                 using procheader_headername_equal()
17450
17451         Scoring functions are implemented, an interface is needed
17452         to configure that.
17453
17454 2001-05-04 [alfons]
17455
17456         * src/gtkstext.c: 
17457                 hopefully fixed the row up navigation bug,
17458                 removed adding back / forward lines to cache
17459
17460 2001-05-04 [sergey]
17461
17462         * src/prefs_display_headers.c: user interface changes:
17463         (prefs_display_headers_create): remove unused "Show" check button;
17464         allow reordering of headers by dragging.
17465         (prefs_display_headers_write_config): remove unused variables.
17466         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17467         of lists (not needed with the new UI).
17468         (prefs_display_headers_set_list): scan lists starting from row 0,
17469         not 1 (do not skip "(New)").
17470         (prefs_display_headers_find_header): new function.
17471         (prefs_display_headers_clist_set_row): do not allow duplicates.
17472         (prefs_display_headers_delete_cb): do not skip row 0; treat
17473         closing the alert window by ESC as "No".
17474         (prefs_display_headers_up): do not protect row 0.
17475         (prefs_display_headers_down): do not protect row 0.
17476
17477 2001-05-04 [sergey]
17478
17479         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17480         functions.
17481
17482         * src/summaryview.c
17483         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17484         summary_select_next_marked, summary_select_prev_marked): new
17485         functions.
17486
17487 2001-05-03 [sergey]
17488
17489         * src/news.c: fixed a bug when no article can be fetched after
17490         server timeout if the connection was restored by news_post():
17491         (news_select_group): new function.
17492         (news_fetch_msg): call news_select_group() before fetching
17493         article.
17494         (news_get_uncached_articles): set session->group after successful
17495         GROUP command.
17496
17497 2001-05-03 [hoa]
17498
17499         * src/defs.h
17500         * src/procmsg.[ch]
17501         * src/procheader.c
17502                  changed version of cache, added cc field
17503
17504         * src/prefs_display_headers.c
17505                 the interface was changed
17506
17507         * src/prefs_headers.c
17508                 added cancel button
17509
17510 2001-05-03 [alfons]
17511
17512         * completed sync of sylpheed cvs2
17513         * src/gtkstext.c: updated row up / down cursor navigation
17514         * src/textview.c: re-edited, prepared for fixing the email address
17515                 scanner.
17516
17517 2001-05-03 [darko]
17518
17519         * src/prefs_common.c: use alfons' strftime ui code
17520         entry_datefmt and datefmt_sample widgets have to be
17521         global in this module because of this change
17522
17523 2001-05-03 [hoa]
17524
17525         * src/messageview.c
17526         * src/prefs_common.[ch] added option to activate the return receipt
17527                 feature.
17528
17529 2001-05-02 [alfons]
17530
17531         * src/gtkstext.c: fix for row up/down cursor navigation. 
17532
17533         0.4.66claws2
17534         
17535         * sync with 0.4.66cvs2
17536
17537 2001-05-02 [paul]
17538
17539         added add-sender-to-addressbook patch
17540
17541         * src/addressbook.c
17542         * src/addressbook.h
17543         * src/summaryview.c
17544
17545 2001-05-02 [sergey]
17546
17547         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17548         G_ALERTDISABLE.
17549
17550         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17551         all existing callers changed to pass FALSE; create a check button
17552         to disable the message.
17553         (alertpanel_message_with_disable): new function.
17554         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17555         (alertpanel_button_toggled): new function.
17556         (alertpanel_button_clicked, alertpanel_close): set value using
17557         G_ALERT_VALUE_MASK.
17558
17559         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17560
17561         * src/prefs_common.c (prefs_privacy_create): new check button
17562         checkbtn_gpgme_warning.
17563
17564         * src/main.c (main): moved preferences reading before gpgme
17565         initialization; check prefs_common.gpgme_warning before giving the
17566         GnuPG warning and set it to FALSE if the user wants to disable the
17567         warning.
17568
17569 2001-05-02 [hiroyuki]
17570
17571         * src/prefs_display_headers.c: modified the layout and some labels.
17572
17573 2001-05-02 [sergey]
17574
17575         * src/prefs_account.c (prefs_account_fix_size): new function.
17576         (prefs_account_create): call prefs_account_fix_size(); use
17577         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17578         size when the window is shown for the first time).
17579         (prefs_account_basic_create): changed layout of serv_table; moved
17580         localmbox_entry above smtpserv_entry (logically it replaces
17581         POP3/IMAP server).
17582         (prefs_account_protocol_activated): set sensitivity of
17583         nntpauth_chkbtn according to the protocol (in addition to
17584         hide/show); commented out gtk_table_set_row_spacing() calls.
17585         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17586         not sensitive (fixes a bug with disabled username/password boxes
17587         when editing POP3 account after NNTP with authentication).
17588
17589 2001-05-02 [hoa]
17590
17591         * src/account.c
17592         * src/inc.c
17593         * src/prefs_account.[ch]
17594         * src/send.c
17595                 removed local account without SMTP server
17596                 added option to use mail command instead of a connexion
17597                 to SMTP server when a local account is used
17598         * src/prefs_headers.c
17599                 fixed a bug
17600         * src/news.c
17601                 fixed a bug when connexion immediately closed
17602
17603 2001-05-01 [alfons]
17604
17605         0.4.66claws1
17606         
17607         * sync with 0.4.65
17608
17609 2001-05-01 [sergey]
17610
17611         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17612         widget nntpauth_chkbtn.
17613         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17614         visibility.
17615         (prefs_account_nntpauth_toggled): new function.
17616
17617         * src/news.c (news_session_new_for_folder): use NNTP
17618         authentication only if ac->use_nntp_auth is set.
17619
17620 2001-05-01 [hoa]
17621
17622         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17623         * src/prefs_display_headers.c changed the UI
17624         * src/prefs_headers.c changed account_name to account_id
17625         * src/compose.c using customheader.h
17626
17627 2001-05-01 [hiroyuki]
17628
17629         * src/esmtp.c
17630           src/news.c
17631           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17632           unsynched.
17633
17634 2001-05-01 [hoa]
17635
17636         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17637         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17638                 for displaying of headers
17639         * src/grouplist_dialog.[ch] minor changes to remove warnings
17640         * src/prefs_display_headers.[ch] dialog to choose the
17641         headers to display in the mail viewer.
17642         * src/headers.h correction of #define
17643         * src/headers_display.[ch] configuration for displaying of headers.
17644         * src/main.c read config of displaying of headers
17645         * src/prefs_common.c add a button to access the config dialog
17646                 for displaying of headers
17647         * src/prefs_display_headers.[ch] dialog for configuration for
17648                 displaying of the headers.
17649         * src/prefs_headers.c cleaning of code
17650         * src/procheader.c comments added to code
17651         * src/textview.c changes to reorder the headers depending
17652                 on the config for displaying of headers
17653
17654 2001-04-30 [alfons]
17655
17656         0.4.65claws7
17657
17658         * sync with 0.4.65cvs12
17659
17660         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17661
17662 2001-04-30 [sergey]
17663
17664         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17665
17666         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17667         is set to force reconnection after authentication failure.
17668         (nntp_gen_command): set sock->auth_failed on authentication
17669         failure, or if sock->userid and sock->passwd are not set.
17670
17671         * src/news.c (news_session_new_for_folder): set userid=NULL if
17672         password dialog is cancelled.
17673
17674 2001-04-30 [sergey]
17675
17676         * src/nntp.h (NNTPSockInfo): new type.
17677
17678         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17679         SockInfo.
17680         (nntp_open_auth, nntp_close): new functions.
17681         (nntp_gen_command): new function to handle authentication; all
17682         NNTP command functions updated to use it.
17683         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17684         (nntp_list): removed old useless code.
17685
17686         * src/news.h (NNTPSession): new field nntp_sock.
17687
17688         * src/news.c: all functions updated to use NNTPSockInfo instead of
17689         SockInfo.
17690         (news_session_new): new arguments (userid, passwd); made static;
17691         use nntp_open_auth() if needed.
17692         (news_session_destroy): use nntp_close() instead of sock_close().
17693         (news_query_password): changed arguments.
17694         (news_session_new_for_folder): new function.
17695         (news_session_get): use news_session_new_for_folder().
17696         (news_authenticate): deleted.
17697         (news_get_uncached_articles): removed old authentication code.
17698
17699 2001-04-30 [sergey]
17700
17701         * src/news.c: reverted my previous changes (need to do NNTP
17702         authentication in a cleaner way).
17703         
17704 2001-04-29 [sergey]
17705
17706         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17707         news_nntp_post, news_nntp_mode): new functions (wrappers with
17708         authentication support).
17709         (news_get_article_cmd, news_get_article, news_get_header): new
17710         argument "folder"; all callers changed.
17711         (news_get_article_cmd): added authentication support.
17712         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17713         (news_post): use news_nntp_post() instead of nntp_post().
17714         (news_get_uncached_articles): use news_nntp_group() instead of
17715         nntp_group() and news_nntp_xover() instead of nntp_xover();
17716         removed old authentication code.
17717         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17718
17719         * src/nntp.c (nntp_list): return real error code instead of
17720         hardcoded NN_ERROR.
17721
17722 2001-04-29 [sergey]
17723
17724         * configure.in: fixed wint_t typedef detection again
17725
17726 2001-04-28 [hoa]
17727
17728         * src/prefs_account.[ch], added A_LOCAL_CMD
17729                 (send mail with mail command)
17730         * src/send.c added function send_message_with_command()
17731         * src/inc.c made a more secure get_spool() function with
17732                 mktemp() but maybe mkstemp() or something more
17733                 secure can be used.
17734
17735 2001-04-28 [alfons]
17736
17737         * src/textview.c, colorization of email addresses in headers
17738
17739         0.4.65claws6
17740
17741         * bug sync with sylpheed
17742         * prefs_common.c: created date format ui for darko
17743         * sync with 0.4.65cvs11
17744         * configure.in: corrected to have the new gpg checks
17745
17746 2001-04-27 [alfons]
17747
17748         * completed sync with 0.4.65cvs10
17749         * minor debug things added to gtkstext.c
17750
17751 2001-04-27 [darko]
17752
17753         * configure.in: remove check for availability of
17754           strftime() as advised by Hiroyuki
17755         * src/prefs_common.[ch], src/procheader.c:
17756           synch strftime() code with Hiroyki's main branch
17757
17758 2001-04-26 [sergey]
17759
17760         * src/news.c: news_query_password(), news_authenticate(): new
17761           functions.
17762           news_get_uncached_articles(): added NNTP authentication
17763           handling.
17764         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17765           new functions.
17766         * src/prefs_account.c: prefs_account_protocol_activated():
17767           enable userid and password fields for NNTP.
17768
17769 2001-04-26
17770
17771         * configure.in: check for availability of strftime()
17772           [darko]
17773         * src/prefs_common.[ch], src/procheader.c: use
17774           strftime() for displaying date in summary pane if it
17775           is available
17776
17777 2001-04-25
17778
17779         * more .cvsignore cleanups [alfons]
17780
17781 2001-04-25
17782
17783         * ac/sv-check-type.m4: new autoconf macro.
17784         * configure.in: fixed wint_t typedef detection (did not work
17785           with gcc-2.96).
17786
17787 2001-04-25
17788
17789         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17790           [hiroyuki]
17791
17792 2001-04-24
17793         * modified gtkstext.c : buggy cursor navigation fixed, 
17794           and font descent also taken in account when drawing
17795           cursor. [alfons]
17796
17797 2001-04-24 [hoa]
17798         * added comments in src/news.c src/nntp.c
17799         * added src/prefs_headers.[ch]
17800         * added src/headers.[ch]
17801         * modified compose.c to activate custom headers
17802                 added function is_in_custom_headers
17803         * modified prefs_account.[ch]
17804                 added function prefs_account_customhdr_edit
17805         * modified src/defs.h :
17806                 added HEADERS_RC : name of the config file
17807                 for the custom headers
17808
17809 2001-04-24
17810
17811     0.4.65claws5
17812
17813         * configure.in
17814           src/gtkstext.[ch]
17815           src/compose.c
17816           src/Makefile.am
17817           
17818           added gtkstext with configure.in patch by Hiroyuki which
17819           should fix the XIM detection [alfons]
17820
17821         * more clean up of cvs [alfons]
17822
17823                  * removed all Makefile.in files to attic.
17824
17825                  * updated all .cvsignores to really ignore things that could
17826                    be unintentionally committed by a recursive commit.
17827
17828 2001-04-23 [hoa]
17829         * added src/grouplist_dialog.[ch]
17830         * changed src/folderview.c to call grouplist_dialog instead
17831                 of inputdialog
17832         * src/news.c :
17833                 added functions news_reset_group_list
17834                 and news_get_group_list
17835         * src/nntp.c :
17836                 added function nntp_list
17837         * src/defs.h :
17838                 added GROUPLIST_FILE : name of the newsgroup list cache file
17839
17840 2001-04-21
17841
17842         * added option to warn about queued messages on exit [sergey]:
17843
17844           * src/compose.c: compose_queue(): call folder_item_scan()
17845             and folderview_update_item() after queueing.
17846           * src/folderview.c: folderview_update_node(): draw the queue
17847             folder in bold font if there are queued messages.
17848           * src/mainwindow.c: queued_messages(): new function.
17849             app_exit_cb(): display warning if there are queued messages
17850             if warn_queued_on_exit is set.
17851           * prefs_common.[ch]: add warn_queued_on_exit option.
17852
17853         * enhanced GnuPG key selection support [sergey]:
17854
17855           * src/select-keys.c: updated to newer version from Win32
17856             branch with support for selecting arbitrary keys.
17857           * src/prefs_account.c: added the Privacy tab to the account
17858             options window.
17859             prefs_account_privacy_create(),
17860             prefs_account_sign_key_set_data_from_radiobtn(),
17861             prefs_account_sign_key_set_radiobtn(): new functions.
17862           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17863           * src/rfc2015.c: set_signers(): new function.
17864             pgp_sign(): add the account parameter, call set_signers().
17865             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17866           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17867           * src/compose.c: pass the current account to rfc2015_sign().
17868
17869         * tag name claws added to prevent confusion with main branch [alfons]
17870
17871         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17872
17873         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17874
17875         * sync with recent sylpheed cvs. Untested though. [alfons]
17876