* src/mimeview.c
[claws.git] / ChangeLog.claws
1 2003-08-02 [luke]       0.9.3claws91
2         * src/mimeview.c
3                 o fixed appearance of icon list when toggling back from the 
4                   ctree
5                 o toggling of icons using the keyboard works correctly
6                 o fixed all other keyboard shortcuts to work when icons are
7                   active
8         
9         * src/messageview.c
10                 o fixed bug 4 - focus lost when changing messageview view type
11         
12
13 2003-08-02 [christoph]  0.9.3claws90
14
15         * src/common/hooks.c
16                 fix crash when pointer stored in hash table could get invalid
17                 when a plugin is unloaded
18
19 2003-08-01 [christoph]  0.9.3claws89
20
21         * configure.ac
22                 o try to build all plugins (except spamassassin) by default
23                 o don't build a plugin if a dependency check fails
24
25         * src/common/hooks.c
26                 fix warning
27
28 2003-08-01 [match]      0.9.3claws88
29
30         * src/importldif.c
31                 allow single click field selection. document code.
32
33 2003-08-01 [christoph]  0.9.3claws87
34
35         * src/plugins/clamav/clamav_plugin.c
36         * src/plugins/clamav/clamav_plugin_gtk.c
37         * src/plugins/dillo_viewer/dillo_viewer.c
38         * src/plugins/image_viewer/plugin.c
39         * src/plugins/mathml_viewer/mathml_viewer.c
40         * src/plugins/spamassassin/spamassassin.c
41         * src/plugins/spamassassin/spamassassin_gtk.c
42         * src/plugins/trayicon/trayicon.c
43                 add version check to all plugins
44
45 2003-08-01 [hoa]        0.9.3claws86
46
47         * src/prefs_filtering.c
48                 fixed a cosmetic bug, during creation of dialog box,
49                 wrong widgets were shown after creation.
50
51 2003-08-01 [luke]       0.9.3claws85
52
53         * src/mainwindow.c
54                 o fixed visibility of icons/mimeview after toggling separate
55                   message/folder view (factored out some similar code too).
56
57
58 2003-07-31 [alfons]     0.9.3claws84
59
60         * src/mimeview.c
61                 tweak icon box UI a bit more, now allowing right-clicks actions
62                 getting the relevant mime data too; should fix #250, "Can't save 
63                 attachments sometimes".
64
65 2003-07-30 [alfons]     0.9.3claws83
66
67         * src/compose.c
68                 don't do auto-save-draft inside key press handler, but rather
69                 schedule it half of a second later; should fix #67, "autosave 
70                 make re-rediting message crazy"
71
72 2003-07-30 [christoph]  0.9.3claws82
73
74         * src/plugins/trayicon/trayicon.c
75                 process pending events before unloading the plugin
76
77         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
78
79 2003-07-30 [alfons]     0.9.3claws81
80
81         * src/common/hooks.c
82                 parameter 2 of g_hook_destroy() should really be a hook id
83
84 2003-07-30 [alfons]     0.9.3claws80
85
86         * src/common/plugin.c
87                 fix a possibly harmful function signature mismatch 
88                 for plugin_done
89
90 2003-07-30 [alfons]     0.9.3claws79
91
92         * src/common/hooks[.ch]
93                 const correctness
94
95 2003-07-30 [darko]      0.9.3claws78
96
97         * src/summaryview.c
98                 make it compile again
99
100 2003-07-30 [luke]       0.9.3claws77
101
102         * src/crash.c
103         * src/main.c
104                 o added/moved signal handlers for SIGTERM (normal kill command) 
105                   and SIGINT (ctl-c) to be used even without 
106                   --enable-crash-dialog, fixing bug 166
107
108         * src/summaryview.c
109                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
110                   bug 227
111
112         * src/mainwindow.c
113                 o changed sensitivity condition for 'Next new' and 'Next 
114                   unread', fixing bug 8
115
116 2003-07-29 [alfons]     0.9.3claws76
117
118         * src/common/utils.[ch]
119                 add generate_msgid()
120         * src/messageview.c
121                 save ack'ed RRR; fixes #205, "return receipt is not saved in
122                 sent folder".
123
124 2003-07-29 [alfons]     0.9.3claws75
125
126         * src/messageview.c
127                 fix a memleak (claws-only)
128
129 2003-07-29 [alfons]     0.9.3claws74
130
131         * src/mimeview.[ch]
132         * src/gtk/gtkvscrollbutton.[ch]
133                 fix UI glitch where mime icon toolbox' scroll position is not 
134                 reset after switching to another message
135                 
136
137 2003-07-29 [paul]       0.9.3claws73
138
139         * src/prefs_folder_item.c
140                 split the prefs into 2 separate pages
141
142 2003-07-29 [paul]       0.9.3claws72
143
144         * src/compose.c
145                 prepend "\n\n" to a signature without a separator too
146
147 2003-07-29 [paul]       0.9.3claws71
148
149         * src/compose.c
150                 fix bug where changing to an account without an auto-sig
151                 from an initial account without an auto-sig would insert 
152                 2 blank lines at the cursor point
153                 fix bug where changing to an account with an auto-sig
154                 from an initial account without an auto-sig would insert
155                 the sig at the cursor point
156
157 2003-07-29 [paul]       0.9.3claws70
158
159         * src/folderview.c
160                 use the colour from the folder pref unless the folder
161                 has new messages
162
163 2003-07-29 [alfons]     0.9.3claws69
164
165         * src/procmsg.[ch]
166         * src/messageview.c
167         * src/procheader.c
168                 rewrite return receipt request work a little bit (the former 
169                 implementation presumably depended too much on the UI setting
170                 flags). (we're losing the old pending flag.) 
171
172 2003-07-28 [christoph]  0.9.3claws68
173
174         * src/folder.c
175         * src/imap.c
176         * src/mh.c
177         * src/procmsg.[ch]
178                 fix copy to IMAP folder from other folder
179
180 2003-07-28 [christoph]  0.9.3claws67
181
182         * src/procmsg.c
183                 fix sync of procmsg_get_message_file_list
184
185 2003-07-28 [christoph]  0.9.3claws66
186
187         * sync with 0.9.3cvs14
188                 see ChangeLog 2003-07-18
189         * sync with 0.9.3cvs17
190                 see ChangeLog 2003-07-23
191
192         (closes Bug 234 segmentation fault after sending out mail via
193          smtp(auth))
194
195 2003-07-28 [paul]       0.9.3claws65
196
197         * po/es.po
198                 update Spanish translation, submitted by Ricardo Mones
199                 Lastra
200
201 2003-07-28 [christoph]  0.9.3claws64
202
203         * src/folder.[ch]
204         * src/imap.c
205         * src/mh.c
206                 return new message numbers as a GRelation instead of a GSList
207                 that has to be in the same order as the input list. A list
208                 would make it hard for IMAP to optimize oepration by sorting
209                 the input list. The returned list would have to be reordered
210                 to match the same order that input list has.
211
212         * src/gtk/gtkaspell.c
213                 fix missing return value, could cause a crash when garbage is
214                 on the stack that is used as the expected return value
215
216 2003-07-28 [paul]       0.9.3claws63
217
218         * sync with 0.9.4cvs1
219                 see ChangeLog 2003-07-28
220
221 2003-07-27 [alfons]     0.9.3claws62
222
223         * src/mimeview.c
224                 tweak it more to make icon list act like a check button group
225
226 2003-07-27 [christoph]  0.9.3claws61
227
228         * sync with 0.9.3cvs20
229                 see ChangeLog 2003-07-25
230
231 2003-07-27 [paul]       0.9.3claws60
232
233         * src/procmsg.c
234                 re-commit changes from 0.9.3claws58 -
235                 accidently removed in 0.9.3claws59
236
237 2003-07-27 [paul]       0.9.3claws59
238
239         * src/procmsg.[ch]
240                 a sync from 0.9.3cvs17
241                 see ChangeLog 2003-07-23
242
243 2003-07-27 [alfons]     0.9.3claws58
244
245         * src/procmsg.c
246                 add missing header members to MsgInfo; fixes the problem of 
247                 not displaying X-Faces, as noticed by Ricardo Mones
248
249 2003-07-26 [christoph]  0.9.3claws57
250
251         * sync with 0.9.3cvs18
252                 see ChangeLog 2003-07-24
253
254 2003-07-26 [christoph]  0.9.3claws56
255
256         * sync with 0.9.3cvs17
257                 see ChangeLog 2003-07-23
258
259 2003-07-26 [christoph]  0.9.3claws55
260
261         * src/folder.[ch]
262         * src/imap.c
263         * src/mbox_folder.c
264         * src/mh.c
265         * src/news.c
266                 add support for copy function that copy multiple messages
267                 (not implemented yet)
268
269         * src/summaryview.c
270                 add missing return value
271
272 2003-07-26 [paul]       0.9.3claws54
273
274         * tools/multiwebsearch.pl
275                 do whitespace substitution before passing the string
276                 to the browser. fixes bug with browsers that don't
277                 do whitespace conversion themselves.
278
279 2003-07-25 [christoph]  0.9.3claws53
280
281         * src/folder.[ch]
282         * src/imap.c
283         * src/mh.c
284                 rewrite adding of multiple messages to a folder for
285                 claws' folder system
286
287 2003-07-25 [luke]       0.9.3claws52
288
289         * src/mimeview.c
290                 o icon toggles set correctly on leaving ctree mimeview
291
292 2003-07-25 [paul]       0.9.3claws51
293
294         * partial sync with 0.9.3cvs21 [src/main.c]
295                 see ChangeLog 2003-07-25
296
297 2003-07-24 [paul]       0.9.3claws50
298
299         * tools/maildir2sylpheed.pl
300                 fix typo
301
302 2003-07-24 [paul]       0.9.3claws49
303
304         * src/mimeview.c
305                 increase the gutter size of paned so that the panes
306                 can be resized
307                 
308         * src/plugins/demo/demo.c
309                 squeeze in another typo fix
310
311 2003-07-24 [paul]       0.9.3claws48
312
313         * src/plugins/demo/demo.c
314           src/prefs_account.c
315                 small changes to the English
316                 
317         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
318           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
319           src/Makefile.am
320           src/stock_pixmap.c
321                 rename the misspelled icon
322
323 2003-07-23 [alfons]     0.9.3claws47
324
325         * src/mimeview.c
326                 make icon list look like a list of toggles
327
328 2003-07-23 [luke]       0.9.3claws46
329
330         * src/pixmaps/mimeview_gpg_expired.xpm
331         * src/pixmaps/mimeview_gpg_failed.xpm
332         * src/pixmaps/mimeview_gpg_passed.xpm
333         * src/pixmaps/mimeview_text_html.xpm
334         * src/pixmaps/mimeview_image.xpm
335                 o all icons the same size
336
337         * src/mimeview.[ch]
338                 o mimeview ctree arranged vertically above the viewer
339                 o icons changed to buttons
340                 o can use keyboard to select an icon (Enter)
341                 o resize icon list to width of icons
342
343         *  src/gtk/gtkvscrollbutton.c
344                 o sensitivity of buttons reacts to position
345
346 2003-07-23 [christoph]  0.9.3claws45
347
348         * sync with 0.9.3cvs14 (incomplete)
349                 see ChangeLog 2003-07-17
350
351 2003-07-23 [alfons]     0.9.3claws44
352
353         * src/folder.c
354         * src/procmsg.h
355                 sync with my local tree to restore some claws-only things
356
357 2003-07-23 [paul]       0.9.3claws43
358
359         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
360           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
361           src/Makefile.am
362           src/mimeview.c
363           src/procmime.h
364           src/rfc2015.c
365           src/stock_pixmap.[ch]
366                 indicate missing keys and expired sigs/keys
367                 in mime view column
368
369 2003-07-23 [paul]       0.9.3claws42
370
371         * src/compose.c
372                 Redirect fixes: enable automatic account selection and
373                 do not append signature to message on changing account
374                 fixes Bug[s] #248
375
376 2003-07-23 [paul]       0.9.3claws41
377
378         * sync with 0.9.3cvs16
379                 see ChangeLog 2003-07-23
380
381 2003-07-23 [alfons]     0.9.3claws40
382
383         * src/inc.c
384                 give progress dialog a main window, and give it the first 
385                 one (presumably the only one). fixes bug #247, "segfault on 
386                 pop-before-smtp" 
387
388 2003-07-22 [alfons]     0.9.3claws39
389
390         * src/summaryview.c
391                 shift-space scrolls up
392
393 2003-07-22 [paul]       0.9.3claws38
394
395         * sync with 0.9.3cvs15
396                 see ChangeLog 2003-07-22
397
398 2003-07-20 [alfons]     0.9.3claws37
399
400         * src/compose.c
401                 put menu inside #ifdef USE_ASPELL..#endif
402
403 2003-07-20 [christoph]  0.9.3claws36
404
405         * src/procmsg.c
406                 fix wrong flags in MsgInfo returned by
407                 procmsg_msginfo_get_full_info()
408
409         (closes Bug 221 Deleting messages from the Message View gives incorrect
410          new/unread message counts in the folder view)
411
412         * src/plugins/spamassassin/spamassassin_gtk.c
413                 add gettext macro for prefs page title
414
415 2003-07-20 [paul]       0.9.3claws35
416
417         * src/mimeview.c
418                 redraw icon list on signature check
419
420 2003-07-20 [christoph]  0.9.3claws34
421
422         * src/Makefile.am
423         * src/account.c
424         * src/folder.[ch]
425         * src/folder_item_prefs.[ch]            ** NEW **
426         * src/folderview.c
427         * src/mainwindow.c
428         * src/mh.c
429         * src/prefs_gtk.c
430         * src/prefs_scoring.c
431         * src/summaryview.c
432         * src/prefs_folder_item.[ch]
433                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
434                   Properties dialog
435                 o use prefswindow for folder properties
436
437         * src/gtk/prefswindow.[ch]
438                 change implementation to use an invisible notebook instead
439                 of unparenting widgets
440
441 2003-07-20 [christoph]  0.9.3claws33
442
443         * src/compose.h
444         * src/folder.c
445         * src/folderview.h
446         * src/headerview.h
447         * src/prefs_filtering.h
448         * src/prefs_folder_item.[ch]
449         * src/procmime.h
450         * src/procmsg.h
451         * src/summaryview.h
452                 clean up header mess
453                 (always use 1. typedefs, 2. #includes, 3. structures)
454
455         * src/common/version.h.in
456                 add casts for constants
457
458         * src/plugins/demo/demo.c
459                 fix typo
460
461         * src/plugins/spamassassin/spamassassin.c
462                 remove unused variable
463
464 2003-07-20 [alfons]     0.9.3claws32
465
466         * src/mimeview.c
467                 o make icon buttons respond on left click
468                 o minor cosmetic change
469
470 2003-07-19 [luke]       0.9.3claws31
471
472         * src/mimeview.[ch]
473         * src/gtk/gtkvscrollbutton.c
474         * src/messageview.c
475                 o improved mimeview behaviour when selecting a new message
476                 o plus code cleanups to remove compile warnings
477
478
479 2003-07-19 [alfons]     0.9.3claws30
480
481         * src/procmsg.c
482         * src/compose.c
483         * src/common/utils.[ch]
484                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
485
486 2003-07-19 [alfons]     0.9.3claws29
487
488         * src/prefs_folder_item.c
489                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
490                 string pointers
491
492 2003-07-19 [luke]       0.9.3claws28
493
494         * src/messageview.c
495         * src/mimeview.[ch]
496         * src/procmime.h
497         * src/rfc2015.c
498         * src/stock_pixmap.[ch]
499         * src/gtk/Makefile.am
500         * src/Makefile.am
501         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
502         * src/pixmaps/mime_*.xpm                ** NEW **
503                 o mimeview rearrangement with a new icon shortcut bar
504         
505 2003-07-19 [alfons]     0.9.3claws27
506
507         * src/folderview.c
508                 o plug leaking nodes_to_recollapse
509                 o add folderview_recollapse_all_nodes() (not used yet)
510
511 2003-07-19 [alfons]     0.9.3claws26
512
513         * src/compose.c
514         * src/common/utils.c
515                 honour #240 "Better SUBJECT handling" by cleaning the prefix
516                 for both forwarding as replying
517
518 2003-07-18 [christoph]  0.9.3claws25
519
520         * configure.ac
521         * src/common/sylpheed.[ch]
522         * src/common/version.h.in
523                 add version in numeric form to allow easy comparison
524
525         * src/plugins/demo/demo.c
526                 add version check
527                 - sylpheed version > plugin version => never allowed, sylpheed
528                   could contain unknown API changes
529                 - sylpheed version < minimum version required => don't load,
530                   API required not available (if linking does not fail)
531
532 2003-07-18 [alfons]     0.9.3claws24
533         
534         * src/common/plugin.[ch]
535                 const correctness
536
537 2003-07-18 [christoph]  0.9.3claws23
538
539         * src/common/hooks.c
540                 fix crash when hooks where unregisted
541
542         * src/plugins/trayicon/trayicon.c
543                 unregister detroy signal before destroying the widget
544                 (still crashes when the plugin is unloaded)
545
546 2003-07-18 [alfons]     0.9.3claws22
547         
548         * src/folderview.c
549                 delay expanding folder tree during drags until timeout triggered
550                 (needs perhaps some tweaking, so testing is welcome)
551
552 2003-07-17 [alfons]     0.9.3claws21
553
554         * src/folderview.c
555                 clean up cruft
556
557 2003-07-17 [christoph]  0.9.3claws20
558
559         * src/common/session.c
560                 fix opening of SSL connections
561
562         * src/plugins/image_viewer/Makefile.am
563                 add OPENSSL_CFLAGS (we should find a better solution to remove
564                 this dependencies if they are not required)
565
566         * src/plugins/spamassassin/spamassassin.c
567                 remove setlocale workaround (fixed in libspamc)
568
569         (closes Bug Bug 184 Entering non-ascii character deletes previous char
570          if spell checking enabled)
571
572 2003-07-17 [alfons]     0.9.3claws19
573
574         * src/common/hooks.[ch]
575         * src/plugins/clamav/clamav_plugin.c
576         * src/plugins/spamassassin/spamassassin.c
577         * src/plugins/trayicon/trayicon.c
578                 fix signedness muck 
579
580 2003-07-17 [alfons]     0.9.3claws18
581
582         * src/procmime.c
583                 plug memleak
584
585 2003-07-17 [alfons]     0.9.3claws17
586
587         * src/inc.c
588                 plug memleak
589
590 2003-07-17 [paul]       0.9.3claws16
591
592         * src/common/defs.h
593           src/mainwindow.c
594           src/manual.[ch]
595                 add link to the Claws site's FAQ page, after the suggestion
596                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
597                 Move url strings to defs.h
598                 
599         * src/mainwindow.c
600                 fix typo to prevent "unknown menu entry" warnings
601
602 2003-07-17 [alfons]     0.9.3claws15
603
604         * src/folderview.[ch]
605         * src/summaryview.[ch]
606         * src/mimeview.[ch]
607                 plug DnD leaks 
608
609 2003-07-17 [paul]       0.9.3claws14
610
611         * src/inc.c
612                 remove two instances of 'GTK_EVENTS_FLUSH' because
613                 they are unnecessary and probably cause a stack overflow
614
615 2003-07-16 [christoph]  0.9.3claws13
616
617         * src/mimeview.[ch]
618                 use an invisible GTK notebook to switch between viewers
619                 instead of reparenting widgets
620
621 2003-07-16 [christoph]  0.9.3claws12
622
623         * src/folder.c
624                 move folder_item_update_freeze() to correct place in
625                 folder_item_scan_full()
626
627 2003-07-16 [paul]       0.9.3claws11
628
629         * sync with 0.9.3cvs12
630                 see ChangeLog 2003-07-14 and 2003-07-15
631
632 2003-07-16 [christoph]  0.9.3claws10
633
634         * src/imap.[ch]
635         * src/prefs_account.[ch]
636                 sync IMAP CRAM-MD5 authentication with sylpheed-main
637
638 2003-07-15 [alfons]     0.9.3claws9
639
640         * src/main.c
641                 make --config-dir do something useful
642
643 2003-07-15 [alfons]     0.9.3claws8
644
645         * src/procmsg.c
646                 o fix a bug where 'last' didn't really point to the last message
647                   in the top level list of children, but to the last threaded
648                   message. 
649                 
650                 o clean up and make it easier to sync
651
652 2003-07-15 [alfons]     0.9.3claws7
653
654         * src/mainwindow.c
655                 make correct menu items sensitive       
656
657 2003-07-14 [alfons]     0.9.3claws6
658
659         * src/procmsg.c
660                 tune the threader so it will not subject-thread any message
661                 without a subject prefix (this will not thread correctly if 
662                 a parent is delivered after their childs, but it looks 
663                 better right now)
664
665 2003-07-13 [christoph]  0.9.3claws5
666
667         * src/mainwindow.c
668                 group "Add mailbox *..." menu items in submenu
669
670 2003-07-13 [alfons]     0.9.3claws4
671
672         * src/summaryview.c
673                 correct summary_toggle_pressed() signature and make sure
674                 signal is not passed on
675
676 2003-07-13 [alfons]     0.9.3claws3
677
678         * src/summaryview.c
679                 o for now don't pass on keys when they we're handled by 
680                   ctree::key_press_event
681                 o clean up
682
683 2003-07-13 [alfons]     0.9.3claws2
684         
685         * src/main.c
686                 add command line option "--config-dir" to get the current 
687                 configuration dir
688
689 2003-07-12 [alfons]     0.9.3claws1
690
691         * src/matcher.[ch]
692         * src/matcher_parser_parse.y
693         * src/prefs_filtering.c
694         * src/filtering.c
695                 add "Lock" filter action to lock messages;
696
697         * src/filtering.c       
698                 remove debug_print()    
699         * src/prefs_filtering.c
700                 re-organize matcher part 9: 
701                 make action text entries easily extendible;
702                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
703                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
704
705 2003-07-12 [paul]
706
707         * tools/README
708                 update old information and add missing
709                 information
710
711 2003-07-12 [paul]       0.9.3claws
712
713         * 0.9.3claws released
714         
715 2003-07-12 [paul]       0.9.0claws103
716
717         * src/Makefile.am
718                 add addrquery.h
719
720 2003-07-12 [melvin]     0.9.0claws102
721
722         * src/messageview.c
723                 Fixed bug #215: Show MIME tab for single text/html messages. 
724                 
725 2003-07-12 [paul]       0.9.0claws101
726
727         * man/sylpheed.1
728                 updated
729
730 2003-07-12 [paul]       0.9.0claws100
731
732         * po/es.po
733           po/hr.po
734           po/pl.po
735           po/sr.po
736                 update Spanish, Croatian, Polish, Serbian translations.
737                 submitted by Ricardo Mones Lastra, Dragan, Witold
738                 Wladyslaw Wojciech Wilk, Urke MMI
739
740 2003-07-12 [melvin]     0.9.0claws99
741
742         * po/fr.po
743                 Updated French translations.
744
745 2003-07-12 [paul]       0.9.0claws98
746
747         * src/addressbook.c
748                 disable 'Lookup' button as it has no effect
749
750 2003-07-11 [alfons]     0.9.0claws97
751         
752         * src/summaryview.c
753                 summary_searchbar_pressed() should return TRUE to signal that
754                 event was handled. when returning void, the return value passed
755                 to GTK is actually random, but maybe FALSE, in which case the
756                 event is handled by parent
757                 
758 2003-07-10 [paul]       0.9.0claws96
759
760         * ac/missing/gettext.m4
761                 update to version 0.12
762
763 2003-07-10 [paul]       0.9.0claws95
764
765         * src/plugins/clamav/clamav_plugin.c
766                 fix bug where multipart/alternative messages
767                 would slip through without being scanned
768
769 2003-07-10 [christoph]  0.9.0claws94
770
771         * src/folder.c
772                 correct check if folder supports removing when a message is
773                 moved. if not the message is only copied.
774
775         (closes Bug 132 crash on startup in newsgroups folders)
776
777 2003-07-09 [alfons]     0.9.0claws93
778
779         * configure.ac
780         * src/common/defs.h
781                 --with-config-dir (default .sylpheed)
782
783 2003-07-09 [christoph]  0.9.0claws92
784
785         * configure.ac
786                 use PKG_CHECK_MODULES to check for gtkmathview
787                 (version 0.4.2 now required)
788
789 2003-07-08 [melvin]     0.9.0claws91
790
791         * src/action.c
792                 Implemented a progress bar that counts the number of completed
793                 tasks when the action runs more than one command.
794
795 2003-07-08 [alfons]     0.9.0claws90
796
797         * src/procmsg.c
798                 if queued message has an invalid Message-Id, don't try to
799                 find message it refers to (fixes #209 "crash when processing 
800                 in folder")
801
802 2003-07-08 [paul]       0.9.0claws89
803
804         * sync with 0.9.3cvs2
805                 see ChangeLog 2003-07-08
806
807 2003-07-08 [match]      0.9.0claws88
808
809         * src/ldapctrl.c
810                 extend LDAP search for first/last name by parsing search term.
811
812 2003-07-08 [alfons]     0.9.0claws87
813
814         * src/send_message.c
815                 fix bug #208 "Status message stuck when sending on POP3 account"
816
817 2003-07-07 [paul]       0.9.0claws86
818
819         * po/hr.po
820                 new Croatian translation, submitted by
821                 Dragan <drleskov@inet.hr>
822
823 2003-07-07 [paul]       0.9.0claws85
824
825         * sync with 0.9.3cvs1
826                 see ChangeLog 2003-07-07
827
828 2003-07-05 [christoph]  0.9.0claws84
829
830         * src/Makefile.am
831         * src/messageview.c
832         * src/mimeview.[ch]
833         * src/stock_pixmap.[ch]
834         * src/pixmaps/messageview_text.xpm              ** NEW **
835                 move mimeview tabs to the right side and use icons
836                 instead of text to save some space
837
838         (patch by Luke Plant <lukeplant@softhome.net>)
839
840 2003-07-05 [christoph]  0.9.0claws83
841
842         * src/inc.c
843                 add NULL pointer checks
844
845         (patch by Luke Plant <lukeplant@softhome.net>)
846         (closes Bug 204 0.9.0 quits on authentication error?!)
847
848 2003-07-05 [alfons]     0.9.0claws82
849
850         * configure.ac
851                 take the clue in bug #202 "./configure script - 
852                 'if test' comparison failure" reported by John Kristoff. 
853
854 2003-07-04 [christoph]  0.9.0claws81
855
856         * src/plugins/spamassassin/spamassassin.c
857                 set timeout for spam check
858
859 2003-07-04 [christoph]  0.9.0claws80
860
861         * src/main.c
862                 destroy all FolderItems when shutting down to
863                 allow folders to clean up
864
865 2003-07-04 [melvin]     0.9.0claws79
866
867         * src/gtk/gtkaspell.c
868                 Fixed bug #184 "Entering non-ascii character deletes
869                 previous char if spell checking enabled": this makes
870                 the spell checking in multibytes (e.g. UTF-8)locales work.
871                 (Patch by Luke Plant).
872                 
873 2003-07-04 [christoph]  0.9.0claws78
874
875         * sync with 0.9.2cvs1
876                 see ChangeLog 2003-06-10
877
878 2003-07-04 [paul]       0.9.0claws77
879
880         * sync with 0.9.3 release
881                 see ChangeLog 2003-07-04
882
883 2003-07-03 [christoph]  0.9.0claws76
884
885         * src/folder.[ch]
886         * src/imap.c
887         * src/mbox_folder.c
888         * src/mh.c
889         * src/news.c
890                 move folder_item_get_path() stuff into a folder virtual function
891
892         * src/procmsg.c
893                 use folder_item_fetch_msg() to get message and do not contruct
894                 the filename from path and number
895
896 2003-07-03 [paul]       0.9.0claws75
897
898         * sync with 0.9.2cvs12
899                 see ChangeLog 2003-07-03
900
901 2003-07-02 [paul]       0.9.0claws74
902
903         * src/messageview.c
904                 fix text-selection for replying
905
906 2003-07-02 [paul]       0.9.0claws73
907
908         * sync with 0.9.2cvs11
909                 see ChangeLog 2003-07-02
910
911 2003-07-02 [paul]       0.9.0claws72
912
913         * src/procmsg.c
914                 revert last commit because it breaks more
915                 than it fixes
916
917 2003-07-02 [paul]       0.9.0claws71
918
919         * src/procmsg.c
920                 fix thread by subject/sort by date
921
922 2003-07-01 [paul]       0.9.0claws70
923
924         * sync with 0.9.2cvs10
925                 see ChangeLog 2003-07-01
926
927 2003-06-30 [paul]       0.9.0claws69
928
929         * sync with 0.9.2cvs9
930                 see ChangeLog 2003-06-30
931
932 2003-06-28 [match]      0.9.0claws68
933
934         * src/addressbook.c
935                 fix null ptr.
936
937 2003-06-27 [paul]       0.9.0claws67
938
939         * sync with 0.9.2cvs7
940                 see ChangeLog 2003-06-27
941
942 2003-06-26 [christoph]  0.9.0claws66
943
944         * src/folder.c
945                 freeze folder updates while a folder is scanned
946
947         (closes Bug 185 New message counter)
948
949 2003-06-26 [darko]      0.9.0claws65
950
951         * src/ldapserver.c
952                 fix infinite loop when adding a new LDAP server
953
954 2003-06-26 [paul]       0.9.0claws64
955
956         * sync with 0.9.2cvs6
957                 see ChangeLog 2003-06-26
958
959 2003-06-26 [paul]       0.9.0claws63
960
961         * sync with 0.9.2cvs5
962                 see ChangeLog 2003-06-25 and 2003-06-26
963
964 2003-06-25 [match]      0.9.0claws62
965
966         * src/addr_compl.c
967                 Fixed tab/backtab for dropped-down completion list to
968                 move next/previous field. (close bug 147)
969
970 2003-06-25 [christoph]  0.9.0claws61
971
972         * src/addr_compl.[ch]
973         * src/addrindex.[ch]
974         * src/folderview.c
975         * src/inc.c
976         * src/news.c
977         * src/summaryview.c
978         * src/toolbar.c
979                 fix warnings
980
981 2003-06-25 [leandro]    0.9.0claws60
982
983         * src/compose.c
984                 o cleanups
985                 o gray out "Message/Remove references" menu item if not
986                   replying to a message
987
988 2003-06-24 [leandro]    0.9.0claws59
989
990         * src/compose.[ch]
991                 o removed "Message/Create new thread" menu item
992                 o added "Message/Remove references" menu item
993                   (it's off by default and will not check anymore
994                    if the subject changed)
995
996 2003-06-23 [alfons]     0.9.0claws58
997
998         * src/procmsg.c
999                 try better grouping messages threaded by subject based on their age.
1000                 still not perfect - because the message tree is not sorted by date.  
1001
1002 2003-06-23 [thorsten]   0.9.0claws57
1003
1004         * src/pop.[ch]
1005                 added mail_receive_hook to allow modifications
1006                 directly after retrieval (e.g. adding headers).
1007
1008 2003-06-23 [paul]       0.9.0claws56
1009
1010         * src/sourcewindow.c
1011                  enable the use of Ctrl+A to select all text in
1012                  the sourcewindow
1013                  Patch submitted by Ivan Francolin Martinez
1014                  <ivanfm@users.sourceforge.net>
1015
1016 2003-06-22 [christoph]  0.9.0claws55
1017
1018         * src/folder.[ch]
1019                 o add notification hook for folder tree changes
1020                 o invoke hooks after folder tree scanning
1021
1022         * src/folderview.[ch]
1023                 register hook for folder tree changes that
1024                 updates the ctree
1025
1026         (there are more places that should be updated, like add, remove 
1027          or move folder)
1028
1029         (closes Bug 164 Crash on rebuild folder tree)
1030         (closes Bug 190 Crash on 'rebuilding folder tree')
1031
1032 2003-06-21 [leandro]    0.9.0claws54
1033
1034         * src/compose.[ch]
1035                 create a new thread if subject changes
1036                 (it's on by default, can be disabled in Message menu)
1037
1038 2003-06-21 [alfons]     0.9.0claws53
1039
1040         * src/summaryview.c
1041                 quiet little compiler
1042
1043 2003-06-21 [christoph]  0.9.0claws52
1044
1045         update gettext stuff to version 0.12
1046
1047 2003-06-19 [alfons]     0.9.0claws51
1048
1049         * src/common/log.c
1050         * src/common/plugin.c
1051                 move defs.h before glib.h to prevent MIN/MAX redefs
1052
1053 2003-06-19 [alfons]
1054
1055         * src/addressbook.c
1056                 translatable
1057
1058 2003-06-19 [match]      0.9.0claws50
1059
1060         * src/addressbook.[ch]
1061         * src/addrindex.[ch]
1062         * src/addr_compl.[ch]
1063         * src/editldap.[ch]
1064         * src/editldap_basedn.[ch]
1065         * src/addritem.[ch]
1066         * src/ldapquery.h
1067                 re-implemented dynamic LDAP search. works without
1068                 slowdown on display sender with addressbook
1069                 option.
1070         * src/addrbook.c
1071                 documented code.
1072
1073 2003-06-19 [paul]       0.9.0claws49
1074
1075         * src/compose.c
1076                 fix Bug #136 'Nonprovided quotation marks crash claws'
1077                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1078
1079 2003-06-19 [alfons]     0.9.0claws48
1080
1081         * src/prefs_common.[ch]
1082         * src/procmsg.c
1083                 restrict threading by subject by checking thread for
1084                 age (prefs_common.thread_by_subject_max_age)
1085
1086 2003-06-18 [christoph]  0.9.0claws47
1087
1088         * src/imap.c
1089                 fix memory leak in imap_cmd_fetch()
1090
1091 2003-06-18 [christoph]  0.9.0claws46
1092
1093         * src/prefs_gtk.c
1094                 fix memory leak in prefs_set_default() when used multiple
1095                 times or after prefs have been read
1096
1097 2003-06-18 [christoph]  0.9.0claws45
1098
1099         * src/common/plugin.c
1100                 fix memory leak in plugin_unload()
1101
1102 2003-06-18 [christoph]  0.9.0claws44
1103
1104         * src/imap.c
1105                 fix memory leak in imap_cmd_ok()
1106
1107 2003-06-18 [christoph]  0.9.0claws43
1108
1109         * src/folder.c
1110                 stop messages that are downloaded from POP3 and added to
1111                 an IMAP inbox from being filtered twice (first by POP3
1112                 and again when IMAP folder is scaned to get the UID of
1113                 the APPEND operation when no UIDPLUS is available)
1114
1115 2003-06-18 [alfons]
1116
1117         * tools/Makefile.am
1118                 phoenix <- firebird     
1119
1120 2003-06-18 [paul]
1121
1122         * tools/launch_phoenix          ** REMOVED **
1123           tools/launch_firebird         ** NEW **
1124                 renamed and edited to reflect the browser's name change from
1125                 'phoenix' to 'firebird'
1126
1127 2003-06-18 [paul]       0.9.0claws42
1128
1129         * sync with 0.9.2cvs2
1130                 see ChangeLog 2003-06-16
1131
1132 2003-06-17 [alfons]     0.9.0claws41
1133
1134         * src/procmsg.c
1135                 prevent threading problems when a node is an ancestor (parent / great parent),
1136                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1137                 for finding an sample set of messages)
1138
1139 2003-06-16 [christoph]  0.9.0claws40
1140
1141         * src/main.c
1142                 don't popup main window on --receive or --receive-all
1143
1144         * src/mainwindow.[ch]
1145         * src/plugins/trayicon/trayicon.c
1146                 allow hiding of main window by clicking on the trayicon
1147                 (doesn't work correctly in seperate window mode and may
1148                  cause unexpected GTK problems I couldn't find yet)
1149
1150         * src/common/ssl.c
1151                 remove incorrect warning
1152
1153 2003-06-15 [alfons]     0.9.0claws39
1154
1155         * src/gtk/gtkstext.c
1156                 don't output debug text;
1157                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1158                 for pointing this out);
1159
1160 2003-06-14 [alfons]     0.9.0claws38
1161         
1162         * src/messageview.c
1163                 remove printf() and make one if..else comply with coding style
1164
1165 2003-06-14 [alfons]     0.9.0claws37
1166
1167         * AUTHORS
1168                 add Martin Wicke
1169         * src/action.c
1170         * src/messageview.[ch]
1171         * src/summaryview.c
1172                 apply patch #754162 "Quoting messages filtered by actions" submitted
1173                 by Martin Wicke, which allows quoting message body changed by an
1174                 action (Thanks!).
1175
1176 2003-06-13 [alfons]     0.9.0claws36
1177
1178         * src/utils.c
1179                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1180                 use case insensitive regexp (suggested by Ivan Martinez)
1181
1182 2003-06-13 [christoph]  0.9.0claws35
1183
1184         * configure.ac
1185         * src/plugins/trayicon/Makefile.am
1186         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1187         * src/plugins/trayicon/trayicon.c
1188         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1189         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1190         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1191         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1192         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1193         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1194                 replace my own EggTrayIcon backport with the backport
1195                 used by (l|x)mule and gabber.
1196
1197 2003-06-13 [alfons]     0.9.0claws34
1198
1199         * AUTHORS
1200         * src/common/utils.c
1201                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1202
1203 2003-06-13 [alfons]     0.9.0claws33
1204
1205         * src/compose.c
1206                 clean up a little bit
1207
1208 2003-06-12 [alfons]     0.9.0claws32
1209
1210         * src/compose.c
1211                 const correctness fix
1212
1213         * src/common/sylpheed.[ch]
1214                 () -> (void)
1215                 prevent redef MIN/MAX
1216                 
1217         * src/common/utils.[ch]
1218                 () -> (void)
1219
1220 2003-06-12 [melvin]     0.9.0claws31
1221
1222         * src/compose.c
1223                 Updated to take into accounts changes in GtkAspell.
1224
1225 2003-06-12 [alfons]     0.9.0claws30
1226
1227         * src/compose.c
1228         * src/procmsg.c
1229         * src/common/utils.[ch]
1230                 handle reply subject prefixes better (initial 
1231                 suggestion by Robert Story adapted and enhanced 
1232                 using regexps)
1233
1234 2003-06-12 [melvin]     0.9.0claws29
1235
1236         * src/compose.c
1237                 Use new gtkaspell_checkers_strerror() to get the speller's
1238                 error message instead of accessing the (now private)
1239                 checkers structure.
1240                 Minor code clean up
1241
1242         * src/main.c
1243                 Use #ifdef instead of #if for USE_ASPELL
1244                 Use the new spell checkers init/quit functions 
1245
1246         * src/gtk/gtkaspell.c
1247                 Use #ifdef instead of #if for USE_ASPELL
1248                 Moved in the majority of GtkAspell structures that were
1249                 exported before by gtkaspell.h
1250         
1251         * src/gtk/gktaspell.h
1252                 Made gtkaspell.h contain only the necessary data to be
1253                 publicized by moving many structures to gtkaspell.c.
1254                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1255                 gtkaspell_checkers_new(): replaced by...
1256                 gtkaspell_checkers_init(): new function for initialization
1257                 gtkaspell_checkers_delete(): replaced by...
1258                 gtkaspell_checkers_quit(): new function
1259                 gtkaspell_checkers_strerror(): new function that returns
1260                 the checker's last error message.
1261                 
1262 2003-06-11 [melvin]     0.9.0claws28
1263
1264         * po/POTFILES.in
1265                 Updated to take into account gtkaspell.c migration to
1266                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1267
1268 2003-06-10 [alfons]     0.9.0claws27
1269
1270         * src/filtering.[ch]
1271         * src/folder.c
1272         * src/matcher.c
1273         * src/scoring.[ch]
1274                 - try fixing bug #18 (any brave testers?)
1275                 - add more robustness by refusing previously 
1276                   unchecked NULL pointers 
1277
1278 2003-06-10 [alfons]     0.9.0claws26
1279
1280         * src/procmsg.c
1281                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1282
1283 2003-06-09 [alfons]     0.9.0claws25
1284
1285         * src/prefs_common.c
1286                 fix bug #163 "Icon switching doesnt work properly" by 
1287                 preventing early freeing of prefs_common.pixmap_theme_path.
1288
1289 2003-06-09 [christoph]  0.9.0claws24
1290
1291         * src/gtk/gtkaspell.c
1292                 revert Thorsten's fix and add forgotten g_strdup for
1293                 aspell path (it should not be possible to alter the path a
1294                 GtkASpell uses from outside)
1295
1296 2003-06-09 [thorsten]   0.9.0claws23
1297
1298         * src/gtk/gtkaspell.c
1299                 dont free prefs_common.aspell_path when closing compose
1300
1301 2003-06-08 [colin]      0.9.0claws22
1302
1303         * src/plugins/spamassassin/spamassassin.c
1304                 fix prefs types
1305
1306 2003-06-07 [christoph]  0.9.0claws21
1307
1308         * src/Makefile.am
1309         * src/compose.c
1310         * src/gtkaspell.[ch]            ** REMOVE **
1311         * src/gtk/Makefile.am
1312         * src/gtk/gtkaspell.[ch]        ** NEW **
1313                 o make gtkaspell independent from sylpheed's prefs
1314                 o move gtkaspell.[ch] to gtk directory
1315
1316 2003-06-07 [christoph]  0.9.0claws20
1317
1318         * src/Makefile.am
1319         * src/crash.c
1320         * src/export.c
1321         * src/filesel.[ch]              ** REMOVE **
1322         * src/folder.c
1323         * src/main.[ch]
1324         * src/common/sylpheed.[ch]
1325         * src/gtk/Makefile.am
1326         * src/gtk/filesel.[ch]          ** NEW **
1327         * src/gtk/pluginwindow.c
1328         * src/gtk/sslcertwindow.c
1329                 move filesel.[ch] to gtk directory
1330
1331 2003-06-07 [alfons]     0.9.0claws19
1332
1333         * src/filesel.c
1334                 make (multi) file selection dialog work again (Claws-only)
1335
1336 2003-06-07 [thorsten]   0.9.0claws18
1337
1338         * po/de.po
1339                 fix typos
1340
1341 2003-06-07 [alfons]     0.9.0claws17
1342
1343         * configure.ac
1344         * src/mimeview.c
1345                 detect apache mishap in which case don't include fnmatch.h
1346                 if regex.h is already included
1347
1348 2003-06-06 [christoph]  0.9.0claws16
1349
1350         * configure.ac
1351         * src/mimeview.h
1352                 add check for fnmatch.h and include it when available
1353
1354         * src/mimeview.[ch]
1355                 fix wrong case sensitivity of Content-Types
1356
1357         * src/gtk/Makefile.am
1358                 need the same include paths in gtk directory as in
1359                 common directory because .h files in common can
1360                 include files from these directories, when included
1361                 in gtk's .h or .c files
1362
1363 2003-06-06 [alfons]     0.9.0claws15
1364
1365         * src/mimeview.c
1366         * src/summaryview.c
1367                 make it compile again because of regex.h / fnmatch.h 
1368                 include problems (related to recent mime stuff, can
1369                 someone check this?)
1370
1371 2003-06-06 [thorsten]   0.9.0claws14
1372
1373         * src/folderview.c
1374                 possible use of uninitialized pointer while dragging
1375
1376 2003-06-06 [paul]       0.9.0claws13
1377
1378         * src/compose.c
1379                 fix bug where the insert sig button would be effective
1380                 only when auto_sig was set
1381
1382 2003-06-06 [paul]       0.9.0claws12
1383
1384         * sync with 0.9.2 release
1385
1386 2003-06-02 [paul]       0.9.0claws11
1387
1388         * sync with 0.9.1cvs1
1389                 see ChangeLog 2003-06-02
1390                 
1391         * po/de.po
1392                 update by Jens
1393
1394 2003-06-01 [christoph]  0.9.0claws10
1395
1396         * src/account.c
1397                 don't use substring search to find accounts by email address
1398
1399         (closes Bug 169 Overly loose matching of "From" address)
1400
1401 2003-05-31 [christoph]  0.9.0claws9
1402
1403         * doc-src/rfc2683.txt
1404         * src/imap.c
1405                 limit IMAP command length as recommended in RFC2683
1406                 (message number lists will be split into multiple imap
1407                 sets, the limit of 1000 octets is not a hard limit)
1408
1409         (closes Bug 161 sylpheed-claws exits with segfault when logging
1410          in to certain imap-servers)
1411
1412 2003-05-29 [alfons]     0.9.0claws8
1413
1414         * src/toolbar.[ch]
1415                 add print button (calling summary_print());
1416                 fine tune setting tooltip text;
1417                 (if someone needs other buttons, please take these 
1418                 commits as a guide, instead of bothering us - also
1419                 see 0.8.11claws150) 
1420
1421 2003-05-29 [darko]      0.9.0claws7
1422
1423         * src/compose.c
1424                 fix crash when word wrapping kicks in due to
1425                 changed text by spell checker
1426
1427 2003-05-29 [paul]       0.9.0claws6
1428
1429         * src/compose.c
1430                 fix bug where changing account would insert
1431                 sig even if auto_sig was FALSE
1432                 
1433         * ChangeLog
1434           ChangeLog.jp
1435           INSTALL
1436                 sync with 0.9.1 release
1437
1438 2003-05-28 [christoph]  0.9.0claws5
1439
1440         * src/imap.c
1441                 fix truncation of too long commands
1442
1443         (closes Bug 167 IMAP hangs trying to get envelope
1444          information in imap_get_uncached_messages)
1445
1446 2003-05-27 [paul]       0.9.0claws4
1447
1448         * tools/Makefile.am
1449           tools/maildir2sylpheed.pl     ** NEW FILE **
1450                 add kmail to sylpheed mailbox conversion script
1451
1452 2003-05-27 [paul]       0.9.0claws3
1453
1454         * sync with 0.9.0cvs10
1455                 see ChangeLog 2003-05-26
1456
1457 2003-05-26 [paul]       0.9.0claws2
1458
1459         * sync with 0.9.0cvs9
1460                 see ChangeLog 2003-05-26
1461
1462 2003-05-24 [paul]       0.9.0claws1
1463
1464         * sync with 0.9.0cvs8
1465                 see ChangeLog 2003-05-23
1466
1467 2003-05-24 [paul]       0.9.0claws
1468
1469         * version 0.9.0claws released
1470
1471 2003-05-24 [paul]       0.8.11claws177
1472
1473         * src/plugins/dillo-viewer/Makefile.am
1474           src/plugins/traycon/Makefile.am
1475                 add missing files
1476                 
1477         * po/bg.po
1478           po/en_GB.po
1479           po/es.po
1480           po/it.po
1481           po/pt_BR.po
1482           po/ru.po
1483           po/sr.po
1484                 update Bulgarian, British English, Spanish, Italian, 
1485                 Brazilian Portuguese, Russian, and Serbian translations, 
1486                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1487                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1488                 Ruslan N. Balkin, and Urke MMI
1489
1490 2003-05-23 [melvin]     0.8.11claws176
1491
1492         * po/fr.po
1493                 Updated French translations
1494
1495 2003-05-22 [paul]       0.8.11claws175
1496
1497         * src/Makefile.am
1498           src/addrbook.[ch]
1499           src/addrcache.[ch]
1500           src/addr_compl.[ch]
1501           src/adressbook.[ch]
1502           src/addrindex.[ch]
1503           src/addritem.[ch]
1504           src/editaddress.c
1505           src/editgroup.c
1506           src/editldap_basedn.c
1507           src/editldap.c
1508           src/jpilot.c
1509           src/vcard.c
1510                 revert to get ldap into it previous working state
1511                 
1512         * po/zh_TW.Big5.po
1513                 new Taiwanese translation,
1514                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1515
1516 2003-05-22 [christoph]  0.8.11claws174
1517
1518         * src/plugins/spamassassin/libspamc.[ch]
1519                 sync libspamc with SpamAssaain release 2.55
1520
1521 2003-05-22 [paul]       0.8.11claws173
1522
1523         * sync with 0.9.0cvs7
1524                 see ChangeLog 2003-05-22
1525                 
1526         * src/summaryview.c
1527                 revert change in 0.8.11claws172: follow
1528                 Hiroyuki's decision and that's the end of it.
1529
1530 2003-05-21 [paul]       0.8.11claws172
1531
1532         * src/summaryview.c
1533                 fix discrepency between open_unread_on_enter
1534                 and always_show_msg
1535
1536 2003-05-21 [paul]       0.8.11claws171
1537
1538         * sync with 0.9.0cvs6
1539                 see ChangeLog 2003-05-21
1540
1541 2003-05-21 [paul]       0.8.11claws170
1542
1543         * sync with 0.9.0cvs5
1544                 see ChangeLog 2003-05-21
1545
1546 2003-05-20 [paul]       0.8.11claws169
1547
1548         * sync with 0.9.0cvs4
1549                 see ChangeLog 2003-05-20
1550                 fixes bug #152, 'encoding of IMAP folders names'
1551
1552 2003-05-20 [paul]       0.8.11claws168
1553
1554         * sync with 0.9.0cvs3
1555                 see ChangeLog 2003-05-20
1556                 
1557         * src/tools/convert_mbox.pl
1558                 minor change in the comments, submitted by Fred Marton
1559
1560 2003-05-19 [paul]       0.8.11claws167
1561
1562         * src/plugins/clamav/Makefile.am
1563           configure.ac
1564                 link clamav_lib to the plugin and not to the main program
1565
1566 2003-05-19 [christoph]
1567
1568         * src/Makefile.am
1569                 add -export-dynamic for linking
1570
1571 2003-05-19 [paul]       0.8.11claws166
1572
1573         * sync with 0.9.0cvs1
1574                 see ChangeLog 2003-05-19
1575
1576 2003-05-19 [paul]       0.8.11claws165
1577
1578         * src/inc.c
1579                 fix 'pop before smtp' timeout
1580
1581 2003-05-18 [alfons]     0.8.11claws164
1582
1583         * src/prefs_matcher.c
1584                 put "execute" action command line ("expression") in edit box
1585
1586 2003-05-18 [christoph]  0.8.11claws163
1587
1588         * src/mimeview.[ch]
1589         * src/plugins/dillo_viewer/dillo_viewer.c
1590         * src/plugins/image_viewer/viewer.c
1591         * src/plugins/mathml_viewer/mathml_viewer.c
1592                 let a viewer have a list of Content-Types
1593
1594 2003-05-18 [paul]       0.8.11claws162
1595
1596         * src/prefs_filtering.c
1597                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1598                 and REDIRECT actions
1599
1600 2003-05-17 [christoph]
1601
1602         * README.claws
1603                 o remove dynamic signatures that was syned with main
1604                 o add infos about no longer "build in" image viewer
1605                 o update bugtracker URL
1606
1607 2003-05-17 [christoph]  0.8.11claws161
1608
1609         * src/folder.c
1610         * src/folderview.c
1611         * src/imap.c
1612                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1613                 for every folder after rebuilding the folder tree.
1614
1615         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1616          messages)
1617
1618 2003-05-17 [christoph]  0.8.11claws160
1619
1620         * src/imap.c
1621                 don't use STATUS command on current folder to check for
1622                 content changes. imap_cmd_ok() now tracks changes to
1623                 folder and number of existing messages.
1624
1625 2003-05-17 [paul]       0.8.11claws159
1626
1627         * src/plugins/clamav/clamav_plugin.c
1628                 remove unnecessary debug_print
1629
1630 2003-05-16 [thorsten]   0.8.11claws158
1631
1632         * src/plugins/demo.c
1633                 included missing intl.h
1634
1635 2003-05-16 [paul]       0.8.11claws157
1636
1637         * po/POTFILES.in
1638                 remove non-existant entries
1639         
1640         * src/plugins/clamav/clamav_plugin.c
1641           src/plugins/clamav/clamav_plugin_gtk.c
1642           src/plugins/dillo_viewer/dillo_prefs.c
1643           src/plugins/dillo_viewer/dillo_viewer.c
1644                 gettextise
1645
1646 2003-05-16 [christoph]  0.8.11claws156
1647
1648         * po/POTFILES.in
1649                 include plugin .c files for translation until I
1650                 find a better solution to have plugins have their
1651                 own textdomain
1652         * src/plugins/demo/demo.c
1653         * src/plugins/image_viewer/plugin.c
1654         * src/plugins/mathml_viewer/mathml_viewer.c
1655         * src/plugins/spamassassin/spamassassin.c
1656         * src/plugins/spamassassin/spamassassin_gtk.c
1657         * src/plugins/trayicon/trayicon.c
1658                 add gettext macros for plugin name and description
1659
1660 2003-05-16 [paul]
1661
1662         * sync with 0.9.0
1663
1664 2003-05-16 [paul]       0.8.11claws155
1665
1666         * sync with lastest 0.9.0pre1
1667                 see ChangeLog 2003-05-16
1668
1669 2003-05-15 [paul]       0.8.11claws154
1670
1671         * sync with latest 0.9.0pre1
1672                 see ChangeLog 2003-05-14 and 2003-05-15
1673
1674 2003-05-14 [christoph]  0.8.11claws153
1675
1676         * src/plugins/image_viewer/viewer.c
1677         * src/plugins/image_viewer/viewer.glade         ** NEW **
1678         * src/plugins/image_viewer/viewerprefs.c
1679                 make it possible to disable the autoload function in the
1680                 imageviewer again
1681
1682 2003-05-14 [christoph]  0.8.11claws152
1683
1684         * src/folder.c
1685                 fix folder update after adding a message
1686
1687 2003-05-13 [alfons]     0.8.11claws151
1688
1689         * src/common/session.c
1690                 remove debug traces
1691                 
1692         * src/addrcache.[ch]
1693         * src/filtering.[ch]
1694         * src/folder.[c]
1695         * src/gtkaspell.[ch]
1696         * src/imap.[ch]
1697         * src/mbox_folder.[ch]
1698         * src/mh.[ch]
1699         * src/mimeview.h
1700         * src/msgcache.[ch]
1701         * src/news.[ch]
1702         * src/passphrase.[ch]
1703         * src/prefs_common.[ch]
1704         * src/prefs_gtk.[ch]
1705         * src/procmsg.c
1706         * src/scoring.[ch]
1707                 be pedantic; (in prototypes () implies (int))
1708
1709 2003-05-13 [alfons]     0.8.11claws150
1710
1711         * src/prefs_toolbar.[ch]
1712         * src/summaryview.[ch]
1713         * src/toolbar.[ch]
1714                 change misleading text in toolbar prefs;
1715                 add toolbar action for ignore thread (toggles ignore thread flag);
1716                 clean up a little bit;
1717
1718 2003-05-12 [paul]
1719
1720         * tools/convert_mbox.pl
1721                 bug fixed by Fred Marton
1722
1723 2003-05-12 [paul]
1724
1725         * sync with 0.9.0pre1
1726
1727 2003-05-09 [paul]       0.8.11claws149
1728
1729         * sync with 0.8.11cvs43
1730                 see ChangeLog 2003-05-09
1731
1732 2003-05-08 [christoph]  0.8.11claws148
1733
1734         * src/imap.[ch]
1735                 o use CAPABILIY as first command and check for PREAUTH
1736                   information in the response to it
1737                 o rewrite all imap_cmd_* functions to use an IMAPSession
1738                   instead of a SockInfo as parameter
1739                 o do STARTTLS after fetching and checking the server
1740                   capabilities
1741
1742 2003-05-08 [paul]       0.8.11claws147
1743
1744         * tools/Makefile.am
1745           tools/README
1746           tools/convert_mbox.pl         ** NEW FILE **
1747                 add mbox conversion script. Submitted by 
1748                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1749
1750 2003-05-07 [christoph]
1751
1752         * doc-src/glade.txt
1753         * src/gtk/pluginwindow.glade
1754         * src/plugins/image_viewer/viewerprefs.glade
1755         * src/plugins/spamassassin/spamassassin_gtk.glade
1756                 add glade files for user interfaces and a description how
1757                 to use glade to create the sylpheed code
1758
1759 2003-05-07 [paul]       0.8.11claws146
1760
1761         * sync with 0.8.11cvs41
1762                 see ChangeLog 2003-05-07
1763
1764 2003-05-06 [christoph]  0.8.11claws145
1765
1766         * src/main.c
1767         * src/plugins/image_viewer/viewer.c
1768                 fix usage of imlib in imageviewer plugin
1769
1770         * src/gtk/prefswindow.c
1771                 handle window close event correctly
1772
1773 2003-05-06 [paul]       0.8.11claws144
1774
1775         * src/common/ssl.c
1776                 fix typo introduced in sync
1777
1778 2003-05-06 [paul]       0.8.11claws143
1779
1780         * sync with 0.8.11cvs39
1781                 see ChangeLog 2003-05-06
1782
1783 2003-05-06 [paul]       0.8.11claws142
1784
1785         * AUTHORS
1786           po/cs.po
1787                 updated Czech translation, submitted by 
1788                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1789                 
1790         * src/plugins/clamav/clamav_plugin_gtk.c
1791                 clean up
1792
1793 2003-05-03 [alfons]     0.8.11claws141
1794
1795         * src/compose.[ch]
1796                 make paste as quotation work even when the call to 
1797                 text_inserted() was deferred (fixes bug #140 "Paste 
1798                 as quotation does not work when using "external" 
1799                 clipboard")
1800
1801 2003-05-03 [thorsten]   0.8.11claws140
1802
1803         * src/addrquery.h
1804           src/ldapquery.h
1805           src/mainwindow.c
1806                 removed C++ comments
1807         * src/addr_compl.c
1808                 function with non-int retval/param used before
1809                 implementation/declaration
1810
1811 2003-05-02 [paul]       0.8.11claws139
1812
1813         * src/addr_compl.[ch]
1814           src/addressbook.[ch]
1815           src/addrindex.c
1816           src/summaryview.c
1817                 revert match's changes to (finally) remove the bug where
1818                 opening a folder causes massive slowdown when using the 
1819                 'Display sender using address book' option
1820
1821 2003-05-01 [melvin]     0.8.11claws138
1822
1823         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1824         * src/plugins/dillo_viewer/dillo_viewer.c
1825                 Fixed bug where "Cancel" button from prefs issued
1826                 warnings.
1827                 Comply a little more to coding style
1828
1829 2003-05-01 [paul]       0.8.11claws137
1830
1831         * sync with 0.8.11cvs38
1832                 see ChangeLog 2003-05-01
1833
1834 2003-05-01 [paul]       0.8.11claws136
1835
1836         * po/bg.po
1837                 updated by George Danchev
1838
1839 2003-04-30 [christoph]  0.8.11claws135
1840
1841         * src/plugins/dillo_viewer/dillo_prefs.c
1842         * src/plugins/image_viewer/viewerprefs.c
1843         * src/plugins/spamassassin/spamassassin_gtk.c
1844                 remove gtk_widget_ref() calls for widgets in
1845                 glade code
1846
1847 2003-04-30 [paul]       0.8.11claws134
1848
1849         * src/addrindex.c
1850                 ok, this time a better fix for the bug where opening folder
1851                 has massive slowdown when using the 'Display sender using 
1852                 address book' option
1853
1854 2003-04-30 [paul]       0.8.11claws133
1855
1856         * src/addrindex.c
1857                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1858         
1859 2003-04-30 [melvin]     0.8.11claws132
1860
1861         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1862
1863         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1864                 Preferences for the dillo plugin
1865         * src/plugins/dillo_viewer/dillo_viewer.c
1866                 Support for preferences
1867         * src/plugins/dillo_viewer/Makefile.am
1868                 Added dillo_prefs.[ch]
1869
1870 2003-04-30 [alfons]     0.8.11claws131
1871
1872         * src/common/plugin.[ch]
1873                 see? this ANSI C'fication immediately gives us type
1874                 checking for free.
1875
1876 2003-04-30 [alfons]     0.8.11claws130
1877
1878         * src/common/plugin.[ch]
1879         * src/plugins/clamav/clamav_plugin.[ch]
1880         * src/plugins/clamav/clamav_plugin_gtk.c
1881         * src/plugins/demo/demo.c
1882         * src/plugins/dillo_viewer/dillo_viewer.c
1883         * src/plugins/image_viewer/plugin.c
1884         * src/plugins/image_viewer/viewer.[ch]
1885         * src/plugins/image_viewer/viewerprefs.[ch]
1886         * src/plugins/mathml_viewer/mathml_viewer.c
1887         * src/plugins/spamassassin/spamassassin.[ch]
1888         * src/plugins/spamassassin/spamassassin_gtk.c
1889         * src/plugins/trayicon/trayicon.c
1890                 clean up
1891
1892 2003-04-30 [alfons]     0.8.11claws129
1893
1894         * src/common/utils.c
1895                 make is_ascii_str() fail gracefully when NULL pointer
1896                 is passed
1897
1898 2003-04-30 [paul]       0.8.11claws128
1899
1900         * src/addrindex.c
1901                 fix bug where opening folder has massive slowdown when
1902                 using the 'Display sender using address book' option
1903
1904 2003-04-30 [paul]       0.8.11claws127
1905
1906         * src/plugins/clamav/clamav_plugin.c
1907           src/plugins/clamav/clamav_plugin_gtk.c
1908           src/plugins/demo/demo.c
1909           src/plugins/dillo_viewer/dillo_viewer.c
1910           src/plugins/image_viewer/plugin.c
1911           src/plugins/mathml_viewer/mathml_viewer.c
1912           src/plugins/spamassassin/spamassassin.c
1913           src/plugins/spamassassin/spamassassin_gtk.c
1914           src/plugins/trayicon/trayicon.c
1915                 get rid of eye-hurting function signatures
1916
1917 2003-04-30 [paul]       0.8.11claws126
1918
1919         * src/plugins/trayicon/trayicon.c
1920                 add description
1921                 
1922         * src/mimeview.c
1923                 be more descriptive
1924
1925 2003-04-30 [paul]       0.8.11claws125
1926
1927         * configure.ac
1928                 arrange the plugins in reverse alphabetical order
1929                 
1930         * src/plugins/clamav/clamav_plugin.[ch]
1931           src/plugins/clamav/clamav_plugin_gtk.c
1932                 rename some params
1933                 resize max_size window
1934                 re-arrange the order of some gui elements
1935                 improve descriptions
1936         
1937         * src/plugins/image_viewer/plugin.c
1938           src/plugins/mathml_viewer/mathml_viewer.c
1939                 add descriptions
1940                 
1941         * src/plugins/spamassassin/spamassassin_gtk.c
1942                 resize max_size window
1943                 re-arrange the order of some gui elements
1944                 
1945         * src/messageview.c
1946           src/mimeview.c
1947                 correct typos
1948
1949 2003-04-30 [alfons]     0.8.11claws124
1950
1951         * src/imap.c
1952                 fix a leak found while browsing Martin Kluge's 
1953                 valgrind log (Claws only)
1954
1955 2003-04-29 [darko]      0.8.11claws123
1956
1957         * src/gtk/gtkstext.h
1958                 include wchar.h if it is available, fixes compilation
1959                 on HP-UX systems
1960
1961 2003-04-29 [melvin]     0.8.11claws122
1962
1963         * src/prefs_actions.c
1964                 Improved help text of Actions' syntax
1965
1966 2003-04-28 [paul]       0.8.11claws121
1967
1968         * src/action.c
1969                 a better fix for the crash when performing an action
1970                 on a mime part
1971
1972 2003-04-28 [paul]       0.8.11claws120
1973
1974         * src/action.c
1975                 fix crash when performing an action on a
1976                 mime part
1977
1978 2003-04-28 [paul]       0.8.11claws119
1979
1980         * sync with 0.8.11cvs36
1981                 see ChangeLog 2003-04-28
1982
1983 2003-04-27 [paul]       0.8.11claws118
1984
1985         * more sync with 0.8.11cvs35
1986                 see ChangeLog 2003-04-25
1987
1988 2003-04-26 [christoph]  0.8.11claws117
1989
1990         * src/folder.c
1991                 fix remove virtual check
1992
1993 2003-04-26 [paul]       0.8.11claws116
1994
1995         * src/messageview.c
1996                 fix return-receipt, make it work again
1997
1998 2003-04-26 [paul]       0.8.11claws115
1999
2000         * src/mimeview.c
2001                 restore double-clicking of the [application/pgp-signature 
2002                 (Select "Check signature" to check)] line in the message view,
2003                 broken in recent sync
2004
2005 2003-04-26 [christoph]  0.8.11claws114
2006
2007         * src/folder.c
2008                 check if remove virtual really exists before
2009                 calling the function
2010
2011 2003-04-25 [match]      0.8.11claws113
2012
2013         * src/addrindex.c
2014         * src/addrbook.c
2015         * src/ldapquery.[ch]
2016         * src/ldapctrl.[ch]
2017                 fix memleak.
2018         * src/ldapserver.[ch]
2019                 fix memleak. fix segfault.
2020                 plug a Claws memleak
2021
2022 2003-04-25 [alfons]     0.8.11claws112
2023
2024         * src/folder.c
2025                 plug a Claws memleak
2026
2027 2003-04-25 [alfons]     0.8.11claws111
2028
2029         * src/common/session.c
2030                 plug a memleak
2031
2032 2003-04-25 [paul]       0.8.11claws110
2033
2034         * sync with 0.8.11cvs35
2035                 see ChangeLog 2003-04-24 and 2003-04-25
2036                 
2037         * src/gtk/pluginwindow.c
2038                 correct another strange float value
2039
2040 2003-04-24 [christoph]  0.8.11claws109
2041
2042         * src/folder.c
2043                 freeze folder item updates when unsetting new flags
2044
2045         * src/gtk/pluginwindow.c
2046                 correct strange float value
2047
2048 2003-04-23 [paul]       0.8.11claws108
2049
2050         * sync with 0.8.11cvs33
2051                 see ChangeLog 2003-04-23
2052
2053 2003-04-22 [paul]       0.8.11claws107
2054
2055         * src/Makefile.am
2056           src/messageview.c
2057           src/mimeview.c
2058           src/pgptext.[ch]      ** REMOVED **
2059                 remove pgptext.[ch] as its not used any more
2060
2061 2003-04-22 [paul]       0.8.11claws106
2062
2063         * sync with 0.8.11cvs31
2064                 see ChangeLog 2003-04-21 and 2003-04-22
2065
2066 2003-04-21 [alfons]     0.8.11claws105
2067
2068         * src/main.c
2069                 No access to GTK structures if we're a spawned child
2070                 (and clean up code a little bit...) Should fix #126.
2071
2072 2003-04-21 [melvin]     0.8.11claws104
2073
2074         * src/plugins/dillo_viewer/README
2075                 Improved slightly the text.
2076
2077 2003-04-21 [melvin]     0.8.11claws103
2078
2079         * src/plugins/dillo_viewer/README *** NEW ***
2080                 Added a README file for the Dillo plugin
2081
2082 2003-04-20 [paul]
2083
2084         * tools/README
2085           tools/outlook2sylpheed.pl
2086                 updated and improved by Ricardo Mones Lastra
2087
2088 2003-04-18 [oliver]     0.8.11claws102
2089
2090         * src/inc.c 
2091         * src/prefs_account.h
2092                 remove Pop3SessionType (used by selective download)
2093         * src/prefs_toolbar.c
2094                 enable set Default Toolbar button
2095
2096 2003-04-18 [paul]       0.8.11claws101
2097
2098         * sync with 0.8.11cvs29
2099                 see ChangeLog 2003-04-18
2100
2101 2003-04-17 [paul]       0.8.11claws100
2102
2103         * src/prefs_common.[ch]
2104           src/summaryview.c
2105                 remove 'Open next message on deletion' option,
2106                 as the same effect can now be achieved via the
2107                 'Always open messages in summary when selected'
2108                 option.
2109
2110 2003-04-17 [paul]       0.8.11claws99
2111
2112         * sync with 0.8.11cvs28
2113                 see ChangeLog 2003-04-17
2114
2115 2003-04-17 [christoph]  0.8.11claws98
2116
2117         * ac/spamassassin.m4
2118         * src/plugins/spamassassin/libspamc.[ch]
2119         * src/plugins/spamassassin/utils.[ch]
2120                 sync libspamc with SpamAssassin project
2121
2122 2003-04-17 [christoph]  0.8.11claws97
2123
2124         * src/common/socket.h
2125         * src/gtk/sslcertwindow.h
2126                 rename old USE_SSL to USE_OPENSSL
2127
2128 2003-04-17 [paul]       0.8.11claws96
2129
2130         * src/prefs_common.h
2131                 use gulong for P_COLOR so that it compiles/runs on
2132                 64-bit systems. Patch submitted by James Noyes
2133                 <jnoyes-claws@retrogeeks.com>
2134                 
2135         * po/de.po
2136                 updated by Jens
2137
2138 2003-04-17 [paul]       0.8.11claws95
2139
2140         * sync with 0.8.11cvs27
2141                 see ChangeLog 2003-04-16
2142
2143 2003-04-15 [paul]       0.8.11claws94
2144
2145         * src/prefs_common.[ch]
2146                 rearrange to stop the window getting too long:
2147                         move Receive dialog stuff to Receive tab
2148                         move Send dialog to Send tab
2149                         remove Dialogs frame
2150                 rename 'Open messages in summary with cursor keys' to
2151                 'Always open messages in summary when selected', as its
2152                 more appropriate
2153
2154 2003-04-15 [paul]       0.8.11claws93
2155
2156         * src/prefs_common.[ch]
2157           src/summaryview.c
2158                 add new option '/Interface/Open next message on deletion'
2159
2160 2003-04-15 [paul]       0.8.11claws92
2161
2162         * src/summaryview.[ch]
2163                 add /Mark/Lock and /Mark/Unlock to the pop-up
2164                 menu. Patch submitted by Ivan Francolin Martinez
2165                 <ivanfm@users.sourceforge.net>
2166
2167 2003-04-15 [paul]       0.8.11claws91
2168
2169         * sync with 0.8.11cvs24
2170                 see ChangeLog 2003-04-15
2171
2172 2003-04-14 [jens]       0.8.11claws90
2173
2174         * updated German translation and some corrections from
2175                 Roland Bless <bless@tm.uka.de>
2176
2177 2003-04-14 [paul]       0.8.11claws89
2178
2179         * sync with 0.8.11cvs22
2180                 see ChangeLog 2003-04-14
2181
2182 2003-04-13 [paul]       0.8.11claws88
2183
2184         * src/plugins/clamav/clamav_plugin.c
2185                 fix memory leaks
2186                 clean up
2187
2188 2003-04-12 [paul]       0.8.11claws87
2189
2190         * src/plugins/clamav/clamav_plugin.c
2191                 activate enable/disable archive scanning option
2192                 
2193         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2194
2195 2003-04-12 [paul]       0.8.11claws86
2196
2197         * src/plugins/Makefile.am
2198           src/plugins/clamav/Makefile.am                ** NEW FILE **
2199           src/plugins/clamav/README                     ** NEW FILE ** 
2200           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2201           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2202                 add Clam AntiVirus plugin
2203
2204 2003-04-12 [paul]       0.8.11claws85
2205
2206         * sync with 0.8.11cvs21
2207                 see ChangeLog 2003-04-11
2208
2209 2003-04-11 [paul]       0.8.11claws84
2210
2211         * po/es.po
2212                 update Spanish translation. Submitted by Ricardo
2213                 Mones Lastra.
2214
2215 2003-04-10 [christoph]  0.8.11claws83
2216
2217         * src/mbox.c
2218                 fix typo that did not move unfiltered mails to destination
2219                 folder
2220
2221         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2222          when filtering from spool)
2223
2224 2003-04-10 [christoph]  0.8.11claws82
2225
2226         * src/imap.c
2227                 use BODY.PEEK instead of BODY in in message fetch operation
2228                 to make sure the IMAP server does not set the \Seen flag for
2229                 messages. Sylpheed does that later itself, when the message
2230                 is opened in sylpheed
2231
2232         (closes Bug 111 Claws destroys unread marks)
2233
2234 2003-04-09 [oliver]     0.8.11claws81
2235         
2236         * src/folder.c
2237                 fix crash in folder_destroy
2238         * README.claws
2239                 remove selective download
2240
2241 2003-04-09 [christoph]  0.8.11claws80
2242
2243         * src/imap.c
2244                 fix crash in imap_get_msginfo() when then fetched message
2245                 is not found
2246
2247         (closes Bug 110 Crash during mail composition)
2248
2249 2003-04-08 [christoph]  0.8.11claws79
2250
2251         * src/folder.c
2252         * src/prefs_account.c
2253                 Filter new messages that are found in an INBOX folder
2254                 when 'Filter messages on receiving' is enabled in the
2255                 Folder's AccountPrefs. This allows to use Sylpheed's
2256                 filtering engine for IMAP folders where messages are
2257                 added to the INBOX by a MTA
2258
2259 2003-04-08 [paul]       0.8.11claws78
2260
2261         * src/procmsg.h
2262                 clean up after last commit
2263
2264 2003-04-08 [paul]       0.8.11claws77
2265
2266         * sync with 0.8.11cvs20
2267                 see ChangeLog 2003-04-07 and 2003-04-08
2268
2269 2003-04-07 [christoph]  0.8.11claws76
2270
2271         * src/filtering.[ch]
2272         * src/inc.[ch]
2273         * src/mbox.c
2274         * src/procmsg.[ch]
2275                 add procmsg_msginfo_filter() to execute filtering actions
2276
2277 2003-04-06 [christoph]  0.8.11claws75
2278
2279         * src/imap.c
2280                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2281
2282 2003-04-06 [christoph]  0.8.11claws74
2283
2284         * src/common/utils.[ch]
2285                 add g_int_compare() function for slist sorting
2286
2287         * src/imap.c
2288                 fetch all MsgInfos with one command in imap_get_msginfos()
2289                 using an imap set with a list of ranges
2290
2291         * src/news.c
2292                 use new g_int_compare() function
2293
2294 2003-04-06 [thorsten]   0.8.11claws73
2295
2296         * src/mh.c
2297                 corrected implementation of mh_folder_destroy()
2298
2299 2003-04-05 [christoph]  0.8.11claws72
2300
2301         * src/account.c
2302         * src/folder.[ch]
2303         * src/folderview.c
2304         * src/imap.c
2305         * src/inc.c
2306         * src/main.c
2307         * src/mainwindow.c
2308         * src/mbox_folder.c
2309         * src/mh.c
2310         * src/mimeview.h
2311         * src/msgcache.[ch]
2312         * src/news.c
2313         * src/procmime.h
2314         * src/procmsg.[ch]
2315         * src/setup.c
2316         * src/gtk/gtkutils.c
2317                 o rename structure field names class and new to klass and
2318                   new_msgs, to allow including files in C++
2319                 o add 'extern "C"' block to some header files
2320                 o add MsgInfoList and MsgNumberList as alias for GSList for
2321                   developers to know what type of list is expected
2322
2323         * src/plugins/image_viewer/plugin.c
2324         * src/plugins/image_viewer/viewer.[ch]
2325         * src/plugins/image_viewer/viewerprefs.[ch]
2326                 rename function names to prevent conflicts
2327
2328 2003-04-05 [paul]       0.8.11claws71
2329
2330         * sync with 0.8.11cvs18
2331                 see ChangeLog 2003-04-03 and 2003-04-04
2332
2333 2003-04-02 [christoph]  0.8.11claws70
2334
2335         * src/folder.[ch]
2336         * src/imap.[ch]
2337         * src/mbox_folder.[ch]
2338         * src/mh.[ch]
2339         * src/news.[ch]
2340                 o Make all virtual folder functions private
2341                 o remove unused folder code
2342
2343         * src/common/socket.[ch]
2344         * src/summaryview.c
2345                 fix warnings
2346
2347 2003-03-30 [alfons]     0.8.11claws69
2348
2349         * src/send_message.c
2350                 remove two debug traces and see if people still report
2351                 errors
2352
2353 2003-03-30 [alfons]     0.8.11claws68
2354
2355         * src/send_message.c
2356         * src/commons/session.c
2357                 add more debug traces
2358
2359 2003-03-30 [christoph]  0.8.11claws67
2360
2361         * src/folder.c
2362                 change processing folder name from .processing to processing
2363
2364         * src/common/ssl.c
2365                 disable SSL certificate check because it causes Xlib error
2366                 when the child process want's to open an GTK window
2367
2368 2003-03-30 [christoph]  0.8.11claws66
2369
2370         * src/folder.c
2371                 don't use default folder for processing folder item because
2372                 it can be a non local folder
2373
2374         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2375
2376 2003-03-30 [alfons]     0.8.11claws65
2377
2378         * src/send_message.c
2379                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2380                 to generate bad code for 'send_send_data_progressive': When
2381                 called from 'send_send_data_finished', the 'data' pointer is
2382                 cleared just before the assignment to the dialog pointer
2383
2384 2003-03-29 [christoph]  0.8.11claws64
2385
2386         * src/common/prefs.h
2387         * src/plugins/image_viewer/Makefile.am
2388         * src/plugins/image_viewer/plugin.c
2389         * src/plugins/image_viewer/viewer.[ch]
2390         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2391                 add PrefsPage for ImageViewer
2392
2393 2003-03-28 [thorsten]   0.8.11claws63
2394
2395         * src/common/session.c
2396                 added some comments
2397
2398 2003-03-28 [paul]       0.8.11claws62
2399
2400         * sync with 0.8.11cvs16
2401                 see ChangeLog 2003-03-28
2402
2403 2003-03-28 [paul]       0.8.11claws61
2404
2405         * sync with 0.8.11cvs15
2406                 see ChangeLog 2003-03-28
2407
2408 2003-03-27 [christoph]  0.8.11claws60
2409
2410         * src/folder.c
2411         * src/imap.c
2412         * src/common/socket.[ch]
2413                 set socket state to DISCONNECTED when any operation
2414                 fails to allow reconnecting in IMAP code without
2415                 checking the return code of all calls to the command
2416                 functions
2417
2418         * src/folderview.c
2419         * src/summaryview.c
2420                 remove some more stuff that depends on specific
2421                 folder types
2422
2423 2003-03-27 [paul]       0.8.11claws59
2424
2425         * sync with 0.8.11cvs14
2426                 see ChangeLog 2003-03-27
2427                 
2428         * src/selective_download.[ch]   ** REMOVED **
2429                 really removed
2430
2431 2003-03-27 [christoph]  0.8.11claws58
2432
2433         * src/folder.c
2434                 fix handling of tmp_flags in flag copy function
2435
2436 2003-03-27 [paul]       0.8.11claws57
2437
2438         * sync with 0.8.11cvs13
2439                 see ChangeLog 2003-03-27
2440
2441 2003-03-27 [oliver]     0.8.11claws56
2442
2443         * src/maiwindow.c
2444                 remove sel_download_cb
2445
2446 2003-03-27 [oliver]     0.8.11claws55
2447         
2448         * src/inc.c
2449                 remove POP3_TOP
2450         
2451 2003-03-26 [oliver]     0.8.11claws54
2452
2453         *src/pop.h
2454                 remove POP3_TOP*
2455         * README.claws
2456                 remove selective donwload readme
2457
2458 2003-03-26 [oliver]     0.8.11claws53
2459         * src/matcher.[ch]
2460         * src/matcher_parser_parse.y 
2461         * src/pop.c 
2462         * src/prefs_account.[ch]
2463         * src/prefs_filtering.c
2464                 remove selective donwload
2465
2466 2003-03-26 [oliver]     0.8.11claws52
2467
2468         * src/inc.[ch] 
2469         * src/filtering.c 
2470         * src/mainwindow.c 
2471                 remove selective donwload
2472
2473 2003-03-26 [oliver]     0.8.11claws51
2474         
2475         * src/Makefile.am
2476         * src/selective_download.[ch]   ** REMOVE **    
2477
2478 2003-03-26 [christoph]  0.8.11claws50
2479
2480         * src/news.c
2481                 fix NEWS that got broken by a sync with sylpheed-main
2482
2483 2003-03-26 [christoph]  0.8.11claws49
2484
2485         * src/mimeview.c
2486                 fix mime type guessing when no mime type is found for a file
2487
2488 2003-03-25 [christoph]  0.8.11claws48
2489
2490         * src/mimeview.c
2491         * src/procmime.c
2492                 remove mime type guessing from mime parser and use
2493                 name based mime types in viewer lookup for mime type
2494                 application/octet-stream
2495
2496 2003-03-25 [christoph]  0.8.11claws47
2497
2498         * doc-src/readme.txt
2499         * doc-src/rfc2554.txt
2500                 add RFC about SMTP AUTH
2501
2502         * src/send_message.c
2503         * src/common/smtp.[ch]
2504                 add extra error code for authentication errors and
2505                 clear temporary password when this error occurs
2506
2507         (closes Bug 84 authentication failure while sending should
2508          prompt for password again)
2509
2510 2003-03-25 [christoph]  0.8.11claws46
2511
2512         * configure.ac
2513         * src/Makefile.am
2514         * src/imageview.[ch]                            ** REMOVE **
2515         * src/messageview.[ch]
2516         * src/mimeview.[ch]
2517         * src/prefs_common.[ch]
2518         * src/textview.c
2519         * src/plugins/Makefile.am
2520         * src/plugins/image_viewer/.cvsignore           ** NEW **
2521         * src/plugins/image_viewer/Makefile.am          ** NEW **
2522         * src/plugins/image_viewer/plugin.c             ** NEW **
2523         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2524                 move image viewer into a plugin (building is enabled by default)
2525                 [ToDo: Prefs for resize and autoview]
2526
2527 2003-03-25 [paul]       0.8.11claws45
2528
2529         * sync with 0.8.11cvs12
2530                 see ChangeLog 2003-03-26
2531
2532 2003-03-25 [paul]       0.8.11claws44
2533
2534         * sync with 0.8.11cvs11
2535                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2536                 
2537         Note: Selective Download is broken.
2538                 
2539 2003-03-22 [christoph]  0.8.11claws43
2540
2541         * src/folder.c
2542                 code cleanup for flags copying
2543
2544 2003-03-22 [christoph]  0.8.11claws42
2545
2546         * src/plugins/trayicon/trayicon.c
2547                 fix setting the transparent area when the window size
2548                 is forced by the system tray
2549
2550 2003-03-22 [christoph]  0.8.11claws41
2551
2552         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2553         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2554         * src/plugins/trayicon/newmail.xpm              ** NEW **
2555         * src/plugins/trayicon/nomail.xpm               ** NEW **
2556         * src/plugins/trayicon/trayicon.c
2557         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2558                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2559                 o add icon for unread mails
2560                 o set transparency for window
2561
2562 2003-03-22 [christoph]  0.8.11claws40
2563
2564         * src/news.c
2565                 init news session to prevent crash when session is closed
2566
2567 2003-03-22 [christoph]  0.8.11claws39
2568
2569         * src/imap.c
2570         * src/common/session.[ch]
2571                 Init session data to make sure we don't have invalid pointers
2572                 for read_ch and write_ch when new multi process sessions are
2573                 not used
2574
2575         * src/main.c
2576         * src/common/plugin.c
2577         * src/common/sylpheed.c
2578         * src/plugins/demo/demo.c
2579         * src/plugins/dillo_viewer/dillo_viewer.c
2580         * src/plugins/mathml_viewer/mathml_viewer.c
2581         * src/plugins/spamassassin/spamassassin.c
2582         * src/plugins/spamassassin/spamassassin_gtk.c
2583                 add plugin types to allow loading plugins at different times
2584                 (and maybe for different frontends), because it's not good to
2585                 load GTK-Plugins gefore gtk_init was called
2586
2587         * configure.ac
2588         * src/plugins/Makefile.am
2589         * src/plugins/trayicon/.cvsignore               ** NEW **
2590         * src/plugins/trayicon/Makefile.am              ** NEW **
2591         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2592         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2593         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2594         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2595         * src/plugins/trayicon/trayicon.c               ** NEW **
2596                 New Trayicon plugin that shows an icon in a systray that uses
2597                 XEMBED protocol like Gnome's systray. Icon shows if there
2598                 are new mails and a tooltip shows information about new,
2599                 unread and total messages.
2600
2601 2003-03-22 [paul]       0.8.11claws38
2602
2603         * src/common/smtp.c
2604                 fix ESMTP AUTH CRAM-MD5
2605                 [sync with main (still version 0.8.11cvs6), see
2606                  ChangeLog 2003-03-22]
2607
2608 2003-03-21 [colin]      0.8.11claws37
2609
2610         * src/send_message.c
2611                 Fix USE_SSL => USE_OPENSSL
2612
2613 2003-03-21 [colin]      0.8.11claws36
2614
2615         * src/folderview.c
2616                 Fix counts in drag and dropped subfolders
2617
2618 2003-03-21 [colin]      0.8.11claws35
2619
2620         * src/folder.c 
2621         * src/folderview.c
2622                 speed up a bit folder dnd
2623
2624 2003-03-20 [alfons]     0.8.11claws34
2625
2626         * src/main.c
2627         * src/toolbar.c
2628         * src/procmsg.c
2629                 don't send locked queue messages
2630                 (feature request "[ 705245 ] Locking message in outbox 
2631                  should prevent sending")
2632
2633 2003-03-20 [christoph]  0.8.11claws33
2634
2635         * src/folder.c
2636                 remove NEW and UNREAD flag in special folders when scanning
2637                 
2638         * src/common/smtp.c
2639                 fix ESMTP AUTH CRAM-MD5
2640
2641 2003-03-20 [paul]       0.8.11claws32
2642
2643         * src/prefs_account.c
2644                 Re-write 'Tunnel command to open connection' as
2645                 'Use command to communicate with server', and disable
2646                 it for all except IMAP accounts
2647
2648 2003-03-20 [paul]       0.8.11claws31
2649
2650         * sync with 0.8.11cvs6
2651                 see ChangeLog 2003-03-20
2652
2653 2003-03-19 [match]      0.8.11claws30
2654
2655         * src/addritem.[ch]
2656                 include documentation. minor refactoring.
2657         * src/addr_compl.[ch]
2658         * src/addrindex.[ch]
2659         * src/addresbook.[ch]
2660         * src/summaryview.c
2661                 re-enable address lookup (was disabled in
2662                 0.8.11claws20).
2663
2664 2003-03-19 [christoph]  0.8.11claws29
2665
2666         * src/procmsg.c
2667                 add temp flag handling, will make moving and copying
2668                 messages possible again
2669
2670         * src/folder.c
2671                 correct calulation of folder stats
2672
2673 2003-03-18 [match]      0.8.11claws28
2674
2675         * src/editgroup.h
2676                 remove case sensitive comparison (closes bug 80).
2677
2678 2003-03-18 [christoph]  0.8.11claws27
2679
2680         * src/imap.c
2681                 fix imap using a tunnel command
2682
2683         (closes bug 87)
2684
2685 2003-03-18 [christoph]  0.8.11claws26
2686
2687         * src/folder.[ch]
2688         * src/imap.c
2689         * src/procmsg.[ch]
2690                 rewrite flag handling for folders
2691
2692 2003-03-18 [christoph]  0.8.11claws25
2693
2694         * src/folder.c
2695         * src/procmsg.c
2696         * src/summaryview.c
2697                 unset NEW and UNREAD flags when message is ignored, to make
2698                 sure messages don't show up as unread on other IMAP clients,
2699                 because the IGNORE_THREAD flag can not be syncronized through
2700                 the IMAP folder
2701
2702 2003-03-17 [christoph]  0.8.11claws24
2703
2704         * src/imap.c
2705                 don't use recursion to fetch uids when the number of messages
2706                 does not match. Moved code into subfunction that is used
2707                 again when needed, to prevent an endless loop.
2708
2709 2003-03-17 [thorsten]   0.8.11claws23
2710
2711         * src/imageview.[ch]
2712                 export imageview_get_resized_size() (for plugins)
2713         * src/prefs_common.[ch]
2714                 added prefs_common_get() (for plugins)
2715
2716 2003-03-17 [christoph]  0.8.11claws22
2717
2718         * src/imap.c
2719                 o remove UID guessing from copy code
2720                 o support UIDPLUS extension for APPEND command
2721
2722 2003-03-17 [paul]       0.8.11claws21
2723
2724         * src/gtk/about.c
2725                 remove 'Compiled-plugins' section.
2726                 
2727         * src/plugins/dillo_viewer/dillo_viewer.c
2728                 slight change to description text
2729
2730 2003-03-16 [match]      0.8.11claws20
2731         * src/ldapserver.[ch]           ** NEW **
2732         * src/ldapctrl.[ch]             ** NEW **
2733         * src/ldapquery.[ch]            ** NEW **
2734         * src/ldaputil.[ch]             ** NEW **
2735         * src/addrcindex.[ch]           ** NEW **
2736         * src/addrquery.h               ** NEW **
2737         * src/addritem.[ch]
2738         * src/addrcache.[ch]
2739         * src/addrindex.[ch]
2740         * src/addr_compl.[ch]
2741         * src/addressbook.[ch]
2742         * src/addrbook.[ch]
2743         * src/editgroup.c
2744         * src/editaddress.c
2745         * src/editldap.c
2746         * src/editldap_basedn.c
2747         * src/vcard.c
2748         * src/jpilot.c
2749         * src/Makefile.am
2750                 included dynamic LDAP queries. improved address
2751                 completion.
2752
2753 2003-03-16 [paul]       0.8.11claws19
2754
2755         * tools/multiwebsearch.pl
2756                 fix a fatal typo
2757
2758 2003-03-16 [christoph]  0.8.11claws18
2759
2760         * src/mimeview.c
2761         * src/plugins/dillo_viewer/dillo_viewer.c
2762         * src/plugins/mathml_viewer/mathml_viewer.c
2763                 make unregistering of MimeViewerFactorys possible
2764
2765 2003-03-16 [alfons]     0.8.11claws17
2766
2767         * configure.ac
2768                 correct typo
2769
2770 2003-03-16 [melvin]     0.8.11claws16
2771
2772         * src/plugins/dillo_viewer.c
2773                 Fixed bug where it was not possible to view more than
2774                 one text/html attachment per message (bug discovered
2775                 by Christoph Hohmann).
2776
2777 2003-03-15 [melvin]     0.8.11claws15
2778
2779         * src/prefs_actions.c
2780                 Fixed compilation warnings.
2781
2782 2003-03-15 [melvin]     0.8.11claws14
2783
2784         * src/plugins/Makefile.am
2785         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2786         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2787         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2788                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2789                 newer (http://dillo.auriga.wearlab.de/).
2790
2791 2003-03-15 [christoph]  0.8.11claws13
2792
2793         * src/imap.c
2794                 don't query imap folder for attributes because we already
2795                 for them from imap_status
2796
2797         * src/mimeview.[ch]
2798                 add support for plugable MimeViewers (unloading Viewers
2799                 not yet complete)
2800
2801         * src/plugins/Makefile.am
2802         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2803         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2804         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2805                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2806                 widget from http://helm.cs.unibo.it/mml-widget/
2807
2808 2003-03-14 [christoph]  0.8.11claws12
2809
2810         * src/folder.[ch]
2811                 o error return code's should better be negative
2812                 o replace printf with debug_print
2813
2814         * src/imap.c
2815                 improve IMAP folder scan by checking UID-NEXT
2816
2817         * src/summaryview.c
2818                 remove check that are unnecessary in my opinion
2819
2820 2003-03-13 [christoph]  0.8.11claws11
2821
2822         * src/folder.[ch]
2823         * src/foldersel.c
2824         * src/folderview.c
2825         * src/imap.c
2826         * src/mbox_folder.c
2827         * src/mh.c
2828         * src/news.c
2829         * src/prefs_scoring.c
2830         * src/summaryview.c
2831                 use a common function to get a displayable name
2832                 for a FolderItem
2833
2834 2003-03-13 [paul]       0.8.11claws10
2835
2836         * tools/Makefile.am
2837           tools/README
2838           tools/multiwebsearch.conf     ** NEW FILE **
2839           tools/multiwebsearch.pl       ** NEW FILE **
2840                 add multiwebsearch Actions script
2841
2842 2003-03-13 [colin]      0.8.11claws9
2843
2844         * src/compose.c
2845                 Remove leading emtpy lines from quoted text
2846                 before quoting it
2847
2848 2003-03-13 [melvin]     0.8.11claws8
2849
2850         * src/prefs_actions.c
2851                 Fixed a memory leak
2852                 Code clean ups
2853                 Added Cancel and OK buttons
2854                 Corrected help text
2855
2856 2003-03-13 [christoph]  0.8.11claws7
2857
2858         * src/account.c
2859         * src/folder.[ch]
2860         * src/imap.c
2861         * src/mainwindow.c
2862         * src/mbox_folder.c
2863         * src/mh.c
2864         * src/news.c
2865         * src/setup.c
2866                 replace more folder type stuff with folder class stuff
2867
2868 2003-03-13 [melvin]     0.8.11claws6
2869
2870         * src/prefs_actions.c
2871                 Added new tokens:
2872                 %u: user provided argument
2873                 %h: user provided argument (hidden on input)
2874                 %s: current text selection in the message view 
2875
2876 2003-03-13 [paul]       0.8.11claws5
2877
2878         * sync with 0.8.11cvs5
2879                 see ChangeLog 2003-03-11, 2003-03-12
2880
2881 2003-03-12 [christoph]  0.8.11claws4
2882
2883         * src/folder.c
2884                 use folder class idstr when writing folderlist.xml
2885
2886         * src/folder.h
2887         * src/imap.c
2888         * src/news.c
2889                 replace folder type checks with folder class checks
2890
2891 2003-03-12 [christoph]  0.8.11claws3
2892
2893         * src/folder.[ch]
2894         * src/imap.[ch]
2895         * src/main.c
2896         * src/mbox_folder.[ch]
2897         * src/mh.[ch]
2898         * src/news.[ch]
2899                 o create a list of known folder classes in the folder system
2900                 o use folder class id strings for folder item identifiers
2901
2902 2003-03-12 [christoph]  0.8.11claws2
2903
2904         * src/imap.c
2905                 fix imap uid validity check
2906
2907 2003-03-12 [christoph]  0.8.11claws1
2908
2909         * src/account.c
2910         * src/folder.[ch]
2911         * src/foldersel.c
2912         * src/folderview.c
2913         * src/imap.c
2914         * src/mainwindow.c
2915         * src/mbox_folder.c
2916         * src/mh.c
2917         * src/news.c
2918         * src/prefs_scoring.c
2919         * src/procmsg.c
2920         * src/setup.c
2921         * src/summaryview.c
2922                 initial restructuring of folder system, seperating
2923                 folders and folder classes
2924
2925 2003-03-12 [paul]       0.8.11claws
2926
2927         0.8.11claws release
2928
2929 2003-03-12 [christoph]
2930
2931         * src/gtk/prefswindow.c
2932                 fix translation of "Page Index"
2933
2934 2003-03-12 [paul]       0.8.10claws110
2935
2936         a sync from 0.8.11cvs4 before the release
2937
2938         * src/common/utils.c
2939                 subject_compare_for_sort(): allow null strings (fixes
2940                 summary sorting).
2941
2942 2003-03-11 [paul]       0.8.10claws109
2943
2944         * po/es.po
2945                 update Spanish translation, submitted by
2946                 Ricardo Mones Lastra
2947
2948 2003-03-11 [melvin]     0.8.10claws108
2949
2950         * po/fr.po
2951                 Updated French translations
2952
2953 2003-03-11 [paul]       0.8.10claws107
2954
2955         * manual/en/Makefile.am
2956           manual/en/*.html
2957                 update English manual, add a new page
2958                 updated by Francois Barriere <fbarriere@atmel.fr>
2959                 
2960         * po/bg.po
2961           po/it.po
2962           po/sr.po
2963                 update Bulgarian, Italian, and Serbian translations
2964                 submitted by George Danchev, Alessandro Maestri, and
2965                 Urke MMI
2966
2967 2003-03-10 [paul]       0.8.10claws106
2968
2969         * src/gtk/about.c
2970           src/gtk/prefswindow.c
2971                 make some strings translatable
2972
2973 2003-03-10 [darko]      0.8.10claws105
2974
2975         * src/compose.c
2976                 code cleanup to make Hiro happy
2977
2978 2003-03-10 [paul]       0.8.10claws104
2979
2980         * sync with 0.8.11cvs2
2981                 see ChangeLog 2003-03-10
2982
2983 2003-03-09 [melvin]     0.8.10claws103
2984
2985         * src/textview.c
2986                 textview_set_font(): fix for message display in
2987                 UTF-8 locales (thanks to Sergey Vlasov).
2988                 (was unintentionnaly reverted in 0.8.6claws6)   
2989
2990 2003-03-08 [darko]      0.8.10claws102
2991
2992         * src/compose.c
2993                 fix infinite loop in wrapping as reported
2994                 by happycactus
2995                 obsoletes patch #696482
2996
2997 2003-03-08 [christoph]  0.8.10claws101
2998
2999         * src/imap.c
3000                 add workaround for IMAP servers that do not
3001                 support the "UID SEARCH UID" command
3002
3003 2003-03-07 [christoph]  0.8.10claws100
3004
3005         * src/plugins/spamassassin/spamassassin.[ch]
3006         * src/plugins/spamassassin/spamassassin_gtk.c
3007                 code cleanup
3008
3009 2003-03-07 [paul]       0.8.10claws99
3010
3011         * po/es.po
3012                 updated Spanish translation, submitted by
3013                 Ricardo Mones Lastra
3014
3015 2003-03-07 [christoph]  0.8.10claws98
3016
3017         * src/send.c
3018                 fix in 0.8.10claws94 was wrong
3019                 local delivery does not require escaping, remove escaping
3020                 code to make signatures of mails with "." lines valid
3021                 
3022                 NOTE: requires that sendmail is executed with "-i" option,
3023                       what is the default now, but has to be changed in all
3024                       exsiting accounts)
3025
3026 2003-03-07 [paul]       0.8.10claws97
3027
3028         * sync with 0.8.11 release
3029                 see ChangeLog 2003-03-07
3030
3031 2003-03-06 [paul]       0.8.10claws96
3032
3033         * src/compose.c
3034                 revert commit 0.8.10claws92
3035
3036 2003-03-06 [paul]       0.8.10claws95
3037
3038         * src/folderview.c
3039                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3040
3041         * src/gtkaspell.c
3042                 fix bug 74, 'Crash opening editor window with pseudo-color
3043                 display'
3044                 
3045         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3046
3047 2003-03-06 [christoph]  0.8.10claws94
3048
3049         * src/send.c
3050                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3051                 all lines starting with a period get an extra period
3052                 inserted
3053                 (found by Simon 'corecode' Schubert)
3054
3055 2003-03-06 [paul]       0.8.10claws93
3056
3057         * src/folderview.c
3058                 if configured font can't be loaded fall back to gtk
3059                 default. (with thanks to Christoph)
3060                 
3061                 closes long-standing bug 15 'Crashes on startup'
3062
3063 2003-03-06 [paul]       0.8.10claws92
3064
3065         * src/compose.c
3066                 freeze text before autosave and thaw afterwards
3067                 fixes bug 67 'autosave make re-rediting message crazy'
3068
3069 2003-03-06 [christoph]  0.8.10claws91
3070
3071         * src/compose.c
3072                 ignore address comment in dupe check for Cc-list
3073
3074         (closes reopened bug 47 Replying to message strips name part of
3075          e-mail addresses of Cc: lines)
3076
3077 2003-03-06 [paul]       0.8.10claws90
3078
3079         * src/Makefile.am
3080                 remove reference to gtkxtext.h as its no longer in
3081                 the repository
3082
3083 2003-03-06 [paul]       0.8.10claws89
3084
3085         * sync with 0.8.10cvs25
3086                 see ChangeLog 2003-03-06
3087
3088 2003-03-06 [oliver]     0.8.10claws88
3089         
3090         * src/messageview.c
3091                 remove include
3092
3093 2003-03-06 [oliver]     0.8.10claws87
3094         
3095         * src/folderview.c 
3096                 remove changes introduced inclaws74
3097         * src/messageview.c
3098                 another attempt to sanely delete and update
3099                 messages deleted in separate messageview
3100
3101 2003-03-05 [christoph]  0.8.10claws86
3102
3103         * src/summaryview.c
3104                 check if "From" matches any account's address if
3105                 addressbook completion of addresses is disabled too
3106
3107         (closes Bug 70 "Display recipient in from" doesn't check
3108          folder's default account)
3109
3110 2003-03-05 [christoph]  0.8.10claws85
3111
3112         * src/compose.c
3113         * src/common/utils.[ch]
3114                 don't strip address comments when building Cc lists
3115
3116         (closes Bug 47 Replying to message strips name part of e-mail addresses
3117          of Cc: lines)
3118
3119         * src/folder.c
3120                 fix return value of copy function
3121
3122 2003-03-05 [christoph]  0.8.10claws84
3123
3124         * src/imap.c
3125                 don't ask imap server for non rfc822 headers
3126
3127         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3128
3129         * src/imap.c
3130                 destroy session on socket error to allow reconnecting
3131
3132 2003-03-05 [christoph]  0.8.10claws83
3133
3134         * configure.ac
3135                 fix building with gnome when no prefix is set
3136
3137         (closes bug 66 Gnome directory is set to NONE)
3138
3139 2003-03-05 [paul]       0.8.10claws82
3140
3141         * sync with 0.8.10cvs23
3142                 see ChangeLog 2003-03-05
3143
3144 2003-03-04 [christoph]  0.8.10claws81
3145
3146         * src/folder.c
3147                 o fix moving and copying when folder returns 0 for new
3148                   message number
3149                 o remove some code for single message copy and move
3150                   operations and use functions for multiple messages
3151
3152         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3153
3154         * src/news.c
3155                 remove unused include
3156
3157 2003-03-04 [paul]       0.8.10claws80
3158
3159         * src/gtk/about.c
3160                 list 'Compiled plugins'
3161
3162 2003-03-03 [christoph]  0.8.10claws79
3163
3164         * src/news.[ch]
3165                 have to multiply the percentage of the current fetch with
3166                 the percentage that it has of the total fetch operation
3167                 for correct values
3168
3169 2003-03-03 [christoph]  0.8.10claws78
3170
3171         * src/news.c
3172                 fix calculation of expected lines for progress indicator
3173
3174 2003-03-03 [christoph]  0.8.10claws77
3175
3176         * src/summaryview.c
3177         * src/common/utils.c
3178                 fix segfault when opening the root news folder
3179
3180 2003-03-03 [christoph]  0.8.10claws76
3181
3182         * src/mainwindow.[ch]
3183         * src/common/Makefile.am
3184         * src/common/progressindicator.[ch]
3185                 add UI independent progress indicator handling
3186
3187         * src/news.[ch]
3188                 use new progress indicator for message info fetching
3189
3190         * src/common/hooks.h
3191                 code cleanup
3192
3193 2003-03-03 [oliver]     0.8.10claws75
3194
3195         * src/toolbar.c
3196         * src/compose.c
3197                 removed commented code
3198
3199 2003-03-03 [oliver]     0.8.10claws74
3200
3201         * src/toolbar.[ch]
3202                 cleanups and refactoring
3203         * src/compose.[ch]
3204                 compose_reply_mode reply & forwarding interface for
3205                 toolbar buttons
3206         * src/folderview.c
3207                 act on messages marked for deletion in folderview_selected
3208                 based on prefs_common.immediate_exec since a message might 
3209                 have been deleted by messageview in a folder we are changing 
3210                 to (does anybody understand what I'm on about ?)
3211
3212 2003-03-03 [oliver]     0.8.10claws73
3213         
3214         * src/messageview.[ch]
3215                 new functions
3216                 - messageview_delete: delete message shown in messagview
3217                 - messageview_update_view: update messageview to currently 
3218                   selected summaryview message
3219                 - add separate messageview to msgview_list in order to update 
3220                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3221         * src/summaryview.[ch]
3222                 summary_get_selection returns a list of selected msgs
3223                 in summaryview
3224         * src/mainwindow.c
3225                 toolbar reply refactoring
3226
3227 2003-03-03 [paul]       0.8.10claws72
3228
3229         * sync with 0.8.10cvs21
3230                 see ChangeLog 2003-03-03
3231
3232 2003-03-02 [christoph]  0.8.10claws71
3233
3234         * src/common/passcrypt.c
3235                 use POSIX includes
3236
3237 2003-03-02 [christoph]  0.8.10claws70
3238
3239         * configure.ac
3240         * src/prefs_account.c
3241         * src/prefs_gtk.[ch]
3242         * src/common/.cvsignore
3243         * src/common/Makefile.am
3244         * src/common/passcrypt.c                ** NEW **
3245         * src/common/passcrypt.h.in             ** NEW **
3246                 Implement password encryption in config files
3247                 using unix encrypt and setkey functions. The crypt
3248                 key can be set as a configure parameter. Old
3249                 passwords will be converted if they do not begin
3250                 with '!'
3251
3252 2003-03-02 [paul]       0.8.10claws69
3253
3254         * src/prefs_account.c
3255                 fix compile error
3256
3257 2003-03-01 [thorsten]   0.8.10claws68
3258
3259         * po/el.po
3260           po/hr.po
3261           po/it.po
3262           po/nl.po
3263           po/sr.po
3264           po/sv.po
3265                 corrected format strings
3266         * po/en_GB.po
3267                 corrected headers
3268                 (fix compile errors with GNU gettext-0.11.5)
3269
3270 2003-03-01 [oliver]     0.8.10claws67
3271
3272         * src/summaryview.c
3273                 menu callbacks call toolbar_menu_reply
3274
3275 2003-03-01 [oliver]     0.8.10claws66
3276
3277         * src/mainwindow.c
3278         * src/messageview.c
3279                 menu callbacks call toolbar_menu_reply
3280         * src/toolbar.[ch]
3281                 callbacks from menu handled by toolbar_menu_reply
3282
3283 2003-03-01 [paul]       0.8.10claws65
3284
3285         * src/addressbook.c
3286                 revert commit 0.8.10claws54 - breaks editing of
3287                 addressbook.
3288                 
3289         * po/bg.po
3290                 update Bulgarian translation, submitted by
3291                 George Danchev
3292
3293 2003-02-28 [christoph]  0.8.10claws64
3294
3295         * src/account.c
3296         * src/addressadd.c
3297         * src/compose.c
3298         * src/gtkaspell.c
3299         * src/gtkxtext.h                ** REMOVE **
3300         * src/imap.c
3301         * src/matcher.[ch]
3302         * src/mh.c
3303         * src/news.c
3304         * src/pine.c
3305         * src/prefs_common.c
3306         * src/prefs_matcher.c
3307         * src/procheader.[ch]
3308         * src/procmsg.[ch]
3309         * src/toolbar.c
3310         * src/common/ssl_certificate.c
3311         * src/gtk/colorlabel.c
3312         * src/gtk/menu.c
3313                 o fix warnings
3314                 o remove code obsoleted by new cache and folder system rework
3315
3316 2003-02-28 [oliver]     0.8.10claws63
3317         
3318         * src/toolbar.[ch]
3319                 * fix bug where reply in Messageview replied to 
3320                 Message displayed in summaryview
3321                 (reportedd via ML by chinatinte at gmx dot ch)
3322                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3323                 didn't work in separate MessageView Toolbar
3324                 (wondering if anybody uses this at all ?)
3325         * src/summaryview.[ch]
3326                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3327                 (generalize reply and forward code);
3328         * src/messageview.c 
3329                 remove focus_in event which updated summaryview to messageview
3330
3331 2003-02-28 [paul]       0.8.10claws62
3332
3333         * po/Makefile.in.in
3334                 add the --check option
3335                 Patch submitted by Ricardo Mones Lastra
3336
3337 2003-02-28 [paul]       0.8.10claws61
3338
3339         * src/prefs_account.c
3340                 re-order 'Signature' items
3341
3342 2003-02-28 [paul]       0.8.10claws60
3343
3344         * sync with 0.8.10cvs20
3345                 see ChangeLog 2003-02-28
3346
3347 2003-02-28 [paul]       0.8.10claws59
3348
3349         * po/POTFILES.in
3350                 update to reflect recent movement of files
3351
3352 2003-02-28 [paul]       0.8.10claws58
3353
3354         * sync with 0.8.10cvs19
3355                 see ChangeLog 2003-02-28
3356
3357 2003-02-27 [martin]     0.8.10claws57
3358
3359         * src/prefs_matcher.c 
3360                 fix segfault in prefs_matcher_ok() when the
3361                 last entry is deleted and prevents that the
3362                 message "entry not saved" comes up after deleting
3363                 an entry
3364
3365 2003-02-27 [martin]     0.8.10claws56
3366
3367         * src/prefs_filtering.c 
3368                 fix segfault in prefs_filtering_ok() when the
3369                 last entry is deleted and prevents that the
3370                 message "entry not saved" comes up after deleting
3371                 an entry
3372
3373 2003-02-27 [paul]       0.8.10claws55
3374
3375         * sync with 0.8.10cvs18
3376                 see ChangeLog 2003-02-27
3377
3378 2003-02-27 [paul]       0.8.10claws54
3379
3380         * src/addressbook.c
3381                 fix bug where the address book crashes with 
3382                 multiple lookups.
3383                 Patch [687729] submitted by David Frager 
3384                 <dbfrager@users.sourceforge.net>
3385
3386 2003-02-25 [christoph]  0.8.10claws53
3387
3388         * src/Makefile.am
3389         * src/colorlabel.[ch]           ** REMOVE **
3390         * src/gtk/Makefile.am
3391         * src/gtk/colorlabel.[ch]       ** NEW **
3392                 move colorlabel files to gtk directory
3393
3394         * src/esmtp.[ch]                ** REMOVE **
3395                 has been merged into smtp.[ch] in 0.7.5
3396
3397 2003-02-25 [christoph]  0.8.10claws52
3398
3399         * src/Makefile.am
3400         * src/about.[ch]                ** REMOVE **
3401         * src/gtk/Makefile.am
3402         * src/gtk/about.[ch]            ** NEW **
3403                 move about files to gtk directory
3404
3405 2003-02-25 [christoph]  0.8.10claws51
3406
3407         * src/folder.c
3408                 some code optimization of folder scanning code
3409
3410         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3411
3412 2003-02-25 [christoph]  0.8.10claws50
3413
3414         * src/main.c
3415         * src/common/sylpheed.c
3416                 add command line parameter parsing to common code
3417
3418 2003-02-24 [christoph]
3419
3420         * Makefile.am
3421         * configure.ac
3422                 fix gnome prefix problems, the configure script now removed
3423                 `gnome-config --prefix` from `gnome-config --datadir`
3424                 and adds $(prefix} instead
3425
3426         (closes Bug 24 Makefile does not respect prefix when installing
3427          GNOME data)
3428
3429 2003-02-24 [christoph]  0.8.10claws49
3430
3431         * src/news.c
3432                 check for valid session before trying to authenticate
3433
3434         (closes Bug 60 crash if "authenticate on logon" is activated
3435          and newsserver-hostname is not valid)
3436
3437 2003-02-24 [melvin]     0.8.10claws48
3438
3439         * src/prefs_actions.c
3440                 Make sure all user's input is sent to the action and then
3441                 close the socket..
3442
3443 2003-02-23 [alfons]     0.8.10claws46
3444
3445         * src/summaryview.c
3446                 also wait cursor when deleting files
3447
3448 2003-02-23 [paul]
3449
3450         * tools/freshmeat_search.pl
3451           tools/google_search.pl
3452                 scripts should now work for any browser/browser command line
3453
3454 2003-02-22 [christoph]  0.8.10claws45
3455
3456         * src/procmsg.c
3457                 fix IMAP flag setting, IMAP flag is not handled correctly
3458                 anymore by the folder system and information about the
3459                 folder should not be saved in the MsgInfo (in my opinion)
3460
3461         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3462
3463 2003-02-22 [christoph]  0.8.10claws44
3464
3465         * src/summaryview.c
3466                 fix spelling of "label" ;-)
3467
3468 2003-02-22 [thorsten]   0.8.10claws43
3469
3470         * src/mimeview.c
3471           src/prefs_common.[ch]
3472           src/procmime.[ch]
3473                 do not use description as attachment name
3474
3475 2003-02-22 [alfons]     0.8.10claws42
3476
3477         * src/summaryview.c
3478                 freeze/thaw folder item updates when changing color labels,
3479                 and put a wait cursors on
3480
3481 2003-02-22 [thorsten]   0.8.10claws41
3482
3483         * src/mimeview.c
3484                 save-all fixes: crash if invoked on multipart container,
3485                 mimeinfo access, pathseparators, error dialog
3486
3487 2003-02-21 [alfons]     0.8.10claws40
3488
3489         * src/prefs_gtk.c
3490                 remove unused var
3491
3492 2003-02-21 [colin]      0.8.10claws39
3493
3494         * src/send.c
3495                 Fix smtp logging
3496
3497 2003-02-21 [colin]      0.8.10claws38
3498
3499         * src/summaryview.c
3500                 Freeze/thaw folderItem updates when filtering messages 
3501                 via Tools/Filter messages
3502
3503 2003-02-21 [paul]       0.8.10claws37
3504
3505         * src/compose.c
3506                 revert commit 0.8.10claws26, there are ulterior motives
3507                 for users to set a Reply-To header when posting to
3508                 newsgroups
3509
3510 2003-02-21 [paul]       0.8.10claws36
3511
3512         * sync with 0.8.10cvs17
3513                 see ChangeLog 2003-02-21
3514
3515 2003-02-20 [christoph]  0.8.10claws35
3516
3517         * src/imap.c
3518                 IMAP UID fetch speedup using SEARCH
3519
3520         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3521
3522         * src/imap.c
3523                 fix problem with UIDs in IMAP UID cache that no longer existed
3524
3525 2003-02-20 [christoph]  0.8.10claws34
3526
3527         * src/imap.c
3528         * src/procheader.c
3529         * src/procheader.h
3530                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3531
3532         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3533
3534         * src/imap.c
3535                 Rewrite imap_cmd_gen_recv use sock_getline instead
3536                 of sock_gets to avoid problems with too long reply
3537                 lines
3538     
3539 2003-02-20 [colin]      0.8.10claws33
3540         
3541         * src/prefs_account.c
3542                 Better wording
3543
3544 2003-02-20 [colin]      0.8.10claws32
3545
3546         * src/compose.c
3547                 Remove useless '&& !to_sender' 
3548
3549 2003-02-20 [darko]
3550
3551         * AUTHORS
3552                 change my e-mail address
3553
3554 2003-02-19 [colin]      0.8.10claws31
3555
3556         * src/prefs_common.c
3557                 X11 style colors for every configurable color
3558
3559 2003-02-19 [alfons]     0.8.10claws30
3560
3561         * src/prefs_gtk.[ch]
3562         * src/prefs_common.c
3563                 for color_new accept both plain integers and X11 style color
3564                 names (as found in /usr/lib/X11/rgb.txt)
3565
3566 2003-02-19 [paul]       0.8.10claws29
3567
3568         * src/mainwindow.c
3569                 add tooltips to online/offline button and account selector
3570                 button
3571
3572 2003-02-19 [paul]       0.8.10claws28
3573
3574         * src/folder.c
3575           src/news.c
3576           src/prefs_account.[ch]
3577           src/prefs_common.[ch]
3578                 move 'Maximum number of articles to download' to
3579                 account prefs.
3580                 clean up account prefs gui a little by hiding entries
3581                 rather then greying out entries
3582
3583 2003-02-19 [hiro]       0.8.10claws27
3584
3585         * src/common/utils.c
3586                 fix bug #54 'yesterdays date is displayed in the message 
3587                 summary window'
3588
3589 2003-02-19 [paul]       0.8.10claws26
3590
3591         * src/compose.c
3592                 fix bug reported in Feature Request [688596] 
3593                 'Reply-to header in news'
3594
3595 2003-02-18 [paul]       0.8.10claws25
3596
3597         * src/select-keys.c
3598                 add a 'List all keys' button to key selection dialog
3599
3600 2003-02-18 [colin]      0.8.10claws24
3601         
3602         * src/stock_pixmap.c
3603                 fix compile error
3604
3605 2003-02-18 [colin]      0.8.10claws23
3606
3607         * src/common/smtp.[ch]
3608           src/prefs_account.c
3609                 Try to starttls if it seems to be the only
3610                 way to authenticate a user
3611
3612 2003-02-18 [paul]       0.8.10claws22
3613
3614         * src/Makefile.am
3615           src/folderview.c
3616           src/stock_pixmap.[ch]
3617           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3618           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3619                 as a Drafts folder is a special folder allow it to have
3620                 its own unique icons
3621
3622 2003-02-18 [colin]      0.8.10claws21
3623
3624         * src/imap.c
3625                 Fix port selection when using starttls
3626
3627 2003-02-18 [paul]       0.8.10claws20
3628
3629         * src/mainwindow.c
3630           src/prefs_common.[ch]
3631                 make blue the default new mail colour
3632
3633 2003-02-18 [paul]       0.8.10claws19
3634
3635         * sync with 0.8.10cvs14
3636                 see ChangeLog 2003-02-18
3637
3638 2003-02-17 [jens]       0.8.10claws18
3639
3640         * src/common/md5.c
3641                 fixed a compile problem with gcc 3.3
3642                 works on 2.95.3 too (testet on PPC as it is big endian)
3643
3644 2003-02-17 [paul]       0.8.10claws17
3645
3646         * sync with 0.8.10cvs13
3647                 see ChangeLog 2003-02-17
3648
3649 2003-02-17 [paul]       0.8.10claws16
3650
3651         * sync with 0.8.10cvs12
3652                 see ChangeLog 2003-02-17
3653
3654 2003-02-16 [match]      0.8.10claws15
3655
3656         * src/addressbook.c
3657                 Eliminates reloading of address data when items
3658                 deleted or added. Applied submitted by
3659                 Luke Plant <lukeplant@softhome.net>
3660
3661 2003-02-16 [paul]       0.8.10claws14
3662
3663         * src/news.c
3664                 when a 'protocol error' is encountered disconnect from
3665                 the server. This means that the user can carry on viewing
3666                 other articles and doesn't have to either wait until the
3667                 server timesout or quit sylpheed.
3668                 Fixes bug #53 'Unable to read messages in newsgroups, 
3669                 displayed message doesn't change'
3670
3671 2003-02-15 [christoph]  0.8.10claws13
3672
3673         * src/imap.c
3674                 fix bug that stopped scanning of folders when an
3675                 IMAP folder was empty
3676
3677         (closes bug 46 stop scan messages in folders after empty folder)
3678
3679 2003-02-15 [paul]
3680
3681         * tools/Makefile.am
3682           tools/README
3683           tools/freshmeat_search.pl     ** NEW FILE **
3684           tools/google_search.pl        ** NEW FILE **
3685                 Add 2 Actions scripts which search freshmeat/google
3686                 for the selected text using the browser configured
3687                 in sylpheedrc.
3688                 
3689         Note: These scripts are very dependent on the format of the
3690         browser command and may not work on every occasion. Testing
3691         is welcome. 
3692
3693 2003-02-14 [alfons]     0.8.10claws12
3694
3695         * src/compose.c
3696                 fix breakage because of uninitialized account pointer.
3697                 please verify.
3698
3699 2003-02-14 [paul]       0.8.10claws11
3700
3701         * src/compose.c
3702           src/prefs_account.[ch]
3703           src/prefs_common.[ch]
3704                 move signature settings to Account Prefs
3705
3706 2003-02-14 [paul]       0.8.10claws10
3707
3708         * sync with 0.8.10cvs11
3709                 see ChangeLog 2003-02-14
3710
3711 2003-02-13 [thorsten]   0.8.10claws9
3712
3713         * src/news.c
3714                 revert news progressbar (GUI separation)
3715
3716 2003-02-13 [paul]       0.8.10claws8
3717
3718         * src/compose.c
3719                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3720                 paragraph 1
3721
3722 2003-02-13 [paul]       0.8.10claws7
3723
3724         * src/compose.[ch]
3725           src/summaryview.c
3726                 fix 'Follow-up and Reply-to' so that it creates a reply to
3727                 the newsgroup and the sender. If the message has the keyword
3728                 'poster' in the Followup-To header, all replies go to the
3729                 sender, re: RFC 1036, Section 2.2.3
3730                 rename all instances of 'ignore_replyto' to 'to_sender', both
3731                 were previously used, now we use just one.
3732
3733 2003-02-13 [paul]       0.8.10claws6
3734
3735         * sync with 0.8.10cvs9
3736                 see ChangeLog 2003-02-13
3737
3738 2003-02-13 [paul]       0.8.10claws5
3739
3740         * configure.ac
3741                 show which plugins are configured in the configure
3742                 output.
3743
3744 2003-02-12 [thorsten]   0.8.10claws4
3745
3746         * src/news.c
3747                 show progress while fetching news headers
3748
3749 2003-02-12 [christoph]  0.8.10claws3
3750
3751         * configure.ac
3752         * src/plugins/Makefile.am
3753                 use AM_CONDITIONAL to enable plugins, automake correctly
3754                 manages this when creating distdir
3755
3756 2003-02-12 [christoph]  0.8.10claws2
3757
3758         * ac/spamassassin.m4
3759         * src/plugins/spamassassin/Makefile.am
3760                 fix building SpamAssassin plugin without OpenSSL
3761
3762 2003-02-12 [paul]       0.8.10claws1
3763
3764         * ac/Makefile.am
3765           src/Makefile.am
3766           src/plugins/Makefile.am
3767                 fix failure of 'make release'
3768
3769 2003-02-12 [paul]       0.8.10claws
3770
3771         * 0.8.10claws released
3772
3773 2003-02-12 [paul]       0.8.9claws56
3774
3775         * po/bg.po
3776           po/es.po
3777           po/it.po
3778           po/ru.po
3779           po/sr.po
3780                 updated translations by George Danchev, Ricardo Mones Lastra,
3781                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3782                 
3783         * sylpheed.spec.in
3784                 Allow the building of RPMs by a regular user. Submitted
3785                 by Sergei Astanin
3786
3787 2003-02-11 [alfons]     0.8.9claws55
3788
3789         * src/colorlabel.c
3790                 don't use pixmaps for label color rect but draw rectangles
3791                 so we can respect the color map of palette based visuals
3792                 (fixes the long time crashes on Suns - thanks to Andreas
3793                 Engel and Steve O'Hara-Smith for testing)
3794
3795 2003-02-11 [christoph]  0.8.9claws54
3796
3797         * src/matcher_parser_parse.y
3798                 correct bug where filering rules of not existing folders in
3799                 matcherrc were added to global filtering
3800                 
3801         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3802          main filter-rules after removing directory, http://bugs.debian.org/180253)
3803         
3804 2003-02-11 [paul]       0.8.9claws53
3805
3806         * sync with 0.8.10cvs7
3807                 see ChangeLog 2003-02-09
3808
3809 2003-02-11 [melvin]     0.8.9claws52
3810
3811         * po/fr.po
3812                 Updated French tranlsations
3813
3814 2003-02-10 [paul]       0.8.9claws51
3815
3816         * sylpheed.spec.in
3817                 correct --enable-openssl
3818                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3819
3820 2003-02-09 [martin]     0.8.9claws50
3821
3822         * src/prefs_matcher.c
3823                 fix segfault in prefs_matcher_substitute_cb() when
3824                 no row is selected
3825
3826 2003-02-09 [paul]       0.8.9claws49
3827
3828         * src/folderview.c
3829                 fix bug where a newsgroup folder's processing rules were
3830                 merged with the global filtering rules when the newsgroup
3831                 folder was deleted, causing some seriously bad results,
3832                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3833
3834 2003-02-08 [melvin]     0.8.9claws48
3835
3836         * src/compose.c
3837                 Corrected and modified an alert message.
3838
3839 2003-02-07 [paul]       0.8.9claws47
3840
3841         * src/folderview.c
3842                 fix bug where both an 'Account properties' window and a
3843                 'Folder properties' window were opened when clicking on
3844                 'Properties' in an NNTP or IMAP folder's popup menu.
3845
3846 2003-02-07 [paul]       0.8.9claws46
3847
3848         * sync with 0.8.10cvs6
3849                 see ChangeLog 2003-02-06
3850
3851 2003-02-06 [christoph]  0.8.9claws45
3852
3853         * src/mbox.c
3854                 freeze folder updates while importing mbox files
3855                 (closes bug 43 importing mbox took hours)
3856                 
3857         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3858
3859 2003-02-06 [thorsten]   0.8.9claws44
3860
3861         * po/de.po
3862                 Updated german translations
3863
3864 2003-02-06 [thorsten]   0.8.9claws43
3865
3866         * src/news.h
3867                 use guint for message numbers (fix count in grouplist dialog)
3868
3869 2003-02-05 [paul]       0.8.9claws42
3870
3871         * sync with 0.8.10cvs2
3872                 see ChangeLog 2003-02-05
3873
3874 2003-02-04 [colin]      0.8.9claws41
3875
3876         * src/prefs_common.[ch]
3877           src/procmsg.c
3878           src/summaryview.c
3879                 Add an option to disable threading by subject
3880
3881 2003-02-04 [christoph]  0.8.9claws40
3882
3883         * src/inc.c
3884                 only abort fetching mails from multiple accounts when the
3885                 error is fatal and does not allow to check any more accounts
3886                 (currently only disk full error)
3887
3888         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3889          receive mails for other accouts)
3890
3891 2003-02-04 [christoph]  0.8.9claws39
3892
3893         * src/folder.c
3894                 first add the new message to the cache, then
3895                 send the update notification
3896
3897         (closes bug 39 after sending message folderview doesnt get updated)
3898
3899 2003-02-04 [colin]      0.8.9claws38
3900
3901         * src/inc.c
3902                 _really_ fix this Connecting... status
3903
3904 2003-02-04 [paul]       0.8.9claws37
3905
3906         * sync with 0.8.10
3907                 see ChangeLog 2003-02-04
3908
3909 2003-02-04 [paul]       0.8.9claws36
3910
3911         * sync with 0.8.9cvs6
3912                 see ChangeLog 2003-02-03
3913
3914 2003-02-04 [paul]       0.8.9claws35
3915
3916         * po/pt_BR.po
3917                 updated by André Filipe de Assunção e Brito 
3918                 <bedecko@netsite.com.br>
3919
3920 2003-02-03 [thorsten]   0.8.9claws34
3921
3922         * po/de.po
3923                 Updated german translations
3924
3925 2003-02-02 [paul]       0.8.9claws33
3926
3927         * po/es.po
3928                 updated by Ricardo Mones Lastra
3929
3930 2003-02-02 [thorsten]   0.8.9claws32
3931
3932         * src/mh.c
3933                 Fix mh_get_msginfo() segfault if file is inaccessible
3934
3935 2003-01-31 [colin]      0.8.9claws31
3936
3937         * src/procheader.c
3938                 Fix last commit's bug
3939
3940 2003-01-31 [colin]      0.8.9claws30
3941
3942         * src/procheader.c
3943                 Missing a change for gpg-signed messages
3944
3945 2003-01-31 [paul]       0.8.9claws29
3946
3947         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3948           src/procheader.c
3949           src/stock_pixmap.[ch]
3950           src/summaryview.c
3951                 indicate GnuPG signed messages by displaying an icon
3952                 in the Attachment column.
3953
3954 2003-01-31 [paul]       0.8.9claws28
3955
3956         * sync with 0.8.9cvs4
3957                 see ChangeLog 2003-01-31
3958
3959 2003-01-31 [alfons]     0.8.9claws27
3960
3961         * src/textview.c
3962                 tune URI parser to accept mailto URLs with a '?'
3963                 (patch from Ruslan Balkin)
3964
3965 2003-01-31 [colin]      0.8.9claws26
3966
3967         * src/summaryview.c
3968                 Fix a leak introduced in claws24
3969
3970 2003-01-31 [colin]      0.8.9claws25
3971
3972         * src/summaryview.c
3973                 Freeze/Thaw folder updates when deleting dups
3974
3975 2003-01-31 [colin]      0.8.9claws24
3976         
3977         * src/addr_compl.c
3978           src/summaryview.c
3979           src/msgcache.c
3980                 little speed improvements
3981
3982 2003-01-31 [colin]      0.8.9claws23
3983
3984         * src/summaryview.c
3985                 Fix segfault when forwarding nothing
3986                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3987                 
3988 2003-01-30 [paul]       0.8.9claws22
3989
3990         * sync with 0.8.9cvs3
3991                 see ChangeLog 2003-01-30
3992
3993 2003-01-30 [paul]       0.8.9claws21
3994
3995         * sync with 0.8.9cvs2
3996                 see ChangeLog 2003-01-30
3997
3998 2003-01-29 [paul]       0.8.9claws20
3999
4000         * sync with 0.8.9cvs1
4001                 see ChangeLog 2003-01-29
4002
4003 2003-01-28 [paul]       0.8.9claws19
4004
4005         * po/POTFILES.in
4006                 update to reflect changes. 
4007                 thanks to Ricardo Mones Lastra
4008
4009 2003-01-27 [christoph]  0.8.9claws18
4010
4011         * ac/openssl.m4
4012         * ac/spamassassin.m4
4013         * src/plugins/spamassassin/README
4014         * src/plugins/spamassassin/libspamc.[ch]
4015         * src/plugins/spamassassin/utils.[ch]
4016                 updated to latest libspamc
4017
4018 2003-01-27 [christoph]  0.8.9claws17
4019
4020         * src/folder.c
4021                 fix wrong use of procheader_get_header_fields
4022
4023 2003-01-27 [christoph]  0.8.9claws16
4024
4025         * src/news.c
4026         * src/prefs_account.[ch]
4027         * src/common/nntp.[ch]
4028                 allow to force authentication for NNTP servers
4029
4030         Patch submitted by Florian Mickler <dmk@d-labs.de>
4031
4032 2003-01-26 [paul]       0.8.9claws15
4033
4034         * src/summaryview.c
4035                 speed up of marking messages as read
4036                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4037
4038 2003-01-26 [christoph]  0.8.9claws14
4039
4040         * src/Makefile.am
4041         * src/mgutils.[ch]              ** REMOVE **
4042         * src/xml.[ch]                  ** REMOVE **
4043         * src/xmlprops.[ch]             ** REMOVE **
4044         * src/common/Makefile.am
4045         * src/common/mgutils.[ch]       ** NEW **
4046         * src/common/xml.[ch]           ** NEW **
4047         * src/common/xmlprops.[ch]      ** NEW **
4048                 move xml files to common directory
4049
4050 2003-01-26 [christoph]  0.8.9claws13
4051
4052         * src/plugins/spamassassin/spamassassin_gtk.c
4053                 only set gtk entry text if string is available
4054
4055 2003-01-26 [melvin]     0.8.9claws12
4056
4057         * src/description_window.c
4058                 Allow resizing of the window
4059                 Allow automatic horizontal scroll bar
4060                 Do not vertically expand and fill
4061
4062 2003-01-26 [christoph]  0.8.9claws11
4063
4064         * src/Makefile.am
4065         * src/gtkutils.[ch]             ** REMOVE **
4066         * src/common/sylpheed.c
4067         * src/gtk/Makefile.am
4068         * src/gtk/description_window.c
4069         * src/gtk/gtkutils.[ch]         ** NEW **
4070         * src/gtk/prefswindow.c
4071                 move gtkutils to gtk directory
4072
4073 2003-01-26 [paul]       0.8.9claws10
4074
4075         * src/summaryview.c
4076                 rename summary_unread_clicked() to summary_status_clicked()
4077
4078 2003-01-26 [melvin]     0.8.9claws9
4079
4080         * src/prefs_actions.c
4081                 Cosmetical changes to the help text
4082
4083 2003-01-26 [paul]       0.8.9claws8
4084
4085         * src/folder.[ch]
4086           src/mainwindow.c
4087           src/prefs_common.c
4088           src/prefs_sumamry_column.c
4089           summaryview.[ch]
4090                 rename the 'Unread' column to 'Status'
4091
4092 2003-01-25 [match]      0.8.9claws7
4093
4094         * src/mgutils.[ch]
4095                 removed reference to LDAP constants. removed error2string.
4096                 included functions to support LDAP dynamic queries.
4097         * src/syldap.h
4098                 moved LDAP constants here.
4099         * src/addressbook.c
4100         * src/addrindex.c
4101         * src/importldif.c
4102                 removed references to LDAP constants and references to
4103                 error2string.
4104
4105 2003-01-25 [paul]       0.8.9claws6
4106
4107         * src/summaryview.c
4108                 summary_thread_build(), summary_thread_init(): remove 
4109                 unneeded reference to summaryview->folder_item
4110
4111 2003-01-25 [christoph]  0.8.9claws5
4112
4113         * src/gtk/description_window.c
4114                 o allow description texts to expand over multiple columns
4115                 o translate all columns
4116         * src/prefs_actions.c
4117                 change syntax description to use new multi column feature
4118
4119         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4120
4121 2003-01-25 [match]      0.8.9claws4
4122
4123         * src/vcard.c
4124                 fixed bug with Quoted-Printable
4125
4126 2003-01-25 [paul]       0.8.9claws3
4127
4128         * src/folder.[ch]
4129           src/summaryview.[ch]
4130                 implement per-folder collapsed/expanded threads setting
4131                 
4132         * src/prefs_common.c
4133                 remove global collapsed/expanded threads option
4134
4135 2003-01-25 [christoph]  0.8.9claws2
4136
4137         * po/POTFILES.in
4138                 add pluginwindow and prefswindow
4139         * src/compose.c
4140                 make send respond correctly to messages that could be added
4141                 to the queue folder, but the UID of the message is unknown
4142         * src/folder.c
4143         * src/imap.c
4144                 don't return guessed UIDs in imap_add_msg anymore. We return
4145                 0 to tell the folder system it was appened but the UID is
4146                 unknown. Folder system now get's the UID by scaning the folder
4147                 and searching the cache for the Message-ID
4148                 (closes bug #29 Messages queued, but not sent)
4149
4150 2003-01-25 [paul]       0.8.9claws1
4151
4152         * src/codeconv.c
4153                 conv_encode_header():  fix bug when long headers with 8-bit
4154                 characters are used, so that the encoded words are wrapped.
4155                 If the space in the original text falls on the wrap boundary,
4156                 it can be lost.
4157                 Patch by Sergey Vlasov.
4158                 
4159         * src/folderview.c
4160                  fix bug where a change to the sorting method or thread view
4161                  of a folder's messages is lost if simpify-subject is set and
4162                  toggled on or off.
4163                  Patch by Luke Plant.
4164
4165 2003-01-24 [paul]       0.8.9claws
4166
4167         * sylpheed-0.8.9claws released
4168         
4169         * Makefile.am
4170           sylpheed.spec.in
4171                 remove reference to 'INSTALL.jp'
4172
4173 2003-01-23 [paul]       0.8.8claws128
4174
4175         * po/es.po
4176           po/it.po
4177           po/ru.po
4178           po/sr.po
4179                 updated translations. submitted by Ricardo Mones Lastra,
4180                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4181
4182 2003-01-23 [colin]      0.8.8claws127
4183
4184         * src/compose.c
4185                 Fix drafted and queued news articles re-edition
4186
4187 2003-01-23 [melvin]     0.8.8claws126
4188
4189         * po/fr.po
4190                 Updated French translations
4191
4192 2003-01-23 [colin]      0.8.8claws125
4193
4194         * src/inc.c
4195                 Fix "Connecting to..." status message
4196
4197 2003-01-22 [paul]       0.8.8claws124
4198
4199         * po/bg.po
4200                 updated by George Danchev
4201                 
4202         * src/folder.c
4203                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4204                 and folder deletion
4205
4206 2003-01-21 [paul]       0.8.8claws123
4207
4208         * po/bg.po
4209                 updated by George Danchev
4210                 
4211         * src/about.c
4212                 its now 2003
4213                 
4214         * src/toolbar.c
4215                 don't translate 'Separator'
4216                 
4217         * src/plugins/spamassassin/Makefile.am
4218                 add aspell to CPPFLAGS
4219                 
4220         * src/plugins/spamassassin/spamassassin.c
4221           src/plugins/spamassassin/spamassassin_gtk.c
4222                 set correct default for spamassassin_receive_spam
4223                 slightly re-word descriptions and some
4224                 other minor changes
4225
4226 2003-01-19 [alfons]     0.8.8claws122
4227                 
4228         * src/mimeview.c
4229                 mimeview_save_as(): we might as well show the file name for
4230                 the single case "Save As" too
4231
4232 2003-01-19 [alfons]     0.8.8claws121
4233
4234         * src/crash.c
4235                 change bug tracker URL to bugzilla URL
4236
4237 2003-01-19 [alfons]     0.8.8claws120
4238
4239         * src/mimeview.c
4240                 mimeview_save_all(): display name of file before overwriting;
4241                 continue saving all, even when one overwrite was cancelled
4242
4243 2003-01-19 [christoph]  0.8.8claws119
4244
4245         * src/summaryview.c
4246         * src/procmsg.[ch]
4247                 fix wrong usage of procmsg_find_children in summaryview
4248                 by using procmsg_update_unread_children instead of
4249                 summaryview_update_unread_children
4250
4251 2003-01-19 [christoph]  0.8.8claws118
4252
4253         * src/procmsg.c
4254                 fix infinite loop in procmsg_find_children
4255                  (closes bug #25 sylpheed crashes on delete.)
4256
4257         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4258
4259 2003-01-19 [paul]       0.8.8claws117
4260
4261         * po/pt_BR.po
4262                 updated by Ivan Francolin Martinez
4263
4264 2003-01-18 [melvin]     0.8.8claws116
4265
4266         * src/prefs_actions.c
4267                 Removed syntax limitation of only one '&' at the end of command.
4268                         Now actions that contain '>/dev/null 2>&1' are possible.
4269
4270 2003-01-18 [melvin]     0.8.8claws115
4271
4272         * src/prefs_actions.c
4273                 Actions IO dialog: when the action ends
4274                 the "Close" button now has focus and [Escape] closes the
4275                 window.
4276
4277 2003-01-18 [christoph]  0.8.8claws114
4278
4279         * src/procmsg.c
4280                 o add debug output when MsgInfos are really freed
4281                 o free GSLists in procmsg_find_children and
4282                   procmsg_update_unread_children
4283
4284 2003-01-18 [christoph]  0.8.8claws113
4285
4286         * src/mainwindow.c
4287                 reorder Configuration menu
4288
4289 2003-01-18 [christoph]  0.8.8claws112
4290
4291         * src/compose.c
4292                 fix applying templates to forwarded messages
4293
4294         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4295
4296 2003-01-17 [christoph]  0.8.8claws111
4297
4298         * src/folder.c
4299                 destroy folder items, when a folder item is removed
4300
4301 2003-01-17 [christoph]  0.8.8claws110
4302
4303         * src/folder.c
4304                 fix wrong folder stats update when ignored message is
4305                 deleted
4306
4307 2003-01-17 [colin]      0.8.8claws109
4308         
4309         * src/mainwindow.c
4310         * src/summaryview.c
4311                 Quicksearch bugfixes: 
4312                 - hide help button at startup if not extended
4313                 - switch to extended when looking for replies
4314
4315 2003-01-17 [paul]
4316
4317         * sync with 0.8.9 release
4318
4319 2003-01-17 [paul]       0.8.8claws108
4320
4321         * sync with 0.8.8cvs11
4322                 see ChangeLog 2003-01-17
4323
4324 2003-01-16 [colin]      0.8.8claws107
4325
4326         * src/procmsg.c
4327                 Changed encryption test to re-ask passphrase
4328                 if an encrypted message hasn't been decrypted
4329                 Fixes bug #5
4330
4331 2003-01-16 [christoph]  0.8.8claws106
4332
4333         * src/prefs_gtk.c
4334         * src/prefs_toolbar.c
4335         * src/gtk/prefswindow.h
4336         * src/plugins/spamassassin/spamassassin_gtk.c
4337                 remove page destroy function that is not used anymore
4338
4339 2003-01-16 [paul]       0.8.8claws105
4340
4341         * sync with 0.8.8cvs9
4342                 see ChangeLog 2002-01-16
4343
4344 2003-01-16 [colin]      0.8.8claws104
4345
4346         * src/compose.[ch]
4347                 Fix bug with autosaved drafts for IMAP, when draft
4348                 folder is specified - fixes bugzilla bug #20
4349
4350 2003-01-15 [paul]       0.8.8claws103
4351
4352         * src/compose.[ch]
4353           src/procmsg.c
4354                 store folder and message-id of message forwarding
4355                 in queue header and set forward flag after sending
4356
4357 2003-01-15 [paul]       0.8.8claws102
4358
4359         * sync with 0.8.8cvs8
4360                 see ChangeLog 2002-01-15
4361
4362 2003-01-15 [colin]      0.8.8claws101
4363
4364         * src/Makefile.am
4365                 Fix linking with GNU libiconv
4366
4367 2003-01-15 [darko]      0.8.8claws100
4368
4369         * src/pine.c
4370                 fix crash when importing pine address book
4371                 entry with an empty name (reported by DY
4372                 <dybulk at tri8.net>)
4373
4374 2003-01-14 [paul]       0.8.8claws99
4375
4376         * configure.in  ** REMOVED **
4377           configure.ac  ** NEW FILE **
4378                 rename configure.in to configure.ac, as it is now
4379                 preferred
4380
4381 2003-01-14 [melvin]     0.8.8claws98
4382
4383         * src/folderview.c
4384                 folderview_check_new(): More precise function description
4385
4386 2003-01-14 [melvin]     0.8.8claws97
4387
4388         * src/folderview.c
4389                 folderview_check_new(): return the number of new messages 
4390                         since last check.
4391         * src/inc.c
4392                 inc_account_mail(): Disable counting of new messages for IMAP
4393                         and NNTP until bug [19] and [14] are fixed.
4394
4395 2003-01-14 [paul]       0.8.8claws96
4396
4397         * sync with 0.8.8cvs6
4398                 see ChangeLog 2003-01-14
4399
4400 2003-01-13 [alfons]     0.8.8claws95
4401
4402         * src/textview.c
4403                 tune email address validation (c. 0.8.8claws89): if . is 
4404                 just one char away from @, the address is invalid too 
4405                 (correctly rejects addresses like foo@.com)
4406
4407 2003-01-13 [paul]       0.8.8claws94
4408
4409         * src/messageview.c
4410           src/toolbar.c
4411                 fixes to the Message View toolbar and menu:
4412                 fix non-functioning Forward button
4413                 make Reply button consider default_reply_list
4414                 remove 'Follow-up...' menu entry
4415                 add 'Forward' and 'Redirect' menu entries
4416
4417 2003-01-13 [melvin]     0.8.8claws93
4418
4419         * src/inc.c
4420                 Fixed typo that could make new messages count incorrect.
4421
4422 2003-01-13 [melvin]     0.8.8claws92
4423
4424         * src/folderview.[ch]
4425                 folderview_check_new(): return the number of new messages.
4426         * src/inc.c
4427                 Should fix bug [14] where new mail notification worked 
4428                         incorrectly with IMAP accounts.
4429                 inc_spool_account(): return number of new msgs, or -1 on error
4430                 inc_all_spool(): return number of new msgs
4431                 
4432 2003-01-13 [melvin]     0.8.8claws91
4433
4434         * src/prefs_actions.c
4435                 Justify help text.
4436
4437 2003-01-12 [thorsten]   0.8.8claws90
4438
4439         * src/common/prefs.c
4440                 close file before rename
4441
4442 2003-01-12 [alfons]     0.8.8claws89
4443
4444         * AUTHORS
4445                 add Christian Mertes
4446         * src/common/utils.[ch]
4447                 g_stricase_hash(), g_stricase_equal(): functions for 
4448                 case insensitive hash tables
4449         * src/textview.c
4450                 use top level domain names to validate email address, based
4451                 on a patch by Christian Mertes (thanks!), but changed 
4452                 implementation to use a hash table 
4453
4454 2003-01-12 [paul]       0.8.8claws88
4455
4456         * po/bg.po
4457                 updated by George Danchev
4458
4459 2003-01-12 [alfons]     0.8.8claws87
4460
4461         * src/summaryview.c
4462                 delete / execute performance: use new style folder update
4463
4464 2003-01-12 [paul]       0.8.8claws86
4465
4466         * sync with 0.8.8cvs5
4467                 see ChangeLog 2003-01-13 (!)
4468
4469 2003-01-12 [alfons]     0.8.8claws85
4470
4471         * src/filtering.c
4472         * src/matcher_parser_parse.y
4473                 prepare change_score filtering action
4474         * src/matcher.[ch]
4475                 give up const-correctness on functions that call non-const-correct functions;
4476                 several casts to gpointer in g_free();
4477                 add change_score;
4478
4479 2003-01-12 [christoph]  0.8.8claws84
4480
4481         * src/compose.c
4482                 fix 2 warnings
4483
4484         * src/gtk/prefswindow.[ch]
4485         * src/plugins/spamassassin/spamassassin_gtk.c
4486                 changed the call of the widget create function
4487                 for PrefsPages, because sometimes the widget
4488                 create function needs a widget that already has
4489                 been attached to a window (to create GDK pixmaps
4490                 for exmaple). So we simply pass the GtkWindow as
4491                 the second parameter now.
4492
4493         * src/main.c
4494         * src/mainwindow.c
4495         * src/prefs_toolbar.[ch]
4496                 rewrite Toolbar Preferences using the new
4497                 prefs window
4498
4499 2003-01-11 [alfons]     0.8.8claws83
4500
4501         * src/addressadd.c
4502                 fix crash when adding sender to addressbook because status bar
4503                 isn't there (the status bar doesn't seem to be used though,
4504                 but I'll let Match decide what to do with it)
4505
4506 2003-01-11 [colin]      0.8.8claws82
4507
4508         * src/main.c
4509           src/toolbar.c
4510                 Two useless changes reversed
4511
4512 2003-01-11 [colin]      0.8.8claws81
4513
4514         * src/mainwindow.c
4515           src/mainwindow.h
4516                 Add mainwindow_get_mainwindow()
4517         * src/alertpanel.c
4518           src/alertpanel.h
4519                 Add alertpanel_error_log() 
4520         * src/compose.c
4521           src/inc.c
4522           src/messageview.c
4523           src/toolbar.c
4524           src/main.c
4525           src/procmsg.c
4526                 Network errors get a View Log button
4527
4528 2003-01-10 [alfons]     0.8.8claws80
4529
4530         * src/prefs_toolbar.c
4531         * src/toolbar.c
4532                 use the translatable string for "Separator" as file name for
4533                 separator toolbar items (probably make this uppercase?)
4534
4535 2003-01-10 [alfons]     0.8.8claws79
4536
4537         * src/prefs_toolbar.c
4538                 put right A_SEPARATOR description string in "displayed
4539                 toolbar items list" so manually added separators are
4540                 saved correctly (bug #10, "Adding a separator to the main 
4541                 toolbar fails, entry in xml file is wrong")
4542
4543 2003-01-10 [christoph]  0.8.8claws78
4544
4545         * src/imap.c
4546                 o fix warnings
4547                 o use CAPABILITY to check if NAMESPACE is available
4548
4549 2003-01-10 [christoph]  0.8.8claws77
4550
4551         * src/imap.[ch]
4552                 apply UIDPLUS IMAP extension support patch
4553
4554         Patch submitted by Simon 'corecode' Schubert
4555
4556 2003-01-10 [paul]       0.8.8claws76
4557
4558         * src/folderview.c
4559                 a sync from main which fixes the news account folders'
4560                 Properties bug
4561
4562 2003-01-10 [christoph]  0.8.8claws75
4563
4564         * src/folder.c
4565                 don't accept 0 as a valid uid returned by copy and move
4566                 functions. 0 means the message was copied or moved but the
4567                 new uid could not be fetched. It is not an error condition
4568                 for the copy or move operation.
4569
4570 2003-01-10 [paul]       0.8.8claws74
4571
4572         * src/prefs_filtering.c
4573                 change English used in Alert when entry is not
4574                 saved.
4575                 
4576         * sync with 0.8.8cvs4
4577                 see ChangeLog 2003-01-10
4578
4579 2003-01-10 [darko]      0.8.8claws73
4580
4581         * src/pine.c
4582                 fix crash when importing address book entry
4583                 without a valid address
4584
4585 2003-01-09 [alfons]     0.8.8claws72
4586
4587         * src/inc.c
4588                 filtering performance: use new style folder update
4589
4590 2003-01-09 [christoph]  0.8.8claws71
4591
4592         * src/compose.c
4593         * src/gtk/menu.[ch]
4594                 fix wrong selecting of mime encoding type, when
4595                 opening property dialog of attachments in the
4596                 compose window. 7bit was always selected and that
4597                 destoryed files with 8bit data.
4598                 (closes bug #9 Sylpheed-claws destroys attachments when
4599                  changing MIME-types)
4600
4601 2003-01-09 [paul]       0.8.8claws70
4602
4603         * sync with 0.8.8cvs3
4604                 see ChangeLog 2003-01-09
4605
4606 2003-01-08 [alfons]     0.8.8claws69
4607         
4608         * src/addressadd.c
4609                 apply patch by Kim Schulz to fix build breakage
4610                 because of missing variable
4611
4612 2003-01-08 [paul]       0.8.8claws68
4613
4614         * sync with 0.8.8cvs2
4615                 see ChangeLog 2002-01-08
4616
4617 2003-01-08 [paul]       0.8.8claws67
4618
4619         * po/it.po
4620                 updated by Alessandro Maestri
4621                 
4622         * src/addressadd.c
4623                 when using 'Add sender to addressbook' allow
4624                 name to be edited and remarks to be entered
4625                 Patch submitted by Luke Plant
4626
4627 2003-01-08 [darko]      0.8.8claws66
4628
4629         * README.claws, src/summaryview.c
4630                 fix description for marked messages
4631
4632 2003-01-08 [paul]
4633
4634         * tools/Makefile.am
4635           tools/launch_phoenix  ** NEW FILE **
4636                 add script that enables using Phoenix as the default
4637                 web browser. 
4638                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4639                 
4640         * tools/OOo2sylpheed.pl
4641                 remove full path to sylpheed executable, just 'sylpheed'
4642                 will do
4643                 
4644         * tools/README
4645                 add launch_phoenix informtion and re-arrange and compress
4646                 the data a little
4647
4648 2003-01-07 [christoph]  0.8.8claws65
4649
4650         * src/folder.c
4651                 fix update for source folder when moving messages
4652         * src/procmsg.[ch]
4653         * src/summaryview.c
4654                 use function to set to_folder for message infos and
4655                 automatically update the op_count for old and new
4656                 folder
4657
4658 2003-01-07 [melvin]     0.8.8claws64
4659
4660         * src/prefs_actions.c
4661                 Fixed bug where an '%p' Action on a displayed image crashed 
4662                         Sylpheed
4663                 Code clean up (get rid of duplicated code and removed unnecessary 
4664                                 structure member)
4665
4666 2003-01-07 [christoph]  0.8.8claws63
4667
4668         * src/compose.c
4669         * src/folder.[ch]
4670         * src/folderview.c
4671         * src/import.c
4672         * src/inc.c
4673         * src/main.c
4674         * src/mainwindow.c
4675         * src/messageview.c
4676         * src/prefs_folder_item.c
4677         * src/procmsg.c
4678         * src/summaryview.c
4679         * src/toolbar.c
4680                 o remove all folder update triggering from the UI code. The folder
4681                   system should know much better when a folder needs an update.
4682                 o to prevent multiple updates in a row the folder updates can be
4683                   frozen for some time.
4684
4685                 Note: - Please verify that no updates are missing
4686                       - Check where freeze/thaws should be added
4687
4688 2003-01-07 [christoph]  0.8.8claws62
4689
4690         * src/prefs_actions.c
4691                 don't translate empty strings
4692
4693         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4694
4695 2003-01-06 [christoph]  0.8.8claws61
4696
4697         * src/prefs_actions.c
4698                 mark strings for gettext
4699         * src/prefs_matcher.c
4700                 use new description window for Execute action and
4701                 match condition in Filtering
4702
4703         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4704
4705 2003-01-06 [alfons]     0.8.8claws60
4706
4707         keep myself inspired to re-organize matcher part 8; 
4708         yes, more to come (I need to move out the descriptive
4709         text for actions to matcher.c, or at least make it not
4710         depend on the wicked ordering)
4711
4712         * src/prefs_matcher.c
4713                 add documentation so others may comprehend the
4714                 UI part of the conditions
4715                 
4716 2003-01-06 [christoph]  0.8.8claws59
4717
4718         * src/prefs_actions.c
4719                 use new description window for syntax help
4720         * src/gtk/description_window.c
4721                 fix display of descriptions with column count != 2
4722
4723         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4724
4725 2003-01-06 [christoph]  0.8.8claws58
4726
4727         * src/quote_fmt.c
4728         * src/summaryview.[ch]
4729         * src/gtk/Makefile.am
4730         * src/gtk/description_window.[ch]       ** NEW **
4731                 use a generic window to display syntax descriptions
4732                 currently used in quote_fmt and summaryview (new description
4733                 for extended quick search)
4734
4735         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4736
4737 2003-01-06 [paul]       0.8.8claws57
4738
4739         * sync with 0.8.8cvs1
4740                 see ChangeLog 2003-01-06
4741
4742 2003-01-06 [christoph]  0.8.8claws56
4743
4744         * src/mainwindow.c
4745         * src/prefs_gtk.[ch]
4746         * src/gtk/prefswindow.[ch]
4747         * src/plugins/spamassassin/spamassassin_gtk.c
4748                 o remove page management from prefswindow, pages
4749                   will be an argument to prefswindow_open
4750                 o prefswindow_open gets a datapointer that is
4751                   passed to the widget_create function to allow
4752                   creation of prefswindow for specific items
4753
4754 2003-01-06 [colin]      0.8.8claws55
4755         
4756         * src/summaryview.c
4757                 We don't want regexp in the reply-finder, 
4758                 because MIDs can contain !,$,. and so on
4759
4760 2003-01-06 [jens]       0.8.8claws54
4761
4762         * src/jpilot.c
4763                 fixed a wrong free in jpilot_read_db_files
4764
4765 2003-01-06 [alfons]     0.8.8claws53
4766
4767         re-organize matcher part 8; more to come
4768        
4769         * src/matcher.c
4770                 matcherprop_to_string(): put g_free()s before the
4771                 switch-case break to fix memleaks                
4772
4773 2003-01-06 [colin]      0.8.8claws52
4774
4775         * src/summaryview.c
4776                 cleanup & reply-finder now displays the first 
4777                 matching message
4778
4779 2003-01-05 [alfons]     0.8.8claws51
4780
4781         re-organize matcher part 7; more to come
4782
4783         * src/matcher.[ch]
4784                 fixes for constant correctness;
4785                 more documentation;
4786
4787 2003-01-05 [alfons]     0.8.8claws50
4788
4789         re-organize matcher part 6; more to come
4790         
4791         * src/matcher.[ch]
4792                 fixes for constant correctness;
4793                 more documentation;
4794         * src/filtering.c
4795                 fix for constant correctness
4796
4797 2003-01-05 [colin]      0.8.8claws49
4798
4799         * src/account.[ch]
4800                 Add account_get_reply_account function
4801         * src/compose.c
4802                 Use account_get_reply_account function 
4803         * src/summaryview.c
4804                 Basic reply-finder - click on the replied
4805                 icon gets you to the outbox using quick-search
4806
4807 2003-01-05 [paul]       0.8.8claws48
4808
4809         * src/prefs_common.c
4810                 small change to English
4811                 
4812         * src/prefs_filtering.c
4813                 prefs_filtering_action_select(): improve logic and uniformity
4814                 of gui
4815
4816 2003-01-05 [alfons]     0.8.8claws47
4817
4818         fine tune solution to focus problems (bug #7)
4819
4820         * src/mainwindow.c
4821                 mainwindow_focus_in_event(): remove grab event check
4822         * src/summaryview.c
4823                 summary_button_pressed(): move selection on right-click
4824                 too. we can't possibly move the selection back after
4825                 canceling a dialog, because gtk's incomplete focus 
4826                 management. whether this is a good solution, only time
4827                 will tell.
4828
4829 2003-01-05 [christoph]  0.8.8claws46
4830
4831         * src/imap.c
4832                 fix crash when no imap connection could be established
4833
4834 2003-01-05 [paul]       0.8.8claws45
4835
4836         * src/mainwindow.c
4837           src/sumamryview.c
4838           src/gtk/menu.[ch]
4839                 fix bug 605957 'shortcuts in popup-menu'
4840                 make user-defined shortcuts work
4841                 show shortcuts that are already defined
4842                 in the main menu
4843                 Patch submitted by Luke Plant
4844
4845 2003-01-05 [alfons]     0.8.8claws44
4846
4847         * src/mainwindow.c
4848                 focus_in_event handler should not select summary view row 
4849                 when another window (menu, dialog) grabbed for events 
4850                 (bug #7, "[0.8.8claws42] Message summary focus") 
4851
4852 2003-01-04 [christoph]  0.8.8claws43
4853
4854         * src/procmsg.c
4855                 update save folder after adding the sent message
4856                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4857
4858 2003-01-02 [christoph]  0.8.8claws42
4859
4860         * src/common/plugin.c
4861                 fix unloading of all plugins and unload
4862                 plugins in reverse order
4863                 
4864         * src/gtk/pluginwindow.c
4865                 implement function of load and unload button
4866
4867         * src/gtk/prefswindow.c
4868         * src/gtk/prefswindow.h
4869                 rename register function and add new unregister
4870                 function
4871
4872         * src/plugins/spamassassin/spamassassin_gtk.c
4873                 unregister prefs page and update for changes in
4874                 src/gtk/prefswindow.c
4875
4876 2003-01-02 [paul]       0.8.8claws41
4877
4878         * po/es.po
4879                 updated by Ricardo Mones Lastra
4880
4881 2003-01-02 [paul]
4882
4883         * tools/tb2sylpheed
4884                 fixes and improvements by Urke MMI
4885
4886 2003-01-02 [thorsten]   0.8.8claws40
4887
4888         * src/procmsg.c
4889                 fixed wrong return value
4890
4891 2003-01-02 [thorsten]   0.8.8claws39
4892
4893         * src/prefs.c
4894                 fixed printing wrong variable
4895
4896 2003-01-02 [thorsten]   0.8.8claws38
4897
4898         * src/prefs.c
4899                 fixed acessing members of freed pfile struct
4900
4901 2003-01-02 [thorsten]   0.8.8claws37
4902
4903         * src/procmsg.c
4904                 detect loops across several messages
4905                 as suggested by Christoph Hohmann
4906
4907 2003-01-01 [match]      0.8.8claws36
4908
4909         * src/addrindex.c
4910                 fixed another memory leak.
4911
4912 2003-01-01 [match]      0.8.8claws35
4913
4914         * src/jpilot.[ch]
4915                 fixed memory leaks. applied Doxygen comments.
4916
4917 2003-01-01 [thorsten]   0.8.8claws34
4918
4919         * src/procmsg.c
4920                 inhibit endless loop if msg references itself
4921                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4922
4923 2003-01-01 [christoph]  0.8.8claws33
4924
4925         * src/mainwindow.c
4926         * src/gtk/Makefile.am
4927         * src/gtk/pluginwindow.c                ** NEW **
4928         * src/gtk/pluginwindow.h                ** NEW **
4929                 add plugin window
4930
4931         * src/plugins/demo/demo.c
4932         * src/plugins/spamassassin/spamassassin.c
4933         * src/plugins/spamassassin/spamassassin_gtk.c
4934                 write better plugin descriptions
4935
4936 2002-12-31 [christoph]  0.8.8claws32
4937
4938         * src/gtk/prefswindow.c
4939         * src/plugins/spamassassin/spamassassin_gtk.c
4940                 some small improvements to GTK code
4941
4942 2002-12-31 [christoph]  0.8.8claws31
4943
4944         * src/plugins/spamassassin/spamassassin_gtk.c
4945                 enable folder select button
4946
4947 2002-12-31 [christoph]  0.8.8claws30
4948
4949         * src/mainwindow.c
4950         * src/gtk/Makefile.am
4951         * src/gtk/prefswindow.c                         ** NEW **
4952         * src/gtk/prefswindow.h                         ** NEW **
4953                 add new prefs window
4954
4955         * src/common/plugin.c
4956                 don't try to load empty config lines
4957         
4958         * src/plugins/spamassassin/Makefile.am
4959         * src/plugins/spamassassin/spamassassin.c
4960         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4961         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4962                 GTK config for SpamAssassin Plugin using
4963                 the new prefs window
4964
4965 2002-12-31 [paul]       0.8.8claws29
4966
4967         * po/POTFILES.in
4968                 remove obsolete entry 'src/menu.c'
4969
4970 2002-12-31 [alfons]     0.8.8claws28
4971
4972         * src/matcher.[ch]
4973         * src/matcher_parser_parse.y
4974         * src/prefs_matcher.c
4975                 add "ignore_thread" and "~ignore_thread" condition so it's
4976                 possible to make the actions / scoring operate on the ignore
4977                 thread flag
4978
4979 2002-12-31 [christoph]  0.8.8claws27
4980
4981         * src/addrbook.c
4982         * src/addrindex.c
4983         * src/folder.c
4984         * src/matcher.c
4985         * src/prefs_account.c
4986         * src/prefs_actions.c
4987         * src/prefs_customheader.c
4988         * src/prefs_display_header.c
4989         * src/prefs_gtk.c
4990         * src/procmime.c
4991         * src/toolbar.c
4992         * src/xmlprops.c
4993         * src/common/prefs.[ch]
4994                 extend prefs file handling for reading and automatic handling
4995                 of blocks. When reading prefs_set_block_label will automatically
4996                 move on to the block. When writing it will copy all other blocks
4997                 automatically
4998
4999         * src/common/plugin.c
5000                 Now loading plugin filenames from [Plugins] block in
5001                 sylpheed rc file
5002
5003 2002-12-30 [christoph]  0.8.8claws26
5004
5005         * src/common/hooks.[ch]
5006                 return abort status to caller of hooks_invoke
5007                 
5008         * src/inc.[ch]
5009                 invoke message filtering hook and stop
5010                 default handling when filter returns abort
5011
5012         * src/common/plugin.[ch]
5013         * src/plugins/demo/demo.c
5014                 modify plugin loader, because resolving symbols for strings
5015                 does not work correctly
5016         
5017         * configure.in
5018         * ac/spamassassin.m4                            ** NEW **
5019         * src/plugins/spamassassin/.cvsignore           ** NEW **
5020         * src/plugins/spamassassin/Makefile.am          ** NEW **
5021         * src/plugins/spamassassin/README               ** NEW **
5022         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5023         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5024         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5025                 add spamassassin plugin, see src/plugins/spamassassin/README
5026                 for details
5027
5028 2002-12-29 [alfons]     0.8.8claws25
5029
5030         * src/mainwindow.c
5031                 when moving focus from a message view to the main 
5032                 window, don't forget to select the summary node
5033                 of the displayed message. should fix "[ 659103 ] 
5034                 focus-follows-mouse confuses sylpheed"
5035
5036 2002-12-29 [christoph]  0.8.8claws24
5037
5038         * src/Makefile.am
5039         * src/stringtable.[ch]          ** REMOVE **
5040         * src/common/Makefile.am
5041         * src/common/stringtable.[ch]   ** NEW **
5042                 move stringtable files to common directory
5043
5044 2002-12-29 [christoph]  0.8.8claws23
5045
5046         * src/Makefile.am
5047         * src/menu.[ch]                 ** REMOVE **
5048         * src/gtk/Makefile.am
5049         * src/gtk/menu.[ch]             ** NEW **
5050                 move menu files to gtk directory
5051
5052 2002-12-29 [match]      0.8.8claws22
5053
5054         * src/addressbook.c
5055         * src/syldap.c
5056                 moved UI specific code out of LDAP code into addressbook
5057                 UI code. fixed memory leak.
5058
5059 2002-12-29 [christoph]  0.8.8claws21
5060
5061         * src/folder.c
5062                 only check for IGNORED parent message when message is
5063                 not IGNORED itself
5064
5065 2002-12-29 [alfons]     0.8.8claws20
5066
5067         * src/summaryview.c
5068                 set gtksctree's anchor correct (immediate execute
5069                 changes the tree's layout, and anchor points at 
5070                 the incorrect row). fixes "[ 657233 ] multiple msg 
5071                 delete sometimes off by 1".
5072                 we probably have to look for more tree layout /
5073                 anchor glitches.
5074
5075 2002-12-29 [paul]       0.8.8claws19
5076
5077         * src/summaryview.c
5078                 fix bug [ 659054 ] incorrect sorting of 'From' column
5079                 when using 'display sender using address book'
5080                 thanks to Alfons and Luke Plant
5081
5082 2002-12-29 [christoph]  0.8.8claws18
5083
5084         * src/folder.c
5085         * src/procmsg.[ch]
5086                 check parent messages for IGNORE THREAD flag, when adding,
5087                 moving or copying messages to a folder
5088
5089 2002-12-27 [alfons]     0.8.8claws17
5090
5091         re-organize matcher part 5; more to come
5092
5093         * src/matcher.c
5094                 hash keywords in matchparser_tab 
5095
5096 2002-12-27 [alfons]     0.8.8claws16
5097
5098         re-organize matcher part 4; more to come
5099
5100         * src/matcher_parser.h
5101         * src/matcher_parser_lex.l
5102         * src/matcher_parser_parse.y
5103                 cleanup
5104
5105 2002-12-27 [alfons]     0.8.8claws15
5106
5107         re-organize matcher part 3; more to come
5108
5109         * src/matcher.[ch]
5110                 cleanup
5111
5112 2002-12-27 [alfons]     0.8.8claws14
5113
5114         re-organize matcher part 2; more to come but this should
5115         work. cc me if there are any regressions.
5116
5117         * src/matcher.h
5118                 add prototype for get_matchparser_tab_id()
5119         * src/matcher_parser_lex.l
5120                 look up keywords using matchparser_tab_id();
5121
5122 2002-12-27 [alfons]     0.8.8claws12
5123
5124         re-organize matcher part 1
5125
5126         * src/matcher.h
5127                 map yacc generated constants to sylpheed matcher constants
5128         * src/matcher.c
5129                 add function to find a matcher constant from a string
5130
5131 2002-12-27 [christoph]  0.8.8claws11
5132
5133         * src/compose.c
5134                 MENUITEM_ADD casts the 4th argument from integer to pointer
5135                 so it probably should not be a pointer, this means we
5136                 should use account id for it and not the account's pointer
5137
5138 2002-12-27 [paul]       0.8.8claws10
5139
5140         * src/mainwindow.c
5141                 remove unneeded 'GtkWidget *vbox'
5142                 
5143         * src/summaryview.c
5144                 further sync with 0.8.8 - make sort
5145                 by recipient work as expected
5146                 
5147         * NEWS
5148                 sync with 0.8.8
5149
5150 2002-12-27 [paul]       0.8.8claws9
5151
5152         * po/pt_BR.po
5153                 updated by Ivan F. Martinez
5154                 
5155 2002-12-27 [darko]      0.8.8claws8
5156
5157         * src/common/utils.c
5158                 added locked pattern to extended search
5159
5160 2002-12-27 [alfons]     0.8.8claws7
5161
5162         * src/prefs_matcher.[ch]
5163                 clean up
5164
5165 2002-12-26 [alfons]     0.8.8claws6
5166
5167         * src/matcher.[ch]
5168         * src/matcher_parser_lex.l
5169         * src/matcher_parser_parse.y
5170         * src/prefs_matcher.c
5171                 allow color label as a condition in the matcher
5172
5173 2002-12-26 [oliver]     0.8.8claws5
5174         
5175         * src/toolbar.c 
5176                 enable Addressbook for Main and Messageview
5177         * src/prefs_actions.c
5178                 enable actions in Messageview
5179
5180 2002-12-26 [christoph]  0.8.8claws4
5181
5182         * src/common/plugin.c
5183                 add a little debug output
5184         * configure.in
5185         * src/plugins/demo/Makefile.am
5186                 better use of automake
5187
5188 2002-12-26 [christoph]  0.8.8claws3
5189
5190         * src/Makefile.am
5191         * src/common/Makefile.am
5192                 fix "make distdir"
5193
5194 2002-12-26 [christoph]  0.8.8claws2
5195
5196         * configure.in
5197                 sort configure checks into common / gtk / plugins
5198         * po/POTFILES.in
5199                 add src/prefs_gtk.c
5200         * src/Makefile.am
5201                 add plugins SUBDIR
5202         * src/main.c
5203         * src/common/sylpheed.[ch]
5204                 added now sylpheed_done function for shutdown
5205         * src/common/Makefile.am
5206         * src/common/plugin.[ch]                ** NEW **
5207                 plugin loader and unloader
5208         * src/plugins/.cvsignore                ** NEW **
5209         * src/plugins/Makefile.am               ** NEW **
5210                 build plugins
5211         * src/plugins/demo/.cvsignore           ** NEW **
5212         * src/plugins/demo/Makefile.am          ** NEW **
5213         * src/plugins/demo/demo.c               ** NEW **
5214                 small demo plugin that installs a logtext hook and
5215                 outputs the log text to stdout
5216
5217 2002-12-26 [paul]       0.8.8claws1
5218
5219         * po/es.po
5220                 updated by Ricardo Mones Lastra
5221
5222 2002-12-26 [paul]       0.8.8claws
5223
5224         * 0.8.8claws released
5225
5226 2002-12-26 [paul]       0.8.7claws12
5227
5228         * po/bg.po
5229                 updated by George Danchev
5230
5231 2002-12-26 [paul]       0.8.7claws11
5232
5233         * po/POTFILES.in
5234                 remove unneeded 'src/prefs.c' entry 
5235
5236 2002-12-26 [paul]       0.8.7claws10
5237
5238         * src/codeconv.c
5239           src/mainwindow.c
5240                 sync with 0.8.8 release
5241         
5242         * src/folder.[ch]
5243           src/mh.c
5244           src/summaryview.c
5245                 partial sync with 0.8.8 release
5246         
5247
5248 2002-12-25 [alfons]     0.8.7claws9
5249
5250         * src/matcher.[ch]
5251         * src/matcher_parser_lex.l
5252         * src/matcher_parser_parse.y
5253         * src/prefs_matcher.c
5254                 add locked flag to possible filtering / matcher 
5255                 conditions (also a good example what should be
5256                 done to add a simple boolean condition)
5257
5258 2002-12-25 [christoph]  0.8.7claws8
5259
5260         * src/Makefile.am
5261         * src/account.[ch]
5262         * src/addrbook.c
5263         * src/addressbook.c
5264         * src/addrindex.c
5265         * src/filtering.c
5266         * src/folder.c
5267         * src/matcher.c
5268         * src/prefs.[ch]                ** REMOVE **
5269         * src/prefs_account.c
5270         * src/prefs_actions.c
5271         * src/prefs_common.c
5272         * src/prefs_customheader.c
5273         * src/prefs_display_header.c
5274         * src/prefs_filtering.c
5275         * src/prefs_folder_item.c
5276         * src/prefs_gtk.[ch]            ** NEW **
5277         * src/prefs_matcher.c
5278         * src/prefs_scoring.c
5279         * src/prefs_summary_column.c
5280         * src/procmime.c
5281         * src/selective_download.c
5282         * src/toolbar.c
5283         * src/common/Makefile.am
5284         * src/common/prefs.[ch]         ** NEW **
5285                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5286
5287 2002-12-24 [alfons]     0.8.7claws7
5288
5289         * src/summaryview.c
5290                 summary_thread_build(): fix real cause of the crash mentioned in
5291                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5292                 this way we get meaningful ctree nodes 
5293
5294 2002-12-24 [oliver]     0.8.7claws6
5295
5296         * src/mainwindow.[ch]
5297         * src/messageview.[ch]
5298         * src/compose.[ch]
5299         * src/inc.c
5300         * src/summaryview.c
5301                 changes to use updated toolbar handling
5302                 
5303 2002-12-24 [oliver]     0.8.7claws5
5304
5305         * src/toolbar.[ch]
5306                 generic toolbar handling
5307                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5308         * src/prefs_toolbar.[ch]
5309                 adjust to handling
5310         
5311 2002-12-24 [oliver]     0.8.7claws4
5312         
5313         * src/stock_pixmap.[ch]
5314                 move SYLPHEED_LOGO to end of list in order 
5315                 to remove it from Custom Toolbar`s Icon View
5316
5317 2002-12-24 [alfons]     0.8.7claws3
5318
5319         * src/summaryview.c
5320                 summary_thread_build(): fix crash because of focus != selection 
5321                 after threading. when deleting the selection, gtk tries but fails 
5322                 to find the correct focusable element. we now force the selection
5323                 to be focused. this should solve the infamous bug reported by 
5324                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5325                 a test case is available. 
5326
5327 2002-12-24 [darko]      0.8.7claws2
5328
5329         * src/summaryview.c
5330                 don't crash when unmarking message with unread children
5331
5332 2002-12-23 [christoph]  0.8.7claws1
5333
5334         * src/Makefile.am
5335         * src/common/Makefile.am
5336                 update Makefiles for moved intl.h, version.h and defs.h
5337         * src/imap.c
5338                 rewrite imap_session_get to avoid duplicate code
5339
5340 2002-12-23 [paul]       0.8.7claws
5341
5342         * Santa-Claws released
5343         
5344         * po/hu.po
5345           po/ru.po
5346                 squeeze in updated Hungarian and Russian translations.
5347                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5348
5349 2002-12-23 [paul]       0.8.6claws129
5350
5351         * po/pl.po
5352                 updated by Witold Wladyslaw Wojciech Wilk
5353
5354 2002-12-23 [paul]       0.8.6claws128
5355
5356         * src/quote_fmt_parse.y
5357                 fix typo and add licence header
5358
5359 2002-12-23 [paul]       0.8.6claws127
5360
5361         * po/en_GB.po
5362                 updated
5363
5364 2002-12-23 [paul]       0.8.6claws126
5365
5366         * po/it.po
5367                 updated translation, submitted by Alessandro Maestri
5368                 
5369 2002-12-23 [paul]       0.8.6claws125
5370
5371         * src/quote_fmt_parse.y
5372                 fix signature-stripping on replies bug. match
5373                 '-- \n' and not '-- '.
5374
5375 2002-12-22 [paul]       0.8.6claws124
5376
5377         * po/bg.po
5378           po/es.po
5379           po/sr.po
5380                 updated translations. submitted by George Danchev,
5381                 Ricardo Mones Lastra, and Urke MMI respectively
5382
5383 2002-12-21 [paul]       0.8.6claws123
5384
5385         * src/addrbook.c
5386                 fix coding style
5387
5388 2002-12-21 [paul]       0.8.6claws122
5389
5390         * src/addrbook.c
5391                 fix bug [643638] where if a person is in one or more
5392                 addressbook groups editing that person's email 
5393                 address results in removal from those groups.
5394                 Patch submitted by Luke Plant.
5395
5396 2002-12-20 [christoph]  0.8.6claws121
5397
5398         * src/common/utils.c
5399         * src/summaryview.c
5400                 reimplement expand_search_string using GString to
5401                 prevent crashs caused by miscalculated string
5402                 lengths reported by Paul
5403
5404 2002-12-20 [christoph]  0.8.6claws120
5405
5406         * src/summaryview.c
5407                 don't use "changed" to check if op_count has to be changed as it
5408                 is also set when the message has unread children
5409                 (closes bug [ 653221 ] crash while deleting duplicates)
5410
5411 2002-12-20 [paul]       0.8.6claws119
5412
5413         * sync with 0.8.6cvs27
5414                 see ChangeLog 2002-12-20
5415
5416 2002-12-20 [paul]       0.8.6claws118
5417
5418         * sync with 0.8.6cvs26
5419                 see ChangeLog 2002-12-19 and 2002-12-20
5420
5421 2002-12-19 [alfons]     0.8.6claws117
5422
5423         * src/textview.c
5424                 fix incorrect parsing of email addresses, submitted by 
5425                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5426                 name display if it contains @".
5427
5428 2002-12-18 [paul]       0.8.6claws116
5429
5430         * sync with 0.8.6cvs23
5431                 see ChangeLog 2002-12-18
5432
5433 2002-12-18 [paul]       0.8.6claws115
5434
5435         * src/Makefile.am
5436         * src/account.c
5437         * src/codeconv.c
5438         * src/gtkutils.[ch]
5439         * src/imap.c
5440                 sync with 0.8.6cvs22.
5441                 see ChangeLog 2002-12-17 and 2002-12-18
5442
5443 2002-12-17 [christoph]  0.8.6claws114
5444
5445         * src/imap.c
5446                 o don't create a session if imap greeting fails
5447                 o don't close socket when authentication fails
5448                   this is done by imap_session_destroy
5449
5450 2002-12-17 [thorsten]   0.8.6claws113
5451
5452         * tools/Makefile.am
5453           tools/README
5454           tools/google_msgid.pl ** NEW FILE **
5455                 Added "search for message-id" script and doc
5456
5457 2002-12-17 [thorsten]   0.8.6claws112
5458
5459         * po/hu.po
5460                 Updated hungarian translation
5461                 (updated by Gal Zoltan)
5462
5463 2002-12-16 [christoph]  0.8.6claws111
5464
5465         * src/addr_compl.c
5466                 remove stupid addressbook dump to debug output
5467         * src/mh.c
5468                 fix memory leak found by Hiro
5469
5470 2002-12-14 [paul]       0.8.6claws110
5471
5472         * src/compose.c
5473                 fix menubar sensitivity on send
5474                 
5475         * src/prefs_filtering.c
5476         * src/prefs_matcher.c
5477         * src/prefs_scoring.c
5478                 Fix english ;)
5479                 
5480         * src/common/quoted-printable.h
5481                 sync: fix typo
5482         
5483 2002-12-13 [christoph]  0.8.6claws109
5484
5485         * src/Makefile.am
5486         * src/manage_window.[ch]        ** REMOVE **
5487         * src/gtk/Makefile.am
5488         * src/gtk/manage_window.[ch]    ** NEW **
5489                 move manage_window files to gtk directory
5490
5491 2002-12-13 [christoph]  0.8.6claws108
5492
5493         * src/Makefile.am
5494         * src/gtkshruler.[ch]           ** REMOVE **
5495         * src/gtk/Makefile.am
5496         * src/gtk/gtkshruler.[ch]       ** NEW **
5497                 move gtkshruler files to gtk directory
5498
5499 2002-12-13 [christoph]  0.8.6claws107
5500
5501         * src/Makefile.am
5502         * src/compose.c
5503         * src/gtkstext.[ch]             ** REMOVE **
5504         * src/gtkutils.[ch]
5505         * src/textview.c
5506         * src/gtk/gtkstext.[ch]         ** NEW **
5507         * src/gtk/Makefile.am
5508                 o move stext functions to gtkstext.c to remove
5509                   dependency of gtkutils
5510                 o move gtkstext files to gtk directory
5511
5512         * src/gtk/Makefile.am
5513         * src/gtk/sslcertwindow.[ch]
5514                 UI stuff can always depend on common code so
5515                 it's ok to add ../common to include path
5516
5517 2002-12-13 [colin]      0.8.6claws106
5518
5519         * src/summaryview.c
5520                 Disconnect sighandlers for mainwindow when
5521                 quicksearch has the focus
5522                 Fix bug #653231
5523         * src/mainwindow.[ch]
5524                 Make key_pressed callback public, to be able
5525                 to disconnect it
5526
5527 2002-12-13 [christoph]  0.8.6claws105
5528
5529         * src/mh.c
5530                 create .mh_sequences file in new MH folders
5531                 (closes feature request [ 523162 ] MH folders should
5532                  get a .mh_sequences)
5533
5534 2002-12-13 [colin]      0.8.6claws104
5535
5536         * src/summaryview.c
5537                 Better handling of quicksearch show/hide
5538                 (basically the button stays under the mouse 
5539                  when toggled)
5540
5541 2002-12-13 [paul]       0.8.6claws103
5542
5543         * sync with 0.8.6cvs17
5544                 see ChangeLog 2002-12-13
5545
5546 2002-12-13 [paul]       0.8.6claws102
5547
5548         * po/es.po
5549                 updated by Ricardo Mones Lastra
5550
5551 2002-12-11 [colin]       0.8.6claws101
5552
5553         * src/folder.c
5554                 remove statusbar stuff
5555           src/folderview.c
5556                 set statusbar verbosity when moving folders
5557
5558 2002-12-11 [colin]       0.8.6claws100
5559         * src/prefs_filtering.c
5560         * src/prefs_matcher.c
5561         * src/prefs_scoring.c
5562                 Fix english ;)
5563
5564 2002-12-11 [colin]       0.8.6claws99
5565
5566         * src/prefs_common.[ch]
5567                 Add summary_quicksearch_type
5568         * src/summaryview.c
5569                 Save last used quicksearch type
5570
5571 2002-12-11 [jens]       0.8.6claws98
5572         * src/prefs_filtering.c
5573         * src/prefs_matcher.c
5574         * src/prefs_scoring.c
5575                 added dialog for incomplete rules in scoring, filtering and
5576                 matcher to ask wheather really close
5577
5578 2002-12-11 [colin]      0.8.6claws97
5579
5580         * src/folder.c
5581                 Fix folder dnd statusbar logging
5582
5583 2002-12-10 [christoph]  0.8.6claws96
5584
5585         * src/compose.c
5586         * src/folder.c
5587         * src/imap.c
5588         * src/inc.c
5589         * src/main.c
5590         * src/mainwindow.c
5591         * src/news.c
5592         * src/send.c
5593         * src/statusbar.[ch]
5594         * src/common/hooks.c
5595         * src/common/log.[ch]
5596                 o handle verbose logging in statusbar directly in statusbar code
5597                   and common code does not need any knowledge about a statusbar
5598                 o remove direct calls to statusbar_(puts|pop)_all functions
5599
5600 2002-12-10 [jens]       0.8.6claws95
5601
5602         * src/*.c
5603                 removed gettext from g_warnings
5604         * po/POTFILES.in
5605                 cleaned and updated
5606         * po/de.po
5607                 updated
5608
5609 2002-12-10 [colin]      0.8.6claws94
5610
5611         * src/main.c
5612                 finish crash dialog fix
5613
5614 2002-12-10 [colin]      0.8.6claws93
5615
5616         * src/main.c
5617                 "Fix" "sylpheed already running" instead of
5618                 crash dialog appearing after a crash
5619
5620 2002-12-10 [colin]      0.8.6claws92
5621
5622         * po/POTFILES.in
5623                 add src/gtk/sslcertwindow.c
5624
5625 2002-12-10 [paul]       0.8.6claws91
5626
5627         * po/POTFILES.in
5628                 updated to reflect recent changes
5629                 submitted by Alessandro Maestri
5630
5631 2002-12-09 [christoph]  0.8.6claws90
5632
5633         * src/Makefile.am
5634         * src/smtp.[ch]                 ** REMOVE **
5635         * src/common/Makefile.am
5636         * src/common/smtp.[ch]          ** NEW **
5637                 move smtp files to common directory
5638
5639 2002-12-09 [christoph]  0.8.6claws89
5640
5641         * src/Makefile.am
5642         * src/session.[ch]              ** REMOVE **
5643         * src/common/Makefile.am
5644         * src/common/session.[ch]       ** NEW **
5645                 move session files to common directory
5646
5647 2002-12-09 [paul]       0.8.6claws88
5648
5649         * src/account.c
5650                 fix bug [649746] edit accounts: move account reverted
5651                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5652
5653 2002-12-09 [colin]      0.8.6claws87
5654
5655         * src/ssl_certificate.c
5656                 cleanup
5657
5658 2002-12-09 [colin]      0.8.6claws86
5659
5660         * src/ssl.c
5661                 Try to open the cert.pem database and 
5662                 issue a warning if it isn't there
5663
5664 2002-12-09 [colin]      0.8.6claws85
5665
5666         * src/common/ssl_certificate.c
5667         * src/gtk/sslcertwindow.c
5668                 Warning fixes
5669
5670 2002-12-09 [colin]      0.8.6claws84
5671
5672         * src/ssl_certificate.[ch] ** REMOVED **
5673         * src/common/ssl_certificate.[ch] ** NEW **
5674         * src/Makefile.am
5675         * src/common/Makefile.am
5676                 Moved ssl_certificate.[ch] to common
5677         * src/common/ssl.c 
5678                 Put back needed include
5679         * src/gtk/sslcertwindow.[ch]
5680                 Changed ssl_certificate.h include
5681         
5682 2002-12-09 [colin]      0.8.6claws83
5683
5684         * src/gtk/sslcertwindow.[ch]
5685                 Implement hook for certificate acception
5686         * src/ssl_certificate.[ch]
5687                 Implement hook for certificate acception
5688         * src/common/ssl.c
5689                 Reenable certificate acception check
5690         * src/mainwindow.c
5691                 Register sslcertwindow's hook
5692         
5693 2002-12-08 [christoph]  0.8.6claws82
5694
5695         * src/about.c
5696         * src/addr_compl.c
5697         * src/codeconv.c
5698         * src/manual.c
5699         * src/undo.c
5700         * src/common/utils.c
5701                 o add missing includes
5702                 o fix warnings
5703         * src/.cvsignore
5704         * src/common/.cvsignore
5705         * src/common/version.h          ** REMOVE **
5706                 remove autogenerated file
5707
5708 2002-12-08 [paul]       0.8.6claws81
5709
5710         * src/stringtable.c
5711                 put back needed include
5712
5713 2002-12-08 [colin]      0.8.6claws80
5714         
5715         * src/gtk/sslcertwindow.c
5716                 Cleaner popups when asking
5717         * src/ssl_certificate.c
5718         * src/prefs_common.[ch]
5719                 remove ssl certificate pref
5720                 put back needed include
5721         * src/undo.c
5722                 put back needed include
5723
5724 2002-12-08 [christoph]  0.8.6claws79
5725
5726         * src/folderview.c
5727         * src/logwindow.c
5728         * src/statusbar.c
5729         * src/summaryview.c
5730                 only abort hook invokation if required data is missing not
5731                 if our own data pointer is NULL, update hookfunction for
5732                 log window
5733
5734 2002-12-08 [paul]       0.8.6claws78
5735
5736         * src/about.c
5737         * src/addrcache.c
5738         * src/addrclip.c
5739         * src/addr_compl.c
5740         * src/addrselect.c
5741         * src/codeconv.c
5742         * src/colorlabel.c
5743         * src/enriched.c
5744         * src/esmtp.c
5745         * src/exporthtml.c
5746         * src/headerview.c
5747         * src/imageview.c
5748         * src/manual.c
5749         * src/noticeview.c
5750         * src/pgptext.c
5751         * src/scoring.c
5752         * src/sourcewindow.c
5753         * src/stringtable.c
5754         * src/undo.c
5755                 clean up: remove unneccesary includes
5756
5757 2002-12-08 [christoph]  0.8.6claws77
5758
5759         * src/folderview.c
5760         * src/statusbar.c
5761         * src/summaryview.c
5762         * src/common/hooks.[ch]
5763                 hook functions now have a gboolean return value, if a hook
5764                 returns TRUE it will stop executing of any more hooks in
5765                 the same hooklist for this invokation
5766
5767 2002-12-08 [colin]      0.8.6claws76
5768         
5769         * src/main.c
5770                 put back argv0 for CRASH_DIALOG
5771
5772 2002-12-08 [christoph]  0.8.6claws75
5773
5774         * src/Makefile.am
5775         * src/about.c
5776         * src/account.c
5777         * src/crash.c
5778         * src/esmtp.h
5779         * src/imap.[ch]
5780         * src/inc.c
5781         * src/main.c
5782         * src/mainwindow.c
5783         * src/news.c
5784         * src/pop.[ch]
5785         * src/prefs_account.[ch]
5786         * src/prefs_common.[ch]
5787         * src/send.[ch]
5788         * src/smtp.[ch]
5789         * src/ssl_certificate.[ch]
5790         * src/ssl_manager.[ch]
5791         * src/common/Makefile.am
5792         * src/common/log.c
5793         * src/common/nntp.[ch]
5794         * src/common/socket.[ch]
5795         * src/common/ssl.[ch]
5796         * src/gtk/sslcertwindow.[ch]
5797         * ac/openssl.m4
5798                 use new autoconf script to detect OpenSSL with extra parameters
5799                 to specify the location of libs and includes, also remove USE_SSL
5800                 to USE_OPENSSL
5801
5802         * src/common/sylpheed.[ch]
5803         * src/common/version.h.in
5804                 start seperation of common code initialization seperated from gui
5805
5806         * src/summaryview.c
5807                 The function that is called when a color label changes
5808                 should not change the color lable again
5809
5810 2002-12-08 [colin]      0.8.6claws74
5811
5812         * src/gtk/sslcertwindow.c
5813                 warning fixes
5814
5815 2002-12-08 [colin]      0.8.6claws73
5816
5817         * src/statusbar.c
5818           src/common/log.h
5819                 Register a hook for statusbar_puts_all
5820         * src/common/log.c
5821                 invoke statusbar_puts_all's hook
5822         
5823 2002-12-08 [colin]      0.8.6claws72
5824
5825         * src/ssl_certificate.c
5826                 Put back a badly-removed include
5827
5828 2002-12-08 [colin]      0.8.6claws71
5829
5830         * src/gtk/sslcertwindow.[ch]    ** NEW **
5831                 new certificate presentation
5832         * src/gtk/Makefile.am
5833                 add new files
5834         * src/ssl_certificate.[ch]
5835                 gtk cleanup, made utility functions public
5836         * src/ssl_manager.c
5837                 use new cert presentation
5838
5839 2002-12-07 [christoph]  0.8.6claws70
5840
5841         * src/Makefile.am
5842         * src/nntp.[ch]                 ** REMOVE **
5843         * src/common/Makefile.am
5844         * src/common/nntp.[ch]          ** NEW **
5845                 move nntp files to common directory
5846
5847 2002-12-07 [christoph]  0.8.6claws69
5848
5849         * src/procmsg.[ch]
5850         * src/summaryview.c
5851                 implement msginfo update callback using sylpheed's new
5852                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5853
5854 2002-12-06 [christoph]  0.8.6claws68
5855
5856         * src/editgroup.c
5857                 This patch changes the 'Edit Group Details' dialog to
5858                 allow extended selections in either pane, so that
5859                 addresses can be added or removed from a group more
5860                 quickly and easily. (it actually is a net decrease in
5861                 file size, as some unnecessary functions have been
5862                 removed). 
5863                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5864
5865 2002-12-06 [christoph]  0.8.6claws67
5866
5867         * src/Makefile.am
5868         * src/template.[ch]             ** REMOVE **
5869         * src/common/Makefile.am
5870         * src/common/template.[ch]      ** NEW **
5871                 move template files to common directory
5872
5873         * src/nntp.c
5874                 add missing log.h include
5875
5876 2002-12-06 [melvin]     0.8.6claws66
5877
5878         * src/prefs_actions.c
5879                 Added the trailing ">" syntax to insert command's output
5880                 without replacing old text (in contrast to trailing "|").
5881
5882 2002-12-05 [colin]      0.8.6claws65
5883         
5884         * src/common/utils.c
5885                 Don't modify original search_string or it'll change
5886                 the next iterations in the for()
5887
5888 2002-12-05 [darko]      0.8.6claws64
5889
5890         * src/common/utils.c
5891                 proper check for filtering commands, found by Colin
5892
5893 2002-12-05 [darko]      0.8.6claws63
5894
5895         * src/common/utils.c
5896                 check proper string for NULL pointer, found by Colin
5897
5898 2002-12-05 [darko]      0.8.6claws62
5899
5900         * src/common/utils.[ch]
5901                 expand_search_string(): new function
5902                 converts Mutt-like patterns to Sylpheed's
5903                 filtering engine
5904         * src/summaryview.c
5905                 use expand_search_string() to allow Mutt-like
5906                 patterns in extended search
5907         * README.claws
5908                 document extended option in quick search
5909
5910 2002-12-05 [paul]       0.8.6claws61
5911
5912         * sync with 0.8.6cvs16
5913                 see ChangeLog 2002-12-05
5914                 
5915         * po/POTFILES.in
5916                 clean up
5917
5918 2002-12-04 [christoph]  0.8.6claws60
5919
5920         * src/imap.[ch]
5921                 put imap authentication code into a new function and
5922                 remove it from imap_session_new that will allow to
5923                 send other commands before authentication
5924
5925 2002-12-04 [christoph]  0.8.6claws59
5926
5927         * src/imap.[ch]
5928                 use already existing method to prevent unneeded IMAP
5929                 folder selects. Set imap_select parameters to NULL
5930                 in some functions if the values are not required.
5931
5932         * src/xml.h
5933                 remove no longer required include
5934
5935 2002-12-04 [paul]       0.8.6claws58
5936
5937         * po/es.po
5938                 updated by Ricardo Mones Lastra
5939                 
5940         * configure.in
5941           po/hu.po      ** NEW FILE **
5942                 initial Hungarian translation, submitted
5943                 by Gál Zoltán <galzoli@hu.inter.net>
5944
5945 2002-12-03 [christoph]  0.8.6claws57
5946
5947         * src/Makefile.am
5948         * src/gtksctree.[ch]            ** REMOVE **
5949         * src/gtk/Makefile.am
5950         * src/gtk/gtksctree.[ch]        ** NEW **
5951                 move gtksctree files to gtk directory
5952
5953 2002-12-03 [christoph]  0.8.6claws56
5954
5955         * src/Makefile.am
5956         * src/md5.[ch]                  ** REMOVE **
5957         * srm/common/Makefile.am
5958         * src/common/md5.[ch]           ** NEW **
5959                 move md5 files to common directory
5960
5961         * src/gtkstext.c
5962                 remove not required #include
5963
5964 2002-12-03 [sergey]     0.8.6claws55
5965
5966         * src/gtkutils.c
5967         * src/gtkutils.h
5968                 gtkut_window_popup(): new function.
5969         * src/mainwindow.c
5970                 main_window_popup(): use gtkut_window_popup() to raise
5971                 window without changing its position.
5972                 (see sylpheed-main ML message [sylpheed:17247])
5973
5974 2002-12-03 [sergey]     0.8.6claws54
5975
5976         * src/send.c
5977                 send_message_local(): removed first-dot escaping
5978                 (SMTP-only, not needed for sending through pipe)
5979
5980 2002-12-03 [paul]       0.8.6claws53
5981
5982         * po/POTFILES.in
5983                 update to reflect recent changes (thanks
5984                 to Ricardo Mones Lastra)
5985                 
5986         * tools/filter_conv.pl
5987                  fix problem with quoted strings. Patch submitted
5988                  by Luke Plant <lukeplant@softhome.net>
5989
5990 2002-12-03 [paul]       0.8.6claws52
5991
5992         * sync with 0.8.6cvs15
5993                 see ChangeLog 2002-12-03
5994
5995 2002-12-02 [christoph]  0.8.6claws51
5996
5997         * src/logwindow.[ch]
5998         * src/common/log.[ch]
5999                 implement logging using a hook function
6000
6001         * src/folderview.c
6002         * src/folder.[ch]
6003                 define hooklist name in header file to avoid
6004                 errors caused by wrong spelling of hooklist names
6005
6006         * src/toolbar.c
6007                 fix warnings
6008
6009 2002-12-02 [christoph]  0.8.6claws50
6010
6011         * src/common/Makefile.am
6012                 add src/common/hooks.[ch]
6013
6014         * src/common/hooks.[ch]
6015                 implement a simple hook system using glib's hook functions
6016
6017         * src/folder.[ch]
6018         * src/folderview.c
6019                 use new hook system for folder item updates
6020
6021 2002-12-02 [christoph]  0.8.6claws49
6022
6023         * doc-src/ui_seperation.txt     ** NEW **
6024                 information for ui seperation
6025
6026         * src/Makefile.am
6027                 remove files that were moved to common
6028                 include common directory by default for the header files
6029
6030         * src/inc.c
6031         * src/common/socket.c
6032         * src/automaton.[ch]
6033                 implement automaton using g_io_*-functions instead of
6034                 gdk_input_add to make it ui independent
6035
6036         * src/codeconv.c
6037         * src/compose.c
6038         * src/ldif.c
6039         * src/pgptext.c
6040         * src/procmime.c
6041         * src/rfc2015.c
6042         * src/smtp.c
6043         * src/unmime.c
6044                 remove common/ prefix because directory is now in
6045                 include path
6046
6047         * src/compose.c
6048         * src/folder.c
6049         * src/folderview.c
6050         * src/mainwindow.c
6051         * src/messageview.c
6052         * src/prefs_common.c
6053         * src/procmsg.c
6054         * src/rfc2015.c
6055                 fix warnings
6056
6057         * src/imap.c
6058         * src/inc.c
6059         * src/news.c
6060         * src/pop.c
6061         * src/send.c
6062         * src/smtp.c
6063         * src/ssl_certificate.c
6064                 add log.h header file for logging functions
6065
6066         * src/main.c
6067         * src/common/utils.c
6068         * src/summaryview.c
6069         * src/xml.c
6070                 o move debug_mode to common/utils.c
6071                 o add functions to set and get debug_mode
6072
6073         * src/defs.h                    ** REMOVE **
6074         * src/intl.h                    ** REMOVE **
6075         * src/socket.[ch]               ** REMOVE **
6076         * src/ssl.[ch]                  ** REMOVE **
6077         * src/utils.[ch]                ** REMOVE **
6078                 replaced by new files in src/common/
6079         
6080         * src/common/Makefile.am
6081                 add new files in src/common/
6082
6083         * src/common/defs.h             ** NEW **
6084         * src/common/intl.h             ** NEW **
6085         * src/common/log.[ch]           ** NEW **
6086         * src/common/socket.[ch]        ** NEW **
6087         * src/common/ssl.[ch]           ** NEW **
6088         * src/common/utils.[ch]         ** NEW **
6089                 replacement for files in src/
6090
6091 2002-12-02 [colin]      0.8.6claws48
6092
6093         * src/folderview.c
6094                 Scroll folderview if necessary during dnd
6095
6096 2002-12-02 [colin]      0.8.6claws47
6097
6098         * src/folder.[ch]
6099                 Add check to verify a move is within a single mailbox
6100         * src/folderview.c
6101                 Add specific error string for this check
6102
6103 2002-12-02 [colin]      0.8.6claws46
6104
6105         * src/folder.c
6106                 Add a test to folder moving, remove a statusbar_print
6107         * src/folderview.c
6108                 Add Move folder... context-menu item
6109                 Factorize folder moving code
6110                 Enable folder DND for mbox
6111
6112 2002-12-01 [christoph]  0.8.6claws45
6113
6114         * ac/aspell.m4
6115                 remove conf.aspelltest if the version check fails
6116
6117 2002-11-30 [christoph]  0.8.6claws44
6118
6119         * autogen.sh
6120                 run libtoolize --force in autogen to create missing
6121                 libtool scripts
6122
6123 2002-11-30 [christoph]  0.8.6claws43
6124
6125         * src/Makefile.am
6126         * src/pgptext.c
6127         * src/procmime.c
6128         * src/rfc2015.c
6129         * src/uuencode.[ch]             ** REMOVED **
6130         * src/common/Makefile.am
6131         * src/common/uuencode.[ch]      ** NEW **
6132                 move uuen/decoder to common directory
6133
6134 2002-11-30 [christoph]  0.8.6claws42
6135
6136         * src/Makefile.am
6137         * src/base64.[ch]               ** REMOVED **
6138         * src/codeconv.c
6139         * src/compose.c
6140         * src/ldif.c
6141         * src/pgptext.c
6142         * src/procmime.c
6143         * src/rfc2015.c
6144         * src/smtp.c
6145         * src/unmime.c
6146         * src/common/Makefile.am
6147         * src/common/base64.[ch]        ** NEW **
6148                 move base64 en/decoder to common directory
6149
6150 2002-11-30 [christoph]  0.8.6claws41
6151
6152         * src/common                    ** NEW **
6153                 new directory for UI independent code
6154         * src/gtk                       ** NEW **
6155                 new directory for GTK frontend
6156         * src/common/.cvsignore         ** NEW **
6157         * src/gtk/.cvsignore            ** NEW **
6158                 ignore build files
6159         * src/common/Makefile.am        ** NEW **
6160         * src/gtk/Makefile.am           ** NEW **
6161                 automake files to build new seperated stuff
6162         * src/Makefile.am
6163                 the binary will currently still be build with the
6164                 files in src, so we include the code from the
6165                 subdirs for now after building the libs there
6166
6167 2002-11-30 [paul]       0.8.6claws40
6168
6169         * src/compose.c
6170                 fix bug [642731] 'Wrong selected account with drafted mail'
6171
6172 2002-11-29 [oliver]     0.8.6claws39
6173         
6174         * src/messageview.c
6175                 o update summaryview when switching between different
6176                   messageviews          
6177         * src/toolbar.c  
6178                 o check if messageview holds already removed msg
6179                   from summaryview
6180                 
6181
6182 2002-11-29 [oliver]     0.8.6claws38
6183
6184         * src/toolbar.c 
6185                 remove not needed variables and includes
6186                 make messageview stay opened and move to next when msgs are deleted 
6187
6188 2002-11-29 [oliver]     0.8.6claws37
6189         
6190         * src/toolbar.c 
6191                 disable compose button (messageview toolbar) by default
6192                 deleted msgs are moved to trash
6193         
6194 2002-11-29 [melvin]     0.8.6claws36
6195
6196         * configure.in
6197                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6198                 and to detect signatures expirations (gpgme 0.3.6)
6199
6200         * src/main.c
6201                 Use non obsolescent function for Gpgme engine checking.
6202
6203         * src/rfc2015.c
6204                 Inform about expired signatures or signatures which key
6205                 has expired. Expiration date is displayed.
6206
6207         * src/sigstatus.c
6208                 Inform about expired signatures or signatures which key
6209                 has expired.
6210
6211 2002-11-28 [paul]       0.8.6claws35
6212
6213         * src/folderview.c
6214                 re-instate 'Check for new messages' in Newsgroup
6215                 folders right-click menu, after a suggestion from
6216                 Tim Mann <timmann@users.sourceforge.net>
6217
6218         * src/main.c
6219                 after a crash check only local folders for new
6220                 messages
6221
6222 2002-11-28 [paul]       0.8.6claws34
6223
6224         * configure.in
6225                 apply patch that fixes the checking of GTK with XIM 
6226                 support on different OSs, such as FreeBSD. Patch 
6227                 submitted by Topia <topia@users.sourceforge.net>
6228                 
6229 2002-11-28 [paul]       0.8.6claws33
6230
6231         * src/mainwindow.c
6232           src/prefs_common.c
6233           src/prefs_toolbar.c
6234                 more changes to the English
6235
6236 2002-11-28 [paul]       0.8.6claws32
6237
6238         * sync with 0.8.6cvs13
6239                 see ChangeLog 2002-11-28 (no sync needed
6240                 for src/compose.c)
6241
6242 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6243         
6244         * src/mainwindow.[ch]
6245                 add patch by Ivan F. Martinez introducing messageview Toolbar
6246                 some changes and committed by oliver    
6247
6248 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6249
6250         * src/messageview.[ch]
6251                 add patch by Ivan F. Martinez introducing messageview Toolbar
6252                 some changes and committed by oliver    
6253
6254 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6255
6256         * src/compose.[ch]
6257                 add patch by Ivan F. Martinez introducing messageview Toolbar
6258                 some changes and committed by oliver    
6259
6260 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6261         
6262         * src/toolbar.[ch]
6263                 add patch by Ivan F. Martinez introducing messageview Toolbar
6264                 some changes and committed by oliver
6265
6266 2002-11-28 [oliver]     0.8.6claws27
6267         
6268         * src/prefs_toolbar.[ch]
6269                 getting ready for messageview toolbar
6270                 free mem allocated by gettext
6271                 change prefs_toolbar to prefs_toolbar_open
6272  
6273 2002-11-28 [thorsten]   0.8.6claws26
6274
6275         * src/imageview.[ch]
6276                 cleaned up conflicting declarations of
6277                 imageview_show_image()
6278
6279 2002-11-28 [paul]       0.8.6claws25
6280
6281         * src/grouplistdialog.c
6282           src/prefs_common.c
6283           src/prefs_summary_column.c
6284                 a few more improvements to the English
6285
6286 2002-11-28 [colin]      0.8.6claws24
6287
6288         * man/sylpheed.1
6289                 A few updates to command-line parameters
6290
6291 2002-11-28 [colin]      0.8.6claws23
6292
6293         * src/prefs_filtering.c
6294                 Fix problems with prefs_filtering_delete_path:
6295                 a) if the first rule is removed, original pointers
6296                    weren't updated (leading to segfaults)
6297                 b) it was always global_processing updated in case
6298                    of removed path was parent of rule path
6299
6300 2002-11-27 [paul]       0.8.6claws22
6301
6302         * src/mainwindow.c
6303           src/prefs_account.c
6304           src/prefs_actions.c
6305           src/prefs_common.c
6306           src/prefs_customheader.c
6307           src/prefs_display_header.c
6308           src/prefs_filtering.c
6309           src/prefs_folder_item.c
6310           src/prefs_matcher.c
6311           src/prefs_scoring.c
6312           src/prefs_summary_column.c
6313           src/prefs_template.c
6314           src/prefs_toolbar.c
6315                  improve the English in the GUI
6316
6317 2002-11-27 [colin]      0.8.6claws21
6318
6319         * src/folder.c
6320                 Fix processing renaming problems happening after
6321                 last commit
6322
6323 2002-11-27 [colin]      0.8.6claws20
6324
6325         * src/folder.c
6326                 recursive move now deletes src each subfolder after 
6327                 having moved it
6328         * src/folderview.c
6329                 Use identifier instead of path during dnd (enables
6330                 IMAP folder dnd)
6331
6332 2002-11-27 [paul]       0.8.6claws19
6333
6334         * src/main.c
6335                 apply patch that does command-line processing 
6336                 BEFORE gtk_init, allowing claws to run from 
6337                 shell-scripts in non-X environment (e.g. crontab 
6338                 or ip-up, ip-down scripts). Patch submitted by
6339                 Ruslan N. Balkin <baron@dartel.ru>
6340                 
6341         * po/it.po
6342                 updated by Alessandro Maestri
6343
6344 2002-11-27 [paul]       0.8.6claws18
6345
6346         * sync with 0.8.6cvs12
6347           src/prefs_common.c
6348                 Differences are that main uses a 'Receive dialog'
6349                 frame on the Interface tab, whereas claws groups all 
6350                 the dialogs together in a 'Dialogs' frame.
6351
6352 2002-11-27 [colin]      0.8.6claws17
6353
6354         * src/prefs_matcher.c
6355                 Fix Execute criteria's NOT flag
6356
6357
6358 2002-11-26 [christoph]  0.8.6claws16
6359
6360         * src/ssl.c
6361                 rewrite the ssl code a little bit, only use one
6362                 SSL context, set default certificates' file/path
6363
6364 2002-11-26 [thorsten]   0.8.6claws15
6365
6366         * src/compose.c
6367                 default-reply-to didn't work for ml-reply
6368
6369 2002-11-26 [melvin]     0.8.6claws14
6370
6371         * src/prefs_actions.c
6372                 Made pipe-actions ignore short headers in message view
6373                 Made trailing-pipe-actions write in the message view with
6374                 the same font as the original message
6375
6376 2002-11-26 [paul]       0.8.6claws13
6377
6378         * src/compose.c
6379                 this time commit the correct file
6380
6381 2002-11-26 [paul]       0.8.6claws12
6382
6383         * sync with 0.8.6cvs11
6384           src/quote_fmt_parse.y  
6385                 no sync needed
6386           src/account.[ch]       
6387                 not sync'ed
6388           src/compose.c
6389                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6390                 on draft mode.
6391                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6392                 header
6393                 
6394         see ChangeLog 2002-11-25 and 2002-11-26
6395
6396 2002-11-26 [colin]      0.8.6claws11
6397
6398         * src/folderview.c
6399                 Fix collapsed folder not auto-expanding during
6400                 mail dnd, if it was the source folder.
6401
6402 2002-11-25 [colin]      0.8.6claws10
6403
6404         * src/folderview.[ch]
6405                 Variable renaming and cleaning (slist of nodes 
6406                 to be re-collapsed is stored in FolderView)
6407
6408 2002-11-25 [paul]       0.8.6claws9
6409
6410         * src/prefs_common.[ch]
6411                 fix breakage caused by last commit
6412
6413 2002-11-25 [paul]       0.8.6claws8
6414
6415         * sync with 0.8.6cvs4
6416                 see ChangeLog 2002-11-21
6417
6418 2002-11-25 [paul]       0.8.6claws7
6419
6420         * sync with 0.8.6cvs4
6421                 see ChangeLog 2002-11-20
6422
6423 2002-11-25 [paul]       0.8.6claws6
6424
6425         * sync with 0.8.6cvs3
6426                 see ChangeLog 2002-11-18
6427
6428 2002-11-25 [colin]      0.8.6claws5
6429
6430         * src/gtkutils.[ch]
6431                 Add gtkut_ctree_node_is_parent()
6432         * src/folderview.c
6433                 Spring-loaded folders
6434
6435 2002-11-25 [colin]      0.8.6claws4
6436
6437         * src/utils.[ch]
6438                 Add slist_concat_unique(), function to merge
6439                 two GSList filtering dups
6440         * src/folder.[ch]
6441         * src/summaryview.[ch]
6442         * src/folderview.c
6443         * src/main.c
6444                 Add detection/update/display of unread answers
6445                 to marked mails
6446         * src/procmsg.[ch]
6447                 Add procmsg_find_children()
6448                 Add procmsg_msg_has_marked_parent()
6449
6450 2002-11-25 [colin]      0.8.6claws3
6451
6452         * src/ssl_certificate.[ch]
6453                 Allow checking a certificate without a DNS
6454                 lookup
6455                 Allow to forget a cert (by deleting it)
6456                 Make ssl_certificate_destroy_public
6457         * src/ssl_manager.[ch] ** NEW FILES **
6458                 Gui to manage (display/remove) certificates
6459         * src/prefs_common.[ch]
6460                 Add a pref to allow silent acceptation of
6461                 trusted certificates or not (based on the
6462                 "I want to know what's going on" principle)
6463         * src/mainwindow.c
6464                 Add SSL manager in Tools menu
6465         * src/Makefile.am
6466                 Add the new files to the build
6467         * po/POTFILES.in
6468                 Add ssl_manager.c to translations
6469
6470 2002-11-25 [colin]      0.8.6claws2
6471
6472         * src/summaryview.[ch]
6473                 Add S_SEARCH_EXTENDED to the quick search, which 
6474                 allows to search using filtering syntax.
6475
6476 2002-11-25 [colin]      0.8.6claws1
6477
6478         * src/summaryview.c
6479                 Deletion of duplicates now prefer deleting
6480                 the unread dup (fixes feature-request 638989).
6481
6482 2002-11-24 [paul]       0.8.6claws
6483
6484         * po/es.po
6485           po/pl.po
6486           po/ru.po
6487           po/sr.po
6488                 updated by Ricardo Mones Lastra,
6489                 Witold Wladyslaw Wojciech Wilk,
6490                 Ruslan N. Balkin, and  Urke MMI 
6491                 respectively
6492
6493 2002-11-24 [paul]       0.8.5claws182
6494
6495         * po/bg.po
6496                 updated by George Danchev
6497
6498 2002-11-23 [alfons]     0.8.5claws181
6499
6500         * src/imap.c
6501                 tiny memory leak found by browsing Dimitar's 
6502                 valgrind report
6503
6504 2002-11-23 [paul]       0.8.5claws180
6505
6506         * po/it.po
6507                 updated by Alessandro Maestri
6508
6509 2002-11-22 [christoph]  0.8.5claws179
6510
6511         * src/compose.c
6512         * src/inc.c
6513         * src/prefs_filtering.c
6514         * src/summaryview.c
6515                 more warning fixes
6516
6517 2002-11-22 [alfons]     0.8.5claws178
6518
6519         * src/summaryview.c
6520                 summary_execute_delete_func(): if message is deleted, make 
6521                 sure to also remove its entry in the subject hash table. 
6522                 fixes a corner case bug.
6523
6524 2002-11-22 [paul]       0.8.5claws177
6525
6526         * .cvsignore
6527                 add 'autom4te.cache'
6528                 
6529         * ltconfig      ** REMOVED **
6530                 not needed
6531
6532 2002-11-22 [paul]       0.8.5claws176
6533
6534         * src/textview.c
6535                 textview_set_font(): fix for message display in
6536                 UTF-8 locales (thanks to Sergey Vlasov).
6537                 
6538         * AUTHORS
6539                 add new team members and contributors
6540
6541
6542 2002-11-21 [colin]      0.8.5claws175
6543
6544         * src/procmsg.[ch]
6545                 Add procmsg_remove_special_headers()
6546         * src/mh.c
6547                 Use procmsg_remove_special_headers() for 
6548                 previous fix
6549
6550 2002-11-21 [colin]      0.8.5claws174
6551
6552         * src/mh.c
6553                 Fix moving/copying from queue/draft folders
6554                 for MH folders
6555
6556 2002-11-21 [christoph]  0.8.5claws173
6557
6558         * src/crash.c
6559         * src/filtering.c
6560         * src/logwindow.c
6561         * src/main.c
6562         * src/matcher_parser_lex.[hl]
6563         * src/mbox.c
6564         * src/mbox_folder.[ch]
6565         * src/prefs_filtering.c
6566         * src/procheader.c
6567         * src/quote_fmt_lex.l
6568         * src/ssl.c
6569                 fix all warnings except the warnings in lex and yacc files
6570
6571 2002-11-20 [christoph]  0.8.5claws172
6572
6573         * src/imap.c
6574                 fix MsgInfo retrieval for IMAP draft and queue folders
6575                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6576
6577 2002-11-19 [christoph]  0.8.5claws171
6578
6579         * src/compose.c
6580                 fix segfault, when draft saving does not get
6581                 the MsgInfo of the new message
6582                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6583
6584 2002-11-19 [christoph]  0.8.5claws170
6585
6586         * src/procmsg.c
6587                 add parameter check for flag setting function
6588                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6589
6590 2002-11-18 [paul]       0.8.5claws169
6591
6592         * src/compose.c
6593                 more sensitivity fixes to redirect mode:
6594                 * disable toolbar draft button
6595                 * allow only Address book in the Tools menu
6596                 * disable editing of message by the spell
6597                   checker
6598
6599 2002-11-18 [paul]       0.8.5claws168
6600
6601         * src/compose.c
6602                 fix sensitivity of menu items in compose_redirect():
6603                 allow only the necessary items 
6604
6605 2002-11-18 [paul]       0.8.5claws167
6606
6607         * src/compose.c
6608                 fix bug [ 603259 ] 'attachment got lost on bounce'
6609
6610 2002-11-18 [paul]       0.8.5claws166
6611
6612         * po/ru.po
6613                 updated by Ruslan N. Balkin <baron@dartel.ru>
6614
6615 2002-11-18 [colin]      0.8.5claws165
6616
6617         * src/main.c
6618           src/defs.h
6619                 Remove old filtering stuff
6620
6621
6622 2002-11-17 [oliver]     0.8.5claws164
6623
6624         * src/toolbar.h
6625                 remove not needed typedef 
6626
6627 2002-11-17 [oliver]     0.8.5claws163
6628
6629         * src/toolbar.c
6630                 make toolbar's on click events translatable
6631
6632 2002-11-15 [colin]      0.8.5claws162
6633
6634         * src/summaryview.c
6635                 Revert too-soon integration of a feature
6636
6637 2002-11-15 [christoph]  0.8.5claws161
6638
6639         * src/imap.c
6640                 use main's implementation of imap_get_msginfo
6641
6642 2002-11-15 [christoph]  0.8.5claws160
6643
6644         * src/compose.c
6645         * src/folder.[ch]
6646         * src/imap.c
6647         * src/mbox_folder.c
6648         * src/mh.c
6649         * src/news.c
6650         * src/procmsg.c
6651         * src/summaryview.c
6652                 replace claws' fetch_msginfo with main's get_msginfo
6653                 (use main's implementation where possible)
6654
6655 2002-11-15 [colin]      0.8.5claws159
6656
6657         * src/ssl_certificate.c
6658                 Missed a check
6659
6660 2002-11-16 [melvin]     0.8.5claws158
6661
6662         * po/fr.po
6663                 Updated French translations.
6664
6665 2002-11-16 [colin]      0.8.5claws157
6666
6667         * src/ssl_certificate.c
6668                 Check for missing parts in the certificates
6669
6670 2002-11-15 [colin]      0.8.5claws156
6671
6672         * src/folderview.c
6673                 Preventive fix (missing check) found by
6674                 Alfons
6675
6676 2002-11-15 [paul]
6677
6678         * NEWS
6679                 sync with 0.8.6 release
6680
6681 2002-11-15 [colin]      0.8.5claws155
6682
6683         * src/folder.[ch]
6684           src/folderview.c
6685                 Fix error handling of folder_item_move_to()
6686                 (thanks to Alfons!)
6687
6688 2002-11-15 [colin]      0.8.5claws154
6689
6690         * src/folder.[ch]
6691           src/folderview.c
6692                 folder_item_move_to() sets an error message instead
6693                 of having GUI stuff in folder.c
6694
6695 2002-11-15 [colin]      0.8.5claws153
6696
6697         * src/procmsg.[ch]
6698                 Implemented a callback for MsgInfo updates, 
6699                 heavily copy/pasted from Christoph's folder 
6700                 callback system
6701         * src/summaryview.[ch]
6702                 Register summary_update_msg as callback
6703
6704 2002-11-14 [colin]      0.8.5claws152
6705         
6706         * src/procmsg.c
6707                 Update the FolderItem after sending (fixes 617593)
6708
6709 2002-11-14 [christoph]  0.8.5claws151
6710
6711         * src/folder.c
6712                 fix wrong position of NULL pointer check found
6713                 by Sergey
6714
6715 2002-11-14 [christoph]  0.8.5claws150
6716
6717         * src/folder.c
6718                 fix segfault when deleting messages from IMAP folders
6719                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6720
6721 2002-11-14 [colin]      0.8.5claws149
6722
6723         * src/compose.c
6724                 Forwarding was also ignoring the folder's default account.
6725
6726 2002-11-14 [colin]      0.8.5claws148
6727
6728         * src/compose.c
6729                 Fix sent folder not set to folder properties when 
6730                 forwarding.
6731
6732 2002-11-14 [thorsten]   0.8.5claws147
6733
6734         * src/inc.c
6735                 inc_start(): Files were not moved from .processing to inbox,
6736                 if no global processing rule existed
6737
6738 2002-11-14 [colin]      0.8.5claws146
6739
6740         * src/ssl_certificate
6741                 Fix file operations
6742
6743 2002-11-14 [paul]       0.8.5claws145
6744
6745         * po/it.po
6746                 updated by Alessandro Maestri
6747
6748 2002-11-13 [alfons]     0.8.5claws144
6749
6750         * src/folder.c
6751                 folder_item_close(): only mark messages unread
6752                 when a folder has new messages 
6753
6754 2002-11-13 [keith]      0.8.5claws143
6755
6756         * src/imap.c
6757                 Fix problem moving or copying between
6758                 IMAP folders
6759
6760 2002-11-13 [colin]      0.8.5claws142
6761
6762         * src/matcher_parser_parse.y
6763                 Fix rule problem when " don't match
6764
6765 2002-11-13 [christoph]  0.8.5claws141
6766
6767         * src/folder.c
6768         * src/folderview.c
6769                 moved cache saving to folder_item_close
6770                 the folderview should not have to deal with
6771                 this things
6772
6773 2002-11-13 [christoph]  0.8.5claws140
6774
6775         * src/summaryview.c
6776                 moved setting of important score to
6777                 summary_set_prefs_from_folderitem
6778
6779 2002-11-13 [colin]      0.8.5claws139
6780
6781         * src/matcher_parser_parse.y
6782                 Fix a segfault in the parser (happening when
6783                 a good expression had been tested and a bad 
6784                 one arrives)
6785
6786 2002-11-13 [paul]       0.8.5claws138
6787
6788         * sync with 0.8.5cvs24
6789                 see ChangeLog 2002-11-13
6790                 
6791         * po/pt_BR.po
6792                 updated by Fabio Jr. Beneditto
6793
6794 2002-11-13 [colin]      0.8.5claws137
6795         
6796         * src/msgcache.c
6797           src/defs.h
6798           src/procmsg.[ch]
6799                 Revert last commit, problem
6800
6801 2002-11-13 [colin]      0.8.5claws136
6802
6803         * src/msgcache.c
6804                 Remove duplicated code
6805         * src/defs.h
6806                 Bumped CACHE_VERSION and MARK_VERSION
6807         * src/procmsg.[ch]
6808                 Network endian for cache and mark files
6809
6810 2002-11-12 [colin]      0.8.5claws135
6811
6812         * src/inc.c
6813                 Fix the "socket error" dialog which disappeared
6814
6815 2002-11-12 [colin]      0.8.5claws134
6816
6817         * src/msgcache.c
6818                 Reverse last commit which had performance 
6819                 problems, but still reverse the list
6820
6821 2002-11-12 [colin]      0.8.5claws133
6822
6823         * src/msgcache.c
6824                 Reverse list order
6825
6826 2002-11-12 [melvin]     0.8.5claws132
6827
6828         * src/compose.c
6829                 Added a check for a NULL prefs_common.dictionary
6830
6831 2002-11-12 [colin]      0.8.5claws131
6832
6833         * src/ssl_certificate.[ch]
6834                 Use FQDN hostname
6835
6836 2002-11-12 [colin]      0.8.5claws130
6837
6838         * src/ssl_certificate.[ch]
6839                 Take connection port into account for 
6840                 checking certificates (a single hostname
6841                 could have multiple servers with multiple
6842                 certificates)
6843         * src/ssl.c
6844                 Pass the port to ssl_certificate_check
6845
6846 2002-11-12 [paul]       0.8.5claws129
6847
6848         * src/folder.c
6849                 fix a typo in last commit
6850
6851 2002-11-12 [paul]       0.8.5claws128
6852
6853         * sync with 0.8.5cvs23
6854                 see ChangeLog entry 2002-11-12
6855
6856 2002-11-11 [colin]      0.8.5claws127
6857
6858         * src/ssl_certificate.c
6859                 Cleaner messages
6860                 Don't popup, instead log error, if the 
6861                 corresponding pref is checked
6862         * src/ssl_certificate.h
6863                 include <openssl/objects/h>
6864
6865 2002-11-11 [colin]      0.8.5claws126
6866
6867         * src/ssl_certificate.h
6868                 _Really_ clean it
6869
6870 2002-11-11 [colin]      0.8.5claws125
6871         
6872         * src/ssl_certificate.c
6873                 Fixed leak
6874
6875 2002-11-11 [colin]      0.8.5claws124
6876
6877         * src/ssl.c
6878                 Cleaned a bit
6879         * src/ssl_certificate.[ch]
6880                 Cleaned a bit (better use of SSL API)
6881                 (This will cause non-recognition of saved 
6882                  certificates of claws12[23]...)
6883
6884 2002-11-11 [paul]       0.8.5claws123
6885         
6886         * po/es.po
6887                 updated by Ricardo Mones Lastra
6888
6889 2002-11-11 [colin]      0.8.5claws122
6890
6891         * src/ssl.c
6892                 Fix a typo
6893
6894 2002-11-11 [colin]      0.8.5claws121
6895
6896         * src/ssl_certificate.[ch] ** NEW FILES **
6897         * src/ssl.[ch]
6898                 Check SSL certificates presented to us
6899         * src/Makefile.am
6900                 Add ssl_certificate.[ch]
6901         * po/POTFILES.in
6902                 Add ssl_certificate.c
6903
6904 2002-11-11 [paul]       0.8.5claws120
6905
6906         * sync with 0.8.5cvs22
6907                 see ChangeLog 2002-11-11
6908
6909 2002-11-11 [paul]       0.8.5claws119
6910
6911         * sync with 0.8.5cvs21
6912                 see ChangeLog 2002-11-11
6913
6914 2002-11-10 [jens]       0.8.5claws118
6915
6916         * src/folder.c
6917         * src/folderview.c
6918                 corrected some typing
6919         * po/de.po
6920                 updated german translation
6921         * sylpheed.spec.in
6922                 cleaned up specfile and adjusted it for claws
6923
6924 2002-11-10 [colin]      0.8.5claws117
6925
6926         * src/summaryview.c
6927                 a STATUSBAR_PUSH/POP fix
6928
6929 2002-11-10 [colin]      0.8.5claws116
6930
6931         * src/prefs_folder_item.c
6932                 Fix hanging after opening folder properties
6933
6934 2002-11-10 [hoa]        0.8.5claws115
6935
6936         * src/matcher_parser_lex.l
6937         * src/matcher_parser_parse.y
6938                 config file for scoring and filtering is no more trashed
6939                 when there is a syntax error in a filtering rule when
6940                 editing it in a dialog.
6941
6942 2002-11-09 [colin]      0.8.5claws114
6943
6944         * src/mbox_folder.c
6945                 Added missing initialisation of folder->destroy()
6946
6947 2002-11-09 [colin]      0.8.5claws113
6948
6949         * src/folder.c
6950           src/folderview.c
6951                 Fix the status bar messages
6952
6953 2002-11-09 [colin]      0.8.5claws112
6954
6955         * src/folderview.c
6956                 Fix hangs after folder dnd, happening after 
6957                 claws109.
6958
6959 2002-11-09 [christoph]  0.8.5claws111
6960
6961         * src/folderview.c
6962                 just changed order of calls (reverse order of
6963                 associated calls)
6964         * src/inc.c
6965                 lock inc when checking only one account, otherwise
6966                 inc all could be executed at the same time
6967
6968 2002-11-09 [christoph]  0.8.5claws110
6969
6970         * src/folderview.c
6971                 better unlock the mouse cursor before calling
6972                 summary_show because it changes the cursor too
6973
6974 2002-11-09 [christoph]  0.8.5claws109
6975
6976         * src/folder.[ch]
6977         * src/folderview.c
6978                 add functions to open and close a folder
6979                 o opending will execute scanning for remote folders
6980                   and processing
6981                 o closing will unset new flag for messages
6982
6983 2002-11-09 [colin]      0.8.5claws108
6984
6985         * src/folder.c
6986                 Add a call to prefs_matcher_write_config to 
6987                 avoid non-leaf folders filtering settings to be
6988                 lost
6989
6990 2002-11-09 [paul]       0.8.5claws107
6991
6992         * src/prefs_account.c
6993                 re-word a label
6994
6995 2002-11-09 [colin]      0.8.5claws106
6996
6997         * src/folderview.c
6998                 Minor esthetic fix
6999
7000 2002-11-09 [colin]      0.8.5claws105
7001
7002         * src/folderview.c
7003                 Fix prefs_filtering deletion for MH folders (same
7004                 reason as below)
7005         * src/prefs_filtering.c
7006                 Fix prefs_filtering renaming and deletion for 
7007                 folder-based processing rules.  
7008
7009 2002-11-09 [christoph]  0.8.5claws104
7010
7011         * src/compose.c
7012         * src/folder.[ch]
7013         * src/folderview.[ch]
7014         * src/import.c
7015         * src/inc.c
7016         * src/main.c
7017         * src/mainwindow.c
7018         * src/messageview.c
7019         * src/prefs_folder_item.c
7020         * src/procmsg.c
7021         * src/summaryview.c
7022                 implement a callback system for folder item updates
7023
7024 2002-11-09 [colin]      0.8.5claws103
7025
7026         * src/folderview.c
7027                 Fix prefs_filtering renaming for MH folders (we
7028                 shouldn't rename by path as another folder could
7029                 have the same hierarchy).
7030
7031 2002-11-09 [colin]      0.8.5claws102
7032
7033         * src/folder.c
7034                 Fix a leak found by Christoph, use better variable
7035                 names
7036
7037 2002-11-09 [colin]      0.8.5claws101
7038
7039         * src/folder.c
7040                 One more fix for processing rules
7041
7042 2002-11-08 [colin]      0.8.5claws100
7043         
7044         * src/matcher.c
7045                 Don't copy the compiled regexp (will be reevaluated)
7046         * src/folderview.c
7047                 Lock folderview while moving
7048         * src/folder.c
7049                 Provide info on what's happening to the user
7050
7051 2002-11-08 [colin]      0.8.5claws99
7052
7053         * src/folderview.c
7054                 Fix folder reordering after a move if parent is 
7055                 root
7056         * src/scoring.[ch]
7057                 Add function to copy a ScoringProp
7058         * src/prefs_folder_item.c
7059                 Copy scoring rules when copying a folder prefs
7060
7061 2002-11-08 [colin]      0.8.5claws98
7062
7063         * src/folderview.c
7064                 Fixes in case of failure
7065         * src/filtering.[ch]    
7066                 Add function to duplicate a FilteringProp
7067         * src/matcher.[ch]
7068                 Add function to duplicate a MatcherProp
7069         * src/prefs_folder_item.c
7070                 Save folder's processing rules when copying 
7071                 its prefs
7072
7073 2002-11-08 [colin]      0.8.5claws97
7074         
7075         * src/folderview.c
7076                 Sort after move
7077         * src/folder.c 
7078                 Change a printf to debug_print
7079
7080 2002-11-08 [colin]      0.8.5claws96
7081
7082         * src/folder.c
7083           src/folderview.c
7084                 Fix segfaults, call me stupido
7085         
7086
7087 2002-11-08 [colin]      0.8.5claws95
7088
7089         *src/folder.c
7090                 Added forgotten prefs to save when moving folders
7091
7092 2002-11-08 [colin]      0.8.5claws94
7093
7094         * src/folder.c
7095                 Fixes to folder DND (prefs copy)
7096         * src/folderview.c
7097                 Optimization for folder DND (don't rescan whole tree)
7098                 Added folderview_create_folder_node() for this 
7099                 optimization, so de-duped a bit the code
7100         * src/prefs_folder_item.[ch]
7101                 Added prefs_folder_item_copy_prefs()    
7102           
7103 2002-11-08 [paul]       0.8.5claws93
7104
7105         * src/prefs_account.c
7106           tools/README
7107           tools/kmail2sylpheed_v2.pl
7108                 correct some typos
7109
7110 2002-11-08 [paul]       0.8.5claws92
7111
7112         * src/compose.c
7113           src/prefs_account.[ch]
7114                 remove account options 'clearsign' and 'ascii_armored',
7115                 replace with 'default_gnupg_mode' to prevent mixed-mode
7116                 Privacy settings
7117
7118 2002-11-08 [paul]       0.8.5claws91
7119
7120         * src/compose.[ch]
7121                 re-implement GnuPG 'on-the-fly' mode selection,
7122                 disallow mixed-mode
7123
7124 2002-11-08 [colin]      0.8.5claws90
7125
7126         * src/folderview.c
7127           src/prefs_folder_item.c
7128                 Change "Property" to "Properties"
7129
7130 2002-11-07 [colin]      0.8.5claws89
7131
7132         * src/folderview.c
7133           src/folder.c
7134                 Allow folder dropping to a root folder
7135
7136 2002-11-07 [paul]       0.8.5claws88
7137
7138         * src/compose.c
7139                 revert last commit
7140
7141 2002-11-07 [paul]       0.8.5claws87
7142
7143         * src/compose.c
7144                 fix reply-to-list bug. closes bug report
7145                 "[633382] reply-to-list broken in recent cvs"
7146
7147 2002-11-07 [paul]       0.8.5claws86
7148
7149         * src/compose.c
7150                 add a forgotten '#if USE_GPGME ... #endif'
7151
7152 2002-11-07 [paul]       0.8.5claws85
7153
7154         * sync with 0.8.5cvs20
7155                 see ChangeLog 2002-11-07
7156
7157 2002-11-07 [colin]      0.8.5claws84
7158
7159         * src/folder.[ch]
7160                 Change folder_item_move_to to return the newly 
7161                 created folderitem.
7162         * src/folderview.c
7163                 Select the new folderitem after moving.
7164
7165 2002-11-07 [colin]      0.8.5claws83
7166
7167         * src/prefs_filtering.c
7168                 Fix rule rewriting when moving a leaf folder to a 
7169                 shorter path
7170
7171 2002-11-07 [colin]      0.8.5claws82
7172
7173         * src/prefs_filtering.c
7174                 fix a leak
7175
7176 2002-11-07 [colin]      0.8.5claws81
7177
7178         * src/folder.[ch]
7179                 Add folder_item_move_to() function to move a 
7180                 folderitem into another one (updates matcher etc)
7181         * src/folderview.c
7182                 Add folder drag'n drop (context menu to come)
7183                 [Should be dataloss free, but Please backup before 
7184                  trying !]
7185
7186 2002-11-06 [colin]      0.8.5claws80
7187
7188         * src/mh.c
7189                 mh_create_folder() returns NULL if can't create
7190                 directory hierarchy
7191
7192 2002-11-06 [paul]       0.8.5claws79
7193
7194         * src/compose.[ch]
7195                 allow 'on-the-fly' changing of the type of encryption 
7196                 and/or signing used (mime/ascii) via the compose window
7197
7198 2002-11-06 [paul]       0.8.5claws78
7199
7200         * sync with 0.8.5cvs19
7201                 see ChangeLog 2002-11-06 for src/account.c: 
7202                 account_get_special_folder()
7203                 
7204 2002-11-05 [alfons]     0.8.5claws77
7205
7206         * src/crash.c
7207                 very minor cleanups: nothing to see here, move on. :-)
7208
7209 2002-11-05 [colin]      0.8.5claws76
7210
7211         * src/main.c
7212                 Changes choices if compose windows are opened to
7213                 Discard, Draft, Don't quit
7214
7215 2002-11-05 [thorsten]   0.8.5claws75
7216
7217         * src/compose.c
7218                 reenabled default_reply_to folder option
7219
7220 2002-11-05 [colin]      0.8.5claws74
7221
7222         * src/compose.[ch] 
7223                 add compose_draft()
7224         * src/crash.c
7225                 add SIGTERM handler
7226         * src/main.[ch]
7227                 add clean_quit() for the SIGTERM handler
7228
7229 2002-11-05 [paul]       0.8.5claws73
7230         
7231         * po/es.po
7232                 updated by Ricardo Mones Lastra
7233
7234 2002-11-05 [melvin]     0.8.5claws72
7235
7236         * src/logwindow.c
7237                 Fixed log-clipping bug #616795.
7238                 To stop logging in the log window use 0 length.
7239         * src/prefs_common.c
7240                 Added a label to inform about the 0 log length behaviour.
7241
7242 2002-11-05 [paul]       0.8.5claws71
7243
7244         * sync with 0.8.5cvs17
7245                 see ChangeLog 2002-11-05
7246
7247 2002-11-04 [paul]       0.8.5claws70
7248
7249         * sylpheed-128x128.png
7250           sylpheed-64x64.png
7251           sylpheed.png
7252                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7253                 <nikai@users.sourceforge.net>
7254                 
7255         * po/bg.po
7256                 updated by George Danchev
7257
7258 2002-11-03 [thorsten]   0.8.5claws69
7259
7260         * src/main.c
7261           src/mimeview.c
7262           src/rfc2015.h
7263                 add check if gpg is active
7264
7265 2002-11-03 [thorsten]   0.8.5claws68
7266
7267         * src/toolbar.h
7268                 removed GSList declaration causing trouble on MacOS-X
7269                 (submitted by alfons, reported by xfesty)
7270
7271 2002-11-01 [paul]       0.8.5claws67
7272
7273         * src/mainwindow.c
7274                 remove last remnants of main's filter code
7275
7276 2002-11-01 [paul]       0.8.5claws66
7277
7278         * tools/filter_conv.pl
7279                 fix bug where user-defined headers were ignored
7280
7281 2002-11-01 [paul]       0.8.5claws65
7282
7283         * src/logwindow.c
7284                 make a debug_print() not translatable
7285
7286 2002-10-31 [melvin]     0.8.5claws64
7287
7288         * ac/aspell.m4
7289                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7290                 not run any GNU/aspell test.  The dictionary path will
7291                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7292                 was given, in which case, it will be $prefix/lib/aspell/
7293         * configure.in
7294                 Fixed typo in commentary (Aspell code).
7295
7296 2002-10-31 [paul]       0.8.5claws63
7297
7298         * po/POTFILES.in
7299                 remove src/filter.c and src/prefs_filter.c
7300                 thanks to Ricardo for reminding me
7301
7302 2002-10-31 [colin]      0.8.5claws62
7303
7304         * src/mbox_folder.c
7305                 Plug some leaks
7306
7307 2002-10-31 [paul]       0.8.5claws61
7308
7309         * src/prefs_filter.[ch] ** REMOVED **
7310           src/filter.[ch]       ** REMOVED **
7311           
7312         * src/Makefile.am
7313           src/folderview.c
7314           src/inc.c
7315           src/main.c
7316           src/mainwindow.c
7317           src/mbox.c
7318           src/prefs_common.c
7319           src/prefs_filtering.c
7320           src/summaryview.[ch]
7321                 remove main's 'filter' code
7322                 
7323         README.claws
7324                 update to reflect removal of main's filter
7325
7326 2002-10-31 [paul]       0.8.5claws60
7327
7328         * src/summaryview.c
7329                 remove check for global_processing in summary_filter_open(). 
7330                 This fixes the bug where if the user uses the right-click 
7331                 'Create filter rule...' and doesn't have any filter rules 
7332                 already defined in claws' advanced filtering, the newly 
7333                 created filter rule goes to main's filtering which is 
7334                 inaccessible through the gui. Now the filter rule gets added
7335                 to claws' filtering by default.
7336
7337 2002-10-28 [melvin]     0.8.5claws59
7338
7339         * src/prefs_actions.c
7340                 Fixed bug #627322 where MIME parts were not always
7341                 correctly passed to a %p action
7342                 Display an error dialog when message filename is not found.
7343
7344 2002-10-28 [melvin]     0.8.5claws58
7345
7346         * src/prefs_common.c
7347                 Readded a missing function declaration lost in 0.8.3claws34
7348
7349 2002-10-28 [paul]       0.8.5claws57
7350
7351         * sync with 0.8.5cvs15
7352                 see ChangeLog 2002-10-28 and 2002-10-25
7353                 
7354         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7355
7356 2002-10-27 [oliver]     0.8.5claws56
7357
7358         * src/pop.c
7359                 plug leak in pop3_top_recv
7360
7361 2002-10-26 [christoph]  0.8.5claws55
7362
7363         * src/folder.c
7364                 set need_update folder flag when messages are added
7365                 (closes bug [ 626922 ] folder not updated after receiving)
7366
7367 2002-10-25 [melvin]     0.8.5claws54
7368
7369         * src/imageview.c
7370                 Fixed a memleak introduced in the scaling code.
7371
7372 2002-10-24 [alfons]     0.8.5claws53
7373
7374         * src/filtering.c
7375                 make filtering's forward message action forward from the 
7376                 correct account
7377                 (closes bug [628089 ] Filter -> Forward from address problem
7378                 reported by Oktay)
7379
7380 2002-10-24 [christoph]  0.8.5claws52
7381
7382         * src/mainwindow.c
7383         * src/manual.[ch]
7384                 o use manual of current locale or english if current
7385                   locale is not available (and english is available)
7386                 o also link to sylpheed doc project manuals
7387
7388 2002-10-23 [paul]       0.8.5claws51
7389
7390         * tools/README
7391           tools/kmail2sylpheed_v2.pl
7392                 add new version of kmail addressbook importer script.
7393                 works with newer versions of Kmail/KAddressBook which
7394                 have new and rearranged data.
7395
7396 2002-10-23 [martin]     0.8.5claws50
7397
7398         * src/folderview.c
7399         * src/summaryview.c
7400         * src/utils.h
7401         * src/utils.c
7402                 added length parameter to get_abbrev_newsgroup_name()
7403                 changed this function so that it abbreviates the newsgroup
7404                 names only so long it is smaller than the length parameter
7405                 (for better reading of some newsgroup names and space efficiency)
7406
7407 2002-10-22 [colin]      0.8.5claws49
7408
7409         *src/foldersel.c
7410                 Revert Alfons' last modification (after voting ;-))
7411
7412 2002-10-21 [alfons]     0.8.5claws48
7413
7414         * src/foldersel.c
7415                 folder view in folder selection dialog reflects state of
7416                 folder view in main window
7417
7418 2002-10-18 [alfons]     0.8.5claws47
7419
7420         * src/mbox.c
7421                 drop imported messages in folder selected by user,
7422                 and not in the inbox
7423                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7424
7425 2002-10-18 [alfons]     0.8.5claws46
7426
7427         * src/compose.c
7428                 make automagic reply work correctly for email accounts 
7429                 (whether it's viable to do a full sync with Hiro's 
7430                 compose.c is still under discussion)
7431
7432 2002-10-18 [melvin]     0.8.5claws45
7433
7434         * src/prefs_actions.c
7435                 Fixed bug #622275 where asynchroneous actions left 
7436                 zombies processes
7437                 Made (synchroneous) actions' input be displayed live.
7438
7439 2002-10-18 [christoph]  0.8.5claws44
7440
7441         * src/textview.c
7442                 don't add a newline in the textview in front of the
7443                 first textpart if header display is disabled
7444                 (closes bug [ 603385 ] disabled header display leaves blank
7445                  lin)
7446
7447 2002-10-18 [christoph]  0.8.5claws43
7448
7449         * src/folder.[ch]
7450         * src/imap.c
7451         * src/mbox_folder.c
7452         * src/mh.c
7453         * src/news.c
7454                 folder->get_num_list now returns an error code
7455                 (closes bug [ 609424 ] News cache cleared on failure)
7456                 
7457 2002-10-17 [colin]      0.8.5claws42
7458         
7459         * src/news.c
7460                 Changed a printf by debug_print
7461
7462 2002-10-16 [paul]       
7463
7464         * tools/OOo2sylpheed.pl
7465                 allow for spaces in the name of the
7466                 file to be attached.
7467
7468 2002-10-16 [colin]      0.8.5claws41
7469
7470         * src/main.c
7471                 Use a tristate to change online mode
7472
7473 2002-10-16 [paul]       0.8.5claws40
7474
7475         * po/es.po
7476                 updated by Ricardo Mones Lastra
7477
7478 2002-10-16 [colin]      0.8.5claws39
7479
7480         * src/main.c
7481           src/mainwindow.[ch]
7482                 Added --online and --offline command-line
7483                 switches
7484
7485 2002-10-15 [christoph]  0.8.5claws38
7486
7487         * src/procmime.c
7488                 set mimeinfo->name to NULL after g_free to
7489                 avoid double freeing with g_free
7490
7491 2002-10-14 [christoph]  0.8.5claws37
7492
7493         * src/compose.c
7494         * src/filtering.c
7495         * src/summaryview.c
7496                 remove calls to folder->change_flags that are now
7497                 done by procmsg flag functions (seems it is not
7498                 used by any foldertype anyway)
7499         * src/folder.c
7500                 init folder->change_flags with NULL
7501
7502 2002-10-14 [christoph]  0.8.5claws36
7503
7504         * src/folder.[ch]
7505         * src/imap.[ch]
7506                 use virtual functions for folder item new and destroy
7507                 functions
7508
7509 2002-10-14 [melvin]     0.8.5claws35
7510
7511         * src/compose.c
7512                 Added a test to not run the spell checker if no default
7513                 dictionary is available. No dialog is displayed though.
7514
7515 2002-10-14 [melvin]     0.8.5claws34
7516
7517         * src/gtkaspell.c
7518                 Fixed bug in dictionary list context menu where
7519                 "More..." pointed to an emtpy submenu if the
7520                 number of dictionaries is a multiple of 15
7521                 Removed unneeded code in suggestions list creation
7522
7523 2002-10-14 [paul]       0.8.5claws33
7524
7525         * po/bg.po
7526                 updated by George Danchev
7527
7528 2002-10-13 [hoa]        0.8.5claws32
7529
7530         * src/matcher.[ch]
7531           src/matcher_parser_parser.y
7532                 removed the escaped string from internal structure
7533                 of matcher.
7534
7535 2002-10-12 [colin]      0.8.5claws31
7536
7537         * src/gtksctree.[ch]
7538           src/summaryview.c
7539                 Removed useless function gtksctree_reanchor
7540
7541 2002-10-12 [alfons]     0.8.5claws30
7542         
7543         * sync with remaining main changes 2002-10-09 - 2002-10-11
7544         - drop changes to src/compose.c (requires claws specific changes)
7545         
7546 2002-10-12 [alfons]     0.8.5claws29
7547         
7548         * sync with main changes of 2002-10-08
7549         - drop changes to src/compose.c (requires claws specific changes)
7550         - drop changes to src/summaryview.c (requires changes to compose.c)     
7551
7552 2002-10-12 [alfons]     0.8.5claws28
7553         
7554         * sync with main changes of 2002-10-07
7555
7556 2002-10-12 [alfons]     0.8.5claws27
7557
7558         * sync with main changes of 2002-10-04
7559         - drop changes to src/compose.c (requires claws specific changes)
7560         - drop changes to src/prefs_folder_item.c (claws implementation
7561           seems to be working)
7562
7563 2002-10-12 [colin]      0.8.5claws26
7564
7565         * src/mainwindow.c
7566                 Fix folder-flicker when space-reading, introduced 
7567                 in claws22.
7568
7569 2002-10-12 [colin]      0.8.5claws25
7570
7571         * src/compose.c
7572                 Save account address when saving as draft.
7573                 (closes bug 621838)
7574
7575 2002-10-12 [colin]      0.8.5claws24
7576
7577         * src/summaryview.c
7578                 Fix the problem consisting of no message selected
7579                 after the last message in a folder has been moved.
7580
7581 2002-10-12 [paul]       0.8.5claws23
7582
7583         * src/compose.c
7584           src/prefs_template.c
7585           src/template.[ch]
7586                 add Cc and Bcc to templates. Patch submitted by
7587                 John L. Males.
7588
7589 2002-10-12 [colin]      0.8.5claws22
7590
7591         * src/folderview.c
7592                 Fix a bug after "Check for new messages":
7593                 If a folder was opened, it was still selected at
7594                 the end of the check, but displayed empty.
7595         * src/mainwindow.c
7596                 Remove unnecessary check
7597
7598 2002-10-12 [paul]
7599
7600         * tools/README
7601                 be more verbose in the description of
7602                 OOo2sylpheed.pl
7603                 
7604
7605 2002-10-11 [colin]      0.8.5claws21
7606
7607         * src/mainwindow.c
7608                 Make space work (better) when no mail is selected
7609
7610 2002-10-11 [colin]      0.8.5claws20
7611
7612         * src/inc.c
7613           src/news.c
7614                 fix warnings
7615
7616 2002-10-11 [colin]      0.8.5claws19
7617
7618         * src/mainwindow.c
7619                 revert 0.8.5claws6 changes as i couldn't get to
7620                 anything satisfying
7621
7622 2002-10-11 [melvin]     0.8.5claws18
7623
7624         * src/compose.c
7625                 Removed buggy and unused macro (should have been committed in
7626                 0.8.5claws17)
7627
7628 2002-10-11 [melvin]     0.8.5claws17
7629
7630         * src/compose.c
7631                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7632
7633 2002-10-11 [thorsten]   0.8.5claws16 
7634
7635         * src/folderview.c
7636                 remove rescan warning
7637
7638 2002-10-11 [colin]      0.8.5claws15 
7639
7640         * src/procheader.c
7641                 fix a segfault that happens if conv_unmime_header
7642                 fails (should be better to find out why it fails)
7643
7644 2002-10-11 [christoph]  0.8.5claws14
7645
7646         * src/summaryview.c
7647                 update folderview stats after ignore/unignore thread
7648
7649 2002-10-11 [hoa]        0.8.5claws13
7650
7651         * src/quote_fmt_parse.y
7652                 Fixed a yacc/bison syntax error
7653         * src/matcher.c
7654                 Escaping of string is fixed.
7655
7656 2002-10-11 [colin]      0.8.5claws12
7657
7658         * src/imageview.c
7659                 Resize images to fit
7660
7661 2002-10-11 [paul]       0.8.5claws11
7662
7663         * po/es.po
7664                 updated by Ricardo Mones Lastra
7665
7666 2002-10-10 [alfons]     0.8.5claws10
7667
7668         * src/compose.c
7669                 allow dropping files by "moving" files from a file manager,
7670                 not only by the more cumbersome "copying". the latter 
7671                 mostly implies holding down the Control button
7672
7673 2002-10-10 [christoph]  0.8.5claws9
7674
7675         * src/summaryview.c
7676                 update folders after thread building for ignored threads
7677
7678 2002-10-10 [christoph]  0.8.5claws8
7679
7680         * config/.cvsignore
7681                 added Makefile
7682         * src/filtering.[ch]
7683         * src/folder.[ch]
7684         * src/folderview.[ch]
7685         * src/import.c
7686         * src/inc.[ch]
7687         * src/mbox.[ch]
7688         * src/procmsg.c
7689         * src/summaryview.[ch]
7690                 o added new flag need_update to FolderItem
7691                 o removed folder_table from various functions from tracking
7692                   folder updates
7693                 o set need_update flags in folder.c's move, copy and delete
7694                   functions and procmsg's flags functions
7695                 o added function folderview_update_items_when_required that
7696                   updates all folders with need_update set
7697                 o call folderview_update_items_when_required instead of
7698                   folderview_update_item_foreach
7699
7700 2002-10-09 [sergey]     0.8.5claws7
7701
7702         * src/compose.c
7703                 Strip CRs whel loading the text into editor in reedit mode.
7704
7705 2002-10-09 [colin]      0.8.5claws6
7706
7707         * src/mainwindow.c
7708                 Make Space work when no mail is selected
7709
7710 2002-10-09 [colin]      0.8.5claws5
7711
7712         * src/gtksctree.[ch]
7713                 Fix range_select
7714                 Add gtk_sctree_reanchor() 
7715         * src/summaryview.c
7716                 Use gtk_sctree_reanchor() - better fix for 
7717                 bug 60413
7718
7719 2002-10-09 [colin]      0.8.5claws4
7720
7721         * src/summaryview.c
7722                 Fix shift-click select after delete problem
7723                 (closes bug 60413)
7724
7725 2002-10-08 [thorsten]   0.8.5claws3
7726
7727         * src/summaryview.c
7728                 exclude current msg from -hide read messages-
7729
7730 2002-10-08 [colin]      0.8.5claws2
7731
7732         * src/inc.[ch]
7733           src/pop.c
7734           src/recv.c
7735                 Differentiate socket errors from disk full
7736                 errors
7737
7738 2002-10-08 [christoph]  0.8.5claws1
7739
7740         * Makefile.am
7741         * configure.in
7742                 modifications for new config directory
7743
7744         * config.guess  ** REMOVED **
7745         * config.sub    ** REMOVED **
7746         * install-sh    ** REMOVED **
7747         * ltmain.sh     ** REMOVED **
7748         * missing       ** REMOVED **
7749         * mkinstalldirs ** REMOVED **
7750                 these files are autogenerated by automake
7751                 when you run autogen.sh
7752
7753         * config/.cvsignore     ** NEW FILE **
7754         * config/Makefile.am    ** NEW FILE **
7755                 ignore autogenerated files
7756                 create a Makefile in this directory
7757
7758 2002-10-08 [paul]       0.8.5claws
7759
7760         * 0.8.5claws release
7761         
7762         * src/compose.c
7763           src/procheader.c
7764           src/procmsg.c
7765                 fix quote reply format for newsgroups reply bug
7766                 (thanks to Hoa)
7767                 
7768         * po/en_GB.po
7769           po/pl.po
7770                 updated by me and Witold Wladyslaw Wojciech Wilk
7771                 repectively
7772
7773 2002-10-07 [paul]       0.8.3claws53
7774
7775         * po/it.po
7776           po/pt_BR.po
7777           po/sr.po
7778                 updated messages catalogs, submitted by
7779                 Alessandro Maestri, Fabio Jr.Beneditto 
7780                 and Urke MMI, respectively.
7781
7782 2002-10-07 [christoph]  0.8.3claws52
7783
7784         * src/folder.[ch]
7785         * src/folderview.c
7786         * src/mainwindow.c
7787                 fix new folder ghost message bug
7788                 (closes bug [ 619722 ] wrong count for newly created folders)
7789
7790 2002-10-07 [christoph]  0.8.3claws51
7791
7792         * src/compose.c
7793                 fix news posting problem
7794
7795 2002-10-07 [melvin]     0.8.3claws50
7796
7797         * po/fr.po
7798                 Updated French translation
7799
7800 2002-10-05 [christoph]  0.8.3claws49
7801
7802         * src/gtkstext.c
7803                 check if line_start_cache is set in gtk_stext_update_text
7804                 (closes bug [ 618119 ] crash while doing search in folder)
7805
7806 2002-10-05 [christoph]  0.8.3claws48
7807
7808         * src/imap.c
7809         * src/news.c
7810         * src/utils.c
7811         * src/utils.h
7812                 implement cache cleanups for claws' folder system
7813                 (closes bug [ 595916 ] imapcache not cleaned up)
7814
7815 2002-10-05 [melvin]     0.8.3claws47
7816
7817         * src/prefs_actions.c
7818                 Made the help text more clear for the %p token
7819
7820 2002-10-04 [paul]       0.8.3claws46
7821
7822         * sync with 0.8.5
7823                 see ChangeLog 2002-10-02 and 2002-10-03
7824
7825 2002-10-04 [christoph]  0.8.3claws45
7826
7827         * src/inc.c
7828                 fix segfault caused by pop before smtp
7829                 call to inc_account_mail with NULL
7830                 pointer for mainwin
7831
7832 2002-10-04 [paul]       0.8.3claws44
7833
7834         * configure.in
7835                 sync the LDAP detection from 0.8.5cvs1
7836
7837 2002-10-02 [christoph]  0.8.3claws43
7838
7839         * po/de.po
7840                 fix small spelling error
7841
7842 2002-10-02 [melvin]     0.8.3claws42
7843
7844         * ac/aspell.m4
7845                 Behave better and say "no" when test program cannot be run.
7846
7847 2002-10-02 [paul]       0.8.3claws41
7848
7849         * sync with 0.8.4cvs1
7850                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7851                 
7852         * src/summaryview.c
7853                 toggle the behavior of Reply menuitem between
7854                 normal reply and reply-to-list
7855
7856 2002-10-01 [sergey]     0.8.3claws40
7857
7858         * src/compose.c
7859                 Convert newlines in the message text to the canonical form
7860                 before base64 encoding (RFC2045 compliance, fixes some
7861                 interoperability issues with Evolution 1.0.3)
7862
7863 2002-09-29 [colin]      0.8.3claws39
7864
7865         * src/summaryview.c
7866                 Fix an unwanted copy/paste
7867
7868 2002-09-29 [colin]      0.8.3claws38
7869
7870         * src/mainwindow.c
7871                 Renamed "Custom toolbar" to "Customize toolbar"
7872                 Renamed "Show all header" to "Show all headers"
7873                 Renamed "Set diplay item" to "Set displayed items"
7874         * src/prefs_common.c
7875                 Renamed "Show all header" to "Show all headers"
7876         * src/prefs_summary_column.c
7877                 Renamed "diplay item" to "displayed items"
7878
7879 2002-09-29 [colin]      0.8.3claws37
7880
7881         * src/mainwindow.[ch]
7882                 online/offline status pixmaps follow theme
7883                 changes
7884         * src/summaryview.[ch]
7885                 quicksearch pixmap follows theme changes
7886
7887 2002-09-29 [thorsten]   0.8.3claws36
7888
7889         * src/compose.c
7890           src/prefs_folder_item.[ch]
7891                 add default_reply_to folder option (closes patch 581044)
7892
7893 2002-09-29 [christoph]  0.8.3claws35
7894
7895         * acconfig.h    ** REMOVED **
7896         * configure.in
7897         * ac/aspell.m4
7898         * ac/check-type.m4
7899         * ac/gnupg-check-typedef.m4
7900                 fix autoheader 2.50 warning
7901
7902 2002-09-29 [christoph]  0.8.3claws34
7903
7904         * major code cleanup (part 2)
7905         
7906                 - unused variables removed
7907                 - unused functions removed
7908                 - uninitialized variables checked
7909                 - missing return statements added
7910                 - missing function return types added
7911                 - added parentheses around assignment
7912                   when suggested by gcc
7913
7914 2002-09-29 [alfons]     0.8.3claws33
7915
7916         * src/logwindow.c
7917                 log_window_clear(): only bracket gtk_text_forward_delete() 
7918                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7919                 works around GTK text bug)
7920
7921 2002-09-29 [paul]       0.8.3claws32
7922
7923         * po/bg.po
7924           po/sr.po
7925                 updated by George Danchev and Urke MMI
7926                 respectively
7927
7928 2002-09-27 [christoph]  0.8.3claws31
7929
7930         * doc-src/readme.txt
7931         * doc-src/rfc1806.txt   ** REMOVED **
7932         * doc-src/rfc2183.txt   ** NEW FILE **
7933         * doc-src/rfc2980.txt   ** NEW FILE **
7934                 update rfcs
7935
7936 2002-09-27 [melvin]     0.8.3claws30
7937
7938         * ac/aspell.m4
7939                 Fixed typo which could break linking
7940
7941 2002-09-27 [melvin]     0.8.3claws29
7942
7943         * ac/aspell.m4
7944                 Improved GNU/aspell checking. 
7945                 Fixed bug #614490
7946
7947 2002-09-27 [paul]       0.8.3claws28
7948
7949         * sync with 0.8.3cvs8
7950                 see ChangeLog 2002-09-27
7951
7952 2002-09-26 [colin]      0.8.3claws27
7953
7954         * src/toolbar.[ch]
7955           src/mainwindow.[ch]
7956                 Add "Reply to Mailing-list" to the toolbar
7957
7958 2002-09-26 [christoph]  0.8.3claws26
7959
7960         * src/summaryview.c
7961                 Fix wrong message counts in summaryview status
7962
7963 2002-09-26 [paul]       0.8.3claws25
7964
7965         * sync with 0.8.3cvs7
7966                 see ChangeLog 2002-09-26
7967
7968 2002-09-26 [paul]       0.8.3claws24
7969
7970         * sync with 0.8.3cvs6
7971                 see ChangeLog 2002-09-25
7972
7973 2002-09-25 [christoph]  0.8.3claws23
7974
7975         * src/prefs_common.c
7976         * src/prefs_folder_item.c
7977         * src/prefs_scoring.c
7978                 Renamed "kill score" to "hide score" in GUI
7979                 and prefs files
7980
7981 2002-09-25 [paul]       0.8.3claws22
7982
7983         * sync with 0.8.3cvs5
7984                 see ChangeLog 2002-09-24
7985
7986 2002-09-24 [alfons]     0.8.3claws21
7987
7988         patch by Satoshi Nagayasu: allows appending / saving multiple 
7989         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7990         'Save as ...'")
7991
7992         * AUTHORS
7993                 add Satoshi Nagayasu
7994         * src/summaryview.c
7995                 summary_save_as(): allow saving selected files to
7996                 one file
7997                 summary_set_menu_sensitive: enable "Save As..." when
7998                 multiple files are selected
7999         * src/utils.[ch]
8000                 append_file(): new function
8001
8002 2002-09-24 [colin]      0.8.3claws20
8003
8004         * src/procmime.c
8005                 Fix segfault when mimeinfo doesn't have a 
8006                 content_type. 
8007
8008 2002-09-24 [colin]      0.8.3claws19
8009
8010         * src/prefs_common.[ch]
8011                 Add a preference to display send dialog or not
8012         * src/send.c
8013                 Display send dialog according to preference
8014
8015 2002-09-24 [colin]      0.8.3claws18
8016
8017         * src/compose.[ch]
8018                 Disable user actions when sending
8019
8020 2002-09-24 [colin]      0.8.3claws17
8021
8022         * src/procmime.c
8023                 Do not display name or filename for attachments
8024                 with an application/pgp-signature type
8025                 (security flaw, see bug 537413)
8026
8027 2002-09-23 [colin]      0.8.3claws16
8028
8029         * src/editaddress.c
8030                 Initialize entry_email, entry_alias and 
8031                 entry_remarks to first email address of the list
8032
8033 2002-09-23 [colin]      0.83claws15
8034
8035         * src/compose.c
8036                 Drop pgp-signature when reediting a signed queued
8037                 message
8038
8039 2002-09-23 [melvin]     0.8.3claws14
8040
8041         * po/fr.po
8042                 Updated French translation
8043
8044 2002-09-23 [melvin]     0.8.3claws13
8045
8046         * src/mainwindow.c
8047                 Made custom toolbar menu labels more consistent
8048         * src/prefs_toolbar.c
8049                 Made custom toolbar window title more consistent
8050
8051 2002-09-22 [colin]      0.8.3claws12
8052
8053         * src/inc.c
8054                 Initialize session type to normal before getting 
8055                 mail (fixes strange Get behaviour)
8056         * src/prefs_account.h
8057                 Move STYPE_POP_BEFORE_SMTP to last position to 
8058                 avoid other side-effects
8059
8060 2002-09-22 [colin]      0.8.3claws11
8061
8062         * src/prefs_account.c
8063                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8064                 from pop3 to apop or vice-versa
8065
8066 2002-09-22 [colin]      0.8.3claws10
8067         
8068         * src/prefs_account.[ch]
8069                 Add an option for the POP before SMTP timeout
8070         * src/inc.c
8071                 Remember time of last POP connection
8072         * src/send.c
8073                 Do POP before SMTP only if timeout reached
8074
8075 2002-09-22 [oliver]     0.8.3claws9
8076         
8077         * README.claws
8078                 explain custom toolbar
8079
8080 2002-09-22 [oliver]     0.8.3claws8
8081
8082         * src/prefs_actions.[ch]
8083         custom toolbar for compose      
8084                 actions callback from compose toolbar
8085         * src/folderview.c
8086                 remove include toolbar.h
8087
8088 2002-09-22 [oliver]     0.8.3claws7
8089         
8090         * src/prefs_toolbar.[ch]
8091                 custom toolbar for compose
8092                 - generic prefs_toolbar handles both
8093                   Mainwin's toolbar as well as Compose toolbar          
8094
8095 2002-09-22 [oliver]     0.8.3claws6
8096         
8097         * src/toolbar.[ch]
8098                 custom toolbar for compose
8099                 restructure toolbar.[ch]
8100
8101 2002-09-22 [oliver]     0.8.3claws5
8102
8103         * src/compose.[ch]
8104                 custom toolbar for compose
8105
8106 2002-09-22 [oliver]     0.8.3claws4
8107         
8108         * src/mainwindow.[ch]
8109                 custom toolbar for compose 
8110                 move mainwin toolbar back to mainwindow
8111
8112 2002-09-22 [alfons]     0.8.3claws3
8113
8114         * src/procmsg.c
8115                 :%sno/if(/if (/gc
8116                 :%sno/for(/for (/gc
8117                 (beautify)
8118
8119 2002-09-22 [alfons]     0.8.3claws2
8120         
8121         * src/procmsg.c
8122                 procmsg_save_to_outbox(): don't unlink message file from queue;
8123                 callers should do it using folder_item_remove_msg()
8124
8125 2002-09-22 [colin]      0.8.3claws1
8126
8127         * src/mimeview.[ch]
8128                 Made mimeview_check_signature() public
8129         * src/textview.c
8130                 Made GPG signatures verifiable by clicking
8131                 the [application/pgp-signature] in the Text
8132                 view
8133
8134 2002-09-22 [paul]       0.8.3claws
8135
8136         * po/bg.po
8137           po/en_GB.po
8138           po/es.po
8139           po/it.po
8140           po/pl.po
8141           po/pt_BR.po
8142           po/sr.po
8143                 updated translations, submitted by George Danchev,
8144                 me, Ricardo Mones Lastra, Alessandro Maestri,
8145                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8146                 and Urke MMI, respectively.     
8147
8148 2002-09-22 [alfons]     0.8.2claws65
8149
8150         * src/procmsg.c
8151         * src/pgptext.c
8152                 no furry valgrinds have been used to plug these memleaks
8153
8154 2002-09-20 [paul]       0.8.2claws64
8155
8156         * sync with 0.8.3cvs4
8157                 'Select thread' re-implemented 
8158                 see ChangeLog 2002-09-20
8159
8160 2002-09-21 [alfons]     0.8.2claws63
8161
8162         * src/compose.c
8163                 compose_send(): plug unnoticed memleak
8164
8165 2002-09-20 [alfons]     0.8.2claws62
8166
8167         * src/addr_compl.c
8168                 replace_address_in_edit(): strict check for NULL address to
8169                 fix "[ 607348 ] Segfault in address completion". My guess is
8170                 that this happens with an empty address book, but it's good
8171                 to have this check here anyway
8172                 
8173                 completion_window_button_press(): free string returned 
8174                 from the internal cache
8175
8176 2002-09-20 [christoph]  0.8.2claws61
8177
8178         * src/procmime.h
8179                 added ENC_BINARY to EncodingType
8180         * src/procmime.c
8181                 the string returned by procmime_get_encoding_str
8182                 should not depend on the order of values in the
8183                 EncodingType definition
8184         * doc-src/rfc1806.txt   ** NEW FILE **
8185                 Added rfc1806 about MIME Content-Disposition
8186                 Extension
8187
8188 2002-09-19 [paul]       0.8.2claws60
8189
8190         * sync with 0.8.2cvs3
8191                 see ChangeLog 2002-09-19
8192
8193 2002-09-19 [paul]       0.8.2claws59
8194
8195         * src/prefs_folder_item.c
8196                 revert to Darko's original alignment of colour
8197                 selector button
8198                 add a colon to folder_color label
8199                 
8200         * src/compose.c
8201                 add Colin's patch (with Hiro's modifications) to 
8202                 force BASE64 encoding for 8-bit text when signing
8203                 (sync with 0.8.3cvs2)
8204
8205 2002-09-18 [alfons]     0.8.2claws58
8206
8207         * src/compose.c
8208                 :%sno/if(/if (/gc
8209                 :%sno/for(/for (/gc
8210                 (beautify a little bit)
8211
8212 2002-09-18 [christoph]  0.8.2claws57
8213
8214         * src/pine.c
8215                 fix handling of fgetc return value
8216
8217 2002-09-17 [alfons]     0.8.2claws56
8218         
8219         * src/summaryview.c
8220                 summary_sort(): check non-NULL summaryview->folder_item when no 
8221                 folder is selected at all
8222                 (closes "[ 610344 ] sort label make syl Crash")
8223
8224 2002-09-17 [alfons]     0.8.2claws55
8225         
8226         * src/compose.c
8227                 beautify a little bit
8228
8229 2002-09-17 [christoph]  0.8.2claws54
8230
8231         * src/folder.c
8232                 initialize max values for cache and folder
8233                 when cache or folder is empty
8234
8235 2002-09-15 [colin]      0.8.2claws53
8236
8237         * src/compose.c
8238                 Fix a leak (thanks Alfons!) and cleaned
8239                 variables names for custom headers
8240
8241 2002-09-15 [colin]      0.8.2claws52
8242
8243         * src/compose.c
8244                 Fix custom headers recognition when
8245                 prefs_common.trans_hdr is on
8246
8247 2002-09-15 [colin]      0.8.2claws51
8248
8249         * src/compose.c
8250                 Allow dynamically-added custom headers
8251                 Yet not reparsed if reedited
8252
8253 2002-09-15 [alfons]     0.8.2claws50
8254
8255         * src/prefs_account.c
8256                 fix warnings
8257
8258 2002-09-15 [colin]      0.8.2claws49
8259         
8260         * src/prefs_account.c
8261                 fix pop_before_smtp sensitivity
8262
8263 2002-09-15 [colin]      0.8.2claws48
8264
8265         * src/inc.[ch]
8266                 add inc_pop_before_smtp()
8267                 allow MainWindow to be undefined in 
8268                 inc_account_mail() and inc_start()
8269         * src/pop.c
8270           src/prefs_account.h
8271                 add STYPE_POP_BEFORE_SMTP session type
8272         * src/prefs_account.c
8273                 activated pop before smtp option
8274         * src/send.c
8275                 do pop before smtp if the relevant option 
8276                 is set
8277
8278 2002-09-15 [paul]       0.8.2claws47
8279
8280         * sync with 0.8.3
8281                 see ChangeLog 2002-09-15
8282
8283 2002-09-14 [paul]       0.8.2claws46
8284
8285         * po/bg.po
8286                 updated Bulgarian translation, submitted by
8287                 George Danchev
8288
8289 2002-09-13 [paul]       0.8.2claws45
8290
8291         * src/compose.c
8292                 merge claws' select_account() with main's
8293                 (new) compose_select_account(). [sync with
8294                 0.8.2cvs15, see ChangeLog 2002-09-11]
8295
8296 2002-09-12 [christoph]  0.8.2claws44
8297
8298         * src/filter.c
8299                 allocate 1 elements of FolderItem not 0
8300
8301 2002-09-12 [colin]      0.8.2claws43
8302
8303         * src/compose.c
8304                 Fix bug #590825 (obey Follow-up: poster)
8305
8306 2002-09-12 [colin]      0.8.2claws42
8307
8308         * src/procmime.c
8309                 Fix bug #557009 (wrong headers for messages 
8310                 forwarded as attachments)
8311
8312 2002-09-11 [colin]      0.8.2claws41
8313         
8314         * src/compose.c
8315                 Put SCF: pseudo-header on top of message
8316                 Set draft tmp_flag when saved as draft
8317
8318         * src/procmsg.c
8319           src/procheader.c
8320                 Skip after first \n\n for beginning of real message
8321                 for drafts too
8322
8323 2002-09-11 [christoph]  0.8.2claws40
8324
8325         * src/filtering.c
8326                 use procmsg flag functions in filtering or processing
8327                 will cause incorrect folder message counts
8328
8329 2002-09-11 [colin]      0.8.2claws39
8330
8331         * src/compose.c
8332                 Fix bug #550175 - wrong save folder when reediting
8333                 drafts
8334
8335 2002-09-11 [paul]       0.8.2claws38
8336
8337         * sync with 0.8.2cvs14
8338                 see ChangeLog 2002-09-11
8339
8340 2002-09-11 [colin]      0.8.2claws37
8341
8342         * src/folder.c
8343                 Fix a typo (seeming to cause new/unread status to
8344                 be lost)
8345
8346 2002-09-10 [christoph]  0.8.2claws36
8347
8348         * src/compose.c
8349                 compose_redirect should not use compose_generic_new
8350                 because that does more stuff than expected including
8351                 opening the external editor
8352                 (closes bug "[ 526608 ] bounced messages appear blank
8353                  in editor")
8354
8355 2002-09-10 [christoph]  0.8.2claws35
8356
8357         * src/folder.c
8358                 fix problem with too large message number range
8359                 causing a crash in folder_item_scan
8360
8361 2002-09-10 [paul]       0.8.2claws34
8362
8363         * sync with 0.8.2cvs13
8364                 see ChangeLog 2002-09-10
8365
8366 2002-09-10 [christoph]  0.8.2claws33
8367
8368         * src/msgcache.c
8369                 set MsgInfo TmpFlags for queue and draft folders
8370                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8371
8372 2002-09-10 [paul]       0.8.2claws32
8373
8374         * AUTHORS
8375           po/bg.po      ** NEW FILE **
8376                 new Bulgarian translation submitted by
8377                 George Danchev <danchev@spnet.net>
8378                 
8379         * tools/Makefile.am
8380           tools/README
8381           tools/tb2sylpheed     ** NEW FILE **
8382                 add script that converts an addressbook exported
8383                 from The Bat! into a Sylpheed addressbook. Submitted
8384                 by Urke MMI <urke-kg@eunet.yu>
8385
8386 2002-09-10 [paul]       0.8.2claws31
8387
8388         * sync with 0.8.2cvs12
8389                 see ChangeLog 2002-09-10
8390
8391 2002-09-06 [paul]       0.8.2claws30
8392
8393         * src/prefs_common.c
8394                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8395                 
8396         * tools/Makefile.am
8397           tools/README
8398           tools/ldif-to-xml.py  ** REMOVED **
8399                 remove obsolete python script
8400
8401 2002-09-06 [paul]       0.8.2claws29
8402
8403         * sync with 0.8.2cvs10
8404                 see ChangeLog 2002-09-06
8405
8406 2002-09-04 [paul]       0.8.2claws28
8407
8408         * sync with 0.8.2cvs9
8409                 see ChangeLog 2002-08-04
8410
8411 2002-09-04 [colin]      0.8.2claws27 
8412
8413         * src/prefs_common.[ch]
8414                 Added signature color configuration
8415         * src/textview.c
8416                 Use user-specified signature color
8417
8418 2002-09-03 [colin]      0.8.2claws26
8419
8420         * src/prefs_common.[ch]
8421                 Added autosave and autosave_length prefs
8422         * src/compose.c
8423                 Added compose_remove_draft()
8424                 Auto-save drafts according to the prefs
8425         * src/main.c
8426                 Added a crash-indicator file, allowing to check
8427                 for new messages on startup if Sylpheed crashed
8428                 (makes saved drafts "reappear")
8429
8430 2002-09-03 [colin]      0.8.2claws25
8431
8432         * src/textview.[ch]
8433                 Grey the signature
8434
8435 2002-09-03 [paul]       0.8.2claws24
8436
8437         * sync with 0.8.2cvs8
8438                 see ChangeLog 2002-09-02 and 2002-09-03
8439
8440 2002-09-03 [darko]      0.8.2claws23
8441
8442         * src/folderview.c
8443                 use normal style when creating new folder to pick
8444                 proper font size 
8445
8446 2002-09-02 [melvin]     0.8.2claws22
8447
8448         * src/gtkaspell.m4
8449                 removed some obsolete code
8450
8451 2002-09-02 [melvin]     0.8.2claws21
8452
8453         * ac/aspell.m4
8454                 fixed test's equality sign (== to =)
8455
8456 2002-09-02 [alfons]     0.8.2claws20
8457
8458         * src/folder.c
8459         * src/mh.c
8460                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8461                 as folder->destroy virtual as suggested by Hiro
8462                 (the mh.c code seems to have been lost around mh.c.1.21)
8463
8464 2002-09-02 [paul]       0.8.2claws19
8465
8466         * po/pt_BR.po
8467                 updated by Fabio Jr. Beneditto
8468                 
8469         * src/defs.h
8470                 use 'http://claws.sylpheed.org' for homepage link. 
8471                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8472
8473 2002-09-01 [alfons]     0.8.2claws18
8474
8475         * src/mh.c
8476                 plug memleak related to one Martin Kluge found
8477
8478 2002-08-31 [paul]       0.8.2claws17
8479
8480         * sync with 0.8.2cvs6
8481                 see ChangeLog 2002-08-30
8482
8483 2002-08-31 [alfons]     0.8.2claws16
8484
8485         * src/folder.c
8486                 folder_destroy(): remove mailbox from folderlist even if it has
8487                 no destroy virtual
8488
8489 2002-08-31 [alfons]     0.8.2claws15
8490
8491         * src/folder.c
8492                 :%sno/if(/if (/gc
8493                 :%sno/for(/for (/gc
8494                 (being pedantic I know)
8495
8496 2002-08-31 [alfons]     0.8.2claws14
8497
8498         * src/folder.c
8499                 check for NULL pointers returned from folder->fetch_msginfo virtual
8500                 (should solve some reported crashes)
8501
8502 2002-08-30 [alfons]     0.8.2claws13
8503
8504         * acconfig.h
8505         * configure.in
8506         * src/crash.c
8507                 enable crash dialog on compilation time
8508                 (--enable-crash-dialog configure option)
8509
8510 2002-08-30 [alfons]     0.8.2claws12
8511
8512         * AUTHORS
8513                 add Martin Kluge
8514         * src/mh.c
8515                 apply memory leak plug patch by Martin Kluge
8516                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8517                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8518                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8519
8520 2002-08-30 [darko]      0.8.2claws11
8521
8522         * src/folderview.c
8523                 copy Gtk style from normal style to match
8524                 font size for coloured folders
8525
8526 2002-08-29 [alfons]     0.8.2claws10
8527
8528         * sylpheed.desktop
8529                 Type=Internet <- Type=Application
8530                 (reported by Michael Schwendt, see:
8531                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8532                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8533
8534 2002-08-29 [paul]       0.8.2claws9
8535
8536         * sync with 0.8.2cvs5
8537                 see ChangeLog 2002-08-29
8538
8539 2002-08-29 [colin]      0.8.2claws8
8540
8541         * src/summaryview.c
8542                 Added a sanity check in summary_select_thread
8543                 Should fix bug 601605
8544
8545 2002-08-29 [colin]      0.8.2claws7
8546
8547         * src/main.c
8548                 Revert claws6 changes regarding bug #591676
8549
8550 2002-08-28 [colin]      0.8.2claws6
8551         
8552         * src/main.c
8553                 Ignore cache for queue folderitems
8554                 Fix bug #591676
8555
8556 2002-08-28 [melvin]     0.8.2claws5
8557
8558         * README.claws
8559                 Fixed typos.
8560
8561 2002-08-28 [melvin]     0.8.2claws4
8562
8563         * README.claws
8564                 Updated a bit the text concerning the spell checker
8565
8566 2002-08-28 [melvin]     0.8.2claws3
8567
8568         Merged the GNU_aspell_branch:
8569                 Support of new GNU/aspell is now included and the old pspell
8570                 is not supported anymore.
8571                 See README.claws
8572
8573         * README.claws
8574                 Updated spell checker text to reflect the switch to GNU/aspell
8575
8576         * ac/aspell.m4          *** NEW ***
8577         * src/gtkaspell.[ch]    *** NEW *** 
8578         * ac/pspell.m4          *** DELETED *** 
8579         * src/gtkspell.[ch]     *** DELETED ***
8580
8581         * ac/Makefile.am
8582                 Updated for GNU/aspell support
8583
8584         * po/POTFILES.in
8585                 Replaced gtkspell.c by gtkaspell.c
8586
8587         * acconfig.h
8588         * src/Makefile.am
8589         * src/about.c
8590         * src/compose.[ch]
8591         * src/crash.c
8592         * src/main.c
8593         * src/prefs_common.[ch]
8594                 Updated for GNU/aspell support
8595
8596 2002-08-28 [paul]       0.8.2claws2
8597
8598         * sync with 0.8.2cvs4
8599                 see ChangeLog 2002-08-27 and 2002-08-28
8600
8601 2002-08-28 [colin]      0.8.2claws1
8602
8603         * src/summary_search.c
8604                 Added "AND search"
8605
8606 2002-08-28 [jens]       0.8.2claws
8607
8608         *po/de.po
8609                 Updated German translations
8610
8611 2002-08-27 [melvin]     0.8.2claws
8612
8613         * po/fr.po
8614                 Updated French translations
8615
8616 2002-08-27 [paul]       0.8.2claws
8617
8618         * sync with 0.8.2 main release
8619
8620         * po/en_GB.po
8621           po/es.po
8622           po/it.po
8623           po/pl.po
8624           po/pt_BR.po
8625           po/sr.po
8626                 updated message catalogs submitted by
8627                 Ricardo Mones Lastra, Alessandro Maestri,
8628                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8629                 Beneditto and Urke MMI  
8630
8631 2002-08-27 [hoa]        0.8.1claws123
8632
8633         * src/mainwindow.[ch]
8634         * src/summaryview.[ch]
8635                 removed the "filter setting" menu option.
8636                 add a "cancel a news message" menu option.
8637
8638 2002-08-26 [martin]     0.8.1claws122
8639
8640         * ChangeLog.claws
8641                 changed string under 0.8.1claws79 changed by myself
8642                 i'm sorry alfons :(
8643
8644 2002-08-26 [martin]     0.8.1claws121
8645
8646         * src/crash.c
8647                 added kill command to debuggerrc to start crash dialog
8648
8649 2002-08-26 [paul]       0.8.1claws120
8650
8651         * sync with 0.8.1cvs31
8652                 see ChangeLog 2002-08-26
8653
8654 2002-08-25 [alfons]     0.8.1claws119
8655
8656         * src/procmsg.c
8657                 fix bug that didn't send out correct headers to news server
8658                 when sending news article and email from queue (bug reported
8659                 and patch provided by Tim Mann; closes bug 
8660                 "[ 583196 ] 0.7.8claws can't post news")
8661
8662 2002-08-25 [alfons]     0.8.1claws118
8663
8664         * src/selective_download.c
8665                 mark two strings as translatable
8666                 (thanks to Urke MMI for pointing this out)
8667
8668 2002-08-25 [alfons]     0.8.1claws117
8669
8670         * src/summaryview.c
8671                 treat sent boxes as special and allow sorting them by addressee
8672                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8673                 submitted by Steve Lamb)
8674
8675 2002-08-24 [alfons]     0.8.1claws116
8676
8677         * src/matcher.c
8678                 fix memleak reported by Martin Kluge
8679                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8680
8681 2002-08-24 [oliver]     0.8.1claws115
8682
8683         * src/prefs_toolbar.c
8684                 o code cleanup as suggested by Alfons
8685                 o memleak fix
8686
8687 2002-08-24 [alfons]     0.8.1claws114
8688
8689         * src/summaryview.c
8690                 o fix another memory leak reported by Martin Kluge
8691                   (see "[ 599568 ] Small Memory Leak")
8692                 o remove 'from' variable from 'summary_set_header()'; we can
8693                   do with just 'to' 
8694
8695 2002-08-24 [paul]       0.8.1claws113
8696
8697         * sync with 0.8.1cvs30
8698                 see ChangeLog 2002-08-23
8699
8700 2002-08-24 [alfons]     0.8.1claws112
8701
8702         * src/summaryview.c
8703                 remove unnecessary allocations for search bar fixing leaks
8704                 reported by Martin Kluge
8705                 (see "[ 599451 ] Further memory leaks?")
8706
8707 2002-08-24 [alfons]     0.8.1claws111
8708
8709         * src/main.c
8710                 make get_socket_name() public for crash.c
8711         * src/crash.c
8712                 o make report bug button work (goes to claws' 
8713                   bug tracker at sf.net)
8714                 o introduce function for doing important stuff just
8715                   before claws goes down
8716                 o clean up code 
8717
8718 2002-08-24 [alfons]     0.8.1claws110
8719
8720         * src/compose.c
8721                 move cursor to "To" entry when forwarding as attachment
8722                 (reported and solved by Steve Lamb, closes bug report
8723                 "[ 592880 ] Forward as attachment; cursor not in to")
8724
8725 2002-08-24 [colin]      0.8.1claws109
8726
8727         * src/mainwindow.c
8728                 fix quick search visibility after GUI (de)separations.
8729
8730 2002-08-23 [colin]      0.8.1claws108
8731
8732         * src/mainwindow.c
8733                 fix header pane visibility after folderview or
8734                 messageview (de)separation
8735
8736 2002-08-23 [paul]       0.8.1claws107
8737
8738         * src/mainwindow.[ch]
8739           src/toolbar.c
8740                 give full control of display or non-display 
8741                 of the Execute icon to Custom toolbar settings.
8742                 add new sensitivity condition to maninwindow.h: 
8743                 M_DELAY_EXEC
8744
8745         * ChangeLog
8746           ChangeLog.jp
8747           NEWS
8748                 more sync with 0.8.1cvs29
8749
8750 2002-08-23 [melvin]     0.8.1claws106
8751
8752         * src/alertpanel.c
8753                 Readded support for custom widget in alertpanel lost in last
8754                 sync.
8755
8756 2002-08-23 [paul]       0.8.1claws105
8757
8758         * sync with 0.8.1cvs29
8759                 see ChangeLog 2002-08-23
8760
8761 2002-08-23 [colin]      0.8.1claws104
8762
8763         * src/summaryview.c
8764                 Fix folder and search pixmaps exchanging positions
8765                 after theme or toolbar changes. Thank to Oliver for 
8766                 reporting this.
8767
8768 2002-08-23 [colin]      0.8.1claws103
8769
8770         * src/mainwindow.c
8771           src/messageview.[ch]
8772           src/noticeview.[ch]
8773           src/summaryview.c
8774                 Changed messageview_create() and noticeview_create()
8775                 to avoid the last gdk_warning
8776
8777 2002-08-22 [colin]      0.8.1claws102
8778
8779         * src/summaryview.c
8780                 Fix my new `Creating pixmap from xpm' warning
8781
8782 2002-08-22 [colin]      0.8.1claws101
8783
8784         * src/mainwindow.c
8785                 Fix some of the gdk warnings
8786
8787 2002-08-22 [colin]      0.8.1claws100
8788
8789         * src/Makefile.am
8790         * src/stock_pixmap.c
8791         * src/stock_pixmap.h
8792         * src/pixmaps/quicksearch.xpm *ADDED*
8793                 Add the quicksearch pixmap
8794         * src/mainwindow.c
8795         * src/summaryview.c
8796         * src/summaryview.h
8797                 Make quicksearch bar visible/hidden via a button
8798
8799 2002-08-22 [christoph]  0.8.1claws99
8800
8801         * src/folder.c
8802                 fix folder update for newsgroups with message
8803                 numbers below minimum number of articles to fetch
8804                 (closes bug #598445)
8805
8806 2002-08-22 [paul]       0.8.1claws98
8807
8808         * sync with 0.8.1cvs28
8809                 see ChangeLog 2002-08-22
8810
8811 2002-08-21 [alfons]     0.8.1claws97
8812
8813         * src/crash.c
8814                 use bt instead of bt full which seems to work 
8815                 better, and bt full doesn't give a great deal 
8816                 of information anyway
8817
8818 2002-08-21 [colin]      0.8.1claws96
8819
8820         * src/summaryview.c
8821                 fix summaryview_searchtype_changed prototype
8822
8823 2002-08-21 [christoph]  0.8.1claws95
8824
8825         * src/mainwindow.c
8826                 o fix broken menu update for sorting type, we have to
8827                   get this info from the summaryview now
8828                 o removed setting of threaded state in menu callback
8829         * src/summaryview.[ch]
8830                 more summaryview/folderitem seperation for
8831                 threading option
8832         * configure.in
8833                 removed not required --with-compiler-flags option
8834
8835 2002-08-21 [oliver]     0.8.1claws94
8836         
8837         * src/toolbar.h 
8838                 o rename toolbar.xml to toolbar_main.xml
8839                   since toolbar_compose.xml might come up 
8840                   any time soon
8841         * README.claws
8842                 add custom toolbar              
8843
8844 2002-08-21 [darko]      0.8.1claws93
8845
8846         * src/procmsg.c
8847                 don't reset tmp flags for messages copied
8848                 to sent folder
8849
8850 2002-08-21 [colin]      0.8.1claws92
8851         
8852         * src/prefs_filtering.c
8853                 fix renaming rules on folder rename 
8854                 when folder is not a leaf folder
8855
8856 2002-08-21 [paul]       0.8.1claws91
8857
8858         * src/prefs_folder_item.c
8859                 fix alignment of colour selector
8860
8861 2002-08-21 [paul]       0.8.1claws90
8862
8863         * sync with 0.8.1cvs27
8864                 see ChangeLog 2002-08-21
8865
8866 2002-08-21 [paul]       0.8.1claws89
8867
8868         * src/summaryview.c
8869                 fix crash when changing field type in
8870                 Quick search bar
8871
8872 2002-08-21 [colin]      0.8.1claws88
8873
8874         * src/summaryview.c
8875                 Made quick search case-insensitive
8876
8877 2002-08-21 [paul]       0.8.1claws87
8878
8879         * sync with 0.8.1cvs26
8880                 see ChangeLog 2002-08-21
8881
8882 2002-08-20 [christoph]  0.8.1claws86
8883
8884         * src/folderview.c
8885         * src/main.c
8886         * src/summaryview.[ch]
8887                 more summaryview/folderitem seperation for
8888                 sort_key and sort_type
8889         * src/procmsg.c
8890                 added missing return statement
8891
8892 2002-08-20 [colin]      0.8.1claws85
8893
8894         * src/summaryview.[ch]
8895                 Added a quick search box
8896         * src/mainwindow.c
8897         * src/prefs_common.[ch]
8898                 Added a show/hide option for the quick search
8899
8900 2002-08-20 [oliver]     0.8.1claws84
8901         
8902         * src/mainwindow.c
8903                 remove toolbar_create_popups
8904         * src/toolbar.[ch]
8905                 o remove toolbar_create_popups
8906                 o fix toolbar_set_sensitive 
8907                   (Bug reports #596834 and #596832)     
8908         * src/prefs_toolbar.c
8909                 o add "Set default" button
8910                 o align label and text + combo widgets
8911
8912 2002-08-20 [hoa]        0.8.1claws83bis
8913
8914         * src/imap.c
8915                 fixed a bug in imap_fetch_msginfo() in case there is no
8916                 current folder.
8917
8918 2002-08-20 [darko]      0.8.1claws83
8919
8920         * src/folderview.c
8921                 copy the color style of folder view so it
8922                 works with GTK themes
8923
8924 2002-08-20 [darko]      0.8.1claws82
8925
8926         * src/folder.h
8927         * src/folderview.c
8928         * src/prefs_folder_item.[hc]
8929                 don't use UI stuff in folder.h
8930
8931 2002-08-20 [darko]      0.8.1claws81
8932
8933         * src/folder.h
8934         * src/prefs_folder_item.h
8935         * src/folderview.c
8936         * src/prefs_folder_item.c
8937                 ability to set folder color in folderview
8938
8939 2002-08-19 [alfons]     0.8.1claws80
8940
8941         * src/summaryview.c
8942                 fix one of the earlier memleaks reported by Martin Kluge
8943
8944 2002-08-19 [alfons]     0.8.1claws79
8945
8946         * src/mainwindow.c
8947                 hide notice view when selecting seperate folder
8948                 view (reported by Urke MMI)
8949
8950 2002-08-19 [christoph]  0.8.1claws78
8951
8952         * src/folderview.c
8953         * src/prefs_folder_item.h
8954         * src/summaryview.[ch]
8955                 o add summary_set_prefs_from_folderitem to set
8956                   summaryview prefs (first step to remove all
8957                   references to the folderitem in summaryview)
8958                 o moved compiled regex stuff from folderitem prefs
8959                   to summaryview code
8960
8961 2002-08-19 [paul]       0.8.1claws77
8962
8963         * src/compose.c
8964                 add check for '.' to QUOTE_IF_REQUIRED
8965
8966 2002-08-19 [paul]       0.8.1claws76
8967
8968         * src/inc.c
8969                 sync with 0.8.1cvs25 (plug memory leak)
8970
8971         * src/prefs_toolbar.c
8972                 re-order prefs_toolbar_cancel()
8973
8974 2002-08-18 [alfons]     0.8.1claws75
8975
8976         * src/inc.c
8977         * src/matcher.c
8978                 plug other memleaks reported by Martin Kluge
8979
8980 2002-08-18 [paul]       0.8.1claws74
8981
8982         * po/pt_BR.po
8983                 updated by Fabio Jr. Beneditto
8984
8985 2002-08-18 [paul]       0.8.1claws73
8986
8987         * src/toolbar.[ch]
8988                 fix bug where tooltips were displayed untranslated              
8989
8990         * src/prefs_toolbar.c
8991                 fix bug where clicking 'Cancel' creates an icon & text
8992                 toolbar regardless of prefs
8993         
8994
8995 2002-08-17 [oliver]     0.8.1claws72
8996
8997         * src/prefs_toolbar.c
8998                 update toolbar on CANCEL
8999                 bug reported by Martin Kluge
9000         * src/toolbar.c
9001                 toolbar_destroy memleak fixed           
9002
9003 2002-08-17 [alfons]     0.8.1claws71
9004
9005         * src/toolbar.c
9006                 plug another memleak reported by Martin Kluge
9007
9008 2002-08-16 [alfons]     0.8.1claws70
9009
9010         * src/crash.c
9011                 use execvp() correctly (suggested by wwp; thanks!)
9012
9013 2002-08-16 [alfons]     0.8.1claws69
9014
9015         * src/gtksctree.c
9016                 plug memory leak reported by Kim Schultz & Martin Kluge
9017
9018 2002-08-16 [paul]       0.8.1claws68
9019
9020         * po/es.po
9021                 updated by Ricardo Mones Lastra
9022
9023 2002-08-16 [paul]       0.8.1claws67
9024
9025         * src/toolbar.h
9026                 fix bug where 'Compose News' icon showed wrong
9027                 tooltip
9028
9029 2002-08-16 [paul]       0.8.1claws66
9030
9031         * sync with 0.8.1cvs24
9032                 see ChangeLog 2002-08-16
9033
9034         * po/it.po
9035                 updated by Alessandro Maestri
9036
9037 2002-08-15 [paul]       0.8.1claws65
9038
9039         * po/sr.po
9040                 updated by Urke MMI
9041
9042 2002-08-15 [paul]       0.8.1claws64
9043
9044         * src/*.c
9045                 don't translate debug info
9046
9047         * src/matcher.[ch]
9048                 add copyright info
9049
9050 2002-08-15 [paul]       0.8.1claws63
9051
9052         * src/prefs_toolbar.c
9053                 fix bug where clicking 'OK' creates an icon & text
9054                 toolbar regardless of prefs
9055
9056 2002-08-14 [alfons]     0.8.1claws62
9057
9058         * src/main.c
9059                 add global var that has the full argv[0]
9060         * src/crash.c
9061                 o execvp the correct sylpheed by using argv0
9062                   and setting the correct work dir
9063                 o other tweaks  
9064
9065 2002-08-14 [oliver]     0.8.1claws61
9066         
9067         * enable/disable Toolbar Action Buttons 
9068         * code cleanups
9069         * src/mainwindow.c
9070         * src/toolbar.[ch]      
9071         * src/prefs_toolbar.c   
9072
9073 2002-08-14 [melvin]     0.8.1claws60
9074
9075         * po/fr.po
9076                 Updated French translations
9077
9078 2002-08-14 [melvin]     0.8.1claws59
9079
9080         * src/crash.c
9081                 Made bug report not translatable
9082         * src/exporthtml.c
9083                 Fixed exporthtml_build_filespec() return value
9084         * src/foldersel.c
9085                 Fixed incorrect include file
9086         * src/gtkspell.c
9087         * src/prefs_actions.c
9088         * src/prefs_toolbar.c
9089                 Made debug info not translatable
9090         * src/mutt.c
9091         * src/quote_fmt.c
9092                 Added missing includes
9093         * src/prefs_common.c
9094                 Fixed typo
9095
9096 2002-08-14 [paul]       0.8.1claws58
9097
9098         * faq/es/sylpheed-faq.html
9099           faq/es/sylpheed-faq-[1-3].html
9100           faq/es/sylpheed-faq-4.html     **NEW FILE **
9101                 update Spanish FAQ
9102
9103 2002-08-13 [christoph]  0.8.1claws57
9104
9105         * src/procmsg.c
9106                 ignore thread fix that did not mark all
9107                 child nodes of a ignored thread as
9108                 ignored. Does not work perfectly yet,
9109                 but it is better now
9110
9111 2002-08-13 [alfons]     0.8.1claws56
9112
9113         * src/crash.c
9114                 o implement 'save crash log'
9115                 o some tweaks
9116
9117 2002-08-13 [melvin]     0.8.1claws55
9118
9119         * src/main.c
9120                 removed unrequired "execinfo.h" header
9121
9122 2002-08-12 [paul]       0.8.1claws54
9123
9124         * faq/en/sylpheed-faq.html
9125           faq/en/sylpheed-faq-[1-3].html
9126           faq/en/sylpheed-faq-4.html     **NEW FILE **
9127                 update English FAQ
9128
9129 2002-08-12 [alfons]     0.8.1claws53
9130
9131         * po/POTFILES.in
9132                 add crash.c to translatables
9133         * src/crash.c
9134                 bring in Leandro's crash dialog
9135
9136 2002-08-11 [alfons]     0.8.1claws52
9137
9138         * src/crash.c
9139                 clean up some warnings
9140
9141 2002-08-11 [alfons]     0.8.1claws51
9142
9143         * acconfig.h
9144         * configure.in
9145         * src/crash.[ch]        ** NEW FILES **
9146         * src/main.c            
9147                 initial gdb crash handler
9148
9149 2002-08-11 [paul]       0.8.1claws50
9150
9151         * src/prefs_toolbar.c
9152                 replace Up/Down arrow pixmaps with text to be
9153                 consistent across icon themes
9154
9155 2002-08-11 [paul]       0.8.1claws49
9156
9157         * src/prefs_common.c
9158           src/prefs_toolbar.c
9159                 rename 'Pixmap' -> 'Icon'
9160
9161         * src/toolbar.[ch]
9162                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9163
9164 2002-08-10 [paul]       0.8.1claws48
9165
9166         * src/prefs_toolbar.c
9167                 re-work the UI
9168
9169 2002-08-10 [paul]       0.8.1claws47
9170
9171         * src/main.c
9172                 don't write Processing progress to status bar
9173                 patch submitted by Alexander Evseev
9174
9175         * src/prefs_toolbar.c
9176                 re-position and resize window
9177                 make window assume correct size on first call
9178
9179 2002-08-10 [paul]       0.8.1claws46
9180
9181         * src/mainwindow.c
9182           src/prefs_toolbar.c
9183           src/toolbar.c
9184           src/toolbar.h
9185                 obey coding style
9186                 follow UI text conventions
9187
9188 2002-08-10 [alfons]     0.8.1claws45
9189
9190         * src/toolbar.c
9191                 correct pixmap for delete action
9192
9193 2002-08-10 [paul]       0.8.1claws44
9194
9195         * po/pt_BR.po
9196                 updated by Fabio Jr. Beneditto
9197
9198 2002-08-10 [paul]       0.8.1claws43
9199
9200         * po/POTFILES.in
9201                 add custom toolbar files
9202
9203 2002-08-10 [paul]       0.8.1claws42
9204
9205         * sync with 0.8.1cvs22
9206                 see ChangeLog 2002-08-09
9207
9208 2002-08-09 [paul]       0.8.1claws41
9209
9210         * tools/Makefile.am
9211           tools/README
9212           tools/outlook2sylpheed.pl     ** NEW FILE **
9213                 add script to convert exported Outlook
9214                 contacts list to a Sylpheed addressbook.
9215                 Submitted by Ricardo Mones Lastra.
9216
9217 2002-08-09 [paul]       0.8.1claws40
9218
9219         * AUTHORS
9220           configure.in
9221           po/sr.po      ** NEW FILE **
9222                 add Serbian message catalog. Submitted by
9223                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9224
9225 2002-08-09 [paul]       0.8.1claws39
9226
9227         * sync with 0.8.1cvs21
9228                 see ChangeLog 2002-08-08
9229
9230 2002-08-08 [oliver]     0.8.1claws38
9231
9232         * src/mainwindow.c
9233                 move Custom Toolbar to Configuration menu
9234
9235 2002-08-08 [oliver]     0.8.1claws37
9236
9237         * src/prefs_toolbar.c
9238                 fix substitute pixmap bug
9239
9240 2002-08-08 [paul]       0.8.1claws36
9241
9242         * sync with 0.8.1cvs19
9243                 see ChangeLog 2002-08-08
9244
9245 2002-08-07 [christoph]  0.8.1claws35
9246
9247         * src/utils.c
9248                 fixed a memory leak in new canonicalize_file_replace
9249
9250 2002-08-07 [christoph]  0.8.1claws34
9251
9252         * src/utils.[ch]
9253                 o canonicalize_file_replace should create the temporary
9254                   file in the same directory as the original file.
9255                 o added get_tmpfile_in_dir that creates a temorary file
9256                   in a specified directory.
9257
9258 2002-08-07 [melvin]     0.8.1claws33
9259
9260         * src/toolbar.c
9261                 fixed bug where 'Article' button acted as 'Email' button.
9262
9263 2002-08-07 [paul]       0.8.1claws32
9264
9265         * sync with 0.8.1.cvs17
9266                 see ChangeLog 2002-08-07
9267
9268 2002-08-07 [colin]      0.8.1claws31
9269         
9270         * src/news.c
9271                 fix mass-cancel problem
9272
9273 2002-08-07 [thorsten]   0.8.1claws30
9274
9275         * src/prefs_toolbar.c
9276                 fix: crash on replace or add new button
9277         * src/toolbar.c
9278                 fix: close xmlfile after reading
9279         * src/utils.c
9280                 fix: unlink() file before rename()
9281
9282 2002-08-06 [paul]       0.8.1claws29
9283
9284         * sync with 0.8.cvs15
9285                 see ChangeLog 2002-08-06
9286
9287 2002-08-06 [oliver]     0.8.1claws28
9288
9289         * src/toolbar.c
9290         * src/prefs_toolbar.c
9291                 fixed empty toolbar issue
9292
9293 2002-08-06 [oliver]     0.8.1claws27
9294
9295         * Custom Toolbar Final 
9296         * src/folderview.c
9297         * src/inc.c
9298         * src/summaryview.c
9299                 o toolbar stuff now lives in src/toolbar.[ch]
9300                 o main_window_toolbar_* functions are renamed to
9301                   toolbar_* reflecting their new source file
9302         * src/mainwindow.[ch]
9303                 o remove toolbar stuff  
9304
9305 2002-08-06 [oliver]     0.8.1claws26
9306         
9307         * src/Makefile.am
9308         * src/prefs_toolbar.[ch]        **New File**
9309         * src/toolbar.[ch]              **New File**
9310                 o prefs_toolbar.[ch] custom toolbar frontend
9311                 o toolbar.[ch]       backend 
9312
9313 2002-08-06 [oliver]     0.8.1claws25
9314
9315         * src/prefs_actions.[ch]
9316                 o new exported function actions_execute
9317
9318 2002-08-06 [paul]       0.8.1claws24
9319
9320         * sync with 0.8.1cvs4
9321                 see ChangeLog 2002-08-06
9322
9323 2002-08-06 [paul]       0.8.1claws23
9324
9325         * sync with 0.8.1cvs13
9326                 see ChangeLog 2002-08-06
9327
9328 2002-08-06 [paul]       0.8.1claws22
9329
9330         * sync with 0.8.1cvs12
9331                 see ChangeLog 2002-08-05 and 2002-08-06
9332
9333 2002-08-06 [match]      0.8.1claws21
9334
9335         * src/addrclip.c
9336                 improvements to cut/copy/paste address
9337
9338 2002-08-05 [match]      0.8.1claws20
9339
9340         * src/addritem.[ch]
9341         * src/addrcache.c
9342         * src/addrbook.c
9343         * src/editaddress.c
9344         * src/addressbook.c
9345                 fixes to improve cut/copy/paste
9346
9347 2002-08-06 [melvin]     0.8.1claws19
9348
9349         * src/account.[ch]
9350                 account_find_all_from_address(): new function that returns the
9351                 list of all accounts that are matched in an address.
9352         * src/alertpanel.[ch]
9353                 alertpanel() now accepts a custom widget
9354                 alertpanel_with_widget(): new function that pops up a panel with
9355                 a custom widget in it 
9356         * src/gtkutils.[ch]
9357                 gtkut_account_menu_new(): new function that allows the selection
9358                 of an account from a list of accounts.
9359         * src/messageview.c
9360                 Extended Return Receipt notification to select the correct 
9361                 account and to make a security test on the Delivery-Notification
9362                 address which should be the same as the Return-Path.
9363
9364 2002-08-06 [thorsten]   0.8.1claws18
9365
9366         * src/mimeview.c
9367                 attach_all: save unnamed as "noname.%d",
9368                 dont free static dirname
9369
9370 2002-08-05 [alfons]     0.8.1claws17
9371
9372         * configure.in
9373                 detect XIM by trying to link rather than compile a XIM program
9374
9375 2002-08-05 [oliver]     0.8.1claws16
9376                 
9377         * src/stock_pixmap.[ch]
9378                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9379                 o new func to retrieve pixmaps
9380
9381 2002-08-05 [paul]       0.8.1claws15
9382
9383         * sync with 0.8.1cvs10
9384                 see ChangeLog 2002-08-05
9385
9386 2002-08-04 [alfons]     0.8.1claws14
9387
9388         * src/textview.c
9389                 see if this plugs memleak
9390
9391 2002-08-04 [melvin]     0.8.1claws13
9392
9393         * src/gtkspell.c
9394                 fixed bug that could crash Sylpheed when highlighting
9395                 all misspelled words.
9396
9397 2002-08-03 [melvin]     0.8.1claws12
9398
9399         * src/prefs_actions.c
9400                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9401         * src/messageview.c
9402                 fixed bug where the Return Receipt was sent to
9403                 Delivery-Notification-To address even if it was not present
9404
9405 2002-08-02 [alfons]     0.8.1claws11
9406
9407         * src/prefs_actions.c
9408                 o more check for NULLs
9409                 o put create_io_dialog() in right conditional block
9410
9411 2002-08-02 [paul]       0.8.1claws10
9412
9413         * po/es.po
9414                 updated by Ricardo Mones Lastra
9415
9416 2002-08-01 [christoph]  0.8.1claws9
9417
9418         * src/folder.c
9419                 don't free the cache of the opened
9420                 folder in the summaryview
9421         * src/summaryview.c
9422                 don't unset flags, if it is not required
9423
9424 2002-08-01 [paul]       0.8.1claws8
9425
9426         * sync with 0.8.1cvs8
9427                 see ChangeLog entry 2002-08-01
9428
9429 2002-08-01 [paul]       0.8.1claws7
9430
9431         * sync with 0.8.1cvs7
9432                 see ChangeLog 2002-07-31 and 2002-08-01
9433
9434 2002-07-31 [christoph]  0.8.1claws6
9435
9436         * src/mainwindow.c
9437                 forgot to update menu sensitivity
9438                 function for new menu entry
9439
9440 2002-07-31 [alfons]     0.8.1claws5
9441
9442         * src/main.c
9443                 check folder item and its path for NULL on
9444                 initial processing
9445
9446 2002-07-31 [christoph]  0.8.1claws4
9447
9448         * src/folder.c
9449                 check if folder_item_get_msginfo in
9450                 folder_item_remove_msg returned NULL
9451         * src/imap.c
9452                 better clear the uid cache in the
9453                 uid validity check function and delete
9454                 cached messages
9455
9456 2002-07-31 [paul]       0.8.1claws3
9457
9458         * man/sylpheed.1
9459                 add the '--attach' option and a few other
9460                 minor changes
9461
9462 2002-07-31 [paul]       0.8.1claws2
9463
9464         * sync with 0.8.1cvs5
9465                 see ChangeLog 2002-07-31
9466
9467 2002-07-31 [christoph]  0.8.1claws1
9468
9469         * src/folderview.[ch]
9470         * src/mainwindow.c
9471                 replace "Rescan all folders..." with
9472                 "Check all folders for new messages..."
9473
9474 2002-07-30 [paul]       0.8.1claws
9475
9476         * version 0.8.1claws released
9477
9478 2002-07-30 [paul]       0.8.0claws29
9479
9480         * tools/OOo2sylpheed.pl ** NEW FILE **
9481           tools/README
9482                 add script to enable sending documents as
9483                 attachments from OpenOffice.org
9484
9485 2002-07-30 [melvin]     0.8.0claws28
9486
9487         * src/prefs_actions.c
9488                 Made the actions' input/output dialog display
9489                 without delay.
9490
9491 2002-07-30 [christoph]  0.8.0claws27
9492
9493         * src/procmsg.c
9494                 check if folder_item_get_msginfo in
9495                 procmsg_save_to_outbox returned NULL
9496
9497 2002-07-30 [paul]       0.8.0claws26
9498
9499         * sync with 0.8.1cvs4
9500                 see ChangeLog 2002-07-29
9501
9502 2002-07-29 [thorsten]   0.8.0claws25
9503
9504         * README.claws
9505                 added selective download, delete on server
9506
9507 2002-07-29 [paul]       0.8.0claws24
9508
9509         * sync with 0.8.1cvs3
9510                 see ChangeLog 2002-07-29
9511
9512 2002-07-27 [christoph]  0.8.0claws23
9513
9514         * src/folder.c
9515                 add extra check if fetching the msginfo
9516                 returned NULL
9517
9518 2002-07-27 [paul]       0.8.0claws22
9519
9520         * sync with 0.8.1cvs2
9521                 see ChangeLog 2002-07-26
9522
9523 2002-07-27 [christoph]  0.8.0claws21
9524
9525         * src/imap.c
9526                 add another check if a valid msginfo
9527                 was returned
9528
9529 2002-07-26 [hoa]        0.8.0claws20
9530
9531         * src/folder.c
9532                 Fixed a condition in folder_item_destroy()
9533
9534         * src/imap.c
9535                 Fixed an error in IMAP protocol
9536
9537 2002-07-26 [alfons]     0.8.0claws19
9538
9539         * src/folder.c
9540                 ofcourse compare with identifier, not the path
9541
9542 2002-07-26 [alfons]     0.8.0claws18
9543
9544         * src/folder.c
9545                 use folder item identifier for saving / restoring
9546                 preferences because folder->path might not be unique
9547
9548 2002-07-26 [melvin]     0.8.0claws17
9549
9550         * src/logwindow.c
9551                 Fixed a crash introduced in 0.8.0claws5 when log is 
9552                 cut under 80 characters.
9553
9554 2002-07-26 [paul]       0.8.0claws16
9555
9556         * sync with 0.8.1cvs1
9557                 see ChangeLog 2002-07-26
9558
9559 2002-07-26 [christoph]  0.8.0claws15
9560
9561         * src/imap.[ch]
9562                 imap folder now remembers the last selected
9563                 folder and imap_fetch_msginfo skips selecting
9564                 the folder if it is already selected
9565
9566 2002-07-26 [christoph]  0.8.0claws14
9567
9568         * src/folder.c
9569         * src/folderview.c
9570         * src/imap.c
9571                 fix imap folder rescanning
9572
9573 2002-07-25 [christoph]  0.8.0claws13
9574
9575         * src/filter.c
9576         * src/folder.[ch]
9577         * src/folderview.c
9578         * src/imap.[ch]
9579         * src/mainwindow.c
9580         * src/mbox_folder.c
9581         * src/mh.c
9582         * src/news.c
9583                 implement imap uid cache and uid validity check
9584
9585 2002-07-25 [alfons]     0.8.0claws12
9586
9587         * src/summaryview.c
9588                 fix a brown paper bag bug, and also add some more
9589                 checks
9590
9591 2002-07-25 [christoph]  0.8.0claws11
9592
9593         * src/folder.c
9594                 don't mix copy, fetch_msginfo and remove
9595                 operations in folder item copy and move
9596                 operations
9597
9598 2002-07-25 [christoph]  0.8.0claws10
9599
9600         * src/folderview.c
9601         * src/mainwindow.c
9602         * src/prefs_folder_item.c
9603         * src/summaryview.[ch]
9604                 remove no longer required parameter update_cache from
9605                 summary_show
9606
9607 2002-07-25 [paul]       0.8.0claws9
9608
9609         * sync with 0.8.1
9610         
9611         * AUTHORS
9612                 a few corrections
9613
9614 2002-07-24 [alfons]     0.8.0claws8
9615
9616         * src/summaryview.c
9617                 sort correctly when using simplified subject line
9618                 (closes feature request "[ 585141 ] applying regexp to subject 
9619                 before sort" submitted by Alexandra Walford)
9620
9621 2002-07-24 [paul]       0.8.0claws7
9622
9623         * sync with 0.8.0cvs3
9624                 see ChangeLog 2002-07-24
9625
9626 2002-07-23 [christoph]  0.8.0claws6
9627
9628         * src/folder.c
9629         * src/folder.h
9630         * src/summaryview.c
9631         * src/summaryview.h
9632         * src/main.c
9633                 o separate processing and summaryview
9634                 o removed summary_write_cache from summaryview
9635                 o removed summaryview->killed_messages, because we don't have
9636                   to keep a list of killed messages anymore. New cache will
9637                   keep the hidden messages in cache anyway
9638         * src/folderview.c
9639         * src/inc.c
9640         * src/selective_download.c
9641                 o removed unnecessary summary_write_cache calls
9642         * src/procmsg.c
9643                 o don't set ignore thread flag in procmsg_get_thread_tree
9644                   if it is already set
9645         * src/mainwindow.c
9646         * src/statusbar.h
9647                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9648                   they are used in different files
9649
9650 2002-07-23 [melvin]     0.8.0claws5
9651
9652         * src/addressbook.c
9653         * src/addrgather.c
9654         * src/editaddress.c
9655         * src/editgroup.c
9656         * src/editldap_basedn.c
9657         * src/importldif.c
9658         * src/prefs_common.c
9659                 Fixed few memory leak (gtk_editable_get_chars returns
9660                 an allocated string)
9661         * src/logwindow.c
9662                 Fixed few memory leak (gtk_editable_get_chars returns
9663                 an allocated string) and modified a little the log cutting
9664                 loop.
9665         * src/compose.c
9666                 Replaced a call to an obsolete function gtk_entry_get_text()
9667                 by gtk_editable_get_chars()
9668         * src/send.c
9669                 Removed a debug printf
9670
9671 2002-07-23 [christoph]  0.8.0claws4
9672
9673         * src/filesel.c
9674                 fix another g_dirname memory leak
9675
9676 2002-07-23 [christoph]  0.8.0claws3
9677
9678         * src/mh.c
9679                 fixed a memory leak in mh_fetch_msginfo
9680                 fixed crash when message header could not be
9681                 parsed
9682
9683 2002-07-23 [paul]       0.8.0claws2
9684
9685         * sync with 0.8.0cvs2
9686                 see ChangeLog 2002-07-23
9687
9688 2002-07-23 [paul]       0.8.0claws1
9689
9690         * sync with 0.8.0cvs1
9691                 see ChangeLog 2002-07-23
9692
9693 2002-07-23 [paul]       0.8.0claws
9694
9695         * release of 0.8.0claws
9696
9697 2002-07-23 [paul]       0.7.8claws99
9698
9699         * po/ru.po
9700                 new Russian translation, submitted by
9701                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9702
9703 2002-07-22 [jens]       0.7.8claws98
9704
9705         * po/de.po
9706                 Updated German translations.
9707
9708 2002-07-22 [paul]       0.7.8claws97
9709
9710         * po/es.po
9711           po/it.po
9712           po/nl.po
9713           po/pt_BR.po
9714                 updated translations by Ricardo Mones Lastra,
9715                 Alessandro Maestri, Wilbert Berendsen and 
9716                 Fabio Jr. Beneditto respectively
9717
9718 2002-07-22 [christoph]  0.7.8claws96
9719
9720         * src/mimeview.c
9721                 fix memory leak caused by wrong g_dirname usage
9722
9723 2002-07-22 [christoph]  0.7.8claws95
9724
9725         * src/summaryview.c
9726                 update new and unread message counts for summaryview
9727                 summaryview does not get it from the folder anymore
9728                 and has to update the values itself
9729
9730 2002-07-22 [melvin]     0.7.8claws94
9731
9732         * po/fr.po
9733                 Updated French translations.
9734
9735 2002-07-22 [christoph]  0.7.8claws93
9736
9737         * src/matcher.c
9738                 set prop->preg pointer to NULL or following check
9739                 will not fail and regexec will be called with
9740                 invalid pointer
9741
9742 2002-07-21 [alfons]     0.7.8claws92
9743         
9744         * src/prefs_common.[ch]
9745                 remove option "Send return receipt on request"
9746
9747 2002-07-21 [thorsten]   0.7.8claws91
9748
9749         * src/mimeview.c
9750                 fixed memleaks, coding style as pointed out by alfons
9751
9752 2002-07-21 [alfons]     0.7.8claws90
9753
9754         * src/messageview.c
9755         * src/noticeview.[ch]
9756                 o fix bug notice view being displayed when going to empty folder 
9757                   (noticed by Christoph)
9758                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9759                   (noticed by Thorsten)
9760
9761 2002-07-21 [thorsten]   0.7.8claws89
9762
9763         * src/mimeview.c
9764                 Included save_all patch from Xaview FACQ
9765                 added support for pathnames
9766
9767 2002-07-21 [alfons]     0.7.8claws88
9768
9769         * po/POTFILES.in
9770         * src/Makefile.am
9771         * src/mainwindow.c
9772         * src/messageview.[ch]
9773         * src/noticeview.c      ** NEW FILE **
9774         * src/noticeview.h      ** NEW FILE **
9775                 make return receipts work again
9776                 (UI idea by Leandro Pereira)
9777
9778 2002-07-21 [paul]       0.7.8claws87
9779
9780         * src/summaryview.c
9781                 fix sensitivity of 'Select thread'
9782
9783 2002-07-21 [paul]       0.7.8claws86
9784
9785         * src/prefs_common.c
9786                 add browser command line for Galeon
9787
9788 2002-07-21 [paul]       0.7.8claws85
9789
9790         * Makefile.am
9791                 fix 'EXTRA_DIST': remove README.README, add TODO
9792                 and TODO.claws
9793
9794 2002-07-21 [alfons]     0.7.8claws84
9795
9796         * src/gtkstext.c
9797                 make enter clear selection
9798                 (closes "[ 579888 ] Editor selection/entry error"
9799                 reported by Steve Lamb)
9800
9801 2002-07-21 [alfons]     0.7.8claws83
9802         
9803         * src/summaryview.c
9804                 sort message list when selecting unthread messages
9805                 (closes "[ 501593 ] switching threaded view doesn't sort"
9806                 reported by Simon Schubert)
9807
9808 2002-07-20 [alfons]     0.7.8claws82
9809         
9810         * src/matcher.c
9811                 const-correctness
9812
9813 2002-07-20 [thorsten]   0.7.8claws81
9814
9815         * src/matcher.c
9816                 Fixed expansion of empty fields in matchactions
9817
9818 2002-07-19 [melvin]     0.7.8claws80
9819
9820         * src/gtkspell.c
9821                 Removed a duplicate menu entry (fast mode) introduced during
9822                 the new cache merge
9823                 Added a menu separator between 'Use alternate' and 'Fast mode'
9824
9825 2002-07-19 [paul]       0.7.8claws79
9826
9827         * tools/Makefile.am
9828           tools/README
9829                 correct typos
9830
9831 2002-07-19 [thorsten]   0.7.8claws78
9832
9833         * tools/calypso_convert.pl      ** NEW FILE **
9834           tools/README
9835           tools/Makefile.am
9836                 script to import mbox files exported
9837                 by calypso
9838                 o generates folder structure
9839                 o includes attachments
9840
9841 2002-07-19 [melvin]     0.7.8claws77
9842
9843         * src/selective_download.[ch]
9844                 Fixed bug where closing the dialog with the window manager's
9845                 close button will not unlock the summary
9846                 Corrected some function declarations that missed a return value
9847                 Made the source code comply better with coding style.
9848         * src/prefs_common.c
9849                 Added new browser command line for Mozilla.
9850
9851 2002-07-18 [paul]       0.7.8claws76
9852
9853         * src/mainwindow.c
9854           src/selective_download.[ch]
9855                 reflect theme changes, fix Gdk Warning when creating 
9856                 pixmap from NULL window, and minor clean up.
9857                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9858
9859         * po/en_GB.po
9860                 updated
9861
9862 2002-07-17 [paul]       0.7.8claws75
9863
9864         * INSTALL[.jp]
9865                 sync with 0.8.0
9866         
9867         * po/en_GB.po
9868                 updated
9869
9870 2002-07-16 [paul]       0.7.8claws74
9871
9872         * tools/filter_conv.pl
9873           tools/README
9874                 replace conversion script with reimplemented version, 
9875                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9876
9877 2002-07-16 [colin]      0.7.8claws73
9878
9879         * src/summaryview.c
9880                 remove forgotten debug messages - sorry ;-)
9881
9882 2002-07-16 [colin]      0.7.8claws72
9883
9884         * src/mimeview.c
9885           src/summaryview.c
9886           src/textview.c
9887           src/textview.h
9888                 add the ability to select part of a text mime-part 
9889                 to reply.
9890
9891 2002-07-15 [christoph]  0.7.8claws71
9892
9893         * src/folder.c
9894                 fix folder message count for folders without
9895                 msg_is_changed (includes news folders)
9896
9897 2002-07-15 [martin]     0.7.8claws70
9898
9899         * src/summaryview.c
9900                 option "display recipient on 'From'..." now works
9901                 without the need of enabling the option
9902                 "display  sender  using  address  book".
9903
9904 2002-07-15 [christoph]  0.7.8claws69
9905
9906         * src/summaryview.c
9907                 removed setting folder status from summaryview.
9908                 folder.c should update all message counts correctly.
9909
9910 2002-07-15 [paul]       0.7.8claws68
9911
9912         * po/pt_BR.po
9913                 updated by Fabio Junior Beneditto
9914
9915 2002-07-15 [darko]      0.7.8claws67
9916
9917         * src/mh.c
9918                 Fixed target folder colorization, don't decrease op
9919                 number twice
9920
9921 2002-07-14 [paul]       0.7.8claws66
9922
9923         * sync with main 0.8.0
9924                 see ChangeLog 2002-07-14
9925
9926 2002-07-13 [melvin]     0.7.8claws65
9927         
9928         * src/addrbook.c
9929         * src/addressbook.c
9930         * src/addrindex.c
9931                 Replaced sprintf by g_snprintf to prevent possible buffer
9932                 overflow.
9933         * src/news.c
9934                 Corrected a log message output format.
9935                 Added a missing "done" debug output.
9936         * src/compose.c
9937                 Added keyboard accelerator for Priority menu items
9938                 Added missing \n in debug output
9939         * src/logwindow.c
9940         * src/gtkspell.c
9941         * src/rfc2015.c
9942                 Added missing \n in debug output
9943
9944 2002-07-13 [paul]       0.7.8claws64
9945
9946         * man/sylpheed.1
9947                 change Sergey's email address to the sf address
9948
9949         * src/textview.c
9950                 increase show_url_timeout (more useful for long
9951                 urls)
9952
9953 2002-07-12 [sergey]     0.7.8claws63
9954
9955         * src/rfc2015.c
9956                 applied (with some modifications) patch to set the
9957                 micalg parameter for signatures
9958                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9959
9960 2002-07-12 [sergey]     0.7.8claws62
9961
9962         * man/Makefile.am
9963         * configure.in
9964                 fixed man page installation
9965
9966 2002-07-12 [paul]       0.7.8claws61
9967
9968         * sync with 0.7.8cvs26
9969                 see ChangeLog 2002-07-11 and 2002-07-12
9970
9971 2002-07-11 [christoph]  0.7.8claws60
9972
9973         * src/compose.c
9974         * src/procmsg.c
9975                 first use the message number to find the message
9976                 to mark with a reply flag but check the
9977                 message-id if we got the correct message, if not
9978                 try to find it by message-id.
9979                 use new string seperator that is not allowed
9980                 in message-ids.
9981
9982 2002-07-11 [paul]       0.7.8claws59
9983
9984         * sync with 0.7.8cvs23
9985                 see ChangeLog 2002-07-10
9986
9987 2002-07-10 [christoph]  0.7.8claws58
9988
9989         * src/folder.[ch]
9990         * src/msgcache.[ch]
9991                 Added message-id table to the cache in memory
9992                 and functions to msgcache.c and folder.c to
9993                 fetch MsgInfos by message id
9994         * src/compose.c
9995         * src/procmsg.c
9996                 store folder and message-id of message replying
9997                 to in queue header and set reply flag after sending
9998                 (Closes bug #469498)
9999
10000 2002-07-10 [paul]       0.7.8claws57
10001
10002         * AUTHORS
10003           man/sylpheed.1.gz
10004                 add Martin to the list of authors
10005
10006 2002-07-09 [martin]     0.7.8claws56
10007         * src/gtksctree.c
10008                 Added gtk_ctree_last_visible(), tree_update_level(),
10009                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10010                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10011                 from gtk+ to gtksctree.c for the new sorting code
10012                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10013                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10014         * src/gtksctree.h
10015                 Added declaration for gtk_sctree_sort_recursive() and
10016                 gtk_sctree_sort_node
10017         * src/addressbook.c
10018         * src/foldersel.c
10019         * src/folderview.c
10020         * src/summaryview.c
10021                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10022                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10023
10024 2002-07-08 [paul]       0.7.8claws55
10025
10026         * more sync with 0.7.8cvs21
10027                 see ChangeLog 2002-07-08
10028
10029 2002-07-08 [paul]       0.7.8claws54
10030
10031         * sync with 0.7.8cvs21
10032                 see ChangeLog 2002-07-08
10033
10034 2002-07-07 [alfons]     0.7.8claws53
10035
10036         * src/Makefile.am
10037         * src/stock_pixmap.[ch]
10038         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10039         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10040         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10041                 add new pixmaps for upcoming notice pane
10042
10043 2002-07-06 [melvin]     0.7.8claws52
10044
10045         * src/gtkspell.[ch]
10046                 Made them a bit closer to Sylpheed's coding style.
10047                 Removed old code.
10048                 Removed possible memory leaks when some errors occurs.
10049
10050 2002-07-06 [melvin]     0.7.8claws51
10051
10052         * po/Makefile.in.in
10053                 Removed --no-location in xgettext command line to help
10054                 translators that use Emacs' po-mode
10055         * src/quote_fmt.c
10056                 Removed unnecessary comments that messed up sylpheed.pot
10057
10058 2002-07-06 [paul]       0.7.8claws50
10059
10060         * sync with 0.7.8cvs19
10061                 see ChangeLog 2002-07-05
10062
10063 2002-07-06 [christoph]  0.7.8claws49
10064
10065         * src/folder.c
10066         * src/mainwindow.c
10067                 fix folder_item_remove_all_msg and folderview
10068                 status for trash folders after emptying trash
10069
10070 2002-07-05 [paul]       0.7.8claws48
10071
10072         * sync with 0.7.8cvs16
10073                 see ChangeLog 2002-07-04 and 2002-07-05
10074
10075 2002-07-04 [paul]       0.7.8claws47
10076
10077         * sync with 0.7.8cvs14
10078                 see  ChangeLog 2002-07-04
10079
10080 2002-07-03 [alfons]     0.7.8claws46
10081
10082         * src/folder.c
10083                 dupe folder item's path because it's being reallocated
10084                 by new folder scanning code
10085
10086 2002-07-03 [christoph]  0.7.8claws45
10087
10088         * src/imap.c
10089                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10090         * src/msgcache.c
10091                 add missing return in msgcache_write
10092
10093 2002-07-02 [thorsten]   0.7.8claws44
10094
10095         * src/jpilot.c
10096         * src/msgcache.c
10097         * src/rfc2015.c
10098                 use binary mode for file access
10099
10100 2002-07-02 [christoph]  0.7.8claws43
10101
10102         * major code cleanup (part 1)
10103         
10104                 - unused variables removed
10105                 - unused functions removed
10106                 - uninitialized variables checked
10107                 - missing return statements added
10108                 - missing function return types added
10109                 - added parentheses around assignment and
10110                   && in || when suggested by gcc
10111               
10112         * src/mh.c
10113         * src/folder.c
10114                 replaced direct calls to folder->scan_tree
10115                 with folder_scan_tree and restore folder
10116                 prefs in this function. The folder should
10117                 not have to deal with them.
10118                 ( Should now work for all folder types )
10119
10120 2002-07-02 [paul]       0.7.8claws42
10121
10122         * sync with 0.7.8cvs13
10123                 see ChangeLog 2002-07-01 and 2002-07-02
10124
10125 2002-07-01 [christoph]  0.7.8claws41
10126
10127         * src/summaryview.c
10128                 fix "goto next/prev unread message" with
10129                 ignored threads
10130
10131 2002-07-01 [paul]       0.7.8claws40
10132
10133         * po/es.po
10134                 updated by Ricardo Mones Lastra
10135
10136 2002-06-30 [match]      0.7.8claws39
10137
10138         * src/jpilot.c
10139                 applied variation of leonerd's patch (566661) to
10140                 allow multiple email addresses per JPilot entry.
10141                 addresses may be separated by space, comma, pipe,
10142                 semi-colon, new-line.
10143
10144 2002-06-30 [alfons]     0.7.8claws38
10145
10146         * src/procmsg.c
10147                 simple fix for putting older nodes before
10148                 newer nodes when threading by subject
10149
10150 2002-06-30 [christoph]  0.7.8claws37
10151
10152         * src/folder.c
10153         * src/folderview.c
10154         * src/mh.c
10155         * src/news.c
10156         * src/procmsg.c
10157                 fix broken folder tree rescaning
10158                 and don't use procmsg_get_mark_sum
10159                 anymore
10160
10161 2002-06-30 [christoph]  0.7.8claws36
10162
10163         * merge new cache branch
10164         * src/imap.c
10165                 fix new cache imap copy bug
10166         * src/folder.c
10167                 improved folder_item_scan
10168                 it should now always set the correct
10169                 new, unread and total message counts
10170
10171 2002-06-29 [paul]       0.7.8claws35
10172
10173         * configure.in
10174                 correct syntax error
10175
10176 2002-06-29 [paul]       0.7.8claws34
10177
10178         * configure.in
10179           Makefile.am
10180           man/Makefile.am       ** NEW FILE **
10181           man/sylpheed.1.gz     ** NEW FILE **
10182                 add Sylpheed man page
10183
10184 2002-06-29 [paul]       0.7.8claws33
10185
10186         * po/pt_BR.po
10187                 updated by Fabio Junior Beneditto
10188
10189 2002-06-28 [jens]       0.7.8claws32
10190
10191         * po/de.po
10192                 translation updated
10193
10194         * src/selective_download.c
10195                 removed gettext for space " "
10196
10197         * src/imap.c
10198                 removed wrong space
10199
10200 2002-06-28 [paul]       0.7.8claws31
10201
10202         * sync with 0.7.8cvs11
10203                 see ChangeLog 2002-06-28
10204
10205 2002-06-28 [paul]       0.7.8claws30
10206
10207         * sync with 0.7.8cvs10
10208                 see ChangeLog 2002-06-27 and 2002-06-28
10209
10210 2002-06-26 [paul]       0.7.8claws29
10211
10212         * src/addrgather.c
10213           src/selective_download.c
10214                 don't gettextise empty strings.
10215                 reserved by gettext. gettext("") returns 
10216                 the header entry with meta information, 
10217                 not the empty string
10218
10219         * po/en_GB.po
10220                 updated
10221
10222 2002-06-26 [paul]       0.7.8claws28
10223
10224         * sync with 0.7.8cvs7
10225                 see ChangeLog 2002-06-25
10226
10227         * src/prefs_common.c
10228                 ...and in the process, tweak the gui a little
10229
10230 2002-06-25 [alfons]     0.7.8claws27
10231         
10232         * configure.in
10233         * src/Makefile.am
10234                 fine tune ldap library detection
10235
10236 2002-06-25 [alfons]     0.7.8claws26
10237
10238         * src/compose.c
10239                 don't allow return receipts when composing a news article
10240
10241 2002-06-25 [paul]       0.7.8claws25
10242
10243         * Makefile.am
10244                 add '$(AMTAR)' to 'release' section to allow for
10245                 new and older autotools
10246
10247 2002-06-25 [paul]       0.7.8claws24
10248
10249         * src/summaryview.c
10250                 fix "No more unread messages" persistant pop-up
10251                 window bug
10252
10253 2002-06-25 [paul]       0.7.8claws23
10254
10255         * po/it.po
10256                 updated by Alessandro Maestri
10257
10258 2002-06-25 [paul]       0.7.8claws22
10259
10260         * sync with 0.7.8cvs6
10261                 see ChangeLog 2002-06-25
10262
10263 2002-06-24 [paul]       0.7.8claws21
10264
10265         * tools/update-po
10266                 add GPL copyright information
10267
10268 2002-06-24 [paul]       0.7.8claws20
10269
10270         * tools/Makefile.am
10271           tools/README
10272           tools/update-po       ** NEW FILE **
10273                 add script that eases the creation of *.po files
10274                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10275
10276 2002-06-23 [alfons]     0.7.8claws19
10277
10278         * src/messageview.c
10279                 make notification_convert_header obey const correctness
10280                 (next step will be fixing the broken return receipt)
10281
10282 2002-06-23 [paul]       0.7.8claws18
10283
10284         * src/messageview.c
10285                 fix bug introduced in last commit:
10286                 removed too much code in last commit - put back what's
10287                 needed
10288
10289 2002-06-23 [paul]       0.7.8claws17
10290
10291         * src/messageview.[ch]
10292                 remove code committed in error from locally patched
10293                 source
10294
10295 2002-06-23 [colin]      0.7.8claws16
10296
10297         * src/compose.[ch]
10298                 add compose_entry_select(), used to select the default_to
10299                 email address - hopefully avoiding people sending mails to
10300                 wrong recipients.
10301
10302 2002-06-22 [alfons]     0.7.8claws15
10303
10304         * AUTHORS
10305                 add Bram Metsch & Stanislav Karchebny
10306         * src/smtp.[ch]
10307         * src/prefs_account.[ch]
10308         * src/send.c
10309                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10310                   options.  (see <http://sourceforge.net/tracker/index.php
10311                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10312
10313                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10314                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10315
10316 2002-06-22 [paul]       0.7.8claws14
10317
10318         * sync with 0.7.8cvs5
10319                 see ChangeLog 2002-06-19 and 2002-06-20
10320
10321 2002-06-22 [alfons]     0.7.8claws13
10322
10323         * src/selective_download.c
10324                 fix a stupid mistake I made
10325
10326 2002-06-22 [alfons]     0.7.8claws12
10327
10328         * src/selective_download.[ch]
10329                 fix another unnoticed leak; cleanup code
10330
10331 2002-06-21 [alfons]
10332
10333         * tools/Makefile.am
10334                 gpg-sign <-- gpg-sign-syl
10335
10336 2002-06-21 [alfons]     0.7.8claws11
10337
10338         * src/selective_download.c
10339         * src/selective_download.h
10340                 fix assorted mix of allocation errors (should solve
10341                 problem reported by Philippe Gramoullé, see:
10342                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10343
10344 2002-06-20 [melvin]     0.7.8claws10
10345
10346         * tools/gpg-sign *REMOVED*
10347           tools/gpg-sign-syl *ADDED*
10348                 Replaced the gpg clearsigning script with the version using
10349                 xterm instead of ssh-askpass and changed its name.
10350
10351         * README.claws
10352                 Updated actions example to reflect the renaming of the
10353                 gpg clearsigning script.
10354
10355 2002-06-19 [paul]       0.7.8claws9
10356
10357         * sync with 0.7.8claws9
10358                 see ChangeLog 2002-06-18 and 2002-06-19
10359
10360 2002-06-19 [paul]       0.7.8claws8
10361
10362         * sync with 0.7.8cvs1
10363                 see ChangeLog 2002-06-18
10364
10365 2002-06-18 [alfons]     0.7.8claws7
10366
10367         * src/mainwindow.h
10368                 add omitted prototype
10369
10370 2002-06-17 [paul]       0.7.8claws6
10371
10372         * src/mainwindow.c
10373                 fix hiding of exec_btn
10374
10375 2002-06-17 [paul]       0.7.8claws5
10376
10377         * src/pop.c
10378                 remove unneeded code: should_delete() 
10379                 and Pop3State::uidl_todelete_list
10380
10381 2002-06-17 [paul]       0.7.8claws4
10382
10383         * sync with 0.7.8
10384                 see ChangeLog 2002-06-11 and 2002-06-13
10385
10386 2002-06-16 [alfons]     0.7.8claws3
10387         
10388         * src/folder.c
10389                 make sure lock sort mode (claws specific) is
10390                 also persists after a tree rescan
10391
10392 2002-06-16 [alfons]     0.7.8claws2
10393
10394         * src/prefs_folder_item.c
10395         * src/folder.[ch]
10396                 fix persistence of folder sort mode (broken
10397                 by adapting Hiro's new folder persistence code)
10398
10399 2002-06-16 [alfons]     0.7.8claws1
10400
10401         * AUTHORS
10402         * src/logwindow.c
10403         * src/prefscommon.[ch]
10404                 control size of log text in log window; 
10405                 closes patch #569155 submitted by Mitko Haralanov.
10406
10407 2002-06-15 [paul]       0.7.8claws
10408
10409         * release of 0.7.8claws
10410
10411 2002-06-15 [paul]       0.7.7claws
10412
10413         * po/pt_BR.po
10414                 updated by Fabio Junior Beneditto
10415
10416 2002-06-14 [paul]       0.7.6claws49
10417
10418         * po/es.po
10419                 updated by Ricardo Mones Lastra
10420
10421 2002-06-14 [paul]       0.7.6claws48
10422
10423         * po/nl.po
10424                 updated translation by Wilbert Berendsen
10425
10426 2002-06-14 [melvin]     0.7.6claws47
10427
10428         * po/fr.po
10429                 Updated French translation
10430
10431 2002-06-13 [paul]       0.7.6claws46
10432
10433         * src/filesel.c
10434                 allow filename to be typed in, rather than just
10435                 selected by the mouse. Patch by Gustavo Noronha Silva.
10436
10437 2002-06-13 [alfons]     0.7.6claws45
10438
10439         * src/mainwindow.[ch]
10440                 more cleanups (removing unnecessary menu items Expand 
10441                 summary / message view)
10442
10443 2002-06-13 [melvin]     0.7.6claws44
10444
10445         * po/POTFILES.in
10446                 Added src/string_match.c
10447         * src/string_match.c
10448                 Fixed possible buffer overflow.
10449                 Corrected typo.
10450                 Added missing config.h header.
10451         * src/prefs_common.c
10452           src/prefs_matcher.c
10453           src/prefs_scoring.c
10454                 Made some strings translatable (missing _(..)).
10455
10456 2002-06-13 [melvin]     0.7.6claws43
10457
10458         * README.claws
10459                 Corrected action example (verifying clearsigned mail).
10460         * src/prefs_account.c
10461                 Corrected typo.
10462         * src/prefs_common.c
10463                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10464
10465 2002-06-12 [alfons]     0.7.6claws42
10466
10467         * src/summaryview.c
10468                 add init of score column lost in 0.7.6claws42
10469
10470 2002-06-12 [paul]       0.7.6claws41
10471
10472         * src/prefs_account.c
10473                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10474                 behavior of the radio buttons, (from 0.7.7cvs2)
10475
10476 2002-06-11 [alfons]     0.7.6claws40
10477
10478         * src/messageview.[ch]
10479         * src/summaryview.[ch]
10480         * src/summary_search.c
10481         * src/mainwindow.c
10482                 perform a sync to bring in Hiro's separate view implementation 
10483
10484                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10485
10486 2002-06-11 [paul]       0.7.6claws39
10487         
10488         * src/prefs_account.c
10489                 correct a typo on the Receive tab
10490
10491 2002-06-10 [match]      0.7.6claws38
10492
10493         * src/addressbook.c
10494                 Included address completion patch from Gustavo Noronha.
10495
10496 2002-06-10 [paul]       0.7.6claws37
10497
10498         * src/inc.[ch]
10499           src/pop.c
10500           src/prefs_account.[ch]
10501           src/selective_download.[ch]
10502                 apply PATCH #561712
10503                  NEW:
10504                 - check if POP Account
10505                 - Receive Button renamed to Preview
10506                 - Preview Button Popup: preview new/all messages
10507                 - Download Button
10508                 - Account Preferences-->Receive tab checkbutton if you
10509                   want to remove Mail after Download
10510                 -: default YES
10511                 - Account Preferences-->Receive tab checkbutton use
10512                   filtering rules on preview
10513                   (think of delete_on_server)
10514                 -: default YES
10515                 - Account selectable from SD dialog
10516                 - checkbutton to show already downloaded messages if
10517                   all messages are previewed
10518                 - new clist column showing Date
10519                 - ESC KEY close
10520                 FIXES:
10521                 - play ball with UIDL
10522                 - fault tolerant (?) 
10523                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10524
10525 2002-06-10 [melvin]     0.7.6claws36
10526
10527         * README.claws
10528                 Added a hint to ac/README in cvs instructions.
10529
10530         * src/prefs_actions.c
10531                 Made it possible to use a more elaborate command line
10532                 for asynchronous actions, too.
10533
10534 2002-06-10 [melvin]     0.7.6claws35
10535         
10536         * src/prefs_actions.c
10537                 Make it possible to use a more elaborate command line
10538                 (e.g. |foo|bar|cat>there;echo Done|)
10539                 Corrected error message when calling %f, %F and %p commands
10540                 from the compose window.
10541
10542 2002-06-09 [colin]      0.7.6claws34
10543
10544         * src/summaryview.c
10545                 Automatically find unread messages in current folder
10546                 before annoying the user.
10547
10548 2002-06-08 [alfons]     0.7.6claws33
10549
10550         * po/it.po
10551                 remove bad formatting string in it.po translation
10552                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10553
10554 2002-06-08 [paul]       0.7.6claws32
10555
10556         * sync with 0.7.6cvs25
10557                 see ChangeLog 2002-06-07
10558
10559 2002-06-05 [paul]       0.7.6claws31
10560
10561         * src/mainwindow.c
10562                 add 'Sort by locked' and 'Sort by score'
10563
10564 2002-06-05 [paul]       0.7.6claws30
10565
10566         * sync with 0.7.6cvs24
10567                 see ChangeLog 2002-06-04
10568
10569 2002-06-04 [paul]       0.7.6claws29
10570
10571         * po/pt_BR.po
10572                 updated by Fabio Junior Beneditto
10573
10574 2002-06-03 [thorsten]   0.7.6claws28
10575
10576         * src/matcher.c
10577                 fclose() matcherrc after reading
10578
10579 2002-06-03 [paul]       0.7.6claws27
10580
10581         * sync with 0.7.6cvs21
10582                 see ChangeLog 2002-05-31
10583
10584 2002-05-31 [paul]       0.7.6claws26
10585
10586         * sync with 0.7.6cvs20
10587                 see ChangeLog 2002-05-29 and 2002-05-30
10588
10589 2002-05-31 [paul]       0.7.6claws25
10590
10591         * src/imap.c
10592                 hopefully fix last buggy sync
10593
10594         * README.claws
10595                 correct typo in 'Actions' examples
10596
10597 2002-05-29 [paul]       0.7.6claws24
10598
10599         * sync with 0.7.6cvs18
10600                 see ChangeLog 2002-05-28 and 2002-05-29
10601
10602         * src/news.c
10603           src/nntp.[ch]
10604                 sync with above 
10605
10606 2002-05-28 [paul]       0.7.6claws23
10607
10608         * sync with 0.7.6cvs16
10609                 see ChangeLog 2002-05-28
10610
10611 2002-05-27 [thorsten]   0.7.6claws22 
10612
10613         * faq/it/sylpheed-faq-1.html
10614           faq/it/sylpheed-faq-2.html
10615           faq/it/sylpheed-faq-3.html
10616           faq/it/sylpheed-faq.html
10617                 corrected DOS lineendings
10618         * faq/de/sylpheed-faq-1.html
10619           faq/de/sylpheed-faq-2.html
10620           faq/en/sylpheed-faq-1.html
10621           faq/en/sylpheed-faq-2.html
10622           faq/en/sylpheed-faq-3.html
10623           faq/es/sylpheed-faq-1.html
10624           faq/es/sylpheed-faq-2.html
10625           faq/es/sylpheed-faq-3.html
10626           faq/fr/sylpheed-faq-1.html
10627           faq/it/sylpheed-faq-1.html
10628           faq/it/sylpheed-faq-2.html
10629           faq/it/sylpheed-faq-3.html
10630           faq/it/sylpheed-faq.html
10631                 changed ">" to &quot;
10632
10633 2002-05-27 [paul]       0.7.6claws21
10634         
10635         * sync with 0.7.6cvs15
10636                 see ChangeLog 2002-05-27
10637
10638 2002-05-27 [paul]       0.7.6claws20
10639
10640         * src/prefs_account.c
10641                 correct a typo
10642
10643 2002-05-26 [paul]       0.7.6claws19
10644
10645         * tools/README
10646                 correct a typo
10647
10648 2002-05-25 [paul]       0.7.6claws18
10649
10650         * tools/README
10651                 add description of kmail2sylpheed.pl
10652
10653 2002-05-25 [paul]       0.7.6claws17
10654
10655         * tools/kmail2sylpheed.pl       ** NEW FILE **
10656                 perl script that converts an exported Kmail address
10657                 book, converts it to sylpheed addressbook file,
10658                 writes the file to .sylpheed, and updates
10659                 addrbook--index.xml 
10660
10661 2002-05-25 [paul]       0.7.6claws16
10662
10663         * sync with 0.7.6cvs14
10664                 see ChangeLog 2002-05-23
10665
10666 2002-05-24 [paul]       0.7.6claws15
10667
10668         * README.claws
10669                 make a correction and add some more info
10670
10671 2002-05-24 [paul]       0.7.6claws14
10672
10673         * src/compose.c
10674                 fix memory leak in 
10675                 compose_redirect_write_headers_from_headerlist()
10676                 add Subject and Resent-Message-ID to
10677                 compose_redirect_write_headers()
10678                 Received, Subject, and X-UIDL are filtered out in 
10679                 compose_redirect_write_to_file()
10680
10681 2002-05-23 [paul]       0.7.6claws13
10682
10683         * src/compose.[ch]
10684           src/filtering.c
10685           src/mainwindow.c
10686           src/matcher.[ch]
10687           src/matcher_parser_lex.l
10688           src/matcher_parser_parse.y
10689           src/prefs_common.[ch]
10690           src/prefs_filtering.c
10691           src/summaryview.c
10692                 rename 'Bounce' to 'Redirect'
10693
10694 2002-05-23 [paul]       0.7.6claws12
10695
10696         * more sync with 0.7.6cvs13
10697           src/compose.c
10698                 see ChangeLog 2002-05-22
10699
10700 2002-05-22 [paul]       0.7.6claws11
10701
10702         * sync with 0.7.6cvs13
10703           src/codeconv.c
10704                 see ChangeLog 2002-05-20
10705           src/prefs_common.c
10706                 see ChangeLog 2002-05-22
10707
10708 2002-05-21 [melvin]     0.7.6claws10
10709
10710         * src/folderview.c
10711                 Added missing filtering and scoring headers
10712                 Fixed bad function call that showed garbage 
10713                 in Folder->Processing
10714
10715 2002-05-21 [paul]       0.7.6claws9
10716
10717         * tools/Makefile.am
10718                 make all tools executable, (patch by Alfons).
10719
10720 2002-05-20 [alfons]     0.7.6claws8
10721
10722         * src/procheader.c
10723                 don't forget to call mktime() so we have a valid week 
10724                 and year day
10725                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10726
10727 2002-05-20 [paul]       0.7.6claws7
10728
10729         * src/html.c
10730                 fix broken parsing of urls
10731         * src/textview.c
10732                 fix displaying of urls
10733
10734                 both fixes from the patch [547855] by Eugene 
10735                 Brevdo (zonem)
10736
10737 2002-05-19 [alfons]     0.7.6claws6
10738
10739         * configure.in
10740                 make sylpheed configure correctly with the latest
10741                 and greatest of automake / autoconf / gettext
10742
10743 2002-05-19 [alfons]     0.7.6claws5
10744
10745         * src/procheader.c
10746         * src/procheader.h
10747                 add function for returning ime zone offset
10748         * src/quote_fmt.c
10749         * src/quote_fmt_parse.y
10750                 better quotation formatting - does not convert
10751                 to local time, but uses the original date string.
10752                 
10753                 Note: %z inserts the timezone offset (should 
10754                 work also on platforms where strftime does not
10755                 support %z).
10756
10757 2002-05-18 [christoph]  0.7.6claws4
10758
10759         * src/summaryview.c
10760                 fix indentation of some code
10761         * tools/Makefile.am
10762                 fix spaces after \
10763         * src/Makefile.am
10764                 add missing \
10765                 correct path for ignorethread.xpm
10766                 incorrect filename for sylpheed_logo.xpm
10767                 add missing include matcher_parser_parse.h
10768
10769 2002-05-18 [paul]       0.7.6claws3
10770
10771         * sync with 0.7.6cvs8
10772                 see ChangeLog 2002-05-16 and 2002-05-17
10773
10774 2002-05-18 [melvin]     0.7.6claws2
10775
10776         * README.claws
10777                 Corrected an action's definition and fixed some misspellings.
10778
10779 2002-05-18 [paul]       0.7.6claws1
10780
10781         * tools/Makefile.am
10782           tools/gpg-sign        ** new file **
10783           tools/uudec           ** new file **
10784                 add Melvin's Actions scripts
10785
10786         * README.claws
10787                 add Melvin's descriptions for Actions
10788
10789 2002-05-18 [paul]       0.7.6claws
10790
10791         * Version 0.7.6claws released
10792
10793 2002-05-17 [paul]       0.7.5claws32
10794
10795         * po/es.po
10796                 updated by Ricardo Mones Lastra
10797
10798 2002-05-17 [paul]       0.7.5claws31
10799
10800         * src/compose.c
10801                 fix Account prefs default folder for sent/draft/deleted
10802                 messages bug
10803
10804         * po/it.po
10805           po/nl.po
10806                 updated translation by Alessandro Maestri and
10807                 Wilbert Berendsen
10808
10809 2002-05-17 [melvin]     0.7.5claws30
10810
10811         * src/prefs_actions.c
10812                 Fixed bug where using %F not at the end of the command 
10813                 resulted in an additional empty argument being created.
10814                 Thanks to Darko Koruga for reporting the bug.
10815
10816 2002-05-17 [melvin]     0.7.5claws29
10817
10818         * po/fr.po
10819                 Updated French translations.
10820
10821 2002-05-15 [paul]       0.7.5claws28
10822         
10823         * po/es.po
10824                 updated by Ricardo Mones Lastra
10825
10826 2002-05-15 [paul]       0.7.5claws27
10827
10828         * sync with 0.7.6cvs4
10829                 see ChangeLog 2002-05-14 and 2002-05-15
10830
10831 2002-05-14 [paul]       0.7.5claws26
10832
10833         * sync with 0.7.6cvs1
10834                 see ChangeLog 2002-05-13
10835
10836 2002-05-13 [thorsten]   0.7.5claws25
10837
10838         * src/messageview.c
10839                 fix select_all and copy in multipart messages
10840         * src/mainwindow.c
10841                 fix select_all and copy in multipart messages
10842
10843 2002-05-12 [paul]       0.7.5claws24
10844
10845         * src/summaryview.c
10846                 reverse last commit, bug already fixed in 0.7.5claws3
10847
10848 2002-05-12 [netztorte]  0.7.5claws23
10849
10850         * src/summaryview.c
10851                 dont parse empty addressbook (checked in before claws20)
10852
10853 2002-05-12 [melvin]     0.7.5claws22
10854
10855         * src/procmsg.[ch]
10856                 Removed unneeded priority code introduced by the previous 
10857                 commit.
10858
10859 2002-05-12 [melvin]     0.7.5claws21
10860
10861         * src/compose.[ch]
10862                 Added possibility to set message's priority.
10863         * src/procmsg.[ch]
10864                 Added possibility to set message's priority.
10865                 Added missing headers
10866
10867 2002-05-12 [melvin]     0.7.5claws20
10868
10869         * src/prefs_actions.c
10870                 Removed implicitely added quotes around the name
10871                 of the temporary files of mime parts.
10872
10873 2002-05-12 [paul]       0.7.5claws19
10874
10875         * sync with 0.7.5cvs20
10876                 see ChangeLog 2002-05-11
10877
10878 2002-05-12 [alfons]     0.7.5claws18
10879
10880         * src/quote_fmt_lex.l
10881         * src/quote_fmt_parse.y
10882                 allow quote / reply date & time format to be set using
10883                 %D{format}. format is a format string you'd pass to
10884                 strftime() (see man strftime, or the Display tab |
10885                 Date format setting).
10886
10887                 Currently %D converts the date to local time. 
10888
10889 2002-05-11 [paul]       0.7.5claws17
10890
10891         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10892                 see ChangeLog 2002-05-10 and 2002-05-11
10893
10894 2002-05-10 [paul]       0.7.5claws16
10895
10896         * sync with 0.7.5cvs16
10897                 see ChangeLog entries 2002-05-09 and 
10898                 2002-05-10
10899
10900 2002-05-10 [colin]      0.7.5claws15
10901
10902         * src/textview.c
10903                 Corrected a bug that prevented sylpheed to open
10904                 double-clicked URIs.
10905
10906 2002-05-09 [paul]       0.7.5claws14
10907
10908         * sync with 0.7.5cvs14
10909                 see ChangeLog 2002-05-08 and 2002-05-09
10910
10911 2002-05-08 [paul]       0.7.5claws13
10912
10913         * sync with 0.7.5cvs11
10914                 see ChangeLog entry 2002-05-08
10915
10916 2002-05-08 [paul]       0.7.5claws12
10917
10918         * src/mainwindow.c
10919           src/textview.[ch]
10920                 fix segfault on View->Open in new window
10921                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10922
10923 2002-05-07 [paul]       0.7.5claws11
10924
10925         * sync with 0.7.5cvs9
10926                 see ChangeLog entry 2002-05-07
10927
10928 2002-05-06 [paul]       0.7.5claws10
10929
10930         * src/messageview.c
10931           src/textview.c
10932                 display url in statusbar on single-click
10933                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10934
10935 2002-05-06 [match]      0.7.5claws9
10936
10937         * src/addritem.[ch]
10938                 new functions.
10939         * src/addrcache.c
10940                 tidy up.
10941         * src/xmlprops.[ch]
10942                 XML implementation of properties file.
10943         * src/exporthtml.[ch]
10944         * src/expthtmldlg.[ch]
10945         * src/addressbook.c
10946                 export to HTML.
10947
10948 2002-05-02 [sergey]     0.7.5claws8
10949
10950         * src/mainwindow.c (mainwin_entries),
10951           src/prefs_common.c (prefs_send_create()),
10952           src/codeconv.c (locale_table):
10953                 use charset name "Windows-1251" instead of "CP1251".
10954
10955 2002-05-02 [colin]      0.7.5claws7
10956         
10957         * src/compose.c
10958           src/prefs_common.c
10959           src/prefs_folder_item.c
10960                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10961
10962 2002-05-02 [hiro]       0.7.5claws6
10963
10964         * src/imap.c
10965                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10966
10967 2002-05-02 [paul]       0.7.5claws5
10968
10969         * src/compose.c
10970                 more sync with 0.7.5cvs7, see ChangeLog entry
10971                 2002-05-02
10972
10973 2002-05-02 [hiro]       0.7.5claws4
10974
10975         * src/compose.c
10976                 compose_queue_sub():
10977                 check if queue folder exists (closes #550397).
10978                 removed directory creation since it should be handled
10979                 transparently.
10980         * src/imap.c
10981                 imap_add_msg(): return UID for appended message
10982                 (closes #548842).
10983
10984 2002-04-30 [paul]       0.7.5claws3
10985
10986         * src/summaryview.c
10987                 fix account_find_from_address() bug
10988
10989 2002-04-28 [colin]      0.7.5claws2
10990
10991         * src/compose.c
10992           src/textview.c
10993           src/prefs_common.[ch]
10994           src/utils.[ch]
10995                 Added user-definable quotation characters recognition.
10996
10997 2002-04-28 [paul]       0.7.5claws1
10998
10999         * sync with 0.7.5cvs4
11000                 see ChangeLog entry  2002-04-25
11001
11002 2002-04-28 [paul]       0.7.5claws
11003
11004         * po/es.po
11005           po/nl.po
11006           po/pt_BR.po
11007                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11008                 Fabio Junior Beneditto
11009
11010 2002-04-27 [jens]       0.7.4claws103
11011
11012         * po/de.po
11013                 updated German translation.
11014
11015 2002-04-27 [hiro]       0.7.4claws102
11016
11017         * src/summaryview.c
11018                 summary_write_cache(): fixed the mark loss of hidden messages.
11019
11020 2002-04-26 [melvin]     0.7.4claws101
11021
11022         * src/procmsg.c
11023                 fixed a second typo (same one)
11024         * po/fr.po
11025           po/it.po
11026           po/pt_BR.po
11027                 fixed the type again...
11028
11029 2002-04-26 [melvin]     0.7.4claws100
11030
11031         * src/procmsg.c
11032                 fixed a typo in an alert message ("temorary").
11033         * po/it.po
11034         * po/pt_BR.po
11035                 corrected the typo  described above.
11036         * po/fr.po
11037                 updated French translation.
11038
11039 2002-04-26 [darko]      0.7.4claws99
11040
11041         * src/summaryview.c
11042                 fix target folder colorization
11043
11044 2002-04-25 [paul]       0.7.4claws98
11045
11046         * po/it.po
11047                 updated by Alessandro Maestri
11048
11049 2002-04-24 [colin]      0.7.4claws97
11050         
11051         * src/compose.c
11052                 Fixed double "subject is empty" question.
11053
11054 2002-04-23 [colin]      0.7.4claws96
11055         
11056         * src/mimeview.c
11057                 Corrected issue when "automatically display images" was
11058                 not set : first image remained after selecting second.
11059
11060 2002-04-23 [melvin]     0.7.4claws95
11061
11062         * src/prefs_actions.c
11063                 Don't display in/out dialog if there is nothing to show.
11064
11065 2002-04-23 [paul]       0.7.4claws94
11066
11067         * sync with 0.7.5cvs3
11068                 bug fixes: see ChangeLog entry 2002-04-23
11069
11070 2002-04-22 [darko]      0.7.4claws93
11071
11072         * src/compose.c
11073                 fix previous check-in which changed code after
11074                 merge from main
11075
11076 2002-04-22 [paul]       0.7.4claws92
11077
11078         * faq/de/*
11079                 add German FAQ
11080         * faq/en/*
11081           faq/es/*
11082           faq/fr/*
11083                 update English, Spanish and French FAQs
11084         * manual/de/*
11085           manual/es/*
11086                 add German and Spanish manuals
11087         * manual/en/*
11088           manual/fr/*
11089                 update English and French manuals
11090
11091         * src/Makefile.am
11092                 add to and re-arrange the pixmap entries
11093
11094 2002-04-22 [darko]      0.7.4claws91
11095
11096         * src/compose.c
11097                 fix sender initials recognition to only allow
11098                 '>' after the initials
11099
11100 2002-04-21 [paul]       0.7.4claws90
11101
11102         * sync with 0.7.5 release
11103                 see ChangeLog entry 2002-04-21
11104
11105 2002-04-21 [alfons]
11106
11107         * src/Makefile.am
11108                 add colin's new pixmaps to EXTRA_DIST
11109
11110 2002-04-21 [colin]      0.7.4claws89
11111         * src/compose.c
11112         * src/inc.c
11113         * src/mainwindow.[ch]
11114         * src/prefs_common.[ch]
11115         * src/stock_pixmap.[ch]
11116                 Added "Work offline" ability.
11117
11118 2002-04-21 [colin]      0.7.4claws88
11119         
11120         * src/mimeview.c
11121         * src/prefs_common.c
11122         * src/prefs_common.h
11123         * src/textview.c : Added an option to common preferences -> display
11124           to allow user not to automatically display images.
11125
11126 2002-04-21 [paul]       0.7.4claws87
11127
11128         * sync with 0.7.4cvs52
11129                 see ChangeLog entry 2002-04-21 (src/imap.c)
11130
11131 2002-04-21 [paul]       0.7.4claws86
11132
11133         * sync with 0.7.4cvs51
11134                 see ChangeLog entry 2002-04-21
11135
11136 2002-04-21 [paul]       0.7.4claws85
11137
11138         * sync with 0.7.4cvs49
11139                 see ChangeLog entries 2002-04-20 and 2002-04-21
11140
11141         * src/Makefile.am
11142                 clean up: remove old 'stock_' element from xpm 
11143                 filenames.
11144
11145 2002-04-21 [alfons]     0.7.4claws84
11146
11147         apply sync patch from Paul
11148
11149         * src/folderview.c
11150                 use old claws prefs_folder_item_create() for now
11151
11152 2002-04-19 [match]      0.7.4claws83
11153
11154         * src/addressbook.[ch]
11155         * src/addrharvest.[ch]
11156         * src/addrgather.[ch]
11157                 recurse folders.
11158         * src/mainwindow.c
11159         * src/summaryview.[ch]
11160                 change menu option.
11161
11162 2002-04-19 [paul]       0.7.4claws82
11163
11164         * po/pt_BR.po
11165                 updated by Fabio Junior Beneditto
11166
11167 2002-04-14 [alfons]     0.7.4claws81
11168
11169         * src/passphrase.c
11170                 add #include <sys/types.h> for mode_t and off_t 
11171
11172 2002-04-13 [paul]       0.7.4claws80
11173         
11174         * src/main.c
11175           src/passphrase.[ch]
11176           src/pgptext.c
11177           src/prefs_common.[ch]
11178           src/rfc2015.c
11179                 enable storing of GnuPG passphrase for the whole 
11180                 session or a user-defined number of minutes. patch 
11181                 submitted by Ravemax <ravemax@dextrose.com>
11182
11183 2002-04-13 [alfons]     0.7.4claws79
11184
11185         * src/textview.c
11186                 make email parser also stop scanning when encountering separators
11187                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11188
11189 2002-04-13 [paul]       0.7.4claws78
11190
11191         * sync with 0.7.4cvs39
11192                 see ChangeLog entry 2002-04-12
11193
11194 2002-04-11 [paul]       0.7.4claws77
11195
11196         * sync with 0.7.4cvs37
11197                 see ChangeLog entry 2002-04-11
11198
11199 2002-04-11 [paul]       0.7.4claws76
11200
11201         * COPYING 
11202                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11203                 the clause for OpenSSL). sync with sylpheed main
11204
11205 2002-04-09 [melvin]     0.7.4claws75
11206
11207         * src/compose.c
11208                 Made 'Ctrl-Enter' on send ignore some modifiers 
11209                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11210                 to bind other *-Enter (but not Alt-Enter).
11211
11212 2002-04-09 [paul]       0.7.4claws74
11213
11214         * sync with 0.7.4cvs35
11215                 see ChangeLog entries 2002-04-09
11216
11217 2002-04-08 [paul]       0.7.4claws73
11218
11219         * sync with 0.7.4cvs33
11220                 see ChangeLog entry 200-04-08
11221
11222 2002-04-07 [match]      0.7.4claws72
11223
11224         * src/addrharvest.[ch]
11225                 fixed to read all addresses in header, regardless
11226                 of header size. improved name parsing. accommodate
11227                 harvest from folders and selected message.
11228         * src/addritem.[ch]
11229                 included new address parsing function.
11230         * src/addrgather.[ch]
11231         * src/addressbook.[ch]
11232         * src/summaryview.[ch]
11233         * src/mainwindow.c
11234                 allow address harvest of folder as well as selected
11235                 messages.
11236
11237 2002-04-07 [paul]       0.7.4claws71
11238
11239         * src/esmtp.[ch]
11240           src/smtp.c
11241                 don't try to authenticate with CRAM-MD5 in SMTP when 
11242                 SMTP-AUTH enabled if MTA doesn't issue this 
11243                 auth-method in it's ehlo-response. bug item #531364,
11244                 patch item #938910. patch submitted by Colin Leroy 
11245                 <colin@colino.net>
11246
11247 2002-04-07 [paul]       0.7.4claws70
11248
11249         * src/nntp.c
11250                 fix missing MODE_READER bug. patch submitted by
11251                 Colin Leroy <colin@colino.net>
11252
11253 2002-04-07 [alfons]     0.7.4claws69
11254
11255         * src/matcher.[ch]
11256         * src/prefs_filtering.c
11257         * src/summaryview.c
11258                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11259                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11260
11261 2002-04-07 [paul]       0.7.4claws68
11262
11263         * sync with 0.7.4cvs32
11264                 see ChangeLog entry 2002-04-06
11265
11266         * tools/filter_conv.pl
11267                 more bug fixes
11268
11269 2002-04-06 [paul]       0.7.4claws67
11270
11271         * tools/filter_conv.pl
11272                 modify to be able to find the name of the first
11273                 mailbox and use that. main's filter does not
11274                 record the full path to the mailbox and therefore
11275                 can only filter to the first mailbox.
11276
11277 2002-04-05 [paul]       0.7.4claws66
11278
11279         * tools/filter_conv.pl
11280                 attempt to make the script all-encompassing and
11281                 be able to convert any main 'filter' rule thrown
11282                 at it
11283
11284 2002-04-05 [paul]       0.7.4claws65
11285
11286         * tools/filter_conv.pl
11287                 allow for collapsed folder trees
11288
11289 2002-04-05 [paul]       0.7.4claws64
11290
11291         * sync with 0.7.4cvs31
11292                 see ChangeLog entries 2002-04-05
11293
11294 2002-04-03 [paul]       0.7.4claws63
11295
11296         * sync with 0.7.4cvs29
11297                 see ChangeLog entries 2002-04-02 and 2002-04-03
11298
11299 2002-04-02 [paul]       0.7.4claws62
11300
11301         * sync with 0.7.4cvs26
11302                 see ChangeLog entry 2002-04-01
11303
11304 2002-04-02 [match]      0.7.4claws61
11305
11306         * src/pine.[ch]
11307         * src/importpine.[ch]
11308         * src/addressbook.c
11309                 import Pine address book.
11310
11311 2002-04-02 [match]      0.7.4claws60
11312
11313         * src/addrharvest.[ch]
11314                 improve address parsing of funky addresses.
11315
11316 2002-04-02 [darko]      0.7.4claws59
11317
11318         * src/compose.c
11319                 wrap on send improvements, it now recognizes quoted
11320                 initials as part of the quotation string, and it
11321                 does not join lines separated by CR
11322
11323 2002-04-01 [match]      0.7.4claws58
11324
11325         * src/mgutils.[ch]
11326                 added new functions.
11327         * src/mutt.[ch]
11328                 remove excessive duplicate address generation
11329                 on import.
11330
11331 2002-04-01 [alfons]     0.7.4claws57
11332         
11333         * src/summaryview.c
11334                 put back g_free() 
11335
11336 2002-04-01 [paul]       0.7.4claws56
11337
11338         * sync with 0.7.4cvs25
11339                 see ChangeLog entry 2002-04-01
11340
11341 2002-04-01 [alfons]     0.7.4aprilfool55
11342
11343         * src/summaryview.c
11344                 honour feature request item #537427 to allow for
11345                 displaying names from address book for sent mail also
11346
11347 2002-03-29 [paul]       0.7.4claws54
11348
11349         * src/mainwindow.c
11350           src/prefs_filtering.[ch]
11351           src/prefs_matcher.c
11352           src/summaryview.c
11353                 add 'fast filter' for claws' filtering,
11354                 /Tools/Create filter rule/... patch submitted
11355                 by Neill Miller <neillm@thecodefactory.org>
11356
11357 2002-03-29 [paul]       0.7.4claws53
11358
11359         * sync with 0.7.4cvs24
11360                 see ChangeLog entry 2002-03-29
11361
11362 2002-03-28 [paul]       0.7.4claws52
11363
11364         * sync with 0.7.4cvs23
11365                 see ChangeLog entry 2002-03-28
11366
11367 2002-03-27 [melvin]     0.7.4claws51
11368
11369         * src/prefs_actions.c
11370                 Added support to pass only one message part (as a
11371                 file) to the command using '%p'. No quotes are needed
11372                 because doubles quotes are automatically added.
11373                 Fixed bug where Sylpheed could block when waiting for
11374                 a child process to finish.
11375                 Changed the help menu to remove quotes around symbols to 
11376                 avoid misinterpretation (they must not be used).
11377
11378 2002-03-27 [melvin]     0.7.4claws50
11379
11380         * src/inc.c
11381                 Made the new mail notification command always 
11382                 execute asynchronously.
11383
11384 2002-03-27 [paul]       0.7.4claws49
11385
11386         * src/compose.c
11387                 fix bug introduced in last commit
11388
11389 2002-03-27 [paul]       0.7.4claws48
11390
11391         * sync with 0.7.4cvs21
11392                 see ChangeLog 2002-03-26 and 2002-03-27
11393
11394 2002-03-26 [hoa]        0.7.4claws47
11395
11396         * src/prefs_folder_item.c
11397                 really fixed the bug #516442 with folder rescan.
11398
11399 2002-03-26 [paul]       0.7.4claws46
11400
11401         * sync with 0.7.4cvs19
11402                 see ChangeLog entries 2002-03-25 and 2002-03-26
11403
11404 2002-03-25 [hoa]        0.7.4claws45
11405
11406         * src/matcher.c
11407         * src/mh.c
11408                 fix the bug #516442 with folder rescan.
11409
11410         * src/prefs_common.[ch]
11411         * src/compose.c
11412                 added an option to enable two different behaviours
11413                 for bounce.
11414
11415
11416 2002-03-25 [paul]       0.7.4claws44
11417
11418         * src/mainwindow.c
11419           src/selective_download.c
11420                 correct a few menuitem labels
11421
11422 2002-03-25 [christoph]  0.7.4claws43
11423
11424         * src/procmsg.c
11425                 fix non deleted tmp message in
11426                 procmsg_save_to_outbox
11427                 fix problems caused by sync with
11428                 main branch's procmsg_send_queue
11429
11430 2002-03-25 [paul]       0.7.4claws42
11431
11432         * src/quote_fmt.c
11433           src/quote_fmt_lex.l
11434           src/quote_fmt_parse.y
11435                 add Last name (%L) placeholder for quoting. 
11436                 patch submitted by Thorsten Thielen 
11437                 <thth@users.sourceforge.net>
11438
11439 2002-03-25 [paul]       0.7.4claws41
11440
11441         * src/utils.c
11442                 get full hostname. patch submitted by
11443                 Bob Woodside <rwoodside1@comcast.net>
11444
11445 2002-03-25 [paul]       0.7.4claws40
11446
11447         * src/account.c
11448           src/news.c
11449           src/nntp.[ch]
11450           src/prefs_account.[ch]
11451                 enable NNTP over SSL. patch submitted by
11452                 Pascal Jermini <pascal@infinity.hn.org>
11453
11454 2002-03-24 [paul]       0.7.4claws39
11455
11456         * src/prefs_common.c
11457                 make the arrangement of the Compose tab more
11458                 coherent
11459
11460         * src/mainwindow.c
11461                 fix some irregularities of style
11462
11463         * po/de.po
11464                 updated by Kilian Krause
11465
11466 2002-03-23 [paul]       0.7.4claws38
11467
11468         * po/pt_BR.po
11469                 updated by Fabio Junior Beneditto
11470
11471 2002-03-23 [paul]       0.7.4claws37
11472
11473         * src/mainwindow.c
11474                 move 'Gather addresses' to 'Tools' menu
11475                 make 'Selective download' sensitive
11476
11477 2002-03-23 [paul]       0.7.4claws36
11478
11479         * sync with 0.7.4cvs16
11480                 see ChangeLog entries 2002-03-23
11481
11482 2002-03-22 [christoph]  0.7.4claws35
11483
11484         * src/quote_fmt_parse.y
11485                 fix include program output
11486
11487 2002-03-22 [alfons]     0.7.4claws34
11488
11489         * src/pop.c
11490                 initialize GDate stack variable correctly (sorry!)
11491
11492 2002-03-22 [paul]       0.7.4claws33
11493
11494         * src/compose.c
11495           src/mainwindow.c
11496           src/prefs_actions.c
11497           src/prefs_common.c
11498                 rename 'Tool' to 'Tools'
11499
11500         * src/mainwindow.c
11501                 move 'Delete duplicated messages' from
11502                 'Message/' to 'Tools/'
11503                 re-arrange the order of 'Tools/' items
11504
11505 2002-03-22 [paul]       0.7.4claws32
11506
11507         * src/addr_compl.c
11508           src/addressbook.[ch]
11509                 auto-address completion now also matches on
11510                 Nickname. patch submitted by Bob Forsman 
11511                 <hammor@users.sourceforge.net>
11512
11513         * src/editaddress.c
11514                 correct a spelling mistake
11515
11516 2002-03-22 [alfons]     0.7.4claws31
11517
11518         * src/pop.c
11519                 fix getting uidl from incorrect string 
11520                 (spotted by Colin)
11521
11522 2002-03-21 [alfons]     0.7.4claws30
11523
11524         * src/pop.c
11525                 more code refactoring
11526                 plug mem leak introduced by delete on server
11527
11528 2002-03-21 [paul]       0.7.4claws29
11529
11530         * sync with 0.7.4cvs11
11531                 see ChangeLog entries 2002-03-20
11532
11533 2002-03-20 [alfons]     0.7.4claws28
11534
11535         * src/inc.c
11536                 apply Colin's patch and refactor
11537
11538 2002-03-20 [paul]       0.7.4claws27
11539
11540         * sync with sylpheed 0.7.4cvs9
11541                 see ChangeLog entry 2002-03-20
11542
11543 2002-03-19 [christoph]  0.7.4claws26
11544
11545         * src/mh.c
11546         * src/procmsg.[ch]
11547         * src/summaryview.c
11548                 revert changes for flag updates
11549                 (does not work correctly and no time to debug)
11550
11551 2002-03-20 [alfons]     0.7.4claws25
11552
11553         * src/pop.c
11554                 refactor should_delete() a little bit 
11555
11556 2002-03-19 [paul]       0.7.4claws24
11557
11558         * src/inc.[ch]
11559           src/pop.c
11560           src/prefs_account.[ch]
11561                 allow the user to leave downloaded mail on the 
11562                 server for n days. Patch submitted by Colin Leroy 
11563                 <colin@colino.net>
11564
11565 2002-02-19 [paul]       0.7.4claws23
11566
11567         * sync with sylpheed 0.7.4cvs8
11568                 see ChangeLog entries 2002-03-19
11569
11570 2002-03-18 [paul]       0.7.4claws22
11571
11572         * sync with sylpheed 0.7.4cvs6
11573                 see ChangeLog entry 2002-03-18
11574
11575 2002-03-18 [paul]       0.7.4claws21
11576
11577         * po/en_GB.po
11578                 add en_GB message catalogue
11579
11580         * src/mbox_folder.c
11581           src/prefs_account.c
11582           src/prefs_actions.c
11583                 correct a few spelling mistakes
11584
11585 2002-03-17 [alfons]     0.7.4claws20
11586
11587         * src/matcher.c
11588                 more stringent checks for NULL params when writing
11589                 filtering actions to a file
11590                 
11591 2002-03-17 [hoa]        0.7.3claws20
11592
11593         * src/news.c
11594                 fixed the count of new messages
11595
11596         * src/compose.c
11597                 fixed the "attachment properties" window
11598
11599 2002-03-17 [paul]       0.7.4claws19
11600
11601         * src/defs.h
11602           src/folder.h
11603           src/news.c
11604           src/prefs_account.[ch]
11605           src/procmsg.[ch]
11606           src/summaryview.c
11607                 automatically mark cross-posted messages as read 
11608                 and (optionally) give them a colour label
11609                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11610                 
11611
11612 2002-03-17 [paul]       0.7.4claws18
11613
11614         * sync with sylpheed 0.7.4cvs5
11615                 see ChangeLog entry 2002-03-17
11616
11617 2002-03-17 [melvin]     0.7.4claws17
11618         
11619         * src/textview.c
11620                 Worked around a gtktext 'bug': when searching for 
11621                 a text in a long message it was scrolling slowly
11622                 line by line until it hit the searched text.
11623         * po/fr.po
11624                 Updated French translation
11625
11626 2002-03-17 [melvin]     0.7.4claws16
11627
11628         * src/mainwindow.c
11629         * src/compose.c
11630         * src/prefs_actions.c
11631                 Moved "Edit/Actions" to "Tool/Actions"
11632                 Made mainwindow/compose window sensitive as soon as
11633                 no child process is running anymore even if the io dialog
11634                 is open.
11635                 Fixed a struct being initialized with a non constant char*
11636
11637 2002-03-16 [christoph]  0.7.4claws15
11638
11639         * configure.in
11640                 add --with-compiler-flags option
11641                 (only for developer hacking)
11642         * src/mh.c
11643         * src/procmsg.[ch]
11644         * src/summaryview.c
11645                 try to make folder-stats and flag handling more
11646                 independent from the summaryview. msgcounts
11647                 are only set when the folder is opened and
11648                 procmsg_msginfo_(un)set_flags will handle it
11649                 later and summaryview will get the values
11650                 from the folder.
11651
11652 2002-03-16 [paul]       0.7.4claws14
11653
11654         * src/messageview.c
11655                 fix Return-receipt. Patch submitted by Bob
11656                 Woodside <rwoodside1@comcast.net>
11657
11658 2002-03-16 [paul]       0.7.4claws13
11659
11660         * src/compose.c
11661                 fix 'dynamic' signatures, make it work again
11662                 broken during sync on 2002-03-14 (0.7.4claws2)
11663
11664 2002-03-15 [match]      0.7.4claws12
11665
11666         * src/addrharvest.[ch]
11667         * src/addrgather.[ch]
11668         * src/addressbook.[ch]
11669         * src/mainwindow.c
11670                 included address harvester feature. still some
11671                 issues with address parsing that I will fix.
11672
11673 2002-03-15 [match]      0.7.4claws11
11674
11675         * src/addrbook.[ch]
11676         * src/addrcache.[ch]
11677         * src/addressbook.[ch]
11678         * src/addrindex.c
11679         * src/editbook.c
11680         * src/importldif.c
11681         * src/importmutt.c
11682         * src/jpilot.[ch]
11683         * src/main.c
11684         * src/syldap.[ch]
11685         * src/vcard.[ch]
11686                 tidy up. fix memory leaks. moved attribs and methods
11687                 from individual interfaces to addrcache object. prep
11688                 for new stuff to come in.
11689
11690 2002-03-15 [alfons]     0.7.4claws10
11691
11692         * src/matcher.[ch]
11693         * src/matcher_parser_parse.y
11694         * src/matcher_parser_lex.l
11695         * src/prefs_matcher.c
11696                 add filtering conditions message greater than, smaller 
11697                 than, and exactly matching a size in bytes
11698                 (does not work with delete from POP3 server yet)
11699
11700                 this should also give others an idea what you should
11701                 do to add new criterions to claws filtering system
11702                 
11703
11704 2002-03-15 [paul]       0.7.4claws9
11705
11706         * tools/filter_conv.pl
11707                 exit if there are no filter rules to convert
11708                 rename filterrc to filterrc.old after completion
11709
11710 2002-03-15 [paul]       0.7.4claws8
11711
11712         * sync with sylpheed 0.7.4cvs3
11713                 see ChangeLog entry 2002-03-14
11714
11715 2002-03-14 [paul]       0.7.4claws7
11716
11717         * src/compose.c
11718                 clean up the last commit (ahem)
11719
11720 2002-03-14 [paul]       0.7.4claws6
11721
11722         * src/compose.c
11723                 fix bug #515655. honour account preferences
11724                 regarding gpg default signing/encryption when 
11725                 changing account from the compose window.
11726
11727 2002-03-14 [paul]       0.7.4claws5
11728
11729         * src/folderview.c
11730                 remove unnecessary curly brackets
11731
11732 2002-03-14 [paul]       0.7.4claws4
11733
11734         * src/folderview.c
11735           src/prefs_filtering.[ch]
11736                 add filter rename on folder rename and filter
11737                 delete on folder delete. Patch submitted by
11738                 Neill Miller <neillm@thecodefactory.org> 
11739
11740 2002-03-14 [christoph]  0.7.4claws3
11741
11742         * src/procmsg.c
11743         * src/send.c
11744                 fix local delivery
11745                 (patch submitted by "Simon 'corecode' Schubert")
11746         * src/prefs_common.c
11747         * src/procmsg.c
11748                 fix gcc 3.0 warning
11749
11750 2002-03-14 [paul]       0.7.4claws2
11751
11752         * sync with sylpheed 0.7.4cvs2
11753                 see ChangeLog entry 2002-03-13
11754
11755 2002-03-12 [darko]      0.7.4claws1
11756
11757         * src/mainwindow.c
11758                 fix what seems to be a copy and paste error
11759                 when setting color for important messages
11760                 (reported by wwp)
11761
11762 2002-03-11 [paul]       version 0.7.4claws released
11763
11764 2002-03-11 [paul]       0.7.4claws
11765
11766         * po/es.po
11767           po/it.po
11768           po/nl.po
11769           po/pt_BR.po
11770                 update message catalogs. Submitted by Ricardo Mones 
11771                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11772                 Fabio Junior Beneditto
11773
11774         * configure.in
11775           faq/Makefile.am
11776           faq/it/Makefile
11777           faq/it/sylpheed-faq*
11778           src/mainwindow.c
11779           src/manual.[ch]
11780                 add FAQ in Italian
11781         
11782
11783 2002-03-11 [jens]       0.7.3claws7
11784
11785         * po/de.po
11786                 updated German translation
11787
11788 2002-03-11 [melvin]     0.7.3claws6
11789
11790         * po/fr.po
11791                 updated and corrected French translation
11792
11793 2002-03-10 [hoa]        0.7.3claws5
11794
11795         * src/account.c
11796         * src/inc.c
11797         * src/prefs_account.c
11798         * src/procmsg.c
11799         * src/send.[ch]
11800                 fixed the local account.
11801                 you have to change the default "/usr/sbin/sendmail"
11802                 to "/usr/sbin/sendmail -t" in the preferences of
11803                 the local account.
11804
11805         * src/procmime.c
11806                 removed some debug display for renderer
11807
11808 2002-03-10 [paul]       0.7.3claws4
11809
11810         * faq/en/sylpheed-faq-1.html
11811           faq/en/sylpheed-faq-2.html
11812                 update
11813
11814 2002-03-09 [paul]       0.7.3claws3
11815
11816         * sync with sylpheed 0.7.4
11817                 see ChangeLog entry 2002-03-09
11818
11819 2002-03-08 [paul]       0.7.3claws2
11820
11821         * faq/en/sylpheed-faq*
11822           faq/es/sylpheed-faq*
11823           faq/fr/sylpheed-faq*
11824                 update the FAQs
11825
11826         * manual/fr/.cvsignore
11827           manual/fr/Makefilea.am
11828           manual/fr/sylpheed*
11829           src/mainwindow.c
11830           src/manual.[ch]
11831                 add the French manual
11832
11833 2002-03-07 [paul]       0.7.3claws1
11834
11835         * sync with sylpheed 0.7.3cvs4
11836                 see ChangeLog entries  2002-03-06 and 2002-03-07
11837         
11838         * po/nl.po
11839                 updated by Wilbert Berendsen
11840
11841 2002-03-07 [melvin]     0.7.2claws34
11842
11843         * src/selective_download.c
11844                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11845
11846 2002-03-06 [paul]       0.7.2claws33
11847
11848         * sync with sylpheed 0.7.3cvs1
11849                 bug fix, see ChangeLog entry 2002-03-05
11850
11851 2002-03-05 [paul]       0.7.2claws32
11852
11853         * src/mimeview.c
11854           src/pgptext.[ch]
11855           src/procmsg.c
11856                 reverse the pgp ascii-armored code implemented in 
11857                 0.7.2claws16. removal of this code until it matures.
11858                 this means that verifying ascii-armored pgp sigs and
11859                 automatic decryption of ascii-armored encrypted
11860                 messages no longer works.
11861
11862 2002-03-05 [paul]       0.7.2claws31
11863
11864         * configure.in
11865           Makefile.am
11866         * faq/Makefile.am
11867         * faq/en/Makefile.am
11868           faq/en/sylpheed-faq.html
11869           faq/en/sylpheed-faq-1.html
11870           faq/en/sylpheed-faq-2.html
11871           faq/en/sylpheed-faq-3.html
11872         * faq/es/Makefile.am
11873           faq/es/sylpheed-faq.html
11874           faq/es/sylpheed-faq-1.html
11875           faq/es/sylpheed-faq-2.html
11876           faq/es/sylpheed-faq-3.html
11877           faq/es/sylpheed-faq-4.html
11878         * faq/fr/Makefile.am
11879           faq/fr/sylpheed-faq.html
11880           faq/fr/sylpheed-faq-1.html
11881           faq/fr/sylpheed-faq-2.html
11882           faq/fr/sylpheed-faq-3.html
11883         * src/Makefile.am
11884           src/defs.h
11885           src/mainwindow.c
11886           src/manual.[ch]
11887                 add FAQs in English, Spanish and French
11888
11889
11890 2002-03-05 [paul]       0.7.2claws30
11891
11892         * manual/en/sylpheed.html
11893           manual/en/sylpheed-XX.html
11894                 updated the English manual
11895
11896 2002-03-05 [hoa]        
11897
11898         * src/summaryview.c
11899                 dialog box pops up if the article can't be deleted.
11900
11901 2002-03-04 [paul]       
11902         
11903         * po/pt_BR.po
11904                 updated by Fabio Junior Benedito
11905
11906 2002-03-04 [hoa]
11907
11908         * removed ac/gpgme.m4
11909                 to avoid autogen common problem
11910                 developers have to install gpgme development package now
11911
11912         * src/compose.c
11913                 encoding to 7bit or 8bit is enabled.
11914
11915 2002-03-03 [alfons]     0.7.2claws29
11916
11917         * src/pop.c
11918                 merge fix by Oliver Haertel for selective
11919                 download buglet
11920
11921 2002-03-03 [paul]       0.7.2claws28
11922         
11923         * sync with sylpheed 0.7.3
11924
11925 2002-03-03 [paul]       0.7.2claws27
11926
11927         * sync with sylpheed 0.7.2cvs24
11928                 see ChangeLog entries 2002-03-02 and 2002-03-03
11929
11930 2002-03-02 [melvin]     0.7.2claws26
11931
11932         * src/inc.[ch]
11933         * src/main.c
11934         * src/mainwindow.c
11935         * src/prefs_common.[ch]
11936                 Added user definable notification on new mail arrival.
11937                 Removed unused variables in spell checker prefs code.
11938
11939 2002-03-02 [melvin]     0.7.2claws25
11940
11941         * src/quote_fmt.c
11942                 Removed unnecessary escape sequences.
11943                 Changed 'Initial...' to 'Initials of Sender'
11944
11945 2002-03-02 [paul]       0.7.2claws24
11946
11947         * sync with sylpheed 0.7.2cvs22
11948                 see ChangeLog entry 2002-03-01
11949
11950 2002-03-01 [hoa]        0.7.2claws23
11951
11952         * src/mainwindow.c
11953                 Set sensitivity of delete actions to active
11954                 even if the folder is a newsgroup.
11955
11956         * src/summaryview.c
11957                 - Set sensitivity of delete actions
11958                 - Added function check_permission() that will check if the
11959                   user is authorized to delete a message. For news, it
11960                   will check if the author is the same.
11961                 - Enabled deletion when there is no trash folder.
11962
11963         * src/news.[ch]
11964                 - Added news_cancel_article() to cancel articles
11965                 - Implemented news_remove_message() (public function)
11966
11967 2002-03-01 [paul]       0.7.2claws22
11968
11969         * src/gtkutils.c
11970           src/textview.c
11971                 recognise urls that that don't include 'http://' and
11972                 simply begin 'www.' 
11973
11974         * AUTHORS
11975                 remove duplicated name
11976
11977 2002-02-28 [paul]       0.7.2claws21
11978
11979         * src/mainwindow.c
11980           src/summaryview.[ch]
11981                 add ability to 'Select thread'
11982                 combines Melvin's "Select thread's head" patch (#510907)
11983                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11984                 patch (#518514) 
11985
11986 2002-02-28 [paul]       0.7.2claws20
11987
11988         * src/mimeview.c
11989                 hopefully fix segfault on right-clicking a mime part
11990                 that some people have experienced.      
11991                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11992
11993 2002-02-28 [paul]       0.7.2claws19
11994
11995         * sync with sylpheed 0.7.2cvs21
11996                 see ChangeLog entries 2002-02-27 and 2002-02-28
11997
11998 2002-02-27 [paul]       0.7.2claws18
11999
12000         * sync with sylpheed 0.7.2cvs18
12001                 see ChangeLog entries 2002-02-26 and 2002-02-27
12002
12003 2002-02-26 [alfons]     0.7.2claws17
12004
12005         * src/procheader.c
12006                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12007                 (spotted by Chris Hessman <idatech@gmx.net>)
12008
12009 2002-02-26 [paul]       0.7.2claws16
12010
12011         * src/mimeview.c
12012           src/pgptext.[ch]
12013           src/procmsg.c
12014                 make decryption of ascii-armored pgp encrypted messages
12015                 and verification of ascii-armored signatures work again.
12016                 slightly altered from the patch by Jens Jahnke 
12017                 <jan0sch@gmx.net>
12018
12019                 ##FIX ME##
12020                 * the checking of plaintext signatures always comes up in 
12021                   a popup box
12022                 * it doesn't work for multipart messages 
12023                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12024                   including the msg headers and these 2 line themselves, are 
12025                   not displayed
12026
12027         * src/mainwindow.c
12028                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12029                 "View/Message View" becomes "View/Separate Message View"
12030                 because its less ambiguous.
12031
12032         * po/es.po
12033                 updated by Ricardo Mones Lastra
12034
12035 2002-02-26 [paul]       0.7.2claws15
12036
12037         * sync with sylpheed 0.7.2cvs17
12038                 see ChangeLog entries 2002-02-25 and 2002-02-26
12039
12040 2002-02-25 [christoph]  0.7.2claws14
12041
12042         * src/filtering.[ch]
12043         * src/inc.c
12044                 do filtering stuff after all messages have been received
12045                   1. drop all messages to .processing
12046                   2. scan processing folder for messages
12047                   3. filter messages or move to inbox
12048                 this will also find old messages left in processing after
12049                 a crash or something like that and we get a real msginfo
12050                 from folder->get_msg_list and do not have to create our
12051                 own in filter_message
12052         * src/matcher_parser_parse.y
12053                 remove MIX/MAX warning (reordered includes)
12054
12055 2002-02-25 [paul]       0.7.2claws13
12056
12057         * sync with sylpheed 0.7.2cvs15
12058                 see ChangeLog entry 2002-02-24
12059
12060 2002-02-24 [alfons]     0.7.2claws12
12061
12062         * src/filtering.c
12063                 clear old color flags first when applying a new color to
12064                 a message info. 
12065                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12066
12067 2002-02-24 [alfons]     0.7.2.claws11
12068         
12069         * AUTHORS
12070         * src/prefs_common.c
12071                 add presets for Opera and Konqueror, closes patch #517261,
12072                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12073
12074 2002-02-24 [alfons]     0.7.2.claws10
12075
12076         * AUTHORS
12077         * src/summaryview.c
12078                 fix threading for null message ids, closes patch #521601,
12079                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12080
12081 2002-02-24 [alfons]     0.7.2claws9
12082
12083         * src/summaryview.c
12084         * src/filtering.c
12085                 make Tool | Filter Message work with filtering system so
12086                 setting flags also works
12087
12088                 TODO:
12089
12090                 - Processing uses the same function as Tool | Filter
12091                   Message, but doesn't use the same update proc yet
12092
12093 2002-02-23 [paul]       0.7.2claws8
12094
12095         * sync with sylpheed 0.7.2cvs14
12096                 see ChangeLog entries 2002-02-22 and 2002-02-23
12097
12098 2002-02-22 [christoph]  0.7.2claws7
12099
12100         * src/quote_fmt.c
12101                 Add column space to table
12102         * src/quote_fmt_parse.y
12103                 Close files
12104
12105 2002-02-22 [paul]       0.7.2claws6
12106
12107         * src/Makefile.am
12108           src/defs.h
12109           src/filtering.c
12110           src/inc.[ch]
12111           src/mainwindow.c
12112           src/matcher.[ch]
12113           src/matcher_parser_lex.l
12114           src/matcher_parser_parse.y
12115           src/pop.[ch]
12116           src/prefs_account.h
12117           src/prefs_filtering.c
12118           src/selective_download.[ch]   *** NEW FILES ***
12119           src/utils.[ch]
12120           po/POTFILES.in
12121                 Selective Download added to 'Tool' menu. 
12122                 Retrieves email headers of the currently selected pop3 
12123                 account and allows the user to mark emails for deletion 
12124                 right on the pop3 server. Patch submitted by Oliver Haertel 
12125                 <oha@users.sourceforge.net>.
12126         
12127         * po/POTFILES.in
12128                 add 'src/quote_fmt.c'           
12129
12130 2002-02-22 [christoph]  0.7.2claws5
12131
12132         * src/Makefile.am
12133                 added quote_fmt.c
12134         * src/prefs_common.[ch]
12135         * src/prefs_template.c
12136         * src/quote_fmt.c               *** NEW FILE ***
12137         * src/quote_fmt.h
12138                 move quote format symbol description code
12139                 to it's own file because it is used from
12140                 differnent code parts
12141                 Rewrote symbol description GUI
12142                   + use table
12143                   + add separators
12144                   + get data from array (no more long constant strings)
12145         * src/quote_fmt_lex.l
12146         * src/quote_fmt_parse.y
12147                 Symbol for Literal % changed to \% instead of %%
12148                 (More logical as \ is used for quoting for other symbols)
12149                 Add |f and |p to include files and program output
12150                 Examples:
12151                     |f{/home/.../.signature}
12152                     |p{date}
12153         * po/de.po
12154                 Correct wrong spelling for "Referenzen"
12155
12156 2002-02-21 [paul]       0.7.2claws4
12157
12158         * src/procmsg.c
12159                 forgotten during sync
12160
12161 2002-02-21 [paul]       0.7.2claws3
12162
12163         * sync with sylpheed 0.7.2cvs11
12164                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12165                 2002-02-20 and 2002-02-21
12166
12167 2002-02-20 [melvin]     0.7.2claws2
12168
12169         * src/prefs_actions.c
12170                 Added error report when child cannot fork or when execvp 
12171                 returns with an error.
12172
12173 2002-02-19 [christoph]  0.7.2claws1
12174
12175         * src/codeconv.c
12176                 return unconverted text if conde conversion is not possible
12177                 when libjconv is used.
12178                 (patch submitted by "Simon 'corecode' Schubert")
12179
12180 2002-02-19 [paul]       
12181
12182         * version 0.7.2claws release
12183
12184 2002-02-19 [paul]       0.7.2claws
12185
12186         * po/nl.po
12187                 updated by Wilbert Berendsen
12188
12189
12190 2002-02-18 [alfons]     0.7.1claws13
12191
12192         * src/syldap.c
12193         * src/jpilot.c
12194                 remove references to dlfcn and explicitly loading functions
12195                 from dynalink libs, because libs linked anyway, and functions
12196                 are loaded explicitly
12197
12198 2002-02-17 [melvin]     0.7.1claws12
12199
12200         * src/prefs_actions.c
12201                 Replaced children wait loop with double fork technique.
12202                 Now, input/output window updated at each new output.
12203                 free_children(): Fixed a memory leak.
12204                 Made input/output window non closable if running children
12205                 still exist.
12206                 Added missing <unistd.h> include.
12207                 Added some --debug outputs.
12208
12209 2002-02-17 [melvin]     0.7.1claws11
12210
12211         * src/summaryview.c
12212                 Fixed bug where descending sort order did not select top
12213                 message.
12214
12215 2002-02-17 [melvin]     0.7.1claws10
12216
12217         * acconfig.h
12218                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12219         * src/prefs_common.c
12220                 Pspell data package directory no more hard coded but
12221                 set during configuration (PSPELL_PATH). (Thanks to 
12222                                 Gustavo Noronha Silva.)
12223
12224 2002-02-17 [melvin]     0.7.1claws9
12225
12226         * configure.in
12227                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12228         * src/gtkspell.c
12229                 Fixed compile-time warnings.
12230
12231 2002-02-16 [alfons]     0.7.1claws8
12232
12233         * src/filesel.c
12234                 fix inadvertent free of NULL pointer which caused
12235                 sylpheed to crash when closing the save-as dialog
12236                 using the window close button
12237
12238 2002-02-16 [carsten]    0.7.1claws7
12239         * src/mainwindow.[ch]
12240           src/summaryview.c
12241           src/prefs_common.c
12242                 fixes for pixmap theming code:
12243                         - recently changed mail attributes shouldn't get
12244                           lost any longer
12245                         - theme is only reloaded iff another theme was
12246                           selected
12247
12248 2002-02-16 [paul]       0.7.1claws6
12249
12250         * sync with sylpheed 0.7.2 release
12251                 see ChangeLog entry 2002-02-15 and 2002-02-16
12252
12253 2002-02-15 [paul]       0.7.1claws5
12254
12255         * sync with sylpheed 0.7.1cvs9
12256                 see ChangeLog entry 2002-02-15
12257
12258         * po/POTFILES.in
12259                 remove unneeded headerwindow.c entry
12260
12261 2002-02-14 [carsten]    0.7.1claws4
12262         * src/summaryview.c
12263                 fixed a bug for "Go to next unread message": there was
12264                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12265                 in the prefs, because of doing "Search again" instead
12266                 "No"
12267
12268 2002-02-14 [carsten]    0.7.1claws3
12269         * src/stock_pixmap.c
12270                 removed 2 more mem leaks; following memprof,
12271                 this code is "leak free" now :)
12272
12273 2002-02-14 [carsten]    0.7.1claws2
12274         * src/stock_pixmap.c
12275                 used opendir/readdir/closedir instead of scandir
12276                 -> code should work now on Solaris
12277
12278 2002-02-14 [paul]       0.7.1claws1
12279
12280         * sync with sylpheed 0.7.1cvs8
12281                 see ChangeLog entries 2002-02-13 and 2002-02-14
12282
12283         * README.claws
12284                 add some description of Actions and Pixmap Themes
12285
12286 2002-02-13 [paul]       
12287
12288         * version 0.7.1claws release
12289
12290 2002-02-13 [paul]       0.7.1claws
12291
12292         * po/es.po
12293           po/it.po
12294           po/pt_BR.po
12295                 updated translations, submitted by Ricardo Mones Lastra,
12296                 Alessandro Maestri and Fabio Junior Beneditto
12297
12298 2002-02-13 [melvin]     0.7.0claws75
12299
12300         * src/prefs_actions.c
12301                 Added missing "signal.h" include
12302
12303 2002-02-13 [melvin]     0.7.0claws74
12304
12305         * src/prefs_folder_item.c
12306                 Added missing "config.h" include
12307         * po/fr.po
12308                 Updated French translation for folder propriety.
12309
12310 2002-02-13 [jens]       0.7.0claws73
12311
12312         * po/POTFILES.in
12313                 Added missing src/prefs_folder_item.c [log added by melvin]
12314         * po/de.po
12315                 Updated German translation.
12316
12317 2002-02-13 [melvin]     0.7.0claws72
12318
12319         * po/fr.po
12320                 Updated French translation.
12321
12322 2002-02-13 [melvin]     0.7.0claws71
12323
12324         * src/gtkutils.c
12325                 Made gtkut_editable_get_selection return NULL if selection
12326                 is of length zero.
12327                 This fixes a bug where selecting part of message A then
12328                 switching to message B and replying to it will not
12329                 quote the message's body.
12330
12331 2002-02-12 [paul]       0.7.0claws70
12332
12333         * src/mainwindow.c
12334                 cosmetic, relating to pixmap themes: on toolbar make 
12335                 updating of 'Exec' and 'Compose news/Compose email'
12336                 icons faster.
12337
12338 2002-02-12 [carsten]    0.7.0claws69
12339         * src/folderview.c
12340           src/mainwindow.[ch]
12341           src/stock_pixmap.c
12342           src/summaryview.c
12343           src/prefs_common.c
12344                 - refreshing after changing pixmap theme better
12345                   now (thanks Paul)
12346                 - wanted to remove some mem leaks, but alfons was
12347                   faster (and had the better solution ;)
12348
12349 2002-02-12 [alfons]     0.7.0claws68
12350
12351         * src/prefs_common.c
12352         * src/stock_pixmap.[ch]
12353                 plug mem leaks, refactor code a little bit
12354
12355
12356 2002-02-12 [sergey]     0.7.0claws67
12357
12358         * src/imap.c
12359                 Fixed problem with copying messages to IMAP folders when the
12360                 server uses something other than '/' as a namespace separator
12361                 (cyrus-imapd uses '.').
12362
12363 2002-02-12 [jens]       0.7.0claws66
12364
12365         * po/de.po
12366                 Updated German Translation
12367
12368 2002-02-12 [paul]       0.7.0claws65
12369
12370         * sync with sylpheed 0.7.1cvs1
12371                 see ChangeLog entry 2002-02-12
12372
12373 2002-02-12 [melvin]     0.7.0claws64
12374
12375         * src/prefs_actions.c
12376                 Fixed "feature" where children's output was duplicated 
12377                 instead of refreshed while monitoring.
12378                 Removed some debug code.
12379
12380 2002-02-12 [christoph]  0.7.0claws63
12381
12382         * src/compose.c
12383                 always delete message from queue after sending/send error
12384                 (closes bug #509601)
12385
12386 2002-02-12 [melvin]     0.7.0claws62
12387
12388         * src/prefs_actions.c
12389                 Children wait loop is now triggered with a timeout of 1s
12390                 Added %F which is replaced with the list of filenames 
12391                 of all selected messages (as suggested by Ricardo Mones Lestra)
12392                 Pipe syntax changed. Prefix with | to send selection, postfix
12393                 with | to retrieve output. Prefix with > or * to send
12394                 user definable input to the command (*: input is hidden)
12395                 Old pipe action should now be postfixed with |, too.
12396
12397 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12398         * src/stock_pixmap.c
12399                 fixed a bug: if there's no theme directory don't
12400                 throw an error, just do "nothing" (thanks Alfons)
12401
12402 2002-02-12 [carsten]    0.7.0claws60
12403         * src/folderview.c
12404           src/summaryview.c
12405                 had to write the cache twice (nasty!); some marks would 
12406                 get lost if not
12407
12408 2002-02-11 [carsten]    0.7.0claws59
12409         * acconfig.h
12410           configure.in
12411           doc-src/maintainer_guide.txt
12412           src/compose.[ch]
12413           src/defs.h
12414           src/folderview.[ch]
12415           src/gtkutils.[ch]
12416           src/mainwindow.[ch]
12417           src/prefs_common.[ch]
12418           src/stock_pixmap.[ch]
12419           src/summaryview.[ch]
12420                 pixmap theming and related work on pixmap
12421                 handling on some other places
12422                 (e.g. hrm features for all folder)
12423           src/pixmap/stock_*.xpm -> the stock_ was removed
12424         
12425 2002-02-11 [paul]       0.7.0claws58
12426
12427         * sync with sylpheed 0.7.1 release
12428                 see ChangeLog entries 2002-02-11
12429
12430 2002-02-08 [paul]       0.7.0claws57
12431
12432         * sync with sylpheed 0.7.0cvs39
12433                 see ChangeLog entry 2002-02-07 (last entry) 
12434
12435         * src/prefs_actions.c
12436           src/prefs_filtering.c
12437           src/prefs_matcher.c
12438           src/prefs_scoring.c
12439                 sync: made it compile with C compilers other than gcc
12440
12441 2002-02-07 [paul]       0.7.0claws56
12442
12443         * sync with sylpheed 0.7.0cvs38
12444                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12445                 2002-02-07
12446
12447 2002-02-07 [darko]      0.7.0claws55
12448
12449         * src/gtkutils.[ch]
12450         * src/summaryview.c
12451                 Fix const gchar */gchar * issue (thanks Hiro)
12452
12453 2002-02-07 [darko]      0.7.0claws54
12454
12455         * src/compose.[ch]
12456         * src/filtering.c
12457         * src/gtkutils.[ch]
12458         * src/prefs_template.c
12459         * src/quote_fmt.h
12460         * src/quote_fmt_parse.y
12461         * src/summaryview.c
12462         * src/utils.[ch]
12463                 When replying or forwarding an email don't quote the entire
12464                 mail body but use the part of the message text that is selected
12465
12466 2002-02-06 [melvin]     0.7.0claws53
12467
12468         * src/prefs_common.[ch]
12469         * src/gtkspell.[ch]
12470         * src/compose.c
12471                 Made possible to switch quickly to last used dictionary
12472                 which makes checking bilingual documents easier.
12473
12474 2002-02-06 [melvin]     0.7.0claws52
12475         
12476         * po/POTFILES.in
12477                 Added forgotten new file src/prefs_actions.c
12478
12479 2002-02-06 [melvin]     0.7.0claws51
12480
12481         * src/prefs_actions.c   ** NEW FILE **
12482         * src/prefs_actions.h   ** NEW FILE **
12483                 Added actions to execute on message text view, or on the
12484                         message's file.
12485         * src/Makefile.am
12486                 Added src/prefs_actions.[ch]
12487         * src/compose.c
12488                 Added new menu "Edit/Actions"
12489         * src/defs.h
12490                 Added new actionsrc file.
12491         * src/main.c
12492                 Added actionsrc reading.
12493         * src/mainwindow.c
12494                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12495         * src/prefs_common.h
12496                 Added new element actionslst element to prefs_common.
12497
12498 2002-02-06 [paul]       0.7.0claws50
12499
12500         * sync with sylpheed 0.7.0cvs36
12501                 see ChangeLog entry 2002-02-06
12502
12503 2002-02-05 [paul]
12504
12505         * po/es.po
12506                 updated by Ricardo Mones Lastra
12507
12508 2002-02-05 [paul]       0.7.0claws49
12509
12510         * sync with sylpheed 0.7.0cvs33
12511                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12512
12513 2002-02-05 [paul]       0.7.0claws48
12514
12515         * src/compose.c
12516                 re-add 'Edit/Advanced/Delete entire line', previously named
12517                 'Delete Line+'
12518
12519 2002-02-04 [paul]       0.7.0claws47
12520
12521         * src/compose.c
12522           src/summaryview.c
12523                 fix bug #494993 (Reply All not taking Reply-To into consi)
12524                 eliminate differences in behaviour of right-click 'Reply to all' 
12525                 in summary view and 'Reply to all' on the toolbar. 
12526                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12527                 view and From gets ignored by 'Reply to all' on toolbar.
12528                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12529                 From when no Reply-To header is present.
12530
12531 2002-02-04 [paul]       0.7.0claws46
12532
12533         * sync with sylpheed 0.7.0cvs30
12534                 see ChangeLog entries 2002-02-03 and 2002-02-04
12535
12536 2002-02-03 [melvin]     0.7.0claws45
12537
12538         * src/gtkspell.[ch]
12539                 Readded function to highlight all misspelled words.
12540                 Fixed bug where user-provided-words did not replace
12541                         correctly the misspelled word when using the mouse.
12542                 Fixed bug where checking a region selected from right to left did
12543                         not check the region at all.
12544                 Fixed bug where 'Check backwards' may not check at all. 
12545                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12546                 Fixed possible buffer overflow when checking for long strings (>1k).
12547                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12548                 Accelerators code uses now gtk_widget_add_accel.
12549                 Removed and disabled obsolete and unfinished code.
12550                 Cleaning up.
12551
12552         * src/compose.c
12553                 Added menu item to Highlight all misspelled words.
12554
12555 2002-02-01 [paul]       0.7.0claws44
12556
12557         * src/mainwindow.c
12558                 fix '/View/Hide read messages' sensitivity when all
12559                 messages in a folder are hidden
12560
12561 2002-02-01 [paul]       0.7.0claws43
12562
12563         * src/main.c
12564                 add --send option to command line interface, sends all
12565                 queued mail. Patch submitted by Ricardo Mones Lastra.
12566
12567 2002-01-31 [paul]       0.7.0claws42
12568
12569         * src/mainwindow.c
12570                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12571
12572 2002-01-31 [paul]       0.7.0claws41
12573
12574         * sync with sylpheed 0.7.0cvs27
12575                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12576                 and 2002-01-31
12577
12578         * src/textview.c
12579                 comment out elements of textview_show_part() as temporary
12580                 workaround for attachment 'Display as text' bug 
12581
12582         * po/pt_BR.po
12583                 updated by Fabio Junior Beneditto
12584
12585 2002-01-30 [paul]       0.7.0claws40
12586
12587         * sync with sylpheed 0.7.0cvs24
12588                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12589                 and 2002-01-30
12590
12591         * src/compose.c
12592                 add {N_("/_Spelling"), ... "<Branch>"} to 
12593                 GtkItemFactoryEntry compose_entries[]
12594
12595         * src/prefs_common.c
12596                 add claws menu items to prefs_keybind_apply_clicked()
12597                 and remove non-claws menu items
12598
12599 2002-01-29 [paul]       0.7.0claws39
12600
12601         * sync with sylpheed 0.7.0cvs22
12602                 see ChangeLog entries 2002-01-28 and 2002-01-29
12603
12604 2002-01-28 [melvin]     0.7.0claws38
12605
12606         * src/compose.c
12607                 Added the declartion of compose_send_control_enter.
12608
12609         * src/compose.c
12610         * src/gtkspell.[ch]
12611                 Added in a 'Spelling' menu which includes the configuration menu. 
12612                 Added a real 'Check all' and got rid from the old one which only
12613                 highlited misspelled word.
12614                 Made 'Check while typing' a disableable option.
12615                 Added a dialog when there are no more misspelled word.
12616                 Added a dialog if error occurs when switching to a dictionary.
12617         
12618         * src/prefs_common.[ch]
12619                 Added option for the default 'Check while typing' option.
12620
12621
12622 2002-01-28 [alfons]     0.7.0claws37
12623
12624         * src/compose.c
12625                 fix buglet and make code comply with sylpheed code style
12626
12627 2002-01-28 [paul]       0.7.0claws36
12628
12629         * sync with sylpheed 0.7.0cvs19
12630                 see ChangeLog entries for 2002-01-28
12631
12632 2002-01-28 [hoa]        0.7.0claws35
12633
12634         * src/defs.h
12635                 added rendererrc
12636
12637         * src/main.c
12638                 read the renderer config
12639
12640         * src/procmime.[ch]
12641                 use the renderer config to convert mime attachments
12642
12643         * src/textview.c
12644                 don't use textview_show_html/ertf,
12645                 use get_text_content instead
12646
12647 2002-01-27 [alfons]     0.7.0claws34
12648         
12649         * src/news.c
12650                 make sylpheed believe it can delete a news message...
12651                 (messages are NOT deleted, maybe we should remove
12652                 processing from the folder properties after all.)
12653
12654 2002-01-27 [alfons]     0.7.0claws33
12655
12656         * src/folder.c
12657                 add extra checks
12658         * src/news.c
12659                 implement remove_msg() 
12660
12661 2002-01-27 [alfons]     0.7.0claws32
12662
12663         * src/procmsg.h
12664         * src/procheader.c
12665         * src/messageview.c
12666                 fix return receipt / disposition notification again. this
12667                 stuff seems to break on _every_ major summary UI change, so
12668                 it's now implemented using a flag which is saved in the
12669                 marks cache
12670                 
12671 2002-01-26 [alfons]     0.7.0claws31
12672
12673         * src/import.c
12674                 let import dialog show the destination folder identifier
12675
12676 2002-01-26 [melvin]     0.7.0claws30
12677
12678         * src/folderview.c
12679         * src/summaryview.c
12680                 Readded 'Mark all read' into summary view popup menu
12681                 Added 'Mark all read' in folder view popup menu for IMAP
12682                 and NNTP.
12683                 Made it insensitive if the selected folder is not the shown
12684                 one to avoid 'Mark all read' on the wrong folder.
12685                 
12686 2002-01-26 [paul]       0.7.0claws29
12687
12688         * src/folderview.c
12689           src/summaryview.c
12690                 move 'Mark all read' from summary view to folder view
12691                 menu. (adapted from) patch submitted by Jeremy Andrews,
12692                 <lists@kerneltrap.com>
12693
12694 2002-01-25 [alfons]     0.7.0claws28
12695
12696         * src/gtkstext.c
12697                 put the gtk class name back so GtkSText adapts the 
12698                 settings of GtkText
12699
12700 2002-01-25 [alfons]     0.7.0claws27
12701
12702         * src/folderview.c 
12703                 assimilate Ricardo's patch that shows pixmaps instead of
12704                 plain "new" and "unread" texts in the folder view column
12705                 headers 
12706
12707 2002-01-25 [paul]       0.7.0claws26
12708
12709         * src/Makefile.am
12710                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12711                 be found in non-standard locations. 
12712                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12713
12714 2002-01-25 [paul]       0.7.0claws25
12715
12716         * sync with sylpheed 0.7.0cvs16
12717                 see ChangeLog entry 2002-01-25
12718
12719 2002-01-24 [paul]       0.7.0claws24
12720
12721         * more sync with sylpheed 0.7.0cvs15
12722                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12723
12724 2002-01-23 [sergey]     0.7.0claws23
12725
12726         * src/importldif.c
12727                 Fixed segfault when closing LDIF import wizard with
12728                 the window manager.
12729         * src/imageview.c
12730         * src/imageview.h
12731         * src/messageview.c
12732         * src/mimeview.c
12733                 Fixed wrong scrolling position after switching between
12734                 text and image parts.
12735
12736 2002-01-23 [paul]       0.7.0claws22
12737
12738         * sync with sylpheed 0.7.0cvs15
12739                 see ChangeLog entries 2002-01-22 and 2002-01-23
12740
12741 2002-01-21 [melvin]     0.7.0claws21
12742
12743         * src/prefs_scoring.c
12744         * src/prefs_filtering.c
12745                 Fixed bug where scoring and filtering windows stopped
12746                 autochecking.
12747
12748 2002-01-21 [paul]       0.7.0claws20
12749
12750         * sync with sylpheed 0.7.0cvs12
12751                 see ChangeLog entries 2002-01-20 and 2002-01-21
12752
12753 2002-01-21 [carsten]    0.7.0claws19
12754         * src/mainwindow.c
12755         * src/menu.[ch]
12756         * src/messageview.[ch]
12757         * src/summaryview.[ch]
12758                 changes to shortcuts handling again:
12759                         + "Q" now controled by mainwin
12760                         + v/V are now customizable and have slightly
12761                           different meanings
12762                 the "button" to minimize the messageview (and maximize
12763                 the summary view) is a real button now
12764         * src/compose.c
12765                 "Delete Line+" added to Edit/Advanced (this will also
12766                 delete the '\n')
12767
12768 2002-01-20 [melvin] 0.7.0claws18
12769
12770         * src/addressbook.c
12771                 Made "Bcc" sensitive when addressbook is called from
12772                 compose window (it was a Claws only bug).
12773
12774 2002-01-19 [alfons] 0.7.0claws17
12775
12776         * src/inc.c
12777                 prevent unnecessary updates when currently selected folder has
12778                 no new messages 
12779
12780 2002-01-19 [alfons] 0.7.0claws16
12781         
12782         * src/summaryview.c
12783                 prevent writing the cache based on current message list in summary 
12784                 view when filtering also put messages in currently selected folder
12785
12786 2002-01-19 [paul]
12787
12788         * po/it.po
12789                 Italian translation submitted by Alessandro Maestri
12790                 <a.maestri@cs.tin.it>
12791
12792 2002-01-18 [melvin]     0.7.0claws15
12793
12794         * src/prefs_filters.c
12795                 fixed bug where 'cancel' from 'filters' window stops autochecking
12796                 if the timer timed out  when the window was open.
12797
12798 2002-01-18 [match]      0.7.0claws14
12799
12800         * src/addrclip.[ch]     ** NEW FILE **
12801         * src/addrselect.[ch]   ** NEW FILE **
12802         * src/adbookbase.h      ** NEW FILE **
12803                 addressbook cut, copy and paste
12804         * src/addrbook.[ch]
12805         * src/addrcache.[ch]
12806         * src/addressitem.h
12807         * src/addrindex.[ch]
12808         * src/addritem.[ch]
12809         * src/importldif.c
12810         * src/importmutt.c
12811         * src/jpilot.[ch]
12812         * src/syldap.[ch]
12813         * src/vcard.[ch]
12814         * src/jpilot.[ch]
12815         * src/editbook.c
12816         * src/editjpilot.c
12817         * src/editldap.c
12818         * src/editvcard.c
12819                 support for copy/paste
12820         * src/addressbook.c
12821                 support for copy/paste
12822                 tidy up menu option processing
12823                 correct address list function arguments
12824         * src/editaddress.c
12825                 sort user attributes
12826         * src/ldif.h
12827         * src/mutt.h
12828                 tidy up
12829
12830         * src/addrbook.[ch]
12831         * src/addrbook.[ch]
12832         * src/addrbook.[ch]
12833                 
12834
12835 2002-01-18 [paul]       0.7.0claws13
12836
12837         * sync with sylpheed 0.7.0cvs8
12838                 configure.in: support Mac OS X (Darwin)
12839
12840 2002-01-18 [carsten]    0.7.0claws12
12841         * src/html.c
12842                 small hack to fix a segfault with an empty href
12843                 (reported by Alexandra Walford <deeni@altern.org>)
12844         * src/mainwindow.c
12845         * src/summaryview.c
12846                 the shortcuts for Mark und Mark as unread are hardcoded
12847                 again
12848         * src/compose.c
12849         * src/gtkstext.[ch]
12850                 readded the shortcuts in gtkstext but made them
12851                 customizeable (simply by adding a menu plus a wrapper
12852                 to compose.c)
12853
12854 2002-01-17 [melvin]     0.7.0claws11
12855
12856         * src/gtkspell.c
12857                 fix default dictionary not being saved.
12858
12859 2002-01-16 [darko]      0.7.0claws10
12860
12861         * src/compose.c
12862                 fix wrapping crash with URL longer than wrapping margin
12863
12864 2002-12-08 [hoa]        0.7.0claws10
12865
12866         * src/matcher_parser_parse.y
12867                 fixed some bugs
12868
12869         * src/prefs_filtering.c
12870                 now, we can use bounce action in the dialog box.
12871
12872 2002-01-16 [carsten]    0.7.0claws9
12873         * src/gtkstext.c
12874                 removed the <control> and <alt> shortcuts because they're
12875                 not needed and interefered with the "normal" shortcuts
12876         * src/mainwindow.c
12877         * src/summaryview.c
12878                 removed most of the hardcoded shortcuts and assigned
12879                 them to menu entries making them easy customizable by
12880                 that
12881
12882 2002-01-16 |melvin]     0.7.0claws8
12883
12884         * src/gtkspell.c
12885                 fixed bug where using the mouse and when the compose
12886                 window is not on top may result in a crash.
12887
12888 2002-01-16 [melvin]     0.7.0claws7
12889
12890         * src/compose.c
12891                 fixed a long standingspell checker bug which could 
12892                 cause a crash after sending a message.
12893
12894 2002-01-16 [paul]       0.7.0claws6
12895
12896         * sync with sylpheed 0.7.0cvs7
12897                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12898                 2002-01-15, and 2002-01-16
12899
12900 2002-01-16 [melvin]     0.7.0claws5
12901
12902         * README.claws
12903         * src/compose.c
12904         * src/gtkspell.[ch]
12905         * src/main.c
12906                 Heavily modified spell checker code to work around
12907                 ispell bug, to add keyboard shortcuts and for future
12908                 enhancements. See README.claws for usage information.
12909
12910 2002-01-15 [alfons]     0.7.0claws4
12911         
12912         * src/summaryview.c
12913                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12914                 so sorting within threads reflects sort mode
12915
12916 2002-01-15 [christoph]  0.7.0claws3
12917
12918         * src/procmsg.c
12919                 added alertpanel if mail sending failed
12920
12921 2002-01-15 [alfons]     0.7.0claws2
12922         
12923         * src/prefs_filtering.c
12924                 don't stop timer when prefs filtering dialog is opened
12925
12926 2002-01-14 [alfons]     0.7.0claws1
12927
12928         * src/addr_compl.c
12929         * src/prefs.c
12930                 remove debug_print()s for privacy reasons
12931
12932 2002-01-14 [darko]      0.7.0claws
12933
12934         * README.claws
12935                 quotation wrapping is now also in the main branch
12936
12937 2002-01-14 [paul]
12938
12939         * tools/filter_conv.pl
12940                 allow for Boolean Op and case-sensitivity
12941                 this file is included in the release and tagged
12942                 'rel_0_7_0'
12943
12944 2002-01-13 [paul]       0.7.0claws
12945
12946         * release 0.7.0, with cvs tag 'rel_0_7_0'
12947
12948 2002-01-13 [paul]
12949
12950         * tools/filter_conv.pl
12951         * tools/README
12952                 rewritten to output to matcherrc instead of filteringrc
12953
12954         * po/es.po
12955                 updated Spanish translation by Ricardo Mones Lastra
12956
12957 2002-01-13 [alfons]
12958
12959         * po/nl.po
12960                 update dutch translation
12961
12962 2002-01-13 [paul]
12963
12964         * po/pt_BR.po
12965                 Updated by Fabio Junior Beneditto 
12966
12967 2002-01-13 [melvin]     0.6.6claws53
12968
12969         * po/fr.po
12970                 Updated french translation
12971
12972 2002-01-12 [alfons]     0.6.6claws52
12973
12974         * src/filtering.c
12975                 plug mem leak that has been sitting there for ages              
12976
12977 2002-01-12 [alfons]     0.6.6claws51
12978
12979         * src/summaryview.c
12980                 undo melvin's changes from 0.6.6claws48 because summary
12981                 view now refuses to select first unread message when
12982                 selecting a folder 
12983
12984 2002-01-11 [alfons]     0.6.6claws50
12985
12986         * src/import.c
12987                 use claws' semantics for getting folder item when
12988                 importing an mbox file into a folder 
12989                 (submitted by Dale P. Smith)
12990
12991 2002-01-11 [christoph]  0.6.6claws49
12992
12993         * src/prefs.h
12994                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12995                 toggle widget, because non static prefs can not use
12996                 prefs_set_* functions
12997         * src/prefs_account.c
12998                 toggle smtp auth password field sensitivity if
12999                 user id is empty and add descrition of usage for
13000                 these fields
13001         * src/prefs_folder_item.c
13002                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13003                 callbacks
13004
13005 2002-01-11 [melvin]     0.6.6claws48
13006
13007         * src/compose.c
13008                 fix the 'Ctrl-Enter' feature for sending and test really
13009                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13010                 editables which was not documented in Gtk)
13011
13012         * src/summaryview.c
13013                 Made summaryview refresh after sorting and not before.
13014
13015 2002-01-11 [christoph]  0.6.6claws47
13016
13017         * src/compose.c
13018                 select account from account ids if possible and
13019                 correctly set save folder for copy in reedit
13020
13021 2002-01-10 [paul]       0.6.6claws46
13022
13023         * sync with sylpheed 0.7.0 release
13024                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13025                 2002-01-09
13026
13027 2002-01-09 [alfons]
13028
13029         * src/summaryview.c
13030                 remove more dirt traces...
13031
13032 2002-01-09 [alfons]
13033         
13034         * src/summaryview.c
13035                 clean up some traces of my debugging stuff
13036
13037 2002-01-09 [alfons]     0.6.6claws45
13038
13039         * src/filtering.c
13040                 break up filteringprop_apply() in three separate pieces
13041                 so we can drop messages that failed processing in the
13042                 inbox
13043
13044         * src/summaryview.c
13045                 fix bug #469598 "no refresh of inbox after filter" which 
13046                 was introduced by the new summary view locking, and which 
13047                 prevented the summary view to update after a manual filter 
13048                 message. claw's filter message requires a summary_show().
13049                 (aargh, summary_show() again! :-)
13050                 
13051 2002-01-07 [alfons]     0.6.6claws44
13052
13053         * src/headerwindow.c
13054         * src/logwindow.c
13055         * src/messageview.c
13056         * src/sourcewindow.c
13057                 bring in Hiro's last 0.7.0 wm class fixes
13058
13059         * tools/sylprint.pl
13060                 bring in Ricardo's fix for sylprint script
13061
13062         * AUTHORS       
13063         * src/rfc2015.[ch]
13064         * src/prefs_common.[ch]
13065         * src/prefs_account.[ch]
13066         * src/compose.c
13067                 clean up account preference poison in rfc2015,
13068                 and preparation to fix double sign bug 
13069                 (patch submitted by Simon 'corecode' Schubert)
13070
13071 2002-01-07 [christoph]  0.6.6claws43
13072
13073         * src/mh.c
13074                 search for free message number, do not only rely
13075                 on last_num
13076         * src/send.c
13077                 fix smtp auth and use extra account information
13078                 if available, if not use pop3 data instead
13079                 (closes bug #500341)            
13080         * src/ssl.[ch]
13081                 match coding style
13082
13083 2002-01-06 [alfons]     0.6.6claws42
13084
13085         * src/mainwindow.c
13086                 try making the separate windows work again...
13087
13088 2002-01-06 [alfons]     0.6.6claws41
13089
13090         * src/mainwindow.c
13091                 adapt Hiro's separate window menu (to get rid of the funny
13092                 duplicate menu items), and make it work again
13093
13094 2002-01-06 [alfons]     0.6.6claws40
13095
13096         * tools/Makefile.am
13097         * tools/sylprint.rc
13098         * tools/sylprint.pl
13099         * tools/README.sylprint
13100                 add sylprint script for printing mails from Sylpheed
13101                 (contributed by Ricardo Mones Lastra)
13102
13103         * src/acount.c
13104                 clean up
13105
13106 2002-01-06 [melvin]     0.6.6claws39
13107
13108         * src/mainwindow.c
13109         * src/summaryview.c
13110                 Fixed crash introduced in 0.6.6claws38 by the menu
13111                 reorganisation (Hide read messages)
13112         
13113         * ChangeLog.claws 
13114                 Fixed typo (we are now in 2002, alfons ;) )
13115
13116 2002-01-05 [alfons]     0.6.6claws38
13117
13118         * sync with sylpheed 0.6.6cvs10-17
13119                 (last stuff marked as LAST_STABLE)
13120
13121 2002-01-04 [melvin]     0.6.6claws37
13122
13123         * src/account.c
13124                 Made account selection code use strcasestr again instead of
13125                 g_strcasecmp (fixes bug where reediting queued messages
13126                 did not select proper account reported by T. Link).
13127         
13128         * src/folderview.c
13129                 Fix bug where folder icons are not shown when 'hide read messages'
13130                 is on.
13131         
13132         * src/stock_pixmaps.[ch]
13133                 Added folder icons for 'hide read messages'.
13134         
13135         * src/compose.c
13136                 Fixed bug where 'Enter' in a header entry will send the message 
13137                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13138
13139 2002-01-03 [melvin]     0.6.6claws36
13140         
13141         * src/prefs.[ch]
13142                 Added popup menu for common preferences and
13143                 account preferences (right click on tab displays
13144                                 a menu of all tabs.)
13145
13146 2002-01-02 [melvin]     0.6.6claws35
13147
13148         * src/gtkspell.[ch]
13149                 Made spelling code compatible with undo/redo feature.
13150                 Added creation of suggestion mode menu for the general
13151                         preferences.
13152         
13153         * src/prefs_common.[ch]
13154                 Added option menu for the speller's suggestion mode.
13155                 Added missing spaces in "..." buttons and made a "..."
13156                         button non translatable!
13157         
13158         * src/compose.c
13159                 Made speller use the default suggestion mode.
13160                 Hack to make it possible to choose 'CTRL-Enter' as a
13161                         shortcut for sending (and only for sending).
13162
13163         * src/prefs_folder_item.c
13164                 Changing subject simplification does not update cache 
13165                         anymore (because it is unnecessary).
13166                 Fixed bug where changing subject simplification updated the 
13167                         summaryview even when the viewed folder is not the
13168                         folder which properties are being changed. (E.g. 
13169                                         viewing folder A and changing
13170                                         the subject simplification of 
13171                                         folder B -not being viewed- updated the 
13172                                         summaryview of folder A with data of
13173                                         folder B). (Hope this is clear... )
13174
13175 2001-12-31 [alfons]     0.6.6claws34
13176         
13177         * src/ldif.c
13178         * src/mutt.c
13179                 fgetc() returns a signed integer which doesn't
13180                 fit in a char. so c truncates this to a char
13181                 but we may lose significant bits. i.e. we may
13182                 comparing 0xFF which may not be equal to -1
13183                 unless properly casted to signed char which
13184                 we won't do because fgetc() returns a signed
13185                 integer which doesn't fit in a char. so c 
13186                 truncates this to a char but we may lose 
13187                 significat bits. (you got the idea, thanks
13188                 to Gustavo Noronha Silva <kov@debian.org>
13189                 and the Debian folks!)
13190
13191 2001-12-30 [alfons]     0.6.6claws33
13192
13193         * src/prefs_common.c
13194                 add #ifdef USE_PSPELLs that Melvin forgot               
13195
13196 2001-12-30 [melvin]     0.6.6claws32
13197         
13198         * src/prefs_common.[ch]
13199                 Added configurable color for misspelled words.
13200
13201         * src/gtkspell.[ch]
13202                 Fixed bug of foreground text color (reported by David
13203                                 Mehrmann)
13204                 Added configurable color for misspelled words.
13205
13206 2001-12-30 [alfons]     0.6.6claws31
13207
13208         * src/folder.c
13209                 remove unnecessary things someone put there
13210
13211         * src/mh.c
13212         * src/folder.[ch]
13213                 make folder properties (like threading and sorting) persistent
13214                 (closes bug #497424 "rescan folder tree resets proprieties")
13215                 currently this is only for MH folders. 
13216
13217 2001-12-29 [melvin]     0.6.6claws30
13218
13219         * src/string_match.[ch]
13220                 Optimized a bit: regexp pattern buffer compiled only once, and
13221                   one subroutine call removed. Fixed ^ regexp search: Now, 
13222                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13223         
13224         * src/summaryview.c
13225                 Subject filtering changed to filter summary columns and
13226                   not directly the messages subject cache. The loss in 
13227                   performance is balanced by the improvement of string_match.
13228                 Added an alert panel if there is an error in the regexp.
13229
13230         * src/src/prefs_folder_item.h
13231                 Added a regexp pattern buffer.
13232
13233 2001-12-28 [alfons]     0.6.6claws29
13234
13235         * src/string_match.[ch]
13236                 clean up name space
13237                 allow compilation *BSD
13238
13239 2001-12-27 [alfons]     0.6.6claws28
13240
13241         * src/filter.c
13242                 sync the Hiro's bug fix for BSD
13243
13244 2001-12-27 [melvin]     0.6.6claws27
13245         
13246         * src/compose.c
13247                 Simplify focus to subject entry code.
13248
13249 2001-12-27 [darko]      0.6.6claws26
13250
13251         * src/filtering.c
13252         * src/mbox_folder.c
13253         * src/messageview.c
13254         * src/mh.c
13255         * src/procheader.[ch]
13256         * src/procmsg.h
13257         * src/stock_pixmap.[ch]
13258         * src/summaryview.c
13259                 Show key icon for encrypted mails in summary view
13260
13261         * src/pixmaps/clip.xpm
13262         * src/pixmaps/clipkey.xpm
13263         * src/pixmaps/key.xpm
13264                 New/modified icons for the above
13265
13266 2001-12-27 [melvin]     0.6.6claws25
13267
13268         * src/prefs_common.c
13269                 Put spell checker options in a separate tab to decrease
13270                 the Common Preferences window height.
13271
13272         * README.claws  
13273                 Update spell checker usage instruction about its options
13274                 location.
13275
13276 2001-12-27 [melvin]     0.6.6claws24
13277
13278         * src/compose.c
13279                 Changed subject entry widget position. Initial focus is
13280                 on the To header instead of the subject entry.
13281                 Creating a new header scrolls the header list to make the
13282                 created one visible. Nevertheless, when automatically filling
13283                 headers, the first one is shown.
13284                 A Tab key press in the last empty header entry zips the 
13285                 focus to the subject entry.
13286                 (I did not change the combo boxes, yet)
13287
13288 2001-12-26 [alfons]     0.6.6claws23
13289
13290         * src/prefs_account.c
13291         * src/inc.c
13292                 allow default inbox to reside in another mailbox (only
13293                 works for POP3 accounts)
13294
13295 2001-12-26 [alfons]     0.6.6claws22
13296         
13297         * src/textview.c
13298                 make reply-on-click work with the account of the selected folder
13299         * src/compose.c
13300                 put a fixme here to remind me to fix finding correct default
13301                 account for nested folders
13302
13303 2001-12-25 [alfons]     0.6.6claws21
13304
13305         * src/summaryview.c
13306                 make column headers display locked and mark pixmaps (idea by Melvin) 
13307                 fix bug by adding score and locked column type to sort array
13308
13309 2001-12-25 [alfons]     0.6.6claws20
13310         
13311         * src/summaryview.c
13312                 catch a *potentially* inadvertent write back of  
13313                 the message cache(s) introduced by 0.6.5claws37
13314
13315 2001-12-25 [christoph]  0.6.6claws19
13316
13317         * src/stock_pixmap.[ch]
13318         * src/summaryview.c
13319                 add ignore thread pixmap
13320                 (can someone draw a better icon for this?)
13321
13322 2001-12-24 [alfons]     0.6.6claws18
13323
13324         * src/prefs_folder_item.c
13325                 make address completion actually work for the
13326                 Default To address in the Folder Property dialog.
13327
13328 2001-12-24 [alfons]     0.6.6claws17
13329         
13330         * src/summaryview.c
13331                 use new style regexp for subject stripping 
13332                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13333
13334 2001-12-24 [darko]      0.6.6claws16
13335
13336         * src/pgptext.c
13337         * src/rfc2015.c
13338                 move GPG related informational messages to debug mode
13339
13340 2001-12-23 [alfons]     0.6.6claws15
13341
13342         * src/stock_pixmap.[ch]
13343         * src/summaryview.c
13344                 add the forgotten Claws' locked pixmap
13345
13346 2001-12-23 [alfons]     0.6.6claws14
13347
13348         * src/filesel.c
13349                 accept file name typed in entry in multi file
13350                 selector (patch submitted by Gustavo Noronha Silva 
13351                 <kov@debian.org>)
13352
13353 2001-12-23 [alfons]     0.6.6claws13
13354
13355         * src/prefs_filter.c
13356         * src/prefs_filtering.c
13357         * src/matcher.c
13358         * src/importmutt.c
13359                 clean up a little bit
13360         
13361         * src/string_match.c
13362                 validate input strings a little bit more
13363
13364 2001-12-23 [alfons]     0.6.6claws12
13365
13366         * src/Makefile.am
13367         * src/summaryview.c
13368         * src/string_match.[ch]         ** NEW **
13369         * src/folderview.[ch]
13370         * src/headerview.h
13371         * src/folder.[ch]
13372         * src/prefs_folder_item.[ch]
13373                 add subject simplification to strip out strings from
13374                 a subject line (esp. handy for mailing lists). 
13375                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13376                 but slightly changed things for better integration.)
13377
13378 2001-12-23 [alfons]     0.6.6claws11
13379
13380         * src/mainwindow.c
13381                 fix bug introduced by submission included in 0.6.5claws52.
13382                 ideally this submission should clean the trash if any trash
13383                 folder has a message. however, the hasTrash variable was
13384                 set to false whenever a trash folder was empty (discarding
13385                 a previously found *filled* trash folder.)
13386
13387                 also edited the code a little bit and made it more safe.
13388
13389 2001-12-22 [alfons]     0.6.6claws10
13390
13391         * src/imap.c
13392                 quick fix for Martin Pool's omission of an account
13393                 specific SSL setting
13394
13395 2001-12-22 [alfons]     0.6.6claws9
13396
13397         * src/compose.c
13398         * src/messageview.c
13399         * src/mimeview.c
13400         * src/pgptext.c
13401         * src/procmime.[ch]
13402                 better support for multipart/digest (submitted
13403                 by Fredrik <e98fo@efd.lth.se>)
13404
13405 2001-12-22 [alfons]     0.6.6claws8
13406
13407         * src/addressbook.c
13408                 correct function signature
13409         * src/socket.[ch]
13410         * src/imap.[ch]
13411         * src/prefs_account.[ch]
13412                 allow IMAP over SSH tunnel (patch submitted by 
13413                 Martin Pool <mbp@samba.org>)
13414
13415 2001-12-21 [alfons]     0.6.6claws7
13416
13417         * sync with sylpheed 0.6.6cvs4-9
13418                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13419
13420 2001-12-21 [christoph]  0.6.6claws6
13421
13422         * src/compose.c
13423         * src/prefs_folder_item.[ch]
13424                 implement saving of outgoing messages to current folder.
13425                 fix segfault when no default outbox is available
13426                 (closes bug #495683)
13427
13428 2001-12-21 [carsten]    0.6.6claws5
13429         * src/folderview.c
13430         * src/summaryview.c
13431                 pressing CTRL while DND does now the expected thing and
13432                 copies the mail (moving is still the default, as this
13433                 seam more appropriate for handling mails by DND)
13434
13435 2001-12-18 [paul]       0.6.6claws4
13436
13437         * sync with sylpheed 0.6.6cvs3
13438                 see ChangeLog entries 2001-12-18
13439
13440 2001-12-18 [hiro]       0.6.6claws3
13441
13442         * src/undo.c
13443                 fix for multibyte characters (obtain the number of letters
13444                 instead of bytes).
13445
13446 2001-12-17 [paul]       0.6.6claws2
13447
13448         * sync with sylpheed 0.6.6cvs1
13449                 see ChangeLog entry 2001-12-16
13450
13451 2000-12-17 [alfons]     0.6.6claws1
13452
13453         * src/filtering.c
13454                 clean up
13455
13456 2001-12-16 [paul]       0.6.6claws
13457 2001-12-15
13458
13459         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13460
13461         * src/mimeview.c
13462                 last minute sync with main 0.6.6
13463
13464         * po/es.po
13465                 updated by Ricardo Mones Lastra
13466                 update for last minute sync
13467         * po/fr.po
13468         * po/nl.po
13469                 update for last minute sync
13470         * po/de.po
13471                 updated by Jens Oberender
13472         * po/pt_BR.po
13473                 updated by Fabio Junior Beneditto
13474
13475         * src/prefs_common.[ch]
13476         * src/undo.c
13477                 number of undo levels is user configurable
13478                 (squeeze it into the release in the dying
13479                 moments) Submitted by Jens Oberender    
13480
13481 2001-12-15 [melvin]
13482
13483         * po/fr.po
13484                 updated french translation
13485
13486 2001-12-15 [paul]       0.6.5claws92
13487
13488         * sync with sylpheed 0.6.5cvs28
13489                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13490
13491         * po/nl.po
13492                 update to allow for sync
13493
13494 2001-12-15 [alfons]
13495         
13496         * po/nl.po
13497                 update dutch translation
13498
13499 2001-12-14 [carsten]    0.6.5claws91
13500         * src/summaryview.c
13501                 fixed bug #473785; also after changing the column order
13502                 the same message will be selected and displayed as before
13503                 the reordering
13504
13505 2001-12-14 [carsten]    0.6.5claws90
13506         * src/folderview.c
13507                 probably found the bug reported by wwb opening or closing
13508                 a folder tree just before dnd (found the solution in the
13509                 balsa source -- thanks to them)
13510
13511 2001-12-14 [carsten]    0.6.5claws89
13512         * src/gtkutils.c
13513         * src/account.c
13514                 moved gtk_clist_moveto to the right place, so that
13515                 only the accounts dialog is effected on opening
13516
13517 2001-12-14 [carsten]    0.6.5claws88
13518         * src/gtkutils.c
13519                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13520                 now, so that the focused row will be seen in any case
13521                 (reported by wwp on sf-claws-user)
13522
13523 2001-12-14 [darko]      0.6.5claws87
13524
13525         * src/compose.c
13526                 remove unnecessary line
13527
13528 2001-12-14 [paul]       0.6.5claws86
13529
13530         * sync with sylpheed 0.6.5cvs27
13531                 see ChangeLog entries 2001-12-14
13532
13533 2001-12-14 [carsten]    0.6.5claws85
13534         * src/mainwindow.c
13535                 following a suggestion of Melvin the rcoabm pops up
13536                 right under the button now and the button is reliefed
13537                 while the popup is open
13538
13539 2001-12-14 [darko]      0.6.5claws84
13540
13541         * src/compose.c
13542                 fix crash when wrapping long lines if linewrap quotation
13543                 is disabled and wrapper encounters a word spanning more
13544                 than one line
13545
13546 2001-12-13 [paul]       0.6.5claws83
13547
13548         * src/compose.c
13549                 prefer 'Reply-To' header over mailing list header when
13550                 replying to a message. Finally prevent all those confirmation 
13551                 messages being sent to the list itself.
13552
13553         * src/summaryview.c
13554                 remove unused summary_set_menu_sensitive() entry
13555
13556 2001-12-13 [paul]       0.6.5claws82
13557
13558         * src/folderview.c
13559         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13560         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13561         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13562                 improvements to 'Hide read messages': Inbox, Outbox,
13563                 Trash, Queue, and Draft icons now reveal presence of hidden 
13564                 messages
13565
13566 2001-12-12 [alfons]     0.6.5claws81
13567
13568         0.6.5claws80 was tagged as LAST_STABLE
13569
13570         * src/filtering.[ch]
13571         * src/matcher.[ch]
13572         * src/matcher_parser_lex.c
13573                 fix the filtering; my last attempt to get it right, 
13574                 if it does not work, it's Hoa's turn. ;-)
13575
13576                 for my honourable peers:
13577                 
13578                 the code now makes a clear distinction between
13579                 rules as they are displayed (probably escaped),
13580                 and as they are executed (probably unescaped). the
13581                 parser does *NOT* do any unescaping, this is
13582                 the task of the matcher.c (which breaks up a
13583                 rule into condition) and the filtering.c (which
13584                 breaks up the rule's action). to make this
13585                 run happily we provide an unescaped copy of
13586                 crucial strings to the MatcherProp and 
13587                 FilteringAction structures. note that the only
13588                 exception to this is any REGEXP string. those
13589                 are directly passed to regcomp() and regexp()
13590                 (who have much more powerful unescape functions).
13591                 
13592                 for everyone else:
13593         
13594                 you can escape tab (\t), carriage return (\r),
13595                 linefeed (\n), form feed (\f), quote (\"), 
13596                 single quote (\'), bell (\b) in all the entry
13597                 lines in the scoring & filtering dialogs.
13598                 as an added bonus this should not affect
13599                 existing filtering rules.
13600
13601 2001-12-12 [carsten]    0.6.5claws80
13602
13603         * src/summaryview.c
13604         * po/de.po
13605                 "item(s) selected" is now sensitive to 1 or more
13606                 than one selected (nice for language where simple
13607                 adding of a "s" is not possible as German (Eintrag
13608                 ->Eintr"age)
13609                 
13610                 the "forward as attachment" entry from the right
13611                 click menu removed, "forward" acts following the
13612                 prefs
13613         
13614         * src/textview.c
13615                 reverted my former changes; so compiler warning again
13616                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13617                 nevertheless
13618
13619         * src/messageview.c
13620                 "search in message" does now *not* only work in MVIEW_TEXT
13621                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13622                 message
13623
13624         * src/mainwindow.c
13625                 removed "/File/_Close" as it was the same as "/File/E_xit"
13626                 and we don't need it two times
13627
13628                 the separate folder view and message view now get a distinct
13629                 WMCLASS, just in case someone is using sawfish ;-)
13630
13631                 as the menu entries "/View/Message view" and "/View/Folder tree"
13632                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13633                 make them sensitive accordingly and as these two are "shown"
13634                 after startup anytime check this menuitem at startup
13635
13636 2001-12-12 [paul]       0.6.5claws79
13637
13638         * src/folderview.c
13639                 fix sensitivity of 'Search folder...', broken in
13640                 0.6.5claws75
13641
13642         * src/mainwindow.c
13643                 fix dodgy English
13644
13645 2001-12-11 [carsten]    0.6.5claws78
13646         * src/filtering.c
13647                 fixed two typos returning a wrong FALSE/TRUE
13648         * src/mainwindow.[ch]
13649                 extra menu for email/news button removed
13650
13651 2001-12-11 [alfons]     0.6.5claws77
13652         
13653         * src/matcher.c                 (1.3)
13654         * src/matcher_parser_lex.l      (1.28)
13655                 revert for another attempt
13656                 mark 0.6.5claws77 as LAST_STABLE
13657
13658 2001-12-11 [christoph]  0.6.5claws76
13659
13660         * po/de.po
13661                 fixed wrong translation for prev. unread msg
13662
13663 2001-12-11 [paul]       0.6.5claws75
13664
13665         * src/folder.[ch]
13666         * src/folderview.c
13667         * src/mainwindow.c
13668         * src/summaryview.[ch]
13669         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13670                 enable ability to hide read messages on per folder basis via 
13671                 '/Summary/Hide read messages'; when selected, a folder will 
13672                 have a red open folder icon, instead of a blue icon, if the 
13673                 folder contains hidden messges
13674                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13675
13676         * src/mainwindow.c
13677                 remove '/Message/Forward as attachment' from 
13678                 main_window_set_menu_sensitive() to prevent debug warning
13679
13680         * src/folderview.c
13681         * src/mainwindow.c
13682                 Clean up some of the English
13683
13684         * tools/newscache_clean.pl
13685                 allow for new 'hidereadmsgs' entry in folderlist.xml
13686
13687         * po/es.po
13688                 updated translation, submitted by Ricardo Mones Lastra
13689
13690 2001-12-11 [paul]       0.6.5claws74
13691
13692         * sync with sylpheed 0.6.5cvs25
13693                 see ChangeLog entry 2001-12-11
13694
13695 2001-12-10 [alfons]     0.6.5claws73
13696
13697         * src/matcher.c
13698                 add more control characters
13699         * src/matcher_parser_lex.l
13700                 make escaping / unescaping work again
13701
13702 2001-12-10 [alfons]     0.6.5claws72
13703
13704         * src/imap.c
13705                 clean up warnings "returning value for void function" 
13706         * src/prefs_filtering.c
13707                 make info button for execute action sensitive
13708
13709 2001-12-10 [paul]       0.6.5claws71
13710
13711         * src/compose.c
13712         * src/imap.[ch]
13713         * src/summaryview.c
13714                 fix: imap server now gets informed of MARKED, UNMARKED
13715                 and REPLY events. Now people can use different IMAP-Mail
13716                 clients and have the exact same information about MARKED,
13717                 UNMARKED and REPLY status with all of them. Especially
13718                 useful for imap servers with a web-frontend.
13719                 submitted by Tobias Sandhaas <medlor@web.de>
13720
13721 2001-12-09 [melvin]     0.6.5claws70
13722         
13723         * src/textview.[ch]
13724                 fixed bug #490076 (hunted down by Alfons who implemented
13725                 a workaround in 0.6.5claws65)
13726
13727 2001-12-09 [christoph]  0.6.5claws69
13728
13729         * src/summaryview.c
13730                 set pointer to string in LOCKED column to NULL
13731                 (might fix bug #490800)
13732
13733 2001-12-09 [carsten]    0.6.5claws68
13734
13735         * po/de.po
13736                 resolved some cluttered menu shortcuts 
13737                 ('creating new email' and 'creating news message'
13738                 hade the same)
13739         * src/compose.c
13740                 wmclass now distinc from main window
13741         * src/mainwindow.c
13742           src/mainwindow.h
13743                 email/news and forward button functionality similar
13744                 to the reply buttons; removed the ugly dropdown arrows
13745                 and use instead the right mouse button
13746
13747 2001-12-09 [paul]       0.6.5claws67
13748
13749         * src/imap.c
13750         * src/utils.h
13751                 allow spaces in imap folder names
13752                 submitted by Willem van Engen <wvengen@stack.nl>
13753
13754 2001-12-09 [paul]       0.6.5claws66
13755
13756         * sync with sylpheed 0.6.5cvs24
13757                 see ChangeLog entry 2001-12-09
13758
13759 2001-12-08 [alfons]     0.6.5claws65
13760
13761         * src/textview.c
13762                 prevent secondary selection claim after "add to sender" dialog
13763                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13764                 we trick GTK by simulating a click at (0, 0) in the textview.
13765
13766 2001-12-08 [hoa]        0.6.5claws64
13767
13768         * src/folder.c
13769                 fixed a bug about the .processing folder name while filtering
13770
13771 2001-12-08 [alfons]     0.6.5claws63
13772
13773         * src/folderview.c 
13774                 work around problem of not correctly updating folder stats
13775                 when deleting messages. there's some folder scanning evil
13776                 going so the folderview_update_msg_num() does not work
13777                 correctly. need to investigate this.
13778
13779 2001-12-08 [paul]       0.6.5claws62
13780
13781         * sync with sylpheed 0.6.5cvs23
13782                 see ChangeLog entry 2001-12-08
13783
13784 2001-12-07 [christoph]  0.6.5claws61
13785
13786         * src/compose.c
13787                 fix another header translation problem
13788
13789 2001-12-07 [alfons]     0.6.5claws60
13790
13791         * src/mbox.c
13792                 make filtering also work on local spool mbox
13793
13794 2001-12-07 [carsten]    0.6.5claws59
13795         * src/addressbook.c
13796                 addressbook window gets a wmclass distinct from the main
13797                 sylpheed window
13798         * src/compose.h
13799         * src/mainwindow.[ch]
13800                   forward menu item will use mode selected in prefs, forward 
13801                 as attatchment in menu removed (will be substituted in the
13802                 toolbar similar to reply buttons)
13803                   create news message menu entry and news button is now 
13804                 sensitive to the existance of a news account
13805         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13806         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13807         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13808                 these are removed because the toolbar buttons don't show
13809                 the quoting modus any longer
13810
13811 2001-12-07 [paul]
13812
13813         * tools/newscache_clean.pl      ** NEW FILE **
13814                 perl script to do some tidying up in the newscache directory 
13815                 
13816         * tools/sylpheed-switcher       ** NEW FILE **
13817                 perl script to enable easy switching between main and claws
13818                 
13819         * tools/README
13820                 added descriptions of the two new perl scripts          
13821
13822
13823 2001-12-07 [melvin]     0.6.5claws58
13824
13825         * src/messageview.c
13826                 fixed a warning during compilation introduced in 0.6.5claws56
13827
13828 2001-12-07 [paul]       0.6.5claws57
13829
13830         * src/mainwindow.[ch]
13831         * src/menu.[ch]
13832                 further usability enhancements to replying with or without 
13833                 quoting via the toolbar, use of Ctrl key is replaced by 
13834                 drop down menu 
13835                 Submitted by Carsten Schurig            
13836
13837 2001-12-07 [melvin]     0.6.5claws56
13838
13839         * src/messageview.c
13840                 hack to fix bug that prevented to make/paste selections
13841                 after switching between MVIEW_TEXT and MVIEW_MIME views
13842                 without deselecting the selection first.
13843
13844 2001-12-06 [alfons]     0.6.5claws55
13845
13846         * src/filtering.[ch]
13847         * src/inc.c
13848                 revise filtering a little bit more, and make sure
13849                 messages are delivered to the appropriate inbox
13850                 (perhaps set per account)
13851
13852 2001-12-06 [paul]       0.6.5claws54
13853
13854         * sync with sylpheed 0.6.5cvs22
13855                 see ChangeLog entry 2001-12-06
13856
13857 2001-12-05 [alfons]     0.6.5claws53
13858
13859         * src/inc.c
13860         * src/folder.[ch]
13861         * src/procmsg.c
13862         * src/filtering.c
13863                 more revisions of filtering system
13864                 (last stable version is marked as LAST_STABLE)
13865                 
13866                 | NOTE 1): the filtering system now uses a local folder called
13867                 | .processing. if filtering fails, check this directory
13868                 | for missing messages.
13869                 |
13870                 | NOTE 2): help us find the filtering actions still missing
13871
13872 2001-12-05 [paul]       0.6.5claws52
13873
13874         * src/mainwindow.c
13875                 fix bug where 'Empty Trash?' pop-up window appears even
13876                 when Trash is empty, submitted by Jesse Skinner         
13877
13878 2001-12-05 [melvin]     0.6.5claws51
13879
13880         * src/compose.c
13881                 fixed bug #486106 to select correct account when reediting 
13882                 a queued message
13883         
13884 2001-12-04 [alfons]     0.6.5claws50
13885
13886         * src/mh.c
13887                 declare markfile in appropriate functions when
13888                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13889                 for spotting this)
13890
13891 2001-12-04 [paul]       0.6.5claws49
13892
13893         * sync with sylpheed 0.6.5cvs21
13894                 see ChangeLog entry 2001-12-04
13895
13896 2001-12-03 [christoph]  0.6.5claws48
13897
13898         * po/de.po
13899                 changed translation of undo
13900         * src/account.c
13901         * src/folder.c
13902                 don't reinvent the wheel to traverse a GNode
13903         * src/compose.[ch]
13904                 seperate code to create the compose gui into functions
13905                 add "Others" page with folder selection for saving copy
13906                 of the message.
13907                 the folder identifier is saved to queue header
13908         * src/procmsg.c
13909                 save message to folder in queue header
13910
13911 2001-12-03 [paul]       0.6.5claws47
13912
13913         * sync with sylpheed 0.6.5cvs20
13914                 see ChangeLog entry 2001-12-03
13915
13916 2001-12-01 [paul]
13917
13918         * more sync with sylpheed 0.6.5cvs19
13919                 see ChangeLog entry 2001-11-29
13920
13921 2001-11-30 [paul]       0.6.5claws46
13922         
13923         * src/compose.c
13924                 remove conflicts introduced by Hoa's last commit
13925          
13926         * src/mainwindow.c
13927                 make 'Message/Bounce' sensitive
13928
13929 2001-11-30 [hoa]        0.6.5claws45
13930
13931         * src/compose.c
13932                 slightly change bounce function to add
13933                 information about the user that bounced the mail
13934                 in the From header line.
13935
13936         * src/folderview.c
13937                 permit the use of processing in outbox folder.
13938
13939 2001-11-29 [paul]       0.6.5claws44
13940
13941         * src/mainwindow.[ch]
13942         * src/prefs_common.c
13943         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13944         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13945         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13946                 usability enhancements to the quoting, implements
13947                 use of Ctrl key to toggle quoting settings
13948                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13949
13950 2001-11-29 [paul]       0.6.5claws43
13951         
13952         * sync with sylpheed 0.6.5cvs19
13953                 see ChangeLog entry 2001-11-28
13954
13955 2001-11-29 [melvin]     0.6.5claws42
13956         * src/Makefile.am
13957                 added enriched.[ch] to the list of files
13958
13959         * src/textview.c
13960         * src/mimeview.c
13961         * src/procmime.[ch]
13962         * src/enriched.[ch]
13963                 added support to view text/enriched
13964                 added support to show headers in message view for text/enriched and text/html
13965                         in non multipart messages
13966
13967 2001-11-28 [paul]       0.6.5claws41
13968
13969         * more sync with sylpheed 0.6.5cvs18
13970                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13971
13972 2001-11-27 [paul]       0.6.5claws40
13973         
13974         * po/pt_BR.po
13975                 updated translation, submitted by Fabio Junior Beneditto
13976                 
13977         * sync with sylpheed 0.6.5cvs18
13978                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13979                 2001-11-27
13980
13981
13982 2001-11-26 [paul]
13983
13984         * po/es.po
13985                 updated translation, submitted by Ricardo Mones Lastra
13986
13987 2001-11-26 [alfons]
13988
13989         * src/matcher.c
13990                 add more translatable strings
13991
13992 2001-11-26 [christoph]  0.6.5claws39
13993
13994         * po/de.po      
13995                 fixed one more umlaut
13996         * src/compose.c
13997                 fix translated header when it should not be translated
13998
13999 2001-11-26 [paul]       0.6.5claws38
14000
14001         * src/mainwindow.c
14002                 remove '/Message/Add Sender to address book' from 
14003                 main_window_set_menu_sensitive(), prevent debug warning
14004                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14005
14006 2001-11-26 [paul]       0.6.5claws37
14007
14008         * src/summaryview.c
14009                 fix 'recurring unread state' bug 
14010
14011         * tools/README 
14012         * tools/filter_conv.pl
14013                 read name of top level mailbox from folderlist.xml
14014                 and presume nothing about its name              
14015
14016 2001-11-26 [darko]      0.6.5claws36
14017
14018         * src/gtkstext.[ch]
14019                 removed functions that are now in gtkutils.c
14020                 use gtkut_text_is_uri_string() from gtkutils.c
14021         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14022
14023 2001-11-26 [paul]       0.6.5claws35
14024
14025         * sync with sylpheed 0.6.5cvs16
14026                 see ChangeLog entries 2001-11-25 and 2001-11-26
14027
14028 2001-11-25 [alfons]     0.6.5claws34
14029
14030         EXPERIMENTAL!!! Please checkout the last stable version using: 
14031           
14032         % cvs update -r LAST_STABLE -dRAP
14033
14034         (Or help us testing this stuff.)
14035
14036         * src/filtering.c               (1.14)
14037         * src/filtering.h               (1.6)
14038         * src/inc.c                     (1.28)
14039         * src/matcher.c                 (1.20)
14040         * src/mbox.c                    (1.9)
14041         * src/procmsg.h                 (1.14)
14042         * src/summaryview.c             (1.59)
14043         * src/summaryview.h             (dunno)
14044                 revert/merge/sync to as it was before commit 
14045                 on Thu, 19 Jul 2001 10:15:51 -0700.
14046
14047 2001-11-25 [hoa]        0.6.5claws33
14048
14049         * src/main.c
14050                 processing mails at startup
14051
14052         * src/folderview.c
14053         * src/summaryview.[ch]
14054                 processing mails when entering folder
14055
14056         * src/prefs_filtering.c
14057                 fixed some UI bugs
14058
14059 2001-11-24 [alfons]     0.6.5claws32
14060
14061         * src/summaryview.[ch]
14062                 make summary sort headers work, and also make
14063                 sure the sort type is stored
14064
14065 2001-11-23 [alfons]     0.6.5claws31
14066
14067         * src/summaryview.[ch]
14068                 make lock work like mark
14069                 disallow deleting messages marked as locked
14070
14071 2001-11-23 [alfons]     0.6.5claws30
14072
14073         * src/gtkstext.c
14074         * src/compose.[ch]
14075         * src/Makefile.am
14076         * src/undo.[ch]
14077                 merge undo patch submitted by Jens
14078
14079 2001-11-23 [christoph]  0.6.5claws29
14080
14081         * src/.cvsignore
14082                 added ylwrap
14083         * src/compose.c
14084                 fixed gpg signing and encoding
14085         * src/folder.[ch]
14086         * src/main.c
14087                 added --status option to get new, unread and total
14088                 message count from a running sylpheed
14089         * src/prefs_common.c
14090                 temporary fix for reply_with_quote problem
14091                 (don't call functions for non existing widget)
14092         * src/procmsg.c
14093                 one more check for ignored threads but still not
14094                 always working correctly. probably a recursive
14095                 check for all parents is needed
14096
14097 2001-11-23 [darko]      0.6.5claws28
14098
14099         * src/compose.c
14100                 wrapping on send improvements
14101         * src/gtkutils.[ch]
14102                 fix for GtkSText after last sync with main branch
14103                 GTK_TEXT -> GTK_STEXT
14104
14105 2001-11-23 [paul]       0.6.5claws27
14106
14107         * sync with sylpheed 0.6.5cvs14
14108                 see ChangeLog entries 2001-11-22 and 2001-11-23
14109                 
14110         * po/de.po
14111                 fixed the scrambled umlauts 
14112                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14113
14114 2001-11-21 [paul]       0.6.5claws26
14115
14116         * sync with sylpheed 0.6.5cvs12
14117                 see 2nd ChangeLog entry dated 2001-11-20
14118
14119 2001-11-20 [paul]       0.6.5claws25
14120
14121         * sync with sylpheed 0.6.5cvs11
14122                 see ChangeLog entry 2001-11-19 (src/utils.c)
14123
14124 2001-11-20 [hiro]
14125
14126         * src/compose.c
14127                 GTK_TEXT -> GTK_STEXT
14128                 fix for wrong comment
14129
14130 2001-11-20 [hiro]       0.6.5claws24
14131
14132         * src/compose.[ch]
14133                 more merges from main branch
14134                 removed fatal warnings (uninitialized variables etc.)
14135                 some coding style fix
14136         * src/gtkutils.h
14137                 fixed typo.
14138         * src/addressbook.c
14139           src/addrindex.c
14140                 V-Card -> vCard
14141
14142 2001-11-19 [hoa]        0.6.5claws23
14143
14144         * src/filtering.c
14145         * src/prefs_scoring.c
14146         * src/matcher.[ch]
14147         * src/scoring.c
14148                 cleaning code
14149
14150         * src/matcher_parser_parse.y
14151         * src/prefs_filtering.c
14152                 bouncing
14153
14154 2001-11-19 [alfons]     0.6.5claws22
14155
14156         more of my old things into claws
14157
14158         * src/Makefile.am
14159         * src/prefs_common.c
14160         * src/procmsg.h
14161         * src/summaryview.[ch]
14162         * src/prefs_summary_column.c
14163         * src/pixmaps/locked.xpm
14164                 add indicators for locking of message in summary view
14165                 (does not work yet, only visual indicator)
14166
14167 2001-11-19 [paul]       0.6.5claws21
14168
14169         * sync with sylpheed 0.6.5cvs10
14170                 see ChangeLog entry 2001-11-19
14171
14172 2001-11-18 [alfons]     0.6.5claws20
14173         
14174         * src/filtering.c
14175                 remove an inadvertent free I forgot in previous clean up 
14176
14177 2001-11-18 [alfons]     0.6.5claws19
14178
14179         * src/filtering.[ch]
14180                 clean up & plug leaks
14181
14182 2001-11-18 [paul]       0.6.5claws18
14183
14184         * sync with sylpheed 0.6.5cvs9
14185                 see ChangeLog entries 2001-11-17 and 2001-11-18
14186
14187 2001-11-16 [paul]       0.6.5claws17
14188
14189         * sync with sylpheed 0.6.5cvs8
14190                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14191
14192 2001-11-16 [paul]       0.6.5claws16
14193
14194         * sync with sylpheed 0.6.5cvs7
14195                 see ChangeLog entries 2001-11-15 and 2001-11-16
14196
14197 2001-11-15 [hoa]        0.6.5claws15
14198
14199         * src/compose.c
14200                 fix bounce, mails we received couln't be bounced to ourself.
14201
14202         * src/defs.h
14203         * src/filtering.[ch]
14204         * src/matcher.[ch]
14205         * src/matcher_parser.h
14206         * src/matcher_parser_lex.l
14207         * src/matcher_parser_parse.y
14208         * src/inc.c
14209         * src/main.c
14210         * src/mbox.c
14211         * src/prefs_filtering.[ch]
14212         * src/mainwindow.c
14213         * src/prefs_matcher.c
14214         * src/prefs_scoring.c
14215         * src/scoring.[ch]
14216         * src/summaryview.c
14217                 new matcher/filter/score configuration file parser
14218                 one unique configuration file => ~/.sylpheed/matcherrc
14219                 import in currently automatic, then save are made
14220                 in this new file.
14221                 one filter per folder and one global filter
14222                 (filter of a folder will be used as folder processing)
14223
14224         * src/folder.c
14225                 fix a bug in folder_item_get_identifier
14226                 
14227         * src/messageview.c
14228                 receive receipt return are fixed.
14229
14230 2001-11-14 [alfons]     0.6.5claws14
14231
14232         * src/session.h
14233                 add things from main branch to make claws compile
14234
14235 2001-11-14 [paul]       0.6.5claws13
14236
14237         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14238                 see ChangeLog entries 2001-11-08 to 2001-11-14
14239
14240 2001-11-14 [hoa] 0.6.5claws12
14241
14242         * src/compose.[ch]
14243         * src/mainwindow.c
14244         * src/summaryview.c
14245                 add "bounce mail" option
14246
14247 2001-11-13 [christoph]  0.6.5claws11
14248
14249         * src/compose.c
14250                 Cleanup a mess i add before commiting
14251
14252 2001-11-13 [hoa]        0.6.5claws10
14253
14254         * src/compose.c
14255                 some fixes when mail are sent or
14256                 for crossposts
14257
14258 2001-11-13 [christoph]  0.6.5claws9
14259
14260         * po/de.po
14261                 Changed two string with the same translation
14262         * src/compose.c
14263         * src/procmsg.[ch]
14264         * src/send.[ch]
14265                 New mailsending process:
14266                   - Always queue message before sending
14267                     (message will be saved if sylpheed crashed or
14268                      freezes while sending)
14269                   - Allow queuing of newspostings
14270                   - No copy in outbox before sending
14271                     (closes bug #469501)
14272                   - No more redundant code for send and send_later
14273         * src/summaryview.c
14274                 Applied wwp <subscript@free.fr>'s patch that fixes
14275                 marks for multiple forwarded messages (+compose.c)
14276
14277 2001-11-12 [alfons]
14278
14279         * README.claws
14280                 remove things that are now in main branch
14281         
14282         * po/nl.po
14283                 update Dutch translation
14284
14285 2001-11-12 [mhadasht]   0.6.5.claws8
14286
14287         * src/prefs_common.c
14288                 re-enabled account autoselection feature for forward
14289                 and reedit lost during the branch point for SYNC-B4-REL
14290         * src/gtkspell.c
14291                 gtkpspell_get_dict(): more readable code (even if function is
14292                 not used yet)
14293         * ChangeLog.claws
14294                 added version number info to 2001-11-12 [hiro] comment.
14295
14296 2001-11-12 [hiro]       0.6.5.claws7
14297
14298         * src/compose.c
14299                 compose_forward(): fixed a bug that forward quote mark
14300                 wasn't used.
14301                 removed unnecessary code.
14302         * src/template_select.[ch]: removed.
14303
14304 2001-11-11 [alfons]
14305
14306         * src/compose.c
14307                 :%s/GTK_TEXT/GTK_STEXT/g
14308         
14309         * src/compose.[ch]
14310         * src/undo.[ch]
14311         * src/Makefile.am
14312                 revert the undo stuff (this is 0.6.6claws stuff)
14313
14314 2001-11-11 [hoa]        0.6.5.claws6
14315
14316         * src/compose.[ch]
14317                 Insert signature at the end of the text.
14318                 Added undo patch but currently disabled
14319
14320         * src/procmsg.c
14321                 Threading by subject improved.
14322
14323         * added src/undo.[ch]
14324                 Undo module for compose dialog box.
14325
14326 2001-11-11 [alfons]     0.6.5.claws5
14327
14328         * src/procmsg.c
14329                 prevent threading by subject on nodes that have already been
14330                 threaded by in-reply-to (as in "circular references in a tree
14331                 result in a dead branch")
14332
14333 2001-11-09 [hoa]        0.6.5.claws4
14334         
14335         * src/folderview.c
14336                 allows creation of mbox folder item from any files.
14337
14338 2001-11-09 [alfons]     0.6.5.claws3
14339         
14340         * src/utils.c
14341         * src/procmsg.c
14342                 do what I mean and correct threading by subject so it really
14343                 ignores attracting lines without "Re: "
14344
14345 2001-11-07 [alfons]     0.6.5.claws2
14346
14347         * src/procmsg.c
14348         * src/utils.[ch]
14349                 only attract by subject if a subject line starts with a "Re: "
14350         * src/syldap.c
14351                 remove warning
14352
14353 2001-11-07 [paul]       0.6.5claws1
14354
14355         * sync with sylpheed 0.6.5. release
14356                 see ChangeLog entry 2001-11-07
14357
14358 2001-11-07 [paul]       0.6.4claws31
14359
14360         * sync with sylpheed 0.6.4cvs18
14361                 see ChangeLog entries 2001-10-30 to 2001-11-07
14362                 prefs_templates.[ch] renamed prefs_template.[ch]
14363
14364 2001-11-06 [alfons]
14365         
14366         * src/utils.h
14367                 add semicolon Hoa forgot ;-)
14368                 
14369
14370 2001-11-06 [hoa]        0.6.4claws30
14371         
14372         * src/procmsg.c
14373         * src/summaryview.c
14374         * src/utils.c
14375         * src/utils.h
14376                 threading by subject - empty subject are ignored
14377
14378 2001-11-06 [christoph]  0.6.4claws29
14379
14380         * src/socket.c
14381                 use SSL_peek for sock_gets
14382         * src/utils.c
14383                 removed unneeded pointer in extracting quoted
14384                 names implementation
14385
14386 2001-11-06 [melvin]     0.6.4claws28
14387
14388         * src/gtkspell.c
14389                 fixed bug #476792 Selection overtyping with spell checker
14390                 fixed bug which could cause a buffer overflow
14391                 fixed a memory leak
14392
14393 2001-11-06 [hoa]        0.6.4claws27
14394         
14395         * src/procmsg.c
14396         * src/summaryview.c
14397                 threading by subject
14398
14399 2001-11-05 [alfons]     0.6.4claws26
14400         
14401         * README.claws
14402                 Claws -> Sylpheed (vice versa)
14403
14404         * src/compose.c
14405                 :%s/gtk_text/gtk_stext/g
14406                 :%s/GTK_TEXT/GTK_STEXT/g
14407                 (thanks to Jonathan Ware for spotting this)
14408
14409 2001-11-04 [christoph]  0.6.4claws25
14410
14411         * src/summaryview.c
14412                 replace Xalloca + strdup with Xstrdup_a
14413         * src/utils.c
14414                 better implementation of extracting quoted names
14415                 from addresses (remove backlashes and ignore
14416                 quotes after them)
14417
14418 2001-11-04 [alfons]     0.6.4claws24
14419
14420         * src/utils.[ch]
14421                 edit to comply more with coding style
14422
14423         * src/textview.c
14424                 fix bug reported by Kim Schulz. introduced by the patch integrated
14425                 in 0.6.4claws15. the code did not check the return value of
14426                 the html parser.
14427
14428         * AUTHORS
14429                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14430
14431 2001-11-04 [christoph]  0.6.4claws23
14432
14433         * src/main.c
14434         * src/prefs_common.[ch]
14435                 init some pointers that possibly caused a segfault
14436                 reported in the claws-users ML
14437
14438 2001-11-04 [hoa]        0.6.4claws22
14439
14440         * src/grouplistdialog.c
14441                 change the names of the nodes in the tree
14442
14443         * src/compose.c
14444                 enhanced mailto syntax as described in
14445                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14446                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14447
14448         * src/utils.c
14449                 encode and decode URI (useful when opening URL into
14450                 netscape).
14451
14452 2001-11-03 [hoa]        0.6.4claws21
14453
14454         * src/grouplistdialog.c
14455                 a new newsgroups list selection dialog box
14456                 with a CTree instead of a CList
14457
14458 2001-11-03 [hoa]        0.6.4claws20
14459
14460         * src/folderview.c
14461                 enable property and scoring options when right
14462                 click on "inbox"
14463
14464         * src/summaryview.c
14465                 fixed bug when nickname were displayed using
14466                 the address book.
14467
14468 2001-11-02 [darko]      0.6.4claws19
14469
14470         * src/compose.c
14471                 new wrap quotation and URL/long words wrapping implementation
14472         * src/compose.c src/gtkstext.[ch]
14473                 move gtkstext_strncmp() to gtkstext.c
14474
14475 2001-11-01 [christoph]  0.6.4claws18
14476
14477         * src/prefs_account.c
14478                 fixed mess in account settings dialog
14479         * src/prefs_folder_item.c
14480                 added label with folder path to dialog
14481
14482 2001-10-31 [match]      0.6.4claws17
14483
14484         * src/vcard.c
14485                 fix memory leak.
14486         * src/addrbook.c
14487                 fix generation of spurious address book file names.
14488                 remove redundant functions.
14489         * po/POTFILES.in
14490                 added missing file names.
14491
14492 2001-10-30 [paul]       0.6.4claws16
14493
14494         * sync with sylpheed 0.6.4cvs6
14495                 see ChangeLog entries 2001-10-26 to 2001-10-30
14496
14497         * tools/filter_conv.pl
14498                 read folderlist.xml to discover whether the top-level
14499                 folder is called 'Mailbox' or 'Mail' 
14500
14501 2001-10-29 [paul]       0.6.4claws15
14502
14503         * src/html.c, src/textview.c
14504                 activate links in html mail and fix clickable parts
14505                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14506
14507 2001-10-29 [paul]
14508
14509         * po/de.po, po/es.po, po/pt_BR/po
14510                 updated translations, submitted by Jens Oberender,
14511                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14512
14513 2001-10-29 [darko]      0.6.4claws14
14514
14515         * src/compose.c
14516                 fix wrapping for good
14517
14518 2001-10-29 [darko]
14519
14520         * src/compose.c
14521                 undo previous change as it broke the smart wrapping
14522
14523 2001-10-29 [darko]      0.6.4claws13
14524
14525         * src/compose.c
14526                 fix infinite loop when long URL is quoted
14527                 (closes bug #475122.
14528
14529 2001-10-28 [match]
14530
14531         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14532                 import Mutt address book
14533         * src/ldif.[ch] src/importldif.h
14534                 modified import LDIF handle user attributes
14535
14536 2001-10-28 [christoph]  0.6.4claws12
14537
14538         * src/summaryview.c
14539                 fixed that filtering did not work if there
14540                 were no filter rules
14541                 (closes bug #472003 and better implementation
14542                  of patch #474644)
14543
14544 2001-10-27 [christoph]  0.6.4claws11
14545
14546         * src/compose.c
14547                 make the folder's default account to be used when
14548                 replying. (patch by wwp <subscript@free.fr>)
14549         * src/compose.c
14550                 code cleanup, nearly killed all of wwp's patch
14551                 for folder's default account in compose
14552         * src/folderview.c
14553                 error panel when a folder could not be created
14554                 (closes bug #471080 new folder name & already
14555                  existing file)
14556
14557 2001-10-26 [alfons]
14558
14559         * src/utils.h
14560                 change prototype of strstr2() that Christoph forgot about
14561
14562 2001-10-26 [christoph]  0.6.4claws10
14563
14564         * src/account.c
14565                 made search for accounts by email address not case
14566                 sensitive
14567         * src/folder.c
14568                 fixed memory leak in folder_item_get_identifier
14569         * src/gtkspell.c
14570         * src/utils.c
14571                 fixed wrong strstr2 (should work like strstr)
14572
14573 2001-10-26 [darko]      0.6.4claws9
14574
14575         * src/compose.c src/gtkstext.[ch]
14576         * src/gtkstext.c
14577                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14578
14579 2001-10-26 [paul]       0.6.4claws8
14580
14581         * src/html.c
14582                 ignore css and javascript tags in html mail
14583                 case-insensitive, with or without double-quoted
14584                 strings
14585
14586 2001-10-26 [paul]       0.6.4claws7
14587
14588         * sync with sylpheed 0.6.4cvs1
14589                 see ChangeLog entry 2001-10-26
14590
14591         * src/prefs_account.c, src/prefs_common.c,
14592           src/prefs_summary_column.c
14593                 minor improvements to the English
14594
14595 2001-10-25 [alfons]     0.6.4claws6
14596
14597         * src/gtkstext.c
14598         
14599                 make GtkSText follow style of GtkText (closes bug 
14600                 #469211 "text selection while writing message")
14601                 
14602                 do sync with GTK 1.2.10
14603
14604 2001-10-25 [paul]       0.6.4claws5
14605
14606         * src/html.c
14607                 ignore css tags in html mail
14608
14609 2001-10-25 [darko]      0.6.4claws4
14610
14611         * src/compose.c
14612                 don't declare is_url_string as static function since
14613                 we need it in gtkstext.c
14614         * src/gtkstext.c
14615                 remove unused variable
14616                 don't wrap long URLs while composing a message
14617
14618 2001-10-24 [christoph]  0.6.4claws3
14619
14620         * src/socket.c
14621                 fix ssl deadlock, when peer closes connection
14622
14623 2001-10-24 [paul]       0.6.4claws2
14624
14625         * src/prefs_common.c
14626                 gettextize the gpg ascii-armored warning message
14627
14628         * src/compose.c
14629                 insert a DOS/MAC file into the composed message
14630                 (improvements)
14631
14632         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14633
14634 2001-10-22 [paul]       0.6.4claws1
14635
14636         * sync with sylpheed 0.6.4 release
14637                 see ChangeLog entries 2001-10-21
14638
14639         * po/fr.po, po/pt_BR.po
14640                 updated by Melvin Hadasht and Fabio Junior Beneditto
14641
14642 2001-10-21 [paul]       0.6.3claws30
14643
14644         * src/compose.c
14645                 insert a DOS text file from the compose window
14646                 into the composed message text (removes CRs characters)
14647                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14648
14649         * tools/filter_conv.pl, tools/README
14650                 automatically use ~/.sylpheed as working directory
14651                 print out confirmation message on completion
14652
14653         * correct Hoa's last ChangeLog.claws entry
14654
14655 2001-10-20 [hoa]        0.6.3claws29
14656
14657         * src/grouplistdialog.c
14658                 bugfix (another ?) to give the right
14659                 newsgroups list for each news server.
14660
14661         * src/news.c
14662         * src/news.h
14663                 improve the newsgroups list cache
14664
14665 2001-10-20 [paul]       0.6.3claws28
14666
14667         * sync with sylpheed 0.6.3cvs9
14668                 see ChangeLog entry 2001-10-19
14669
14670         * correct Alfons' last ChangeLog.claws entry
14671
14672 2001-10-19 [alfons]
14673
14674         * src/pgptext.[ch]
14675                 fix compilation problems (part of bug #472895)
14676
14677 2001-10-18 [hoa]        0.6.3claws27
14678
14679         * src/grouplistdialog.c
14680                 bugfix when we refresh was clicked (bug 472701)
14681
14682 2001-10-19 [christoph]  0.6.3claws26
14683
14684         * src/compose.c
14685                 last header entry should default to "To:" or
14686                 "Newsgroups:" and not copy the last entry line
14687                 in a new compose window
14688                 (closes bug #472686, #470792)
14689
14690 2001-10-19 [paul]       0.6.3claws25
14691
14692         * sync with Sylpheed 0.6.3cvs8
14693                 see ChangeLog entries 2001-10-18 and 2001-10-19
14694
14695 2001-10-18 [christoph]  0.6.3claws24
14696
14697         * src/procmsg.c
14698                 reimplement ignore thread
14699         
14700 2001-10-18 [hoa]        0.6.3claws23
14701
14702         * src/folderview.c
14703         * src/grouplistdialog.[ch]
14704                 enhanced news subscription interface (feature 469113)
14705
14706         * src/news.c
14707         * src/news.h
14708                 enchanced newsgroup listing,
14709                 now, we can get groups informations
14710                 (NNTPGroupInfo)
14711
14712 2001-10-18 [paul]       0.6.3claws22
14713
14714         * src/summaryview.c
14715                 remove comment (sync with main branch)
14716         * src/mainwindow.c
14717                 fix 'Re-edit' bug in 'Message' menu
14718
14719 2001-10-17 [christoph]  0.6.3claws21
14720
14721         * src/compose.c
14722                 ignore empty or whitespace only header lines
14723
14724 2001-10-17 [paul]       0.6.3claws20
14725
14726         * sync with sylpheed 0.6.3cvs7
14727                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14728                 2001-10-17
14729
14730 2001-10-17 [darko]
14731
14732         * src/compose.c
14733                 wrap long lines without spaces
14734                 don't wrap URLs
14735
14736 2001-10-16 [paul]
14737
14738         * po/es.po, po/nl.po, po/pt_BR.po
14739                 updated by Ricardo Mones Lastra, Alfons,
14740                 and Fabio Junior Beneditto
14741
14742         * sylpheed-0.6.3claws released
14743
14744 2001-10-15 [melvin] 0.6.3claws18
14745
14746         * README.claws
14747                 added summary and detailed installation instructions
14748                 for spell checker
14749         * po/fr.po
14750                 Updated, corrected and completed french translation
14751
14752 2001-10-15 [hoa] 0.6.3claws17
14753         * src/grouplistdialog.c
14754                 we can choose the newsgroups to display with wildcards
14755
14756 2001-10-15 [christoph]  0.6.3claws16
14757
14758         * src/account.c
14759         * src/compose.c
14760         * src/prefs_folder_item.[ch]
14761                 applied wwp <subscript@free.fr>'s folder
14762                 default account patch
14763         * po/de.po
14764                 Fixed wrong translation
14765
14766 2001-10-13 [alfons, christoph, melvin]  
14767                         0.6.3claws15
14768
14769         solution #2 to solve MT-safety problems defers all GUI related calls
14770         to the main thread using a gtk_idle_add() callback. discussed on
14771         ircnet #sylpheed, with christoph spotting some issues with the
14772         original code, and melvin allowing us to lobotomize his sylpheed.
14773
14774         * src/syldap.[ch], src/main.c
14775                 fix race problem in ldap search thread by deferring GUI 
14776                 stuff to main thread using gtk_idle_add()
14777
14778 2001-10-13 [paul]       0.6.3claws14
14779
14780         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14781                 add Sergey's smtpcred.patch
14782                 adds separate username/password setting for SMTP Auth
14783                 needed by some servers
14784                 (closes feature request #471659)
14785
14786 2001-10-13 [paul]       0.6.3claws13
14787
14788         * src/pgptext.[ch] **NEW FILES**
14789         * src/Makefile.am, src/messageview.c, src/mimeview.c
14790                 decrypt ascii-armored gpg text embedded in
14791                 the message body.
14792                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14793
14794 2001-10-13 [christoph]  0.6.3claws12
14795
14796         * README.claws
14797                 some more details on default to and
14798                 feature requests
14799         * src/main.c
14800                 init glib threading when ldap is used
14801         * src/syldap.c
14802                 threading fixes
14803         * po/de.po
14804                 fixed a typo
14805
14806 2001-10-12 [paul]       0.6.3claws11
14807
14808         * src/prefs_common.[ch], src/rfc2015.c
14809                 enable ascii-armored gpg text to be embedded in the
14810                 message body, selectable through the 'Privacy'
14811                 preferences. Supports encrypting only.
14812                 Submitted by Ravemax <ravemax@dextrose.com>
14813
14814 2001-10-12 [paul]       0.6.3claws10
14815
14816         * sync with sylpheed 0.6.3cvs6
14817                 see ChangeLog entries 2001-10-11 and 2001-11-12
14818
14819         * src/folderview.c
14820                 incorporated mbox folders, scoring, and folder
14821                 properties into the sync
14822
14823 2001-10-12 [darko]      0.6.3claws9
14824
14825         * README.claws
14826                 describe quotation wrapping
14827         * src/compose.c
14828                 don't treat tab as space to calculate line length properly
14829
14830 2001-10-11 [alfons]
14831
14832         * README.claws
14833                 correct description of how to make new filtering system work,
14834                 add some other things
14835                 
14836         * src/syldap.c
14837                 remove sched_yield() (not necessary / unportable)
14838
14839 2001-10-11 [paul]       0.6.3claws8
14840
14841         * sync with sylpheed 0.6.3cvs3
14842                 see ChangeLog entry 2001-10-10
14843
14844 2001-10-10 [christoph]  0.6.3claws7
14845
14846         * .cvsignore
14847                 ignore 2 files created by newer autotools
14848         * src/prefs_folder_item.c
14849                 using table for widget alignment
14850                 fixed memory leak and broken octal display
14851         * src/filesel.c
14852                 fixed segfault caused by lost filename
14853                 workaround (closes bug #469551)
14854
14855 2001-10-10 [paul]       0.6.3claws6
14856
14857         * sync with sylpheed 0.6.3cvs2
14858                 see ChangeLog entries 2001-10-09 and 2001-10-10
14859
14860 2001-10-10 [darko]      0.6.3.claws5
14861
14862         * src/gtkstext.c
14863                 proper calculation of right margin if smart wrapping is enabled
14864         * src/compose.c
14865                 automatically wrap long lines if wrap quotation is enabled
14866
14867 2001-10-09 [alfons]     0.6.3.claws4
14868
14869         * src/summaryview.c
14870                 select correct row when deleting last row in the summary view (and
14871                 close bug "[ #469104 ] select second last in list when deleting")
14872
14873 2001-10-09 [paul]       0.6.3claws3
14874
14875         * sync with sylpheed 0.6.3cvs1
14876                 updated some autotool scripts
14877
14878 2001-10-09 [darko]      0.6.3claws2
14879
14880         * src/gtkstext.[ch]
14881                 new name and mark with Sylpheed comment
14882         * src/compose.c
14883                 smart quotation wrapping a-la VIM
14884
14885 2001-10-08 [paul]       0.6.3claws1
14886
14887         * sync with sylpheed 0.6.3 release
14888                 see ChangeLog entry 2001-10-08
14889
14890 2001-10-08 [paul]       0.6.2claws24
14891
14892         * src/summaryview.c
14893                 more sync with sylpheed 0.6.2cvs12
14894                 Fixed the bug that didn't select the last row correctly
14895
14896
14897 2001-10-07 [paul]       0.6.2claws23
14898
14899         * sync with sylpheed 0.6.2cvs12
14900                 see ChangeLog entry 2001-10-07
14901
14902 2001-10-06 [match]
14903         * src/jpilot.[ch]
14904                 enable jpilot to read unsynch'ed addresses.
14905
14906         * src/editldap_basedn.c
14907                 fix segfault when opening dialog.
14908
14909 2001-10-06 [alfons]     0.6.2.claws22
14910
14911         * src/summaryview.c
14912                 fix bug with summary view selecting last *inserted*
14913                 node instead of last *visible* node. remember we
14914                 work with a tree
14915
14916 2001-10-06 [paul]       0.6.2claws21
14917
14918         * po/pt_BR.po
14919                 updated translation, contains some fixes and new
14920                 translations, submitted by Gustavo Noronha Silva
14921                 <kov@debian.org>
14922
14923         * src/prefs_common.c
14924                 change 'each' to 'every' - fix dubious English
14925
14926         * sync with sylpheed 0.6.2cvs11
14927
14928 2001-10-05 [alfons]     0.6.2claws20
14929
14930         * src/mainwindow.[ch], src/folderview.c
14931                 make composite tool button switch between "Compose News"
14932                 and "Compose Mail" depending on selected folder
14933                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14934
14935 2001-10-05 [paul]       0.6.2claws19
14936
14937         * src/mainwindow.c, src/summaryview.c
14938                 fix 'Message/Reply to all', broken in last commit
14939
14940         * src/compose.c
14941                 fix X_BEENTHERE seg fault, thanks to Alfons
14942
14943 2001-10-04 [paul]       0.6.2claws18
14944
14945         * src/compose.[ch], src/mainwindow.c
14946                 make "Message/Reply" reply to mailing lists; matches
14947                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14948                 based on portions of the patch submitted by
14949                 Junichi Uekawa <dancer@netfort.gr.jp>
14950
14951 2001-10-04 [darko]      0.6.2claws17
14952
14953         * src/compose.c
14954                 better smart wrapping
14955         * src/gtkstext.[hc]
14956                 a function to make text buffer contiguous
14957
14958 2001-10-03 [paul]       0.6.2claws16
14959
14960         * sync with sylpheed 0.6.2cvs10
14961
14962 2001-10-02 [alfons]
14963
14964         * configure.in
14965         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14966                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14967                 references to chinese translations (hope someone picks up
14968                 this)
14969
14970 2001-10-02 [christoph]  0.6.2claws15
14971
14972         * src/compose.c
14973                 fixed non translated header bug
14974         * ChangeLog.claws
14975                 fixed wrong date in alfons last entry ;)
14976
14977 2001-10-02 [alfons]     0.6.2claws14
14978
14979         * src/compose.c, src/prefs_common.[ch]
14980                 add block cursor option
14981
14982 2001-10-02 [paul]       0.6.2claws13
14983
14984         * sync with sylpheed 0.6.2cvs9
14985
14986 2001-09-30 [paul]       0.6.2claws12
14987
14988         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14989                 updated translations
14990
14991         * po/POTFILES.in
14992                 add 'src/importldif.c'
14993
14994         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14995                 added eudora-to-vCard conversion tool
14996                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14997
14998         * sync with sylpheed 0.6.2cvs8
14999
15000 2001-09-30 [paul]
15001
15002         * sylpheed-0.6.2claws released
15003
15004 2001-09-27 [melvin]     0.6.2claws11
15005
15006         * src/gtkspell.c
15007                 fixed crash when using default path (introduced 
15008                 in 0.6.2claws10)
15009                 fixed tiny bug for initial suggestion mode
15010
15011 2001-09-27 [melvin]     0.6.2claws10
15012         
15013         * src/gtkspell.c
15014                 fixed bug where gtkpspell didn't set the path correctly
15015
15016         * README.claws
15017                 added a paragraph about spell checking
15018                 
15019
15020
15021 2001-09-27 [paul]       0.6.2claws9
15022
15023         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15024                 replace '// comments' with '/* comments */' to prevent
15025                 some compiler warnings 
15026
15027         * sync with sylpheed 0.6.2cvs6
15028
15029 2001-09-26 [alfons]     0.6.2claws8
15030
15031         * src/messageview.c
15032                 introduce return receipt request notification again,
15033                 which was lost because of other semantics in 
15034                 procheader_parse() (???)
15035
15036 2001-09-26 [christoph]  0.6.2claws7
15037
15038         * src/compose.c
15039                 replace comments for old code with #if 0
15040                 readded auto cc, bcc and reply-to
15041         * src/prefs_matcher.c
15042         * src/prefs_scoring.c
15043                 removed some definition (was moved to
15044                 prefs.h)
15045
15046 2001-09-26 [paul]       0.6.2claws6
15047
15048         * src/mainwindow.c
15049                 make 'Follow-up and reply to' sensitive
15050
15051         * more sync with sylpheed 0.6.2cvs5
15052
15053 2001-09-25 [melvin]
15054
15055         * 0.6.2claws5
15056
15057         * src/gtkspell.c
15058                 fixed bug for "US-ASCII" introduced by the encoding code
15059
15060 2001-09-25 [paul]
15061
15062         * 0.6.2claws4
15063
15064         * src/prefs_common.[ch], src/summaryview.c
15065                 'next unread msg' 'go to next folder?' dialog can be
15066                 given default behaviour, either always show dialog,
15067                 or assume 'yes', or assume 'no'
15068                 Submitted by wwp <subscript@free.fr>
15069
15070 2001-09-25 [melvin]
15071                 
15072         * src/compose.c src/gtkspell.[ch]
15073                 added support for different encodings
15074
15075 2001-09-25 [paul]
15076
15077         * more sync with sylpheed 0.6.2cvs5
15078
15079 2001-09-24 [alfons]
15080         
15081         * src/prefs_folder_item.c
15082                 add check for item->prefs->default_to string is NULL and
15083                 add another check when freeing this string
15084
15085 2001-09-24 [paul]
15086
15087         * configure.in
15088                 change to version 0.6.2claws3
15089
15090         * sync with sylpheed 0.6.2cvs5 
15091
15092 2001-09-24 [match]
15093         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15094                 import LDIF files.
15095         * src/addrcache.[ch], addrindex.[ch]
15096                 small update for future
15097         * src/addrbook.c
15098                 fix test XML file.
15099
15100 2001-09-24 [melvin]
15101         * src/gtkspell.[ch]
15102                 added 'Learn from mistakes' option
15103                 better handling of quotes in checked words
15104                 sorted dict list
15105         * po/fr.po
15106                 small update for spell checking stuff
15107
15108 2001-09-23 [alfons]
15109         
15110         * src/gtkspell.c
15111                 edit a little bit so it complies more with main coding style
15112
15113 2001-09-23 [alfons]
15114
15115         * src/folder.[ch], prefs_folder_item.c, compose.c
15116                 migrate "request return receipt" folder property
15117                 to folderlist.xml
15118
15119 2001-09-22 [alfons]
15120
15121         * README.claws **NEW**
15122                 (add things of interest for users of main branch 
15123                 and claws here)
15124
15125         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15126                 re-implement threading per folder option, but store 
15127                 the setting in folderlist.xml (where it belongs)
15128
15129 2001-09-21 [melvin]
15130
15131         * src/gtkspell.[ch]
15132                 fixed bug when compose window is under another window
15133         * src/prefs_common.[ch] src/compose.c
15134                 changed 'dictionary_path' to 'dictionary' to be consistent
15135                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15136         * ac/pspell.m4 src/Makefile.am 
15137                 dropped PSPELL_PATH macro
15138         * po/fr.po
15139                 updated translations
15140
15141 2001-09-21 [christoph]
15142
15143         * src/compose.c
15144                 added border around header fields
15145                 keep header type when new field is added
15146
15147 2001-09-20 [christoph]
15148
15149         * src/utils.[ch]
15150                 more portable debug_print with source filename
15151                 and linenumber
15152         * src/procmsg.c
15153                 more newlines after debug messages
15154
15155 2001-09-20 [paul]
15156
15157         * configure.in
15158                 change to version 0.6.2claws2
15159
15160         * sync with sylpheed 0.6.2cvs3
15161
15162 2001-09-19 [melvin]
15163
15164         * src/gtkspell.c
15165                 fixed the post-right-click focus pb
15166                 fixed crash when 'Spell check all' after dict change 
15167                         and when cursor is at the end of the text
15168                 shift-right-click pops up config menu even on misspelled words.
15169         * po/POTFILES.in
15170                 added gtkspell.c
15171
15172 2001-09-19 [melvin]
15173
15174         * src/about.c
15175                 added pspell to compiled-in features list
15176
15177 2001-09-18 [melvin]
15178
15179         * switched to pspell and dropped ispell
15180         * ac/pspell.m4
15181                 new file. autoconf macro for pspell
15182         * ac/Makefile.am 
15183         * configure.in acconfig.h
15184                 added pspell support
15185         * src/Makefile.am
15186         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15187         * src/prefs_common.[ch] 
15188                 added pspell support
15189
15190 2001-09-18 [christoph]
15191
15192         * src/addr_compl.c
15193         * src/template.[ch]
15194                 replace LOG_MESSAGE with debug_print
15195         * src/compose.[ch]
15196                 gui improvements
15197         * src/menu.c
15198                 added newline after debug message
15199         * src/utils.h
15200                 using __VA_ARGS__ for debug_print macro
15201         * tools/.cvsignore
15202                 ignore Makefile and Makefile.in
15203
15204 2001-09-18 [paul]
15205
15206         * configure.in
15207                 change to version 0.6.2claws1
15208         * sync with sylpheed 0.6.2cvs1
15209
15210         * src/matcher.c 
15211         * src/prefs_matcher.c
15212                 add 'score equal to' option, submitted by
15213                 Paul Evans <nerd@freeuk.com>
15214
15215 2001-09-15 [christoph]
15216
15217         * src/mainwindow.c
15218                 comment out menu entry not existing in claws
15219         * src/menu.c
15220                 add debug output for non existing menu entries
15221         * src/summaryview.c
15222                 fix next/prev unread message for ignored threads
15223         * src/utils.[ch]
15224                 add sourcefile and line number to debug output
15225                 otherwise it is sometimes hard to find the
15226                 source code part if debug messages are translated
15227
15228 2001-09-14 [darko]
15229         
15230         * src/folderview.c
15231                 refresh target folder style after colour is changed
15232
15233 2001-09-13 [paul]
15234
15235         * configure.in
15236                 change to version 0.6.1claws3
15237
15238         * sync with sylpheed 0.6.1cvs6
15239
15240 2001-09-13 [darko]
15241         
15242         * src/folderview.c
15243                 fix target folder colourization to use user selected colour
15244
15245 2001-09-12 [darko]
15246         
15247         * src/summaryview.c
15248                 fix crash when message that is marked for copy/move is unmarked
15249
15250 2001-09-09 [paul]
15251
15252         * configure.in
15253                 change to version 0.6.1claws2
15254
15255         * sync with sylpheed 0.6.1cvs3
15256
15257 2001-09-09 [alfons]
15258         
15259         * src/folderview.c
15260                 fix bug with default font used for trash folder text
15261
15262 2001-09-06 [paul]
15263
15264         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15265                 updated translations
15266
15267         * configure.in
15268                 change to version 0.6.1claws1
15269
15270         * sync with sylpheed 0.6.1cvs2
15271
15272 2001-09-03 [paul]
15273
15274         * po/POTFILES.in
15275                 add Match's new addressbook
15276
15277         * po/de.po
15278                 updated translation submitted by Jens Oberender
15279
15280 2001-09-02 [paul]
15281
15282         * configure.in
15283                 change to 0.6.1claws
15284         * sync with sylpheed 0.6.1 release
15285
15286 2001-09-02 [paul]
15287
15288         * configure.in
15289                 change to 0.6.0claws2
15290
15291         * sync with sylpheed 0.6.0cvs4
15292
15293         * po/pt_BR.po
15294                 updated translation submitted by Fabio Junior Beneditto
15295
15296 2001-09-01 [match]
15297         * pixmaps/
15298                 interface.xpm
15299                 book.xpm
15300                 address.xpm
15301         * src/
15302                 Makefile.am
15303                 a ton of new files
15304
15305 2001-08-31 [paul]
15306
15307         * configure.in
15308                 change to version 0.6.0claws1
15309
15310         * sync with sylpheed 0.6.0cvs1
15311
15312         * po/es.po
15313                 updated translation submitted by Ricardo Mones Lastra
15314
15315         * po/POTFILES.in
15316                 add 'src/prefs_templates.c'
15317
15318         * src/compose.c, src/summaryview.c
15319                 fix segfault on 'Re_edit'               
15320
15321 2001-08-30 [alfons]
15322
15323         * configure.in, Makefile.am
15324         * tools/Makefile.am
15325                 add tools directory to source distribution
15326
15327 2001-08-30 [paul]
15328
15329         * configure.in
15330                 change to version 0.6.0claws
15331
15332         * sync with sylpheed 0.6.0 release
15333
15334 2001-08-30 [christoph]
15335
15336         * configure.in
15337                 removed autoconf version check
15338
15339 2001-08-30 [paul]
15340
15341         * src/account.c, src/compose.c, src/prefs_common.[ch]
15342         * src/procheader.[ch] src/utils.[ch]
15343                 Enhanced automatic account selection on replies
15344                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15345
15346         * configure.in
15347                 add LDAP and JPilot to the configuration results output.
15348
15349 2001-08-29 [christoph]
15350
15351         * src/summeryview.c
15352                 no bold font for ignored threads
15353
15354 2001-08-29 [paul]
15355
15356         * configure.in
15357                 change to version 0.5.3claws6
15358
15359         * sync with sylpheed 0.5.3cvs10
15360                 src/stringtable.[ch]: New Files
15361
15362         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15363         * src/pixmaps/sylpheed.xpm
15364                 add mini-icons to windows (by Alfons)
15365
15366 2001-08-27 [paul]
15367
15368         * src/mainwindow.c
15369                 new functions: next_labeled_cb(), prev_labeled_cb()
15370
15371         * src/summaryview.c
15372                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15373                 summary_select_next_labeled(), summary_select_prev_labeled()
15374
15375         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15376                 give claws blue folders and a blue trash can
15377
15378 2001-08-27 [paul]
15379
15380         * configure.in
15381                 change to version 0.5.3claws5
15382
15383         * sync with sylpheed 0.5.3cvs9
15384                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15385
15386 2001-08-24 [christoph]
15387
15388         * src/filesel.c
15389                 keep filename when browsing directories
15390                 (not working for user entered filename, but
15391                  for default name and selected filename from
15392                  file list)
15393         * src/mainwindow.c
15394                 fixed wrong spelling "Folllow-up"
15395         * src/mbox_folder.c
15396         * src/procmsg.c
15397         * src/summaryview.c
15398                 fixed new/unread message count with ignored
15399                 threads (2 commits, first didn't notice no
15400                 longer needed decreasing)
15401         * src/inc.c
15402                 readded scrolling of progress dialog
15403                 (lost in sync)
15404
15405 2001-08-24 [paul]
15406
15407         * configure.in
15408                 change to 0.5.3claws4
15409
15410         * sync with sylpheed 0.5.3cvs7
15411
15412 2001-08-24 [christoph]
15413
15414         * src/compose.c
15415                 set request return receipt when replying
15416                 if it is set is the folder prefs of the
15417                 message
15418         * src/inc.c
15419                 disable final error popup if popups are
15420                 disabled in config (again)
15421
15422 2001-08-23 [paul]
15423
15424         * configure.in
15425                 Change version number to 0.5.3claws3
15426
15427         * sync with sylpheed 0.5.3cvs5
15428
15429         * src/mimeview.c
15430                 double quote '%s' in 'gedit %s' to fix bug when
15431                 opening attachment with spaces in the name
15432
15433 2001-08-22 [alte]
15434         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15435           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15436                 initial message templates support
15437
15438
15439 2001-08-22 [paul]
15440
15441         * configure.in
15442                 change version number to 0.5.3claws2
15443
15444         * sync with sylpheed 0.5.3cvs4
15445
15446         * src/procmsg.h src/summaryview.c
15447                 re-implement (un)ignore thread
15448
15449 2001-08-21 [paul]
15450
15451         * src/summaryview.c
15452                 remove unnecessary code
15453         * src/compose.c
15454                 enable 'dynamic' signatures (submitted by
15455                 Eric Limpens <eric@hscg-internet.nl>)
15456
15457 2001-08-21 [paul]
15458
15459         clean up after sync with sylpheed 0.5.3 release
15460
15461         * src/folderview.c
15462                 fix re-introduced font mess, see Christoph's
15463                 entry 2001-06-24
15464
15465         * src/summaryview.c
15466                 remove prev_msgnum
15467                 use sylpheed's small font instead of
15468                 gtk default font for summary view
15469
15470
15471 2001-08-17 [paul]
15472
15473         * configure.in
15474                 add pl to ALL_LINGUAS - sync with main branch
15475
15476         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15477                 Updated. Translations by Jens Oberender, Ricardo Mones
15478                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15479
15480         * po/pl.po  ** NEW FILE **
15481                 sync with the main branch
15482
15483         * src/folderview.c
15484                 fix target folder colorizing and refresh problem
15485
15486
15487 2001-08-17 [christoph]
15488
15489         * src/mainwindow.c
15490                 claws uses 4 colors for target folder coloring.
15491                 arrays were not long enough and destroyed the
15492                 stack causing a segfault.
15493                 target folder colorizing does not work anymore
15494                 for me
15495
15496 2001-08-16 [paul]
15497
15498         * configure.in
15499                 change to version 0.5.3claws1
15500
15501         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15502           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15503           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15504
15505                 sync with sylpheed 0.5.3 release, but keep claws method of
15506                 configuring/saving fonts
15507
15508         * src/addressbook.[ch]
15509                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15510                 in line with a similar change in Hiroyuki's branch
15511
15512         * src/mainwindow.[ch]
15513                 disable main_window_set_thread_option()
15514         * src/prefs_folder_item.c
15515                 comment out &tmps_prefs.enable_thread,
15516         * src/mbox_folder.c, src/procmsg.[ch]
15517                 comment out MSG_IS_IGNORE_THREAD
15518         * src/summaryview.c
15519                 comment out summary_ignore_thread() and summary_unignore_thread()
15520                 comment out MSG_IS_IGNORE_THREAD
15521
15522                 use Hiroyuki's threading instead.
15523
15524
15525
15526 2001-08-15 [paul]
15527
15528         * src/account.c
15529                 use Hiroyuki's 0.5.3 column scheme but also
15530                 include the enable/disable button.
15531         * src/pixmaps/mark.xpm
15532                 add Hiroyuki's amended pixmap
15533
15534 2001-08-13 [christoph]
15535
15536         * src/account.c
15537                 receive at get all column showed wrong state for APOP
15538                 button should only work for POP3 and APOP accounts
15539         * src/prefs_account.c
15540                 added missing preprocessor statement for SSL
15541
15542 2001-08-12 [paul]
15543
15544         * src/account.[ch]
15545                 add 'receive at get all' column and enable/disable
15546                 button.
15547
15548 2001-08-06 [christoph]
15549
15550         * src/account.c
15551                 show usage of SSL in protocol column
15552
15553         * src/imap.c
15554         * src/inc.c
15555                 renamed ssl options
15556
15557         * src/prefs_account.[ch]
15558                 moved ssl options to a new page
15559
15560         * src/send.c
15561         * src/smtp.c
15562         * src/ssl.[ch]
15563                 renamed ssl options
15564                 added support for SMTP STARTTLS command
15565
15566 2001-08-05 [christoph]
15567
15568         * configure.in
15569                 debian autoconf needs version check to find
15570                 correct autoconf version. if the file is
15571                 named configure.in 2.13 is used, which does
15572                 not work with this configure.in script.
15573                 other solution would be to rename the script
15574                 to configure.ac as suggested in the autoconf
15575                 manual.
15576
15577         * src/inc.c
15578                 disable final error popup if popups are
15579                 diabled in config
15580
15581         * src/socket.c
15582                 bugfix in ssl_gets
15583                 fixes IMAP over SSL problem
15584
15585 2001-08-03 [paul]
15586
15587         * configure.in
15588                 change to 0.5.2claws1
15589
15590         * sync with sylpheed 0.5.2cvs1
15591
15592 2001-08-02 [alfons]
15593
15594         * configure.in
15595                 quick fix for ispell detection...
15596
15597 2001-08-01 [paul]
15598
15599         * configure.in
15600                 change to 0.5.1claws4
15601
15602         * sync with sylpheed 0.5.1cvs7
15603
15604 2001-07-31 [alfons]
15605
15606         * src/prefs_common.c, src/prefs_common.h, 
15607           src/gtkspell.c, src/gtkspell.h
15608                 add global spelling checker settings (compose tab) +
15609                 selection of dictionary 
15610           
15611         * configure.in  
15612                 guess valid ispell location
15613
15614 2001-07-31 [paul]
15615
15616         * po/POTFILES.in
15617                 removal of 'src/quote_fmt_parse.c'
15618         * po/de.po
15619                 Updated de.po
15620                 (submitted by Jens Oberender <didge@suse.de>)
15621
15622 2001-07-31 [darko]
15623
15624         * src/folder.[ch]
15625         * src/folderview.[ch]
15626         * src/mainwindow.c
15627         * src/mh.c
15628         * src/prefs_common.[ch]
15629         * src/summaryview.c
15630                 target folder colourization
15631
15632 2001-07-30 [paul]
15633
15634         more sync with Sylpheed 0.5.1cvs6 
15635
15636 2001-07-30 [darko]
15637
15638         * src/mh.c
15639         * src/prefs_folder_item.[hc]
15640         * src/summaryview.c
15641                 shared folders support with a GUI
15642
15643 2001-07-29 [paul]
15644
15645         0.5.1claws3
15646
15647         * sync with Sylpheed 0.5.1cvs6
15648
15649 2001-07-29 [paul]
15650
15651         * po/pt_BR.po
15652                 updated
15653                 (submitted by Fabio Junior Beneditto)
15654
15655 2001-07-28 [paul]
15656
15657         * src/procmime.c
15658         * AUTHORS
15659                 patch to correct bad image mime headers
15660                 (submitted by Don Quijote <dq@searchlores.org>)
15661
15662 2001-07-28 [paul]
15663
15664         * tools/gif2xface.pl   **NEW FILE**
15665         * tools/README
15666                 script to convert file.gif to file.xface for
15667                 use in a custom header.
15668                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15669
15670 2001-07-27 [alfons]
15671         
15672         * configure.in
15673                 change macros for detecting JPilot and LDAP
15674
15675 2001-07-27 [christoph]
15676
15677         * src/filtering.c
15678                 code cleanup (MIN / MAX warning, needed casting)
15679
15680 2001-07-27 [alfons]
15681
15682         * procheader.c
15683                 disallow setting flags when detecting certain headers
15684                 (X-Status, Status, Seen, X-Seen). 
15685         
15686         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15687
15688 2001-07-27 [christoph]
15689
15690         * src/prefs_filter.c
15691         * src/prefs_filtering.c
15692         * src/prefs_matcher.c
15693         * src/prefs_scoring.c
15694                 scroll list when moving rows up or down
15695
15696         * src/imap.c
15697         * src/imap.h
15698         * src/prefs_account.c
15699         * src/prefs_account.h
15700         * src/send.c
15701                 SMTP over SSL (untested, feedback requested)
15702                 IMAP over SSL
15703
15704         * src/ssl.c
15705                 code cleanup
15706
15707 2001-07-26 [alfons]
15708         
15709         * configure.in, acconfig.h
15710                 define CLAWS (need this for main / claws detection)
15711
15712 2001-07-25 [alfons]
15713
15714         * configure.in
15715                 Sylpheed 0.5.1claws2
15716                 
15717         * sync with Sylpheed 0.5.1cvs4
15718
15719 2001-07-25 [christoph]
15720
15721         * src/scoring.c
15722                 fixed segfault
15723                 item->prefs == NULL (don't know why)
15724
15725 2001-07-25 [alfons]
15726
15727         * configure.in
15728                 Sylpheed 0.5.1claws1
15729
15730         * sync with Sylpheed 0.5.1cvs1-3
15731
15732 2001-07-24 [christoph]
15733
15734         * src/folderview.c
15735         * src/prefs_folder_item.[ch]
15736                 added folderitem preferences dialog with
15737                 default To: and auto request return receipt
15738
15739         * src/compose.[ch]
15740         * src/menu.[ch]
15741                 changes to handle new folderitem preferences
15742
15743         * src/mainwindow.c
15744         * src/summaryview.c
15745                 call compose new mail with current folderitem
15746
15747 2001-07-24 [alfons]
15748
15749         Release Sylpheed 0.5.1claws
15750
15751         * configure.in
15752                 change to release version 0.5.1claws
15753
15754 2001-07-24 [christoph]
15755
15756         * src/summaryview.c
15757                 fixed segfault that happend when the selected
15758                 message was removed while retrieving new messages.
15759
15760         * po/es.po
15761                 updated translation
15762                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15763
15764 2001-07-22 [alfons]
15765
15766         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15767         this is a work in progress, for more information: http://nlpagan.net/sylman 
15768         
15769         * configure.in, src/mainwindow.c, manual/Makefile.am
15770                 add support for English manual
15771
15772         * AUTHORS
15773                 add authors of user manuals
15774
15775         * manual/en/sylpheed*.html
15776                 add English documentation
15777
15778 2001-07-22 [christoph]
15779
15780         * po/POTFILES.in
15781                 added src/ssl.c
15782         * src/ssl.c
15783                 changed a wrong debug message
15784
15785 2001-07-22 [alfons]
15786
15787         * po/nl.po
15788                 update Dutch translation
15789
15790         * src/prefs_filtering.c, 
15791           src/prefs_matcher.c
15792                 add more translatable strings           
15793
15794 2001-07-21 [alfons]
15795
15796         0.5.0claws7
15797
15798         * configure.in
15799                 change version
15800
15801         * src/inc.c, src/summaryview.[ch]
15802                 prevent update of mark file when filtering has done, by
15803                 using a variable; this affects two functions:
15804                         inc.c::inc_finished()
15805                         summaryview.c::summary_show()
15806
15807 2001-07-20 [alfons]
15808
15809         * src/filtering.[ch], src/prefs_filtering.c, 
15810           src/matcher.[ch]
15811                 add filtering action for label coloring 
15812
15813         * po/POTFILES.in
15814                 add labelcolors.c
15815
15816         * added src/labelcolors.c
15817         * added src/labelcolors.h
15818         * src/Makefile.am, src/summaryview.c
15819                 rearrange label coloring code
15820
15821         * src/procmsg.h
15822                 add more parentheses so label colouring works correctly
15823
15824         * src/filtering.c
15825                 don't really delete message, but move it to Trash
15826
15827         * src/prefs_matcher.c
15828                 add quote options to info dialog
15829
15830 2001-07-20 [christoph]
15831
15832         * src/Makefile.am
15833         * src/inc.c
15834         * src/main.[ch]
15835         * src/socket.h
15836         * src/ssl.[ch] (new)
15837                 moved ssl stuff to a seperate file
15838
15839 2001-07-20 [darko]
15840
15841         * src/summaryview.c
15842                 fix show sender using address book with no e-mail
15843                 address in From: field
15844
15845 2001-07-19 [alfons]
15846
15847         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15848                 fix messy handling of escaping... now at least the
15849                 execute command is useful. escape char is '\', we
15850                 accept \n and \r too. 
15851
15852                 Real life example:
15853                 
15854                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15855                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15856
15857 2001-07-18 [alfons]
15858
15859         0.5.0claws6
15860
15861         * src/summaryview.c
15862                 clean up
15863
15864         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15865           src/procmsg.[ch]
15866                 revise filtering; currently move, copy, marking have
15867                 been tested. if you like bleeding edge stuff, you
15868                 should definitely go for this version :)
15869
15870         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15871
15872 2001-07-17 [christoph]
15873
15874         * src/utils.c
15875                 timestamp log
15876
15877 2001-07-17 [alfons]
15878
15879         0.5.0claws5
15880
15881         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15882           bits in the mark file, without affecting either branch. Lots of
15883           files changed, also in claws branch.
15884
15885           UNTESTED: use of mbox folders
15886
15887         * src/summaryview.c
15888                 added mark all read; however this was a quick hack used for
15889                 cleaning up mess after initial merge with Hiroyuki
15890
15891         * configure.in
15892                 change claws version number back to 0.5.0claws5 to clear up 
15893                 confusion & pretension (recent release was technically 
15894                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15895
15896 2001-07-16 [alfons]
15897
15898         sync with Hiroyuki's 0.5.0cvs4
15899
15900 2001-07-16 [alfons]
15901
15902         0.5.1claws3
15903
15904         * src/filtering.[ch]
15905                 remove invalid updating of mark files for 
15906                 filter actions MATCHING_ACTION_MOVE and 
15907                 MATCHING_ACTION_DELETE; this should fix the
15908                 folder update bug
15909                 
15910         * src/procmsg.c
15911                 revert Christoph's stab at fixing the folder 
15912                 update bug
15913
15914         * po/POTFILES.in
15915                 add missing files with translatable strings
15916
15917         * src/summaryview.c
15918                 remove debug print
15919
15920 2001-07-15 [alfons]
15921
15922         * src/addr_compl.[ch], src/prefs_filtering.c
15923                 make "filtering pref dialog's destination entry" an
15924                 "address completable entry", if filter destination is 
15925                 an email address
15926
15927         0.5.1claws2
15928         
15929         sync with Hiroyuki's 0.5.0cvs2-3
15930
15931 2001-07-15 [christoph]
15932
15933         * src/procmsg.c
15934                 fixed folder stats update after incorporation
15935
15936 2001-07-15 [alfons]
15937
15938         * src/summaryview.c
15939                 * finish label colouring stuff (for now)
15940                 * fix incorrect colour bug (off by one) 
15941
15942 2001-07-14 [alfons]
15943
15944         * src/mainwindow.c
15945                 change text labels for news and mail message so there's
15946                 plenty of toolbar estate left
15947
15948         * configure.in
15949                 0.5.1claws1
15950
15951         * src/folderview.c
15952           src/folder.[ch]
15953                 sync with Hiroyuki's 0.5.0cvs1
15954
15955         * src/summaryview.c
15956                 more rewrite label colouring
15957
15958 2001-07-14 [alfons]
15959
15960         * src/summaryview.[ch]
15961                 * start rewrite label colouring 
15962                 * fix proper location "Add Sender To Addressbook" menu item
15963
15964 2001-07-13
15965
15966         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15967         (actually this is 0.5.0claws4)
15968
15969 2001-07-13 [alfons]
15970
15971         * po/pt_BR.po
15972                 * fix duplicate message
15973                 * add updated Portugese / Brazilian translation
15974                   submitted by Fabio Junior Beneditto
15975
15976 2001-07-12 [alfons]
15977
15978         * AUTHORS
15979                 add Jens
15980
15981         * po/nl.po
15982                 add updated Dutch translation
15983
15984         * po/de.po
15985                 add updated German translation submitted by Jens
15986
15987 2001-07-11 [alfons]
15988
15989         Prerelease before 0.5.0claws. Please test.
15990         This version is temporarily tagged as VERSION_0_5_0_TEST
15991
15992         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15993           src/prefs_scoring.c, src/prefs_matcher.c, 
15994           src/prefs_filtering.c, src/mbox.c, 
15995           src/main.c, src/inc.c, src/filtering.[ch]
15996                 revert new Hoa's new matcher (does not work yet)
15997
15998         * src/Makefile.am
15999                 clean up
16000
16001 2001-07-10
16002
16003         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16004
16005
16006 2001-07-10 [alfons]
16007
16008         * Makefile.am
16009                 add ChangeLog.claws to EXTRA_DIST
16010         * src/Makefile.am
16011                 add matcher_parser_parse.h to EXTRA_DIST
16012
16013 2001-07-10 [christoph]
16014
16015         * src/inc.c
16016                 add destination folder to table of
16017                 folders that need to be updated after
16018                 incorporation
16019
16020 2001-07-10 [alfons]
16021
16022         * folder.[ch]
16023           folderview.c
16024                 make collapse state of folders and folder items persistent, i.e.
16025                 if you collapse a folder tree, the next time sylpheed-claws starts 
16026                 up the folder tree remains collapsed.  
16027                 
16028 2001-07-10 [christoph]
16029
16030         * acconfig.h
16031         * configure.in
16032                 added --enable-ssl
16033         * src/md5.[ch]
16034                 renamed MD5_CTX to MD5_CTX_syl
16035                 conflicts with a struct in openssl
16036         * src/inc.c
16037         * src/main.[ch]
16038         * src/prefs_account.[ch]
16039         * src/socket.[ch]
16040                 SSL support for POP
16041         * src/mainwindow.c
16042                 fixed compose with current account
16043                 broken by new compose button stuff
16044
16045 2001-07-09 [hoa]
16046
16047         * AUTHORS
16048                 changed my email address
16049
16050         * src/matcher_parser_parse.y
16051                 clean the parser to remove conflicts
16052
16053 2001-07-09 [alfons]
16054
16055         * AUTHORS
16056                 add Match Grun
16057
16058         * configure.in
16059                 fix incorrect description of --enable-ldap parameter
16060
16061         * src/prefs_common.[ch]
16062           src/compose.c
16063                 add experimental option "smart wrapping" which makes the
16064                 compose editor auto wrap.
16065                 
16066                 | TODO: the problem with the buggy cursor handling is caused |
16067                 | by the GtkText. when deleting / backspacing text its       |
16068                 | wrapping algorithm does not take in account the previous   |
16069                 | line. should find a way to hack this in.                   |
16070                 | or should perhaps combine this with the word wrapping      |
16071                 | patch i wrote in january.                                  |
16072
16073         * src/about.c
16074                 show build parameters for LDAP and JPilot
16075
16076         * src/summaryview.c
16077                 revert Christoph's bugfix for selecting next unread message, 
16078                 because folder stats aren't updated correctly
16079
16080 2001-07-08 [hoa]
16081
16082         * src/filtering.c
16083         * src/mainwindow.c
16084         * src/matcher.c
16085         * src/matcher_parser_lex.l
16086         * src/matcher_parser_parse.y
16087         * src/prefs_filtering.c
16088         * src/prefs_scoring.c
16089         * src/scoring.c
16090                 bugfix of the config file parser
16091
16092 2001-07-08 [alfons]
16093
16094         * src/Makefile.am
16095                 added generated matcher sources to BUILT_SOURCES
16096
16097 2001-07-08 [hoa]
16098
16099         * src/Makefile.am
16100         * src/.cvsignore
16101                 added new config file parser
16102
16103         * src/scoring.[ch]
16104         * src/filtering.[ch]
16105         * src/matcher.[ch]
16106         * src/prefs_filtering.c
16107         * src/prefs_matcher.c
16108         * src/prefs_scoring.c
16109         * added src/matcher_parser.h
16110         * added src/matcher_parser_lex.h
16111         * added src/matcher_parser_lex.l
16112         * added src/matcher_parser_parse.y
16113                 lex & yacc config file parser
16114
16115         * src/mbox.c
16116         * src/inc.c
16117         * src/main.c
16118                 changes prefs_filtering into global_filtering           
16119
16120         * src/summaryview.c
16121                 build threads with subjects only if "Re: " is at the
16122                 beginning of the subject
16123
16124 2001-07-07 [paul]
16125
16126         0.5.0claws
16127
16128         sync with sylpheed 0.5.0
16129                 change of version number only
16130
16131 2001-07-06 [paul]
16132
16133         0.5.0claws5
16134
16135         sync with sylpheed 0.5.0pre5
16136
16137 2001-07-05 [paul]
16138
16139         sync with sylpheed 0.5.0pre4 release
16140                 /po and /manual/ja not sync'ed
16141
16142 2001-07-04 [paul]
16143
16144         more sync with sylpheed 0.5.0pre4
16145
16146 2001-07-03 [christoph]
16147
16148         * src/addressbook.c
16149                 fixed address book broken by address book
16150                 for VCard, JPilot, LDAP
16151
16152 2001-07-03 [alfons]
16153
16154         * src/matcher.c
16155         * src/textview.c
16156                 stopped memory leaks
16157
16158 2001-07-03 [paul]
16159
16160         more sync with sylpheed 0.5.0pre4
16161
16162 2001-07-02 [match]
16163
16164         * included address book patch for VCard, JPilot, LDAP
16165         * pref_common.c - fixed Font options on Display tab (cosmetic)
16166         * alertpanel.c - fixed truncated message
16167
16168 2001-07-02 [christoph]
16169
16170         * src/mbox_folder.c
16171         * src/procmsg.[ch]
16172         * src/summaryview.c
16173                 mark threads for ignoring
16174
16175 2001-07-02 [paul]
16176
16177         0.5.0claws4
16178
16179         * sync with sylpheed 0.5.0pre4
16180                 updated gettext to 0.10.38.
16181
16182 2001-07-01 [paul]
16183
16184         * src/ mainwindow.c
16185         * src/procmsg.h
16186         * src/summaryview.[ch]
16187                 new right-click option: Label.
16188                 substitute for 'Mark-->Mark/Unmark', colours the line.
16189                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16190
16191 2001-07-01 [christoph]
16192
16193         * src/folderview.c
16194                 fixed font for trash
16195         * src/summaryview.c
16196                 move ctree to unread message
16197
16198 2001-07-01 [paul]
16199
16200         * sync with sylpheed 0.5.0pre3 release
16201
16202 2001-06-30 [alfons]
16203
16204         * src/filesel.[ch]
16205         * src/compose.c
16206                 allow inserting / attaching multiple files in
16207                 the composer window
16208
16209 2001-06-30 [paul]
16210
16211         * src/codeconv.c
16212                 small change to Alfons' previous stuff so that it
16213                 actually makes
16214
16215 2001-06-30 [alfons]
16216
16217         * lots of files changed; first attempt to merge the changes
16218           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16219
16220 2001-06-30 [paul]
16221
16222         * po/pt_BR.po
16223                 updated and completed, translations by Fabio
16224                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16225
16226 2001-06-29 [alfons]
16227
16228         * src/compose.c
16229         * src/mimeproc.[ch]
16230                 allow selecting an attached files' mime type from a 
16231                 list of types.
16232
16233 2001-06-29 [paul]
16234
16235         * more sync with sylpheed 0.5.0pre3
16236
16237 2001-06-29 [paul]
16238
16239         * po/pt_BR.po
16240                 merge with sylpheed.pot and pt_BR.po provided by
16241                 Fabio Junior Beneditto.
16242
16243 2001-06-29 [darko]
16244
16245         * src/procmime.c
16246                 make MIME types case insensitive
16247
16248 2001-06-28 [alfons]
16249
16250         * po/nl.po
16251                 merge with sylpheed.pot and old nl.po; translations added.
16252
16253 2001-06-28 [paul]
16254
16255         * more sync with sylpheed 0.5.0pre3
16256
16257 2001-06-27 [alfons]
16258
16259         * src/summaryview.c
16260                 don't crash when removing parent node of messages
16261                 attracted by subject. this was caused by not deleting
16262                 the parent node from the subject line hash table.
16263
16264 2001-06-27 [alfons]
16265
16266         * src/summaryview.c
16267         * src/compose.[ch]
16268         * src/mainwindow.c
16269                 if there are multiple messages selected, allow forwarding
16270                 them as attachments.
16271
16272 2001-06-27 [paul]
16273
16274         * more sync with sylpheed 0.5.0pre3
16275
16276 2001-06-26 [paul]
16277
16278         0.5.0claws3
16279
16280         * sync with sylpheed 0.5.0pre3
16281
16282 2001-06-25 [paul]
16283
16284         * src/mainwindow.c
16285                 fixed 'compose news article' bug
16286                 from icon-and-text toolbar
16287
16288 2001-06-25 [paul]
16289
16290         * sync with sylpheed 0.5.0pre2 release
16291
16292 2001-06-24 [christoph]
16293
16294         * src/prefs_common.c
16295                 bug fix in font selection
16296         * src/folderview.c
16297                 use sylpheed's normal font instead of
16298                 gtk default font for folders without
16299                 new messages
16300
16301 2001-06-24 [alfons]
16302
16303         * src/mainwindow.[ch]
16304                 added composite compose mail / news button (an idea by Leandro
16305                 Pereira <leandro@linuxmag.com.br>)
16306
16307 2001-06-24 [paul]
16308
16309         Added instructions for ldif-to-xml.py
16310
16311         * tools/README
16312
16313 2001-06-23 [alfons]
16314
16315         Some minor things.
16316
16317         * src/pixmaps/stock_news_compose.xpm
16318                 added pixmap by Leandro
16319         * src/prefs_common.c
16320                 tested built-in spelling checker of GCC 3.0 :)
16321         * po/nl.po
16322                 merged dutch translation of sylpheed-main with
16323                 sylpheed.pot
16324
16325 2001-06-23 [paul]
16326
16327         Added tools directory and files.
16328
16329         * tools/filter_conv.pl
16330                 converts old filter system to new filtering system
16331         * tools/ldif-to-xml.py
16332                 converts netscape addressbook to sylpheed addressbook
16333         * tools/README
16334                 descriptions/instructions for above two files
16335
16336 2001-06-23 [christoph]
16337
16338         * src/inc.c
16339         * src/manage_window.[ch]
16340         * src/prefs_common.[ch]
16341                 mail retrieval dialog can be enabled, disabled
16342                 or hidden if non of sylpheed's windows is active
16343
16344 2001-06-22 [paul]
16345
16346         0.5.0claws2
16347
16348         * sync with sylpheed 0.5.0pre2
16349
16350 2001-06-21 [christoph]
16351
16352         * src/summaryview.c
16353                 show recipient on 'from' for all accounts
16354                 
16355         * src/inc.c
16356         * src/prefs_common.[ch]
16357                 disable error popup on mail receive errors
16358
16359 2001-06-21 [alfons]
16360
16361         * src/compose.c
16362                 made the ruler correctly appear and disappear.
16363
16364         * src/Makefile.am
16365                 removed Hoa's work-in-progress-stuff (interesting!) so 
16366                 claws compiles ok.
16367
16368 2001-06-20 [christoph]
16369
16370         * src/inc.c
16371         * src/progressdialog.c
16372                 added scrolled window for list in progressdialog
16373
16374 2001-06-20 [paul]
16375
16376         sync with sylpheed 0.5.0pre1 release
16377
16378 2001-06-20 [christoph]
16379
16380         * src/summeryview.c
16381                 make building threads by subject work when
16382                 thread view is enabled
16383                 
16384         * src/compose.c
16385         * src/prefs_common.[ch]
16386                 automatically select account for mail replys
16387
16388 2001-06-19 [sergey]
16389
16390         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16391         they are filled in from the account settings.
16392
16393 2001-06-19 [paul]
16394
16395         * more sync with sylpheed 0.5.0pre1
16396
16397 2001-06-18 [alfons]
16398
16399         * src/Makefile.am,
16400           src/procmime.c
16401                 added --sysconfdir to CPPFLAGS for pointing to the correct
16402                 location of mime.types. 
16403
16404                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16405                 or ./configure!
16406
16407 2001-06-18 [hoa]
16408
16409         * src/summaryview.c
16410                 fixed some bug when building threads
16411
16412 2001-06-18 [pau]l
16413
16414         * src/prefs_account.c
16415                 UI stuff: More changes to the English
16416
16417 2001-06-18 [paul]
16418
16419         * src/pixmaps/stock_news_compose.xpm: new file
16420         * src/Makefile.am
16421         * src/mainwindow.c
16422         * src/summaryview.c
16423                 Added new icon for Hoa's 'compose a news
16424                 message', plus minor improvements to the
16425                 English
16426
16427         * po/ja.po
16428         * ChangeLog
16429         * ChangeLog.jp
16430                 more sync with sylpheed 0.5.0pre1
16431
16432 2001-06-18 [hoa]
16433
16434         * src/compose.[ch]
16435         * src/mainwindow.c
16436                 Follow-up and reply to
16437
16438         * src/summaryview.[ch]
16439                 Build threads also with subjects
16440
16441 2001-06-17 [hoa]
16442
16443         * src/compose.c
16444                 forwarding use the current account.
16445
16446         * src/mainwindow.c
16447                 the "compose message" button has been replaced with
16448                 "new mail" and "new news" buttons
16449
16450         * src/prefs_common.[ch]
16451                 added a configuration option to use the forward button
16452                 as "forward as attachment"
16453                 changed reply and forward format description
16454
16455         * src/quote_fmt_lex.l
16456         * src/quote_fmt_parse.y
16457                 added message with no signature in format for reply
16458                 and forward.
16459
16460 2001-06-17 [paul]
16461
16462         Minor UI stuff
16463
16464         * src/mainwindow.c
16465         * src/summaryview.c
16466                 Improvements to the English
16467
16468         * src/prefs_common.c
16469                 Improvements to the English and some
16470                 clarity/continuity improvements in the
16471                 description of Quote symbols.
16472
16473 2001-06-17 [paul]
16474
16475         0.5.0claws1
16476
16477         * sync with sylpheed 0.5.0pre1
16478
16479 2001-06-17 [hoa]
16480
16481         * src/compose.c
16482                 Better interface for compose, displayed fields
16483                 are updated whenever we change account.
16484                 Newsgroups field is automatically filled.
16485
16486         * src/mainwindow.c
16487                 Newsgroups field is automatically filled.
16488
16489         * src/prefs_account.c
16490                 Some interface stuff when fields appear and
16491                 disappear.
16492
16493 2001-06-16 [paul]
16494
16495         0.4.99claws
16496
16497         * sync with sylpheed 0.4.99
16498
16499 2001-06-16 [sergey]
16500
16501         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16502         base64_decoder_free, base64_decoder_decode): new object and
16503         functions for decoding base64 streams.
16504         * src/procmime.c (procmime_decode_content): modified to use the
16505         new base64 decoder.
16506
16507 2001-06-15 [paul]
16508
16509         0.4.99claws10
16510
16511         * sync with sylpheed 0.4.99cvs11
16512
16513 2001-06-13 [paul]
16514
16515         0.4.99claws9
16516
16517         * sync with sylpheed 0.4.99cvs9
16518
16519 2001-06-13 [hoa]
16520
16521         * src/compose.c
16522         * src/prefs_account.c
16523
16524                 SMTP server can be defined in the news account
16525                 mime type of attachment are kept.
16526
16527         * src/summaryview.c
16528
16529                 now choose the highest important score between default
16530                 and important score of folder.
16531
16532 2001-06-09 [alfons]
16533         
16534         * src/prefs_common.c: 
16535
16536                 (prefs_quote_description_create): corrected description of 
16537                 quote format characters
16538
16539 2001-06-09 [paul]
16540
16541         0.4.99claws8
16542
16543         * sync with sylpheed 0.4.99cvs8
16544
16545 2001-06-08 [sergey]
16546
16547         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16548         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16549
16550 2001-06-08 [paul]
16551
16552         0.4.99claws7
16553
16554         * sync with sylpheed 0.4.99cvs7
16555
16556 2001-06-06 [sergey]
16557
16558         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16559         clashes with autogenerated header).
16560         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16561         * src/Makefile.am: added quote_fmt.h.
16562         * src/.cvsignore: added lex/yacc autogenerated files
16563         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16564
16565 2001-06-06 [paul]
16566
16567         0.4.99claws6
16568
16569         * sync with sylpheed 0.4.99cvs6
16570
16571 2001-06-06 [hoa]
16572
16573         * added src/quote_fmt_parse.h
16574         * src/compose.c
16575                 removed warnings
16576
16577         * src/prefs.[ch]
16578                 don't modify readonly configuration files
16579
16580         * src/prefs_account.c
16581         * src/prefs_common.c
16582         * src/prefs_customheader.c
16583         * src/prefs_display_header.c
16584         * src/prefs_filter.c
16585         * src/prefs_filtering.c
16586         * src/prefs_scoring.c
16587                 don't open dialog box when configuration files
16588                 are readonly
16589
16590 2001-06-05 [sergey]
16591
16592         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16593
16594         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16595         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16596         BUILT_SOURCES to make all files rebuild properly.
16597
16598         * src/compose.c: removed #include "quote_fmt.tab.h".
16599
16600         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16601         CHARACTER value in yylval.
16602
16603         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16604         receive CHARACTER value by documented means (yylval).
16605
16606         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16607
16608 2001-06-05 [hoa]
16609
16610         * src/Makefile.am
16611                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16612
16613         * src/filtering.c
16614         * src/matcher.c
16615         * src/matcher.h
16616         * src/prefs_filtering.c
16617                 now keep the configuration for execute action
16618
16619         * src/mbox_folder.c
16620                 fixed a warning
16621
16622 2001-06-05 [paul]
16623
16624         * sync with sylpheed 0.4.99cvs5
16625
16626 2001-06-05 [hoa]
16627
16628         * src/Makefile.am
16629                 added quote_fmt.[ch]
16630
16631         * added src/quote_fmt.y
16632         * added src/quote_fmt.l
16633         * added src/quote_fmt.tab.h
16634         * added src/quote_fmt.tab.c
16635         * added src/lex.quote_fmt.c
16636                 parsing configuration for replying
16637                 and forwarding
16638
16639         * src/prefs_common.[ch]
16640                 added configuration UI for replying
16641                 and forwarding
16642
16643         * src/compose.c
16644                 using configuration for replying
16645                 and forwarding
16646
16647 2001-06-04 [hoa]
16648
16649         * src/filtering.c
16650         * src/matcher.c
16651         * src/matcher.h
16652         * src/prefs_filtering.c
16653         * src/prefs_matcher.c
16654         * src/prefs_matcher.h
16655                 action "run a command" for filtering
16656                 and matching with a command.
16657                 fixed the "whole message" matching
16658
16659         * src/mbox_folder.c
16660                 changed temporary filename for security
16661
16662         * src/messageview.c
16663                 queue the notification if it fails to send.
16664
16665         * src/prefs_common.c
16666         * src/prefs_folder_item.c
16667                 changed the default important score             
16668
16669         * src/prefs_scoring.c
16670         * src/scoring.c
16671                 hide kill score input when the folder is not
16672                 a newsgroup
16673
16674 2001-06-03 [alfons]
16675
16676         * src/prefs_common.c:
16677
16678                 (prefs_font_select): pass font name in font entry box to font
16679                 selection dialog.
16680
16681 2001-06-03 [sergey]
16682
16683         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16684
16685 2001-06-03 [paul]
16686
16687         * sync with sylpheed 0.4.99cvs4
16688
16689 2001-06-03 [alfons]
16690
16691         * src/headerwindow.c:
16692
16693                 (headerwindow_show_cb): use the selected summary view item, not
16694                 the displayed item.
16695
16696 2001-06-02 [alfons]
16697
16698         * src/headerwindow.c:
16699
16700                 (headerwindow_show_cb): always try to show msginfo
16701
16702 2001-06-02 [hoa]
16703
16704         * src/compose.c
16705                 keep attached parts when reediting or forwarding.
16706
16707 2001-06-01 [hoa]
16708
16709         * src/folderview.c
16710         * src/prefs_folder_item.[ch]
16711         * src/prefs_scoring.[ch]
16712         * src/scoring.[ch]
16713         * src/summaryview.[ch]
16714         * src/main.c
16715         * src/mainwindow.c
16716         * src/prefs_common.[ch]
16717                 support for folder scoring
16718                 kill score and important score for messages
16719         
16720         * src/prefs_account.c
16721                 some display bug fixed for local account
16722                 preferences
16723
16724 2001-05-31 [alfons]
16725
16726         * src/summaryview.c:
16727
16728                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16729                 sender to address book menu item is disabled.
16730
16731 2001-05-30 [hoa]
16732
16733         * src/filtering.[ch]
16734         * src/summaryview.c
16735                 handling summary menu / filter messages
16736
16737         * src/folder.[ch]
16738                 add some stuff
16739
16740         * src/foldersel.c
16741                 imap folders now appears in list
16742
16743         * src/mbox_folder.c
16744                 doesn't crash if destination mail is not writeable
16745
16746 2001-05-29 [hoa]
16747
16748         * src/compose.c
16749                 removed some warnings
16750
16751         * src/filtering.c
16752         * src/folder.[ch]
16753         * src/prefs_filtering.c
16754                 global string to identify any folders           
16755                 removed some debug info
16756                 filtering to mbox folders is now possible
16757
16758         * src/mainwindow.c
16759                 removed some warnings
16760
16761         * src/mbox_folder.c
16762                 permission on files are changed to read/write for user only,
16763                 nothing for other.
16764                 creation of subfolder is handled better.
16765
16766 2001-05-28 [alfons]
16767
16768         Verified the sync for src/prefs_common.[ch] and
16769         src/prefs_account.[ch]. I believe there were some
16770         minor indentation differences.
16771
16772 2001-05-28 [paul]
16773
16774         0.4.99claws3
16775
16776         * sync with 0.4.99cvs3
16777
16778 2001-05-28 [hoa]
16779
16780         * src/compose.c
16781                 handling flags for mbox format
16782
16783         * src/filtering.c
16784                 use of mark file only for MH format
16785                 handling flags for mbox format
16786                 filtering cannot yet move or copy mails to mbox folders.
16787
16788         * src/folder.[ch]
16789                 changed move_msg, copy_msg,
16790                 move_msgs_with_dest, copy_msgs_with_dest functions
16791                 uses only folder->copy_msg() function
16792                 uses folder->finished_copy() to handle the destination
16793                 folder at the end of the copy or move operation.
16794
16795         * src/foldersel.c
16796                 included mbox directories.
16797
16798         * src/folderview.[ch]
16799         * src/mainwindow.c
16800                 handle folders operation for mbox format
16801
16802         * src/mbox.c
16803                 disable conversion of "From " header
16804
16805         * src/mbox_folder.[ch]
16806                 completion of mbox format handling
16807
16808         * src/mh.c
16809                 changed mh_copy_msg() function and
16810                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16811                 mh_copy_msgs_with_dest()
16812
16813         * src/prefs_filtering.c
16814                 removed some warnings
16815
16816         * src/prefs_matcher.c
16817                 default boolean operation is AND
16818
16819         * src/procheader.c
16820                 handling flags for mbox format
16821                 handling of "From " header
16822
16823         * src/procmsg.[ch]
16824                 removed data field
16825                 added MSG_REALLY_DELETED flags to handle deletion of
16826                 messages in mbox format.
16827
16828         * src/summaryview.c
16829                 handling flags for mbox format
16830                 disable the MSG_DELETED flags when messages
16831                 are deleted in mbox format
16832
16833         * src/textview.c
16834                 "From " headers display fixed.
16835
16836 2001-05-27 [alfons]
16837
16838         * src/textview.c:
16839                 
16840                 (get_email_part): skip quoted email addresses, like in e.g.
16841                 "'alfons@proteus.demon.nl'".
16842
16843 2001-05-26 [alfons]
16844
16845         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16846         and fixing the persistence troubles when using separate windows.
16847
16848         * src/mainwindow.c:
16849         
16850             Added #define SEPARATE_ACTION used in the gtk item factory for 
16851             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16852                 use gtk_item_factory_get_widget_by_action() to get the items.
16853                 
16854             Removed separate_widget_cb from the gtk item factory data   
16855           
16856             (mainwindow_create): connect separate_widget_cb() to check
16857             menu item "toggled" signal. also passing a MainWindow pointer
16858                 as object data for both check menu items.
16859                 
16860             (separate_widget_cb): definition of separate_widget_cb() to match
16861             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16862                 window using gtk_object_get_data(). The type of window separation 
16863                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16864         
16865         * src/prefs_filtering.c,
16866           src/prefs_matcher.c: added horizontal scrollbars
16867
16868 2001-05-25 [darko]
16869
16870         * src/headerview.c
16871                 fix segfault with invalid bold font
16872         * src/summaryview.c
16873                 correctly display summary stats after row is marked
16874
16875 2001-05-23 [sergey]
16876
16877         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16878         encodings with libjconv.
16879
16880 2001-05-23 [hoa]
16881
16882         * src/Makefile.am
16883                 added mbox_folder.[ch]
16884         * src/defs.h
16885                 mbox temporary folder
16886         * src/folder.[ch]
16887         * added src/mbox_folder.[ch]
16888         * src/folderview.c
16889         * src/procheader.[ch]
16890                 added mbox support
16891         * src/mbox.c
16892                 bugfix for file incorporation filtering
16893         * src/imap.c
16894                 enable creation of MBOX
16895         * src/prefs_display_header.c
16896                 enable use of headers like "From "
16897                 something that should be fixed :
16898                         displaying of such headers add an extra space
16899         * src/prefs_folder_item.c
16900                 don't create folders because it is not necessary
16901         * src/procmsg.h
16902                 added data field to MsgInfo for mbox internal use
16903         * src/summaryview.c
16904                 added some support for mbox
16905         * src/utils.[ch]
16906                 added get_mbox_cache_dir() function
16907
16908 2001-05-23 [hiroyuki]
16909
16910         * src/headerwindow.c
16911           src/inc.c
16912           src/main.c
16913           src/mh.c
16914           src/nntp.c
16915           src/procmsg.h
16916           src/session.h
16917           src/socket.[ch]
16918           src/summaryview.c
16919           src/textview.c
16920           src/automaton.c
16921           src/folderview.c: more sync with 0.4.99cvs2.
16922
16923         * src/headerwindow.c: reverted.
16924
16925 2001-05-22 [paul]
16926
16927         0.4.99claws2
16928
16929         * sync with sylpheed 0.4.99cvs2
16930                 * src/news.[ch]
16931                 * src/nntp.[ch]
16932                 * INSTALL
16933                 * INSTALL.jp
16934
16935 2001-05-22 [alfons]
16936
16937         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16938
16939 2001-05-21 [alfons]
16940
16941         Minor things:
16942
16943         * configure.in: if gnome-config not found, "no" is displayed
16944         
16945         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16946
16947         * src/textview.c: now also possible to add mail addresses by right
16948           clicking in the text view
16949
16950         * src/codeconv.c: merged patch which fixes endless loop when encountering
16951           invalid wide characters; from Alte <010@imis.ru>  
16952
16953 2001-05-20 [alfons]
16954
16955         Added installation of gnome specific things:
16956
16957         * Makefile.am: gnome conditional
16958
16959         * configure.in: check for installed gnome
16960
16961         * added sylpheed.png, sylpheed.desktop
16962
16963 2001-05-20 [sergey]
16964
16965         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16966
16967         * src/mainwindow.h (main_window_toolbar_create): created a button
16968         for "Reply to all".
16969         (main_window_set_toolbar_sensitive): enable/disable the new button
16970         appropriately.
16971         (toolbar_reply_to_author_cb): handle the new button.
16972
16973         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16974         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16975         failure).
16976
16977 2001-05-19 [sergey]
16978
16979         * src/compose.h (ComposeReplyMode): new modes
16980         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16981         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16982
16983         * src/compose.c
16984         (compose_send): move some code into a new function:
16985         (compose_current_mail_account): new function.
16986         (compose_reply): new argument to_author, all callers changed; if
16987         to_author==TRUE and account->protocol==A_NNTP, find and use an
16988         appropriate mail account for replying.
16989         (compose_reply_set_entry): new argument to_author; ignore
16990         compose->replyto if to_author==TRUE.
16991
16992         * src/mainwindow.c: new command "Message/Reply to author".
16993         (main_window_set_menu_sensitive): enable/disable it.
16994         (reply_cb): handle it.
16995
16996         * src/summaryview.c: new command "Reply to author".
16997         (summary_set_menu_sensitive): enable/disable it.
16998         (summary_reply_cb): handle it.
16999
17000         * src/account.c (account_find_mail_from_address): new function.
17001
17002 2001-05-18 [paul]
17003
17004         0.4.99claws1
17005
17006         * sync with sylpheed 0.4.99cvs1
17007
17008 2001-05-18 [hoa]
17009
17010         * src/compose.[ch]
17011         * src/filtering.c
17012         * src/summaryview.c
17013                 new filtering action : forward and forward as attachment
17014
17015         * src/main.c
17016                 no need for $DISPLAY when we run sylpheed --help
17017                 call to parse_cmd_opt() is moved
17018
17019         * src/mainwindow.[ch]
17020                 execute button is hidden when immediate execute
17021                 is chosen
17022
17023         * src/mh.c
17024         * src/news.c
17025         * src/prefs_folder_item.c
17026         * src/procmsg.c
17027                 better handling of missing directories
17028
17029         * src/summaryview.c
17030                 reedit is enabled in outbox
17031                 reedit is enabled in queue
17032
17033 2001-05-17 [hoa]
17034
17035         * src/filtering.c
17036         * src/matcher.[ch]
17037         * src/prefs_filtering.c
17038                 changed attachement into attachment
17039
17040 2001-05-17 [alfons]
17041
17042         0.4.67claws4    
17043
17044         * sync with sylpheed 0.4.67cvs9
17045         * sync with sylpheed 0.4.67cvs7-8
17046
17047 2001-05-17 [hoa]
17048
17049         * src/Makefile.am
17050                 added prefs_filtering.c
17051
17052         * src/filtering.[ch]
17053         * src/matcher.[ch]
17054                 removed action : forward_news and forward_news_as_attachement
17055                 (forward and forward_as_attachement can be used instead)
17056
17057         * src/mainwindow.c
17058                 added menu option to access filtering configuration
17059
17060         * src/prefs_account.c
17061                 changed mail_command default to /usr/sbin/sendmail
17062
17063         * added src/prefs_filtering.[ch]
17064                 dialog box for filtering configuration
17065
17066         * src/prefs_matcher.c
17067                 added function prefs_matcher_get_criteria_from_matching()
17068
17069         * src/prefs_scoring.c
17070                 reset the dialog when register or substitute is clicked
17071
17072 2001-05-15 [hoa]
17073
17074         * src/Makefile.am
17075                 added filtering.[ch]
17076         * src/inc.c
17077                 using filering.[ch] instead of filter.[ch]
17078         * src/main.c
17079                 reading new filtering configuration
17080         * src/matcher.[ch]
17081                 added some filtering actions
17082                 and fixed a bug for headers and mail body matching
17083         * src/mbox.c
17084                 using filering.[ch] instead of filter.[ch]
17085         * src/mh.c
17086                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17087         * src/summaryview.c
17088                 some fixes for filtering
17089
17090 2001-05-14 [hiroyuki]
17091
17092         * src/send.c: fixed some weird indentations.
17093           send_message_with_command(): call pclose() only if p != NULL.
17094         * src/textview.c: get_email_part(): modified the code for readability.
17095
17096 2001-05-14 [hiroyuki]
17097
17098         * src/md5global.h
17099           src/md5ify.c
17100           src/md5ify.h: removed from the cvs.
17101
17102 2001-05-13 [sergey]
17103
17104         * src/main.c: include rfc2015.h to avoid compiler warnings.
17105         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17106         the panel is already on screen.
17107         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17108         closing the alert window by ESC as "No".
17109         * src/prefs_common.c (prefs_interface_create): moved return
17110         receipt check button to the correct place.
17111
17112 2001-03-13 [alfons]
17113
17114         * src/prefs_common.c: 
17115                 moved return receipt check button to the Send tab. (prefs_send_create)
17116                 removed the date format ui related globals. (prefs_display_create)
17117
17118         0.4.67claws3
17119         
17120         * sync with sylpheed 0.4.67cvs5-6
17121
17122 2001-05-13 [paul]
17123
17124         * added Alfons' font selection patch
17125
17126         * src/defs.h
17127         * src/headerwindow.c
17128         * src/prefs_common.c
17129         * src/prefs_common.h
17130
17131 2001-05-13 [hoa]
17132         * src/defs.h
17133                 changed version of cache
17134         * src/matcher.[ch]
17135         * src/prefs_matcher.c
17136                 added additionnal matching criteria
17137         * src/procheader.c
17138         * src/procmsg.[ch]
17139         * src/news.c
17140                 added references in MsgInfo
17141
17142 2001-05-12 [hoa]
17143
17144         * src/defs.h
17145                 prepared some things for new filtering
17146         * src/matcher.[ch]
17147                 added some matching properties
17148                 inreplyto need to be enhanced
17149                 prepared some things for new filtering
17150         * src/messageview.c
17151                 added Return-Receipt-To handling
17152         * src/prefs_folder_item.c
17153                 changed default value to TRUE
17154         * src/prefs_matcher.c
17155                 added some matching properties
17156         * src/prefs_scoring.[ch]
17157                 the scoring dialog is finished
17158         * src/procheader.c
17159                 added Return-Receipt-To handling
17160                 Reference need to be added
17161         * src/procmsg.[ch]
17162                 added Return-Receipt-To handling
17163                 added threadscore to get a better score sorting when
17164                 threads are enabled
17165         * src/summaryview.c
17166                 suppressed a bug when we sort the list
17167                 when no folder is opened.
17168                 better score sorting when threads are enabled
17169
17170 2001-05-12 [alfons]
17171
17172         * reverted previous patch because of potential errors 
17173
17174         0.4.67claws2
17175         
17176         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17177                 applied "toggle mail-retrieval dialog window" patch submitted 
17178                 by Eric Limpens <eric@qnt.net>
17179
17180         * sync with sylpheed 0.4.67cvs4
17181
17182 2001-05-12 [sergey]
17183
17184         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17185         some picky compilers.
17186         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17187         * src/grouplist_dialog.c: include alertpanel.h.
17188         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17189         fix compile warning.
17190         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17191         #include "defs.h" before others to prevent the warning of `MIN'
17192         and `MAX' redefinition.
17193
17194 2001-05-11 [hoa]
17195
17196         * src/main.c
17197         * src/messageview.c
17198         * src/prefs_account.c
17199         * src/prefs_display_header.c
17200                 removed warning
17201         * src/Makefile.am
17202                 added prefs_scoring.[ch]
17203         * src/grouplist_dialog.c
17204                 display an error dialog box if the group list
17205                 cannot be fetched.
17206         * src/mainwindow.[ch]
17207                 added main_window_set_thread_option() function
17208                 scoring dialog box enabled
17209         * src/matcher.[ch]
17210                 added flags matching unread /new / marked
17211                 / deleted / replied / forwarded
17212         * src/news.c
17213                 newsgroups are now finally in newscache
17214         * src/prefs_matcher.[ch]
17215                 finished preferences for matching dialog
17216         * added src/prefs_scoring.[ch]
17217                 scoring dialog box completed
17218         * src/scoring.[ch]
17219                 conversion to string : added scoringprop_to_string()
17220                 write config for preferences :
17221                 added prefs_scoring_write_config()
17222         * src/summaryview.c
17223                 threads can be enabled/disabled independently
17224                 for each folder
17225
17226 2001-05-10 [alfons]
17227
17228         0.4.67claws1
17229         
17230         * AUTHORS: 
17231                 thought it would be nice to have a list of all
17232                 contributors (used Changelog as a reference)
17233         
17234         * configure.in: 
17235                 messed up version numbering...
17236
17237         0.4.66claws1
17238
17239         * sync with sylpheed 0.4.67cvs1-3
17240
17241 2001-05-10 [darko]
17242
17243         * src/prefs_common.c:
17244                 better UI for strftime format, double clicking
17245                 on format now inserts the format in text entry
17246                 replaced close button with standard OK/Cancel
17247                 moved date format button to the right of the
17248                 text entry field
17249
17250 2001-05-09 [alfons]
17251
17252         * src/gtkstext.c:
17253                 Ctrl-Home / Ctrl-End have proper cursor navigation
17254
17255 2001-05-09 [hoa]
17256
17257         * src/prefs_matcher.c
17258                 finished UI to define matching properties
17259                 added ok and cancel button
17260         * src/prefs_filter.c
17261                 added ok and cancel button
17262         * src/news.c
17263                 fixed some bug in xhdr parsing
17264
17265 2001-05-08 [alfons]
17266
17267         * src/textview.c: 
17268                 fixed a bug in textview_show_header(), which displayed two colons (':');
17269                 cleaned up some warnings
17270
17271 2001-05-08 [hoa]
17272
17273         * src/Makefile.am
17274                 added prefs_matcher.[ch]
17275                 compilation with -W -Wall
17276         * src/alertpanel.c
17277                 ungrab the mouse events if grabbed - does it
17278                 fix the bug for disposition notification ?
17279         * src/mainwindow.c
17280                 added a menu option to open the matching dialog.
17281         * src/matcher.[ch]
17282                 added matcherprop_to_string() and matcherlist_to_string()
17283                 fixed some bugs, changed the name of some options
17284                 age_sup and age_inf becomes age_greater and age_lower,
17285                 body and messageheaders becomes body_part and headers_part,
17286                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17287         * src/prefs_display_header.c
17288         * src/prefs_headers.c
17289                 fixed a bug that accidentally destroyed dialogs
17290                 when closed them with delete_event
17291                 Added *_deleted() which handle delete_event signal correctly.
17292         * src/prefs_folder_item.[ch]
17293                 added "enable_thread" field for future customization
17294         * added src/prefs_matcher.[ch]
17295                 sample of the UI to define matching properties
17296         * src/procheader.c
17297                 using procheader_headername_equal instead of str*cmp functions
17298                 using procheader_parse_header() function
17299         * src/scoring.c
17300                 using MATCHING_XXX instead of SCORING_XXX
17301         * src/summaryview.c
17302                 display the sender of the news even if this is ourself
17303                 when this is a news message.
17304         * src/textview.c
17305                 using headername_equal() instead of str*cmp functions
17306
17307 2001-05-08 [alfons]
17308
17309         0.4.66claws
17310
17311         * sync with sylpheed 0.4.66
17312         * src/gtkstext.c: trace logs added 
17313
17314 2001-05-08 [sergey]
17315
17316         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17317         signature check popup.
17318         * src/rfc2015.c (check_signature): show signature check popup only
17319         if it is enabled in preferences.
17320
17321 2001-05-07 [alfons]
17322
17323         0.4.66claws4
17324         
17325         * sync with sylpheed 0.4.66cvs6
17326
17327 2001-05-07 [darko]
17328
17329         * src/prefs_common.[ch]: added option to enable/disable
17330           looking up sender name in address book for summary pane
17331         * src/summaryview.c: look up sender in the address book
17332           by using Alfons' address completion code
17333
17334 2001-05-07 [hiroyuki]
17335
17336         * src/inc.h
17337           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17338           member of Pop3State.
17339         * src/news.c: brought #include "defs.h" before #include <glib.h>
17340           to prevent the warning of `MIN' and `MAX' redefinition.
17341
17342 2001-05-06 [hoa]
17343
17344         * removed src/headers_display.[ch]
17345         * removed src/prefs_display_headers.[ch]
17346         * src/inc.c
17347                 use a temporary file in the user directory for mbox import
17348         * src/news.c
17349                 added XHDR support to get "To" and "Cc" headers
17350                 (in order to match news with to or cc field for
17351                 scoring)
17352                 added function news_parse_xhdr() to get XHDR response
17353         * src/nntp.[ch]
17354                 added function nntp_xhdr()
17355         * src/matcher.c
17356                 fetch the message if necessary
17357
17358 2001-05-06 [alfons]
17359
17360         0.4.66claws3
17361
17362         * sync with sylpheed 0.4.66cvs3-5
17363
17364 2001-05-06 [hoa]
17365
17366         * src/utils.[ch]
17367                 added function itos_buf() to enable use of several buffers
17368         * src/summaryview.c
17369                 use of itos_buf() instead of itos() in summary list
17370                 to fix the broken display of message number.
17371
17372 2001-05-06 [alfons]
17373
17374         * src/gtkstext.c: bug in cursor up navigation fixed,
17375                 fixed another unsigned / signed comparison (we're getting there :-)
17376
17377 2001-05-06 [hoa]
17378
17379         * src/Makefile.am
17380                 added scoring.c scoring.h
17381                 prefs_folder_item.c prefs_folder_item.h
17382                 matcher.c matcher.h
17383         * src/defs.h
17384                 added FOLDERITEM_RC SCORING_RC
17385         * src/folder.[ch]
17386                 added prefs field in FolderItem :
17387                 properties for each folder (PrefsFolderItem),
17388                 sorting type and mode were added as the first properties.
17389         * src/main.c
17390                 read config for scoring
17391         * added src/matcher.[ch]
17392                 gives functions to parse configuration file to do
17393                 matching on mails with a list of conditions.
17394         * src/mainwindow.c
17395                 add option to sort by score
17396         * src/prefs_common.[ch]
17397                 added preference option to show score and for
17398                 the score column size
17399         * added src/prefs_folder_item.[ch]
17400                 properties for each folder (PrefsFolderItem),
17401                 sorting type and mode were added as the first properties.
17402         * src/procheader.[ch]
17403                 added procheader_parse_header()
17404                 added procheader_header_free()
17405                 added procheader_headername_equal()
17406                 and made modification to use them.
17407         * src/procmsg.[ch]
17408                 added score field to MsgInfo structure
17409         * added src/scoring.[ch]
17410                 gives functions to parse configuration file to do
17411                 scoring on mails with a list of conditions.
17412         * src/summaryview.[ch]
17413                 save the sorting type and mode for the folder
17414                 added column to display the score of the mail
17415                 added function summary_score_clicked()
17416                 sorting type and mode are restored to the folder
17417                 when it is reopen
17418         * src/textview.c
17419                 use procheader_parse_header(), procheader_headername_equal()
17420                 removed memory leak in text_scan_header when freeing headers
17421         * src/filter.c
17422                 changed the function to match names of headers
17423                 using procheader_headername_equal()
17424
17425         Scoring functions are implemented, an interface is needed
17426         to configure that.
17427
17428 2001-05-04 [alfons]
17429
17430         * src/gtkstext.c: 
17431                 hopefully fixed the row up navigation bug,
17432                 removed adding back / forward lines to cache
17433
17434 2001-05-04 [sergey]
17435
17436         * src/prefs_display_headers.c: user interface changes:
17437         (prefs_display_headers_create): remove unused "Show" check button;
17438         allow reordering of headers by dragging.
17439         (prefs_display_headers_write_config): remove unused variables.
17440         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17441         of lists (not needed with the new UI).
17442         (prefs_display_headers_set_list): scan lists starting from row 0,
17443         not 1 (do not skip "(New)").
17444         (prefs_display_headers_find_header): new function.
17445         (prefs_display_headers_clist_set_row): do not allow duplicates.
17446         (prefs_display_headers_delete_cb): do not skip row 0; treat
17447         closing the alert window by ESC as "No".
17448         (prefs_display_headers_up): do not protect row 0.
17449         (prefs_display_headers_down): do not protect row 0.
17450
17451 2001-05-04 [sergey]
17452
17453         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17454         functions.
17455
17456         * src/summaryview.c
17457         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17458         summary_select_next_marked, summary_select_prev_marked): new
17459         functions.
17460
17461 2001-05-03 [sergey]
17462
17463         * src/news.c: fixed a bug when no article can be fetched after
17464         server timeout if the connection was restored by news_post():
17465         (news_select_group): new function.
17466         (news_fetch_msg): call news_select_group() before fetching
17467         article.
17468         (news_get_uncached_articles): set session->group after successful
17469         GROUP command.
17470
17471 2001-05-03 [hoa]
17472
17473         * src/defs.h
17474         * src/procmsg.[ch]
17475         * src/procheader.c
17476                  changed version of cache, added cc field
17477
17478         * src/prefs_display_headers.c
17479                 the interface was changed
17480
17481         * src/prefs_headers.c
17482                 added cancel button
17483
17484 2001-05-03 [alfons]
17485
17486         * completed sync of sylpheed cvs2
17487         * src/gtkstext.c: updated row up / down cursor navigation
17488         * src/textview.c: re-edited, prepared for fixing the email address
17489                 scanner.
17490
17491 2001-05-03 [darko]
17492
17493         * src/prefs_common.c: use alfons' strftime ui code
17494         entry_datefmt and datefmt_sample widgets have to be
17495         global in this module because of this change
17496
17497 2001-05-03 [hoa]
17498
17499         * src/messageview.c
17500         * src/prefs_common.[ch] added option to activate the return receipt
17501                 feature.
17502
17503 2001-05-02 [alfons]
17504
17505         * src/gtkstext.c: fix for row up/down cursor navigation. 
17506
17507         0.4.66claws2
17508         
17509         * sync with 0.4.66cvs2
17510
17511 2001-05-02 [paul]
17512
17513         added add-sender-to-addressbook patch
17514
17515         * src/addressbook.c
17516         * src/addressbook.h
17517         * src/summaryview.c
17518
17519 2001-05-02 [sergey]
17520
17521         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17522         G_ALERTDISABLE.
17523
17524         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17525         all existing callers changed to pass FALSE; create a check button
17526         to disable the message.
17527         (alertpanel_message_with_disable): new function.
17528         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17529         (alertpanel_button_toggled): new function.
17530         (alertpanel_button_clicked, alertpanel_close): set value using
17531         G_ALERT_VALUE_MASK.
17532
17533         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17534
17535         * src/prefs_common.c (prefs_privacy_create): new check button
17536         checkbtn_gpgme_warning.
17537
17538         * src/main.c (main): moved preferences reading before gpgme
17539         initialization; check prefs_common.gpgme_warning before giving the
17540         GnuPG warning and set it to FALSE if the user wants to disable the
17541         warning.
17542
17543 2001-05-02 [hiroyuki]
17544
17545         * src/prefs_display_headers.c: modified the layout and some labels.
17546
17547 2001-05-02 [sergey]
17548
17549         * src/prefs_account.c (prefs_account_fix_size): new function.
17550         (prefs_account_create): call prefs_account_fix_size(); use
17551         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17552         size when the window is shown for the first time).
17553         (prefs_account_basic_create): changed layout of serv_table; moved
17554         localmbox_entry above smtpserv_entry (logically it replaces
17555         POP3/IMAP server).
17556         (prefs_account_protocol_activated): set sensitivity of
17557         nntpauth_chkbtn according to the protocol (in addition to
17558         hide/show); commented out gtk_table_set_row_spacing() calls.
17559         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17560         not sensitive (fixes a bug with disabled username/password boxes
17561         when editing POP3 account after NNTP with authentication).
17562
17563 2001-05-02 [hoa]
17564
17565         * src/account.c
17566         * src/inc.c
17567         * src/prefs_account.[ch]
17568         * src/send.c
17569                 removed local account without SMTP server
17570                 added option to use mail command instead of a connexion
17571                 to SMTP server when a local account is used
17572         * src/prefs_headers.c
17573                 fixed a bug
17574         * src/news.c
17575                 fixed a bug when connexion immediately closed
17576
17577 2001-05-01 [alfons]
17578
17579         0.4.66claws1
17580         
17581         * sync with 0.4.65
17582
17583 2001-05-01 [sergey]
17584
17585         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17586         widget nntpauth_chkbtn.
17587         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17588         visibility.
17589         (prefs_account_nntpauth_toggled): new function.
17590
17591         * src/news.c (news_session_new_for_folder): use NNTP
17592         authentication only if ac->use_nntp_auth is set.
17593
17594 2001-05-01 [hoa]
17595
17596         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17597         * src/prefs_display_headers.c changed the UI
17598         * src/prefs_headers.c changed account_name to account_id
17599         * src/compose.c using customheader.h
17600
17601 2001-05-01 [hiroyuki]
17602
17603         * src/esmtp.c
17604           src/news.c
17605           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17606           unsynched.
17607
17608 2001-05-01 [hoa]
17609
17610         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17611         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17612                 for displaying of headers
17613         * src/grouplist_dialog.[ch] minor changes to remove warnings
17614         * src/prefs_display_headers.[ch] dialog to choose the
17615         headers to display in the mail viewer.
17616         * src/headers.h correction of #define
17617         * src/headers_display.[ch] configuration for displaying of headers.
17618         * src/main.c read config of displaying of headers
17619         * src/prefs_common.c add a button to access the config dialog
17620                 for displaying of headers
17621         * src/prefs_display_headers.[ch] dialog for configuration for
17622                 displaying of the headers.
17623         * src/prefs_headers.c cleaning of code
17624         * src/procheader.c comments added to code
17625         * src/textview.c changes to reorder the headers depending
17626                 on the config for displaying of headers
17627
17628 2001-04-30 [alfons]
17629
17630         0.4.65claws7
17631
17632         * sync with 0.4.65cvs12
17633
17634         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17635
17636 2001-04-30 [sergey]
17637
17638         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17639
17640         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17641         is set to force reconnection after authentication failure.
17642         (nntp_gen_command): set sock->auth_failed on authentication
17643         failure, or if sock->userid and sock->passwd are not set.
17644
17645         * src/news.c (news_session_new_for_folder): set userid=NULL if
17646         password dialog is cancelled.
17647
17648 2001-04-30 [sergey]
17649
17650         * src/nntp.h (NNTPSockInfo): new type.
17651
17652         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17653         SockInfo.
17654         (nntp_open_auth, nntp_close): new functions.
17655         (nntp_gen_command): new function to handle authentication; all
17656         NNTP command functions updated to use it.
17657         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17658         (nntp_list): removed old useless code.
17659
17660         * src/news.h (NNTPSession): new field nntp_sock.
17661
17662         * src/news.c: all functions updated to use NNTPSockInfo instead of
17663         SockInfo.
17664         (news_session_new): new arguments (userid, passwd); made static;
17665         use nntp_open_auth() if needed.
17666         (news_session_destroy): use nntp_close() instead of sock_close().
17667         (news_query_password): changed arguments.
17668         (news_session_new_for_folder): new function.
17669         (news_session_get): use news_session_new_for_folder().
17670         (news_authenticate): deleted.
17671         (news_get_uncached_articles): removed old authentication code.
17672
17673 2001-04-30 [sergey]
17674
17675         * src/news.c: reverted my previous changes (need to do NNTP
17676         authentication in a cleaner way).
17677         
17678 2001-04-29 [sergey]
17679
17680         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17681         news_nntp_post, news_nntp_mode): new functions (wrappers with
17682         authentication support).
17683         (news_get_article_cmd, news_get_article, news_get_header): new
17684         argument "folder"; all callers changed.
17685         (news_get_article_cmd): added authentication support.
17686         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17687         (news_post): use news_nntp_post() instead of nntp_post().
17688         (news_get_uncached_articles): use news_nntp_group() instead of
17689         nntp_group() and news_nntp_xover() instead of nntp_xover();
17690         removed old authentication code.
17691         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17692
17693         * src/nntp.c (nntp_list): return real error code instead of
17694         hardcoded NN_ERROR.
17695
17696 2001-04-29 [sergey]
17697
17698         * configure.in: fixed wint_t typedef detection again
17699
17700 2001-04-28 [hoa]
17701
17702         * src/prefs_account.[ch], added A_LOCAL_CMD
17703                 (send mail with mail command)
17704         * src/send.c added function send_message_with_command()
17705         * src/inc.c made a more secure get_spool() function with
17706                 mktemp() but maybe mkstemp() or something more
17707                 secure can be used.
17708
17709 2001-04-28 [alfons]
17710
17711         * src/textview.c, colorization of email addresses in headers
17712
17713         0.4.65claws6
17714
17715         * bug sync with sylpheed
17716         * prefs_common.c: created date format ui for darko
17717         * sync with 0.4.65cvs11
17718         * configure.in: corrected to have the new gpg checks
17719
17720 2001-04-27 [alfons]
17721
17722         * completed sync with 0.4.65cvs10
17723         * minor debug things added to gtkstext.c
17724
17725 2001-04-27 [darko]
17726
17727         * configure.in: remove check for availability of
17728           strftime() as advised by Hiroyuki
17729         * src/prefs_common.[ch], src/procheader.c:
17730           synch strftime() code with Hiroyki's main branch
17731
17732 2001-04-26 [sergey]
17733
17734         * src/news.c: news_query_password(), news_authenticate(): new
17735           functions.
17736           news_get_uncached_articles(): added NNTP authentication
17737           handling.
17738         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17739           new functions.
17740         * src/prefs_account.c: prefs_account_protocol_activated():
17741           enable userid and password fields for NNTP.
17742
17743 2001-04-26
17744
17745         * configure.in: check for availability of strftime()
17746           [darko]
17747         * src/prefs_common.[ch], src/procheader.c: use
17748           strftime() for displaying date in summary pane if it
17749           is available
17750
17751 2001-04-25
17752
17753         * more .cvsignore cleanups [alfons]
17754
17755 2001-04-25
17756
17757         * ac/sv-check-type.m4: new autoconf macro.
17758         * configure.in: fixed wint_t typedef detection (did not work
17759           with gcc-2.96).
17760
17761 2001-04-25
17762
17763         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17764           [hiroyuki]
17765
17766 2001-04-24
17767         * modified gtkstext.c : buggy cursor navigation fixed, 
17768           and font descent also taken in account when drawing
17769           cursor. [alfons]
17770
17771 2001-04-24 [hoa]
17772         * added comments in src/news.c src/nntp.c
17773         * added src/prefs_headers.[ch]
17774         * added src/headers.[ch]
17775         * modified compose.c to activate custom headers
17776                 added function is_in_custom_headers
17777         * modified prefs_account.[ch]
17778                 added function prefs_account_customhdr_edit
17779         * modified src/defs.h :
17780                 added HEADERS_RC : name of the config file
17781                 for the custom headers
17782
17783 2001-04-24
17784
17785     0.4.65claws5
17786
17787         * configure.in
17788           src/gtkstext.[ch]
17789           src/compose.c
17790           src/Makefile.am
17791           
17792           added gtkstext with configure.in patch by Hiroyuki which
17793           should fix the XIM detection [alfons]
17794
17795         * more clean up of cvs [alfons]
17796
17797                  * removed all Makefile.in files to attic.
17798
17799                  * updated all .cvsignores to really ignore things that could
17800                    be unintentionally committed by a recursive commit.
17801
17802 2001-04-23 [hoa]
17803         * added src/grouplist_dialog.[ch]
17804         * changed src/folderview.c to call grouplist_dialog instead
17805                 of inputdialog
17806         * src/news.c :
17807                 added functions news_reset_group_list
17808                 and news_get_group_list
17809         * src/nntp.c :
17810                 added function nntp_list
17811         * src/defs.h :
17812                 added GROUPLIST_FILE : name of the newsgroup list cache file
17813
17814 2001-04-21
17815
17816         * added option to warn about queued messages on exit [sergey]:
17817
17818           * src/compose.c: compose_queue(): call folder_item_scan()
17819             and folderview_update_item() after queueing.
17820           * src/folderview.c: folderview_update_node(): draw the queue
17821             folder in bold font if there are queued messages.
17822           * src/mainwindow.c: queued_messages(): new function.
17823             app_exit_cb(): display warning if there are queued messages
17824             if warn_queued_on_exit is set.
17825           * prefs_common.[ch]: add warn_queued_on_exit option.
17826
17827         * enhanced GnuPG key selection support [sergey]:
17828
17829           * src/select-keys.c: updated to newer version from Win32
17830             branch with support for selecting arbitrary keys.
17831           * src/prefs_account.c: added the Privacy tab to the account
17832             options window.
17833             prefs_account_privacy_create(),
17834             prefs_account_sign_key_set_data_from_radiobtn(),
17835             prefs_account_sign_key_set_radiobtn(): new functions.
17836           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17837           * src/rfc2015.c: set_signers(): new function.
17838             pgp_sign(): add the account parameter, call set_signers().
17839             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17840           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17841           * src/compose.c: pass the current account to rfc2015_sign().
17842
17843         * tag name claws added to prevent confusion with main branch [alfons]
17844
17845         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17846
17847         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17848
17849         * sync with recent sylpheed cvs. Untested though. [alfons]
17850