update Spanish translation
[claws.git] / ChangeLog.claws
1 2003-08-03 [paul]       0.9.3claws97
2
3         * po/es.po
4                 update Spanish translation. Submitted by Ricardo
5                 Mones Lastra.
6
7 2003-08-03 [paul]       0.9.3claws96
8
9         * po/hr.po
10           po/sr.po
11                 update Croatian and Serbian translations. Submitted by
12                 Dragan and Urke MMI respectively
13
14 2003-08-03 [alfons]     0.9.3claws95
15
16         * src/summaryview.c
17                 mark flag has precedence over important flag - seems
18                 to have been changed in sync of 0.9.3claws45. this fixes
19                 a regression where messages that were scored as important
20                 don't show their mark flags. (using the same column for
21                 both importance as mark flags is the real problem
22                 ofcourse)
23
24 2003-08-03 [melvin]     0.9.3claws94
25
26         * po/fr.po
27                 Updated French translations.
28
29 2003-08-03 [melvin]     0.9.3claws93
30
31         * src/Makefile.am
32                 Fixed typo introduced after 0.9.3claws92 
33                 that prevented compilation
34                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
35                 CPPFLAGS and YFLAGS to allow user setting these.
36         * src/common/Makefile.am
37         * src/gtk/Makefile.am
38         * src/plugins/clamav/Makefile.am
39         * src/plugins/demo/Makefile.am
40         * src/plugins/dillo_viewer/Makefile.am
41         * src/plugins/image_viewer/Makefile.am
42         * src/plugins/mathml_viewer/Makefile.am
43         * src/plugins/spamassassin/Makefile.am
44         * src/plugins/trayicon/Makefile.am
45         * src/plugins/trayicon/libeggtrayicon/Makefile.am
46                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
47                 CPPFLAGS and YFLAGS to allow user setting these.
48
49 2003-08-02 [christoph]  0.9.3claws92
50
51         * configure.ac
52                 o rearrange plugin tests
53                 o add test for clamav.h to ClamAV tests
54
55 2003-08-02 [luke]       0.9.3claws91
56
57         * src/mimeview.c
58                 o fixed appearance of icon list when toggling back from the 
59                   ctree
60                 o toggling of icons using the keyboard works correctly
61                 o fixed all other keyboard shortcuts to work when icons are
62                   active
63         
64         * src/messageview.c
65                 o fixed bug 4 - focus lost when changing messageview view type
66         
67 2003-08-02 [christoph]  0.9.3claws90
68
69         * src/common/hooks.c
70                 fix crash when pointer stored in hash table could get invalid
71                 when a plugin is unloaded
72
73 2003-08-01 [christoph]  0.9.3claws89
74
75         * configure.ac
76                 o try to build all plugins (except spamassassin) by default
77                 o don't build a plugin if a dependency check fails
78
79         * src/common/hooks.c
80                 fix warning
81
82 2003-08-01 [match]      0.9.3claws88
83
84         * src/importldif.c
85                 allow single click field selection. document code.
86
87 2003-08-01 [christoph]  0.9.3claws87
88
89         * src/plugins/clamav/clamav_plugin.c
90         * src/plugins/clamav/clamav_plugin_gtk.c
91         * src/plugins/dillo_viewer/dillo_viewer.c
92         * src/plugins/image_viewer/plugin.c
93         * src/plugins/mathml_viewer/mathml_viewer.c
94         * src/plugins/spamassassin/spamassassin.c
95         * src/plugins/spamassassin/spamassassin_gtk.c
96         * src/plugins/trayicon/trayicon.c
97                 add version check to all plugins
98
99 2003-08-01 [hoa]        0.9.3claws86
100
101         * src/prefs_filtering.c
102                 fixed a cosmetic bug, during creation of dialog box,
103                 wrong widgets were shown after creation.
104
105 2003-08-01 [luke]       0.9.3claws85
106
107         * src/mainwindow.c
108                 o fixed visibility of icons/mimeview after toggling separate
109                   message/folder view (factored out some similar code too).
110
111
112 2003-07-31 [alfons]     0.9.3claws84
113
114         * src/mimeview.c
115                 tweak icon box UI a bit more, now allowing right-clicks actions
116                 getting the relevant mime data too; should fix #250, "Can't save 
117                 attachments sometimes".
118
119 2003-07-30 [alfons]     0.9.3claws83
120
121         * src/compose.c
122                 don't do auto-save-draft inside key press handler, but rather
123                 schedule it half of a second later; should fix #67, "autosave 
124                 make re-rediting message crazy"
125
126 2003-07-30 [christoph]  0.9.3claws82
127
128         * src/plugins/trayicon/trayicon.c
129                 process pending events before unloading the plugin
130
131         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
132
133 2003-07-30 [alfons]     0.9.3claws81
134
135         * src/common/hooks.c
136                 parameter 2 of g_hook_destroy() should really be a hook id
137
138 2003-07-30 [alfons]     0.9.3claws80
139
140         * src/common/plugin.c
141                 fix a possibly harmful function signature mismatch 
142                 for plugin_done
143
144 2003-07-30 [alfons]     0.9.3claws79
145
146         * src/common/hooks[.ch]
147                 const correctness
148
149 2003-07-30 [darko]      0.9.3claws78
150
151         * src/summaryview.c
152                 make it compile again
153
154 2003-07-30 [luke]       0.9.3claws77
155
156         * src/crash.c
157         * src/main.c
158                 o added/moved signal handlers for SIGTERM (normal kill command) 
159                   and SIGINT (ctl-c) to be used even without 
160                   --enable-crash-dialog, fixing bug 166
161
162         * src/summaryview.c
163                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
164                   bug 227
165
166         * src/mainwindow.c
167                 o changed sensitivity condition for 'Next new' and 'Next 
168                   unread', fixing bug 8
169
170 2003-07-29 [alfons]     0.9.3claws76
171
172         * src/common/utils.[ch]
173                 add generate_msgid()
174         * src/messageview.c
175                 save ack'ed RRR; fixes #205, "return receipt is not saved in
176                 sent folder".
177
178 2003-07-29 [alfons]     0.9.3claws75
179
180         * src/messageview.c
181                 fix a memleak (claws-only)
182
183 2003-07-29 [alfons]     0.9.3claws74
184
185         * src/mimeview.[ch]
186         * src/gtk/gtkvscrollbutton.[ch]
187                 fix UI glitch where mime icon toolbox' scroll position is not 
188                 reset after switching to another message
189                 
190
191 2003-07-29 [paul]       0.9.3claws73
192
193         * src/prefs_folder_item.c
194                 split the prefs into 2 separate pages
195
196 2003-07-29 [paul]       0.9.3claws72
197
198         * src/compose.c
199                 prepend "\n\n" to a signature without a separator too
200
201 2003-07-29 [paul]       0.9.3claws71
202
203         * src/compose.c
204                 fix bug where changing to an account without an auto-sig
205                 from an initial account without an auto-sig would insert 
206                 2 blank lines at the cursor point
207                 fix bug where changing to an account with an auto-sig
208                 from an initial account without an auto-sig would insert
209                 the sig at the cursor point
210
211 2003-07-29 [paul]       0.9.3claws70
212
213         * src/folderview.c
214                 use the colour from the folder pref unless the folder
215                 has new messages
216
217 2003-07-29 [alfons]     0.9.3claws69
218
219         * src/procmsg.[ch]
220         * src/messageview.c
221         * src/procheader.c
222                 rewrite return receipt request work a little bit (the former 
223                 implementation presumably depended too much on the UI setting
224                 flags). (we're losing the old pending flag.) 
225
226 2003-07-28 [christoph]  0.9.3claws68
227
228         * src/folder.c
229         * src/imap.c
230         * src/mh.c
231         * src/procmsg.[ch]
232                 fix copy to IMAP folder from other folder
233
234 2003-07-28 [christoph]  0.9.3claws67
235
236         * src/procmsg.c
237                 fix sync of procmsg_get_message_file_list
238
239 2003-07-28 [christoph]  0.9.3claws66
240
241         * sync with 0.9.3cvs14
242                 see ChangeLog 2003-07-18
243         * sync with 0.9.3cvs17
244                 see ChangeLog 2003-07-23
245
246         (closes Bug 234 segmentation fault after sending out mail via
247          smtp(auth))
248
249 2003-07-28 [paul]       0.9.3claws65
250
251         * po/es.po
252                 update Spanish translation, submitted by Ricardo Mones
253                 Lastra
254
255 2003-07-28 [christoph]  0.9.3claws64
256
257         * src/folder.[ch]
258         * src/imap.c
259         * src/mh.c
260                 return new message numbers as a GRelation instead of a GSList
261                 that has to be in the same order as the input list. A list
262                 would make it hard for IMAP to optimize oepration by sorting
263                 the input list. The returned list would have to be reordered
264                 to match the same order that input list has.
265
266         * src/gtk/gtkaspell.c
267                 fix missing return value, could cause a crash when garbage is
268                 on the stack that is used as the expected return value
269
270 2003-07-28 [paul]       0.9.3claws63
271
272         * sync with 0.9.4cvs1
273                 see ChangeLog 2003-07-28
274
275 2003-07-27 [alfons]     0.9.3claws62
276
277         * src/mimeview.c
278                 tweak it more to make icon list act like a check button group
279
280 2003-07-27 [christoph]  0.9.3claws61
281
282         * sync with 0.9.3cvs20
283                 see ChangeLog 2003-07-25
284
285 2003-07-27 [paul]       0.9.3claws60
286
287         * src/procmsg.c
288                 re-commit changes from 0.9.3claws58 -
289                 accidently removed in 0.9.3claws59
290
291 2003-07-27 [paul]       0.9.3claws59
292
293         * src/procmsg.[ch]
294                 a sync from 0.9.3cvs17
295                 see ChangeLog 2003-07-23
296
297 2003-07-27 [alfons]     0.9.3claws58
298
299         * src/procmsg.c
300                 add missing header members to MsgInfo; fixes the problem of 
301                 not displaying X-Faces, as noticed by Ricardo Mones
302
303 2003-07-26 [christoph]  0.9.3claws57
304
305         * sync with 0.9.3cvs18
306                 see ChangeLog 2003-07-24
307
308 2003-07-26 [christoph]  0.9.3claws56
309
310         * sync with 0.9.3cvs17
311                 see ChangeLog 2003-07-23
312
313 2003-07-26 [christoph]  0.9.3claws55
314
315         * src/folder.[ch]
316         * src/imap.c
317         * src/mbox_folder.c
318         * src/mh.c
319         * src/news.c
320                 add support for copy function that copy multiple messages
321                 (not implemented yet)
322
323         * src/summaryview.c
324                 add missing return value
325
326 2003-07-26 [paul]       0.9.3claws54
327
328         * tools/multiwebsearch.pl
329                 do whitespace substitution before passing the string
330                 to the browser. fixes bug with browsers that don't
331                 do whitespace conversion themselves.
332
333 2003-07-25 [christoph]  0.9.3claws53
334
335         * src/folder.[ch]
336         * src/imap.c
337         * src/mh.c
338                 rewrite adding of multiple messages to a folder for
339                 claws' folder system
340
341 2003-07-25 [luke]       0.9.3claws52
342
343         * src/mimeview.c
344                 o icon toggles set correctly on leaving ctree mimeview
345
346 2003-07-25 [paul]       0.9.3claws51
347
348         * partial sync with 0.9.3cvs21 [src/main.c]
349                 see ChangeLog 2003-07-25
350
351 2003-07-24 [paul]       0.9.3claws50
352
353         * tools/maildir2sylpheed.pl
354                 fix typo
355
356 2003-07-24 [paul]       0.9.3claws49
357
358         * src/mimeview.c
359                 increase the gutter size of paned so that the panes
360                 can be resized
361                 
362         * src/plugins/demo/demo.c
363                 squeeze in another typo fix
364
365 2003-07-24 [paul]       0.9.3claws48
366
367         * src/plugins/demo/demo.c
368           src/prefs_account.c
369                 small changes to the English
370                 
371         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
372           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
373           src/Makefile.am
374           src/stock_pixmap.c
375                 rename the misspelled icon
376
377 2003-07-23 [alfons]     0.9.3claws47
378
379         * src/mimeview.c
380                 make icon list look like a list of toggles
381
382 2003-07-23 [luke]       0.9.3claws46
383
384         * src/pixmaps/mimeview_gpg_expired.xpm
385         * src/pixmaps/mimeview_gpg_failed.xpm
386         * src/pixmaps/mimeview_gpg_passed.xpm
387         * src/pixmaps/mimeview_text_html.xpm
388         * src/pixmaps/mimeview_image.xpm
389                 o all icons the same size
390
391         * src/mimeview.[ch]
392                 o mimeview ctree arranged vertically above the viewer
393                 o icons changed to buttons
394                 o can use keyboard to select an icon (Enter)
395                 o resize icon list to width of icons
396
397         *  src/gtk/gtkvscrollbutton.c
398                 o sensitivity of buttons reacts to position
399
400 2003-07-23 [christoph]  0.9.3claws45
401
402         * sync with 0.9.3cvs14 (incomplete)
403                 see ChangeLog 2003-07-17
404
405 2003-07-23 [alfons]     0.9.3claws44
406
407         * src/folder.c
408         * src/procmsg.h
409                 sync with my local tree to restore some claws-only things
410
411 2003-07-23 [paul]       0.9.3claws43
412
413         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
414           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
415           src/Makefile.am
416           src/mimeview.c
417           src/procmime.h
418           src/rfc2015.c
419           src/stock_pixmap.[ch]
420                 indicate missing keys and expired sigs/keys
421                 in mime view column
422
423 2003-07-23 [paul]       0.9.3claws42
424
425         * src/compose.c
426                 Redirect fixes: enable automatic account selection and
427                 do not append signature to message on changing account
428                 fixes Bug[s] #248
429
430 2003-07-23 [paul]       0.9.3claws41
431
432         * sync with 0.9.3cvs16
433                 see ChangeLog 2003-07-23
434
435 2003-07-23 [alfons]     0.9.3claws40
436
437         * src/inc.c
438                 give progress dialog a main window, and give it the first 
439                 one (presumably the only one). fixes bug #247, "segfault on 
440                 pop-before-smtp" 
441
442 2003-07-22 [alfons]     0.9.3claws39
443
444         * src/summaryview.c
445                 shift-space scrolls up
446
447 2003-07-22 [paul]       0.9.3claws38
448
449         * sync with 0.9.3cvs15
450                 see ChangeLog 2003-07-22
451
452 2003-07-20 [alfons]     0.9.3claws37
453
454         * src/compose.c
455                 put menu inside #ifdef USE_ASPELL..#endif
456
457 2003-07-20 [christoph]  0.9.3claws36
458
459         * src/procmsg.c
460                 fix wrong flags in MsgInfo returned by
461                 procmsg_msginfo_get_full_info()
462
463         (closes Bug 221 Deleting messages from the Message View gives incorrect
464          new/unread message counts in the folder view)
465
466         * src/plugins/spamassassin/spamassassin_gtk.c
467                 add gettext macro for prefs page title
468
469 2003-07-20 [paul]       0.9.3claws35
470
471         * src/mimeview.c
472                 redraw icon list on signature check
473
474 2003-07-20 [christoph]  0.9.3claws34
475
476         * src/Makefile.am
477         * src/account.c
478         * src/folder.[ch]
479         * src/folder_item_prefs.[ch]            ** NEW **
480         * src/folderview.c
481         * src/mainwindow.c
482         * src/mh.c
483         * src/prefs_gtk.c
484         * src/prefs_scoring.c
485         * src/summaryview.c
486         * src/prefs_folder_item.[ch]
487                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
488                   Properties dialog
489                 o use prefswindow for folder properties
490
491         * src/gtk/prefswindow.[ch]
492                 change implementation to use an invisible notebook instead
493                 of unparenting widgets
494
495 2003-07-20 [christoph]  0.9.3claws33
496
497         * src/compose.h
498         * src/folder.c
499         * src/folderview.h
500         * src/headerview.h
501         * src/prefs_filtering.h
502         * src/prefs_folder_item.[ch]
503         * src/procmime.h
504         * src/procmsg.h
505         * src/summaryview.h
506                 clean up header mess
507                 (always use 1. typedefs, 2. #includes, 3. structures)
508
509         * src/common/version.h.in
510                 add casts for constants
511
512         * src/plugins/demo/demo.c
513                 fix typo
514
515         * src/plugins/spamassassin/spamassassin.c
516                 remove unused variable
517
518 2003-07-20 [alfons]     0.9.3claws32
519
520         * src/mimeview.c
521                 o make icon buttons respond on left click
522                 o minor cosmetic change
523
524 2003-07-19 [luke]       0.9.3claws31
525
526         * src/mimeview.[ch]
527         * src/gtk/gtkvscrollbutton.c
528         * src/messageview.c
529                 o improved mimeview behaviour when selecting a new message
530                 o plus code cleanups to remove compile warnings
531
532
533 2003-07-19 [alfons]     0.9.3claws30
534
535         * src/procmsg.c
536         * src/compose.c
537         * src/common/utils.[ch]
538                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
539
540 2003-07-19 [alfons]     0.9.3claws29
541
542         * src/prefs_folder_item.c
543                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
544                 string pointers
545
546 2003-07-19 [luke]       0.9.3claws28
547
548         * src/messageview.c
549         * src/mimeview.[ch]
550         * src/procmime.h
551         * src/rfc2015.c
552         * src/stock_pixmap.[ch]
553         * src/gtk/Makefile.am
554         * src/Makefile.am
555         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
556         * src/pixmaps/mime_*.xpm                ** NEW **
557                 o mimeview rearrangement with a new icon shortcut bar
558         
559 2003-07-19 [alfons]     0.9.3claws27
560
561         * src/folderview.c
562                 o plug leaking nodes_to_recollapse
563                 o add folderview_recollapse_all_nodes() (not used yet)
564
565 2003-07-19 [alfons]     0.9.3claws26
566
567         * src/compose.c
568         * src/common/utils.c
569                 honour #240 "Better SUBJECT handling" by cleaning the prefix
570                 for both forwarding as replying
571
572 2003-07-18 [christoph]  0.9.3claws25
573
574         * configure.ac
575         * src/common/sylpheed.[ch]
576         * src/common/version.h.in
577                 add version in numeric form to allow easy comparison
578
579         * src/plugins/demo/demo.c
580                 add version check
581                 - sylpheed version > plugin version => never allowed, sylpheed
582                   could contain unknown API changes
583                 - sylpheed version < minimum version required => don't load,
584                   API required not available (if linking does not fail)
585
586 2003-07-18 [alfons]     0.9.3claws24
587         
588         * src/common/plugin.[ch]
589                 const correctness
590
591 2003-07-18 [christoph]  0.9.3claws23
592
593         * src/common/hooks.c
594                 fix crash when hooks where unregisted
595
596         * src/plugins/trayicon/trayicon.c
597                 unregister detroy signal before destroying the widget
598                 (still crashes when the plugin is unloaded)
599
600 2003-07-18 [alfons]     0.9.3claws22
601         
602         * src/folderview.c
603                 delay expanding folder tree during drags until timeout triggered
604                 (needs perhaps some tweaking, so testing is welcome)
605
606 2003-07-17 [alfons]     0.9.3claws21
607
608         * src/folderview.c
609                 clean up cruft
610
611 2003-07-17 [christoph]  0.9.3claws20
612
613         * src/common/session.c
614                 fix opening of SSL connections
615
616         * src/plugins/image_viewer/Makefile.am
617                 add OPENSSL_CFLAGS (we should find a better solution to remove
618                 this dependencies if they are not required)
619
620         * src/plugins/spamassassin/spamassassin.c
621                 remove setlocale workaround (fixed in libspamc)
622
623         (closes Bug Bug 184 Entering non-ascii character deletes previous char
624          if spell checking enabled)
625
626 2003-07-17 [alfons]     0.9.3claws19
627
628         * src/common/hooks.[ch]
629         * src/plugins/clamav/clamav_plugin.c
630         * src/plugins/spamassassin/spamassassin.c
631         * src/plugins/trayicon/trayicon.c
632                 fix signedness muck 
633
634 2003-07-17 [alfons]     0.9.3claws18
635
636         * src/procmime.c
637                 plug memleak
638
639 2003-07-17 [alfons]     0.9.3claws17
640
641         * src/inc.c
642                 plug memleak
643
644 2003-07-17 [paul]       0.9.3claws16
645
646         * src/common/defs.h
647           src/mainwindow.c
648           src/manual.[ch]
649                 add link to the Claws site's FAQ page, after the suggestion
650                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
651                 Move url strings to defs.h
652                 
653         * src/mainwindow.c
654                 fix typo to prevent "unknown menu entry" warnings
655
656 2003-07-17 [alfons]     0.9.3claws15
657
658         * src/folderview.[ch]
659         * src/summaryview.[ch]
660         * src/mimeview.[ch]
661                 plug DnD leaks 
662
663 2003-07-17 [paul]       0.9.3claws14
664
665         * src/inc.c
666                 remove two instances of 'GTK_EVENTS_FLUSH' because
667                 they are unnecessary and probably cause a stack overflow
668
669 2003-07-16 [christoph]  0.9.3claws13
670
671         * src/mimeview.[ch]
672                 use an invisible GTK notebook to switch between viewers
673                 instead of reparenting widgets
674
675 2003-07-16 [christoph]  0.9.3claws12
676
677         * src/folder.c
678                 move folder_item_update_freeze() to correct place in
679                 folder_item_scan_full()
680
681 2003-07-16 [paul]       0.9.3claws11
682
683         * sync with 0.9.3cvs12
684                 see ChangeLog 2003-07-14 and 2003-07-15
685
686 2003-07-16 [christoph]  0.9.3claws10
687
688         * src/imap.[ch]
689         * src/prefs_account.[ch]
690                 sync IMAP CRAM-MD5 authentication with sylpheed-main
691
692 2003-07-15 [alfons]     0.9.3claws9
693
694         * src/main.c
695                 make --config-dir do something useful
696
697 2003-07-15 [alfons]     0.9.3claws8
698
699         * src/procmsg.c
700                 o fix a bug where 'last' didn't really point to the last message
701                   in the top level list of children, but to the last threaded
702                   message. 
703                 
704                 o clean up and make it easier to sync
705
706 2003-07-15 [alfons]     0.9.3claws7
707
708         * src/mainwindow.c
709                 make correct menu items sensitive       
710
711 2003-07-14 [alfons]     0.9.3claws6
712
713         * src/procmsg.c
714                 tune the threader so it will not subject-thread any message
715                 without a subject prefix (this will not thread correctly if 
716                 a parent is delivered after their childs, but it looks 
717                 better right now)
718
719 2003-07-13 [christoph]  0.9.3claws5
720
721         * src/mainwindow.c
722                 group "Add mailbox *..." menu items in submenu
723
724 2003-07-13 [alfons]     0.9.3claws4
725
726         * src/summaryview.c
727                 correct summary_toggle_pressed() signature and make sure
728                 signal is not passed on
729
730 2003-07-13 [alfons]     0.9.3claws3
731
732         * src/summaryview.c
733                 o for now don't pass on keys when they we're handled by 
734                   ctree::key_press_event
735                 o clean up
736
737 2003-07-13 [alfons]     0.9.3claws2
738         
739         * src/main.c
740                 add command line option "--config-dir" to get the current 
741                 configuration dir
742
743 2003-07-12 [alfons]     0.9.3claws1
744
745         * src/matcher.[ch]
746         * src/matcher_parser_parse.y
747         * src/prefs_filtering.c
748         * src/filtering.c
749                 add "Lock" filter action to lock messages;
750
751         * src/filtering.c       
752                 remove debug_print()    
753         * src/prefs_filtering.c
754                 re-organize matcher part 9: 
755                 make action text entries easily extendible;
756                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
757                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
758
759 2003-07-12 [paul]
760
761         * tools/README
762                 update old information and add missing
763                 information
764
765 2003-07-12 [paul]       0.9.3claws
766
767         * 0.9.3claws released
768         
769 2003-07-12 [paul]       0.9.0claws103
770
771         * src/Makefile.am
772                 add addrquery.h
773
774 2003-07-12 [melvin]     0.9.0claws102
775
776         * src/messageview.c
777                 Fixed bug #215: Show MIME tab for single text/html messages. 
778                 
779 2003-07-12 [paul]       0.9.0claws101
780
781         * man/sylpheed.1
782                 updated
783
784 2003-07-12 [paul]       0.9.0claws100
785
786         * po/es.po
787           po/hr.po
788           po/pl.po
789           po/sr.po
790                 update Spanish, Croatian, Polish, Serbian translations.
791                 submitted by Ricardo Mones Lastra, Dragan, Witold
792                 Wladyslaw Wojciech Wilk, Urke MMI
793
794 2003-07-12 [melvin]     0.9.0claws99
795
796         * po/fr.po
797                 Updated French translations.
798
799 2003-07-12 [paul]       0.9.0claws98
800
801         * src/addressbook.c
802                 disable 'Lookup' button as it has no effect
803
804 2003-07-11 [alfons]     0.9.0claws97
805         
806         * src/summaryview.c
807                 summary_searchbar_pressed() should return TRUE to signal that
808                 event was handled. when returning void, the return value passed
809                 to GTK is actually random, but maybe FALSE, in which case the
810                 event is handled by parent
811                 
812 2003-07-10 [paul]       0.9.0claws96
813
814         * ac/missing/gettext.m4
815                 update to version 0.12
816
817 2003-07-10 [paul]       0.9.0claws95
818
819         * src/plugins/clamav/clamav_plugin.c
820                 fix bug where multipart/alternative messages
821                 would slip through without being scanned
822
823 2003-07-10 [christoph]  0.9.0claws94
824
825         * src/folder.c
826                 correct check if folder supports removing when a message is
827                 moved. if not the message is only copied.
828
829         (closes Bug 132 crash on startup in newsgroups folders)
830
831 2003-07-09 [alfons]     0.9.0claws93
832
833         * configure.ac
834         * src/common/defs.h
835                 --with-config-dir (default .sylpheed)
836
837 2003-07-09 [christoph]  0.9.0claws92
838
839         * configure.ac
840                 use PKG_CHECK_MODULES to check for gtkmathview
841                 (version 0.4.2 now required)
842
843 2003-07-08 [melvin]     0.9.0claws91
844
845         * src/action.c
846                 Implemented a progress bar that counts the number of completed
847                 tasks when the action runs more than one command.
848
849 2003-07-08 [alfons]     0.9.0claws90
850
851         * src/procmsg.c
852                 if queued message has an invalid Message-Id, don't try to
853                 find message it refers to (fixes #209 "crash when processing 
854                 in folder")
855
856 2003-07-08 [paul]       0.9.0claws89
857
858         * sync with 0.9.3cvs2
859                 see ChangeLog 2003-07-08
860
861 2003-07-08 [match]      0.9.0claws88
862
863         * src/ldapctrl.c
864                 extend LDAP search for first/last name by parsing search term.
865
866 2003-07-08 [alfons]     0.9.0claws87
867
868         * src/send_message.c
869                 fix bug #208 "Status message stuck when sending on POP3 account"
870
871 2003-07-07 [paul]       0.9.0claws86
872
873         * po/hr.po
874                 new Croatian translation, submitted by
875                 Dragan <drleskov@inet.hr>
876
877 2003-07-07 [paul]       0.9.0claws85
878
879         * sync with 0.9.3cvs1
880                 see ChangeLog 2003-07-07
881
882 2003-07-05 [christoph]  0.9.0claws84
883
884         * src/Makefile.am
885         * src/messageview.c
886         * src/mimeview.[ch]
887         * src/stock_pixmap.[ch]
888         * src/pixmaps/messageview_text.xpm              ** NEW **
889                 move mimeview tabs to the right side and use icons
890                 instead of text to save some space
891
892         (patch by Luke Plant <lukeplant@softhome.net>)
893
894 2003-07-05 [christoph]  0.9.0claws83
895
896         * src/inc.c
897                 add NULL pointer checks
898
899         (patch by Luke Plant <lukeplant@softhome.net>)
900         (closes Bug 204 0.9.0 quits on authentication error?!)
901
902 2003-07-05 [alfons]     0.9.0claws82
903
904         * configure.ac
905                 take the clue in bug #202 "./configure script - 
906                 'if test' comparison failure" reported by John Kristoff. 
907
908 2003-07-04 [christoph]  0.9.0claws81
909
910         * src/plugins/spamassassin/spamassassin.c
911                 set timeout for spam check
912
913 2003-07-04 [christoph]  0.9.0claws80
914
915         * src/main.c
916                 destroy all FolderItems when shutting down to
917                 allow folders to clean up
918
919 2003-07-04 [melvin]     0.9.0claws79
920
921         * src/gtk/gtkaspell.c
922                 Fixed bug #184 "Entering non-ascii character deletes
923                 previous char if spell checking enabled": this makes
924                 the spell checking in multibytes (e.g. UTF-8)locales work.
925                 (Patch by Luke Plant).
926                 
927 2003-07-04 [christoph]  0.9.0claws78
928
929         * sync with 0.9.2cvs1
930                 see ChangeLog 2003-06-10
931
932 2003-07-04 [paul]       0.9.0claws77
933
934         * sync with 0.9.3 release
935                 see ChangeLog 2003-07-04
936
937 2003-07-03 [christoph]  0.9.0claws76
938
939         * src/folder.[ch]
940         * src/imap.c
941         * src/mbox_folder.c
942         * src/mh.c
943         * src/news.c
944                 move folder_item_get_path() stuff into a folder virtual function
945
946         * src/procmsg.c
947                 use folder_item_fetch_msg() to get message and do not contruct
948                 the filename from path and number
949
950 2003-07-03 [paul]       0.9.0claws75
951
952         * sync with 0.9.2cvs12
953                 see ChangeLog 2003-07-03
954
955 2003-07-02 [paul]       0.9.0claws74
956
957         * src/messageview.c
958                 fix text-selection for replying
959
960 2003-07-02 [paul]       0.9.0claws73
961
962         * sync with 0.9.2cvs11
963                 see ChangeLog 2003-07-02
964
965 2003-07-02 [paul]       0.9.0claws72
966
967         * src/procmsg.c
968                 revert last commit because it breaks more
969                 than it fixes
970
971 2003-07-02 [paul]       0.9.0claws71
972
973         * src/procmsg.c
974                 fix thread by subject/sort by date
975
976 2003-07-01 [paul]       0.9.0claws70
977
978         * sync with 0.9.2cvs10
979                 see ChangeLog 2003-07-01
980
981 2003-06-30 [paul]       0.9.0claws69
982
983         * sync with 0.9.2cvs9
984                 see ChangeLog 2003-06-30
985
986 2003-06-28 [match]      0.9.0claws68
987
988         * src/addressbook.c
989                 fix null ptr.
990
991 2003-06-27 [paul]       0.9.0claws67
992
993         * sync with 0.9.2cvs7
994                 see ChangeLog 2003-06-27
995
996 2003-06-26 [christoph]  0.9.0claws66
997
998         * src/folder.c
999                 freeze folder updates while a folder is scanned
1000
1001         (closes Bug 185 New message counter)
1002
1003 2003-06-26 [darko]      0.9.0claws65
1004
1005         * src/ldapserver.c
1006                 fix infinite loop when adding a new LDAP server
1007
1008 2003-06-26 [paul]       0.9.0claws64
1009
1010         * sync with 0.9.2cvs6
1011                 see ChangeLog 2003-06-26
1012
1013 2003-06-26 [paul]       0.9.0claws63
1014
1015         * sync with 0.9.2cvs5
1016                 see ChangeLog 2003-06-25 and 2003-06-26
1017
1018 2003-06-25 [match]      0.9.0claws62
1019
1020         * src/addr_compl.c
1021                 Fixed tab/backtab for dropped-down completion list to
1022                 move next/previous field. (close bug 147)
1023
1024 2003-06-25 [christoph]  0.9.0claws61
1025
1026         * src/addr_compl.[ch]
1027         * src/addrindex.[ch]
1028         * src/folderview.c
1029         * src/inc.c
1030         * src/news.c
1031         * src/summaryview.c
1032         * src/toolbar.c
1033                 fix warnings
1034
1035 2003-06-25 [leandro]    0.9.0claws60
1036
1037         * src/compose.c
1038                 o cleanups
1039                 o gray out "Message/Remove references" menu item if not
1040                   replying to a message
1041
1042 2003-06-24 [leandro]    0.9.0claws59
1043
1044         * src/compose.[ch]
1045                 o removed "Message/Create new thread" menu item
1046                 o added "Message/Remove references" menu item
1047                   (it's off by default and will not check anymore
1048                    if the subject changed)
1049
1050 2003-06-23 [alfons]     0.9.0claws58
1051
1052         * src/procmsg.c
1053                 try better grouping messages threaded by subject based on their age.
1054                 still not perfect - because the message tree is not sorted by date.  
1055
1056 2003-06-23 [thorsten]   0.9.0claws57
1057
1058         * src/pop.[ch]
1059                 added mail_receive_hook to allow modifications
1060                 directly after retrieval (e.g. adding headers).
1061
1062 2003-06-23 [paul]       0.9.0claws56
1063
1064         * src/sourcewindow.c
1065                  enable the use of Ctrl+A to select all text in
1066                  the sourcewindow
1067                  Patch submitted by Ivan Francolin Martinez
1068                  <ivanfm@users.sourceforge.net>
1069
1070 2003-06-22 [christoph]  0.9.0claws55
1071
1072         * src/folder.[ch]
1073                 o add notification hook for folder tree changes
1074                 o invoke hooks after folder tree scanning
1075
1076         * src/folderview.[ch]
1077                 register hook for folder tree changes that
1078                 updates the ctree
1079
1080         (there are more places that should be updated, like add, remove 
1081          or move folder)
1082
1083         (closes Bug 164 Crash on rebuild folder tree)
1084         (closes Bug 190 Crash on 'rebuilding folder tree')
1085
1086 2003-06-21 [leandro]    0.9.0claws54
1087
1088         * src/compose.[ch]
1089                 create a new thread if subject changes
1090                 (it's on by default, can be disabled in Message menu)
1091
1092 2003-06-21 [alfons]     0.9.0claws53
1093
1094         * src/summaryview.c
1095                 quiet little compiler
1096
1097 2003-06-21 [christoph]  0.9.0claws52
1098
1099         update gettext stuff to version 0.12
1100
1101 2003-06-19 [alfons]     0.9.0claws51
1102
1103         * src/common/log.c
1104         * src/common/plugin.c
1105                 move defs.h before glib.h to prevent MIN/MAX redefs
1106
1107 2003-06-19 [alfons]
1108
1109         * src/addressbook.c
1110                 translatable
1111
1112 2003-06-19 [match]      0.9.0claws50
1113
1114         * src/addressbook.[ch]
1115         * src/addrindex.[ch]
1116         * src/addr_compl.[ch]
1117         * src/editldap.[ch]
1118         * src/editldap_basedn.[ch]
1119         * src/addritem.[ch]
1120         * src/ldapquery.h
1121                 re-implemented dynamic LDAP search. works without
1122                 slowdown on display sender with addressbook
1123                 option.
1124         * src/addrbook.c
1125                 documented code.
1126
1127 2003-06-19 [paul]       0.9.0claws49
1128
1129         * src/compose.c
1130                 fix Bug #136 'Nonprovided quotation marks crash claws'
1131                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
1132
1133 2003-06-19 [alfons]     0.9.0claws48
1134
1135         * src/prefs_common.[ch]
1136         * src/procmsg.c
1137                 restrict threading by subject by checking thread for
1138                 age (prefs_common.thread_by_subject_max_age)
1139
1140 2003-06-18 [christoph]  0.9.0claws47
1141
1142         * src/imap.c
1143                 fix memory leak in imap_cmd_fetch()
1144
1145 2003-06-18 [christoph]  0.9.0claws46
1146
1147         * src/prefs_gtk.c
1148                 fix memory leak in prefs_set_default() when used multiple
1149                 times or after prefs have been read
1150
1151 2003-06-18 [christoph]  0.9.0claws45
1152
1153         * src/common/plugin.c
1154                 fix memory leak in plugin_unload()
1155
1156 2003-06-18 [christoph]  0.9.0claws44
1157
1158         * src/imap.c
1159                 fix memory leak in imap_cmd_ok()
1160
1161 2003-06-18 [christoph]  0.9.0claws43
1162
1163         * src/folder.c
1164                 stop messages that are downloaded from POP3 and added to
1165                 an IMAP inbox from being filtered twice (first by POP3
1166                 and again when IMAP folder is scaned to get the UID of
1167                 the APPEND operation when no UIDPLUS is available)
1168
1169 2003-06-18 [alfons]
1170
1171         * tools/Makefile.am
1172                 phoenix <- firebird     
1173
1174 2003-06-18 [paul]
1175
1176         * tools/launch_phoenix          ** REMOVED **
1177           tools/launch_firebird         ** NEW **
1178                 renamed and edited to reflect the browser's name change from
1179                 'phoenix' to 'firebird'
1180
1181 2003-06-18 [paul]       0.9.0claws42
1182
1183         * sync with 0.9.2cvs2
1184                 see ChangeLog 2003-06-16
1185
1186 2003-06-17 [alfons]     0.9.0claws41
1187
1188         * src/procmsg.c
1189                 prevent threading problems when a node is an ancestor (parent / great parent),
1190                 which mostly happens with circular references (thanks to Phillipe Gramoullé
1191                 for finding an sample set of messages)
1192
1193 2003-06-16 [christoph]  0.9.0claws40
1194
1195         * src/main.c
1196                 don't popup main window on --receive or --receive-all
1197
1198         * src/mainwindow.[ch]
1199         * src/plugins/trayicon/trayicon.c
1200                 allow hiding of main window by clicking on the trayicon
1201                 (doesn't work correctly in seperate window mode and may
1202                  cause unexpected GTK problems I couldn't find yet)
1203
1204         * src/common/ssl.c
1205                 remove incorrect warning
1206
1207 2003-06-15 [alfons]     0.9.0claws39
1208
1209         * src/gtk/gtkstext.c
1210                 don't output debug text;
1211                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
1212                 for pointing this out);
1213
1214 2003-06-14 [alfons]     0.9.0claws38
1215         
1216         * src/messageview.c
1217                 remove printf() and make one if..else comply with coding style
1218
1219 2003-06-14 [alfons]     0.9.0claws37
1220
1221         * AUTHORS
1222                 add Martin Wicke
1223         * src/action.c
1224         * src/messageview.[ch]
1225         * src/summaryview.c
1226                 apply patch #754162 "Quoting messages filtered by actions" submitted
1227                 by Martin Wicke, which allows quoting message body changed by an
1228                 action (Thanks!).
1229
1230 2003-06-13 [alfons]     0.9.0claws36
1231
1232         * src/utils.c
1233                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
1234                 use case insensitive regexp (suggested by Ivan Martinez)
1235
1236 2003-06-13 [christoph]  0.9.0claws35
1237
1238         * configure.ac
1239         * src/plugins/trayicon/Makefile.am
1240         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
1241         * src/plugins/trayicon/trayicon.c
1242         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
1243         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
1244         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
1245         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
1246         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
1247         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
1248                 replace my own EggTrayIcon backport with the backport
1249                 used by (l|x)mule and gabber.
1250
1251 2003-06-13 [alfons]     0.9.0claws34
1252
1253         * AUTHORS
1254         * src/common/utils.c
1255                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
1256
1257 2003-06-13 [alfons]     0.9.0claws33
1258
1259         * src/compose.c
1260                 clean up a little bit
1261
1262 2003-06-12 [alfons]     0.9.0claws32
1263
1264         * src/compose.c
1265                 const correctness fix
1266
1267         * src/common/sylpheed.[ch]
1268                 () -> (void)
1269                 prevent redef MIN/MAX
1270                 
1271         * src/common/utils.[ch]
1272                 () -> (void)
1273
1274 2003-06-12 [melvin]     0.9.0claws31
1275
1276         * src/compose.c
1277                 Updated to take into accounts changes in GtkAspell.
1278
1279 2003-06-12 [alfons]     0.9.0claws30
1280
1281         * src/compose.c
1282         * src/procmsg.c
1283         * src/common/utils.[ch]
1284                 handle reply subject prefixes better (initial 
1285                 suggestion by Robert Story adapted and enhanced 
1286                 using regexps)
1287
1288 2003-06-12 [melvin]     0.9.0claws29
1289
1290         * src/compose.c
1291                 Use new gtkaspell_checkers_strerror() to get the speller's
1292                 error message instead of accessing the (now private)
1293                 checkers structure.
1294                 Minor code clean up
1295
1296         * src/main.c
1297                 Use #ifdef instead of #if for USE_ASPELL
1298                 Use the new spell checkers init/quit functions 
1299
1300         * src/gtk/gtkaspell.c
1301                 Use #ifdef instead of #if for USE_ASPELL
1302                 Moved in the majority of GtkAspell structures that were
1303                 exported before by gtkaspell.h
1304         
1305         * src/gtk/gktaspell.h
1306                 Made gtkaspell.h contain only the necessary data to be
1307                 publicized by moving many structures to gtkaspell.c.
1308                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
1309                 gtkaspell_checkers_new(): replaced by...
1310                 gtkaspell_checkers_init(): new function for initialization
1311                 gtkaspell_checkers_delete(): replaced by...
1312                 gtkaspell_checkers_quit(): new function
1313                 gtkaspell_checkers_strerror(): new function that returns
1314                 the checker's last error message.
1315                 
1316 2003-06-11 [melvin]     0.9.0claws28
1317
1318         * po/POTFILES.in
1319                 Updated to take into account gtkaspell.c migration to
1320                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
1321
1322 2003-06-10 [alfons]     0.9.0claws27
1323
1324         * src/filtering.[ch]
1325         * src/folder.c
1326         * src/matcher.c
1327         * src/scoring.[ch]
1328                 - try fixing bug #18 (any brave testers?)
1329                 - add more robustness by refusing previously 
1330                   unchecked NULL pointers 
1331
1332 2003-06-10 [alfons]     0.9.0claws26
1333
1334         * src/procmsg.c
1335                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
1336
1337 2003-06-09 [alfons]     0.9.0claws25
1338
1339         * src/prefs_common.c
1340                 fix bug #163 "Icon switching doesnt work properly" by 
1341                 preventing early freeing of prefs_common.pixmap_theme_path.
1342
1343 2003-06-09 [christoph]  0.9.0claws24
1344
1345         * src/gtk/gtkaspell.c
1346                 revert Thorsten's fix and add forgotten g_strdup for
1347                 aspell path (it should not be possible to alter the path a
1348                 GtkASpell uses from outside)
1349
1350 2003-06-09 [thorsten]   0.9.0claws23
1351
1352         * src/gtk/gtkaspell.c
1353                 dont free prefs_common.aspell_path when closing compose
1354
1355 2003-06-08 [colin]      0.9.0claws22
1356
1357         * src/plugins/spamassassin/spamassassin.c
1358                 fix prefs types
1359
1360 2003-06-07 [christoph]  0.9.0claws21
1361
1362         * src/Makefile.am
1363         * src/compose.c
1364         * src/gtkaspell.[ch]            ** REMOVE **
1365         * src/gtk/Makefile.am
1366         * src/gtk/gtkaspell.[ch]        ** NEW **
1367                 o make gtkaspell independent from sylpheed's prefs
1368                 o move gtkaspell.[ch] to gtk directory
1369
1370 2003-06-07 [christoph]  0.9.0claws20
1371
1372         * src/Makefile.am
1373         * src/crash.c
1374         * src/export.c
1375         * src/filesel.[ch]              ** REMOVE **
1376         * src/folder.c
1377         * src/main.[ch]
1378         * src/common/sylpheed.[ch]
1379         * src/gtk/Makefile.am
1380         * src/gtk/filesel.[ch]          ** NEW **
1381         * src/gtk/pluginwindow.c
1382         * src/gtk/sslcertwindow.c
1383                 move filesel.[ch] to gtk directory
1384
1385 2003-06-07 [alfons]     0.9.0claws19
1386
1387         * src/filesel.c
1388                 make (multi) file selection dialog work again (Claws-only)
1389
1390 2003-06-07 [thorsten]   0.9.0claws18
1391
1392         * po/de.po
1393                 fix typos
1394
1395 2003-06-07 [alfons]     0.9.0claws17
1396
1397         * configure.ac
1398         * src/mimeview.c
1399                 detect apache mishap in which case don't include fnmatch.h
1400                 if regex.h is already included
1401
1402 2003-06-06 [christoph]  0.9.0claws16
1403
1404         * configure.ac
1405         * src/mimeview.h
1406                 add check for fnmatch.h and include it when available
1407
1408         * src/mimeview.[ch]
1409                 fix wrong case sensitivity of Content-Types
1410
1411         * src/gtk/Makefile.am
1412                 need the same include paths in gtk directory as in
1413                 common directory because .h files in common can
1414                 include files from these directories, when included
1415                 in gtk's .h or .c files
1416
1417 2003-06-06 [alfons]     0.9.0claws15
1418
1419         * src/mimeview.c
1420         * src/summaryview.c
1421                 make it compile again because of regex.h / fnmatch.h 
1422                 include problems (related to recent mime stuff, can
1423                 someone check this?)
1424
1425 2003-06-06 [thorsten]   0.9.0claws14
1426
1427         * src/folderview.c
1428                 possible use of uninitialized pointer while dragging
1429
1430 2003-06-06 [paul]       0.9.0claws13
1431
1432         * src/compose.c
1433                 fix bug where the insert sig button would be effective
1434                 only when auto_sig was set
1435
1436 2003-06-06 [paul]       0.9.0claws12
1437
1438         * sync with 0.9.2 release
1439
1440 2003-06-02 [paul]       0.9.0claws11
1441
1442         * sync with 0.9.1cvs1
1443                 see ChangeLog 2003-06-02
1444                 
1445         * po/de.po
1446                 update by Jens
1447
1448 2003-06-01 [christoph]  0.9.0claws10
1449
1450         * src/account.c
1451                 don't use substring search to find accounts by email address
1452
1453         (closes Bug 169 Overly loose matching of "From" address)
1454
1455 2003-05-31 [christoph]  0.9.0claws9
1456
1457         * doc-src/rfc2683.txt
1458         * src/imap.c
1459                 limit IMAP command length as recommended in RFC2683
1460                 (message number lists will be split into multiple imap
1461                 sets, the limit of 1000 octets is not a hard limit)
1462
1463         (closes Bug 161 sylpheed-claws exits with segfault when logging
1464          in to certain imap-servers)
1465
1466 2003-05-29 [alfons]     0.9.0claws8
1467
1468         * src/toolbar.[ch]
1469                 add print button (calling summary_print());
1470                 fine tune setting tooltip text;
1471                 (if someone needs other buttons, please take these 
1472                 commits as a guide, instead of bothering us - also
1473                 see 0.8.11claws150) 
1474
1475 2003-05-29 [darko]      0.9.0claws7
1476
1477         * src/compose.c
1478                 fix crash when word wrapping kicks in due to
1479                 changed text by spell checker
1480
1481 2003-05-29 [paul]       0.9.0claws6
1482
1483         * src/compose.c
1484                 fix bug where changing account would insert
1485                 sig even if auto_sig was FALSE
1486                 
1487         * ChangeLog
1488           ChangeLog.jp
1489           INSTALL
1490                 sync with 0.9.1 release
1491
1492 2003-05-28 [christoph]  0.9.0claws5
1493
1494         * src/imap.c
1495                 fix truncation of too long commands
1496
1497         (closes Bug 167 IMAP hangs trying to get envelope
1498          information in imap_get_uncached_messages)
1499
1500 2003-05-27 [paul]       0.9.0claws4
1501
1502         * tools/Makefile.am
1503           tools/maildir2sylpheed.pl     ** NEW FILE **
1504                 add kmail to sylpheed mailbox conversion script
1505
1506 2003-05-27 [paul]       0.9.0claws3
1507
1508         * sync with 0.9.0cvs10
1509                 see ChangeLog 2003-05-26
1510
1511 2003-05-26 [paul]       0.9.0claws2
1512
1513         * sync with 0.9.0cvs9
1514                 see ChangeLog 2003-05-26
1515
1516 2003-05-24 [paul]       0.9.0claws1
1517
1518         * sync with 0.9.0cvs8
1519                 see ChangeLog 2003-05-23
1520
1521 2003-05-24 [paul]       0.9.0claws
1522
1523         * version 0.9.0claws released
1524
1525 2003-05-24 [paul]       0.8.11claws177
1526
1527         * src/plugins/dillo-viewer/Makefile.am
1528           src/plugins/traycon/Makefile.am
1529                 add missing files
1530                 
1531         * po/bg.po
1532           po/en_GB.po
1533           po/es.po
1534           po/it.po
1535           po/pt_BR.po
1536           po/ru.po
1537           po/sr.po
1538                 update Bulgarian, British English, Spanish, Italian, 
1539                 Brazilian Portuguese, Russian, and Serbian translations, 
1540                 submitted by George Danchev, [me], Ricardo Mones Lastra,
1541                 André Filipe de Assunção e Brito, Alessandro Maestri, 
1542                 Ruslan N. Balkin, and Urke MMI
1543
1544 2003-05-23 [melvin]     0.8.11claws176
1545
1546         * po/fr.po
1547                 Updated French translations
1548
1549 2003-05-22 [paul]       0.8.11claws175
1550
1551         * src/Makefile.am
1552           src/addrbook.[ch]
1553           src/addrcache.[ch]
1554           src/addr_compl.[ch]
1555           src/adressbook.[ch]
1556           src/addrindex.[ch]
1557           src/addritem.[ch]
1558           src/editaddress.c
1559           src/editgroup.c
1560           src/editldap_basedn.c
1561           src/editldap.c
1562           src/jpilot.c
1563           src/vcard.c
1564                 revert to get ldap into it previous working state
1565                 
1566         * po/zh_TW.Big5.po
1567                 new Taiwanese translation,
1568                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
1569
1570 2003-05-22 [christoph]  0.8.11claws174
1571
1572         * src/plugins/spamassassin/libspamc.[ch]
1573                 sync libspamc with SpamAssaain release 2.55
1574
1575 2003-05-22 [paul]       0.8.11claws173
1576
1577         * sync with 0.9.0cvs7
1578                 see ChangeLog 2003-05-22
1579                 
1580         * src/summaryview.c
1581                 revert change in 0.8.11claws172: follow
1582                 Hiroyuki's decision and that's the end of it.
1583
1584 2003-05-21 [paul]       0.8.11claws172
1585
1586         * src/summaryview.c
1587                 fix discrepency between open_unread_on_enter
1588                 and always_show_msg
1589
1590 2003-05-21 [paul]       0.8.11claws171
1591
1592         * sync with 0.9.0cvs6
1593                 see ChangeLog 2003-05-21
1594
1595 2003-05-21 [paul]       0.8.11claws170
1596
1597         * sync with 0.9.0cvs5
1598                 see ChangeLog 2003-05-21
1599
1600 2003-05-20 [paul]       0.8.11claws169
1601
1602         * sync with 0.9.0cvs4
1603                 see ChangeLog 2003-05-20
1604                 fixes bug #152, 'encoding of IMAP folders names'
1605
1606 2003-05-20 [paul]       0.8.11claws168
1607
1608         * sync with 0.9.0cvs3
1609                 see ChangeLog 2003-05-20
1610                 
1611         * src/tools/convert_mbox.pl
1612                 minor change in the comments, submitted by Fred Marton
1613
1614 2003-05-19 [paul]       0.8.11claws167
1615
1616         * src/plugins/clamav/Makefile.am
1617           configure.ac
1618                 link clamav_lib to the plugin and not to the main program
1619
1620 2003-05-19 [christoph]
1621
1622         * src/Makefile.am
1623                 add -export-dynamic for linking
1624
1625 2003-05-19 [paul]       0.8.11claws166
1626
1627         * sync with 0.9.0cvs1
1628                 see ChangeLog 2003-05-19
1629
1630 2003-05-19 [paul]       0.8.11claws165
1631
1632         * src/inc.c
1633                 fix 'pop before smtp' timeout
1634
1635 2003-05-18 [alfons]     0.8.11claws164
1636
1637         * src/prefs_matcher.c
1638                 put "execute" action command line ("expression") in edit box
1639
1640 2003-05-18 [christoph]  0.8.11claws163
1641
1642         * src/mimeview.[ch]
1643         * src/plugins/dillo_viewer/dillo_viewer.c
1644         * src/plugins/image_viewer/viewer.c
1645         * src/plugins/mathml_viewer/mathml_viewer.c
1646                 let a viewer have a list of Content-Types
1647
1648 2003-05-18 [paul]       0.8.11claws162
1649
1650         * src/prefs_filtering.c
1651                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
1652                 and REDIRECT actions
1653
1654 2003-05-17 [christoph]
1655
1656         * README.claws
1657                 o remove dynamic signatures that was syned with main
1658                 o add infos about no longer "build in" image viewer
1659                 o update bugtracker URL
1660
1661 2003-05-17 [christoph]  0.8.11claws161
1662
1663         * src/folder.c
1664         * src/folderview.c
1665         * src/imap.c
1666                 don't use imap_scan_folder anymore. Instead call folder_item_scan
1667                 for every folder after rebuilding the folder tree.
1668
1669         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1670          messages)
1671
1672 2003-05-17 [christoph]  0.8.11claws160
1673
1674         * src/imap.c
1675                 don't use STATUS command on current folder to check for
1676                 content changes. imap_cmd_ok() now tracks changes to
1677                 folder and number of existing messages.
1678
1679 2003-05-17 [paul]       0.8.11claws159
1680
1681         * src/plugins/clamav/clamav_plugin.c
1682                 remove unnecessary debug_print
1683
1684 2003-05-16 [thorsten]   0.8.11claws158
1685
1686         * src/plugins/demo.c
1687                 included missing intl.h
1688
1689 2003-05-16 [paul]       0.8.11claws157
1690
1691         * po/POTFILES.in
1692                 remove non-existant entries
1693         
1694         * src/plugins/clamav/clamav_plugin.c
1695           src/plugins/clamav/clamav_plugin_gtk.c
1696           src/plugins/dillo_viewer/dillo_prefs.c
1697           src/plugins/dillo_viewer/dillo_viewer.c
1698                 gettextise
1699
1700 2003-05-16 [christoph]  0.8.11claws156
1701
1702         * po/POTFILES.in
1703                 include plugin .c files for translation until I
1704                 find a better solution to have plugins have their
1705                 own textdomain
1706         * src/plugins/demo/demo.c
1707         * src/plugins/image_viewer/plugin.c
1708         * src/plugins/mathml_viewer/mathml_viewer.c
1709         * src/plugins/spamassassin/spamassassin.c
1710         * src/plugins/spamassassin/spamassassin_gtk.c
1711         * src/plugins/trayicon/trayicon.c
1712                 add gettext macros for plugin name and description
1713
1714 2003-05-16 [paul]
1715
1716         * sync with 0.9.0
1717
1718 2003-05-16 [paul]       0.8.11claws155
1719
1720         * sync with lastest 0.9.0pre1
1721                 see ChangeLog 2003-05-16
1722
1723 2003-05-15 [paul]       0.8.11claws154
1724
1725         * sync with latest 0.9.0pre1
1726                 see ChangeLog 2003-05-14 and 2003-05-15
1727
1728 2003-05-14 [christoph]  0.8.11claws153
1729
1730         * src/plugins/image_viewer/viewer.c
1731         * src/plugins/image_viewer/viewer.glade         ** NEW **
1732         * src/plugins/image_viewer/viewerprefs.c
1733                 make it possible to disable the autoload function in the
1734                 imageviewer again
1735
1736 2003-05-14 [christoph]  0.8.11claws152
1737
1738         * src/folder.c
1739                 fix folder update after adding a message
1740
1741 2003-05-13 [alfons]     0.8.11claws151
1742
1743         * src/common/session.c
1744                 remove debug traces
1745                 
1746         * src/addrcache.[ch]
1747         * src/filtering.[ch]
1748         * src/folder.[c]
1749         * src/gtkaspell.[ch]
1750         * src/imap.[ch]
1751         * src/mbox_folder.[ch]
1752         * src/mh.[ch]
1753         * src/mimeview.h
1754         * src/msgcache.[ch]
1755         * src/news.[ch]
1756         * src/passphrase.[ch]
1757         * src/prefs_common.[ch]
1758         * src/prefs_gtk.[ch]
1759         * src/procmsg.c
1760         * src/scoring.[ch]
1761                 be pedantic; (in prototypes () implies (int))
1762
1763 2003-05-13 [alfons]     0.8.11claws150
1764
1765         * src/prefs_toolbar.[ch]
1766         * src/summaryview.[ch]
1767         * src/toolbar.[ch]
1768                 change misleading text in toolbar prefs;
1769                 add toolbar action for ignore thread (toggles ignore thread flag);
1770                 clean up a little bit;
1771
1772 2003-05-12 [paul]
1773
1774         * tools/convert_mbox.pl
1775                 bug fixed by Fred Marton
1776
1777 2003-05-12 [paul]
1778
1779         * sync with 0.9.0pre1
1780
1781 2003-05-09 [paul]       0.8.11claws149
1782
1783         * sync with 0.8.11cvs43
1784                 see ChangeLog 2003-05-09
1785
1786 2003-05-08 [christoph]  0.8.11claws148
1787
1788         * src/imap.[ch]
1789                 o use CAPABILIY as first command and check for PREAUTH
1790                   information in the response to it
1791                 o rewrite all imap_cmd_* functions to use an IMAPSession
1792                   instead of a SockInfo as parameter
1793                 o do STARTTLS after fetching and checking the server
1794                   capabilities
1795
1796 2003-05-08 [paul]       0.8.11claws147
1797
1798         * tools/Makefile.am
1799           tools/README
1800           tools/convert_mbox.pl         ** NEW FILE **
1801                 add mbox conversion script. Submitted by 
1802                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1803
1804 2003-05-07 [christoph]
1805
1806         * doc-src/glade.txt
1807         * src/gtk/pluginwindow.glade
1808         * src/plugins/image_viewer/viewerprefs.glade
1809         * src/plugins/spamassassin/spamassassin_gtk.glade
1810                 add glade files for user interfaces and a description how
1811                 to use glade to create the sylpheed code
1812
1813 2003-05-07 [paul]       0.8.11claws146
1814
1815         * sync with 0.8.11cvs41
1816                 see ChangeLog 2003-05-07
1817
1818 2003-05-06 [christoph]  0.8.11claws145
1819
1820         * src/main.c
1821         * src/plugins/image_viewer/viewer.c
1822                 fix usage of imlib in imageviewer plugin
1823
1824         * src/gtk/prefswindow.c
1825                 handle window close event correctly
1826
1827 2003-05-06 [paul]       0.8.11claws144
1828
1829         * src/common/ssl.c
1830                 fix typo introduced in sync
1831
1832 2003-05-06 [paul]       0.8.11claws143
1833
1834         * sync with 0.8.11cvs39
1835                 see ChangeLog 2003-05-06
1836
1837 2003-05-06 [paul]       0.8.11claws142
1838
1839         * AUTHORS
1840           po/cs.po
1841                 updated Czech translation, submitted by 
1842                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1843                 
1844         * src/plugins/clamav/clamav_plugin_gtk.c
1845                 clean up
1846
1847 2003-05-03 [alfons]     0.8.11claws141
1848
1849         * src/compose.[ch]
1850                 make paste as quotation work even when the call to 
1851                 text_inserted() was deferred (fixes bug #140 "Paste 
1852                 as quotation does not work when using "external" 
1853                 clipboard")
1854
1855 2003-05-03 [thorsten]   0.8.11claws140
1856
1857         * src/addrquery.h
1858           src/ldapquery.h
1859           src/mainwindow.c
1860                 removed C++ comments
1861         * src/addr_compl.c
1862                 function with non-int retval/param used before
1863                 implementation/declaration
1864
1865 2003-05-02 [paul]       0.8.11claws139
1866
1867         * src/addr_compl.[ch]
1868           src/addressbook.[ch]
1869           src/addrindex.c
1870           src/summaryview.c
1871                 revert match's changes to (finally) remove the bug where
1872                 opening a folder causes massive slowdown when using the 
1873                 'Display sender using address book' option
1874
1875 2003-05-01 [melvin]     0.8.11claws138
1876
1877         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1878         * src/plugins/dillo_viewer/dillo_viewer.c
1879                 Fixed bug where "Cancel" button from prefs issued
1880                 warnings.
1881                 Comply a little more to coding style
1882
1883 2003-05-01 [paul]       0.8.11claws137
1884
1885         * sync with 0.8.11cvs38
1886                 see ChangeLog 2003-05-01
1887
1888 2003-05-01 [paul]       0.8.11claws136
1889
1890         * po/bg.po
1891                 updated by George Danchev
1892
1893 2003-04-30 [christoph]  0.8.11claws135
1894
1895         * src/plugins/dillo_viewer/dillo_prefs.c
1896         * src/plugins/image_viewer/viewerprefs.c
1897         * src/plugins/spamassassin/spamassassin_gtk.c
1898                 remove gtk_widget_ref() calls for widgets in
1899                 glade code
1900
1901 2003-04-30 [paul]       0.8.11claws134
1902
1903         * src/addrindex.c
1904                 ok, this time a better fix for the bug where opening folder
1905                 has massive slowdown when using the 'Display sender using 
1906                 address book' option
1907
1908 2003-04-30 [paul]       0.8.11claws133
1909
1910         * src/addrindex.c
1911                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1912         
1913 2003-04-30 [melvin]     0.8.11claws132
1914
1915         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1916
1917         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1918                 Preferences for the dillo plugin
1919         * src/plugins/dillo_viewer/dillo_viewer.c
1920                 Support for preferences
1921         * src/plugins/dillo_viewer/Makefile.am
1922                 Added dillo_prefs.[ch]
1923
1924 2003-04-30 [alfons]     0.8.11claws131
1925
1926         * src/common/plugin.[ch]
1927                 see? this ANSI C'fication immediately gives us type
1928                 checking for free.
1929
1930 2003-04-30 [alfons]     0.8.11claws130
1931
1932         * src/common/plugin.[ch]
1933         * src/plugins/clamav/clamav_plugin.[ch]
1934         * src/plugins/clamav/clamav_plugin_gtk.c
1935         * src/plugins/demo/demo.c
1936         * src/plugins/dillo_viewer/dillo_viewer.c
1937         * src/plugins/image_viewer/plugin.c
1938         * src/plugins/image_viewer/viewer.[ch]
1939         * src/plugins/image_viewer/viewerprefs.[ch]
1940         * src/plugins/mathml_viewer/mathml_viewer.c
1941         * src/plugins/spamassassin/spamassassin.[ch]
1942         * src/plugins/spamassassin/spamassassin_gtk.c
1943         * src/plugins/trayicon/trayicon.c
1944                 clean up
1945
1946 2003-04-30 [alfons]     0.8.11claws129
1947
1948         * src/common/utils.c
1949                 make is_ascii_str() fail gracefully when NULL pointer
1950                 is passed
1951
1952 2003-04-30 [paul]       0.8.11claws128
1953
1954         * src/addrindex.c
1955                 fix bug where opening folder has massive slowdown when
1956                 using the 'Display sender using address book' option
1957
1958 2003-04-30 [paul]       0.8.11claws127
1959
1960         * src/plugins/clamav/clamav_plugin.c
1961           src/plugins/clamav/clamav_plugin_gtk.c
1962           src/plugins/demo/demo.c
1963           src/plugins/dillo_viewer/dillo_viewer.c
1964           src/plugins/image_viewer/plugin.c
1965           src/plugins/mathml_viewer/mathml_viewer.c
1966           src/plugins/spamassassin/spamassassin.c
1967           src/plugins/spamassassin/spamassassin_gtk.c
1968           src/plugins/trayicon/trayicon.c
1969                 get rid of eye-hurting function signatures
1970
1971 2003-04-30 [paul]       0.8.11claws126
1972
1973         * src/plugins/trayicon/trayicon.c
1974                 add description
1975                 
1976         * src/mimeview.c
1977                 be more descriptive
1978
1979 2003-04-30 [paul]       0.8.11claws125
1980
1981         * configure.ac
1982                 arrange the plugins in reverse alphabetical order
1983                 
1984         * src/plugins/clamav/clamav_plugin.[ch]
1985           src/plugins/clamav/clamav_plugin_gtk.c
1986                 rename some params
1987                 resize max_size window
1988                 re-arrange the order of some gui elements
1989                 improve descriptions
1990         
1991         * src/plugins/image_viewer/plugin.c
1992           src/plugins/mathml_viewer/mathml_viewer.c
1993                 add descriptions
1994                 
1995         * src/plugins/spamassassin/spamassassin_gtk.c
1996                 resize max_size window
1997                 re-arrange the order of some gui elements
1998                 
1999         * src/messageview.c
2000           src/mimeview.c
2001                 correct typos
2002
2003 2003-04-30 [alfons]     0.8.11claws124
2004
2005         * src/imap.c
2006                 fix a leak found while browsing Martin Kluge's 
2007                 valgrind log (Claws only)
2008
2009 2003-04-29 [darko]      0.8.11claws123
2010
2011         * src/gtk/gtkstext.h
2012                 include wchar.h if it is available, fixes compilation
2013                 on HP-UX systems
2014
2015 2003-04-29 [melvin]     0.8.11claws122
2016
2017         * src/prefs_actions.c
2018                 Improved help text of Actions' syntax
2019
2020 2003-04-28 [paul]       0.8.11claws121
2021
2022         * src/action.c
2023                 a better fix for the crash when performing an action
2024                 on a mime part
2025
2026 2003-04-28 [paul]       0.8.11claws120
2027
2028         * src/action.c
2029                 fix crash when performing an action on a
2030                 mime part
2031
2032 2003-04-28 [paul]       0.8.11claws119
2033
2034         * sync with 0.8.11cvs36
2035                 see ChangeLog 2003-04-28
2036
2037 2003-04-27 [paul]       0.8.11claws118
2038
2039         * more sync with 0.8.11cvs35
2040                 see ChangeLog 2003-04-25
2041
2042 2003-04-26 [christoph]  0.8.11claws117
2043
2044         * src/folder.c
2045                 fix remove virtual check
2046
2047 2003-04-26 [paul]       0.8.11claws116
2048
2049         * src/messageview.c
2050                 fix return-receipt, make it work again
2051
2052 2003-04-26 [paul]       0.8.11claws115
2053
2054         * src/mimeview.c
2055                 restore double-clicking of the [application/pgp-signature 
2056                 (Select "Check signature" to check)] line in the message view,
2057                 broken in recent sync
2058
2059 2003-04-26 [christoph]  0.8.11claws114
2060
2061         * src/folder.c
2062                 check if remove virtual really exists before
2063                 calling the function
2064
2065 2003-04-25 [match]      0.8.11claws113
2066
2067         * src/addrindex.c
2068         * src/addrbook.c
2069         * src/ldapquery.[ch]
2070         * src/ldapctrl.[ch]
2071                 fix memleak.
2072         * src/ldapserver.[ch]
2073                 fix memleak. fix segfault.
2074                 plug a Claws memleak
2075
2076 2003-04-25 [alfons]     0.8.11claws112
2077
2078         * src/folder.c
2079                 plug a Claws memleak
2080
2081 2003-04-25 [alfons]     0.8.11claws111
2082
2083         * src/common/session.c
2084                 plug a memleak
2085
2086 2003-04-25 [paul]       0.8.11claws110
2087
2088         * sync with 0.8.11cvs35
2089                 see ChangeLog 2003-04-24 and 2003-04-25
2090                 
2091         * src/gtk/pluginwindow.c
2092                 correct another strange float value
2093
2094 2003-04-24 [christoph]  0.8.11claws109
2095
2096         * src/folder.c
2097                 freeze folder item updates when unsetting new flags
2098
2099         * src/gtk/pluginwindow.c
2100                 correct strange float value
2101
2102 2003-04-23 [paul]       0.8.11claws108
2103
2104         * sync with 0.8.11cvs33
2105                 see ChangeLog 2003-04-23
2106
2107 2003-04-22 [paul]       0.8.11claws107
2108
2109         * src/Makefile.am
2110           src/messageview.c
2111           src/mimeview.c
2112           src/pgptext.[ch]      ** REMOVED **
2113                 remove pgptext.[ch] as its not used any more
2114
2115 2003-04-22 [paul]       0.8.11claws106
2116
2117         * sync with 0.8.11cvs31
2118                 see ChangeLog 2003-04-21 and 2003-04-22
2119
2120 2003-04-21 [alfons]     0.8.11claws105
2121
2122         * src/main.c
2123                 No access to GTK structures if we're a spawned child
2124                 (and clean up code a little bit...) Should fix #126.
2125
2126 2003-04-21 [melvin]     0.8.11claws104
2127
2128         * src/plugins/dillo_viewer/README
2129                 Improved slightly the text.
2130
2131 2003-04-21 [melvin]     0.8.11claws103
2132
2133         * src/plugins/dillo_viewer/README *** NEW ***
2134                 Added a README file for the Dillo plugin
2135
2136 2003-04-20 [paul]
2137
2138         * tools/README
2139           tools/outlook2sylpheed.pl
2140                 updated and improved by Ricardo Mones Lastra
2141
2142 2003-04-18 [oliver]     0.8.11claws102
2143
2144         * src/inc.c 
2145         * src/prefs_account.h
2146                 remove Pop3SessionType (used by selective download)
2147         * src/prefs_toolbar.c
2148                 enable set Default Toolbar button
2149
2150 2003-04-18 [paul]       0.8.11claws101
2151
2152         * sync with 0.8.11cvs29
2153                 see ChangeLog 2003-04-18
2154
2155 2003-04-17 [paul]       0.8.11claws100
2156
2157         * src/prefs_common.[ch]
2158           src/summaryview.c
2159                 remove 'Open next message on deletion' option,
2160                 as the same effect can now be achieved via the
2161                 'Always open messages in summary when selected'
2162                 option.
2163
2164 2003-04-17 [paul]       0.8.11claws99
2165
2166         * sync with 0.8.11cvs28
2167                 see ChangeLog 2003-04-17
2168
2169 2003-04-17 [christoph]  0.8.11claws98
2170
2171         * ac/spamassassin.m4
2172         * src/plugins/spamassassin/libspamc.[ch]
2173         * src/plugins/spamassassin/utils.[ch]
2174                 sync libspamc with SpamAssassin project
2175
2176 2003-04-17 [christoph]  0.8.11claws97
2177
2178         * src/common/socket.h
2179         * src/gtk/sslcertwindow.h
2180                 rename old USE_SSL to USE_OPENSSL
2181
2182 2003-04-17 [paul]       0.8.11claws96
2183
2184         * src/prefs_common.h
2185                 use gulong for P_COLOR so that it compiles/runs on
2186                 64-bit systems. Patch submitted by James Noyes
2187                 <jnoyes-claws@retrogeeks.com>
2188                 
2189         * po/de.po
2190                 updated by Jens
2191
2192 2003-04-17 [paul]       0.8.11claws95
2193
2194         * sync with 0.8.11cvs27
2195                 see ChangeLog 2003-04-16
2196
2197 2003-04-15 [paul]       0.8.11claws94
2198
2199         * src/prefs_common.[ch]
2200                 rearrange to stop the window getting too long:
2201                         move Receive dialog stuff to Receive tab
2202                         move Send dialog to Send tab
2203                         remove Dialogs frame
2204                 rename 'Open messages in summary with cursor keys' to
2205                 'Always open messages in summary when selected', as its
2206                 more appropriate
2207
2208 2003-04-15 [paul]       0.8.11claws93
2209
2210         * src/prefs_common.[ch]
2211           src/summaryview.c
2212                 add new option '/Interface/Open next message on deletion'
2213
2214 2003-04-15 [paul]       0.8.11claws92
2215
2216         * src/summaryview.[ch]
2217                 add /Mark/Lock and /Mark/Unlock to the pop-up
2218                 menu. Patch submitted by Ivan Francolin Martinez
2219                 <ivanfm@users.sourceforge.net>
2220
2221 2003-04-15 [paul]       0.8.11claws91
2222
2223         * sync with 0.8.11cvs24
2224                 see ChangeLog 2003-04-15
2225
2226 2003-04-14 [jens]       0.8.11claws90
2227
2228         * updated German translation and some corrections from
2229                 Roland Bless <bless@tm.uka.de>
2230
2231 2003-04-14 [paul]       0.8.11claws89
2232
2233         * sync with 0.8.11cvs22
2234                 see ChangeLog 2003-04-14
2235
2236 2003-04-13 [paul]       0.8.11claws88
2237
2238         * src/plugins/clamav/clamav_plugin.c
2239                 fix memory leaks
2240                 clean up
2241
2242 2003-04-12 [paul]       0.8.11claws87
2243
2244         * src/plugins/clamav/clamav_plugin.c
2245                 activate enable/disable archive scanning option
2246                 
2247         * src/plugins/clamav/.cvsignore         ** NEW FILE **
2248
2249 2003-04-12 [paul]       0.8.11claws86
2250
2251         * src/plugins/Makefile.am
2252           src/plugins/clamav/Makefile.am                ** NEW FILE **
2253           src/plugins/clamav/README                     ** NEW FILE ** 
2254           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
2255           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
2256                 add Clam AntiVirus plugin
2257
2258 2003-04-12 [paul]       0.8.11claws85
2259
2260         * sync with 0.8.11cvs21
2261                 see ChangeLog 2003-04-11
2262
2263 2003-04-11 [paul]       0.8.11claws84
2264
2265         * po/es.po
2266                 update Spanish translation. Submitted by Ricardo
2267                 Mones Lastra.
2268
2269 2003-04-10 [christoph]  0.8.11claws83
2270
2271         * src/mbox.c
2272                 fix typo that did not move unfiltered mails to destination
2273                 folder
2274
2275         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
2276          when filtering from spool)
2277
2278 2003-04-10 [christoph]  0.8.11claws82
2279
2280         * src/imap.c
2281                 use BODY.PEEK instead of BODY in in message fetch operation
2282                 to make sure the IMAP server does not set the \Seen flag for
2283                 messages. Sylpheed does that later itself, when the message
2284                 is opened in sylpheed
2285
2286         (closes Bug 111 Claws destroys unread marks)
2287
2288 2003-04-09 [oliver]     0.8.11claws81
2289         
2290         * src/folder.c
2291                 fix crash in folder_destroy
2292         * README.claws
2293                 remove selective download
2294
2295 2003-04-09 [christoph]  0.8.11claws80
2296
2297         * src/imap.c
2298                 fix crash in imap_get_msginfo() when then fetched message
2299                 is not found
2300
2301         (closes Bug 110 Crash during mail composition)
2302
2303 2003-04-08 [christoph]  0.8.11claws79
2304
2305         * src/folder.c
2306         * src/prefs_account.c
2307                 Filter new messages that are found in an INBOX folder
2308                 when 'Filter messages on receiving' is enabled in the
2309                 Folder's AccountPrefs. This allows to use Sylpheed's
2310                 filtering engine for IMAP folders where messages are
2311                 added to the INBOX by a MTA
2312
2313 2003-04-08 [paul]       0.8.11claws78
2314
2315         * src/procmsg.h
2316                 clean up after last commit
2317
2318 2003-04-08 [paul]       0.8.11claws77
2319
2320         * sync with 0.8.11cvs20
2321                 see ChangeLog 2003-04-07 and 2003-04-08
2322
2323 2003-04-07 [christoph]  0.8.11claws76
2324
2325         * src/filtering.[ch]
2326         * src/inc.[ch]
2327         * src/mbox.c
2328         * src/procmsg.[ch]
2329                 add procmsg_msginfo_filter() to execute filtering actions
2330
2331 2003-04-06 [christoph]  0.8.11claws75
2332
2333         * src/imap.c
2334                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2335
2336 2003-04-06 [christoph]  0.8.11claws74
2337
2338         * src/common/utils.[ch]
2339                 add g_int_compare() function for slist sorting
2340
2341         * src/imap.c
2342                 fetch all MsgInfos with one command in imap_get_msginfos()
2343                 using an imap set with a list of ranges
2344
2345         * src/news.c
2346                 use new g_int_compare() function
2347
2348 2003-04-06 [thorsten]   0.8.11claws73
2349
2350         * src/mh.c
2351                 corrected implementation of mh_folder_destroy()
2352
2353 2003-04-05 [christoph]  0.8.11claws72
2354
2355         * src/account.c
2356         * src/folder.[ch]
2357         * src/folderview.c
2358         * src/imap.c
2359         * src/inc.c
2360         * src/main.c
2361         * src/mainwindow.c
2362         * src/mbox_folder.c
2363         * src/mh.c
2364         * src/mimeview.h
2365         * src/msgcache.[ch]
2366         * src/news.c
2367         * src/procmime.h
2368         * src/procmsg.[ch]
2369         * src/setup.c
2370         * src/gtk/gtkutils.c
2371                 o rename structure field names class and new to klass and
2372                   new_msgs, to allow including files in C++
2373                 o add 'extern "C"' block to some header files
2374                 o add MsgInfoList and MsgNumberList as alias for GSList for
2375                   developers to know what type of list is expected
2376
2377         * src/plugins/image_viewer/plugin.c
2378         * src/plugins/image_viewer/viewer.[ch]
2379         * src/plugins/image_viewer/viewerprefs.[ch]
2380                 rename function names to prevent conflicts
2381
2382 2003-04-05 [paul]       0.8.11claws71
2383
2384         * sync with 0.8.11cvs18
2385                 see ChangeLog 2003-04-03 and 2003-04-04
2386
2387 2003-04-02 [christoph]  0.8.11claws70
2388
2389         * src/folder.[ch]
2390         * src/imap.[ch]
2391         * src/mbox_folder.[ch]
2392         * src/mh.[ch]
2393         * src/news.[ch]
2394                 o Make all virtual folder functions private
2395                 o remove unused folder code
2396
2397         * src/common/socket.[ch]
2398         * src/summaryview.c
2399                 fix warnings
2400
2401 2003-03-30 [alfons]     0.8.11claws69
2402
2403         * src/send_message.c
2404                 remove two debug traces and see if people still report
2405                 errors
2406
2407 2003-03-30 [alfons]     0.8.11claws68
2408
2409         * src/send_message.c
2410         * src/commons/session.c
2411                 add more debug traces
2412
2413 2003-03-30 [christoph]  0.8.11claws67
2414
2415         * src/folder.c
2416                 change processing folder name from .processing to processing
2417
2418         * src/common/ssl.c
2419                 disable SSL certificate check because it causes Xlib error
2420                 when the child process want's to open an GTK window
2421
2422 2003-03-30 [christoph]  0.8.11claws66
2423
2424         * src/folder.c
2425                 don't use default folder for processing folder item because
2426                 it can be a non local folder
2427
2428         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2429
2430 2003-03-30 [alfons]     0.8.11claws65
2431
2432         * src/send_message.c
2433                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
2434                 to generate bad code for 'send_send_data_progressive': When
2435                 called from 'send_send_data_finished', the 'data' pointer is
2436                 cleared just before the assignment to the dialog pointer
2437
2438 2003-03-29 [christoph]  0.8.11claws64
2439
2440         * src/common/prefs.h
2441         * src/plugins/image_viewer/Makefile.am
2442         * src/plugins/image_viewer/plugin.c
2443         * src/plugins/image_viewer/viewer.[ch]
2444         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
2445                 add PrefsPage for ImageViewer
2446
2447 2003-03-28 [thorsten]   0.8.11claws63
2448
2449         * src/common/session.c
2450                 added some comments
2451
2452 2003-03-28 [paul]       0.8.11claws62
2453
2454         * sync with 0.8.11cvs16
2455                 see ChangeLog 2003-03-28
2456
2457 2003-03-28 [paul]       0.8.11claws61
2458
2459         * sync with 0.8.11cvs15
2460                 see ChangeLog 2003-03-28
2461
2462 2003-03-27 [christoph]  0.8.11claws60
2463
2464         * src/folder.c
2465         * src/imap.c
2466         * src/common/socket.[ch]
2467                 set socket state to DISCONNECTED when any operation
2468                 fails to allow reconnecting in IMAP code without
2469                 checking the return code of all calls to the command
2470                 functions
2471
2472         * src/folderview.c
2473         * src/summaryview.c
2474                 remove some more stuff that depends on specific
2475                 folder types
2476
2477 2003-03-27 [paul]       0.8.11claws59
2478
2479         * sync with 0.8.11cvs14
2480                 see ChangeLog 2003-03-27
2481                 
2482         * src/selective_download.[ch]   ** REMOVED **
2483                 really removed
2484
2485 2003-03-27 [christoph]  0.8.11claws58
2486
2487         * src/folder.c
2488                 fix handling of tmp_flags in flag copy function
2489
2490 2003-03-27 [paul]       0.8.11claws57
2491
2492         * sync with 0.8.11cvs13
2493                 see ChangeLog 2003-03-27
2494
2495 2003-03-27 [oliver]     0.8.11claws56
2496
2497         * src/maiwindow.c
2498                 remove sel_download_cb
2499
2500 2003-03-27 [oliver]     0.8.11claws55
2501         
2502         * src/inc.c
2503                 remove POP3_TOP
2504         
2505 2003-03-26 [oliver]     0.8.11claws54
2506
2507         *src/pop.h
2508                 remove POP3_TOP*
2509         * README.claws
2510                 remove selective donwload readme
2511
2512 2003-03-26 [oliver]     0.8.11claws53
2513         * src/matcher.[ch]
2514         * src/matcher_parser_parse.y 
2515         * src/pop.c 
2516         * src/prefs_account.[ch]
2517         * src/prefs_filtering.c
2518                 remove selective donwload
2519
2520 2003-03-26 [oliver]     0.8.11claws52
2521
2522         * src/inc.[ch] 
2523         * src/filtering.c 
2524         * src/mainwindow.c 
2525                 remove selective donwload
2526
2527 2003-03-26 [oliver]     0.8.11claws51
2528         
2529         * src/Makefile.am
2530         * src/selective_download.[ch]   ** REMOVE **    
2531
2532 2003-03-26 [christoph]  0.8.11claws50
2533
2534         * src/news.c
2535                 fix NEWS that got broken by a sync with sylpheed-main
2536
2537 2003-03-26 [christoph]  0.8.11claws49
2538
2539         * src/mimeview.c
2540                 fix mime type guessing when no mime type is found for a file
2541
2542 2003-03-25 [christoph]  0.8.11claws48
2543
2544         * src/mimeview.c
2545         * src/procmime.c
2546                 remove mime type guessing from mime parser and use
2547                 name based mime types in viewer lookup for mime type
2548                 application/octet-stream
2549
2550 2003-03-25 [christoph]  0.8.11claws47
2551
2552         * doc-src/readme.txt
2553         * doc-src/rfc2554.txt
2554                 add RFC about SMTP AUTH
2555
2556         * src/send_message.c
2557         * src/common/smtp.[ch]
2558                 add extra error code for authentication errors and
2559                 clear temporary password when this error occurs
2560
2561         (closes Bug 84 authentication failure while sending should
2562          prompt for password again)
2563
2564 2003-03-25 [christoph]  0.8.11claws46
2565
2566         * configure.ac
2567         * src/Makefile.am
2568         * src/imageview.[ch]                            ** REMOVE **
2569         * src/messageview.[ch]
2570         * src/mimeview.[ch]
2571         * src/prefs_common.[ch]
2572         * src/textview.c
2573         * src/plugins/Makefile.am
2574         * src/plugins/image_viewer/.cvsignore           ** NEW **
2575         * src/plugins/image_viewer/Makefile.am          ** NEW **
2576         * src/plugins/image_viewer/plugin.c             ** NEW **
2577         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
2578                 move image viewer into a plugin (building is enabled by default)
2579                 [ToDo: Prefs for resize and autoview]
2580
2581 2003-03-25 [paul]       0.8.11claws45
2582
2583         * sync with 0.8.11cvs12
2584                 see ChangeLog 2003-03-26
2585
2586 2003-03-25 [paul]       0.8.11claws44
2587
2588         * sync with 0.8.11cvs11
2589                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
2590                 
2591         Note: Selective Download is broken.
2592                 
2593 2003-03-22 [christoph]  0.8.11claws43
2594
2595         * src/folder.c
2596                 code cleanup for flags copying
2597
2598 2003-03-22 [christoph]  0.8.11claws42
2599
2600         * src/plugins/trayicon/trayicon.c
2601                 fix setting the transparent area when the window size
2602                 is forced by the system tray
2603
2604 2003-03-22 [christoph]  0.8.11claws41
2605
2606         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
2607         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
2608         * src/plugins/trayicon/newmail.xpm              ** NEW **
2609         * src/plugins/trayicon/nomail.xpm               ** NEW **
2610         * src/plugins/trayicon/trayicon.c
2611         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
2612                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
2613                 o add icon for unread mails
2614                 o set transparency for window
2615
2616 2003-03-22 [christoph]  0.8.11claws40
2617
2618         * src/news.c
2619                 init news session to prevent crash when session is closed
2620
2621 2003-03-22 [christoph]  0.8.11claws39
2622
2623         * src/imap.c
2624         * src/common/session.[ch]
2625                 Init session data to make sure we don't have invalid pointers
2626                 for read_ch and write_ch when new multi process sessions are
2627                 not used
2628
2629         * src/main.c
2630         * src/common/plugin.c
2631         * src/common/sylpheed.c
2632         * src/plugins/demo/demo.c
2633         * src/plugins/dillo_viewer/dillo_viewer.c
2634         * src/plugins/mathml_viewer/mathml_viewer.c
2635         * src/plugins/spamassassin/spamassassin.c
2636         * src/plugins/spamassassin/spamassassin_gtk.c
2637                 add plugin types to allow loading plugins at different times
2638                 (and maybe for different frontends), because it's not good to
2639                 load GTK-Plugins gefore gtk_init was called
2640
2641         * configure.ac
2642         * src/plugins/Makefile.am
2643         * src/plugins/trayicon/.cvsignore               ** NEW **
2644         * src/plugins/trayicon/Makefile.am              ** NEW **
2645         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
2646         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
2647         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
2648         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
2649         * src/plugins/trayicon/trayicon.c               ** NEW **
2650                 New Trayicon plugin that shows an icon in a systray that uses
2651                 XEMBED protocol like Gnome's systray. Icon shows if there
2652                 are new mails and a tooltip shows information about new,
2653                 unread and total messages.
2654
2655 2003-03-22 [paul]       0.8.11claws38
2656
2657         * src/common/smtp.c
2658                 fix ESMTP AUTH CRAM-MD5
2659                 [sync with main (still version 0.8.11cvs6), see
2660                  ChangeLog 2003-03-22]
2661
2662 2003-03-21 [colin]      0.8.11claws37
2663
2664         * src/send_message.c
2665                 Fix USE_SSL => USE_OPENSSL
2666
2667 2003-03-21 [colin]      0.8.11claws36
2668
2669         * src/folderview.c
2670                 Fix counts in drag and dropped subfolders
2671
2672 2003-03-21 [colin]      0.8.11claws35
2673
2674         * src/folder.c 
2675         * src/folderview.c
2676                 speed up a bit folder dnd
2677
2678 2003-03-20 [alfons]     0.8.11claws34
2679
2680         * src/main.c
2681         * src/toolbar.c
2682         * src/procmsg.c
2683                 don't send locked queue messages
2684                 (feature request "[ 705245 ] Locking message in outbox 
2685                  should prevent sending")
2686
2687 2003-03-20 [christoph]  0.8.11claws33
2688
2689         * src/folder.c
2690                 remove NEW and UNREAD flag in special folders when scanning
2691                 
2692         * src/common/smtp.c
2693                 fix ESMTP AUTH CRAM-MD5
2694
2695 2003-03-20 [paul]       0.8.11claws32
2696
2697         * src/prefs_account.c
2698                 Re-write 'Tunnel command to open connection' as
2699                 'Use command to communicate with server', and disable
2700                 it for all except IMAP accounts
2701
2702 2003-03-20 [paul]       0.8.11claws31
2703
2704         * sync with 0.8.11cvs6
2705                 see ChangeLog 2003-03-20
2706
2707 2003-03-19 [match]      0.8.11claws30
2708
2709         * src/addritem.[ch]
2710                 include documentation. minor refactoring.
2711         * src/addr_compl.[ch]
2712         * src/addrindex.[ch]
2713         * src/addresbook.[ch]
2714         * src/summaryview.c
2715                 re-enable address lookup (was disabled in
2716                 0.8.11claws20).
2717
2718 2003-03-19 [christoph]  0.8.11claws29
2719
2720         * src/procmsg.c
2721                 add temp flag handling, will make moving and copying
2722                 messages possible again
2723
2724         * src/folder.c
2725                 correct calulation of folder stats
2726
2727 2003-03-18 [match]      0.8.11claws28
2728
2729         * src/editgroup.h
2730                 remove case sensitive comparison (closes bug 80).
2731
2732 2003-03-18 [christoph]  0.8.11claws27
2733
2734         * src/imap.c
2735                 fix imap using a tunnel command
2736
2737         (closes bug 87)
2738
2739 2003-03-18 [christoph]  0.8.11claws26
2740
2741         * src/folder.[ch]
2742         * src/imap.c
2743         * src/procmsg.[ch]
2744                 rewrite flag handling for folders
2745
2746 2003-03-18 [christoph]  0.8.11claws25
2747
2748         * src/folder.c
2749         * src/procmsg.c
2750         * src/summaryview.c
2751                 unset NEW and UNREAD flags when message is ignored, to make
2752                 sure messages don't show up as unread on other IMAP clients,
2753                 because the IGNORE_THREAD flag can not be syncronized through
2754                 the IMAP folder
2755
2756 2003-03-17 [christoph]  0.8.11claws24
2757
2758         * src/imap.c
2759                 don't use recursion to fetch uids when the number of messages
2760                 does not match. Moved code into subfunction that is used
2761                 again when needed, to prevent an endless loop.
2762
2763 2003-03-17 [thorsten]   0.8.11claws23
2764
2765         * src/imageview.[ch]
2766                 export imageview_get_resized_size() (for plugins)
2767         * src/prefs_common.[ch]
2768                 added prefs_common_get() (for plugins)
2769
2770 2003-03-17 [christoph]  0.8.11claws22
2771
2772         * src/imap.c
2773                 o remove UID guessing from copy code
2774                 o support UIDPLUS extension for APPEND command
2775
2776 2003-03-17 [paul]       0.8.11claws21
2777
2778         * src/gtk/about.c
2779                 remove 'Compiled-plugins' section.
2780                 
2781         * src/plugins/dillo_viewer/dillo_viewer.c
2782                 slight change to description text
2783
2784 2003-03-16 [match]      0.8.11claws20
2785         * src/ldapserver.[ch]           ** NEW **
2786         * src/ldapctrl.[ch]             ** NEW **
2787         * src/ldapquery.[ch]            ** NEW **
2788         * src/ldaputil.[ch]             ** NEW **
2789         * src/addrcindex.[ch]           ** NEW **
2790         * src/addrquery.h               ** NEW **
2791         * src/addritem.[ch]
2792         * src/addrcache.[ch]
2793         * src/addrindex.[ch]
2794         * src/addr_compl.[ch]
2795         * src/addressbook.[ch]
2796         * src/addrbook.[ch]
2797         * src/editgroup.c
2798         * src/editaddress.c
2799         * src/editldap.c
2800         * src/editldap_basedn.c
2801         * src/vcard.c
2802         * src/jpilot.c
2803         * src/Makefile.am
2804                 included dynamic LDAP queries. improved address
2805                 completion.
2806
2807 2003-03-16 [paul]       0.8.11claws19
2808
2809         * tools/multiwebsearch.pl
2810                 fix a fatal typo
2811
2812 2003-03-16 [christoph]  0.8.11claws18
2813
2814         * src/mimeview.c
2815         * src/plugins/dillo_viewer/dillo_viewer.c
2816         * src/plugins/mathml_viewer/mathml_viewer.c
2817                 make unregistering of MimeViewerFactorys possible
2818
2819 2003-03-16 [alfons]     0.8.11claws17
2820
2821         * configure.ac
2822                 correct typo
2823
2824 2003-03-16 [melvin]     0.8.11claws16
2825
2826         * src/plugins/dillo_viewer.c
2827                 Fixed bug where it was not possible to view more than
2828                 one text/html attachment per message (bug discovered
2829                 by Christoph Hohmann).
2830
2831 2003-03-15 [melvin]     0.8.11claws15
2832
2833         * src/prefs_actions.c
2834                 Fixed compilation warnings.
2835
2836 2003-03-15 [melvin]     0.8.11claws14
2837
2838         * src/plugins/Makefile.am
2839         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2840         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2841         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2842                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2843                 newer (http://dillo.auriga.wearlab.de/).
2844
2845 2003-03-15 [christoph]  0.8.11claws13
2846
2847         * src/imap.c
2848                 don't query imap folder for attributes because we already
2849                 for them from imap_status
2850
2851         * src/mimeview.[ch]
2852                 add support for plugable MimeViewers (unloading Viewers
2853                 not yet complete)
2854
2855         * src/plugins/Makefile.am
2856         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2857         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2858         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2859                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2860                 widget from http://helm.cs.unibo.it/mml-widget/
2861
2862 2003-03-14 [christoph]  0.8.11claws12
2863
2864         * src/folder.[ch]
2865                 o error return code's should better be negative
2866                 o replace printf with debug_print
2867
2868         * src/imap.c
2869                 improve IMAP folder scan by checking UID-NEXT
2870
2871         * src/summaryview.c
2872                 remove check that are unnecessary in my opinion
2873
2874 2003-03-13 [christoph]  0.8.11claws11
2875
2876         * src/folder.[ch]
2877         * src/foldersel.c
2878         * src/folderview.c
2879         * src/imap.c
2880         * src/mbox_folder.c
2881         * src/mh.c
2882         * src/news.c
2883         * src/prefs_scoring.c
2884         * src/summaryview.c
2885                 use a common function to get a displayable name
2886                 for a FolderItem
2887
2888 2003-03-13 [paul]       0.8.11claws10
2889
2890         * tools/Makefile.am
2891           tools/README
2892           tools/multiwebsearch.conf     ** NEW FILE **
2893           tools/multiwebsearch.pl       ** NEW FILE **
2894                 add multiwebsearch Actions script
2895
2896 2003-03-13 [colin]      0.8.11claws9
2897
2898         * src/compose.c
2899                 Remove leading emtpy lines from quoted text
2900                 before quoting it
2901
2902 2003-03-13 [melvin]     0.8.11claws8
2903
2904         * src/prefs_actions.c
2905                 Fixed a memory leak
2906                 Code clean ups
2907                 Added Cancel and OK buttons
2908                 Corrected help text
2909
2910 2003-03-13 [christoph]  0.8.11claws7
2911
2912         * src/account.c
2913         * src/folder.[ch]
2914         * src/imap.c
2915         * src/mainwindow.c
2916         * src/mbox_folder.c
2917         * src/mh.c
2918         * src/news.c
2919         * src/setup.c
2920                 replace more folder type stuff with folder class stuff
2921
2922 2003-03-13 [melvin]     0.8.11claws6
2923
2924         * src/prefs_actions.c
2925                 Added new tokens:
2926                 %u: user provided argument
2927                 %h: user provided argument (hidden on input)
2928                 %s: current text selection in the message view 
2929
2930 2003-03-13 [paul]       0.8.11claws5
2931
2932         * sync with 0.8.11cvs5
2933                 see ChangeLog 2003-03-11, 2003-03-12
2934
2935 2003-03-12 [christoph]  0.8.11claws4
2936
2937         * src/folder.c
2938                 use folder class idstr when writing folderlist.xml
2939
2940         * src/folder.h
2941         * src/imap.c
2942         * src/news.c
2943                 replace folder type checks with folder class checks
2944
2945 2003-03-12 [christoph]  0.8.11claws3
2946
2947         * src/folder.[ch]
2948         * src/imap.[ch]
2949         * src/main.c
2950         * src/mbox_folder.[ch]
2951         * src/mh.[ch]
2952         * src/news.[ch]
2953                 o create a list of known folder classes in the folder system
2954                 o use folder class id strings for folder item identifiers
2955
2956 2003-03-12 [christoph]  0.8.11claws2
2957
2958         * src/imap.c
2959                 fix imap uid validity check
2960
2961 2003-03-12 [christoph]  0.8.11claws1
2962
2963         * src/account.c
2964         * src/folder.[ch]
2965         * src/foldersel.c
2966         * src/folderview.c
2967         * src/imap.c
2968         * src/mainwindow.c
2969         * src/mbox_folder.c
2970         * src/mh.c
2971         * src/news.c
2972         * src/prefs_scoring.c
2973         * src/procmsg.c
2974         * src/setup.c
2975         * src/summaryview.c
2976                 initial restructuring of folder system, seperating
2977                 folders and folder classes
2978
2979 2003-03-12 [paul]       0.8.11claws
2980
2981         0.8.11claws release
2982
2983 2003-03-12 [christoph]
2984
2985         * src/gtk/prefswindow.c
2986                 fix translation of "Page Index"
2987
2988 2003-03-12 [paul]       0.8.10claws110
2989
2990         a sync from 0.8.11cvs4 before the release
2991
2992         * src/common/utils.c
2993                 subject_compare_for_sort(): allow null strings (fixes
2994                 summary sorting).
2995
2996 2003-03-11 [paul]       0.8.10claws109
2997
2998         * po/es.po
2999                 update Spanish translation, submitted by
3000                 Ricardo Mones Lastra
3001
3002 2003-03-11 [melvin]     0.8.10claws108
3003
3004         * po/fr.po
3005                 Updated French translations
3006
3007 2003-03-11 [paul]       0.8.10claws107
3008
3009         * manual/en/Makefile.am
3010           manual/en/*.html
3011                 update English manual, add a new page
3012                 updated by Francois Barriere <fbarriere@atmel.fr>
3013                 
3014         * po/bg.po
3015           po/it.po
3016           po/sr.po
3017                 update Bulgarian, Italian, and Serbian translations
3018                 submitted by George Danchev, Alessandro Maestri, and
3019                 Urke MMI
3020
3021 2003-03-10 [paul]       0.8.10claws106
3022
3023         * src/gtk/about.c
3024           src/gtk/prefswindow.c
3025                 make some strings translatable
3026
3027 2003-03-10 [darko]      0.8.10claws105
3028
3029         * src/compose.c
3030                 code cleanup to make Hiro happy
3031
3032 2003-03-10 [paul]       0.8.10claws104
3033
3034         * sync with 0.8.11cvs2
3035                 see ChangeLog 2003-03-10
3036
3037 2003-03-09 [melvin]     0.8.10claws103
3038
3039         * src/textview.c
3040                 textview_set_font(): fix for message display in
3041                 UTF-8 locales (thanks to Sergey Vlasov).
3042                 (was unintentionnaly reverted in 0.8.6claws6)   
3043
3044 2003-03-08 [darko]      0.8.10claws102
3045
3046         * src/compose.c
3047                 fix infinite loop in wrapping as reported
3048                 by happycactus
3049                 obsoletes patch #696482
3050
3051 2003-03-08 [christoph]  0.8.10claws101
3052
3053         * src/imap.c
3054                 add workaround for IMAP servers that do not
3055                 support the "UID SEARCH UID" command
3056
3057 2003-03-07 [christoph]  0.8.10claws100
3058
3059         * src/plugins/spamassassin/spamassassin.[ch]
3060         * src/plugins/spamassassin/spamassassin_gtk.c
3061                 code cleanup
3062
3063 2003-03-07 [paul]       0.8.10claws99
3064
3065         * po/es.po
3066                 updated Spanish translation, submitted by
3067                 Ricardo Mones Lastra
3068
3069 2003-03-07 [christoph]  0.8.10claws98
3070
3071         * src/send.c
3072                 fix in 0.8.10claws94 was wrong
3073                 local delivery does not require escaping, remove escaping
3074                 code to make signatures of mails with "." lines valid
3075                 
3076                 NOTE: requires that sendmail is executed with "-i" option,
3077                       what is the default now, but has to be changed in all
3078                       exsiting accounts)
3079
3080 2003-03-07 [paul]       0.8.10claws97
3081
3082         * sync with 0.8.11 release
3083                 see ChangeLog 2003-03-07
3084
3085 2003-03-06 [paul]       0.8.10claws96
3086
3087         * src/compose.c
3088                 revert commit 0.8.10claws92
3089
3090 2003-03-06 [paul]       0.8.10claws95
3091
3092         * src/folderview.c
3093                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3094
3095         * src/gtkaspell.c
3096                 fix bug 74, 'Crash opening editor window with pseudo-color
3097                 display'
3098                 
3099         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3100
3101 2003-03-06 [christoph]  0.8.10claws94
3102
3103         * src/send.c
3104                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3105                 all lines starting with a period get an extra period
3106                 inserted
3107                 (found by Simon 'corecode' Schubert)
3108
3109 2003-03-06 [paul]       0.8.10claws93
3110
3111         * src/folderview.c
3112                 if configured font can't be loaded fall back to gtk
3113                 default. (with thanks to Christoph)
3114                 
3115                 closes long-standing bug 15 'Crashes on startup'
3116
3117 2003-03-06 [paul]       0.8.10claws92
3118
3119         * src/compose.c
3120                 freeze text before autosave and thaw afterwards
3121                 fixes bug 67 'autosave make re-rediting message crazy'
3122
3123 2003-03-06 [christoph]  0.8.10claws91
3124
3125         * src/compose.c
3126                 ignore address comment in dupe check for Cc-list
3127
3128         (closes reopened bug 47 Replying to message strips name part of
3129          e-mail addresses of Cc: lines)
3130
3131 2003-03-06 [paul]       0.8.10claws90
3132
3133         * src/Makefile.am
3134                 remove reference to gtkxtext.h as its no longer in
3135                 the repository
3136
3137 2003-03-06 [paul]       0.8.10claws89
3138
3139         * sync with 0.8.10cvs25
3140                 see ChangeLog 2003-03-06
3141
3142 2003-03-06 [oliver]     0.8.10claws88
3143         
3144         * src/messageview.c
3145                 remove include
3146
3147 2003-03-06 [oliver]     0.8.10claws87
3148         
3149         * src/folderview.c 
3150                 remove changes introduced inclaws74
3151         * src/messageview.c
3152                 another attempt to sanely delete and update
3153                 messages deleted in separate messageview
3154
3155 2003-03-05 [christoph]  0.8.10claws86
3156
3157         * src/summaryview.c
3158                 check if "From" matches any account's address if
3159                 addressbook completion of addresses is disabled too
3160
3161         (closes Bug 70 "Display recipient in from" doesn't check
3162          folder's default account)
3163
3164 2003-03-05 [christoph]  0.8.10claws85
3165
3166         * src/compose.c
3167         * src/common/utils.[ch]
3168                 don't strip address comments when building Cc lists
3169
3170         (closes Bug 47 Replying to message strips name part of e-mail addresses
3171          of Cc: lines)
3172
3173         * src/folder.c
3174                 fix return value of copy function
3175
3176 2003-03-05 [christoph]  0.8.10claws84
3177
3178         * src/imap.c
3179                 don't ask imap server for non rfc822 headers
3180
3181         (closes bug 71 IMAP FETCH asks for FROM header field twice)
3182
3183         * src/imap.c
3184                 destroy session on socket error to allow reconnecting
3185
3186 2003-03-05 [christoph]  0.8.10claws83
3187
3188         * configure.ac
3189                 fix building with gnome when no prefix is set
3190
3191         (closes bug 66 Gnome directory is set to NONE)
3192
3193 2003-03-05 [paul]       0.8.10claws82
3194
3195         * sync with 0.8.10cvs23
3196                 see ChangeLog 2003-03-05
3197
3198 2003-03-04 [christoph]  0.8.10claws81
3199
3200         * src/folder.c
3201                 o fix moving and copying when folder returns 0 for new
3202                   message number
3203                 o remove some code for single message copy and move
3204                   operations and use functions for multiple messages
3205
3206         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
3207
3208         * src/news.c
3209                 remove unused include
3210
3211 2003-03-04 [paul]       0.8.10claws80
3212
3213         * src/gtk/about.c
3214                 list 'Compiled plugins'
3215
3216 2003-03-03 [christoph]  0.8.10claws79
3217
3218         * src/news.[ch]
3219                 have to multiply the percentage of the current fetch with
3220                 the percentage that it has of the total fetch operation
3221                 for correct values
3222
3223 2003-03-03 [christoph]  0.8.10claws78
3224
3225         * src/news.c
3226                 fix calculation of expected lines for progress indicator
3227
3228 2003-03-03 [christoph]  0.8.10claws77
3229
3230         * src/summaryview.c
3231         * src/common/utils.c
3232                 fix segfault when opening the root news folder
3233
3234 2003-03-03 [christoph]  0.8.10claws76
3235
3236         * src/mainwindow.[ch]
3237         * src/common/Makefile.am
3238         * src/common/progressindicator.[ch]
3239                 add UI independent progress indicator handling
3240
3241         * src/news.[ch]
3242                 use new progress indicator for message info fetching
3243
3244         * src/common/hooks.h
3245                 code cleanup
3246
3247 2003-03-03 [oliver]     0.8.10claws75
3248
3249         * src/toolbar.c
3250         * src/compose.c
3251                 removed commented code
3252
3253 2003-03-03 [oliver]     0.8.10claws74
3254
3255         * src/toolbar.[ch]
3256                 cleanups and refactoring
3257         * src/compose.[ch]
3258                 compose_reply_mode reply & forwarding interface for
3259                 toolbar buttons
3260         * src/folderview.c
3261                 act on messages marked for deletion in folderview_selected
3262                 based on prefs_common.immediate_exec since a message might 
3263                 have been deleted by messageview in a folder we are changing 
3264                 to (does anybody understand what I'm on about ?)
3265
3266 2003-03-03 [oliver]     0.8.10claws73
3267         
3268         * src/messageview.[ch]
3269                 new functions
3270                 - messageview_delete: delete message shown in messagview
3271                 - messageview_update_view: update messageview to currently 
3272                   selected summaryview message
3273                 - add separate messageview to msgview_list in order to update 
3274                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
3275         * src/summaryview.[ch]
3276                 summary_get_selection returns a list of selected msgs
3277                 in summaryview
3278         * src/mainwindow.c
3279                 toolbar reply refactoring
3280
3281 2003-03-03 [paul]       0.8.10claws72
3282
3283         * sync with 0.8.10cvs21
3284                 see ChangeLog 2003-03-03
3285
3286 2003-03-02 [christoph]  0.8.10claws71
3287
3288         * src/common/passcrypt.c
3289                 use POSIX includes
3290
3291 2003-03-02 [christoph]  0.8.10claws70
3292
3293         * configure.ac
3294         * src/prefs_account.c
3295         * src/prefs_gtk.[ch]
3296         * src/common/.cvsignore
3297         * src/common/Makefile.am
3298         * src/common/passcrypt.c                ** NEW **
3299         * src/common/passcrypt.h.in             ** NEW **
3300                 Implement password encryption in config files
3301                 using unix encrypt and setkey functions. The crypt
3302                 key can be set as a configure parameter. Old
3303                 passwords will be converted if they do not begin
3304                 with '!'
3305
3306 2003-03-02 [paul]       0.8.10claws69
3307
3308         * src/prefs_account.c
3309                 fix compile error
3310
3311 2003-03-01 [thorsten]   0.8.10claws68
3312
3313         * po/el.po
3314           po/hr.po
3315           po/it.po
3316           po/nl.po
3317           po/sr.po
3318           po/sv.po
3319                 corrected format strings
3320         * po/en_GB.po
3321                 corrected headers
3322                 (fix compile errors with GNU gettext-0.11.5)
3323
3324 2003-03-01 [oliver]     0.8.10claws67
3325
3326         * src/summaryview.c
3327                 menu callbacks call toolbar_menu_reply
3328
3329 2003-03-01 [oliver]     0.8.10claws66
3330
3331         * src/mainwindow.c
3332         * src/messageview.c
3333                 menu callbacks call toolbar_menu_reply
3334         * src/toolbar.[ch]
3335                 callbacks from menu handled by toolbar_menu_reply
3336
3337 2003-03-01 [paul]       0.8.10claws65
3338
3339         * src/addressbook.c
3340                 revert commit 0.8.10claws54 - breaks editing of
3341                 addressbook.
3342                 
3343         * po/bg.po
3344                 update Bulgarian translation, submitted by
3345                 George Danchev
3346
3347 2003-02-28 [christoph]  0.8.10claws64
3348
3349         * src/account.c
3350         * src/addressadd.c
3351         * src/compose.c
3352         * src/gtkaspell.c
3353         * src/gtkxtext.h                ** REMOVE **
3354         * src/imap.c
3355         * src/matcher.[ch]
3356         * src/mh.c
3357         * src/news.c
3358         * src/pine.c
3359         * src/prefs_common.c
3360         * src/prefs_matcher.c
3361         * src/procheader.[ch]
3362         * src/procmsg.[ch]
3363         * src/toolbar.c
3364         * src/common/ssl_certificate.c
3365         * src/gtk/colorlabel.c
3366         * src/gtk/menu.c
3367                 o fix warnings
3368                 o remove code obsoleted by new cache and folder system rework
3369
3370 2003-02-28 [oliver]     0.8.10claws63
3371         
3372         * src/toolbar.[ch]
3373                 * fix bug where reply in Messageview replied to 
3374                 Message displayed in summaryview
3375                 (reportedd via ML by chinatinte at gmx dot ch)
3376                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
3377                 didn't work in separate MessageView Toolbar
3378                 (wondering if anybody uses this at all ?)
3379         * src/summaryview.[ch]
3380                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
3381                 (generalize reply and forward code);
3382         * src/messageview.c 
3383                 remove focus_in event which updated summaryview to messageview
3384
3385 2003-02-28 [paul]       0.8.10claws62
3386
3387         * po/Makefile.in.in
3388                 add the --check option
3389                 Patch submitted by Ricardo Mones Lastra
3390
3391 2003-02-28 [paul]       0.8.10claws61
3392
3393         * src/prefs_account.c
3394                 re-order 'Signature' items
3395
3396 2003-02-28 [paul]       0.8.10claws60
3397
3398         * sync with 0.8.10cvs20
3399                 see ChangeLog 2003-02-28
3400
3401 2003-02-28 [paul]       0.8.10claws59
3402
3403         * po/POTFILES.in
3404                 update to reflect recent movement of files
3405
3406 2003-02-28 [paul]       0.8.10claws58
3407
3408         * sync with 0.8.10cvs19
3409                 see ChangeLog 2003-02-28
3410
3411 2003-02-27 [martin]     0.8.10claws57
3412
3413         * src/prefs_matcher.c 
3414                 fix segfault in prefs_matcher_ok() when the
3415                 last entry is deleted and prevents that the
3416                 message "entry not saved" comes up after deleting
3417                 an entry
3418
3419 2003-02-27 [martin]     0.8.10claws56
3420
3421         * src/prefs_filtering.c 
3422                 fix segfault in prefs_filtering_ok() when the
3423                 last entry is deleted and prevents that the
3424                 message "entry not saved" comes up after deleting
3425                 an entry
3426
3427 2003-02-27 [paul]       0.8.10claws55
3428
3429         * sync with 0.8.10cvs18
3430                 see ChangeLog 2003-02-27
3431
3432 2003-02-27 [paul]       0.8.10claws54
3433
3434         * src/addressbook.c
3435                 fix bug where the address book crashes with 
3436                 multiple lookups.
3437                 Patch [687729] submitted by David Frager 
3438                 <dbfrager@users.sourceforge.net>
3439
3440 2003-02-25 [christoph]  0.8.10claws53
3441
3442         * src/Makefile.am
3443         * src/colorlabel.[ch]           ** REMOVE **
3444         * src/gtk/Makefile.am
3445         * src/gtk/colorlabel.[ch]       ** NEW **
3446                 move colorlabel files to gtk directory
3447
3448         * src/esmtp.[ch]                ** REMOVE **
3449                 has been merged into smtp.[ch] in 0.7.5
3450
3451 2003-02-25 [christoph]  0.8.10claws52
3452
3453         * src/Makefile.am
3454         * src/about.[ch]                ** REMOVE **
3455         * src/gtk/Makefile.am
3456         * src/gtk/about.[ch]            ** NEW **
3457                 move about files to gtk directory
3458
3459 2003-02-25 [christoph]  0.8.10claws51
3460
3461         * src/folder.c
3462                 some code optimization of folder scanning code
3463
3464         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
3465
3466 2003-02-25 [christoph]  0.8.10claws50
3467
3468         * src/main.c
3469         * src/common/sylpheed.c
3470                 add command line parameter parsing to common code
3471
3472 2003-02-24 [christoph]
3473
3474         * Makefile.am
3475         * configure.ac
3476                 fix gnome prefix problems, the configure script now removed
3477                 `gnome-config --prefix` from `gnome-config --datadir`
3478                 and adds $(prefix} instead
3479
3480         (closes Bug 24 Makefile does not respect prefix when installing
3481          GNOME data)
3482
3483 2003-02-24 [christoph]  0.8.10claws49
3484
3485         * src/news.c
3486                 check for valid session before trying to authenticate
3487
3488         (closes Bug 60 crash if "authenticate on logon" is activated
3489          and newsserver-hostname is not valid)
3490
3491 2003-02-24 [melvin]     0.8.10claws48
3492
3493         * src/prefs_actions.c
3494                 Make sure all user's input is sent to the action and then
3495                 close the socket..
3496
3497 2003-02-23 [alfons]     0.8.10claws46
3498
3499         * src/summaryview.c
3500                 also wait cursor when deleting files
3501
3502 2003-02-23 [paul]
3503
3504         * tools/freshmeat_search.pl
3505           tools/google_search.pl
3506                 scripts should now work for any browser/browser command line
3507
3508 2003-02-22 [christoph]  0.8.10claws45
3509
3510         * src/procmsg.c
3511                 fix IMAP flag setting, IMAP flag is not handled correctly
3512                 anymore by the folder system and information about the
3513                 folder should not be saved in the MsgInfo (in my opinion)
3514
3515         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3516
3517 2003-02-22 [christoph]  0.8.10claws44
3518
3519         * src/summaryview.c
3520                 fix spelling of "label" ;-)
3521
3522 2003-02-22 [thorsten]   0.8.10claws43
3523
3524         * src/mimeview.c
3525           src/prefs_common.[ch]
3526           src/procmime.[ch]
3527                 do not use description as attachment name
3528
3529 2003-02-22 [alfons]     0.8.10claws42
3530
3531         * src/summaryview.c
3532                 freeze/thaw folder item updates when changing color labels,
3533                 and put a wait cursors on
3534
3535 2003-02-22 [thorsten]   0.8.10claws41
3536
3537         * src/mimeview.c
3538                 save-all fixes: crash if invoked on multipart container,
3539                 mimeinfo access, pathseparators, error dialog
3540
3541 2003-02-21 [alfons]     0.8.10claws40
3542
3543         * src/prefs_gtk.c
3544                 remove unused var
3545
3546 2003-02-21 [colin]      0.8.10claws39
3547
3548         * src/send.c
3549                 Fix smtp logging
3550
3551 2003-02-21 [colin]      0.8.10claws38
3552
3553         * src/summaryview.c
3554                 Freeze/thaw folderItem updates when filtering messages 
3555                 via Tools/Filter messages
3556
3557 2003-02-21 [paul]       0.8.10claws37
3558
3559         * src/compose.c
3560                 revert commit 0.8.10claws26, there are ulterior motives
3561                 for users to set a Reply-To header when posting to
3562                 newsgroups
3563
3564 2003-02-21 [paul]       0.8.10claws36
3565
3566         * sync with 0.8.10cvs17
3567                 see ChangeLog 2003-02-21
3568
3569 2003-02-20 [christoph]  0.8.10claws35
3570
3571         * src/imap.c
3572                 IMAP UID fetch speedup using SEARCH
3573
3574         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3575
3576         * src/imap.c
3577                 fix problem with UIDs in IMAP UID cache that no longer existed
3578
3579 2003-02-20 [christoph]  0.8.10claws34
3580
3581         * src/imap.c
3582         * src/procheader.c
3583         * src/procheader.h
3584                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
3585
3586         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
3587
3588         * src/imap.c
3589                 Rewrite imap_cmd_gen_recv use sock_getline instead
3590                 of sock_gets to avoid problems with too long reply
3591                 lines
3592     
3593 2003-02-20 [colin]      0.8.10claws33
3594         
3595         * src/prefs_account.c
3596                 Better wording
3597
3598 2003-02-20 [colin]      0.8.10claws32
3599
3600         * src/compose.c
3601                 Remove useless '&& !to_sender' 
3602
3603 2003-02-20 [darko]
3604
3605         * AUTHORS
3606                 change my e-mail address
3607
3608 2003-02-19 [colin]      0.8.10claws31
3609
3610         * src/prefs_common.c
3611                 X11 style colors for every configurable color
3612
3613 2003-02-19 [alfons]     0.8.10claws30
3614
3615         * src/prefs_gtk.[ch]
3616         * src/prefs_common.c
3617                 for color_new accept both plain integers and X11 style color
3618                 names (as found in /usr/lib/X11/rgb.txt)
3619
3620 2003-02-19 [paul]       0.8.10claws29
3621
3622         * src/mainwindow.c
3623                 add tooltips to online/offline button and account selector
3624                 button
3625
3626 2003-02-19 [paul]       0.8.10claws28
3627
3628         * src/folder.c
3629           src/news.c
3630           src/prefs_account.[ch]
3631           src/prefs_common.[ch]
3632                 move 'Maximum number of articles to download' to
3633                 account prefs.
3634                 clean up account prefs gui a little by hiding entries
3635                 rather then greying out entries
3636
3637 2003-02-19 [hiro]       0.8.10claws27
3638
3639         * src/common/utils.c
3640                 fix bug #54 'yesterdays date is displayed in the message 
3641                 summary window'
3642
3643 2003-02-19 [paul]       0.8.10claws26
3644
3645         * src/compose.c
3646                 fix bug reported in Feature Request [688596] 
3647                 'Reply-to header in news'
3648
3649 2003-02-18 [paul]       0.8.10claws25
3650
3651         * src/select-keys.c
3652                 add a 'List all keys' button to key selection dialog
3653
3654 2003-02-18 [colin]      0.8.10claws24
3655         
3656         * src/stock_pixmap.c
3657                 fix compile error
3658
3659 2003-02-18 [colin]      0.8.10claws23
3660
3661         * src/common/smtp.[ch]
3662           src/prefs_account.c
3663                 Try to starttls if it seems to be the only
3664                 way to authenticate a user
3665
3666 2003-02-18 [paul]       0.8.10claws22
3667
3668         * src/Makefile.am
3669           src/folderview.c
3670           src/stock_pixmap.[ch]
3671           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3672           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3673                 as a Drafts folder is a special folder allow it to have
3674                 its own unique icons
3675
3676 2003-02-18 [colin]      0.8.10claws21
3677
3678         * src/imap.c
3679                 Fix port selection when using starttls
3680
3681 2003-02-18 [paul]       0.8.10claws20
3682
3683         * src/mainwindow.c
3684           src/prefs_common.[ch]
3685                 make blue the default new mail colour
3686
3687 2003-02-18 [paul]       0.8.10claws19
3688
3689         * sync with 0.8.10cvs14
3690                 see ChangeLog 2003-02-18
3691
3692 2003-02-17 [jens]       0.8.10claws18
3693
3694         * src/common/md5.c
3695                 fixed a compile problem with gcc 3.3
3696                 works on 2.95.3 too (testet on PPC as it is big endian)
3697
3698 2003-02-17 [paul]       0.8.10claws17
3699
3700         * sync with 0.8.10cvs13
3701                 see ChangeLog 2003-02-17
3702
3703 2003-02-17 [paul]       0.8.10claws16
3704
3705         * sync with 0.8.10cvs12
3706                 see ChangeLog 2003-02-17
3707
3708 2003-02-16 [match]      0.8.10claws15
3709
3710         * src/addressbook.c
3711                 Eliminates reloading of address data when items
3712                 deleted or added. Applied submitted by
3713                 Luke Plant <lukeplant@softhome.net>
3714
3715 2003-02-16 [paul]       0.8.10claws14
3716
3717         * src/news.c
3718                 when a 'protocol error' is encountered disconnect from
3719                 the server. This means that the user can carry on viewing
3720                 other articles and doesn't have to either wait until the
3721                 server timesout or quit sylpheed.
3722                 Fixes bug #53 'Unable to read messages in newsgroups, 
3723                 displayed message doesn't change'
3724
3725 2003-02-15 [christoph]  0.8.10claws13
3726
3727         * src/imap.c
3728                 fix bug that stopped scanning of folders when an
3729                 IMAP folder was empty
3730
3731         (closes bug 46 stop scan messages in folders after empty folder)
3732
3733 2003-02-15 [paul]
3734
3735         * tools/Makefile.am
3736           tools/README
3737           tools/freshmeat_search.pl     ** NEW FILE **
3738           tools/google_search.pl        ** NEW FILE **
3739                 Add 2 Actions scripts which search freshmeat/google
3740                 for the selected text using the browser configured
3741                 in sylpheedrc.
3742                 
3743         Note: These scripts are very dependent on the format of the
3744         browser command and may not work on every occasion. Testing
3745         is welcome. 
3746
3747 2003-02-14 [alfons]     0.8.10claws12
3748
3749         * src/compose.c
3750                 fix breakage because of uninitialized account pointer.
3751                 please verify.
3752
3753 2003-02-14 [paul]       0.8.10claws11
3754
3755         * src/compose.c
3756           src/prefs_account.[ch]
3757           src/prefs_common.[ch]
3758                 move signature settings to Account Prefs
3759
3760 2003-02-14 [paul]       0.8.10claws10
3761
3762         * sync with 0.8.10cvs11
3763                 see ChangeLog 2003-02-14
3764
3765 2003-02-13 [thorsten]   0.8.10claws9
3766
3767         * src/news.c
3768                 revert news progressbar (GUI separation)
3769
3770 2003-02-13 [paul]       0.8.10claws8
3771
3772         * src/compose.c
3773                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3774                 paragraph 1
3775
3776 2003-02-13 [paul]       0.8.10claws7
3777
3778         * src/compose.[ch]
3779           src/summaryview.c
3780                 fix 'Follow-up and Reply-to' so that it creates a reply to
3781                 the newsgroup and the sender. If the message has the keyword
3782                 'poster' in the Followup-To header, all replies go to the
3783                 sender, re: RFC 1036, Section 2.2.3
3784                 rename all instances of 'ignore_replyto' to 'to_sender', both
3785                 were previously used, now we use just one.
3786
3787 2003-02-13 [paul]       0.8.10claws6
3788
3789         * sync with 0.8.10cvs9
3790                 see ChangeLog 2003-02-13
3791
3792 2003-02-13 [paul]       0.8.10claws5
3793
3794         * configure.ac
3795                 show which plugins are configured in the configure
3796                 output.
3797
3798 2003-02-12 [thorsten]   0.8.10claws4
3799
3800         * src/news.c
3801                 show progress while fetching news headers
3802
3803 2003-02-12 [christoph]  0.8.10claws3
3804
3805         * configure.ac
3806         * src/plugins/Makefile.am
3807                 use AM_CONDITIONAL to enable plugins, automake correctly
3808                 manages this when creating distdir
3809
3810 2003-02-12 [christoph]  0.8.10claws2
3811
3812         * ac/spamassassin.m4
3813         * src/plugins/spamassassin/Makefile.am
3814                 fix building SpamAssassin plugin without OpenSSL
3815
3816 2003-02-12 [paul]       0.8.10claws1
3817
3818         * ac/Makefile.am
3819           src/Makefile.am
3820           src/plugins/Makefile.am
3821                 fix failure of 'make release'
3822
3823 2003-02-12 [paul]       0.8.10claws
3824
3825         * 0.8.10claws released
3826
3827 2003-02-12 [paul]       0.8.9claws56
3828
3829         * po/bg.po
3830           po/es.po
3831           po/it.po
3832           po/ru.po
3833           po/sr.po
3834                 updated translations by George Danchev, Ricardo Mones Lastra,
3835                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3836                 
3837         * sylpheed.spec.in
3838                 Allow the building of RPMs by a regular user. Submitted
3839                 by Sergei Astanin
3840
3841 2003-02-11 [alfons]     0.8.9claws55
3842
3843         * src/colorlabel.c
3844                 don't use pixmaps for label color rect but draw rectangles
3845                 so we can respect the color map of palette based visuals
3846                 (fixes the long time crashes on Suns - thanks to Andreas
3847                 Engel and Steve O'Hara-Smith for testing)
3848
3849 2003-02-11 [christoph]  0.8.9claws54
3850
3851         * src/matcher_parser_parse.y
3852                 correct bug where filering rules of not existing folders in
3853                 matcherrc were added to global filtering
3854                 
3855         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3856          main filter-rules after removing directory, http://bugs.debian.org/180253)
3857         
3858 2003-02-11 [paul]       0.8.9claws53
3859
3860         * sync with 0.8.10cvs7
3861                 see ChangeLog 2003-02-09
3862
3863 2003-02-11 [melvin]     0.8.9claws52
3864
3865         * po/fr.po
3866                 Updated French tranlsations
3867
3868 2003-02-10 [paul]       0.8.9claws51
3869
3870         * sylpheed.spec.in
3871                 correct --enable-openssl
3872                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3873
3874 2003-02-09 [martin]     0.8.9claws50
3875
3876         * src/prefs_matcher.c
3877                 fix segfault in prefs_matcher_substitute_cb() when
3878                 no row is selected
3879
3880 2003-02-09 [paul]       0.8.9claws49
3881
3882         * src/folderview.c
3883                 fix bug where a newsgroup folder's processing rules were
3884                 merged with the global filtering rules when the newsgroup
3885                 folder was deleted, causing some seriously bad results,
3886                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3887
3888 2003-02-08 [melvin]     0.8.9claws48
3889
3890         * src/compose.c
3891                 Corrected and modified an alert message.
3892
3893 2003-02-07 [paul]       0.8.9claws47
3894
3895         * src/folderview.c
3896                 fix bug where both an 'Account properties' window and a
3897                 'Folder properties' window were opened when clicking on
3898                 'Properties' in an NNTP or IMAP folder's popup menu.
3899
3900 2003-02-07 [paul]       0.8.9claws46
3901
3902         * sync with 0.8.10cvs6
3903                 see ChangeLog 2003-02-06
3904
3905 2003-02-06 [christoph]  0.8.9claws45
3906
3907         * src/mbox.c
3908                 freeze folder updates while importing mbox files
3909                 (closes bug 43 importing mbox took hours)
3910                 
3911         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3912
3913 2003-02-06 [thorsten]   0.8.9claws44
3914
3915         * po/de.po
3916                 Updated german translations
3917
3918 2003-02-06 [thorsten]   0.8.9claws43
3919
3920         * src/news.h
3921                 use guint for message numbers (fix count in grouplist dialog)
3922
3923 2003-02-05 [paul]       0.8.9claws42
3924
3925         * sync with 0.8.10cvs2
3926                 see ChangeLog 2003-02-05
3927
3928 2003-02-04 [colin]      0.8.9claws41
3929
3930         * src/prefs_common.[ch]
3931           src/procmsg.c
3932           src/summaryview.c
3933                 Add an option to disable threading by subject
3934
3935 2003-02-04 [christoph]  0.8.9claws40
3936
3937         * src/inc.c
3938                 only abort fetching mails from multiple accounts when the
3939                 error is fatal and does not allow to check any more accounts
3940                 (currently only disk full error)
3941
3942         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3943          receive mails for other accouts)
3944
3945 2003-02-04 [christoph]  0.8.9claws39
3946
3947         * src/folder.c
3948                 first add the new message to the cache, then
3949                 send the update notification
3950
3951         (closes bug 39 after sending message folderview doesnt get updated)
3952
3953 2003-02-04 [colin]      0.8.9claws38
3954
3955         * src/inc.c
3956                 _really_ fix this Connecting... status
3957
3958 2003-02-04 [paul]       0.8.9claws37
3959
3960         * sync with 0.8.10
3961                 see ChangeLog 2003-02-04
3962
3963 2003-02-04 [paul]       0.8.9claws36
3964
3965         * sync with 0.8.9cvs6
3966                 see ChangeLog 2003-02-03
3967
3968 2003-02-04 [paul]       0.8.9claws35
3969
3970         * po/pt_BR.po
3971                 updated by André Filipe de Assunção e Brito 
3972                 <bedecko@netsite.com.br>
3973
3974 2003-02-03 [thorsten]   0.8.9claws34
3975
3976         * po/de.po
3977                 Updated german translations
3978
3979 2003-02-02 [paul]       0.8.9claws33
3980
3981         * po/es.po
3982                 updated by Ricardo Mones Lastra
3983
3984 2003-02-02 [thorsten]   0.8.9claws32
3985
3986         * src/mh.c
3987                 Fix mh_get_msginfo() segfault if file is inaccessible
3988
3989 2003-01-31 [colin]      0.8.9claws31
3990
3991         * src/procheader.c
3992                 Fix last commit's bug
3993
3994 2003-01-31 [colin]      0.8.9claws30
3995
3996         * src/procheader.c
3997                 Missing a change for gpg-signed messages
3998
3999 2003-01-31 [paul]       0.8.9claws29
4000
4001         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4002           src/procheader.c
4003           src/stock_pixmap.[ch]
4004           src/summaryview.c
4005                 indicate GnuPG signed messages by displaying an icon
4006                 in the Attachment column.
4007
4008 2003-01-31 [paul]       0.8.9claws28
4009
4010         * sync with 0.8.9cvs4
4011                 see ChangeLog 2003-01-31
4012
4013 2003-01-31 [alfons]     0.8.9claws27
4014
4015         * src/textview.c
4016                 tune URI parser to accept mailto URLs with a '?'
4017                 (patch from Ruslan Balkin)
4018
4019 2003-01-31 [colin]      0.8.9claws26
4020
4021         * src/summaryview.c
4022                 Fix a leak introduced in claws24
4023
4024 2003-01-31 [colin]      0.8.9claws25
4025
4026         * src/summaryview.c
4027                 Freeze/Thaw folder updates when deleting dups
4028
4029 2003-01-31 [colin]      0.8.9claws24
4030         
4031         * src/addr_compl.c
4032           src/summaryview.c
4033           src/msgcache.c
4034                 little speed improvements
4035
4036 2003-01-31 [colin]      0.8.9claws23
4037
4038         * src/summaryview.c
4039                 Fix segfault when forwarding nothing
4040                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4041                 
4042 2003-01-30 [paul]       0.8.9claws22
4043
4044         * sync with 0.8.9cvs3
4045                 see ChangeLog 2003-01-30
4046
4047 2003-01-30 [paul]       0.8.9claws21
4048
4049         * sync with 0.8.9cvs2
4050                 see ChangeLog 2003-01-30
4051
4052 2003-01-29 [paul]       0.8.9claws20
4053
4054         * sync with 0.8.9cvs1
4055                 see ChangeLog 2003-01-29
4056
4057 2003-01-28 [paul]       0.8.9claws19
4058
4059         * po/POTFILES.in
4060                 update to reflect changes. 
4061                 thanks to Ricardo Mones Lastra
4062
4063 2003-01-27 [christoph]  0.8.9claws18
4064
4065         * ac/openssl.m4
4066         * ac/spamassassin.m4
4067         * src/plugins/spamassassin/README
4068         * src/plugins/spamassassin/libspamc.[ch]
4069         * src/plugins/spamassassin/utils.[ch]
4070                 updated to latest libspamc
4071
4072 2003-01-27 [christoph]  0.8.9claws17
4073
4074         * src/folder.c
4075                 fix wrong use of procheader_get_header_fields
4076
4077 2003-01-27 [christoph]  0.8.9claws16
4078
4079         * src/news.c
4080         * src/prefs_account.[ch]
4081         * src/common/nntp.[ch]
4082                 allow to force authentication for NNTP servers
4083
4084         Patch submitted by Florian Mickler <dmk@d-labs.de>
4085
4086 2003-01-26 [paul]       0.8.9claws15
4087
4088         * src/summaryview.c
4089                 speed up of marking messages as read
4090                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4091
4092 2003-01-26 [christoph]  0.8.9claws14
4093
4094         * src/Makefile.am
4095         * src/mgutils.[ch]              ** REMOVE **
4096         * src/xml.[ch]                  ** REMOVE **
4097         * src/xmlprops.[ch]             ** REMOVE **
4098         * src/common/Makefile.am
4099         * src/common/mgutils.[ch]       ** NEW **
4100         * src/common/xml.[ch]           ** NEW **
4101         * src/common/xmlprops.[ch]      ** NEW **
4102                 move xml files to common directory
4103
4104 2003-01-26 [christoph]  0.8.9claws13
4105
4106         * src/plugins/spamassassin/spamassassin_gtk.c
4107                 only set gtk entry text if string is available
4108
4109 2003-01-26 [melvin]     0.8.9claws12
4110
4111         * src/description_window.c
4112                 Allow resizing of the window
4113                 Allow automatic horizontal scroll bar
4114                 Do not vertically expand and fill
4115
4116 2003-01-26 [christoph]  0.8.9claws11
4117
4118         * src/Makefile.am
4119         * src/gtkutils.[ch]             ** REMOVE **
4120         * src/common/sylpheed.c
4121         * src/gtk/Makefile.am
4122         * src/gtk/description_window.c
4123         * src/gtk/gtkutils.[ch]         ** NEW **
4124         * src/gtk/prefswindow.c
4125                 move gtkutils to gtk directory
4126
4127 2003-01-26 [paul]       0.8.9claws10
4128
4129         * src/summaryview.c
4130                 rename summary_unread_clicked() to summary_status_clicked()
4131
4132 2003-01-26 [melvin]     0.8.9claws9
4133
4134         * src/prefs_actions.c
4135                 Cosmetical changes to the help text
4136
4137 2003-01-26 [paul]       0.8.9claws8
4138
4139         * src/folder.[ch]
4140           src/mainwindow.c
4141           src/prefs_common.c
4142           src/prefs_sumamry_column.c
4143           summaryview.[ch]
4144                 rename the 'Unread' column to 'Status'
4145
4146 2003-01-25 [match]      0.8.9claws7
4147
4148         * src/mgutils.[ch]
4149                 removed reference to LDAP constants. removed error2string.
4150                 included functions to support LDAP dynamic queries.
4151         * src/syldap.h
4152                 moved LDAP constants here.
4153         * src/addressbook.c
4154         * src/addrindex.c
4155         * src/importldif.c
4156                 removed references to LDAP constants and references to
4157                 error2string.
4158
4159 2003-01-25 [paul]       0.8.9claws6
4160
4161         * src/summaryview.c
4162                 summary_thread_build(), summary_thread_init(): remove 
4163                 unneeded reference to summaryview->folder_item
4164
4165 2003-01-25 [christoph]  0.8.9claws5
4166
4167         * src/gtk/description_window.c
4168                 o allow description texts to expand over multiple columns
4169                 o translate all columns
4170         * src/prefs_actions.c
4171                 change syntax description to use new multi column feature
4172
4173         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4174
4175 2003-01-25 [match]      0.8.9claws4
4176
4177         * src/vcard.c
4178                 fixed bug with Quoted-Printable
4179
4180 2003-01-25 [paul]       0.8.9claws3
4181
4182         * src/folder.[ch]
4183           src/summaryview.[ch]
4184                 implement per-folder collapsed/expanded threads setting
4185                 
4186         * src/prefs_common.c
4187                 remove global collapsed/expanded threads option
4188
4189 2003-01-25 [christoph]  0.8.9claws2
4190
4191         * po/POTFILES.in
4192                 add pluginwindow and prefswindow
4193         * src/compose.c
4194                 make send respond correctly to messages that could be added
4195                 to the queue folder, but the UID of the message is unknown
4196         * src/folder.c
4197         * src/imap.c
4198                 don't return guessed UIDs in imap_add_msg anymore. We return
4199                 0 to tell the folder system it was appened but the UID is
4200                 unknown. Folder system now get's the UID by scaning the folder
4201                 and searching the cache for the Message-ID
4202                 (closes bug #29 Messages queued, but not sent)
4203
4204 2003-01-25 [paul]       0.8.9claws1
4205
4206         * src/codeconv.c
4207                 conv_encode_header():  fix bug when long headers with 8-bit
4208                 characters are used, so that the encoded words are wrapped.
4209                 If the space in the original text falls on the wrap boundary,
4210                 it can be lost.
4211                 Patch by Sergey Vlasov.
4212                 
4213         * src/folderview.c
4214                  fix bug where a change to the sorting method or thread view
4215                  of a folder's messages is lost if simpify-subject is set and
4216                  toggled on or off.
4217                  Patch by Luke Plant.
4218
4219 2003-01-24 [paul]       0.8.9claws
4220
4221         * sylpheed-0.8.9claws released
4222         
4223         * Makefile.am
4224           sylpheed.spec.in
4225                 remove reference to 'INSTALL.jp'
4226
4227 2003-01-23 [paul]       0.8.8claws128
4228
4229         * po/es.po
4230           po/it.po
4231           po/ru.po
4232           po/sr.po
4233                 updated translations. submitted by Ricardo Mones Lastra,
4234                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
4235
4236 2003-01-23 [colin]      0.8.8claws127
4237
4238         * src/compose.c
4239                 Fix drafted and queued news articles re-edition
4240
4241 2003-01-23 [melvin]     0.8.8claws126
4242
4243         * po/fr.po
4244                 Updated French translations
4245
4246 2003-01-23 [colin]      0.8.8claws125
4247
4248         * src/inc.c
4249                 Fix "Connecting to..." status message
4250
4251 2003-01-22 [paul]       0.8.8claws124
4252
4253         * po/bg.po
4254                 updated by George Danchev
4255                 
4256         * src/folder.c
4257                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
4258                 and folder deletion
4259
4260 2003-01-21 [paul]       0.8.8claws123
4261
4262         * po/bg.po
4263                 updated by George Danchev
4264                 
4265         * src/about.c
4266                 its now 2003
4267                 
4268         * src/toolbar.c
4269                 don't translate 'Separator'
4270                 
4271         * src/plugins/spamassassin/Makefile.am
4272                 add aspell to CPPFLAGS
4273                 
4274         * src/plugins/spamassassin/spamassassin.c
4275           src/plugins/spamassassin/spamassassin_gtk.c
4276                 set correct default for spamassassin_receive_spam
4277                 slightly re-word descriptions and some
4278                 other minor changes
4279
4280 2003-01-19 [alfons]     0.8.8claws122
4281                 
4282         * src/mimeview.c
4283                 mimeview_save_as(): we might as well show the file name for
4284                 the single case "Save As" too
4285
4286 2003-01-19 [alfons]     0.8.8claws121
4287
4288         * src/crash.c
4289                 change bug tracker URL to bugzilla URL
4290
4291 2003-01-19 [alfons]     0.8.8claws120
4292
4293         * src/mimeview.c
4294                 mimeview_save_all(): display name of file before overwriting;
4295                 continue saving all, even when one overwrite was cancelled
4296
4297 2003-01-19 [christoph]  0.8.8claws119
4298
4299         * src/summaryview.c
4300         * src/procmsg.[ch]
4301                 fix wrong usage of procmsg_find_children in summaryview
4302                 by using procmsg_update_unread_children instead of
4303                 summaryview_update_unread_children
4304
4305 2003-01-19 [christoph]  0.8.8claws118
4306
4307         * src/procmsg.c
4308                 fix infinite loop in procmsg_find_children
4309                  (closes bug #25 sylpheed crashes on delete.)
4310
4311         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
4312
4313 2003-01-19 [paul]       0.8.8claws117
4314
4315         * po/pt_BR.po
4316                 updated by Ivan Francolin Martinez
4317
4318 2003-01-18 [melvin]     0.8.8claws116
4319
4320         * src/prefs_actions.c
4321                 Removed syntax limitation of only one '&' at the end of command.
4322                         Now actions that contain '>/dev/null 2>&1' are possible.
4323
4324 2003-01-18 [melvin]     0.8.8claws115
4325
4326         * src/prefs_actions.c
4327                 Actions IO dialog: when the action ends
4328                 the "Close" button now has focus and [Escape] closes the
4329                 window.
4330
4331 2003-01-18 [christoph]  0.8.8claws114
4332
4333         * src/procmsg.c
4334                 o add debug output when MsgInfos are really freed
4335                 o free GSLists in procmsg_find_children and
4336                   procmsg_update_unread_children
4337
4338 2003-01-18 [christoph]  0.8.8claws113
4339
4340         * src/mainwindow.c
4341                 reorder Configuration menu
4342
4343 2003-01-18 [christoph]  0.8.8claws112
4344
4345         * src/compose.c
4346                 fix applying templates to forwarded messages
4347
4348         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4349
4350 2003-01-17 [christoph]  0.8.8claws111
4351
4352         * src/folder.c
4353                 destroy folder items, when a folder item is removed
4354
4355 2003-01-17 [christoph]  0.8.8claws110
4356
4357         * src/folder.c
4358                 fix wrong folder stats update when ignored message is
4359                 deleted
4360
4361 2003-01-17 [colin]      0.8.8claws109
4362         
4363         * src/mainwindow.c
4364         * src/summaryview.c
4365                 Quicksearch bugfixes: 
4366                 - hide help button at startup if not extended
4367                 - switch to extended when looking for replies
4368
4369 2003-01-17 [paul]
4370
4371         * sync with 0.8.9 release
4372
4373 2003-01-17 [paul]       0.8.8claws108
4374
4375         * sync with 0.8.8cvs11
4376                 see ChangeLog 2003-01-17
4377
4378 2003-01-16 [colin]      0.8.8claws107
4379
4380         * src/procmsg.c
4381                 Changed encryption test to re-ask passphrase
4382                 if an encrypted message hasn't been decrypted
4383                 Fixes bug #5
4384
4385 2003-01-16 [christoph]  0.8.8claws106
4386
4387         * src/prefs_gtk.c
4388         * src/prefs_toolbar.c
4389         * src/gtk/prefswindow.h
4390         * src/plugins/spamassassin/spamassassin_gtk.c
4391                 remove page destroy function that is not used anymore
4392
4393 2003-01-16 [paul]       0.8.8claws105
4394
4395         * sync with 0.8.8cvs9
4396                 see ChangeLog 2002-01-16
4397
4398 2003-01-16 [colin]      0.8.8claws104
4399
4400         * src/compose.[ch]
4401                 Fix bug with autosaved drafts for IMAP, when draft
4402                 folder is specified - fixes bugzilla bug #20
4403
4404 2003-01-15 [paul]       0.8.8claws103
4405
4406         * src/compose.[ch]
4407           src/procmsg.c
4408                 store folder and message-id of message forwarding
4409                 in queue header and set forward flag after sending
4410
4411 2003-01-15 [paul]       0.8.8claws102
4412
4413         * sync with 0.8.8cvs8
4414                 see ChangeLog 2002-01-15
4415
4416 2003-01-15 [colin]      0.8.8claws101
4417
4418         * src/Makefile.am
4419                 Fix linking with GNU libiconv
4420
4421 2003-01-15 [darko]      0.8.8claws100
4422
4423         * src/pine.c
4424                 fix crash when importing pine address book
4425                 entry with an empty name (reported by DY
4426                 <dybulk at tri8.net>)
4427
4428 2003-01-14 [paul]       0.8.8claws99
4429
4430         * configure.in  ** REMOVED **
4431           configure.ac  ** NEW FILE **
4432                 rename configure.in to configure.ac, as it is now
4433                 preferred
4434
4435 2003-01-14 [melvin]     0.8.8claws98
4436
4437         * src/folderview.c
4438                 folderview_check_new(): More precise function description
4439
4440 2003-01-14 [melvin]     0.8.8claws97
4441
4442         * src/folderview.c
4443                 folderview_check_new(): return the number of new messages 
4444                         since last check.
4445         * src/inc.c
4446                 inc_account_mail(): Disable counting of new messages for IMAP
4447                         and NNTP until bug [19] and [14] are fixed.
4448
4449 2003-01-14 [paul]       0.8.8claws96
4450
4451         * sync with 0.8.8cvs6
4452                 see ChangeLog 2003-01-14
4453
4454 2003-01-13 [alfons]     0.8.8claws95
4455
4456         * src/textview.c
4457                 tune email address validation (c. 0.8.8claws89): if . is 
4458                 just one char away from @, the address is invalid too 
4459                 (correctly rejects addresses like foo@.com)
4460
4461 2003-01-13 [paul]       0.8.8claws94
4462
4463         * src/messageview.c
4464           src/toolbar.c
4465                 fixes to the Message View toolbar and menu:
4466                 fix non-functioning Forward button
4467                 make Reply button consider default_reply_list
4468                 remove 'Follow-up...' menu entry
4469                 add 'Forward' and 'Redirect' menu entries
4470
4471 2003-01-13 [melvin]     0.8.8claws93
4472
4473         * src/inc.c
4474                 Fixed typo that could make new messages count incorrect.
4475
4476 2003-01-13 [melvin]     0.8.8claws92
4477
4478         * src/folderview.[ch]
4479                 folderview_check_new(): return the number of new messages.
4480         * src/inc.c
4481                 Should fix bug [14] where new mail notification worked 
4482                         incorrectly with IMAP accounts.
4483                 inc_spool_account(): return number of new msgs, or -1 on error
4484                 inc_all_spool(): return number of new msgs
4485                 
4486 2003-01-13 [melvin]     0.8.8claws91
4487
4488         * src/prefs_actions.c
4489                 Justify help text.
4490
4491 2003-01-12 [thorsten]   0.8.8claws90
4492
4493         * src/common/prefs.c
4494                 close file before rename
4495
4496 2003-01-12 [alfons]     0.8.8claws89
4497
4498         * AUTHORS
4499                 add Christian Mertes
4500         * src/common/utils.[ch]
4501                 g_stricase_hash(), g_stricase_equal(): functions for 
4502                 case insensitive hash tables
4503         * src/textview.c
4504                 use top level domain names to validate email address, based
4505                 on a patch by Christian Mertes (thanks!), but changed 
4506                 implementation to use a hash table 
4507
4508 2003-01-12 [paul]       0.8.8claws88
4509
4510         * po/bg.po
4511                 updated by George Danchev
4512
4513 2003-01-12 [alfons]     0.8.8claws87
4514
4515         * src/summaryview.c
4516                 delete / execute performance: use new style folder update
4517
4518 2003-01-12 [paul]       0.8.8claws86
4519
4520         * sync with 0.8.8cvs5
4521                 see ChangeLog 2003-01-13 (!)
4522
4523 2003-01-12 [alfons]     0.8.8claws85
4524
4525         * src/filtering.c
4526         * src/matcher_parser_parse.y
4527                 prepare change_score filtering action
4528         * src/matcher.[ch]
4529                 give up const-correctness on functions that call non-const-correct functions;
4530                 several casts to gpointer in g_free();
4531                 add change_score;
4532
4533 2003-01-12 [christoph]  0.8.8claws84
4534
4535         * src/compose.c
4536                 fix 2 warnings
4537
4538         * src/gtk/prefswindow.[ch]
4539         * src/plugins/spamassassin/spamassassin_gtk.c
4540                 changed the call of the widget create function
4541                 for PrefsPages, because sometimes the widget
4542                 create function needs a widget that already has
4543                 been attached to a window (to create GDK pixmaps
4544                 for exmaple). So we simply pass the GtkWindow as
4545                 the second parameter now.
4546
4547         * src/main.c
4548         * src/mainwindow.c
4549         * src/prefs_toolbar.[ch]
4550                 rewrite Toolbar Preferences using the new
4551                 prefs window
4552
4553 2003-01-11 [alfons]     0.8.8claws83
4554
4555         * src/addressadd.c
4556                 fix crash when adding sender to addressbook because status bar
4557                 isn't there (the status bar doesn't seem to be used though,
4558                 but I'll let Match decide what to do with it)
4559
4560 2003-01-11 [colin]      0.8.8claws82
4561
4562         * src/main.c
4563           src/toolbar.c
4564                 Two useless changes reversed
4565
4566 2003-01-11 [colin]      0.8.8claws81
4567
4568         * src/mainwindow.c
4569           src/mainwindow.h
4570                 Add mainwindow_get_mainwindow()
4571         * src/alertpanel.c
4572           src/alertpanel.h
4573                 Add alertpanel_error_log() 
4574         * src/compose.c
4575           src/inc.c
4576           src/messageview.c
4577           src/toolbar.c
4578           src/main.c
4579           src/procmsg.c
4580                 Network errors get a View Log button
4581
4582 2003-01-10 [alfons]     0.8.8claws80
4583
4584         * src/prefs_toolbar.c
4585         * src/toolbar.c
4586                 use the translatable string for "Separator" as file name for
4587                 separator toolbar items (probably make this uppercase?)
4588
4589 2003-01-10 [alfons]     0.8.8claws79
4590
4591         * src/prefs_toolbar.c
4592                 put right A_SEPARATOR description string in "displayed
4593                 toolbar items list" so manually added separators are
4594                 saved correctly (bug #10, "Adding a separator to the main 
4595                 toolbar fails, entry in xml file is wrong")
4596
4597 2003-01-10 [christoph]  0.8.8claws78
4598
4599         * src/imap.c
4600                 o fix warnings
4601                 o use CAPABILITY to check if NAMESPACE is available
4602
4603 2003-01-10 [christoph]  0.8.8claws77
4604
4605         * src/imap.[ch]
4606                 apply UIDPLUS IMAP extension support patch
4607
4608         Patch submitted by Simon 'corecode' Schubert
4609
4610 2003-01-10 [paul]       0.8.8claws76
4611
4612         * src/folderview.c
4613                 a sync from main which fixes the news account folders'
4614                 Properties bug
4615
4616 2003-01-10 [christoph]  0.8.8claws75
4617
4618         * src/folder.c
4619                 don't accept 0 as a valid uid returned by copy and move
4620                 functions. 0 means the message was copied or moved but the
4621                 new uid could not be fetched. It is not an error condition
4622                 for the copy or move operation.
4623
4624 2003-01-10 [paul]       0.8.8claws74
4625
4626         * src/prefs_filtering.c
4627                 change English used in Alert when entry is not
4628                 saved.
4629                 
4630         * sync with 0.8.8cvs4
4631                 see ChangeLog 2003-01-10
4632
4633 2003-01-10 [darko]      0.8.8claws73
4634
4635         * src/pine.c
4636                 fix crash when importing address book entry
4637                 without a valid address
4638
4639 2003-01-09 [alfons]     0.8.8claws72
4640
4641         * src/inc.c
4642                 filtering performance: use new style folder update
4643
4644 2003-01-09 [christoph]  0.8.8claws71
4645
4646         * src/compose.c
4647         * src/gtk/menu.[ch]
4648                 fix wrong selecting of mime encoding type, when
4649                 opening property dialog of attachments in the
4650                 compose window. 7bit was always selected and that
4651                 destoryed files with 8bit data.
4652                 (closes bug #9 Sylpheed-claws destroys attachments when
4653                  changing MIME-types)
4654
4655 2003-01-09 [paul]       0.8.8claws70
4656
4657         * sync with 0.8.8cvs3
4658                 see ChangeLog 2003-01-09
4659
4660 2003-01-08 [alfons]     0.8.8claws69
4661         
4662         * src/addressadd.c
4663                 apply patch by Kim Schulz to fix build breakage
4664                 because of missing variable
4665
4666 2003-01-08 [paul]       0.8.8claws68
4667
4668         * sync with 0.8.8cvs2
4669                 see ChangeLog 2002-01-08
4670
4671 2003-01-08 [paul]       0.8.8claws67
4672
4673         * po/it.po
4674                 updated by Alessandro Maestri
4675                 
4676         * src/addressadd.c
4677                 when using 'Add sender to addressbook' allow
4678                 name to be edited and remarks to be entered
4679                 Patch submitted by Luke Plant
4680
4681 2003-01-08 [darko]      0.8.8claws66
4682
4683         * README.claws, src/summaryview.c
4684                 fix description for marked messages
4685
4686 2003-01-08 [paul]
4687
4688         * tools/Makefile.am
4689           tools/launch_phoenix  ** NEW FILE **
4690                 add script that enables using Phoenix as the default
4691                 web browser. 
4692                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4693                 
4694         * tools/OOo2sylpheed.pl
4695                 remove full path to sylpheed executable, just 'sylpheed'
4696                 will do
4697                 
4698         * tools/README
4699                 add launch_phoenix informtion and re-arrange and compress
4700                 the data a little
4701
4702 2003-01-07 [christoph]  0.8.8claws65
4703
4704         * src/folder.c
4705                 fix update for source folder when moving messages
4706         * src/procmsg.[ch]
4707         * src/summaryview.c
4708                 use function to set to_folder for message infos and
4709                 automatically update the op_count for old and new
4710                 folder
4711
4712 2003-01-07 [melvin]     0.8.8claws64
4713
4714         * src/prefs_actions.c
4715                 Fixed bug where an '%p' Action on a displayed image crashed 
4716                         Sylpheed
4717                 Code clean up (get rid of duplicated code and removed unnecessary 
4718                                 structure member)
4719
4720 2003-01-07 [christoph]  0.8.8claws63
4721
4722         * src/compose.c
4723         * src/folder.[ch]
4724         * src/folderview.c
4725         * src/import.c
4726         * src/inc.c
4727         * src/main.c
4728         * src/mainwindow.c
4729         * src/messageview.c
4730         * src/prefs_folder_item.c
4731         * src/procmsg.c
4732         * src/summaryview.c
4733         * src/toolbar.c
4734                 o remove all folder update triggering from the UI code. The folder
4735                   system should know much better when a folder needs an update.
4736                 o to prevent multiple updates in a row the folder updates can be
4737                   frozen for some time.
4738
4739                 Note: - Please verify that no updates are missing
4740                       - Check where freeze/thaws should be added
4741
4742 2003-01-07 [christoph]  0.8.8claws62
4743
4744         * src/prefs_actions.c
4745                 don't translate empty strings
4746
4747         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4748
4749 2003-01-06 [christoph]  0.8.8claws61
4750
4751         * src/prefs_actions.c
4752                 mark strings for gettext
4753         * src/prefs_matcher.c
4754                 use new description window for Execute action and
4755                 match condition in Filtering
4756
4757         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4758
4759 2003-01-06 [alfons]     0.8.8claws60
4760
4761         keep myself inspired to re-organize matcher part 8; 
4762         yes, more to come (I need to move out the descriptive
4763         text for actions to matcher.c, or at least make it not
4764         depend on the wicked ordering)
4765
4766         * src/prefs_matcher.c
4767                 add documentation so others may comprehend the
4768                 UI part of the conditions
4769                 
4770 2003-01-06 [christoph]  0.8.8claws59
4771
4772         * src/prefs_actions.c
4773                 use new description window for syntax help
4774         * src/gtk/description_window.c
4775                 fix display of descriptions with column count != 2
4776
4777         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4778
4779 2003-01-06 [christoph]  0.8.8claws58
4780
4781         * src/quote_fmt.c
4782         * src/summaryview.[ch]
4783         * src/gtk/Makefile.am
4784         * src/gtk/description_window.[ch]       ** NEW **
4785                 use a generic window to display syntax descriptions
4786                 currently used in quote_fmt and summaryview (new description
4787                 for extended quick search)
4788
4789         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4790
4791 2003-01-06 [paul]       0.8.8claws57
4792
4793         * sync with 0.8.8cvs1
4794                 see ChangeLog 2003-01-06
4795
4796 2003-01-06 [christoph]  0.8.8claws56
4797
4798         * src/mainwindow.c
4799         * src/prefs_gtk.[ch]
4800         * src/gtk/prefswindow.[ch]
4801         * src/plugins/spamassassin/spamassassin_gtk.c
4802                 o remove page management from prefswindow, pages
4803                   will be an argument to prefswindow_open
4804                 o prefswindow_open gets a datapointer that is
4805                   passed to the widget_create function to allow
4806                   creation of prefswindow for specific items
4807
4808 2003-01-06 [colin]      0.8.8claws55
4809         
4810         * src/summaryview.c
4811                 We don't want regexp in the reply-finder, 
4812                 because MIDs can contain !,$,. and so on
4813
4814 2003-01-06 [jens]       0.8.8claws54
4815
4816         * src/jpilot.c
4817                 fixed a wrong free in jpilot_read_db_files
4818
4819 2003-01-06 [alfons]     0.8.8claws53
4820
4821         re-organize matcher part 8; more to come
4822        
4823         * src/matcher.c
4824                 matcherprop_to_string(): put g_free()s before the
4825                 switch-case break to fix memleaks                
4826
4827 2003-01-06 [colin]      0.8.8claws52
4828
4829         * src/summaryview.c
4830                 cleanup & reply-finder now displays the first 
4831                 matching message
4832
4833 2003-01-05 [alfons]     0.8.8claws51
4834
4835         re-organize matcher part 7; more to come
4836
4837         * src/matcher.[ch]
4838                 fixes for constant correctness;
4839                 more documentation;
4840
4841 2003-01-05 [alfons]     0.8.8claws50
4842
4843         re-organize matcher part 6; more to come
4844         
4845         * src/matcher.[ch]
4846                 fixes for constant correctness;
4847                 more documentation;
4848         * src/filtering.c
4849                 fix for constant correctness
4850
4851 2003-01-05 [colin]      0.8.8claws49
4852
4853         * src/account.[ch]
4854                 Add account_get_reply_account function
4855         * src/compose.c
4856                 Use account_get_reply_account function 
4857         * src/summaryview.c
4858                 Basic reply-finder - click on the replied
4859                 icon gets you to the outbox using quick-search
4860
4861 2003-01-05 [paul]       0.8.8claws48
4862
4863         * src/prefs_common.c
4864                 small change to English
4865                 
4866         * src/prefs_filtering.c
4867                 prefs_filtering_action_select(): improve logic and uniformity
4868                 of gui
4869
4870 2003-01-05 [alfons]     0.8.8claws47
4871
4872         fine tune solution to focus problems (bug #7)
4873
4874         * src/mainwindow.c
4875                 mainwindow_focus_in_event(): remove grab event check
4876         * src/summaryview.c
4877                 summary_button_pressed(): move selection on right-click
4878                 too. we can't possibly move the selection back after
4879                 canceling a dialog, because gtk's incomplete focus 
4880                 management. whether this is a good solution, only time
4881                 will tell.
4882
4883 2003-01-05 [christoph]  0.8.8claws46
4884
4885         * src/imap.c
4886                 fix crash when no imap connection could be established
4887
4888 2003-01-05 [paul]       0.8.8claws45
4889
4890         * src/mainwindow.c
4891           src/sumamryview.c
4892           src/gtk/menu.[ch]
4893                 fix bug 605957 'shortcuts in popup-menu'
4894                 make user-defined shortcuts work
4895                 show shortcuts that are already defined
4896                 in the main menu
4897                 Patch submitted by Luke Plant
4898
4899 2003-01-05 [alfons]     0.8.8claws44
4900
4901         * src/mainwindow.c
4902                 focus_in_event handler should not select summary view row 
4903                 when another window (menu, dialog) grabbed for events 
4904                 (bug #7, "[0.8.8claws42] Message summary focus") 
4905
4906 2003-01-04 [christoph]  0.8.8claws43
4907
4908         * src/procmsg.c
4909                 update save folder after adding the sent message
4910                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4911
4912 2003-01-02 [christoph]  0.8.8claws42
4913
4914         * src/common/plugin.c
4915                 fix unloading of all plugins and unload
4916                 plugins in reverse order
4917                 
4918         * src/gtk/pluginwindow.c
4919                 implement function of load and unload button
4920
4921         * src/gtk/prefswindow.c
4922         * src/gtk/prefswindow.h
4923                 rename register function and add new unregister
4924                 function
4925
4926         * src/plugins/spamassassin/spamassassin_gtk.c
4927                 unregister prefs page and update for changes in
4928                 src/gtk/prefswindow.c
4929
4930 2003-01-02 [paul]       0.8.8claws41
4931
4932         * po/es.po
4933                 updated by Ricardo Mones Lastra
4934
4935 2003-01-02 [paul]
4936
4937         * tools/tb2sylpheed
4938                 fixes and improvements by Urke MMI
4939
4940 2003-01-02 [thorsten]   0.8.8claws40
4941
4942         * src/procmsg.c
4943                 fixed wrong return value
4944
4945 2003-01-02 [thorsten]   0.8.8claws39
4946
4947         * src/prefs.c
4948                 fixed printing wrong variable
4949
4950 2003-01-02 [thorsten]   0.8.8claws38
4951
4952         * src/prefs.c
4953                 fixed acessing members of freed pfile struct
4954
4955 2003-01-02 [thorsten]   0.8.8claws37
4956
4957         * src/procmsg.c
4958                 detect loops across several messages
4959                 as suggested by Christoph Hohmann
4960
4961 2003-01-01 [match]      0.8.8claws36
4962
4963         * src/addrindex.c
4964                 fixed another memory leak.
4965
4966 2003-01-01 [match]      0.8.8claws35
4967
4968         * src/jpilot.[ch]
4969                 fixed memory leaks. applied Doxygen comments.
4970
4971 2003-01-01 [thorsten]   0.8.8claws34
4972
4973         * src/procmsg.c
4974                 inhibit endless loop if msg references itself
4975                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4976
4977 2003-01-01 [christoph]  0.8.8claws33
4978
4979         * src/mainwindow.c
4980         * src/gtk/Makefile.am
4981         * src/gtk/pluginwindow.c                ** NEW **
4982         * src/gtk/pluginwindow.h                ** NEW **
4983                 add plugin window
4984
4985         * src/plugins/demo/demo.c
4986         * src/plugins/spamassassin/spamassassin.c
4987         * src/plugins/spamassassin/spamassassin_gtk.c
4988                 write better plugin descriptions
4989
4990 2002-12-31 [christoph]  0.8.8claws32
4991
4992         * src/gtk/prefswindow.c
4993         * src/plugins/spamassassin/spamassassin_gtk.c
4994                 some small improvements to GTK code
4995
4996 2002-12-31 [christoph]  0.8.8claws31
4997
4998         * src/plugins/spamassassin/spamassassin_gtk.c
4999                 enable folder select button
5000
5001 2002-12-31 [christoph]  0.8.8claws30
5002
5003         * src/mainwindow.c
5004         * src/gtk/Makefile.am
5005         * src/gtk/prefswindow.c                         ** NEW **
5006         * src/gtk/prefswindow.h                         ** NEW **
5007                 add new prefs window
5008
5009         * src/common/plugin.c
5010                 don't try to load empty config lines
5011         
5012         * src/plugins/spamassassin/Makefile.am
5013         * src/plugins/spamassassin/spamassassin.c
5014         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5015         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5016                 GTK config for SpamAssassin Plugin using
5017                 the new prefs window
5018
5019 2002-12-31 [paul]       0.8.8claws29
5020
5021         * po/POTFILES.in
5022                 remove obsolete entry 'src/menu.c'
5023
5024 2002-12-31 [alfons]     0.8.8claws28
5025
5026         * src/matcher.[ch]
5027         * src/matcher_parser_parse.y
5028         * src/prefs_matcher.c
5029                 add "ignore_thread" and "~ignore_thread" condition so it's
5030                 possible to make the actions / scoring operate on the ignore
5031                 thread flag
5032
5033 2002-12-31 [christoph]  0.8.8claws27
5034
5035         * src/addrbook.c
5036         * src/addrindex.c
5037         * src/folder.c
5038         * src/matcher.c
5039         * src/prefs_account.c
5040         * src/prefs_actions.c
5041         * src/prefs_customheader.c
5042         * src/prefs_display_header.c
5043         * src/prefs_gtk.c
5044         * src/procmime.c
5045         * src/toolbar.c
5046         * src/xmlprops.c
5047         * src/common/prefs.[ch]
5048                 extend prefs file handling for reading and automatic handling
5049                 of blocks. When reading prefs_set_block_label will automatically
5050                 move on to the block. When writing it will copy all other blocks
5051                 automatically
5052
5053         * src/common/plugin.c
5054                 Now loading plugin filenames from [Plugins] block in
5055                 sylpheed rc file
5056
5057 2002-12-30 [christoph]  0.8.8claws26
5058
5059         * src/common/hooks.[ch]
5060                 return abort status to caller of hooks_invoke
5061                 
5062         * src/inc.[ch]
5063                 invoke message filtering hook and stop
5064                 default handling when filter returns abort
5065
5066         * src/common/plugin.[ch]
5067         * src/plugins/demo/demo.c
5068                 modify plugin loader, because resolving symbols for strings
5069                 does not work correctly
5070         
5071         * configure.in
5072         * ac/spamassassin.m4                            ** NEW **
5073         * src/plugins/spamassassin/.cvsignore           ** NEW **
5074         * src/plugins/spamassassin/Makefile.am          ** NEW **
5075         * src/plugins/spamassassin/README               ** NEW **
5076         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5077         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5078         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5079                 add spamassassin plugin, see src/plugins/spamassassin/README
5080                 for details
5081
5082 2002-12-29 [alfons]     0.8.8claws25
5083
5084         * src/mainwindow.c
5085                 when moving focus from a message view to the main 
5086                 window, don't forget to select the summary node
5087                 of the displayed message. should fix "[ 659103 ] 
5088                 focus-follows-mouse confuses sylpheed"
5089
5090 2002-12-29 [christoph]  0.8.8claws24
5091
5092         * src/Makefile.am
5093         * src/stringtable.[ch]          ** REMOVE **
5094         * src/common/Makefile.am
5095         * src/common/stringtable.[ch]   ** NEW **
5096                 move stringtable files to common directory
5097
5098 2002-12-29 [christoph]  0.8.8claws23
5099
5100         * src/Makefile.am
5101         * src/menu.[ch]                 ** REMOVE **
5102         * src/gtk/Makefile.am
5103         * src/gtk/menu.[ch]             ** NEW **
5104                 move menu files to gtk directory
5105
5106 2002-12-29 [match]      0.8.8claws22
5107
5108         * src/addressbook.c
5109         * src/syldap.c
5110                 moved UI specific code out of LDAP code into addressbook
5111                 UI code. fixed memory leak.
5112
5113 2002-12-29 [christoph]  0.8.8claws21
5114
5115         * src/folder.c
5116                 only check for IGNORED parent message when message is
5117                 not IGNORED itself
5118
5119 2002-12-29 [alfons]     0.8.8claws20
5120
5121         * src/summaryview.c
5122                 set gtksctree's anchor correct (immediate execute
5123                 changes the tree's layout, and anchor points at 
5124                 the incorrect row). fixes "[ 657233 ] multiple msg 
5125                 delete sometimes off by 1".
5126                 we probably have to look for more tree layout /
5127                 anchor glitches.
5128
5129 2002-12-29 [paul]       0.8.8claws19
5130
5131         * src/summaryview.c
5132                 fix bug [ 659054 ] incorrect sorting of 'From' column
5133                 when using 'display sender using address book'
5134                 thanks to Alfons and Luke Plant
5135
5136 2002-12-29 [christoph]  0.8.8claws18
5137
5138         * src/folder.c
5139         * src/procmsg.[ch]
5140                 check parent messages for IGNORE THREAD flag, when adding,
5141                 moving or copying messages to a folder
5142
5143 2002-12-27 [alfons]     0.8.8claws17
5144
5145         re-organize matcher part 5; more to come
5146
5147         * src/matcher.c
5148                 hash keywords in matchparser_tab 
5149
5150 2002-12-27 [alfons]     0.8.8claws16
5151
5152         re-organize matcher part 4; more to come
5153
5154         * src/matcher_parser.h
5155         * src/matcher_parser_lex.l
5156         * src/matcher_parser_parse.y
5157                 cleanup
5158
5159 2002-12-27 [alfons]     0.8.8claws15
5160
5161         re-organize matcher part 3; more to come
5162
5163         * src/matcher.[ch]
5164                 cleanup
5165
5166 2002-12-27 [alfons]     0.8.8claws14
5167
5168         re-organize matcher part 2; more to come but this should
5169         work. cc me if there are any regressions.
5170
5171         * src/matcher.h
5172                 add prototype for get_matchparser_tab_id()
5173         * src/matcher_parser_lex.l
5174                 look up keywords using matchparser_tab_id();
5175
5176 2002-12-27 [alfons]     0.8.8claws12
5177
5178         re-organize matcher part 1
5179
5180         * src/matcher.h
5181                 map yacc generated constants to sylpheed matcher constants
5182         * src/matcher.c
5183                 add function to find a matcher constant from a string
5184
5185 2002-12-27 [christoph]  0.8.8claws11
5186
5187         * src/compose.c
5188                 MENUITEM_ADD casts the 4th argument from integer to pointer
5189                 so it probably should not be a pointer, this means we
5190                 should use account id for it and not the account's pointer
5191
5192 2002-12-27 [paul]       0.8.8claws10
5193
5194         * src/mainwindow.c
5195                 remove unneeded 'GtkWidget *vbox'
5196                 
5197         * src/summaryview.c
5198                 further sync with 0.8.8 - make sort
5199                 by recipient work as expected
5200                 
5201         * NEWS
5202                 sync with 0.8.8
5203
5204 2002-12-27 [paul]       0.8.8claws9
5205
5206         * po/pt_BR.po
5207                 updated by Ivan F. Martinez
5208                 
5209 2002-12-27 [darko]      0.8.8claws8
5210
5211         * src/common/utils.c
5212                 added locked pattern to extended search
5213
5214 2002-12-27 [alfons]     0.8.8claws7
5215
5216         * src/prefs_matcher.[ch]
5217                 clean up
5218
5219 2002-12-26 [alfons]     0.8.8claws6
5220
5221         * src/matcher.[ch]
5222         * src/matcher_parser_lex.l
5223         * src/matcher_parser_parse.y
5224         * src/prefs_matcher.c
5225                 allow color label as a condition in the matcher
5226
5227 2002-12-26 [oliver]     0.8.8claws5
5228         
5229         * src/toolbar.c 
5230                 enable Addressbook for Main and Messageview
5231         * src/prefs_actions.c
5232                 enable actions in Messageview
5233
5234 2002-12-26 [christoph]  0.8.8claws4
5235
5236         * src/common/plugin.c
5237                 add a little debug output
5238         * configure.in
5239         * src/plugins/demo/Makefile.am
5240                 better use of automake
5241
5242 2002-12-26 [christoph]  0.8.8claws3
5243
5244         * src/Makefile.am
5245         * src/common/Makefile.am
5246                 fix "make distdir"
5247
5248 2002-12-26 [christoph]  0.8.8claws2
5249
5250         * configure.in
5251                 sort configure checks into common / gtk / plugins
5252         * po/POTFILES.in
5253                 add src/prefs_gtk.c
5254         * src/Makefile.am
5255                 add plugins SUBDIR
5256         * src/main.c
5257         * src/common/sylpheed.[ch]
5258                 added now sylpheed_done function for shutdown
5259         * src/common/Makefile.am
5260         * src/common/plugin.[ch]                ** NEW **
5261                 plugin loader and unloader
5262         * src/plugins/.cvsignore                ** NEW **
5263         * src/plugins/Makefile.am               ** NEW **
5264                 build plugins
5265         * src/plugins/demo/.cvsignore           ** NEW **
5266         * src/plugins/demo/Makefile.am          ** NEW **
5267         * src/plugins/demo/demo.c               ** NEW **
5268                 small demo plugin that installs a logtext hook and
5269                 outputs the log text to stdout
5270
5271 2002-12-26 [paul]       0.8.8claws1
5272
5273         * po/es.po
5274                 updated by Ricardo Mones Lastra
5275
5276 2002-12-26 [paul]       0.8.8claws
5277
5278         * 0.8.8claws released
5279
5280 2002-12-26 [paul]       0.8.7claws12
5281
5282         * po/bg.po
5283                 updated by George Danchev
5284
5285 2002-12-26 [paul]       0.8.7claws11
5286
5287         * po/POTFILES.in
5288                 remove unneeded 'src/prefs.c' entry 
5289
5290 2002-12-26 [paul]       0.8.7claws10
5291
5292         * src/codeconv.c
5293           src/mainwindow.c
5294                 sync with 0.8.8 release
5295         
5296         * src/folder.[ch]
5297           src/mh.c
5298           src/summaryview.c
5299                 partial sync with 0.8.8 release
5300         
5301
5302 2002-12-25 [alfons]     0.8.7claws9
5303
5304         * src/matcher.[ch]
5305         * src/matcher_parser_lex.l
5306         * src/matcher_parser_parse.y
5307         * src/prefs_matcher.c
5308                 add locked flag to possible filtering / matcher 
5309                 conditions (also a good example what should be
5310                 done to add a simple boolean condition)
5311
5312 2002-12-25 [christoph]  0.8.7claws8
5313
5314         * src/Makefile.am
5315         * src/account.[ch]
5316         * src/addrbook.c
5317         * src/addressbook.c
5318         * src/addrindex.c
5319         * src/filtering.c
5320         * src/folder.c
5321         * src/matcher.c
5322         * src/prefs.[ch]                ** REMOVE **
5323         * src/prefs_account.c
5324         * src/prefs_actions.c
5325         * src/prefs_common.c
5326         * src/prefs_customheader.c
5327         * src/prefs_display_header.c
5328         * src/prefs_filtering.c
5329         * src/prefs_folder_item.c
5330         * src/prefs_gtk.[ch]            ** NEW **
5331         * src/prefs_matcher.c
5332         * src/prefs_scoring.c
5333         * src/prefs_summary_column.c
5334         * src/procmime.c
5335         * src/selective_download.c
5336         * src/toolbar.c
5337         * src/common/Makefile.am
5338         * src/common/prefs.[ch]         ** NEW **
5339                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
5340
5341 2002-12-24 [alfons]     0.8.7claws7
5342
5343         * src/summaryview.c
5344                 summary_thread_build(): fix real cause of the crash mentioned in
5345                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
5346                 this way we get meaningful ctree nodes 
5347
5348 2002-12-24 [oliver]     0.8.7claws6
5349
5350         * src/mainwindow.[ch]
5351         * src/messageview.[ch]
5352         * src/compose.[ch]
5353         * src/inc.c
5354         * src/summaryview.c
5355                 changes to use updated toolbar handling
5356                 
5357 2002-12-24 [oliver]     0.8.7claws5
5358
5359         * src/toolbar.[ch]
5360                 generic toolbar handling
5361                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
5362         * src/prefs_toolbar.[ch]
5363                 adjust to handling
5364         
5365 2002-12-24 [oliver]     0.8.7claws4
5366         
5367         * src/stock_pixmap.[ch]
5368                 move SYLPHEED_LOGO to end of list in order 
5369                 to remove it from Custom Toolbar`s Icon View
5370
5371 2002-12-24 [alfons]     0.8.7claws3
5372
5373         * src/summaryview.c
5374                 summary_thread_build(): fix crash because of focus != selection 
5375                 after threading. when deleting the selection, gtk tries but fails 
5376                 to find the correct focusable element. we now force the selection
5377                 to be focused. this should solve the infamous bug reported by 
5378                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
5379                 a test case is available. 
5380
5381 2002-12-24 [darko]      0.8.7claws2
5382
5383         * src/summaryview.c
5384                 don't crash when unmarking message with unread children
5385
5386 2002-12-23 [christoph]  0.8.7claws1
5387
5388         * src/Makefile.am
5389         * src/common/Makefile.am
5390                 update Makefiles for moved intl.h, version.h and defs.h
5391         * src/imap.c
5392                 rewrite imap_session_get to avoid duplicate code
5393
5394 2002-12-23 [paul]       0.8.7claws
5395
5396         * Santa-Claws released
5397         
5398         * po/hu.po
5399           po/ru.po
5400                 squeeze in updated Hungarian and Russian translations.
5401                 Submitted by  Gál Zoltán and Ruslan N. Balkin
5402
5403 2002-12-23 [paul]       0.8.6claws129
5404
5405         * po/pl.po
5406                 updated by Witold Wladyslaw Wojciech Wilk
5407
5408 2002-12-23 [paul]       0.8.6claws128
5409
5410         * src/quote_fmt_parse.y
5411                 fix typo and add licence header
5412
5413 2002-12-23 [paul]       0.8.6claws127
5414
5415         * po/en_GB.po
5416                 updated
5417
5418 2002-12-23 [paul]       0.8.6claws126
5419
5420         * po/it.po
5421                 updated translation, submitted by Alessandro Maestri
5422                 
5423 2002-12-23 [paul]       0.8.6claws125
5424
5425         * src/quote_fmt_parse.y
5426                 fix signature-stripping on replies bug. match
5427                 '-- \n' and not '-- '.
5428
5429 2002-12-22 [paul]       0.8.6claws124
5430
5431         * po/bg.po
5432           po/es.po
5433           po/sr.po
5434                 updated translations. submitted by George Danchev,
5435                 Ricardo Mones Lastra, and Urke MMI respectively
5436
5437 2002-12-21 [paul]       0.8.6claws123
5438
5439         * src/addrbook.c
5440                 fix coding style
5441
5442 2002-12-21 [paul]       0.8.6claws122
5443
5444         * src/addrbook.c
5445                 fix bug [643638] where if a person is in one or more
5446                 addressbook groups editing that person's email 
5447                 address results in removal from those groups.
5448                 Patch submitted by Luke Plant.
5449
5450 2002-12-20 [christoph]  0.8.6claws121
5451
5452         * src/common/utils.c
5453         * src/summaryview.c
5454                 reimplement expand_search_string using GString to
5455                 prevent crashs caused by miscalculated string
5456                 lengths reported by Paul
5457
5458 2002-12-20 [christoph]  0.8.6claws120
5459
5460         * src/summaryview.c
5461                 don't use "changed" to check if op_count has to be changed as it
5462                 is also set when the message has unread children
5463                 (closes bug [ 653221 ] crash while deleting duplicates)
5464
5465 2002-12-20 [paul]       0.8.6claws119
5466
5467         * sync with 0.8.6cvs27
5468                 see ChangeLog 2002-12-20
5469
5470 2002-12-20 [paul]       0.8.6claws118
5471
5472         * sync with 0.8.6cvs26
5473                 see ChangeLog 2002-12-19 and 2002-12-20
5474
5475 2002-12-19 [alfons]     0.8.6claws117
5476
5477         * src/textview.c
5478                 fix incorrect parsing of email addresses, submitted by 
5479                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
5480                 name display if it contains @".
5481
5482 2002-12-18 [paul]       0.8.6claws116
5483
5484         * sync with 0.8.6cvs23
5485                 see ChangeLog 2002-12-18
5486
5487 2002-12-18 [paul]       0.8.6claws115
5488
5489         * src/Makefile.am
5490         * src/account.c
5491         * src/codeconv.c
5492         * src/gtkutils.[ch]
5493         * src/imap.c
5494                 sync with 0.8.6cvs22.
5495                 see ChangeLog 2002-12-17 and 2002-12-18
5496
5497 2002-12-17 [christoph]  0.8.6claws114
5498
5499         * src/imap.c
5500                 o don't create a session if imap greeting fails
5501                 o don't close socket when authentication fails
5502                   this is done by imap_session_destroy
5503
5504 2002-12-17 [thorsten]   0.8.6claws113
5505
5506         * tools/Makefile.am
5507           tools/README
5508           tools/google_msgid.pl ** NEW FILE **
5509                 Added "search for message-id" script and doc
5510
5511 2002-12-17 [thorsten]   0.8.6claws112
5512
5513         * po/hu.po
5514                 Updated hungarian translation
5515                 (updated by Gal Zoltan)
5516
5517 2002-12-16 [christoph]  0.8.6claws111
5518
5519         * src/addr_compl.c
5520                 remove stupid addressbook dump to debug output
5521         * src/mh.c
5522                 fix memory leak found by Hiro
5523
5524 2002-12-14 [paul]       0.8.6claws110
5525
5526         * src/compose.c
5527                 fix menubar sensitivity on send
5528                 
5529         * src/prefs_filtering.c
5530         * src/prefs_matcher.c
5531         * src/prefs_scoring.c
5532                 Fix english ;)
5533                 
5534         * src/common/quoted-printable.h
5535                 sync: fix typo
5536         
5537 2002-12-13 [christoph]  0.8.6claws109
5538
5539         * src/Makefile.am
5540         * src/manage_window.[ch]        ** REMOVE **
5541         * src/gtk/Makefile.am
5542         * src/gtk/manage_window.[ch]    ** NEW **
5543                 move manage_window files to gtk directory
5544
5545 2002-12-13 [christoph]  0.8.6claws108
5546
5547         * src/Makefile.am
5548         * src/gtkshruler.[ch]           ** REMOVE **
5549         * src/gtk/Makefile.am
5550         * src/gtk/gtkshruler.[ch]       ** NEW **
5551                 move gtkshruler files to gtk directory
5552
5553 2002-12-13 [christoph]  0.8.6claws107
5554
5555         * src/Makefile.am
5556         * src/compose.c
5557         * src/gtkstext.[ch]             ** REMOVE **
5558         * src/gtkutils.[ch]
5559         * src/textview.c
5560         * src/gtk/gtkstext.[ch]         ** NEW **
5561         * src/gtk/Makefile.am
5562                 o move stext functions to gtkstext.c to remove
5563                   dependency of gtkutils
5564                 o move gtkstext files to gtk directory
5565
5566         * src/gtk/Makefile.am
5567         * src/gtk/sslcertwindow.[ch]
5568                 UI stuff can always depend on common code so
5569                 it's ok to add ../common to include path
5570
5571 2002-12-13 [colin]      0.8.6claws106
5572
5573         * src/summaryview.c
5574                 Disconnect sighandlers for mainwindow when
5575                 quicksearch has the focus
5576                 Fix bug #653231
5577         * src/mainwindow.[ch]
5578                 Make key_pressed callback public, to be able
5579                 to disconnect it
5580
5581 2002-12-13 [christoph]  0.8.6claws105
5582
5583         * src/mh.c
5584                 create .mh_sequences file in new MH folders
5585                 (closes feature request [ 523162 ] MH folders should
5586                  get a .mh_sequences)
5587
5588 2002-12-13 [colin]      0.8.6claws104
5589
5590         * src/summaryview.c
5591                 Better handling of quicksearch show/hide
5592                 (basically the button stays under the mouse 
5593                  when toggled)
5594
5595 2002-12-13 [paul]       0.8.6claws103
5596
5597         * sync with 0.8.6cvs17
5598                 see ChangeLog 2002-12-13
5599
5600 2002-12-13 [paul]       0.8.6claws102
5601
5602         * po/es.po
5603                 updated by Ricardo Mones Lastra
5604
5605 2002-12-11 [colin]       0.8.6claws101
5606
5607         * src/folder.c
5608                 remove statusbar stuff
5609           src/folderview.c
5610                 set statusbar verbosity when moving folders
5611
5612 2002-12-11 [colin]       0.8.6claws100
5613         * src/prefs_filtering.c
5614         * src/prefs_matcher.c
5615         * src/prefs_scoring.c
5616                 Fix english ;)
5617
5618 2002-12-11 [colin]       0.8.6claws99
5619
5620         * src/prefs_common.[ch]
5621                 Add summary_quicksearch_type
5622         * src/summaryview.c
5623                 Save last used quicksearch type
5624
5625 2002-12-11 [jens]       0.8.6claws98
5626         * src/prefs_filtering.c
5627         * src/prefs_matcher.c
5628         * src/prefs_scoring.c
5629                 added dialog for incomplete rules in scoring, filtering and
5630                 matcher to ask wheather really close
5631
5632 2002-12-11 [colin]      0.8.6claws97
5633
5634         * src/folder.c
5635                 Fix folder dnd statusbar logging
5636
5637 2002-12-10 [christoph]  0.8.6claws96
5638
5639         * src/compose.c
5640         * src/folder.c
5641         * src/imap.c
5642         * src/inc.c
5643         * src/main.c
5644         * src/mainwindow.c
5645         * src/news.c
5646         * src/send.c
5647         * src/statusbar.[ch]
5648         * src/common/hooks.c
5649         * src/common/log.[ch]
5650                 o handle verbose logging in statusbar directly in statusbar code
5651                   and common code does not need any knowledge about a statusbar
5652                 o remove direct calls to statusbar_(puts|pop)_all functions
5653
5654 2002-12-10 [jens]       0.8.6claws95
5655
5656         * src/*.c
5657                 removed gettext from g_warnings
5658         * po/POTFILES.in
5659                 cleaned and updated
5660         * po/de.po
5661                 updated
5662
5663 2002-12-10 [colin]      0.8.6claws94
5664
5665         * src/main.c
5666                 finish crash dialog fix
5667
5668 2002-12-10 [colin]      0.8.6claws93
5669
5670         * src/main.c
5671                 "Fix" "sylpheed already running" instead of
5672                 crash dialog appearing after a crash
5673
5674 2002-12-10 [colin]      0.8.6claws92
5675
5676         * po/POTFILES.in
5677                 add src/gtk/sslcertwindow.c
5678
5679 2002-12-10 [paul]       0.8.6claws91
5680
5681         * po/POTFILES.in
5682                 updated to reflect recent changes
5683                 submitted by Alessandro Maestri
5684
5685 2002-12-09 [christoph]  0.8.6claws90
5686
5687         * src/Makefile.am
5688         * src/smtp.[ch]                 ** REMOVE **
5689         * src/common/Makefile.am
5690         * src/common/smtp.[ch]          ** NEW **
5691                 move smtp files to common directory
5692
5693 2002-12-09 [christoph]  0.8.6claws89
5694
5695         * src/Makefile.am
5696         * src/session.[ch]              ** REMOVE **
5697         * src/common/Makefile.am
5698         * src/common/session.[ch]       ** NEW **
5699                 move session files to common directory
5700
5701 2002-12-09 [paul]       0.8.6claws88
5702
5703         * src/account.c
5704                 fix bug [649746] edit accounts: move account reverted
5705                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5706
5707 2002-12-09 [colin]      0.8.6claws87
5708
5709         * src/ssl_certificate.c
5710                 cleanup
5711
5712 2002-12-09 [colin]      0.8.6claws86
5713
5714         * src/ssl.c
5715                 Try to open the cert.pem database and 
5716                 issue a warning if it isn't there
5717
5718 2002-12-09 [colin]      0.8.6claws85
5719
5720         * src/common/ssl_certificate.c
5721         * src/gtk/sslcertwindow.c
5722                 Warning fixes
5723
5724 2002-12-09 [colin]      0.8.6claws84
5725
5726         * src/ssl_certificate.[ch] ** REMOVED **
5727         * src/common/ssl_certificate.[ch] ** NEW **
5728         * src/Makefile.am
5729         * src/common/Makefile.am
5730                 Moved ssl_certificate.[ch] to common
5731         * src/common/ssl.c 
5732                 Put back needed include
5733         * src/gtk/sslcertwindow.[ch]
5734                 Changed ssl_certificate.h include
5735         
5736 2002-12-09 [colin]      0.8.6claws83
5737
5738         * src/gtk/sslcertwindow.[ch]
5739                 Implement hook for certificate acception
5740         * src/ssl_certificate.[ch]
5741                 Implement hook for certificate acception
5742         * src/common/ssl.c
5743                 Reenable certificate acception check
5744         * src/mainwindow.c
5745                 Register sslcertwindow's hook
5746         
5747 2002-12-08 [christoph]  0.8.6claws82
5748
5749         * src/about.c
5750         * src/addr_compl.c
5751         * src/codeconv.c
5752         * src/manual.c
5753         * src/undo.c
5754         * src/common/utils.c
5755                 o add missing includes
5756                 o fix warnings
5757         * src/.cvsignore
5758         * src/common/.cvsignore
5759         * src/common/version.h          ** REMOVE **
5760                 remove autogenerated file
5761
5762 2002-12-08 [paul]       0.8.6claws81
5763
5764         * src/stringtable.c
5765                 put back needed include
5766
5767 2002-12-08 [colin]      0.8.6claws80
5768         
5769         * src/gtk/sslcertwindow.c
5770                 Cleaner popups when asking
5771         * src/ssl_certificate.c
5772         * src/prefs_common.[ch]
5773                 remove ssl certificate pref
5774                 put back needed include
5775         * src/undo.c
5776                 put back needed include
5777
5778 2002-12-08 [christoph]  0.8.6claws79
5779
5780         * src/folderview.c
5781         * src/logwindow.c
5782         * src/statusbar.c
5783         * src/summaryview.c
5784                 only abort hook invokation if required data is missing not
5785                 if our own data pointer is NULL, update hookfunction for
5786                 log window
5787
5788 2002-12-08 [paul]       0.8.6claws78
5789
5790         * src/about.c
5791         * src/addrcache.c
5792         * src/addrclip.c
5793         * src/addr_compl.c
5794         * src/addrselect.c
5795         * src/codeconv.c
5796         * src/colorlabel.c
5797         * src/enriched.c
5798         * src/esmtp.c
5799         * src/exporthtml.c
5800         * src/headerview.c
5801         * src/imageview.c
5802         * src/manual.c
5803         * src/noticeview.c
5804         * src/pgptext.c
5805         * src/scoring.c
5806         * src/sourcewindow.c
5807         * src/stringtable.c
5808         * src/undo.c
5809                 clean up: remove unneccesary includes
5810
5811 2002-12-08 [christoph]  0.8.6claws77
5812
5813         * src/folderview.c
5814         * src/statusbar.c
5815         * src/summaryview.c
5816         * src/common/hooks.[ch]
5817                 hook functions now have a gboolean return value, if a hook
5818                 returns TRUE it will stop executing of any more hooks in
5819                 the same hooklist for this invokation
5820
5821 2002-12-08 [colin]      0.8.6claws76
5822         
5823         * src/main.c
5824                 put back argv0 for CRASH_DIALOG
5825
5826 2002-12-08 [christoph]  0.8.6claws75
5827
5828         * src/Makefile.am
5829         * src/about.c
5830         * src/account.c
5831         * src/crash.c
5832         * src/esmtp.h
5833         * src/imap.[ch]
5834         * src/inc.c
5835         * src/main.c
5836         * src/mainwindow.c
5837         * src/news.c
5838         * src/pop.[ch]
5839         * src/prefs_account.[ch]
5840         * src/prefs_common.[ch]
5841         * src/send.[ch]
5842         * src/smtp.[ch]
5843         * src/ssl_certificate.[ch]
5844         * src/ssl_manager.[ch]
5845         * src/common/Makefile.am
5846         * src/common/log.c
5847         * src/common/nntp.[ch]
5848         * src/common/socket.[ch]
5849         * src/common/ssl.[ch]
5850         * src/gtk/sslcertwindow.[ch]
5851         * ac/openssl.m4
5852                 use new autoconf script to detect OpenSSL with extra parameters
5853                 to specify the location of libs and includes, also remove USE_SSL
5854                 to USE_OPENSSL
5855
5856         * src/common/sylpheed.[ch]
5857         * src/common/version.h.in
5858                 start seperation of common code initialization seperated from gui
5859
5860         * src/summaryview.c
5861                 The function that is called when a color label changes
5862                 should not change the color lable again
5863
5864 2002-12-08 [colin]      0.8.6claws74
5865
5866         * src/gtk/sslcertwindow.c
5867                 warning fixes
5868
5869 2002-12-08 [colin]      0.8.6claws73
5870
5871         * src/statusbar.c
5872           src/common/log.h
5873                 Register a hook for statusbar_puts_all
5874         * src/common/log.c
5875                 invoke statusbar_puts_all's hook
5876         
5877 2002-12-08 [colin]      0.8.6claws72
5878
5879         * src/ssl_certificate.c
5880                 Put back a badly-removed include
5881
5882 2002-12-08 [colin]      0.8.6claws71
5883
5884         * src/gtk/sslcertwindow.[ch]    ** NEW **
5885                 new certificate presentation
5886         * src/gtk/Makefile.am
5887                 add new files
5888         * src/ssl_certificate.[ch]
5889                 gtk cleanup, made utility functions public
5890         * src/ssl_manager.c
5891                 use new cert presentation
5892
5893 2002-12-07 [christoph]  0.8.6claws70
5894
5895         * src/Makefile.am
5896         * src/nntp.[ch]                 ** REMOVE **
5897         * src/common/Makefile.am
5898         * src/common/nntp.[ch]          ** NEW **
5899                 move nntp files to common directory
5900
5901 2002-12-07 [christoph]  0.8.6claws69
5902
5903         * src/procmsg.[ch]
5904         * src/summaryview.c
5905                 implement msginfo update callback using sylpheed's new
5906                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5907
5908 2002-12-06 [christoph]  0.8.6claws68
5909
5910         * src/editgroup.c
5911                 This patch changes the 'Edit Group Details' dialog to
5912                 allow extended selections in either pane, so that
5913                 addresses can be added or removed from a group more
5914                 quickly and easily. (it actually is a net decrease in
5915                 file size, as some unnecessary functions have been
5916                 removed). 
5917                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5918
5919 2002-12-06 [christoph]  0.8.6claws67
5920
5921         * src/Makefile.am
5922         * src/template.[ch]             ** REMOVE **
5923         * src/common/Makefile.am
5924         * src/common/template.[ch]      ** NEW **
5925                 move template files to common directory
5926
5927         * src/nntp.c
5928                 add missing log.h include
5929
5930 2002-12-06 [melvin]     0.8.6claws66
5931
5932         * src/prefs_actions.c
5933                 Added the trailing ">" syntax to insert command's output
5934                 without replacing old text (in contrast to trailing "|").
5935
5936 2002-12-05 [colin]      0.8.6claws65
5937         
5938         * src/common/utils.c
5939                 Don't modify original search_string or it'll change
5940                 the next iterations in the for()
5941
5942 2002-12-05 [darko]      0.8.6claws64
5943
5944         * src/common/utils.c
5945                 proper check for filtering commands, found by Colin
5946
5947 2002-12-05 [darko]      0.8.6claws63
5948
5949         * src/common/utils.c
5950                 check proper string for NULL pointer, found by Colin
5951
5952 2002-12-05 [darko]      0.8.6claws62
5953
5954         * src/common/utils.[ch]
5955                 expand_search_string(): new function
5956                 converts Mutt-like patterns to Sylpheed's
5957                 filtering engine
5958         * src/summaryview.c
5959                 use expand_search_string() to allow Mutt-like
5960                 patterns in extended search
5961         * README.claws
5962                 document extended option in quick search
5963
5964 2002-12-05 [paul]       0.8.6claws61
5965
5966         * sync with 0.8.6cvs16
5967                 see ChangeLog 2002-12-05
5968                 
5969         * po/POTFILES.in
5970                 clean up
5971
5972 2002-12-04 [christoph]  0.8.6claws60
5973
5974         * src/imap.[ch]
5975                 put imap authentication code into a new function and
5976                 remove it from imap_session_new that will allow to
5977                 send other commands before authentication
5978
5979 2002-12-04 [christoph]  0.8.6claws59
5980
5981         * src/imap.[ch]
5982                 use already existing method to prevent unneeded IMAP
5983                 folder selects. Set imap_select parameters to NULL
5984                 in some functions if the values are not required.
5985
5986         * src/xml.h
5987                 remove no longer required include
5988
5989 2002-12-04 [paul]       0.8.6claws58
5990
5991         * po/es.po
5992                 updated by Ricardo Mones Lastra
5993                 
5994         * configure.in
5995           po/hu.po      ** NEW FILE **
5996                 initial Hungarian translation, submitted
5997                 by Gál Zoltán <galzoli@hu.inter.net>
5998
5999 2002-12-03 [christoph]  0.8.6claws57
6000
6001         * src/Makefile.am
6002         * src/gtksctree.[ch]            ** REMOVE **
6003         * src/gtk/Makefile.am
6004         * src/gtk/gtksctree.[ch]        ** NEW **
6005                 move gtksctree files to gtk directory
6006
6007 2002-12-03 [christoph]  0.8.6claws56
6008
6009         * src/Makefile.am
6010         * src/md5.[ch]                  ** REMOVE **
6011         * srm/common/Makefile.am
6012         * src/common/md5.[ch]           ** NEW **
6013                 move md5 files to common directory
6014
6015         * src/gtkstext.c
6016                 remove not required #include
6017
6018 2002-12-03 [sergey]     0.8.6claws55
6019
6020         * src/gtkutils.c
6021         * src/gtkutils.h
6022                 gtkut_window_popup(): new function.
6023         * src/mainwindow.c
6024                 main_window_popup(): use gtkut_window_popup() to raise
6025                 window without changing its position.
6026                 (see sylpheed-main ML message [sylpheed:17247])
6027
6028 2002-12-03 [sergey]     0.8.6claws54
6029
6030         * src/send.c
6031                 send_message_local(): removed first-dot escaping
6032                 (SMTP-only, not needed for sending through pipe)
6033
6034 2002-12-03 [paul]       0.8.6claws53
6035
6036         * po/POTFILES.in
6037                 update to reflect recent changes (thanks
6038                 to Ricardo Mones Lastra)
6039                 
6040         * tools/filter_conv.pl
6041                  fix problem with quoted strings. Patch submitted
6042                  by Luke Plant <lukeplant@softhome.net>
6043
6044 2002-12-03 [paul]       0.8.6claws52
6045
6046         * sync with 0.8.6cvs15
6047                 see ChangeLog 2002-12-03
6048
6049 2002-12-02 [christoph]  0.8.6claws51
6050
6051         * src/logwindow.[ch]
6052         * src/common/log.[ch]
6053                 implement logging using a hook function
6054
6055         * src/folderview.c
6056         * src/folder.[ch]
6057                 define hooklist name in header file to avoid
6058                 errors caused by wrong spelling of hooklist names
6059
6060         * src/toolbar.c
6061                 fix warnings
6062
6063 2002-12-02 [christoph]  0.8.6claws50
6064
6065         * src/common/Makefile.am
6066                 add src/common/hooks.[ch]
6067
6068         * src/common/hooks.[ch]
6069                 implement a simple hook system using glib's hook functions
6070
6071         * src/folder.[ch]
6072         * src/folderview.c
6073                 use new hook system for folder item updates
6074
6075 2002-12-02 [christoph]  0.8.6claws49
6076
6077         * doc-src/ui_seperation.txt     ** NEW **
6078                 information for ui seperation
6079
6080         * src/Makefile.am
6081                 remove files that were moved to common
6082                 include common directory by default for the header files
6083
6084         * src/inc.c
6085         * src/common/socket.c
6086         * src/automaton.[ch]
6087                 implement automaton using g_io_*-functions instead of
6088                 gdk_input_add to make it ui independent
6089
6090         * src/codeconv.c
6091         * src/compose.c
6092         * src/ldif.c
6093         * src/pgptext.c
6094         * src/procmime.c
6095         * src/rfc2015.c
6096         * src/smtp.c
6097         * src/unmime.c
6098                 remove common/ prefix because directory is now in
6099                 include path
6100
6101         * src/compose.c
6102         * src/folder.c
6103         * src/folderview.c
6104         * src/mainwindow.c
6105         * src/messageview.c
6106         * src/prefs_common.c
6107         * src/procmsg.c
6108         * src/rfc2015.c
6109                 fix warnings
6110
6111         * src/imap.c
6112         * src/inc.c
6113         * src/news.c
6114         * src/pop.c
6115         * src/send.c
6116         * src/smtp.c
6117         * src/ssl_certificate.c
6118                 add log.h header file for logging functions
6119
6120         * src/main.c
6121         * src/common/utils.c
6122         * src/summaryview.c
6123         * src/xml.c
6124                 o move debug_mode to common/utils.c
6125                 o add functions to set and get debug_mode
6126
6127         * src/defs.h                    ** REMOVE **
6128         * src/intl.h                    ** REMOVE **
6129         * src/socket.[ch]               ** REMOVE **
6130         * src/ssl.[ch]                  ** REMOVE **
6131         * src/utils.[ch]                ** REMOVE **
6132                 replaced by new files in src/common/
6133         
6134         * src/common/Makefile.am
6135                 add new files in src/common/
6136
6137         * src/common/defs.h             ** NEW **
6138         * src/common/intl.h             ** NEW **
6139         * src/common/log.[ch]           ** NEW **
6140         * src/common/socket.[ch]        ** NEW **
6141         * src/common/ssl.[ch]           ** NEW **
6142         * src/common/utils.[ch]         ** NEW **
6143                 replacement for files in src/
6144
6145 2002-12-02 [colin]      0.8.6claws48
6146
6147         * src/folderview.c
6148                 Scroll folderview if necessary during dnd
6149
6150 2002-12-02 [colin]      0.8.6claws47
6151
6152         * src/folder.[ch]
6153                 Add check to verify a move is within a single mailbox
6154         * src/folderview.c
6155                 Add specific error string for this check
6156
6157 2002-12-02 [colin]      0.8.6claws46
6158
6159         * src/folder.c
6160                 Add a test to folder moving, remove a statusbar_print
6161         * src/folderview.c
6162                 Add Move folder... context-menu item
6163                 Factorize folder moving code
6164                 Enable folder DND for mbox
6165
6166 2002-12-01 [christoph]  0.8.6claws45
6167
6168         * ac/aspell.m4
6169                 remove conf.aspelltest if the version check fails
6170
6171 2002-11-30 [christoph]  0.8.6claws44
6172
6173         * autogen.sh
6174                 run libtoolize --force in autogen to create missing
6175                 libtool scripts
6176
6177 2002-11-30 [christoph]  0.8.6claws43
6178
6179         * src/Makefile.am
6180         * src/pgptext.c
6181         * src/procmime.c
6182         * src/rfc2015.c
6183         * src/uuencode.[ch]             ** REMOVED **
6184         * src/common/Makefile.am
6185         * src/common/uuencode.[ch]      ** NEW **
6186                 move uuen/decoder to common directory
6187
6188 2002-11-30 [christoph]  0.8.6claws42
6189
6190         * src/Makefile.am
6191         * src/base64.[ch]               ** REMOVED **
6192         * src/codeconv.c
6193         * src/compose.c
6194         * src/ldif.c
6195         * src/pgptext.c
6196         * src/procmime.c
6197         * src/rfc2015.c
6198         * src/smtp.c
6199         * src/unmime.c
6200         * src/common/Makefile.am
6201         * src/common/base64.[ch]        ** NEW **
6202                 move base64 en/decoder to common directory
6203
6204 2002-11-30 [christoph]  0.8.6claws41
6205
6206         * src/common                    ** NEW **
6207                 new directory for UI independent code
6208         * src/gtk                       ** NEW **
6209                 new directory for GTK frontend
6210         * src/common/.cvsignore         ** NEW **
6211         * src/gtk/.cvsignore            ** NEW **
6212                 ignore build files
6213         * src/common/Makefile.am        ** NEW **
6214         * src/gtk/Makefile.am           ** NEW **
6215                 automake files to build new seperated stuff
6216         * src/Makefile.am
6217                 the binary will currently still be build with the
6218                 files in src, so we include the code from the
6219                 subdirs for now after building the libs there
6220
6221 2002-11-30 [paul]       0.8.6claws40
6222
6223         * src/compose.c
6224                 fix bug [642731] 'Wrong selected account with drafted mail'
6225
6226 2002-11-29 [oliver]     0.8.6claws39
6227         
6228         * src/messageview.c
6229                 o update summaryview when switching between different
6230                   messageviews          
6231         * src/toolbar.c  
6232                 o check if messageview holds already removed msg
6233                   from summaryview
6234                 
6235
6236 2002-11-29 [oliver]     0.8.6claws38
6237
6238         * src/toolbar.c 
6239                 remove not needed variables and includes
6240                 make messageview stay opened and move to next when msgs are deleted 
6241
6242 2002-11-29 [oliver]     0.8.6claws37
6243         
6244         * src/toolbar.c 
6245                 disable compose button (messageview toolbar) by default
6246                 deleted msgs are moved to trash
6247         
6248 2002-11-29 [melvin]     0.8.6claws36
6249
6250         * configure.in
6251                 Increased minimal gpgme version to 0.3.10 (Zombies out)
6252                 and to detect signatures expirations (gpgme 0.3.6)
6253
6254         * src/main.c
6255                 Use non obsolescent function for Gpgme engine checking.
6256
6257         * src/rfc2015.c
6258                 Inform about expired signatures or signatures which key
6259                 has expired. Expiration date is displayed.
6260
6261         * src/sigstatus.c
6262                 Inform about expired signatures or signatures which key
6263                 has expired.
6264
6265 2002-11-28 [paul]       0.8.6claws35
6266
6267         * src/folderview.c
6268                 re-instate 'Check for new messages' in Newsgroup
6269                 folders right-click menu, after a suggestion from
6270                 Tim Mann <timmann@users.sourceforge.net>
6271
6272         * src/main.c
6273                 after a crash check only local folders for new
6274                 messages
6275
6276 2002-11-28 [paul]       0.8.6claws34
6277
6278         * configure.in
6279                 apply patch that fixes the checking of GTK with XIM 
6280                 support on different OSs, such as FreeBSD. Patch 
6281                 submitted by Topia <topia@users.sourceforge.net>
6282                 
6283 2002-11-28 [paul]       0.8.6claws33
6284
6285         * src/mainwindow.c
6286           src/prefs_common.c
6287           src/prefs_toolbar.c
6288                 more changes to the English
6289
6290 2002-11-28 [paul]       0.8.6claws32
6291
6292         * sync with 0.8.6cvs13
6293                 see ChangeLog 2002-11-28 (no sync needed
6294                 for src/compose.c)
6295
6296 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
6297         
6298         * src/mainwindow.[ch]
6299                 add patch by Ivan F. Martinez introducing messageview Toolbar
6300                 some changes and committed by oliver    
6301
6302 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
6303
6304         * src/messageview.[ch]
6305                 add patch by Ivan F. Martinez introducing messageview Toolbar
6306                 some changes and committed by oliver    
6307
6308 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
6309
6310         * src/compose.[ch]
6311                 add patch by Ivan F. Martinez introducing messageview Toolbar
6312                 some changes and committed by oliver    
6313
6314 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
6315         
6316         * src/toolbar.[ch]
6317                 add patch by Ivan F. Martinez introducing messageview Toolbar
6318                 some changes and committed by oliver
6319
6320 2002-11-28 [oliver]     0.8.6claws27
6321         
6322         * src/prefs_toolbar.[ch]
6323                 getting ready for messageview toolbar
6324                 free mem allocated by gettext
6325                 change prefs_toolbar to prefs_toolbar_open
6326  
6327 2002-11-28 [thorsten]   0.8.6claws26
6328
6329         * src/imageview.[ch]
6330                 cleaned up conflicting declarations of
6331                 imageview_show_image()
6332
6333 2002-11-28 [paul]       0.8.6claws25
6334
6335         * src/grouplistdialog.c
6336           src/prefs_common.c
6337           src/prefs_summary_column.c
6338                 a few more improvements to the English
6339
6340 2002-11-28 [colin]      0.8.6claws24
6341
6342         * man/sylpheed.1
6343                 A few updates to command-line parameters
6344
6345 2002-11-28 [colin]      0.8.6claws23
6346
6347         * src/prefs_filtering.c
6348                 Fix problems with prefs_filtering_delete_path:
6349                 a) if the first rule is removed, original pointers
6350                    weren't updated (leading to segfaults)
6351                 b) it was always global_processing updated in case
6352                    of removed path was parent of rule path
6353
6354 2002-11-27 [paul]       0.8.6claws22
6355
6356         * src/mainwindow.c
6357           src/prefs_account.c
6358           src/prefs_actions.c
6359           src/prefs_common.c
6360           src/prefs_customheader.c
6361           src/prefs_display_header.c
6362           src/prefs_filtering.c
6363           src/prefs_folder_item.c
6364           src/prefs_matcher.c
6365           src/prefs_scoring.c
6366           src/prefs_summary_column.c
6367           src/prefs_template.c
6368           src/prefs_toolbar.c
6369                  improve the English in the GUI
6370
6371 2002-11-27 [colin]      0.8.6claws21
6372
6373         * src/folder.c
6374                 Fix processing renaming problems happening after
6375                 last commit
6376
6377 2002-11-27 [colin]      0.8.6claws20
6378
6379         * src/folder.c
6380                 recursive move now deletes src each subfolder after 
6381                 having moved it
6382         * src/folderview.c
6383                 Use identifier instead of path during dnd (enables
6384                 IMAP folder dnd)
6385
6386 2002-11-27 [paul]       0.8.6claws19
6387
6388         * src/main.c
6389                 apply patch that does command-line processing 
6390                 BEFORE gtk_init, allowing claws to run from 
6391                 shell-scripts in non-X environment (e.g. crontab 
6392                 or ip-up, ip-down scripts). Patch submitted by
6393                 Ruslan N. Balkin <baron@dartel.ru>
6394                 
6395         * po/it.po
6396                 updated by Alessandro Maestri
6397
6398 2002-11-27 [paul]       0.8.6claws18
6399
6400         * sync with 0.8.6cvs12
6401           src/prefs_common.c
6402                 Differences are that main uses a 'Receive dialog'
6403                 frame on the Interface tab, whereas claws groups all 
6404                 the dialogs together in a 'Dialogs' frame.
6405
6406 2002-11-27 [colin]      0.8.6claws17
6407
6408         * src/prefs_matcher.c
6409                 Fix Execute criteria's NOT flag
6410
6411
6412 2002-11-26 [christoph]  0.8.6claws16
6413
6414         * src/ssl.c
6415                 rewrite the ssl code a little bit, only use one
6416                 SSL context, set default certificates' file/path
6417
6418 2002-11-26 [thorsten]   0.8.6claws15
6419
6420         * src/compose.c
6421                 default-reply-to didn't work for ml-reply
6422
6423 2002-11-26 [melvin]     0.8.6claws14
6424
6425         * src/prefs_actions.c
6426                 Made pipe-actions ignore short headers in message view
6427                 Made trailing-pipe-actions write in the message view with
6428                 the same font as the original message
6429
6430 2002-11-26 [paul]       0.8.6claws13
6431
6432         * src/compose.c
6433                 this time commit the correct file
6434
6435 2002-11-26 [paul]       0.8.6claws12
6436
6437         * sync with 0.8.6cvs11
6438           src/quote_fmt_parse.y  
6439                 no sync needed
6440           src/account.[ch]       
6441                 not sync'ed
6442           src/compose.c
6443                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
6444                 on draft mode.
6445                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
6446                 header
6447                 
6448         see ChangeLog 2002-11-25 and 2002-11-26
6449
6450 2002-11-26 [colin]      0.8.6claws11
6451
6452         * src/folderview.c
6453                 Fix collapsed folder not auto-expanding during
6454                 mail dnd, if it was the source folder.
6455
6456 2002-11-25 [colin]      0.8.6claws10
6457
6458         * src/folderview.[ch]
6459                 Variable renaming and cleaning (slist of nodes 
6460                 to be re-collapsed is stored in FolderView)
6461
6462 2002-11-25 [paul]       0.8.6claws9
6463
6464         * src/prefs_common.[ch]
6465                 fix breakage caused by last commit
6466
6467 2002-11-25 [paul]       0.8.6claws8
6468
6469         * sync with 0.8.6cvs4
6470                 see ChangeLog 2002-11-21
6471
6472 2002-11-25 [paul]       0.8.6claws7
6473
6474         * sync with 0.8.6cvs4
6475                 see ChangeLog 2002-11-20
6476
6477 2002-11-25 [paul]       0.8.6claws6
6478
6479         * sync with 0.8.6cvs3
6480                 see ChangeLog 2002-11-18
6481
6482 2002-11-25 [colin]      0.8.6claws5
6483
6484         * src/gtkutils.[ch]
6485                 Add gtkut_ctree_node_is_parent()
6486         * src/folderview.c
6487                 Spring-loaded folders
6488
6489 2002-11-25 [colin]      0.8.6claws4
6490
6491         * src/utils.[ch]
6492                 Add slist_concat_unique(), function to merge
6493                 two GSList filtering dups
6494         * src/folder.[ch]
6495         * src/summaryview.[ch]
6496         * src/folderview.c
6497         * src/main.c
6498                 Add detection/update/display of unread answers
6499                 to marked mails
6500         * src/procmsg.[ch]
6501                 Add procmsg_find_children()
6502                 Add procmsg_msg_has_marked_parent()
6503
6504 2002-11-25 [colin]      0.8.6claws3
6505
6506         * src/ssl_certificate.[ch]
6507                 Allow checking a certificate without a DNS
6508                 lookup
6509                 Allow to forget a cert (by deleting it)
6510                 Make ssl_certificate_destroy_public
6511         * src/ssl_manager.[ch] ** NEW FILES **
6512                 Gui to manage (display/remove) certificates
6513         * src/prefs_common.[ch]
6514                 Add a pref to allow silent acceptation of
6515                 trusted certificates or not (based on the
6516                 "I want to know what's going on" principle)
6517         * src/mainwindow.c
6518                 Add SSL manager in Tools menu
6519         * src/Makefile.am
6520                 Add the new files to the build
6521         * po/POTFILES.in
6522                 Add ssl_manager.c to translations
6523
6524 2002-11-25 [colin]      0.8.6claws2
6525
6526         * src/summaryview.[ch]
6527                 Add S_SEARCH_EXTENDED to the quick search, which 
6528                 allows to search using filtering syntax.
6529
6530 2002-11-25 [colin]      0.8.6claws1
6531
6532         * src/summaryview.c
6533                 Deletion of duplicates now prefer deleting
6534                 the unread dup (fixes feature-request 638989).
6535
6536 2002-11-24 [paul]       0.8.6claws
6537
6538         * po/es.po
6539           po/pl.po
6540           po/ru.po
6541           po/sr.po
6542                 updated by Ricardo Mones Lastra,
6543                 Witold Wladyslaw Wojciech Wilk,
6544                 Ruslan N. Balkin, and  Urke MMI 
6545                 respectively
6546
6547 2002-11-24 [paul]       0.8.5claws182
6548
6549         * po/bg.po
6550                 updated by George Danchev
6551
6552 2002-11-23 [alfons]     0.8.5claws181
6553
6554         * src/imap.c
6555                 tiny memory leak found by browsing Dimitar's 
6556                 valgrind report
6557
6558 2002-11-23 [paul]       0.8.5claws180
6559
6560         * po/it.po
6561                 updated by Alessandro Maestri
6562
6563 2002-11-22 [christoph]  0.8.5claws179
6564
6565         * src/compose.c
6566         * src/inc.c
6567         * src/prefs_filtering.c
6568         * src/summaryview.c
6569                 more warning fixes
6570
6571 2002-11-22 [alfons]     0.8.5claws178
6572
6573         * src/summaryview.c
6574                 summary_execute_delete_func(): if message is deleted, make 
6575                 sure to also remove its entry in the subject hash table. 
6576                 fixes a corner case bug.
6577
6578 2002-11-22 [paul]       0.8.5claws177
6579
6580         * .cvsignore
6581                 add 'autom4te.cache'
6582                 
6583         * ltconfig      ** REMOVED **
6584                 not needed
6585
6586 2002-11-22 [paul]       0.8.5claws176
6587
6588         * src/textview.c
6589                 textview_set_font(): fix for message display in
6590                 UTF-8 locales (thanks to Sergey Vlasov).
6591                 
6592         * AUTHORS
6593                 add new team members and contributors
6594
6595
6596 2002-11-21 [colin]      0.8.5claws175
6597
6598         * src/procmsg.[ch]
6599                 Add procmsg_remove_special_headers()
6600         * src/mh.c
6601                 Use procmsg_remove_special_headers() for 
6602                 previous fix
6603
6604 2002-11-21 [colin]      0.8.5claws174
6605
6606         * src/mh.c
6607                 Fix moving/copying from queue/draft folders
6608                 for MH folders
6609
6610 2002-11-21 [christoph]  0.8.5claws173
6611
6612         * src/crash.c
6613         * src/filtering.c
6614         * src/logwindow.c
6615         * src/main.c
6616         * src/matcher_parser_lex.[hl]
6617         * src/mbox.c
6618         * src/mbox_folder.[ch]
6619         * src/prefs_filtering.c
6620         * src/procheader.c
6621         * src/quote_fmt_lex.l
6622         * src/ssl.c
6623                 fix all warnings except the warnings in lex and yacc files
6624
6625 2002-11-20 [christoph]  0.8.5claws172
6626
6627         * src/imap.c
6628                 fix MsgInfo retrieval for IMAP draft and queue folders
6629                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
6630
6631 2002-11-19 [christoph]  0.8.5claws171
6632
6633         * src/compose.c
6634                 fix segfault, when draft saving does not get
6635                 the MsgInfo of the new message
6636                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
6637
6638 2002-11-19 [christoph]  0.8.5claws170
6639
6640         * src/procmsg.c
6641                 add parameter check for flag setting function
6642                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
6643
6644 2002-11-18 [paul]       0.8.5claws169
6645
6646         * src/compose.c
6647                 more sensitivity fixes to redirect mode:
6648                 * disable toolbar draft button
6649                 * allow only Address book in the Tools menu
6650                 * disable editing of message by the spell
6651                   checker
6652
6653 2002-11-18 [paul]       0.8.5claws168
6654
6655         * src/compose.c
6656                 fix sensitivity of menu items in compose_redirect():
6657                 allow only the necessary items 
6658
6659 2002-11-18 [paul]       0.8.5claws167
6660
6661         * src/compose.c
6662                 fix bug [ 603259 ] 'attachment got lost on bounce'
6663
6664 2002-11-18 [paul]       0.8.5claws166
6665
6666         * po/ru.po
6667                 updated by Ruslan N. Balkin <baron@dartel.ru>
6668
6669 2002-11-18 [colin]      0.8.5claws165
6670
6671         * src/main.c
6672           src/defs.h
6673                 Remove old filtering stuff
6674
6675
6676 2002-11-17 [oliver]     0.8.5claws164
6677
6678         * src/toolbar.h
6679                 remove not needed typedef 
6680
6681 2002-11-17 [oliver]     0.8.5claws163
6682
6683         * src/toolbar.c
6684                 make toolbar's on click events translatable
6685
6686 2002-11-15 [colin]      0.8.5claws162
6687
6688         * src/summaryview.c
6689                 Revert too-soon integration of a feature
6690
6691 2002-11-15 [christoph]  0.8.5claws161
6692
6693         * src/imap.c
6694                 use main's implementation of imap_get_msginfo
6695
6696 2002-11-15 [christoph]  0.8.5claws160
6697
6698         * src/compose.c
6699         * src/folder.[ch]
6700         * src/imap.c
6701         * src/mbox_folder.c
6702         * src/mh.c
6703         * src/news.c
6704         * src/procmsg.c
6705         * src/summaryview.c
6706                 replace claws' fetch_msginfo with main's get_msginfo
6707                 (use main's implementation where possible)
6708
6709 2002-11-15 [colin]      0.8.5claws159
6710
6711         * src/ssl_certificate.c
6712                 Missed a check
6713
6714 2002-11-16 [melvin]     0.8.5claws158
6715
6716         * po/fr.po
6717                 Updated French translations.
6718
6719 2002-11-16 [colin]      0.8.5claws157
6720
6721         * src/ssl_certificate.c
6722                 Check for missing parts in the certificates
6723
6724 2002-11-15 [colin]      0.8.5claws156
6725
6726         * src/folderview.c
6727                 Preventive fix (missing check) found by
6728                 Alfons
6729
6730 2002-11-15 [paul]
6731
6732         * NEWS
6733                 sync with 0.8.6 release
6734
6735 2002-11-15 [colin]      0.8.5claws155
6736
6737         * src/folder.[ch]
6738           src/folderview.c
6739                 Fix error handling of folder_item_move_to()
6740                 (thanks to Alfons!)
6741
6742 2002-11-15 [colin]      0.8.5claws154
6743
6744         * src/folder.[ch]
6745           src/folderview.c
6746                 folder_item_move_to() sets an error message instead
6747                 of having GUI stuff in folder.c
6748
6749 2002-11-15 [colin]      0.8.5claws153
6750
6751         * src/procmsg.[ch]
6752                 Implemented a callback for MsgInfo updates, 
6753                 heavily copy/pasted from Christoph's folder 
6754                 callback system
6755         * src/summaryview.[ch]
6756                 Register summary_update_msg as callback
6757
6758 2002-11-14 [colin]      0.8.5claws152
6759         
6760         * src/procmsg.c
6761                 Update the FolderItem after sending (fixes 617593)
6762
6763 2002-11-14 [christoph]  0.8.5claws151
6764
6765         * src/folder.c
6766                 fix wrong position of NULL pointer check found
6767                 by Sergey
6768
6769 2002-11-14 [christoph]  0.8.5claws150
6770
6771         * src/folder.c
6772                 fix segfault when deleting messages from IMAP folders
6773                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6774
6775 2002-11-14 [colin]      0.8.5claws149
6776
6777         * src/compose.c
6778                 Forwarding was also ignoring the folder's default account.
6779
6780 2002-11-14 [colin]      0.8.5claws148
6781
6782         * src/compose.c
6783                 Fix sent folder not set to folder properties when 
6784                 forwarding.
6785
6786 2002-11-14 [thorsten]   0.8.5claws147
6787
6788         * src/inc.c
6789                 inc_start(): Files were not moved from .processing to inbox,
6790                 if no global processing rule existed
6791
6792 2002-11-14 [colin]      0.8.5claws146
6793
6794         * src/ssl_certificate
6795                 Fix file operations
6796
6797 2002-11-14 [paul]       0.8.5claws145
6798
6799         * po/it.po
6800                 updated by Alessandro Maestri
6801
6802 2002-11-13 [alfons]     0.8.5claws144
6803
6804         * src/folder.c
6805                 folder_item_close(): only mark messages unread
6806                 when a folder has new messages 
6807
6808 2002-11-13 [keith]      0.8.5claws143
6809
6810         * src/imap.c
6811                 Fix problem moving or copying between
6812                 IMAP folders
6813
6814 2002-11-13 [colin]      0.8.5claws142
6815
6816         * src/matcher_parser_parse.y
6817                 Fix rule problem when " don't match
6818
6819 2002-11-13 [christoph]  0.8.5claws141
6820
6821         * src/folder.c
6822         * src/folderview.c
6823                 moved cache saving to folder_item_close
6824                 the folderview should not have to deal with
6825                 this things
6826
6827 2002-11-13 [christoph]  0.8.5claws140
6828
6829         * src/summaryview.c
6830                 moved setting of important score to
6831                 summary_set_prefs_from_folderitem
6832
6833 2002-11-13 [colin]      0.8.5claws139
6834
6835         * src/matcher_parser_parse.y
6836                 Fix a segfault in the parser (happening when
6837                 a good expression had been tested and a bad 
6838                 one arrives)
6839
6840 2002-11-13 [paul]       0.8.5claws138
6841
6842         * sync with 0.8.5cvs24
6843                 see ChangeLog 2002-11-13
6844                 
6845         * po/pt_BR.po
6846                 updated by Fabio Jr. Beneditto
6847
6848 2002-11-13 [colin]      0.8.5claws137
6849         
6850         * src/msgcache.c
6851           src/defs.h
6852           src/procmsg.[ch]
6853                 Revert last commit, problem
6854
6855 2002-11-13 [colin]      0.8.5claws136
6856
6857         * src/msgcache.c
6858                 Remove duplicated code
6859         * src/defs.h
6860                 Bumped CACHE_VERSION and MARK_VERSION
6861         * src/procmsg.[ch]
6862                 Network endian for cache and mark files
6863
6864 2002-11-12 [colin]      0.8.5claws135
6865
6866         * src/inc.c
6867                 Fix the "socket error" dialog which disappeared
6868
6869 2002-11-12 [colin]      0.8.5claws134
6870
6871         * src/msgcache.c
6872                 Reverse last commit which had performance 
6873                 problems, but still reverse the list
6874
6875 2002-11-12 [colin]      0.8.5claws133
6876
6877         * src/msgcache.c
6878                 Reverse list order
6879
6880 2002-11-12 [melvin]     0.8.5claws132
6881
6882         * src/compose.c
6883                 Added a check for a NULL prefs_common.dictionary
6884
6885 2002-11-12 [colin]      0.8.5claws131
6886
6887         * src/ssl_certificate.[ch]
6888                 Use FQDN hostname
6889
6890 2002-11-12 [colin]      0.8.5claws130
6891
6892         * src/ssl_certificate.[ch]
6893                 Take connection port into account for 
6894                 checking certificates (a single hostname
6895                 could have multiple servers with multiple
6896                 certificates)
6897         * src/ssl.c
6898                 Pass the port to ssl_certificate_check
6899
6900 2002-11-12 [paul]       0.8.5claws129
6901
6902         * src/folder.c
6903                 fix a typo in last commit
6904
6905 2002-11-12 [paul]       0.8.5claws128
6906
6907         * sync with 0.8.5cvs23
6908                 see ChangeLog entry 2002-11-12
6909
6910 2002-11-11 [colin]      0.8.5claws127
6911
6912         * src/ssl_certificate.c
6913                 Cleaner messages
6914                 Don't popup, instead log error, if the 
6915                 corresponding pref is checked
6916         * src/ssl_certificate.h
6917                 include <openssl/objects/h>
6918
6919 2002-11-11 [colin]      0.8.5claws126
6920
6921         * src/ssl_certificate.h
6922                 _Really_ clean it
6923
6924 2002-11-11 [colin]      0.8.5claws125
6925         
6926         * src/ssl_certificate.c
6927                 Fixed leak
6928
6929 2002-11-11 [colin]      0.8.5claws124
6930
6931         * src/ssl.c
6932                 Cleaned a bit
6933         * src/ssl_certificate.[ch]
6934                 Cleaned a bit (better use of SSL API)
6935                 (This will cause non-recognition of saved 
6936                  certificates of claws12[23]...)
6937
6938 2002-11-11 [paul]       0.8.5claws123
6939         
6940         * po/es.po
6941                 updated by Ricardo Mones Lastra
6942
6943 2002-11-11 [colin]      0.8.5claws122
6944
6945         * src/ssl.c
6946                 Fix a typo
6947
6948 2002-11-11 [colin]      0.8.5claws121
6949
6950         * src/ssl_certificate.[ch] ** NEW FILES **
6951         * src/ssl.[ch]
6952                 Check SSL certificates presented to us
6953         * src/Makefile.am
6954                 Add ssl_certificate.[ch]
6955         * po/POTFILES.in
6956                 Add ssl_certificate.c
6957
6958 2002-11-11 [paul]       0.8.5claws120
6959
6960         * sync with 0.8.5cvs22
6961                 see ChangeLog 2002-11-11
6962
6963 2002-11-11 [paul]       0.8.5claws119
6964
6965         * sync with 0.8.5cvs21
6966                 see ChangeLog 2002-11-11
6967
6968 2002-11-10 [jens]       0.8.5claws118
6969
6970         * src/folder.c
6971         * src/folderview.c
6972                 corrected some typing
6973         * po/de.po
6974                 updated german translation
6975         * sylpheed.spec.in
6976                 cleaned up specfile and adjusted it for claws
6977
6978 2002-11-10 [colin]      0.8.5claws117
6979
6980         * src/summaryview.c
6981                 a STATUSBAR_PUSH/POP fix
6982
6983 2002-11-10 [colin]      0.8.5claws116
6984
6985         * src/prefs_folder_item.c
6986                 Fix hanging after opening folder properties
6987
6988 2002-11-10 [hoa]        0.8.5claws115
6989
6990         * src/matcher_parser_lex.l
6991         * src/matcher_parser_parse.y
6992                 config file for scoring and filtering is no more trashed
6993                 when there is a syntax error in a filtering rule when
6994                 editing it in a dialog.
6995
6996 2002-11-09 [colin]      0.8.5claws114
6997
6998         * src/mbox_folder.c
6999                 Added missing initialisation of folder->destroy()
7000
7001 2002-11-09 [colin]      0.8.5claws113
7002
7003         * src/folder.c
7004           src/folderview.c
7005                 Fix the status bar messages
7006
7007 2002-11-09 [colin]      0.8.5claws112
7008
7009         * src/folderview.c
7010                 Fix hangs after folder dnd, happening after 
7011                 claws109.
7012
7013 2002-11-09 [christoph]  0.8.5claws111
7014
7015         * src/folderview.c
7016                 just changed order of calls (reverse order of
7017                 associated calls)
7018         * src/inc.c
7019                 lock inc when checking only one account, otherwise
7020                 inc all could be executed at the same time
7021
7022 2002-11-09 [christoph]  0.8.5claws110
7023
7024         * src/folderview.c
7025                 better unlock the mouse cursor before calling
7026                 summary_show because it changes the cursor too
7027
7028 2002-11-09 [christoph]  0.8.5claws109
7029
7030         * src/folder.[ch]
7031         * src/folderview.c
7032                 add functions to open and close a folder
7033                 o opending will execute scanning for remote folders
7034                   and processing
7035                 o closing will unset new flag for messages
7036
7037 2002-11-09 [colin]      0.8.5claws108
7038
7039         * src/folder.c
7040                 Add a call to prefs_matcher_write_config to 
7041                 avoid non-leaf folders filtering settings to be
7042                 lost
7043
7044 2002-11-09 [paul]       0.8.5claws107
7045
7046         * src/prefs_account.c
7047                 re-word a label
7048
7049 2002-11-09 [colin]      0.8.5claws106
7050
7051         * src/folderview.c
7052                 Minor esthetic fix
7053
7054 2002-11-09 [colin]      0.8.5claws105
7055
7056         * src/folderview.c
7057                 Fix prefs_filtering deletion for MH folders (same
7058                 reason as below)
7059         * src/prefs_filtering.c
7060                 Fix prefs_filtering renaming and deletion for 
7061                 folder-based processing rules.  
7062
7063 2002-11-09 [christoph]  0.8.5claws104
7064
7065         * src/compose.c
7066         * src/folder.[ch]
7067         * src/folderview.[ch]
7068         * src/import.c
7069         * src/inc.c
7070         * src/main.c
7071         * src/mainwindow.c
7072         * src/messageview.c
7073         * src/prefs_folder_item.c
7074         * src/procmsg.c
7075         * src/summaryview.c
7076                 implement a callback system for folder item updates
7077
7078 2002-11-09 [colin]      0.8.5claws103
7079
7080         * src/folderview.c
7081                 Fix prefs_filtering renaming for MH folders (we
7082                 shouldn't rename by path as another folder could
7083                 have the same hierarchy).
7084
7085 2002-11-09 [colin]      0.8.5claws102
7086
7087         * src/folder.c
7088                 Fix a leak found by Christoph, use better variable
7089                 names
7090
7091 2002-11-09 [colin]      0.8.5claws101
7092
7093         * src/folder.c
7094                 One more fix for processing rules
7095
7096 2002-11-08 [colin]      0.8.5claws100
7097         
7098         * src/matcher.c
7099                 Don't copy the compiled regexp (will be reevaluated)
7100         * src/folderview.c
7101                 Lock folderview while moving
7102         * src/folder.c
7103                 Provide info on what's happening to the user
7104
7105 2002-11-08 [colin]      0.8.5claws99
7106
7107         * src/folderview.c
7108                 Fix folder reordering after a move if parent is 
7109                 root
7110         * src/scoring.[ch]
7111                 Add function to copy a ScoringProp
7112         * src/prefs_folder_item.c
7113                 Copy scoring rules when copying a folder prefs
7114
7115 2002-11-08 [colin]      0.8.5claws98
7116
7117         * src/folderview.c
7118                 Fixes in case of failure
7119         * src/filtering.[ch]    
7120                 Add function to duplicate a FilteringProp
7121         * src/matcher.[ch]
7122                 Add function to duplicate a MatcherProp
7123         * src/prefs_folder_item.c
7124                 Save folder's processing rules when copying 
7125                 its prefs
7126
7127 2002-11-08 [colin]      0.8.5claws97
7128         
7129         * src/folderview.c
7130                 Sort after move
7131         * src/folder.c 
7132                 Change a printf to debug_print
7133
7134 2002-11-08 [colin]      0.8.5claws96
7135
7136         * src/folder.c
7137           src/folderview.c
7138                 Fix segfaults, call me stupido
7139         
7140
7141 2002-11-08 [colin]      0.8.5claws95
7142
7143         *src/folder.c
7144                 Added forgotten prefs to save when moving folders
7145
7146 2002-11-08 [colin]      0.8.5claws94
7147
7148         * src/folder.c
7149                 Fixes to folder DND (prefs copy)
7150         * src/folderview.c
7151                 Optimization for folder DND (don't rescan whole tree)
7152                 Added folderview_create_folder_node() for this 
7153                 optimization, so de-duped a bit the code
7154         * src/prefs_folder_item.[ch]
7155                 Added prefs_folder_item_copy_prefs()    
7156           
7157 2002-11-08 [paul]       0.8.5claws93
7158
7159         * src/prefs_account.c
7160           tools/README
7161           tools/kmail2sylpheed_v2.pl
7162                 correct some typos
7163
7164 2002-11-08 [paul]       0.8.5claws92
7165
7166         * src/compose.c
7167           src/prefs_account.[ch]
7168                 remove account options 'clearsign' and 'ascii_armored',
7169                 replace with 'default_gnupg_mode' to prevent mixed-mode
7170                 Privacy settings
7171
7172 2002-11-08 [paul]       0.8.5claws91
7173
7174         * src/compose.[ch]
7175                 re-implement GnuPG 'on-the-fly' mode selection,
7176                 disallow mixed-mode
7177
7178 2002-11-08 [colin]      0.8.5claws90
7179
7180         * src/folderview.c
7181           src/prefs_folder_item.c
7182                 Change "Property" to "Properties"
7183
7184 2002-11-07 [colin]      0.8.5claws89
7185
7186         * src/folderview.c
7187           src/folder.c
7188                 Allow folder dropping to a root folder
7189
7190 2002-11-07 [paul]       0.8.5claws88
7191
7192         * src/compose.c
7193                 revert last commit
7194
7195 2002-11-07 [paul]       0.8.5claws87
7196
7197         * src/compose.c
7198                 fix reply-to-list bug. closes bug report
7199                 "[633382] reply-to-list broken in recent cvs"
7200
7201 2002-11-07 [paul]       0.8.5claws86
7202
7203         * src/compose.c
7204                 add a forgotten '#if USE_GPGME ... #endif'
7205
7206 2002-11-07 [paul]       0.8.5claws85
7207
7208         * sync with 0.8.5cvs20
7209                 see ChangeLog 2002-11-07
7210
7211 2002-11-07 [colin]      0.8.5claws84
7212
7213         * src/folder.[ch]
7214                 Change folder_item_move_to to return the newly 
7215                 created folderitem.
7216         * src/folderview.c
7217                 Select the new folderitem after moving.
7218
7219 2002-11-07 [colin]      0.8.5claws83
7220
7221         * src/prefs_filtering.c
7222                 Fix rule rewriting when moving a leaf folder to a 
7223                 shorter path
7224
7225 2002-11-07 [colin]      0.8.5claws82
7226
7227         * src/prefs_filtering.c
7228                 fix a leak
7229
7230 2002-11-07 [colin]      0.8.5claws81
7231
7232         * src/folder.[ch]
7233                 Add folder_item_move_to() function to move a 
7234                 folderitem into another one (updates matcher etc)
7235         * src/folderview.c
7236                 Add folder drag'n drop (context menu to come)
7237                 [Should be dataloss free, but Please backup before 
7238                  trying !]
7239
7240 2002-11-06 [colin]      0.8.5claws80
7241
7242         * src/mh.c
7243                 mh_create_folder() returns NULL if can't create
7244                 directory hierarchy
7245
7246 2002-11-06 [paul]       0.8.5claws79
7247
7248         * src/compose.[ch]
7249                 allow 'on-the-fly' changing of the type of encryption 
7250                 and/or signing used (mime/ascii) via the compose window
7251
7252 2002-11-06 [paul]       0.8.5claws78
7253
7254         * sync with 0.8.5cvs19
7255                 see ChangeLog 2002-11-06 for src/account.c: 
7256                 account_get_special_folder()
7257                 
7258 2002-11-05 [alfons]     0.8.5claws77
7259
7260         * src/crash.c
7261                 very minor cleanups: nothing to see here, move on. :-)
7262
7263 2002-11-05 [colin]      0.8.5claws76
7264
7265         * src/main.c
7266                 Changes choices if compose windows are opened to
7267                 Discard, Draft, Don't quit
7268
7269 2002-11-05 [thorsten]   0.8.5claws75
7270
7271         * src/compose.c
7272                 reenabled default_reply_to folder option
7273
7274 2002-11-05 [colin]      0.8.5claws74
7275
7276         * src/compose.[ch] 
7277                 add compose_draft()
7278         * src/crash.c
7279                 add SIGTERM handler
7280         * src/main.[ch]
7281                 add clean_quit() for the SIGTERM handler
7282
7283 2002-11-05 [paul]       0.8.5claws73
7284         
7285         * po/es.po
7286                 updated by Ricardo Mones Lastra
7287
7288 2002-11-05 [melvin]     0.8.5claws72
7289
7290         * src/logwindow.c
7291                 Fixed log-clipping bug #616795.
7292                 To stop logging in the log window use 0 length.
7293         * src/prefs_common.c
7294                 Added a label to inform about the 0 log length behaviour.
7295
7296 2002-11-05 [paul]       0.8.5claws71
7297
7298         * sync with 0.8.5cvs17
7299                 see ChangeLog 2002-11-05
7300
7301 2002-11-04 [paul]       0.8.5claws70
7302
7303         * sylpheed-128x128.png
7304           sylpheed-64x64.png
7305           sylpheed.png
7306                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
7307                 <nikai@users.sourceforge.net>
7308                 
7309         * po/bg.po
7310                 updated by George Danchev
7311
7312 2002-11-03 [thorsten]   0.8.5claws69
7313
7314         * src/main.c
7315           src/mimeview.c
7316           src/rfc2015.h
7317                 add check if gpg is active
7318
7319 2002-11-03 [thorsten]   0.8.5claws68
7320
7321         * src/toolbar.h
7322                 removed GSList declaration causing trouble on MacOS-X
7323                 (submitted by alfons, reported by xfesty)
7324
7325 2002-11-01 [paul]       0.8.5claws67
7326
7327         * src/mainwindow.c
7328                 remove last remnants of main's filter code
7329
7330 2002-11-01 [paul]       0.8.5claws66
7331
7332         * tools/filter_conv.pl
7333                 fix bug where user-defined headers were ignored
7334
7335 2002-11-01 [paul]       0.8.5claws65
7336
7337         * src/logwindow.c
7338                 make a debug_print() not translatable
7339
7340 2002-10-31 [melvin]     0.8.5claws64
7341
7342         * ac/aspell.m4
7343                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
7344                 not run any GNU/aspell test.  The dictionary path will
7345                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
7346                 was given, in which case, it will be $prefix/lib/aspell/
7347         * configure.in
7348                 Fixed typo in commentary (Aspell code).
7349
7350 2002-10-31 [paul]       0.8.5claws63
7351
7352         * po/POTFILES.in
7353                 remove src/filter.c and src/prefs_filter.c
7354                 thanks to Ricardo for reminding me
7355
7356 2002-10-31 [colin]      0.8.5claws62
7357
7358         * src/mbox_folder.c
7359                 Plug some leaks
7360
7361 2002-10-31 [paul]       0.8.5claws61
7362
7363         * src/prefs_filter.[ch] ** REMOVED **
7364           src/filter.[ch]       ** REMOVED **
7365           
7366         * src/Makefile.am
7367           src/folderview.c
7368           src/inc.c
7369           src/main.c
7370           src/mainwindow.c
7371           src/mbox.c
7372           src/prefs_common.c
7373           src/prefs_filtering.c
7374           src/summaryview.[ch]
7375                 remove main's 'filter' code
7376                 
7377         README.claws
7378                 update to reflect removal of main's filter
7379
7380 2002-10-31 [paul]       0.8.5claws60
7381
7382         * src/summaryview.c
7383                 remove check for global_processing in summary_filter_open(). 
7384                 This fixes the bug where if the user uses the right-click 
7385                 'Create filter rule...' and doesn't have any filter rules 
7386                 already defined in claws' advanced filtering, the newly 
7387                 created filter rule goes to main's filtering which is 
7388                 inaccessible through the gui. Now the filter rule gets added
7389                 to claws' filtering by default.
7390
7391 2002-10-28 [melvin]     0.8.5claws59
7392
7393         * src/prefs_actions.c
7394                 Fixed bug #627322 where MIME parts were not always
7395                 correctly passed to a %p action
7396                 Display an error dialog when message filename is not found.
7397
7398 2002-10-28 [melvin]     0.8.5claws58
7399
7400         * src/prefs_common.c
7401                 Readded a missing function declaration lost in 0.8.3claws34
7402
7403 2002-10-28 [paul]       0.8.5claws57
7404
7405         * sync with 0.8.5cvs15
7406                 see ChangeLog 2002-10-28 and 2002-10-25
7407                 
7408         Note: ChangeLog entry 2002-10-24 is not sync'ed.
7409
7410 2002-10-27 [oliver]     0.8.5claws56
7411
7412         * src/pop.c
7413                 plug leak in pop3_top_recv
7414
7415 2002-10-26 [christoph]  0.8.5claws55
7416
7417         * src/folder.c
7418                 set need_update folder flag when messages are added
7419                 (closes bug [ 626922 ] folder not updated after receiving)
7420
7421 2002-10-25 [melvin]     0.8.5claws54
7422
7423         * src/imageview.c
7424                 Fixed a memleak introduced in the scaling code.
7425
7426 2002-10-24 [alfons]     0.8.5claws53
7427
7428         * src/filtering.c
7429                 make filtering's forward message action forward from the 
7430                 correct account
7431                 (closes bug [628089 ] Filter -> Forward from address problem
7432                 reported by Oktay)
7433
7434 2002-10-24 [christoph]  0.8.5claws52
7435
7436         * src/mainwindow.c
7437         * src/manual.[ch]
7438                 o use manual of current locale or english if current
7439                   locale is not available (and english is available)
7440                 o also link to sylpheed doc project manuals
7441
7442 2002-10-23 [paul]       0.8.5claws51
7443
7444         * tools/README
7445           tools/kmail2sylpheed_v2.pl
7446                 add new version of kmail addressbook importer script.
7447                 works with newer versions of Kmail/KAddressBook which
7448                 have new and rearranged data.
7449
7450 2002-10-23 [martin]     0.8.5claws50
7451
7452         * src/folderview.c
7453         * src/summaryview.c
7454         * src/utils.h
7455         * src/utils.c
7456                 added length parameter to get_abbrev_newsgroup_name()
7457                 changed this function so that it abbreviates the newsgroup
7458                 names only so long it is smaller than the length parameter
7459                 (for better reading of some newsgroup names and space efficiency)
7460
7461 2002-10-22 [colin]      0.8.5claws49
7462
7463         *src/foldersel.c
7464                 Revert Alfons' last modification (after voting ;-))
7465
7466 2002-10-21 [alfons]     0.8.5claws48
7467
7468         * src/foldersel.c
7469                 folder view in folder selection dialog reflects state of
7470                 folder view in main window
7471
7472 2002-10-18 [alfons]     0.8.5claws47
7473
7474         * src/mbox.c
7475                 drop imported messages in folder selected by user,
7476                 and not in the inbox
7477                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
7478
7479 2002-10-18 [alfons]     0.8.5claws46
7480
7481         * src/compose.c
7482                 make automagic reply work correctly for email accounts 
7483                 (whether it's viable to do a full sync with Hiro's 
7484                 compose.c is still under discussion)
7485
7486 2002-10-18 [melvin]     0.8.5claws45
7487
7488         * src/prefs_actions.c
7489                 Fixed bug #622275 where asynchroneous actions left 
7490                 zombies processes
7491                 Made (synchroneous) actions' input be displayed live.
7492
7493 2002-10-18 [christoph]  0.8.5claws44
7494
7495         * src/textview.c
7496                 don't add a newline in the textview in front of the
7497                 first textpart if header display is disabled
7498                 (closes bug [ 603385 ] disabled header display leaves blank
7499                  lin)
7500
7501 2002-10-18 [christoph]  0.8.5claws43
7502
7503         * src/folder.[ch]
7504         * src/imap.c
7505         * src/mbox_folder.c
7506         * src/mh.c
7507         * src/news.c
7508                 folder->get_num_list now returns an error code
7509                 (closes bug [ 609424 ] News cache cleared on failure)
7510                 
7511 2002-10-17 [colin]      0.8.5claws42
7512         
7513         * src/news.c
7514                 Changed a printf by debug_print
7515
7516 2002-10-16 [paul]       
7517
7518         * tools/OOo2sylpheed.pl
7519                 allow for spaces in the name of the
7520                 file to be attached.
7521
7522 2002-10-16 [colin]      0.8.5claws41
7523
7524         * src/main.c
7525                 Use a tristate to change online mode
7526
7527 2002-10-16 [paul]       0.8.5claws40
7528
7529         * po/es.po
7530                 updated by Ricardo Mones Lastra
7531
7532 2002-10-16 [colin]      0.8.5claws39
7533
7534         * src/main.c
7535           src/mainwindow.[ch]
7536                 Added --online and --offline command-line
7537                 switches
7538
7539 2002-10-15 [christoph]  0.8.5claws38
7540
7541         * src/procmime.c
7542                 set mimeinfo->name to NULL after g_free to
7543                 avoid double freeing with g_free
7544
7545 2002-10-14 [christoph]  0.8.5claws37
7546
7547         * src/compose.c
7548         * src/filtering.c
7549         * src/summaryview.c
7550                 remove calls to folder->change_flags that are now
7551                 done by procmsg flag functions (seems it is not
7552                 used by any foldertype anyway)
7553         * src/folder.c
7554                 init folder->change_flags with NULL
7555
7556 2002-10-14 [christoph]  0.8.5claws36
7557
7558         * src/folder.[ch]
7559         * src/imap.[ch]
7560                 use virtual functions for folder item new and destroy
7561                 functions
7562
7563 2002-10-14 [melvin]     0.8.5claws35
7564
7565         * src/compose.c
7566                 Added a test to not run the spell checker if no default
7567                 dictionary is available. No dialog is displayed though.
7568
7569 2002-10-14 [melvin]     0.8.5claws34
7570
7571         * src/gtkaspell.c
7572                 Fixed bug in dictionary list context menu where
7573                 "More..." pointed to an emtpy submenu if the
7574                 number of dictionaries is a multiple of 15
7575                 Removed unneeded code in suggestions list creation
7576
7577 2002-10-14 [paul]       0.8.5claws33
7578
7579         * po/bg.po
7580                 updated by George Danchev
7581
7582 2002-10-13 [hoa]        0.8.5claws32
7583
7584         * src/matcher.[ch]
7585           src/matcher_parser_parser.y
7586                 removed the escaped string from internal structure
7587                 of matcher.
7588
7589 2002-10-12 [colin]      0.8.5claws31
7590
7591         * src/gtksctree.[ch]
7592           src/summaryview.c
7593                 Removed useless function gtksctree_reanchor
7594
7595 2002-10-12 [alfons]     0.8.5claws30
7596         
7597         * sync with remaining main changes 2002-10-09 - 2002-10-11
7598         - drop changes to src/compose.c (requires claws specific changes)
7599         
7600 2002-10-12 [alfons]     0.8.5claws29
7601         
7602         * sync with main changes of 2002-10-08
7603         - drop changes to src/compose.c (requires claws specific changes)
7604         - drop changes to src/summaryview.c (requires changes to compose.c)     
7605
7606 2002-10-12 [alfons]     0.8.5claws28
7607         
7608         * sync with main changes of 2002-10-07
7609
7610 2002-10-12 [alfons]     0.8.5claws27
7611
7612         * sync with main changes of 2002-10-04
7613         - drop changes to src/compose.c (requires claws specific changes)
7614         - drop changes to src/prefs_folder_item.c (claws implementation
7615           seems to be working)
7616
7617 2002-10-12 [colin]      0.8.5claws26
7618
7619         * src/mainwindow.c
7620                 Fix folder-flicker when space-reading, introduced 
7621                 in claws22.
7622
7623 2002-10-12 [colin]      0.8.5claws25
7624
7625         * src/compose.c
7626                 Save account address when saving as draft.
7627                 (closes bug 621838)
7628
7629 2002-10-12 [colin]      0.8.5claws24
7630
7631         * src/summaryview.c
7632                 Fix the problem consisting of no message selected
7633                 after the last message in a folder has been moved.
7634
7635 2002-10-12 [paul]       0.8.5claws23
7636
7637         * src/compose.c
7638           src/prefs_template.c
7639           src/template.[ch]
7640                 add Cc and Bcc to templates. Patch submitted by
7641                 John L. Males.
7642
7643 2002-10-12 [colin]      0.8.5claws22
7644
7645         * src/folderview.c
7646                 Fix a bug after "Check for new messages":
7647                 If a folder was opened, it was still selected at
7648                 the end of the check, but displayed empty.
7649         * src/mainwindow.c
7650                 Remove unnecessary check
7651
7652 2002-10-12 [paul]
7653
7654         * tools/README
7655                 be more verbose in the description of
7656                 OOo2sylpheed.pl
7657                 
7658
7659 2002-10-11 [colin]      0.8.5claws21
7660
7661         * src/mainwindow.c
7662                 Make space work (better) when no mail is selected
7663
7664 2002-10-11 [colin]      0.8.5claws20
7665
7666         * src/inc.c
7667           src/news.c
7668                 fix warnings
7669
7670 2002-10-11 [colin]      0.8.5claws19
7671
7672         * src/mainwindow.c
7673                 revert 0.8.5claws6 changes as i couldn't get to
7674                 anything satisfying
7675
7676 2002-10-11 [melvin]     0.8.5claws18
7677
7678         * src/compose.c
7679                 Removed buggy and unused macro (should have been committed in
7680                 0.8.5claws17)
7681
7682 2002-10-11 [melvin]     0.8.5claws17
7683
7684         * src/compose.c
7685                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7686
7687 2002-10-11 [thorsten]   0.8.5claws16 
7688
7689         * src/folderview.c
7690                 remove rescan warning
7691
7692 2002-10-11 [colin]      0.8.5claws15 
7693
7694         * src/procheader.c
7695                 fix a segfault that happens if conv_unmime_header
7696                 fails (should be better to find out why it fails)
7697
7698 2002-10-11 [christoph]  0.8.5claws14
7699
7700         * src/summaryview.c
7701                 update folderview stats after ignore/unignore thread
7702
7703 2002-10-11 [hoa]        0.8.5claws13
7704
7705         * src/quote_fmt_parse.y
7706                 Fixed a yacc/bison syntax error
7707         * src/matcher.c
7708                 Escaping of string is fixed.
7709
7710 2002-10-11 [colin]      0.8.5claws12
7711
7712         * src/imageview.c
7713                 Resize images to fit
7714
7715 2002-10-11 [paul]       0.8.5claws11
7716
7717         * po/es.po
7718                 updated by Ricardo Mones Lastra
7719
7720 2002-10-10 [alfons]     0.8.5claws10
7721
7722         * src/compose.c
7723                 allow dropping files by "moving" files from a file manager,
7724                 not only by the more cumbersome "copying". the latter 
7725                 mostly implies holding down the Control button
7726
7727 2002-10-10 [christoph]  0.8.5claws9
7728
7729         * src/summaryview.c
7730                 update folders after thread building for ignored threads
7731
7732 2002-10-10 [christoph]  0.8.5claws8
7733
7734         * config/.cvsignore
7735                 added Makefile
7736         * src/filtering.[ch]
7737         * src/folder.[ch]
7738         * src/folderview.[ch]
7739         * src/import.c
7740         * src/inc.[ch]
7741         * src/mbox.[ch]
7742         * src/procmsg.c
7743         * src/summaryview.[ch]
7744                 o added new flag need_update to FolderItem
7745                 o removed folder_table from various functions from tracking
7746                   folder updates
7747                 o set need_update flags in folder.c's move, copy and delete
7748                   functions and procmsg's flags functions
7749                 o added function folderview_update_items_when_required that
7750                   updates all folders with need_update set
7751                 o call folderview_update_items_when_required instead of
7752                   folderview_update_item_foreach
7753
7754 2002-10-09 [sergey]     0.8.5claws7
7755
7756         * src/compose.c
7757                 Strip CRs whel loading the text into editor in reedit mode.
7758
7759 2002-10-09 [colin]      0.8.5claws6
7760
7761         * src/mainwindow.c
7762                 Make Space work when no mail is selected
7763
7764 2002-10-09 [colin]      0.8.5claws5
7765
7766         * src/gtksctree.[ch]
7767                 Fix range_select
7768                 Add gtk_sctree_reanchor() 
7769         * src/summaryview.c
7770                 Use gtk_sctree_reanchor() - better fix for 
7771                 bug 60413
7772
7773 2002-10-09 [colin]      0.8.5claws4
7774
7775         * src/summaryview.c
7776                 Fix shift-click select after delete problem
7777                 (closes bug 60413)
7778
7779 2002-10-08 [thorsten]   0.8.5claws3
7780
7781         * src/summaryview.c
7782                 exclude current msg from -hide read messages-
7783
7784 2002-10-08 [colin]      0.8.5claws2
7785
7786         * src/inc.[ch]
7787           src/pop.c
7788           src/recv.c
7789                 Differentiate socket errors from disk full
7790                 errors
7791
7792 2002-10-08 [christoph]  0.8.5claws1
7793
7794         * Makefile.am
7795         * configure.in
7796                 modifications for new config directory
7797
7798         * config.guess  ** REMOVED **
7799         * config.sub    ** REMOVED **
7800         * install-sh    ** REMOVED **
7801         * ltmain.sh     ** REMOVED **
7802         * missing       ** REMOVED **
7803         * mkinstalldirs ** REMOVED **
7804                 these files are autogenerated by automake
7805                 when you run autogen.sh
7806
7807         * config/.cvsignore     ** NEW FILE **
7808         * config/Makefile.am    ** NEW FILE **
7809                 ignore autogenerated files
7810                 create a Makefile in this directory
7811
7812 2002-10-08 [paul]       0.8.5claws
7813
7814         * 0.8.5claws release
7815         
7816         * src/compose.c
7817           src/procheader.c
7818           src/procmsg.c
7819                 fix quote reply format for newsgroups reply bug
7820                 (thanks to Hoa)
7821                 
7822         * po/en_GB.po
7823           po/pl.po
7824                 updated by me and Witold Wladyslaw Wojciech Wilk
7825                 repectively
7826
7827 2002-10-07 [paul]       0.8.3claws53
7828
7829         * po/it.po
7830           po/pt_BR.po
7831           po/sr.po
7832                 updated messages catalogs, submitted by
7833                 Alessandro Maestri, Fabio Jr.Beneditto 
7834                 and Urke MMI, respectively.
7835
7836 2002-10-07 [christoph]  0.8.3claws52
7837
7838         * src/folder.[ch]
7839         * src/folderview.c
7840         * src/mainwindow.c
7841                 fix new folder ghost message bug
7842                 (closes bug [ 619722 ] wrong count for newly created folders)
7843
7844 2002-10-07 [christoph]  0.8.3claws51
7845
7846         * src/compose.c
7847                 fix news posting problem
7848
7849 2002-10-07 [melvin]     0.8.3claws50
7850
7851         * po/fr.po
7852                 Updated French translation
7853
7854 2002-10-05 [christoph]  0.8.3claws49
7855
7856         * src/gtkstext.c
7857                 check if line_start_cache is set in gtk_stext_update_text
7858                 (closes bug [ 618119 ] crash while doing search in folder)
7859
7860 2002-10-05 [christoph]  0.8.3claws48
7861
7862         * src/imap.c
7863         * src/news.c
7864         * src/utils.c
7865         * src/utils.h
7866                 implement cache cleanups for claws' folder system
7867                 (closes bug [ 595916 ] imapcache not cleaned up)
7868
7869 2002-10-05 [melvin]     0.8.3claws47
7870
7871         * src/prefs_actions.c
7872                 Made the help text more clear for the %p token
7873
7874 2002-10-04 [paul]       0.8.3claws46
7875
7876         * sync with 0.8.5
7877                 see ChangeLog 2002-10-02 and 2002-10-03
7878
7879 2002-10-04 [christoph]  0.8.3claws45
7880
7881         * src/inc.c
7882                 fix segfault caused by pop before smtp
7883                 call to inc_account_mail with NULL
7884                 pointer for mainwin
7885
7886 2002-10-04 [paul]       0.8.3claws44
7887
7888         * configure.in
7889                 sync the LDAP detection from 0.8.5cvs1
7890
7891 2002-10-02 [christoph]  0.8.3claws43
7892
7893         * po/de.po
7894                 fix small spelling error
7895
7896 2002-10-02 [melvin]     0.8.3claws42
7897
7898         * ac/aspell.m4
7899                 Behave better and say "no" when test program cannot be run.
7900
7901 2002-10-02 [paul]       0.8.3claws41
7902
7903         * sync with 0.8.4cvs1
7904                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7905                 
7906         * src/summaryview.c
7907                 toggle the behavior of Reply menuitem between
7908                 normal reply and reply-to-list
7909
7910 2002-10-01 [sergey]     0.8.3claws40
7911
7912         * src/compose.c
7913                 Convert newlines in the message text to the canonical form
7914                 before base64 encoding (RFC2045 compliance, fixes some
7915                 interoperability issues with Evolution 1.0.3)
7916
7917 2002-09-29 [colin]      0.8.3claws39
7918
7919         * src/summaryview.c
7920                 Fix an unwanted copy/paste
7921
7922 2002-09-29 [colin]      0.8.3claws38
7923
7924         * src/mainwindow.c
7925                 Renamed "Custom toolbar" to "Customize toolbar"
7926                 Renamed "Show all header" to "Show all headers"
7927                 Renamed "Set diplay item" to "Set displayed items"
7928         * src/prefs_common.c
7929                 Renamed "Show all header" to "Show all headers"
7930         * src/prefs_summary_column.c
7931                 Renamed "diplay item" to "displayed items"
7932
7933 2002-09-29 [colin]      0.8.3claws37
7934
7935         * src/mainwindow.[ch]
7936                 online/offline status pixmaps follow theme
7937                 changes
7938         * src/summaryview.[ch]
7939                 quicksearch pixmap follows theme changes
7940
7941 2002-09-29 [thorsten]   0.8.3claws36
7942
7943         * src/compose.c
7944           src/prefs_folder_item.[ch]
7945                 add default_reply_to folder option (closes patch 581044)
7946
7947 2002-09-29 [christoph]  0.8.3claws35
7948
7949         * acconfig.h    ** REMOVED **
7950         * configure.in
7951         * ac/aspell.m4
7952         * ac/check-type.m4
7953         * ac/gnupg-check-typedef.m4
7954                 fix autoheader 2.50 warning
7955
7956 2002-09-29 [christoph]  0.8.3claws34
7957
7958         * major code cleanup (part 2)
7959         
7960                 - unused variables removed
7961                 - unused functions removed
7962                 - uninitialized variables checked
7963                 - missing return statements added
7964                 - missing function return types added
7965                 - added parentheses around assignment
7966                   when suggested by gcc
7967
7968 2002-09-29 [alfons]     0.8.3claws33
7969
7970         * src/logwindow.c
7971                 log_window_clear(): only bracket gtk_text_forward_delete() 
7972                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7973                 works around GTK text bug)
7974
7975 2002-09-29 [paul]       0.8.3claws32
7976
7977         * po/bg.po
7978           po/sr.po
7979                 updated by George Danchev and Urke MMI
7980                 respectively
7981
7982 2002-09-27 [christoph]  0.8.3claws31
7983
7984         * doc-src/readme.txt
7985         * doc-src/rfc1806.txt   ** REMOVED **
7986         * doc-src/rfc2183.txt   ** NEW FILE **
7987         * doc-src/rfc2980.txt   ** NEW FILE **
7988                 update rfcs
7989
7990 2002-09-27 [melvin]     0.8.3claws30
7991
7992         * ac/aspell.m4
7993                 Fixed typo which could break linking
7994
7995 2002-09-27 [melvin]     0.8.3claws29
7996
7997         * ac/aspell.m4
7998                 Improved GNU/aspell checking. 
7999                 Fixed bug #614490
8000
8001 2002-09-27 [paul]       0.8.3claws28
8002
8003         * sync with 0.8.3cvs8
8004                 see ChangeLog 2002-09-27
8005
8006 2002-09-26 [colin]      0.8.3claws27
8007
8008         * src/toolbar.[ch]
8009           src/mainwindow.[ch]
8010                 Add "Reply to Mailing-list" to the toolbar
8011
8012 2002-09-26 [christoph]  0.8.3claws26
8013
8014         * src/summaryview.c
8015                 Fix wrong message counts in summaryview status
8016
8017 2002-09-26 [paul]       0.8.3claws25
8018
8019         * sync with 0.8.3cvs7
8020                 see ChangeLog 2002-09-26
8021
8022 2002-09-26 [paul]       0.8.3claws24
8023
8024         * sync with 0.8.3cvs6
8025                 see ChangeLog 2002-09-25
8026
8027 2002-09-25 [christoph]  0.8.3claws23
8028
8029         * src/prefs_common.c
8030         * src/prefs_folder_item.c
8031         * src/prefs_scoring.c
8032                 Renamed "kill score" to "hide score" in GUI
8033                 and prefs files
8034
8035 2002-09-25 [paul]       0.8.3claws22
8036
8037         * sync with 0.8.3cvs5
8038                 see ChangeLog 2002-09-24
8039
8040 2002-09-24 [alfons]     0.8.3claws21
8041
8042         patch by Satoshi Nagayasu: allows appending / saving multiple 
8043         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8044         'Save as ...'")
8045
8046         * AUTHORS
8047                 add Satoshi Nagayasu
8048         * src/summaryview.c
8049                 summary_save_as(): allow saving selected files to
8050                 one file
8051                 summary_set_menu_sensitive: enable "Save As..." when
8052                 multiple files are selected
8053         * src/utils.[ch]
8054                 append_file(): new function
8055
8056 2002-09-24 [colin]      0.8.3claws20
8057
8058         * src/procmime.c
8059                 Fix segfault when mimeinfo doesn't have a 
8060                 content_type. 
8061
8062 2002-09-24 [colin]      0.8.3claws19
8063
8064         * src/prefs_common.[ch]
8065                 Add a preference to display send dialog or not
8066         * src/send.c
8067                 Display send dialog according to preference
8068
8069 2002-09-24 [colin]      0.8.3claws18
8070
8071         * src/compose.[ch]
8072                 Disable user actions when sending
8073
8074 2002-09-24 [colin]      0.8.3claws17
8075
8076         * src/procmime.c
8077                 Do not display name or filename for attachments
8078                 with an application/pgp-signature type
8079                 (security flaw, see bug 537413)
8080
8081 2002-09-23 [colin]      0.8.3claws16
8082
8083         * src/editaddress.c
8084                 Initialize entry_email, entry_alias and 
8085                 entry_remarks to first email address of the list
8086
8087 2002-09-23 [colin]      0.83claws15
8088
8089         * src/compose.c
8090                 Drop pgp-signature when reediting a signed queued
8091                 message
8092
8093 2002-09-23 [melvin]     0.8.3claws14
8094
8095         * po/fr.po
8096                 Updated French translation
8097
8098 2002-09-23 [melvin]     0.8.3claws13
8099
8100         * src/mainwindow.c
8101                 Made custom toolbar menu labels more consistent
8102         * src/prefs_toolbar.c
8103                 Made custom toolbar window title more consistent
8104
8105 2002-09-22 [colin]      0.8.3claws12
8106
8107         * src/inc.c
8108                 Initialize session type to normal before getting 
8109                 mail (fixes strange Get behaviour)
8110         * src/prefs_account.h
8111                 Move STYPE_POP_BEFORE_SMTP to last position to 
8112                 avoid other side-effects
8113
8114 2002-09-22 [colin]      0.8.3claws11
8115
8116         * src/prefs_account.c
8117                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8118                 from pop3 to apop or vice-versa
8119
8120 2002-09-22 [colin]      0.8.3claws10
8121         
8122         * src/prefs_account.[ch]
8123                 Add an option for the POP before SMTP timeout
8124         * src/inc.c
8125                 Remember time of last POP connection
8126         * src/send.c
8127                 Do POP before SMTP only if timeout reached
8128
8129 2002-09-22 [oliver]     0.8.3claws9
8130         
8131         * README.claws
8132                 explain custom toolbar
8133
8134 2002-09-22 [oliver]     0.8.3claws8
8135
8136         * src/prefs_actions.[ch]
8137         custom toolbar for compose      
8138                 actions callback from compose toolbar
8139         * src/folderview.c
8140                 remove include toolbar.h
8141
8142 2002-09-22 [oliver]     0.8.3claws7
8143         
8144         * src/prefs_toolbar.[ch]
8145                 custom toolbar for compose
8146                 - generic prefs_toolbar handles both
8147                   Mainwin's toolbar as well as Compose toolbar          
8148
8149 2002-09-22 [oliver]     0.8.3claws6
8150         
8151         * src/toolbar.[ch]
8152                 custom toolbar for compose
8153                 restructure toolbar.[ch]
8154
8155 2002-09-22 [oliver]     0.8.3claws5
8156
8157         * src/compose.[ch]
8158                 custom toolbar for compose
8159
8160 2002-09-22 [oliver]     0.8.3claws4
8161         
8162         * src/mainwindow.[ch]
8163                 custom toolbar for compose 
8164                 move mainwin toolbar back to mainwindow
8165
8166 2002-09-22 [alfons]     0.8.3claws3
8167
8168         * src/procmsg.c
8169                 :%sno/if(/if (/gc
8170                 :%sno/for(/for (/gc
8171                 (beautify)
8172
8173 2002-09-22 [alfons]     0.8.3claws2
8174         
8175         * src/procmsg.c
8176                 procmsg_save_to_outbox(): don't unlink message file from queue;
8177                 callers should do it using folder_item_remove_msg()
8178
8179 2002-09-22 [colin]      0.8.3claws1
8180
8181         * src/mimeview.[ch]
8182                 Made mimeview_check_signature() public
8183         * src/textview.c
8184                 Made GPG signatures verifiable by clicking
8185                 the [application/pgp-signature] in the Text
8186                 view
8187
8188 2002-09-22 [paul]       0.8.3claws
8189
8190         * po/bg.po
8191           po/en_GB.po
8192           po/es.po
8193           po/it.po
8194           po/pl.po
8195           po/pt_BR.po
8196           po/sr.po
8197                 updated translations, submitted by George Danchev,
8198                 me, Ricardo Mones Lastra, Alessandro Maestri,
8199                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
8200                 and Urke MMI, respectively.     
8201
8202 2002-09-22 [alfons]     0.8.2claws65
8203
8204         * src/procmsg.c
8205         * src/pgptext.c
8206                 no furry valgrinds have been used to plug these memleaks
8207
8208 2002-09-20 [paul]       0.8.2claws64
8209
8210         * sync with 0.8.3cvs4
8211                 'Select thread' re-implemented 
8212                 see ChangeLog 2002-09-20
8213
8214 2002-09-21 [alfons]     0.8.2claws63
8215
8216         * src/compose.c
8217                 compose_send(): plug unnoticed memleak
8218
8219 2002-09-20 [alfons]     0.8.2claws62
8220
8221         * src/addr_compl.c
8222                 replace_address_in_edit(): strict check for NULL address to
8223                 fix "[ 607348 ] Segfault in address completion". My guess is
8224                 that this happens with an empty address book, but it's good
8225                 to have this check here anyway
8226                 
8227                 completion_window_button_press(): free string returned 
8228                 from the internal cache
8229
8230 2002-09-20 [christoph]  0.8.2claws61
8231
8232         * src/procmime.h
8233                 added ENC_BINARY to EncodingType
8234         * src/procmime.c
8235                 the string returned by procmime_get_encoding_str
8236                 should not depend on the order of values in the
8237                 EncodingType definition
8238         * doc-src/rfc1806.txt   ** NEW FILE **
8239                 Added rfc1806 about MIME Content-Disposition
8240                 Extension
8241
8242 2002-09-19 [paul]       0.8.2claws60
8243
8244         * sync with 0.8.2cvs3
8245                 see ChangeLog 2002-09-19
8246
8247 2002-09-19 [paul]       0.8.2claws59
8248
8249         * src/prefs_folder_item.c
8250                 revert to Darko's original alignment of colour
8251                 selector button
8252                 add a colon to folder_color label
8253                 
8254         * src/compose.c
8255                 add Colin's patch (with Hiro's modifications) to 
8256                 force BASE64 encoding for 8-bit text when signing
8257                 (sync with 0.8.3cvs2)
8258
8259 2002-09-18 [alfons]     0.8.2claws58
8260
8261         * src/compose.c
8262                 :%sno/if(/if (/gc
8263                 :%sno/for(/for (/gc
8264                 (beautify a little bit)
8265
8266 2002-09-18 [christoph]  0.8.2claws57
8267
8268         * src/pine.c
8269                 fix handling of fgetc return value
8270
8271 2002-09-17 [alfons]     0.8.2claws56
8272         
8273         * src/summaryview.c
8274                 summary_sort(): check non-NULL summaryview->folder_item when no 
8275                 folder is selected at all
8276                 (closes "[ 610344 ] sort label make syl Crash")
8277
8278 2002-09-17 [alfons]     0.8.2claws55
8279         
8280         * src/compose.c
8281                 beautify a little bit
8282
8283 2002-09-17 [christoph]  0.8.2claws54
8284
8285         * src/folder.c
8286                 initialize max values for cache and folder
8287                 when cache or folder is empty
8288
8289 2002-09-15 [colin]      0.8.2claws53
8290
8291         * src/compose.c
8292                 Fix a leak (thanks Alfons!) and cleaned
8293                 variables names for custom headers
8294
8295 2002-09-15 [colin]      0.8.2claws52
8296
8297         * src/compose.c
8298                 Fix custom headers recognition when
8299                 prefs_common.trans_hdr is on
8300
8301 2002-09-15 [colin]      0.8.2claws51
8302
8303         * src/compose.c
8304                 Allow dynamically-added custom headers
8305                 Yet not reparsed if reedited
8306
8307 2002-09-15 [alfons]     0.8.2claws50
8308
8309         * src/prefs_account.c
8310                 fix warnings
8311
8312 2002-09-15 [colin]      0.8.2claws49
8313         
8314         * src/prefs_account.c
8315                 fix pop_before_smtp sensitivity
8316
8317 2002-09-15 [colin]      0.8.2claws48
8318
8319         * src/inc.[ch]
8320                 add inc_pop_before_smtp()
8321                 allow MainWindow to be undefined in 
8322                 inc_account_mail() and inc_start()
8323         * src/pop.c
8324           src/prefs_account.h
8325                 add STYPE_POP_BEFORE_SMTP session type
8326         * src/prefs_account.c
8327                 activated pop before smtp option
8328         * src/send.c
8329                 do pop before smtp if the relevant option 
8330                 is set
8331
8332 2002-09-15 [paul]       0.8.2claws47
8333
8334         * sync with 0.8.3
8335                 see ChangeLog 2002-09-15
8336
8337 2002-09-14 [paul]       0.8.2claws46
8338
8339         * po/bg.po
8340                 updated Bulgarian translation, submitted by
8341                 George Danchev
8342
8343 2002-09-13 [paul]       0.8.2claws45
8344
8345         * src/compose.c
8346                 merge claws' select_account() with main's
8347                 (new) compose_select_account(). [sync with
8348                 0.8.2cvs15, see ChangeLog 2002-09-11]
8349
8350 2002-09-12 [christoph]  0.8.2claws44
8351
8352         * src/filter.c
8353                 allocate 1 elements of FolderItem not 0
8354
8355 2002-09-12 [colin]      0.8.2claws43
8356
8357         * src/compose.c
8358                 Fix bug #590825 (obey Follow-up: poster)
8359
8360 2002-09-12 [colin]      0.8.2claws42
8361
8362         * src/procmime.c
8363                 Fix bug #557009 (wrong headers for messages 
8364                 forwarded as attachments)
8365
8366 2002-09-11 [colin]      0.8.2claws41
8367         
8368         * src/compose.c
8369                 Put SCF: pseudo-header on top of message
8370                 Set draft tmp_flag when saved as draft
8371
8372         * src/procmsg.c
8373           src/procheader.c
8374                 Skip after first \n\n for beginning of real message
8375                 for drafts too
8376
8377 2002-09-11 [christoph]  0.8.2claws40
8378
8379         * src/filtering.c
8380                 use procmsg flag functions in filtering or processing
8381                 will cause incorrect folder message counts
8382
8383 2002-09-11 [colin]      0.8.2claws39
8384
8385         * src/compose.c
8386                 Fix bug #550175 - wrong save folder when reediting
8387                 drafts
8388
8389 2002-09-11 [paul]       0.8.2claws38
8390
8391         * sync with 0.8.2cvs14
8392                 see ChangeLog 2002-09-11
8393
8394 2002-09-11 [colin]      0.8.2claws37
8395
8396         * src/folder.c
8397                 Fix a typo (seeming to cause new/unread status to
8398                 be lost)
8399
8400 2002-09-10 [christoph]  0.8.2claws36
8401
8402         * src/compose.c
8403                 compose_redirect should not use compose_generic_new
8404                 because that does more stuff than expected including
8405                 opening the external editor
8406                 (closes bug "[ 526608 ] bounced messages appear blank
8407                  in editor")
8408
8409 2002-09-10 [christoph]  0.8.2claws35
8410
8411         * src/folder.c
8412                 fix problem with too large message number range
8413                 causing a crash in folder_item_scan
8414
8415 2002-09-10 [paul]       0.8.2claws34
8416
8417         * sync with 0.8.2cvs13
8418                 see ChangeLog 2002-09-10
8419
8420 2002-09-10 [christoph]  0.8.2claws33
8421
8422         * src/msgcache.c
8423                 set MsgInfo TmpFlags for queue and draft folders
8424                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
8425
8426 2002-09-10 [paul]       0.8.2claws32
8427
8428         * AUTHORS
8429           po/bg.po      ** NEW FILE **
8430                 new Bulgarian translation submitted by
8431                 George Danchev <danchev@spnet.net>
8432                 
8433         * tools/Makefile.am
8434           tools/README
8435           tools/tb2sylpheed     ** NEW FILE **
8436                 add script that converts an addressbook exported
8437                 from The Bat! into a Sylpheed addressbook. Submitted
8438                 by Urke MMI <urke-kg@eunet.yu>
8439
8440 2002-09-10 [paul]       0.8.2claws31
8441
8442         * sync with 0.8.2cvs12
8443                 see ChangeLog 2002-09-10
8444
8445 2002-09-06 [paul]       0.8.2claws30
8446
8447         * src/prefs_common.c
8448                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
8449                 
8450         * tools/Makefile.am
8451           tools/README
8452           tools/ldif-to-xml.py  ** REMOVED **
8453                 remove obsolete python script
8454
8455 2002-09-06 [paul]       0.8.2claws29
8456
8457         * sync with 0.8.2cvs10
8458                 see ChangeLog 2002-09-06
8459
8460 2002-09-04 [paul]       0.8.2claws28
8461
8462         * sync with 0.8.2cvs9
8463                 see ChangeLog 2002-08-04
8464
8465 2002-09-04 [colin]      0.8.2claws27 
8466
8467         * src/prefs_common.[ch]
8468                 Added signature color configuration
8469         * src/textview.c
8470                 Use user-specified signature color
8471
8472 2002-09-03 [colin]      0.8.2claws26
8473
8474         * src/prefs_common.[ch]
8475                 Added autosave and autosave_length prefs
8476         * src/compose.c
8477                 Added compose_remove_draft()
8478                 Auto-save drafts according to the prefs
8479         * src/main.c
8480                 Added a crash-indicator file, allowing to check
8481                 for new messages on startup if Sylpheed crashed
8482                 (makes saved drafts "reappear")
8483
8484 2002-09-03 [colin]      0.8.2claws25
8485
8486         * src/textview.[ch]
8487                 Grey the signature
8488
8489 2002-09-03 [paul]       0.8.2claws24
8490
8491         * sync with 0.8.2cvs8
8492                 see ChangeLog 2002-09-02 and 2002-09-03
8493
8494 2002-09-03 [darko]      0.8.2claws23
8495
8496         * src/folderview.c
8497                 use normal style when creating new folder to pick
8498                 proper font size 
8499
8500 2002-09-02 [melvin]     0.8.2claws22
8501
8502         * src/gtkaspell.m4
8503                 removed some obsolete code
8504
8505 2002-09-02 [melvin]     0.8.2claws21
8506
8507         * ac/aspell.m4
8508                 fixed test's equality sign (== to =)
8509
8510 2002-09-02 [alfons]     0.8.2claws20
8511
8512         * src/folder.c
8513         * src/mh.c
8514                 revert change of 0.8.2claws16 and use the mh_folder_destroy
8515                 as folder->destroy virtual as suggested by Hiro
8516                 (the mh.c code seems to have been lost around mh.c.1.21)
8517
8518 2002-09-02 [paul]       0.8.2claws19
8519
8520         * po/pt_BR.po
8521                 updated by Fabio Jr. Beneditto
8522                 
8523         * src/defs.h
8524                 use 'http://claws.sylpheed.org' for homepage link. 
8525                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
8526
8527 2002-09-01 [alfons]     0.8.2claws18
8528
8529         * src/mh.c
8530                 plug memleak related to one Martin Kluge found
8531
8532 2002-08-31 [paul]       0.8.2claws17
8533
8534         * sync with 0.8.2cvs6
8535                 see ChangeLog 2002-08-30
8536
8537 2002-08-31 [alfons]     0.8.2claws16
8538
8539         * src/folder.c
8540                 folder_destroy(): remove mailbox from folderlist even if it has
8541                 no destroy virtual
8542
8543 2002-08-31 [alfons]     0.8.2claws15
8544
8545         * src/folder.c
8546                 :%sno/if(/if (/gc
8547                 :%sno/for(/for (/gc
8548                 (being pedantic I know)
8549
8550 2002-08-31 [alfons]     0.8.2claws14
8551
8552         * src/folder.c
8553                 check for NULL pointers returned from folder->fetch_msginfo virtual
8554                 (should solve some reported crashes)
8555
8556 2002-08-30 [alfons]     0.8.2claws13
8557
8558         * acconfig.h
8559         * configure.in
8560         * src/crash.c
8561                 enable crash dialog on compilation time
8562                 (--enable-crash-dialog configure option)
8563
8564 2002-08-30 [alfons]     0.8.2claws12
8565
8566         * AUTHORS
8567                 add Martin Kluge
8568         * src/mh.c
8569                 apply memory leak plug patch by Martin Kluge
8570                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
8571                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
8572                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
8573
8574 2002-08-30 [darko]      0.8.2claws11
8575
8576         * src/folderview.c
8577                 copy Gtk style from normal style to match
8578                 font size for coloured folders
8579
8580 2002-08-29 [alfons]     0.8.2claws10
8581
8582         * sylpheed.desktop
8583                 Type=Internet <- Type=Application
8584                 (reported by Michael Schwendt, see:
8585                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
8586                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
8587
8588 2002-08-29 [paul]       0.8.2claws9
8589
8590         * sync with 0.8.2cvs5
8591                 see ChangeLog 2002-08-29
8592
8593 2002-08-29 [colin]      0.8.2claws8
8594
8595         * src/summaryview.c
8596                 Added a sanity check in summary_select_thread
8597                 Should fix bug 601605
8598
8599 2002-08-29 [colin]      0.8.2claws7
8600
8601         * src/main.c
8602                 Revert claws6 changes regarding bug #591676
8603
8604 2002-08-28 [colin]      0.8.2claws6
8605         
8606         * src/main.c
8607                 Ignore cache for queue folderitems
8608                 Fix bug #591676
8609
8610 2002-08-28 [melvin]     0.8.2claws5
8611
8612         * README.claws
8613                 Fixed typos.
8614
8615 2002-08-28 [melvin]     0.8.2claws4
8616
8617         * README.claws
8618                 Updated a bit the text concerning the spell checker
8619
8620 2002-08-28 [melvin]     0.8.2claws3
8621
8622         Merged the GNU_aspell_branch:
8623                 Support of new GNU/aspell is now included and the old pspell
8624                 is not supported anymore.
8625                 See README.claws
8626
8627         * README.claws
8628                 Updated spell checker text to reflect the switch to GNU/aspell
8629
8630         * ac/aspell.m4          *** NEW ***
8631         * src/gtkaspell.[ch]    *** NEW *** 
8632         * ac/pspell.m4          *** DELETED *** 
8633         * src/gtkspell.[ch]     *** DELETED ***
8634
8635         * ac/Makefile.am
8636                 Updated for GNU/aspell support
8637
8638         * po/POTFILES.in
8639                 Replaced gtkspell.c by gtkaspell.c
8640
8641         * acconfig.h
8642         * src/Makefile.am
8643         * src/about.c
8644         * src/compose.[ch]
8645         * src/crash.c
8646         * src/main.c
8647         * src/prefs_common.[ch]
8648                 Updated for GNU/aspell support
8649
8650 2002-08-28 [paul]       0.8.2claws2
8651
8652         * sync with 0.8.2cvs4
8653                 see ChangeLog 2002-08-27 and 2002-08-28
8654
8655 2002-08-28 [colin]      0.8.2claws1
8656
8657         * src/summary_search.c
8658                 Added "AND search"
8659
8660 2002-08-28 [jens]       0.8.2claws
8661
8662         *po/de.po
8663                 Updated German translations
8664
8665 2002-08-27 [melvin]     0.8.2claws
8666
8667         * po/fr.po
8668                 Updated French translations
8669
8670 2002-08-27 [paul]       0.8.2claws
8671
8672         * sync with 0.8.2 main release
8673
8674         * po/en_GB.po
8675           po/es.po
8676           po/it.po
8677           po/pl.po
8678           po/pt_BR.po
8679           po/sr.po
8680                 updated message catalogs submitted by
8681                 Ricardo Mones Lastra, Alessandro Maestri,
8682                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8683                 Beneditto and Urke MMI  
8684
8685 2002-08-27 [hoa]        0.8.1claws123
8686
8687         * src/mainwindow.[ch]
8688         * src/summaryview.[ch]
8689                 removed the "filter setting" menu option.
8690                 add a "cancel a news message" menu option.
8691
8692 2002-08-26 [martin]     0.8.1claws122
8693
8694         * ChangeLog.claws
8695                 changed string under 0.8.1claws79 changed by myself
8696                 i'm sorry alfons :(
8697
8698 2002-08-26 [martin]     0.8.1claws121
8699
8700         * src/crash.c
8701                 added kill command to debuggerrc to start crash dialog
8702
8703 2002-08-26 [paul]       0.8.1claws120
8704
8705         * sync with 0.8.1cvs31
8706                 see ChangeLog 2002-08-26
8707
8708 2002-08-25 [alfons]     0.8.1claws119
8709
8710         * src/procmsg.c
8711                 fix bug that didn't send out correct headers to news server
8712                 when sending news article and email from queue (bug reported
8713                 and patch provided by Tim Mann; closes bug 
8714                 "[ 583196 ] 0.7.8claws can't post news")
8715
8716 2002-08-25 [alfons]     0.8.1claws118
8717
8718         * src/selective_download.c
8719                 mark two strings as translatable
8720                 (thanks to Urke MMI for pointing this out)
8721
8722 2002-08-25 [alfons]     0.8.1claws117
8723
8724         * src/summaryview.c
8725                 treat sent boxes as special and allow sorting them by addressee
8726                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8727                 submitted by Steve Lamb)
8728
8729 2002-08-24 [alfons]     0.8.1claws116
8730
8731         * src/matcher.c
8732                 fix memleak reported by Martin Kluge
8733                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8734
8735 2002-08-24 [oliver]     0.8.1claws115
8736
8737         * src/prefs_toolbar.c
8738                 o code cleanup as suggested by Alfons
8739                 o memleak fix
8740
8741 2002-08-24 [alfons]     0.8.1claws114
8742
8743         * src/summaryview.c
8744                 o fix another memory leak reported by Martin Kluge
8745                   (see "[ 599568 ] Small Memory Leak")
8746                 o remove 'from' variable from 'summary_set_header()'; we can
8747                   do with just 'to' 
8748
8749 2002-08-24 [paul]       0.8.1claws113
8750
8751         * sync with 0.8.1cvs30
8752                 see ChangeLog 2002-08-23
8753
8754 2002-08-24 [alfons]     0.8.1claws112
8755
8756         * src/summaryview.c
8757                 remove unnecessary allocations for search bar fixing leaks
8758                 reported by Martin Kluge
8759                 (see "[ 599451 ] Further memory leaks?")
8760
8761 2002-08-24 [alfons]     0.8.1claws111
8762
8763         * src/main.c
8764                 make get_socket_name() public for crash.c
8765         * src/crash.c
8766                 o make report bug button work (goes to claws' 
8767                   bug tracker at sf.net)
8768                 o introduce function for doing important stuff just
8769                   before claws goes down
8770                 o clean up code 
8771
8772 2002-08-24 [alfons]     0.8.1claws110
8773
8774         * src/compose.c
8775                 move cursor to "To" entry when forwarding as attachment
8776                 (reported and solved by Steve Lamb, closes bug report
8777                 "[ 592880 ] Forward as attachment; cursor not in to")
8778
8779 2002-08-24 [colin]      0.8.1claws109
8780
8781         * src/mainwindow.c
8782                 fix quick search visibility after GUI (de)separations.
8783
8784 2002-08-23 [colin]      0.8.1claws108
8785
8786         * src/mainwindow.c
8787                 fix header pane visibility after folderview or
8788                 messageview (de)separation
8789
8790 2002-08-23 [paul]       0.8.1claws107
8791
8792         * src/mainwindow.[ch]
8793           src/toolbar.c
8794                 give full control of display or non-display 
8795                 of the Execute icon to Custom toolbar settings.
8796                 add new sensitivity condition to maninwindow.h: 
8797                 M_DELAY_EXEC
8798
8799         * ChangeLog
8800           ChangeLog.jp
8801           NEWS
8802                 more sync with 0.8.1cvs29
8803
8804 2002-08-23 [melvin]     0.8.1claws106
8805
8806         * src/alertpanel.c
8807                 Readded support for custom widget in alertpanel lost in last
8808                 sync.
8809
8810 2002-08-23 [paul]       0.8.1claws105
8811
8812         * sync with 0.8.1cvs29
8813                 see ChangeLog 2002-08-23
8814
8815 2002-08-23 [colin]      0.8.1claws104
8816
8817         * src/summaryview.c
8818                 Fix folder and search pixmaps exchanging positions
8819                 after theme or toolbar changes. Thank to Oliver for 
8820                 reporting this.
8821
8822 2002-08-23 [colin]      0.8.1claws103
8823
8824         * src/mainwindow.c
8825           src/messageview.[ch]
8826           src/noticeview.[ch]
8827           src/summaryview.c
8828                 Changed messageview_create() and noticeview_create()
8829                 to avoid the last gdk_warning
8830
8831 2002-08-22 [colin]      0.8.1claws102
8832
8833         * src/summaryview.c
8834                 Fix my new `Creating pixmap from xpm' warning
8835
8836 2002-08-22 [colin]      0.8.1claws101
8837
8838         * src/mainwindow.c
8839                 Fix some of the gdk warnings
8840
8841 2002-08-22 [colin]      0.8.1claws100
8842
8843         * src/Makefile.am
8844         * src/stock_pixmap.c
8845         * src/stock_pixmap.h
8846         * src/pixmaps/quicksearch.xpm *ADDED*
8847                 Add the quicksearch pixmap
8848         * src/mainwindow.c
8849         * src/summaryview.c
8850         * src/summaryview.h
8851                 Make quicksearch bar visible/hidden via a button
8852
8853 2002-08-22 [christoph]  0.8.1claws99
8854
8855         * src/folder.c
8856                 fix folder update for newsgroups with message
8857                 numbers below minimum number of articles to fetch
8858                 (closes bug #598445)
8859
8860 2002-08-22 [paul]       0.8.1claws98
8861
8862         * sync with 0.8.1cvs28
8863                 see ChangeLog 2002-08-22
8864
8865 2002-08-21 [alfons]     0.8.1claws97
8866
8867         * src/crash.c
8868                 use bt instead of bt full which seems to work 
8869                 better, and bt full doesn't give a great deal 
8870                 of information anyway
8871
8872 2002-08-21 [colin]      0.8.1claws96
8873
8874         * src/summaryview.c
8875                 fix summaryview_searchtype_changed prototype
8876
8877 2002-08-21 [christoph]  0.8.1claws95
8878
8879         * src/mainwindow.c
8880                 o fix broken menu update for sorting type, we have to
8881                   get this info from the summaryview now
8882                 o removed setting of threaded state in menu callback
8883         * src/summaryview.[ch]
8884                 more summaryview/folderitem seperation for
8885                 threading option
8886         * configure.in
8887                 removed not required --with-compiler-flags option
8888
8889 2002-08-21 [oliver]     0.8.1claws94
8890         
8891         * src/toolbar.h 
8892                 o rename toolbar.xml to toolbar_main.xml
8893                   since toolbar_compose.xml might come up 
8894                   any time soon
8895         * README.claws
8896                 add custom toolbar              
8897
8898 2002-08-21 [darko]      0.8.1claws93
8899
8900         * src/procmsg.c
8901                 don't reset tmp flags for messages copied
8902                 to sent folder
8903
8904 2002-08-21 [colin]      0.8.1claws92
8905         
8906         * src/prefs_filtering.c
8907                 fix renaming rules on folder rename 
8908                 when folder is not a leaf folder
8909
8910 2002-08-21 [paul]       0.8.1claws91
8911
8912         * src/prefs_folder_item.c
8913                 fix alignment of colour selector
8914
8915 2002-08-21 [paul]       0.8.1claws90
8916
8917         * sync with 0.8.1cvs27
8918                 see ChangeLog 2002-08-21
8919
8920 2002-08-21 [paul]       0.8.1claws89
8921
8922         * src/summaryview.c
8923                 fix crash when changing field type in
8924                 Quick search bar
8925
8926 2002-08-21 [colin]      0.8.1claws88
8927
8928         * src/summaryview.c
8929                 Made quick search case-insensitive
8930
8931 2002-08-21 [paul]       0.8.1claws87
8932
8933         * sync with 0.8.1cvs26
8934                 see ChangeLog 2002-08-21
8935
8936 2002-08-20 [christoph]  0.8.1claws86
8937
8938         * src/folderview.c
8939         * src/main.c
8940         * src/summaryview.[ch]
8941                 more summaryview/folderitem seperation for
8942                 sort_key and sort_type
8943         * src/procmsg.c
8944                 added missing return statement
8945
8946 2002-08-20 [colin]      0.8.1claws85
8947
8948         * src/summaryview.[ch]
8949                 Added a quick search box
8950         * src/mainwindow.c
8951         * src/prefs_common.[ch]
8952                 Added a show/hide option for the quick search
8953
8954 2002-08-20 [oliver]     0.8.1claws84
8955         
8956         * src/mainwindow.c
8957                 remove toolbar_create_popups
8958         * src/toolbar.[ch]
8959                 o remove toolbar_create_popups
8960                 o fix toolbar_set_sensitive 
8961                   (Bug reports #596834 and #596832)     
8962         * src/prefs_toolbar.c
8963                 o add "Set default" button
8964                 o align label and text + combo widgets
8965
8966 2002-08-20 [hoa]        0.8.1claws83bis
8967
8968         * src/imap.c
8969                 fixed a bug in imap_fetch_msginfo() in case there is no
8970                 current folder.
8971
8972 2002-08-20 [darko]      0.8.1claws83
8973
8974         * src/folderview.c
8975                 copy the color style of folder view so it
8976                 works with GTK themes
8977
8978 2002-08-20 [darko]      0.8.1claws82
8979
8980         * src/folder.h
8981         * src/folderview.c
8982         * src/prefs_folder_item.[hc]
8983                 don't use UI stuff in folder.h
8984
8985 2002-08-20 [darko]      0.8.1claws81
8986
8987         * src/folder.h
8988         * src/prefs_folder_item.h
8989         * src/folderview.c
8990         * src/prefs_folder_item.c
8991                 ability to set folder color in folderview
8992
8993 2002-08-19 [alfons]     0.8.1claws80
8994
8995         * src/summaryview.c
8996                 fix one of the earlier memleaks reported by Martin Kluge
8997
8998 2002-08-19 [alfons]     0.8.1claws79
8999
9000         * src/mainwindow.c
9001                 hide notice view when selecting seperate folder
9002                 view (reported by Urke MMI)
9003
9004 2002-08-19 [christoph]  0.8.1claws78
9005
9006         * src/folderview.c
9007         * src/prefs_folder_item.h
9008         * src/summaryview.[ch]
9009                 o add summary_set_prefs_from_folderitem to set
9010                   summaryview prefs (first step to remove all
9011                   references to the folderitem in summaryview)
9012                 o moved compiled regex stuff from folderitem prefs
9013                   to summaryview code
9014
9015 2002-08-19 [paul]       0.8.1claws77
9016
9017         * src/compose.c
9018                 add check for '.' to QUOTE_IF_REQUIRED
9019
9020 2002-08-19 [paul]       0.8.1claws76
9021
9022         * src/inc.c
9023                 sync with 0.8.1cvs25 (plug memory leak)
9024
9025         * src/prefs_toolbar.c
9026                 re-order prefs_toolbar_cancel()
9027
9028 2002-08-18 [alfons]     0.8.1claws75
9029
9030         * src/inc.c
9031         * src/matcher.c
9032                 plug other memleaks reported by Martin Kluge
9033
9034 2002-08-18 [paul]       0.8.1claws74
9035
9036         * po/pt_BR.po
9037                 updated by Fabio Jr. Beneditto
9038
9039 2002-08-18 [paul]       0.8.1claws73
9040
9041         * src/toolbar.[ch]
9042                 fix bug where tooltips were displayed untranslated              
9043
9044         * src/prefs_toolbar.c
9045                 fix bug where clicking 'Cancel' creates an icon & text
9046                 toolbar regardless of prefs
9047         
9048
9049 2002-08-17 [oliver]     0.8.1claws72
9050
9051         * src/prefs_toolbar.c
9052                 update toolbar on CANCEL
9053                 bug reported by Martin Kluge
9054         * src/toolbar.c
9055                 toolbar_destroy memleak fixed           
9056
9057 2002-08-17 [alfons]     0.8.1claws71
9058
9059         * src/toolbar.c
9060                 plug another memleak reported by Martin Kluge
9061
9062 2002-08-16 [alfons]     0.8.1claws70
9063
9064         * src/crash.c
9065                 use execvp() correctly (suggested by wwp; thanks!)
9066
9067 2002-08-16 [alfons]     0.8.1claws69
9068
9069         * src/gtksctree.c
9070                 plug memory leak reported by Kim Schultz & Martin Kluge
9071
9072 2002-08-16 [paul]       0.8.1claws68
9073
9074         * po/es.po
9075                 updated by Ricardo Mones Lastra
9076
9077 2002-08-16 [paul]       0.8.1claws67
9078
9079         * src/toolbar.h
9080                 fix bug where 'Compose News' icon showed wrong
9081                 tooltip
9082
9083 2002-08-16 [paul]       0.8.1claws66
9084
9085         * sync with 0.8.1cvs24
9086                 see ChangeLog 2002-08-16
9087
9088         * po/it.po
9089                 updated by Alessandro Maestri
9090
9091 2002-08-15 [paul]       0.8.1claws65
9092
9093         * po/sr.po
9094                 updated by Urke MMI
9095
9096 2002-08-15 [paul]       0.8.1claws64
9097
9098         * src/*.c
9099                 don't translate debug info
9100
9101         * src/matcher.[ch]
9102                 add copyright info
9103
9104 2002-08-15 [paul]       0.8.1claws63
9105
9106         * src/prefs_toolbar.c
9107                 fix bug where clicking 'OK' creates an icon & text
9108                 toolbar regardless of prefs
9109
9110 2002-08-14 [alfons]     0.8.1claws62
9111
9112         * src/main.c
9113                 add global var that has the full argv[0]
9114         * src/crash.c
9115                 o execvp the correct sylpheed by using argv0
9116                   and setting the correct work dir
9117                 o other tweaks  
9118
9119 2002-08-14 [oliver]     0.8.1claws61
9120         
9121         * enable/disable Toolbar Action Buttons 
9122         * code cleanups
9123         * src/mainwindow.c
9124         * src/toolbar.[ch]      
9125         * src/prefs_toolbar.c   
9126
9127 2002-08-14 [melvin]     0.8.1claws60
9128
9129         * po/fr.po
9130                 Updated French translations
9131
9132 2002-08-14 [melvin]     0.8.1claws59
9133
9134         * src/crash.c
9135                 Made bug report not translatable
9136         * src/exporthtml.c
9137                 Fixed exporthtml_build_filespec() return value
9138         * src/foldersel.c
9139                 Fixed incorrect include file
9140         * src/gtkspell.c
9141         * src/prefs_actions.c
9142         * src/prefs_toolbar.c
9143                 Made debug info not translatable
9144         * src/mutt.c
9145         * src/quote_fmt.c
9146                 Added missing includes
9147         * src/prefs_common.c
9148                 Fixed typo
9149
9150 2002-08-14 [paul]       0.8.1claws58
9151
9152         * faq/es/sylpheed-faq.html
9153           faq/es/sylpheed-faq-[1-3].html
9154           faq/es/sylpheed-faq-4.html     **NEW FILE **
9155                 update Spanish FAQ
9156
9157 2002-08-13 [christoph]  0.8.1claws57
9158
9159         * src/procmsg.c
9160                 ignore thread fix that did not mark all
9161                 child nodes of a ignored thread as
9162                 ignored. Does not work perfectly yet,
9163                 but it is better now
9164
9165 2002-08-13 [alfons]     0.8.1claws56
9166
9167         * src/crash.c
9168                 o implement 'save crash log'
9169                 o some tweaks
9170
9171 2002-08-13 [melvin]     0.8.1claws55
9172
9173         * src/main.c
9174                 removed unrequired "execinfo.h" header
9175
9176 2002-08-12 [paul]       0.8.1claws54
9177
9178         * faq/en/sylpheed-faq.html
9179           faq/en/sylpheed-faq-[1-3].html
9180           faq/en/sylpheed-faq-4.html     **NEW FILE **
9181                 update English FAQ
9182
9183 2002-08-12 [alfons]     0.8.1claws53
9184
9185         * po/POTFILES.in
9186                 add crash.c to translatables
9187         * src/crash.c
9188                 bring in Leandro's crash dialog
9189
9190 2002-08-11 [alfons]     0.8.1claws52
9191
9192         * src/crash.c
9193                 clean up some warnings
9194
9195 2002-08-11 [alfons]     0.8.1claws51
9196
9197         * acconfig.h
9198         * configure.in
9199         * src/crash.[ch]        ** NEW FILES **
9200         * src/main.c            
9201                 initial gdb crash handler
9202
9203 2002-08-11 [paul]       0.8.1claws50
9204
9205         * src/prefs_toolbar.c
9206                 replace Up/Down arrow pixmaps with text to be
9207                 consistent across icon themes
9208
9209 2002-08-11 [paul]       0.8.1claws49
9210
9211         * src/prefs_common.c
9212           src/prefs_toolbar.c
9213                 rename 'Pixmap' -> 'Icon'
9214
9215         * src/toolbar.[ch]
9216                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
9217
9218 2002-08-10 [paul]       0.8.1claws48
9219
9220         * src/prefs_toolbar.c
9221                 re-work the UI
9222
9223 2002-08-10 [paul]       0.8.1claws47
9224
9225         * src/main.c
9226                 don't write Processing progress to status bar
9227                 patch submitted by Alexander Evseev
9228
9229         * src/prefs_toolbar.c
9230                 re-position and resize window
9231                 make window assume correct size on first call
9232
9233 2002-08-10 [paul]       0.8.1claws46
9234
9235         * src/mainwindow.c
9236           src/prefs_toolbar.c
9237           src/toolbar.c
9238           src/toolbar.h
9239                 obey coding style
9240                 follow UI text conventions
9241
9242 2002-08-10 [alfons]     0.8.1claws45
9243
9244         * src/toolbar.c
9245                 correct pixmap for delete action
9246
9247 2002-08-10 [paul]       0.8.1claws44
9248
9249         * po/pt_BR.po
9250                 updated by Fabio Jr. Beneditto
9251
9252 2002-08-10 [paul]       0.8.1claws43
9253
9254         * po/POTFILES.in
9255                 add custom toolbar files
9256
9257 2002-08-10 [paul]       0.8.1claws42
9258
9259         * sync with 0.8.1cvs22
9260                 see ChangeLog 2002-08-09
9261
9262 2002-08-09 [paul]       0.8.1claws41
9263
9264         * tools/Makefile.am
9265           tools/README
9266           tools/outlook2sylpheed.pl     ** NEW FILE **
9267                 add script to convert exported Outlook
9268                 contacts list to a Sylpheed addressbook.
9269                 Submitted by Ricardo Mones Lastra.
9270
9271 2002-08-09 [paul]       0.8.1claws40
9272
9273         * AUTHORS
9274           configure.in
9275           po/sr.po      ** NEW FILE **
9276                 add Serbian message catalog. Submitted by
9277                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
9278
9279 2002-08-09 [paul]       0.8.1claws39
9280
9281         * sync with 0.8.1cvs21
9282                 see ChangeLog 2002-08-08
9283
9284 2002-08-08 [oliver]     0.8.1claws38
9285
9286         * src/mainwindow.c
9287                 move Custom Toolbar to Configuration menu
9288
9289 2002-08-08 [oliver]     0.8.1claws37
9290
9291         * src/prefs_toolbar.c
9292                 fix substitute pixmap bug
9293
9294 2002-08-08 [paul]       0.8.1claws36
9295
9296         * sync with 0.8.1cvs19
9297                 see ChangeLog 2002-08-08
9298
9299 2002-08-07 [christoph]  0.8.1claws35
9300
9301         * src/utils.c
9302                 fixed a memory leak in new canonicalize_file_replace
9303
9304 2002-08-07 [christoph]  0.8.1claws34
9305
9306         * src/utils.[ch]
9307                 o canonicalize_file_replace should create the temporary
9308                   file in the same directory as the original file.
9309                 o added get_tmpfile_in_dir that creates a temorary file
9310                   in a specified directory.
9311
9312 2002-08-07 [melvin]     0.8.1claws33
9313
9314         * src/toolbar.c
9315                 fixed bug where 'Article' button acted as 'Email' button.
9316
9317 2002-08-07 [paul]       0.8.1claws32
9318
9319         * sync with 0.8.1.cvs17
9320                 see ChangeLog 2002-08-07
9321
9322 2002-08-07 [colin]      0.8.1claws31
9323         
9324         * src/news.c
9325                 fix mass-cancel problem
9326
9327 2002-08-07 [thorsten]   0.8.1claws30
9328
9329         * src/prefs_toolbar.c
9330                 fix: crash on replace or add new button
9331         * src/toolbar.c
9332                 fix: close xmlfile after reading
9333         * src/utils.c
9334                 fix: unlink() file before rename()
9335
9336 2002-08-06 [paul]       0.8.1claws29
9337
9338         * sync with 0.8.cvs15
9339                 see ChangeLog 2002-08-06
9340
9341 2002-08-06 [oliver]     0.8.1claws28
9342
9343         * src/toolbar.c
9344         * src/prefs_toolbar.c
9345                 fixed empty toolbar issue
9346
9347 2002-08-06 [oliver]     0.8.1claws27
9348
9349         * Custom Toolbar Final 
9350         * src/folderview.c
9351         * src/inc.c
9352         * src/summaryview.c
9353                 o toolbar stuff now lives in src/toolbar.[ch]
9354                 o main_window_toolbar_* functions are renamed to
9355                   toolbar_* reflecting their new source file
9356         * src/mainwindow.[ch]
9357                 o remove toolbar stuff  
9358
9359 2002-08-06 [oliver]     0.8.1claws26
9360         
9361         * src/Makefile.am
9362         * src/prefs_toolbar.[ch]        **New File**
9363         * src/toolbar.[ch]              **New File**
9364                 o prefs_toolbar.[ch] custom toolbar frontend
9365                 o toolbar.[ch]       backend 
9366
9367 2002-08-06 [oliver]     0.8.1claws25
9368
9369         * src/prefs_actions.[ch]
9370                 o new exported function actions_execute
9371
9372 2002-08-06 [paul]       0.8.1claws24
9373
9374         * sync with 0.8.1cvs4
9375                 see ChangeLog 2002-08-06
9376
9377 2002-08-06 [paul]       0.8.1claws23
9378
9379         * sync with 0.8.1cvs13
9380                 see ChangeLog 2002-08-06
9381
9382 2002-08-06 [paul]       0.8.1claws22
9383
9384         * sync with 0.8.1cvs12
9385                 see ChangeLog 2002-08-05 and 2002-08-06
9386
9387 2002-08-06 [match]      0.8.1claws21
9388
9389         * src/addrclip.c
9390                 improvements to cut/copy/paste address
9391
9392 2002-08-05 [match]      0.8.1claws20
9393
9394         * src/addritem.[ch]
9395         * src/addrcache.c
9396         * src/addrbook.c
9397         * src/editaddress.c
9398         * src/addressbook.c
9399                 fixes to improve cut/copy/paste
9400
9401 2002-08-06 [melvin]     0.8.1claws19
9402
9403         * src/account.[ch]
9404                 account_find_all_from_address(): new function that returns the
9405                 list of all accounts that are matched in an address.
9406         * src/alertpanel.[ch]
9407                 alertpanel() now accepts a custom widget
9408                 alertpanel_with_widget(): new function that pops up a panel with
9409                 a custom widget in it 
9410         * src/gtkutils.[ch]
9411                 gtkut_account_menu_new(): new function that allows the selection
9412                 of an account from a list of accounts.
9413         * src/messageview.c
9414                 Extended Return Receipt notification to select the correct 
9415                 account and to make a security test on the Delivery-Notification
9416                 address which should be the same as the Return-Path.
9417
9418 2002-08-06 [thorsten]   0.8.1claws18
9419
9420         * src/mimeview.c
9421                 attach_all: save unnamed as "noname.%d",
9422                 dont free static dirname
9423
9424 2002-08-05 [alfons]     0.8.1claws17
9425
9426         * configure.in
9427                 detect XIM by trying to link rather than compile a XIM program
9428
9429 2002-08-05 [oliver]     0.8.1claws16
9430                 
9431         * src/stock_pixmap.[ch]
9432                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
9433                 o new func to retrieve pixmaps
9434
9435 2002-08-05 [paul]       0.8.1claws15
9436
9437         * sync with 0.8.1cvs10
9438                 see ChangeLog 2002-08-05
9439
9440 2002-08-04 [alfons]     0.8.1claws14
9441
9442         * src/textview.c
9443                 see if this plugs memleak
9444
9445 2002-08-04 [melvin]     0.8.1claws13
9446
9447         * src/gtkspell.c
9448                 fixed bug that could crash Sylpheed when highlighting
9449                 all misspelled words.
9450
9451 2002-08-03 [melvin]     0.8.1claws12
9452
9453         * src/prefs_actions.c
9454                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
9455         * src/messageview.c
9456                 fixed bug where the Return Receipt was sent to
9457                 Delivery-Notification-To address even if it was not present
9458
9459 2002-08-02 [alfons]     0.8.1claws11
9460
9461         * src/prefs_actions.c
9462                 o more check for NULLs
9463                 o put create_io_dialog() in right conditional block
9464
9465 2002-08-02 [paul]       0.8.1claws10
9466
9467         * po/es.po
9468                 updated by Ricardo Mones Lastra
9469
9470 2002-08-01 [christoph]  0.8.1claws9
9471
9472         * src/folder.c
9473                 don't free the cache of the opened
9474                 folder in the summaryview
9475         * src/summaryview.c
9476                 don't unset flags, if it is not required
9477
9478 2002-08-01 [paul]       0.8.1claws8
9479
9480         * sync with 0.8.1cvs8
9481                 see ChangeLog entry 2002-08-01
9482
9483 2002-08-01 [paul]       0.8.1claws7
9484
9485         * sync with 0.8.1cvs7
9486                 see ChangeLog 2002-07-31 and 2002-08-01
9487
9488 2002-07-31 [christoph]  0.8.1claws6
9489
9490         * src/mainwindow.c
9491                 forgot to update menu sensitivity
9492                 function for new menu entry
9493
9494 2002-07-31 [alfons]     0.8.1claws5
9495
9496         * src/main.c
9497                 check folder item and its path for NULL on
9498                 initial processing
9499
9500 2002-07-31 [christoph]  0.8.1claws4
9501
9502         * src/folder.c
9503                 check if folder_item_get_msginfo in
9504                 folder_item_remove_msg returned NULL
9505         * src/imap.c
9506                 better clear the uid cache in the
9507                 uid validity check function and delete
9508                 cached messages
9509
9510 2002-07-31 [paul]       0.8.1claws3
9511
9512         * man/sylpheed.1
9513                 add the '--attach' option and a few other
9514                 minor changes
9515
9516 2002-07-31 [paul]       0.8.1claws2
9517
9518         * sync with 0.8.1cvs5
9519                 see ChangeLog 2002-07-31
9520
9521 2002-07-31 [christoph]  0.8.1claws1
9522
9523         * src/folderview.[ch]
9524         * src/mainwindow.c
9525                 replace "Rescan all folders..." with
9526                 "Check all folders for new messages..."
9527
9528 2002-07-30 [paul]       0.8.1claws
9529
9530         * version 0.8.1claws released
9531
9532 2002-07-30 [paul]       0.8.0claws29
9533
9534         * tools/OOo2sylpheed.pl ** NEW FILE **
9535           tools/README
9536                 add script to enable sending documents as
9537                 attachments from OpenOffice.org
9538
9539 2002-07-30 [melvin]     0.8.0claws28
9540
9541         * src/prefs_actions.c
9542                 Made the actions' input/output dialog display
9543                 without delay.
9544
9545 2002-07-30 [christoph]  0.8.0claws27
9546
9547         * src/procmsg.c
9548                 check if folder_item_get_msginfo in
9549                 procmsg_save_to_outbox returned NULL
9550
9551 2002-07-30 [paul]       0.8.0claws26
9552
9553         * sync with 0.8.1cvs4
9554                 see ChangeLog 2002-07-29
9555
9556 2002-07-29 [thorsten]   0.8.0claws25
9557
9558         * README.claws
9559                 added selective download, delete on server
9560
9561 2002-07-29 [paul]       0.8.0claws24
9562
9563         * sync with 0.8.1cvs3
9564                 see ChangeLog 2002-07-29
9565
9566 2002-07-27 [christoph]  0.8.0claws23
9567
9568         * src/folder.c
9569                 add extra check if fetching the msginfo
9570                 returned NULL
9571
9572 2002-07-27 [paul]       0.8.0claws22
9573
9574         * sync with 0.8.1cvs2
9575                 see ChangeLog 2002-07-26
9576
9577 2002-07-27 [christoph]  0.8.0claws21
9578
9579         * src/imap.c
9580                 add another check if a valid msginfo
9581                 was returned
9582
9583 2002-07-26 [hoa]        0.8.0claws20
9584
9585         * src/folder.c
9586                 Fixed a condition in folder_item_destroy()
9587
9588         * src/imap.c
9589                 Fixed an error in IMAP protocol
9590
9591 2002-07-26 [alfons]     0.8.0claws19
9592
9593         * src/folder.c
9594                 ofcourse compare with identifier, not the path
9595
9596 2002-07-26 [alfons]     0.8.0claws18
9597
9598         * src/folder.c
9599                 use folder item identifier for saving / restoring
9600                 preferences because folder->path might not be unique
9601
9602 2002-07-26 [melvin]     0.8.0claws17
9603
9604         * src/logwindow.c
9605                 Fixed a crash introduced in 0.8.0claws5 when log is 
9606                 cut under 80 characters.
9607
9608 2002-07-26 [paul]       0.8.0claws16
9609
9610         * sync with 0.8.1cvs1
9611                 see ChangeLog 2002-07-26
9612
9613 2002-07-26 [christoph]  0.8.0claws15
9614
9615         * src/imap.[ch]
9616                 imap folder now remembers the last selected
9617                 folder and imap_fetch_msginfo skips selecting
9618                 the folder if it is already selected
9619
9620 2002-07-26 [christoph]  0.8.0claws14
9621
9622         * src/folder.c
9623         * src/folderview.c
9624         * src/imap.c
9625                 fix imap folder rescanning
9626
9627 2002-07-25 [christoph]  0.8.0claws13
9628
9629         * src/filter.c
9630         * src/folder.[ch]
9631         * src/folderview.c
9632         * src/imap.[ch]
9633         * src/mainwindow.c
9634         * src/mbox_folder.c
9635         * src/mh.c
9636         * src/news.c
9637                 implement imap uid cache and uid validity check
9638
9639 2002-07-25 [alfons]     0.8.0claws12
9640
9641         * src/summaryview.c
9642                 fix a brown paper bag bug, and also add some more
9643                 checks
9644
9645 2002-07-25 [christoph]  0.8.0claws11
9646
9647         * src/folder.c
9648                 don't mix copy, fetch_msginfo and remove
9649                 operations in folder item copy and move
9650                 operations
9651
9652 2002-07-25 [christoph]  0.8.0claws10
9653
9654         * src/folderview.c
9655         * src/mainwindow.c
9656         * src/prefs_folder_item.c
9657         * src/summaryview.[ch]
9658                 remove no longer required parameter update_cache from
9659                 summary_show
9660
9661 2002-07-25 [paul]       0.8.0claws9
9662
9663         * sync with 0.8.1
9664         
9665         * AUTHORS
9666                 a few corrections
9667
9668 2002-07-24 [alfons]     0.8.0claws8
9669
9670         * src/summaryview.c
9671                 sort correctly when using simplified subject line
9672                 (closes feature request "[ 585141 ] applying regexp to subject 
9673                 before sort" submitted by Alexandra Walford)
9674
9675 2002-07-24 [paul]       0.8.0claws7
9676
9677         * sync with 0.8.0cvs3
9678                 see ChangeLog 2002-07-24
9679
9680 2002-07-23 [christoph]  0.8.0claws6
9681
9682         * src/folder.c
9683         * src/folder.h
9684         * src/summaryview.c
9685         * src/summaryview.h
9686         * src/main.c
9687                 o separate processing and summaryview
9688                 o removed summary_write_cache from summaryview
9689                 o removed summaryview->killed_messages, because we don't have
9690                   to keep a list of killed messages anymore. New cache will
9691                   keep the hidden messages in cache anyway
9692         * src/folderview.c
9693         * src/inc.c
9694         * src/selective_download.c
9695                 o removed unnecessary summary_write_cache calls
9696         * src/procmsg.c
9697                 o don't set ignore thread flag in procmsg_get_thread_tree
9698                   if it is already set
9699         * src/mainwindow.c
9700         * src/statusbar.h
9701                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9702                   they are used in different files
9703
9704 2002-07-23 [melvin]     0.8.0claws5
9705
9706         * src/addressbook.c
9707         * src/addrgather.c
9708         * src/editaddress.c
9709         * src/editgroup.c
9710         * src/editldap_basedn.c
9711         * src/importldif.c
9712         * src/prefs_common.c
9713                 Fixed few memory leak (gtk_editable_get_chars returns
9714                 an allocated string)
9715         * src/logwindow.c
9716                 Fixed few memory leak (gtk_editable_get_chars returns
9717                 an allocated string) and modified a little the log cutting
9718                 loop.
9719         * src/compose.c
9720                 Replaced a call to an obsolete function gtk_entry_get_text()
9721                 by gtk_editable_get_chars()
9722         * src/send.c
9723                 Removed a debug printf
9724
9725 2002-07-23 [christoph]  0.8.0claws4
9726
9727         * src/filesel.c
9728                 fix another g_dirname memory leak
9729
9730 2002-07-23 [christoph]  0.8.0claws3
9731
9732         * src/mh.c
9733                 fixed a memory leak in mh_fetch_msginfo
9734                 fixed crash when message header could not be
9735                 parsed
9736
9737 2002-07-23 [paul]       0.8.0claws2
9738
9739         * sync with 0.8.0cvs2
9740                 see ChangeLog 2002-07-23
9741
9742 2002-07-23 [paul]       0.8.0claws1
9743
9744         * sync with 0.8.0cvs1
9745                 see ChangeLog 2002-07-23
9746
9747 2002-07-23 [paul]       0.8.0claws
9748
9749         * release of 0.8.0claws
9750
9751 2002-07-23 [paul]       0.7.8claws99
9752
9753         * po/ru.po
9754                 new Russian translation, submitted by
9755                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9756
9757 2002-07-22 [jens]       0.7.8claws98
9758
9759         * po/de.po
9760                 Updated German translations.
9761
9762 2002-07-22 [paul]       0.7.8claws97
9763
9764         * po/es.po
9765           po/it.po
9766           po/nl.po
9767           po/pt_BR.po
9768                 updated translations by Ricardo Mones Lastra,
9769                 Alessandro Maestri, Wilbert Berendsen and 
9770                 Fabio Jr. Beneditto respectively
9771
9772 2002-07-22 [christoph]  0.7.8claws96
9773
9774         * src/mimeview.c
9775                 fix memory leak caused by wrong g_dirname usage
9776
9777 2002-07-22 [christoph]  0.7.8claws95
9778
9779         * src/summaryview.c
9780                 update new and unread message counts for summaryview
9781                 summaryview does not get it from the folder anymore
9782                 and has to update the values itself
9783
9784 2002-07-22 [melvin]     0.7.8claws94
9785
9786         * po/fr.po
9787                 Updated French translations.
9788
9789 2002-07-22 [christoph]  0.7.8claws93
9790
9791         * src/matcher.c
9792                 set prop->preg pointer to NULL or following check
9793                 will not fail and regexec will be called with
9794                 invalid pointer
9795
9796 2002-07-21 [alfons]     0.7.8claws92
9797         
9798         * src/prefs_common.[ch]
9799                 remove option "Send return receipt on request"
9800
9801 2002-07-21 [thorsten]   0.7.8claws91
9802
9803         * src/mimeview.c
9804                 fixed memleaks, coding style as pointed out by alfons
9805
9806 2002-07-21 [alfons]     0.7.8claws90
9807
9808         * src/messageview.c
9809         * src/noticeview.[ch]
9810                 o fix bug notice view being displayed when going to empty folder 
9811                   (noticed by Christoph)
9812                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9813                   (noticed by Thorsten)
9814
9815 2002-07-21 [thorsten]   0.7.8claws89
9816
9817         * src/mimeview.c
9818                 Included save_all patch from Xaview FACQ
9819                 added support for pathnames
9820
9821 2002-07-21 [alfons]     0.7.8claws88
9822
9823         * po/POTFILES.in
9824         * src/Makefile.am
9825         * src/mainwindow.c
9826         * src/messageview.[ch]
9827         * src/noticeview.c      ** NEW FILE **
9828         * src/noticeview.h      ** NEW FILE **
9829                 make return receipts work again
9830                 (UI idea by Leandro Pereira)
9831
9832 2002-07-21 [paul]       0.7.8claws87
9833
9834         * src/summaryview.c
9835                 fix sensitivity of 'Select thread'
9836
9837 2002-07-21 [paul]       0.7.8claws86
9838
9839         * src/prefs_common.c
9840                 add browser command line for Galeon
9841
9842 2002-07-21 [paul]       0.7.8claws85
9843
9844         * Makefile.am
9845                 fix 'EXTRA_DIST': remove README.README, add TODO
9846                 and TODO.claws
9847
9848 2002-07-21 [alfons]     0.7.8claws84
9849
9850         * src/gtkstext.c
9851                 make enter clear selection
9852                 (closes "[ 579888 ] Editor selection/entry error"
9853                 reported by Steve Lamb)
9854
9855 2002-07-21 [alfons]     0.7.8claws83
9856         
9857         * src/summaryview.c
9858                 sort message list when selecting unthread messages
9859                 (closes "[ 501593 ] switching threaded view doesn't sort"
9860                 reported by Simon Schubert)
9861
9862 2002-07-20 [alfons]     0.7.8claws82
9863         
9864         * src/matcher.c
9865                 const-correctness
9866
9867 2002-07-20 [thorsten]   0.7.8claws81
9868
9869         * src/matcher.c
9870                 Fixed expansion of empty fields in matchactions
9871
9872 2002-07-19 [melvin]     0.7.8claws80
9873
9874         * src/gtkspell.c
9875                 Removed a duplicate menu entry (fast mode) introduced during
9876                 the new cache merge
9877                 Added a menu separator between 'Use alternate' and 'Fast mode'
9878
9879 2002-07-19 [paul]       0.7.8claws79
9880
9881         * tools/Makefile.am
9882           tools/README
9883                 correct typos
9884
9885 2002-07-19 [thorsten]   0.7.8claws78
9886
9887         * tools/calypso_convert.pl      ** NEW FILE **
9888           tools/README
9889           tools/Makefile.am
9890                 script to import mbox files exported
9891                 by calypso
9892                 o generates folder structure
9893                 o includes attachments
9894
9895 2002-07-19 [melvin]     0.7.8claws77
9896
9897         * src/selective_download.[ch]
9898                 Fixed bug where closing the dialog with the window manager's
9899                 close button will not unlock the summary
9900                 Corrected some function declarations that missed a return value
9901                 Made the source code comply better with coding style.
9902         * src/prefs_common.c
9903                 Added new browser command line for Mozilla.
9904
9905 2002-07-18 [paul]       0.7.8claws76
9906
9907         * src/mainwindow.c
9908           src/selective_download.[ch]
9909                 reflect theme changes, fix Gdk Warning when creating 
9910                 pixmap from NULL window, and minor clean up.
9911                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9912
9913         * po/en_GB.po
9914                 updated
9915
9916 2002-07-17 [paul]       0.7.8claws75
9917
9918         * INSTALL[.jp]
9919                 sync with 0.8.0
9920         
9921         * po/en_GB.po
9922                 updated
9923
9924 2002-07-16 [paul]       0.7.8claws74
9925
9926         * tools/filter_conv.pl
9927           tools/README
9928                 replace conversion script with reimplemented version, 
9929                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9930
9931 2002-07-16 [colin]      0.7.8claws73
9932
9933         * src/summaryview.c
9934                 remove forgotten debug messages - sorry ;-)
9935
9936 2002-07-16 [colin]      0.7.8claws72
9937
9938         * src/mimeview.c
9939           src/summaryview.c
9940           src/textview.c
9941           src/textview.h
9942                 add the ability to select part of a text mime-part 
9943                 to reply.
9944
9945 2002-07-15 [christoph]  0.7.8claws71
9946
9947         * src/folder.c
9948                 fix folder message count for folders without
9949                 msg_is_changed (includes news folders)
9950
9951 2002-07-15 [martin]     0.7.8claws70
9952
9953         * src/summaryview.c
9954                 option "display recipient on 'From'..." now works
9955                 without the need of enabling the option
9956                 "display  sender  using  address  book".
9957
9958 2002-07-15 [christoph]  0.7.8claws69
9959
9960         * src/summaryview.c
9961                 removed setting folder status from summaryview.
9962                 folder.c should update all message counts correctly.
9963
9964 2002-07-15 [paul]       0.7.8claws68
9965
9966         * po/pt_BR.po
9967                 updated by Fabio Junior Beneditto
9968
9969 2002-07-15 [darko]      0.7.8claws67
9970
9971         * src/mh.c
9972                 Fixed target folder colorization, don't decrease op
9973                 number twice
9974
9975 2002-07-14 [paul]       0.7.8claws66
9976
9977         * sync with main 0.8.0
9978                 see ChangeLog 2002-07-14
9979
9980 2002-07-13 [melvin]     0.7.8claws65
9981         
9982         * src/addrbook.c
9983         * src/addressbook.c
9984         * src/addrindex.c
9985                 Replaced sprintf by g_snprintf to prevent possible buffer
9986                 overflow.
9987         * src/news.c
9988                 Corrected a log message output format.
9989                 Added a missing "done" debug output.
9990         * src/compose.c
9991                 Added keyboard accelerator for Priority menu items
9992                 Added missing \n in debug output
9993         * src/logwindow.c
9994         * src/gtkspell.c
9995         * src/rfc2015.c
9996                 Added missing \n in debug output
9997
9998 2002-07-13 [paul]       0.7.8claws64
9999
10000         * man/sylpheed.1
10001                 change Sergey's email address to the sf address
10002
10003         * src/textview.c
10004                 increase show_url_timeout (more useful for long
10005                 urls)
10006
10007 2002-07-12 [sergey]     0.7.8claws63
10008
10009         * src/rfc2015.c
10010                 applied (with some modifications) patch to set the
10011                 micalg parameter for signatures
10012                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10013
10014 2002-07-12 [sergey]     0.7.8claws62
10015
10016         * man/Makefile.am
10017         * configure.in
10018                 fixed man page installation
10019
10020 2002-07-12 [paul]       0.7.8claws61
10021
10022         * sync with 0.7.8cvs26
10023                 see ChangeLog 2002-07-11 and 2002-07-12
10024
10025 2002-07-11 [christoph]  0.7.8claws60
10026
10027         * src/compose.c
10028         * src/procmsg.c
10029                 first use the message number to find the message
10030                 to mark with a reply flag but check the
10031                 message-id if we got the correct message, if not
10032                 try to find it by message-id.
10033                 use new string seperator that is not allowed
10034                 in message-ids.
10035
10036 2002-07-11 [paul]       0.7.8claws59
10037
10038         * sync with 0.7.8cvs23
10039                 see ChangeLog 2002-07-10
10040
10041 2002-07-10 [christoph]  0.7.8claws58
10042
10043         * src/folder.[ch]
10044         * src/msgcache.[ch]
10045                 Added message-id table to the cache in memory
10046                 and functions to msgcache.c and folder.c to
10047                 fetch MsgInfos by message id
10048         * src/compose.c
10049         * src/procmsg.c
10050                 store folder and message-id of message replying
10051                 to in queue header and set reply flag after sending
10052                 (Closes bug #469498)
10053
10054 2002-07-10 [paul]       0.7.8claws57
10055
10056         * AUTHORS
10057           man/sylpheed.1.gz
10058                 add Martin to the list of authors
10059
10060 2002-07-09 [martin]     0.7.8claws56
10061         * src/gtksctree.c
10062                 Added gtk_ctree_last_visible(), tree_update_level(),
10063                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10064                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10065                 from gtk+ to gtksctree.c for the new sorting code
10066                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10067                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10068         * src/gtksctree.h
10069                 Added declaration for gtk_sctree_sort_recursive() and
10070                 gtk_sctree_sort_node
10071         * src/addressbook.c
10072         * src/foldersel.c
10073         * src/folderview.c
10074         * src/summaryview.c
10075                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10076                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10077
10078 2002-07-08 [paul]       0.7.8claws55
10079
10080         * more sync with 0.7.8cvs21
10081                 see ChangeLog 2002-07-08
10082
10083 2002-07-08 [paul]       0.7.8claws54
10084
10085         * sync with 0.7.8cvs21
10086                 see ChangeLog 2002-07-08
10087
10088 2002-07-07 [alfons]     0.7.8claws53
10089
10090         * src/Makefile.am
10091         * src/stock_pixmap.[ch]
10092         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10093         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10094         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10095                 add new pixmaps for upcoming notice pane
10096
10097 2002-07-06 [melvin]     0.7.8claws52
10098
10099         * src/gtkspell.[ch]
10100                 Made them a bit closer to Sylpheed's coding style.
10101                 Removed old code.
10102                 Removed possible memory leaks when some errors occurs.
10103
10104 2002-07-06 [melvin]     0.7.8claws51
10105
10106         * po/Makefile.in.in
10107                 Removed --no-location in xgettext command line to help
10108                 translators that use Emacs' po-mode
10109         * src/quote_fmt.c
10110                 Removed unnecessary comments that messed up sylpheed.pot
10111
10112 2002-07-06 [paul]       0.7.8claws50
10113
10114         * sync with 0.7.8cvs19
10115                 see ChangeLog 2002-07-05
10116
10117 2002-07-06 [christoph]  0.7.8claws49
10118
10119         * src/folder.c
10120         * src/mainwindow.c
10121                 fix folder_item_remove_all_msg and folderview
10122                 status for trash folders after emptying trash
10123
10124 2002-07-05 [paul]       0.7.8claws48
10125
10126         * sync with 0.7.8cvs16
10127                 see ChangeLog 2002-07-04 and 2002-07-05
10128
10129 2002-07-04 [paul]       0.7.8claws47
10130
10131         * sync with 0.7.8cvs14
10132                 see  ChangeLog 2002-07-04
10133
10134 2002-07-03 [alfons]     0.7.8claws46
10135
10136         * src/folder.c
10137                 dupe folder item's path because it's being reallocated
10138                 by new folder scanning code
10139
10140 2002-07-03 [christoph]  0.7.8claws45
10141
10142         * src/imap.c
10143                 better IMAP uid fetching using 'FETCH 1:* (UID)'
10144         * src/msgcache.c
10145                 add missing return in msgcache_write
10146
10147 2002-07-02 [thorsten]   0.7.8claws44
10148
10149         * src/jpilot.c
10150         * src/msgcache.c
10151         * src/rfc2015.c
10152                 use binary mode for file access
10153
10154 2002-07-02 [christoph]  0.7.8claws43
10155
10156         * major code cleanup (part 1)
10157         
10158                 - unused variables removed
10159                 - unused functions removed
10160                 - uninitialized variables checked
10161                 - missing return statements added
10162                 - missing function return types added
10163                 - added parentheses around assignment and
10164                   && in || when suggested by gcc
10165               
10166         * src/mh.c
10167         * src/folder.c
10168                 replaced direct calls to folder->scan_tree
10169                 with folder_scan_tree and restore folder
10170                 prefs in this function. The folder should
10171                 not have to deal with them.
10172                 ( Should now work for all folder types )
10173
10174 2002-07-02 [paul]       0.7.8claws42
10175
10176         * sync with 0.7.8cvs13
10177                 see ChangeLog 2002-07-01 and 2002-07-02
10178
10179 2002-07-01 [christoph]  0.7.8claws41
10180
10181         * src/summaryview.c
10182                 fix "goto next/prev unread message" with
10183                 ignored threads
10184
10185 2002-07-01 [paul]       0.7.8claws40
10186
10187         * po/es.po
10188                 updated by Ricardo Mones Lastra
10189
10190 2002-06-30 [match]      0.7.8claws39
10191
10192         * src/jpilot.c
10193                 applied variation of leonerd's patch (566661) to
10194                 allow multiple email addresses per JPilot entry.
10195                 addresses may be separated by space, comma, pipe,
10196                 semi-colon, new-line.
10197
10198 2002-06-30 [alfons]     0.7.8claws38
10199
10200         * src/procmsg.c
10201                 simple fix for putting older nodes before
10202                 newer nodes when threading by subject
10203
10204 2002-06-30 [christoph]  0.7.8claws37
10205
10206         * src/folder.c
10207         * src/folderview.c
10208         * src/mh.c
10209         * src/news.c
10210         * src/procmsg.c
10211                 fix broken folder tree rescaning
10212                 and don't use procmsg_get_mark_sum
10213                 anymore
10214
10215 2002-06-30 [christoph]  0.7.8claws36
10216
10217         * merge new cache branch
10218         * src/imap.c
10219                 fix new cache imap copy bug
10220         * src/folder.c
10221                 improved folder_item_scan
10222                 it should now always set the correct
10223                 new, unread and total message counts
10224
10225 2002-06-29 [paul]       0.7.8claws35
10226
10227         * configure.in
10228                 correct syntax error
10229
10230 2002-06-29 [paul]       0.7.8claws34
10231
10232         * configure.in
10233           Makefile.am
10234           man/Makefile.am       ** NEW FILE **
10235           man/sylpheed.1.gz     ** NEW FILE **
10236                 add Sylpheed man page
10237
10238 2002-06-29 [paul]       0.7.8claws33
10239
10240         * po/pt_BR.po
10241                 updated by Fabio Junior Beneditto
10242
10243 2002-06-28 [jens]       0.7.8claws32
10244
10245         * po/de.po
10246                 translation updated
10247
10248         * src/selective_download.c
10249                 removed gettext for space " "
10250
10251         * src/imap.c
10252                 removed wrong space
10253
10254 2002-06-28 [paul]       0.7.8claws31
10255
10256         * sync with 0.7.8cvs11
10257                 see ChangeLog 2002-06-28
10258
10259 2002-06-28 [paul]       0.7.8claws30
10260
10261         * sync with 0.7.8cvs10
10262                 see ChangeLog 2002-06-27 and 2002-06-28
10263
10264 2002-06-26 [paul]       0.7.8claws29
10265
10266         * src/addrgather.c
10267           src/selective_download.c
10268                 don't gettextise empty strings.
10269                 reserved by gettext. gettext("") returns 
10270                 the header entry with meta information, 
10271                 not the empty string
10272
10273         * po/en_GB.po
10274                 updated
10275
10276 2002-06-26 [paul]       0.7.8claws28
10277
10278         * sync with 0.7.8cvs7
10279                 see ChangeLog 2002-06-25
10280
10281         * src/prefs_common.c
10282                 ...and in the process, tweak the gui a little
10283
10284 2002-06-25 [alfons]     0.7.8claws27
10285         
10286         * configure.in
10287         * src/Makefile.am
10288                 fine tune ldap library detection
10289
10290 2002-06-25 [alfons]     0.7.8claws26
10291
10292         * src/compose.c
10293                 don't allow return receipts when composing a news article
10294
10295 2002-06-25 [paul]       0.7.8claws25
10296
10297         * Makefile.am
10298                 add '$(AMTAR)' to 'release' section to allow for
10299                 new and older autotools
10300
10301 2002-06-25 [paul]       0.7.8claws24
10302
10303         * src/summaryview.c
10304                 fix "No more unread messages" persistant pop-up
10305                 window bug
10306
10307 2002-06-25 [paul]       0.7.8claws23
10308
10309         * po/it.po
10310                 updated by Alessandro Maestri
10311
10312 2002-06-25 [paul]       0.7.8claws22
10313
10314         * sync with 0.7.8cvs6
10315                 see ChangeLog 2002-06-25
10316
10317 2002-06-24 [paul]       0.7.8claws21
10318
10319         * tools/update-po
10320                 add GPL copyright information
10321
10322 2002-06-24 [paul]       0.7.8claws20
10323
10324         * tools/Makefile.am
10325           tools/README
10326           tools/update-po       ** NEW FILE **
10327                 add script that eases the creation of *.po files
10328                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
10329
10330 2002-06-23 [alfons]     0.7.8claws19
10331
10332         * src/messageview.c
10333                 make notification_convert_header obey const correctness
10334                 (next step will be fixing the broken return receipt)
10335
10336 2002-06-23 [paul]       0.7.8claws18
10337
10338         * src/messageview.c
10339                 fix bug introduced in last commit:
10340                 removed too much code in last commit - put back what's
10341                 needed
10342
10343 2002-06-23 [paul]       0.7.8claws17
10344
10345         * src/messageview.[ch]
10346                 remove code committed in error from locally patched
10347                 source
10348
10349 2002-06-23 [colin]      0.7.8claws16
10350
10351         * src/compose.[ch]
10352                 add compose_entry_select(), used to select the default_to
10353                 email address - hopefully avoiding people sending mails to
10354                 wrong recipients.
10355
10356 2002-06-22 [alfons]     0.7.8claws15
10357
10358         * AUTHORS
10359                 add Bram Metsch & Stanislav Karchebny
10360         * src/smtp.[ch]
10361         * src/prefs_account.[ch]
10362         * src/send.c
10363                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
10364                   options.  (see <http://sourceforge.net/tracker/index.php
10365                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
10366
10367                 - merge Stanislav's fix to make SMTP AUTH work with qmail
10368                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
10369
10370 2002-06-22 [paul]       0.7.8claws14
10371
10372         * sync with 0.7.8cvs5
10373                 see ChangeLog 2002-06-19 and 2002-06-20
10374
10375 2002-06-22 [alfons]     0.7.8claws13
10376
10377         * src/selective_download.c
10378                 fix a stupid mistake I made
10379
10380 2002-06-22 [alfons]     0.7.8claws12
10381
10382         * src/selective_download.[ch]
10383                 fix another unnoticed leak; cleanup code
10384
10385 2002-06-21 [alfons]
10386
10387         * tools/Makefile.am
10388                 gpg-sign <-- gpg-sign-syl
10389
10390 2002-06-21 [alfons]     0.7.8claws11
10391
10392         * src/selective_download.c
10393         * src/selective_download.h
10394                 fix assorted mix of allocation errors (should solve
10395                 problem reported by Philippe Gramoullé, see:
10396                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
10397
10398 2002-06-20 [melvin]     0.7.8claws10
10399
10400         * tools/gpg-sign *REMOVED*
10401           tools/gpg-sign-syl *ADDED*
10402                 Replaced the gpg clearsigning script with the version using
10403                 xterm instead of ssh-askpass and changed its name.
10404
10405         * README.claws
10406                 Updated actions example to reflect the renaming of the
10407                 gpg clearsigning script.
10408
10409 2002-06-19 [paul]       0.7.8claws9
10410
10411         * sync with 0.7.8claws9
10412                 see ChangeLog 2002-06-18 and 2002-06-19
10413
10414 2002-06-19 [paul]       0.7.8claws8
10415
10416         * sync with 0.7.8cvs1
10417                 see ChangeLog 2002-06-18
10418
10419 2002-06-18 [alfons]     0.7.8claws7
10420
10421         * src/mainwindow.h
10422                 add omitted prototype
10423
10424 2002-06-17 [paul]       0.7.8claws6
10425
10426         * src/mainwindow.c
10427                 fix hiding of exec_btn
10428
10429 2002-06-17 [paul]       0.7.8claws5
10430
10431         * src/pop.c
10432                 remove unneeded code: should_delete() 
10433                 and Pop3State::uidl_todelete_list
10434
10435 2002-06-17 [paul]       0.7.8claws4
10436
10437         * sync with 0.7.8
10438                 see ChangeLog 2002-06-11 and 2002-06-13
10439
10440 2002-06-16 [alfons]     0.7.8claws3
10441         
10442         * src/folder.c
10443                 make sure lock sort mode (claws specific) is
10444                 also persists after a tree rescan
10445
10446 2002-06-16 [alfons]     0.7.8claws2
10447
10448         * src/prefs_folder_item.c
10449         * src/folder.[ch]
10450                 fix persistence of folder sort mode (broken
10451                 by adapting Hiro's new folder persistence code)
10452
10453 2002-06-16 [alfons]     0.7.8claws1
10454
10455         * AUTHORS
10456         * src/logwindow.c
10457         * src/prefscommon.[ch]
10458                 control size of log text in log window; 
10459                 closes patch #569155 submitted by Mitko Haralanov.
10460
10461 2002-06-15 [paul]       0.7.8claws
10462
10463         * release of 0.7.8claws
10464
10465 2002-06-15 [paul]       0.7.7claws
10466
10467         * po/pt_BR.po
10468                 updated by Fabio Junior Beneditto
10469
10470 2002-06-14 [paul]       0.7.6claws49
10471
10472         * po/es.po
10473                 updated by Ricardo Mones Lastra
10474
10475 2002-06-14 [paul]       0.7.6claws48
10476
10477         * po/nl.po
10478                 updated translation by Wilbert Berendsen
10479
10480 2002-06-14 [melvin]     0.7.6claws47
10481
10482         * po/fr.po
10483                 Updated French translation
10484
10485 2002-06-13 [paul]       0.7.6claws46
10486
10487         * src/filesel.c
10488                 allow filename to be typed in, rather than just
10489                 selected by the mouse. Patch by Gustavo Noronha Silva.
10490
10491 2002-06-13 [alfons]     0.7.6claws45
10492
10493         * src/mainwindow.[ch]
10494                 more cleanups (removing unnecessary menu items Expand 
10495                 summary / message view)
10496
10497 2002-06-13 [melvin]     0.7.6claws44
10498
10499         * po/POTFILES.in
10500                 Added src/string_match.c
10501         * src/string_match.c
10502                 Fixed possible buffer overflow.
10503                 Corrected typo.
10504                 Added missing config.h header.
10505         * src/prefs_common.c
10506           src/prefs_matcher.c
10507           src/prefs_scoring.c
10508                 Made some strings translatable (missing _(..)).
10509
10510 2002-06-13 [melvin]     0.7.6claws43
10511
10512         * README.claws
10513                 Corrected action example (verifying clearsigned mail).
10514         * src/prefs_account.c
10515                 Corrected typo.
10516         * src/prefs_common.c
10517                 Removed incorrect line that generated a Gtk-CRITICAL msg.
10518
10519 2002-06-12 [alfons]     0.7.6claws42
10520
10521         * src/summaryview.c
10522                 add init of score column lost in 0.7.6claws42
10523
10524 2002-06-12 [paul]       0.7.6claws41
10525
10526         * src/prefs_account.c
10527                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
10528                 behavior of the radio buttons, (from 0.7.7cvs2)
10529
10530 2002-06-11 [alfons]     0.7.6claws40
10531
10532         * src/messageview.[ch]
10533         * src/summaryview.[ch]
10534         * src/summary_search.c
10535         * src/mainwindow.c
10536                 perform a sync to bring in Hiro's separate view implementation 
10537
10538                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
10539
10540 2002-06-11 [paul]       0.7.6claws39
10541         
10542         * src/prefs_account.c
10543                 correct a typo on the Receive tab
10544
10545 2002-06-10 [match]      0.7.6claws38
10546
10547         * src/addressbook.c
10548                 Included address completion patch from Gustavo Noronha.
10549
10550 2002-06-10 [paul]       0.7.6claws37
10551
10552         * src/inc.[ch]
10553           src/pop.c
10554           src/prefs_account.[ch]
10555           src/selective_download.[ch]
10556                 apply PATCH #561712
10557                  NEW:
10558                 - check if POP Account
10559                 - Receive Button renamed to Preview
10560                 - Preview Button Popup: preview new/all messages
10561                 - Download Button
10562                 - Account Preferences-->Receive tab checkbutton if you
10563                   want to remove Mail after Download
10564                 -: default YES
10565                 - Account Preferences-->Receive tab checkbutton use
10566                   filtering rules on preview
10567                   (think of delete_on_server)
10568                 -: default YES
10569                 - Account selectable from SD dialog
10570                 - checkbutton to show already downloaded messages if
10571                   all messages are previewed
10572                 - new clist column showing Date
10573                 - ESC KEY close
10574                 FIXES:
10575                 - play ball with UIDL
10576                 - fault tolerant (?) 
10577                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10578
10579 2002-06-10 [melvin]     0.7.6claws36
10580
10581         * README.claws
10582                 Added a hint to ac/README in cvs instructions.
10583
10584         * src/prefs_actions.c
10585                 Made it possible to use a more elaborate command line
10586                 for asynchronous actions, too.
10587
10588 2002-06-10 [melvin]     0.7.6claws35
10589         
10590         * src/prefs_actions.c
10591                 Make it possible to use a more elaborate command line
10592                 (e.g. |foo|bar|cat>there;echo Done|)
10593                 Corrected error message when calling %f, %F and %p commands
10594                 from the compose window.
10595
10596 2002-06-09 [colin]      0.7.6claws34
10597
10598         * src/summaryview.c
10599                 Automatically find unread messages in current folder
10600                 before annoying the user.
10601
10602 2002-06-08 [alfons]     0.7.6claws33
10603
10604         * po/it.po
10605                 remove bad formatting string in it.po translation
10606                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
10607
10608 2002-06-08 [paul]       0.7.6claws32
10609
10610         * sync with 0.7.6cvs25
10611                 see ChangeLog 2002-06-07
10612
10613 2002-06-05 [paul]       0.7.6claws31
10614
10615         * src/mainwindow.c
10616                 add 'Sort by locked' and 'Sort by score'
10617
10618 2002-06-05 [paul]       0.7.6claws30
10619
10620         * sync with 0.7.6cvs24
10621                 see ChangeLog 2002-06-04
10622
10623 2002-06-04 [paul]       0.7.6claws29
10624
10625         * po/pt_BR.po
10626                 updated by Fabio Junior Beneditto
10627
10628 2002-06-03 [thorsten]   0.7.6claws28
10629
10630         * src/matcher.c
10631                 fclose() matcherrc after reading
10632
10633 2002-06-03 [paul]       0.7.6claws27
10634
10635         * sync with 0.7.6cvs21
10636                 see ChangeLog 2002-05-31
10637
10638 2002-05-31 [paul]       0.7.6claws26
10639
10640         * sync with 0.7.6cvs20
10641                 see ChangeLog 2002-05-29 and 2002-05-30
10642
10643 2002-05-31 [paul]       0.7.6claws25
10644
10645         * src/imap.c
10646                 hopefully fix last buggy sync
10647
10648         * README.claws
10649                 correct typo in 'Actions' examples
10650
10651 2002-05-29 [paul]       0.7.6claws24
10652
10653         * sync with 0.7.6cvs18
10654                 see ChangeLog 2002-05-28 and 2002-05-29
10655
10656         * src/news.c
10657           src/nntp.[ch]
10658                 sync with above 
10659
10660 2002-05-28 [paul]       0.7.6claws23
10661
10662         * sync with 0.7.6cvs16
10663                 see ChangeLog 2002-05-28
10664
10665 2002-05-27 [thorsten]   0.7.6claws22 
10666
10667         * faq/it/sylpheed-faq-1.html
10668           faq/it/sylpheed-faq-2.html
10669           faq/it/sylpheed-faq-3.html
10670           faq/it/sylpheed-faq.html
10671                 corrected DOS lineendings
10672         * faq/de/sylpheed-faq-1.html
10673           faq/de/sylpheed-faq-2.html
10674           faq/en/sylpheed-faq-1.html
10675           faq/en/sylpheed-faq-2.html
10676           faq/en/sylpheed-faq-3.html
10677           faq/es/sylpheed-faq-1.html
10678           faq/es/sylpheed-faq-2.html
10679           faq/es/sylpheed-faq-3.html
10680           faq/fr/sylpheed-faq-1.html
10681           faq/it/sylpheed-faq-1.html
10682           faq/it/sylpheed-faq-2.html
10683           faq/it/sylpheed-faq-3.html
10684           faq/it/sylpheed-faq.html
10685                 changed ">" to &quot;
10686
10687 2002-05-27 [paul]       0.7.6claws21
10688         
10689         * sync with 0.7.6cvs15
10690                 see ChangeLog 2002-05-27
10691
10692 2002-05-27 [paul]       0.7.6claws20
10693
10694         * src/prefs_account.c
10695                 correct a typo
10696
10697 2002-05-26 [paul]       0.7.6claws19
10698
10699         * tools/README
10700                 correct a typo
10701
10702 2002-05-25 [paul]       0.7.6claws18
10703
10704         * tools/README
10705                 add description of kmail2sylpheed.pl
10706
10707 2002-05-25 [paul]       0.7.6claws17
10708
10709         * tools/kmail2sylpheed.pl       ** NEW FILE **
10710                 perl script that converts an exported Kmail address
10711                 book, converts it to sylpheed addressbook file,
10712                 writes the file to .sylpheed, and updates
10713                 addrbook--index.xml 
10714
10715 2002-05-25 [paul]       0.7.6claws16
10716
10717         * sync with 0.7.6cvs14
10718                 see ChangeLog 2002-05-23
10719
10720 2002-05-24 [paul]       0.7.6claws15
10721
10722         * README.claws
10723                 make a correction and add some more info
10724
10725 2002-05-24 [paul]       0.7.6claws14
10726
10727         * src/compose.c
10728                 fix memory leak in 
10729                 compose_redirect_write_headers_from_headerlist()
10730                 add Subject and Resent-Message-ID to
10731                 compose_redirect_write_headers()
10732                 Received, Subject, and X-UIDL are filtered out in 
10733                 compose_redirect_write_to_file()
10734
10735 2002-05-23 [paul]       0.7.6claws13
10736
10737         * src/compose.[ch]
10738           src/filtering.c
10739           src/mainwindow.c
10740           src/matcher.[ch]
10741           src/matcher_parser_lex.l
10742           src/matcher_parser_parse.y
10743           src/prefs_common.[ch]
10744           src/prefs_filtering.c
10745           src/summaryview.c
10746                 rename 'Bounce' to 'Redirect'
10747
10748 2002-05-23 [paul]       0.7.6claws12
10749
10750         * more sync with 0.7.6cvs13
10751           src/compose.c
10752                 see ChangeLog 2002-05-22
10753
10754 2002-05-22 [paul]       0.7.6claws11
10755
10756         * sync with 0.7.6cvs13
10757           src/codeconv.c
10758                 see ChangeLog 2002-05-20
10759           src/prefs_common.c
10760                 see ChangeLog 2002-05-22
10761
10762 2002-05-21 [melvin]     0.7.6claws10
10763
10764         * src/folderview.c
10765                 Added missing filtering and scoring headers
10766                 Fixed bad function call that showed garbage 
10767                 in Folder->Processing
10768
10769 2002-05-21 [paul]       0.7.6claws9
10770
10771         * tools/Makefile.am
10772                 make all tools executable, (patch by Alfons).
10773
10774 2002-05-20 [alfons]     0.7.6claws8
10775
10776         * src/procheader.c
10777                 don't forget to call mktime() so we have a valid week 
10778                 and year day
10779                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10780
10781 2002-05-20 [paul]       0.7.6claws7
10782
10783         * src/html.c
10784                 fix broken parsing of urls
10785         * src/textview.c
10786                 fix displaying of urls
10787
10788                 both fixes from the patch [547855] by Eugene 
10789                 Brevdo (zonem)
10790
10791 2002-05-19 [alfons]     0.7.6claws6
10792
10793         * configure.in
10794                 make sylpheed configure correctly with the latest
10795                 and greatest of automake / autoconf / gettext
10796
10797 2002-05-19 [alfons]     0.7.6claws5
10798
10799         * src/procheader.c
10800         * src/procheader.h
10801                 add function for returning ime zone offset
10802         * src/quote_fmt.c
10803         * src/quote_fmt_parse.y
10804                 better quotation formatting - does not convert
10805                 to local time, but uses the original date string.
10806                 
10807                 Note: %z inserts the timezone offset (should 
10808                 work also on platforms where strftime does not
10809                 support %z).
10810
10811 2002-05-18 [christoph]  0.7.6claws4
10812
10813         * src/summaryview.c
10814                 fix indentation of some code
10815         * tools/Makefile.am
10816                 fix spaces after \
10817         * src/Makefile.am
10818                 add missing \
10819                 correct path for ignorethread.xpm
10820                 incorrect filename for sylpheed_logo.xpm
10821                 add missing include matcher_parser_parse.h
10822
10823 2002-05-18 [paul]       0.7.6claws3
10824
10825         * sync with 0.7.6cvs8
10826                 see ChangeLog 2002-05-16 and 2002-05-17
10827
10828 2002-05-18 [melvin]     0.7.6claws2
10829
10830         * README.claws
10831                 Corrected an action's definition and fixed some misspellings.
10832
10833 2002-05-18 [paul]       0.7.6claws1
10834
10835         * tools/Makefile.am
10836           tools/gpg-sign        ** new file **
10837           tools/uudec           ** new file **
10838                 add Melvin's Actions scripts
10839
10840         * README.claws
10841                 add Melvin's descriptions for Actions
10842
10843 2002-05-18 [paul]       0.7.6claws
10844
10845         * Version 0.7.6claws released
10846
10847 2002-05-17 [paul]       0.7.5claws32
10848
10849         * po/es.po
10850                 updated by Ricardo Mones Lastra
10851
10852 2002-05-17 [paul]       0.7.5claws31
10853
10854         * src/compose.c
10855                 fix Account prefs default folder for sent/draft/deleted
10856                 messages bug
10857
10858         * po/it.po
10859           po/nl.po
10860                 updated translation by Alessandro Maestri and
10861                 Wilbert Berendsen
10862
10863 2002-05-17 [melvin]     0.7.5claws30
10864
10865         * src/prefs_actions.c
10866                 Fixed bug where using %F not at the end of the command 
10867                 resulted in an additional empty argument being created.
10868                 Thanks to Darko Koruga for reporting the bug.
10869
10870 2002-05-17 [melvin]     0.7.5claws29
10871
10872         * po/fr.po
10873                 Updated French translations.
10874
10875 2002-05-15 [paul]       0.7.5claws28
10876         
10877         * po/es.po
10878                 updated by Ricardo Mones Lastra
10879
10880 2002-05-15 [paul]       0.7.5claws27
10881
10882         * sync with 0.7.6cvs4
10883                 see ChangeLog 2002-05-14 and 2002-05-15
10884
10885 2002-05-14 [paul]       0.7.5claws26
10886
10887         * sync with 0.7.6cvs1
10888                 see ChangeLog 2002-05-13
10889
10890 2002-05-13 [thorsten]   0.7.5claws25
10891
10892         * src/messageview.c
10893                 fix select_all and copy in multipart messages
10894         * src/mainwindow.c
10895                 fix select_all and copy in multipart messages
10896
10897 2002-05-12 [paul]       0.7.5claws24
10898
10899         * src/summaryview.c
10900                 reverse last commit, bug already fixed in 0.7.5claws3
10901
10902 2002-05-12 [netztorte]  0.7.5claws23
10903
10904         * src/summaryview.c
10905                 dont parse empty addressbook (checked in before claws20)
10906
10907 2002-05-12 [melvin]     0.7.5claws22
10908
10909         * src/procmsg.[ch]
10910                 Removed unneeded priority code introduced by the previous 
10911                 commit.
10912
10913 2002-05-12 [melvin]     0.7.5claws21
10914
10915         * src/compose.[ch]
10916                 Added possibility to set message's priority.
10917         * src/procmsg.[ch]
10918                 Added possibility to set message's priority.
10919                 Added missing headers
10920
10921 2002-05-12 [melvin]     0.7.5claws20
10922
10923         * src/prefs_actions.c
10924                 Removed implicitely added quotes around the name
10925                 of the temporary files of mime parts.
10926
10927 2002-05-12 [paul]       0.7.5claws19
10928
10929         * sync with 0.7.5cvs20
10930                 see ChangeLog 2002-05-11
10931
10932 2002-05-12 [alfons]     0.7.5claws18
10933
10934         * src/quote_fmt_lex.l
10935         * src/quote_fmt_parse.y
10936                 allow quote / reply date & time format to be set using
10937                 %D{format}. format is a format string you'd pass to
10938                 strftime() (see man strftime, or the Display tab |
10939                 Date format setting).
10940
10941                 Currently %D converts the date to local time. 
10942
10943 2002-05-11 [paul]       0.7.5claws17
10944
10945         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10946                 see ChangeLog 2002-05-10 and 2002-05-11
10947
10948 2002-05-10 [paul]       0.7.5claws16
10949
10950         * sync with 0.7.5cvs16
10951                 see ChangeLog entries 2002-05-09 and 
10952                 2002-05-10
10953
10954 2002-05-10 [colin]      0.7.5claws15
10955
10956         * src/textview.c
10957                 Corrected a bug that prevented sylpheed to open
10958                 double-clicked URIs.
10959
10960 2002-05-09 [paul]       0.7.5claws14
10961
10962         * sync with 0.7.5cvs14
10963                 see ChangeLog 2002-05-08 and 2002-05-09
10964
10965 2002-05-08 [paul]       0.7.5claws13
10966
10967         * sync with 0.7.5cvs11
10968                 see ChangeLog entry 2002-05-08
10969
10970 2002-05-08 [paul]       0.7.5claws12
10971
10972         * src/mainwindow.c
10973           src/textview.[ch]
10974                 fix segfault on View->Open in new window
10975                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10976
10977 2002-05-07 [paul]       0.7.5claws11
10978
10979         * sync with 0.7.5cvs9
10980                 see ChangeLog entry 2002-05-07
10981
10982 2002-05-06 [paul]       0.7.5claws10
10983
10984         * src/messageview.c
10985           src/textview.c
10986                 display url in statusbar on single-click
10987                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10988
10989 2002-05-06 [match]      0.7.5claws9
10990
10991         * src/addritem.[ch]
10992                 new functions.
10993         * src/addrcache.c
10994                 tidy up.
10995         * src/xmlprops.[ch]
10996                 XML implementation of properties file.
10997         * src/exporthtml.[ch]
10998         * src/expthtmldlg.[ch]
10999         * src/addressbook.c
11000                 export to HTML.
11001
11002 2002-05-02 [sergey]     0.7.5claws8
11003
11004         * src/mainwindow.c (mainwin_entries),
11005           src/prefs_common.c (prefs_send_create()),
11006           src/codeconv.c (locale_table):
11007                 use charset name "Windows-1251" instead of "CP1251".
11008
11009 2002-05-02 [colin]      0.7.5claws7
11010         
11011         * src/compose.c
11012           src/prefs_common.c
11013           src/prefs_folder_item.c
11014                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11015
11016 2002-05-02 [hiro]       0.7.5claws6
11017
11018         * src/imap.c
11019                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11020
11021 2002-05-02 [paul]       0.7.5claws5
11022
11023         * src/compose.c
11024                 more sync with 0.7.5cvs7, see ChangeLog entry
11025                 2002-05-02
11026
11027 2002-05-02 [hiro]       0.7.5claws4
11028
11029         * src/compose.c
11030                 compose_queue_sub():
11031                 check if queue folder exists (closes #550397).
11032                 removed directory creation since it should be handled
11033                 transparently.
11034         * src/imap.c
11035                 imap_add_msg(): return UID for appended message
11036                 (closes #548842).
11037
11038 2002-04-30 [paul]       0.7.5claws3
11039
11040         * src/summaryview.c
11041                 fix account_find_from_address() bug
11042
11043 2002-04-28 [colin]      0.7.5claws2
11044
11045         * src/compose.c
11046           src/textview.c
11047           src/prefs_common.[ch]
11048           src/utils.[ch]
11049                 Added user-definable quotation characters recognition.
11050
11051 2002-04-28 [paul]       0.7.5claws1
11052
11053         * sync with 0.7.5cvs4
11054                 see ChangeLog entry  2002-04-25
11055
11056 2002-04-28 [paul]       0.7.5claws
11057
11058         * po/es.po
11059           po/nl.po
11060           po/pt_BR.po
11061                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11062                 Fabio Junior Beneditto
11063
11064 2002-04-27 [jens]       0.7.4claws103
11065
11066         * po/de.po
11067                 updated German translation.
11068
11069 2002-04-27 [hiro]       0.7.4claws102
11070
11071         * src/summaryview.c
11072                 summary_write_cache(): fixed the mark loss of hidden messages.
11073
11074 2002-04-26 [melvin]     0.7.4claws101
11075
11076         * src/procmsg.c
11077                 fixed a second typo (same one)
11078         * po/fr.po
11079           po/it.po
11080           po/pt_BR.po
11081                 fixed the type again...
11082
11083 2002-04-26 [melvin]     0.7.4claws100
11084
11085         * src/procmsg.c
11086                 fixed a typo in an alert message ("temorary").
11087         * po/it.po
11088         * po/pt_BR.po
11089                 corrected the typo  described above.
11090         * po/fr.po
11091                 updated French translation.
11092
11093 2002-04-26 [darko]      0.7.4claws99
11094
11095         * src/summaryview.c
11096                 fix target folder colorization
11097
11098 2002-04-25 [paul]       0.7.4claws98
11099
11100         * po/it.po
11101                 updated by Alessandro Maestri
11102
11103 2002-04-24 [colin]      0.7.4claws97
11104         
11105         * src/compose.c
11106                 Fixed double "subject is empty" question.
11107
11108 2002-04-23 [colin]      0.7.4claws96
11109         
11110         * src/mimeview.c
11111                 Corrected issue when "automatically display images" was
11112                 not set : first image remained after selecting second.
11113
11114 2002-04-23 [melvin]     0.7.4claws95
11115
11116         * src/prefs_actions.c
11117                 Don't display in/out dialog if there is nothing to show.
11118
11119 2002-04-23 [paul]       0.7.4claws94
11120
11121         * sync with 0.7.5cvs3
11122                 bug fixes: see ChangeLog entry 2002-04-23
11123
11124 2002-04-22 [darko]      0.7.4claws93
11125
11126         * src/compose.c
11127                 fix previous check-in which changed code after
11128                 merge from main
11129
11130 2002-04-22 [paul]       0.7.4claws92
11131
11132         * faq/de/*
11133                 add German FAQ
11134         * faq/en/*
11135           faq/es/*
11136           faq/fr/*
11137                 update English, Spanish and French FAQs
11138         * manual/de/*
11139           manual/es/*
11140                 add German and Spanish manuals
11141         * manual/en/*
11142           manual/fr/*
11143                 update English and French manuals
11144
11145         * src/Makefile.am
11146                 add to and re-arrange the pixmap entries
11147
11148 2002-04-22 [darko]      0.7.4claws91
11149
11150         * src/compose.c
11151                 fix sender initials recognition to only allow
11152                 '>' after the initials
11153
11154 2002-04-21 [paul]       0.7.4claws90
11155
11156         * sync with 0.7.5 release
11157                 see ChangeLog entry 2002-04-21
11158
11159 2002-04-21 [alfons]
11160
11161         * src/Makefile.am
11162                 add colin's new pixmaps to EXTRA_DIST
11163
11164 2002-04-21 [colin]      0.7.4claws89
11165         * src/compose.c
11166         * src/inc.c
11167         * src/mainwindow.[ch]
11168         * src/prefs_common.[ch]
11169         * src/stock_pixmap.[ch]
11170                 Added "Work offline" ability.
11171
11172 2002-04-21 [colin]      0.7.4claws88
11173         
11174         * src/mimeview.c
11175         * src/prefs_common.c
11176         * src/prefs_common.h
11177         * src/textview.c : Added an option to common preferences -> display
11178           to allow user not to automatically display images.
11179
11180 2002-04-21 [paul]       0.7.4claws87
11181
11182         * sync with 0.7.4cvs52
11183                 see ChangeLog entry 2002-04-21 (src/imap.c)
11184
11185 2002-04-21 [paul]       0.7.4claws86
11186
11187         * sync with 0.7.4cvs51
11188                 see ChangeLog entry 2002-04-21
11189
11190 2002-04-21 [paul]       0.7.4claws85
11191
11192         * sync with 0.7.4cvs49
11193                 see ChangeLog entries 2002-04-20 and 2002-04-21
11194
11195         * src/Makefile.am
11196                 clean up: remove old 'stock_' element from xpm 
11197                 filenames.
11198
11199 2002-04-21 [alfons]     0.7.4claws84
11200
11201         apply sync patch from Paul
11202
11203         * src/folderview.c
11204                 use old claws prefs_folder_item_create() for now
11205
11206 2002-04-19 [match]      0.7.4claws83
11207
11208         * src/addressbook.[ch]
11209         * src/addrharvest.[ch]
11210         * src/addrgather.[ch]
11211                 recurse folders.
11212         * src/mainwindow.c
11213         * src/summaryview.[ch]
11214                 change menu option.
11215
11216 2002-04-19 [paul]       0.7.4claws82
11217
11218         * po/pt_BR.po
11219                 updated by Fabio Junior Beneditto
11220
11221 2002-04-14 [alfons]     0.7.4claws81
11222
11223         * src/passphrase.c
11224                 add #include <sys/types.h> for mode_t and off_t 
11225
11226 2002-04-13 [paul]       0.7.4claws80
11227         
11228         * src/main.c
11229           src/passphrase.[ch]
11230           src/pgptext.c
11231           src/prefs_common.[ch]
11232           src/rfc2015.c
11233                 enable storing of GnuPG passphrase for the whole 
11234                 session or a user-defined number of minutes. patch 
11235                 submitted by Ravemax <ravemax@dextrose.com>
11236
11237 2002-04-13 [alfons]     0.7.4claws79
11238
11239         * src/textview.c
11240                 make email parser also stop scanning when encountering separators
11241                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
11242
11243 2002-04-13 [paul]       0.7.4claws78
11244
11245         * sync with 0.7.4cvs39
11246                 see ChangeLog entry 2002-04-12
11247
11248 2002-04-11 [paul]       0.7.4claws77
11249
11250         * sync with 0.7.4cvs37
11251                 see ChangeLog entry 2002-04-11
11252
11253 2002-04-11 [paul]       0.7.4claws76
11254
11255         * COPYING 
11256                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
11257                 the clause for OpenSSL). sync with sylpheed main
11258
11259 2002-04-09 [melvin]     0.7.4claws75
11260
11261         * src/compose.c
11262                 Made 'Ctrl-Enter' on send ignore some modifiers 
11263                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
11264                 to bind other *-Enter (but not Alt-Enter).
11265
11266 2002-04-09 [paul]       0.7.4claws74
11267
11268         * sync with 0.7.4cvs35
11269                 see ChangeLog entries 2002-04-09
11270
11271 2002-04-08 [paul]       0.7.4claws73
11272
11273         * sync with 0.7.4cvs33
11274                 see ChangeLog entry 200-04-08
11275
11276 2002-04-07 [match]      0.7.4claws72
11277
11278         * src/addrharvest.[ch]
11279                 fixed to read all addresses in header, regardless
11280                 of header size. improved name parsing. accommodate
11281                 harvest from folders and selected message.
11282         * src/addritem.[ch]
11283                 included new address parsing function.
11284         * src/addrgather.[ch]
11285         * src/addressbook.[ch]
11286         * src/summaryview.[ch]
11287         * src/mainwindow.c
11288                 allow address harvest of folder as well as selected
11289                 messages.
11290
11291 2002-04-07 [paul]       0.7.4claws71
11292
11293         * src/esmtp.[ch]
11294           src/smtp.c
11295                 don't try to authenticate with CRAM-MD5 in SMTP when 
11296                 SMTP-AUTH enabled if MTA doesn't issue this 
11297                 auth-method in it's ehlo-response. bug item #531364,
11298                 patch item #938910. patch submitted by Colin Leroy 
11299                 <colin@colino.net>
11300
11301 2002-04-07 [paul]       0.7.4claws70
11302
11303         * src/nntp.c
11304                 fix missing MODE_READER bug. patch submitted by
11305                 Colin Leroy <colin@colino.net>
11306
11307 2002-04-07 [alfons]     0.7.4claws69
11308
11309         * src/matcher.[ch]
11310         * src/prefs_filtering.c
11311         * src/summaryview.c
11312                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
11313                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
11314
11315 2002-04-07 [paul]       0.7.4claws68
11316
11317         * sync with 0.7.4cvs32
11318                 see ChangeLog entry 2002-04-06
11319
11320         * tools/filter_conv.pl
11321                 more bug fixes
11322
11323 2002-04-06 [paul]       0.7.4claws67
11324
11325         * tools/filter_conv.pl
11326                 modify to be able to find the name of the first
11327                 mailbox and use that. main's filter does not
11328                 record the full path to the mailbox and therefore
11329                 can only filter to the first mailbox.
11330
11331 2002-04-05 [paul]       0.7.4claws66
11332
11333         * tools/filter_conv.pl
11334                 attempt to make the script all-encompassing and
11335                 be able to convert any main 'filter' rule thrown
11336                 at it
11337
11338 2002-04-05 [paul]       0.7.4claws65
11339
11340         * tools/filter_conv.pl
11341                 allow for collapsed folder trees
11342
11343 2002-04-05 [paul]       0.7.4claws64
11344
11345         * sync with 0.7.4cvs31
11346                 see ChangeLog entries 2002-04-05
11347
11348 2002-04-03 [paul]       0.7.4claws63
11349
11350         * sync with 0.7.4cvs29
11351                 see ChangeLog entries 2002-04-02 and 2002-04-03
11352
11353 2002-04-02 [paul]       0.7.4claws62
11354
11355         * sync with 0.7.4cvs26
11356                 see ChangeLog entry 2002-04-01
11357
11358 2002-04-02 [match]      0.7.4claws61
11359
11360         * src/pine.[ch]
11361         * src/importpine.[ch]
11362         * src/addressbook.c
11363                 import Pine address book.
11364
11365 2002-04-02 [match]      0.7.4claws60
11366
11367         * src/addrharvest.[ch]
11368                 improve address parsing of funky addresses.
11369
11370 2002-04-02 [darko]      0.7.4claws59
11371
11372         * src/compose.c
11373                 wrap on send improvements, it now recognizes quoted
11374                 initials as part of the quotation string, and it
11375                 does not join lines separated by CR
11376
11377 2002-04-01 [match]      0.7.4claws58
11378
11379         * src/mgutils.[ch]
11380                 added new functions.
11381         * src/mutt.[ch]
11382                 remove excessive duplicate address generation
11383                 on import.
11384
11385 2002-04-01 [alfons]     0.7.4claws57
11386         
11387         * src/summaryview.c
11388                 put back g_free() 
11389
11390 2002-04-01 [paul]       0.7.4claws56
11391
11392         * sync with 0.7.4cvs25
11393                 see ChangeLog entry 2002-04-01
11394
11395 2002-04-01 [alfons]     0.7.4aprilfool55
11396
11397         * src/summaryview.c
11398                 honour feature request item #537427 to allow for
11399                 displaying names from address book for sent mail also
11400
11401 2002-03-29 [paul]       0.7.4claws54
11402
11403         * src/mainwindow.c
11404           src/prefs_filtering.[ch]
11405           src/prefs_matcher.c
11406           src/summaryview.c
11407                 add 'fast filter' for claws' filtering,
11408                 /Tools/Create filter rule/... patch submitted
11409                 by Neill Miller <neillm@thecodefactory.org>
11410
11411 2002-03-29 [paul]       0.7.4claws53
11412
11413         * sync with 0.7.4cvs24
11414                 see ChangeLog entry 2002-03-29
11415
11416 2002-03-28 [paul]       0.7.4claws52
11417
11418         * sync with 0.7.4cvs23
11419                 see ChangeLog entry 2002-03-28
11420
11421 2002-03-27 [melvin]     0.7.4claws51
11422
11423         * src/prefs_actions.c
11424                 Added support to pass only one message part (as a
11425                 file) to the command using '%p'. No quotes are needed
11426                 because doubles quotes are automatically added.
11427                 Fixed bug where Sylpheed could block when waiting for
11428                 a child process to finish.
11429                 Changed the help menu to remove quotes around symbols to 
11430                 avoid misinterpretation (they must not be used).
11431
11432 2002-03-27 [melvin]     0.7.4claws50
11433
11434         * src/inc.c
11435                 Made the new mail notification command always 
11436                 execute asynchronously.
11437
11438 2002-03-27 [paul]       0.7.4claws49
11439
11440         * src/compose.c
11441                 fix bug introduced in last commit
11442
11443 2002-03-27 [paul]       0.7.4claws48
11444
11445         * sync with 0.7.4cvs21
11446                 see ChangeLog 2002-03-26 and 2002-03-27
11447
11448 2002-03-26 [hoa]        0.7.4claws47
11449
11450         * src/prefs_folder_item.c
11451                 really fixed the bug #516442 with folder rescan.
11452
11453 2002-03-26 [paul]       0.7.4claws46
11454
11455         * sync with 0.7.4cvs19
11456                 see ChangeLog entries 2002-03-25 and 2002-03-26
11457
11458 2002-03-25 [hoa]        0.7.4claws45
11459
11460         * src/matcher.c
11461         * src/mh.c
11462                 fix the bug #516442 with folder rescan.
11463
11464         * src/prefs_common.[ch]
11465         * src/compose.c
11466                 added an option to enable two different behaviours
11467                 for bounce.
11468
11469
11470 2002-03-25 [paul]       0.7.4claws44
11471
11472         * src/mainwindow.c
11473           src/selective_download.c
11474                 correct a few menuitem labels
11475
11476 2002-03-25 [christoph]  0.7.4claws43
11477
11478         * src/procmsg.c
11479                 fix non deleted tmp message in
11480                 procmsg_save_to_outbox
11481                 fix problems caused by sync with
11482                 main branch's procmsg_send_queue
11483
11484 2002-03-25 [paul]       0.7.4claws42
11485
11486         * src/quote_fmt.c
11487           src/quote_fmt_lex.l
11488           src/quote_fmt_parse.y
11489                 add Last name (%L) placeholder for quoting. 
11490                 patch submitted by Thorsten Thielen 
11491                 <thth@users.sourceforge.net>
11492
11493 2002-03-25 [paul]       0.7.4claws41
11494
11495         * src/utils.c
11496                 get full hostname. patch submitted by
11497                 Bob Woodside <rwoodside1@comcast.net>
11498
11499 2002-03-25 [paul]       0.7.4claws40
11500
11501         * src/account.c
11502           src/news.c
11503           src/nntp.[ch]
11504           src/prefs_account.[ch]
11505                 enable NNTP over SSL. patch submitted by
11506                 Pascal Jermini <pascal@infinity.hn.org>
11507
11508 2002-03-24 [paul]       0.7.4claws39
11509
11510         * src/prefs_common.c
11511                 make the arrangement of the Compose tab more
11512                 coherent
11513
11514         * src/mainwindow.c
11515                 fix some irregularities of style
11516
11517         * po/de.po
11518                 updated by Kilian Krause
11519
11520 2002-03-23 [paul]       0.7.4claws38
11521
11522         * po/pt_BR.po
11523                 updated by Fabio Junior Beneditto
11524
11525 2002-03-23 [paul]       0.7.4claws37
11526
11527         * src/mainwindow.c
11528                 move 'Gather addresses' to 'Tools' menu
11529                 make 'Selective download' sensitive
11530
11531 2002-03-23 [paul]       0.7.4claws36
11532
11533         * sync with 0.7.4cvs16
11534                 see ChangeLog entries 2002-03-23
11535
11536 2002-03-22 [christoph]  0.7.4claws35
11537
11538         * src/quote_fmt_parse.y
11539                 fix include program output
11540
11541 2002-03-22 [alfons]     0.7.4claws34
11542
11543         * src/pop.c
11544                 initialize GDate stack variable correctly (sorry!)
11545
11546 2002-03-22 [paul]       0.7.4claws33
11547
11548         * src/compose.c
11549           src/mainwindow.c
11550           src/prefs_actions.c
11551           src/prefs_common.c
11552                 rename 'Tool' to 'Tools'
11553
11554         * src/mainwindow.c
11555                 move 'Delete duplicated messages' from
11556                 'Message/' to 'Tools/'
11557                 re-arrange the order of 'Tools/' items
11558
11559 2002-03-22 [paul]       0.7.4claws32
11560
11561         * src/addr_compl.c
11562           src/addressbook.[ch]
11563                 auto-address completion now also matches on
11564                 Nickname. patch submitted by Bob Forsman 
11565                 <hammor@users.sourceforge.net>
11566
11567         * src/editaddress.c
11568                 correct a spelling mistake
11569
11570 2002-03-22 [alfons]     0.7.4claws31
11571
11572         * src/pop.c
11573                 fix getting uidl from incorrect string 
11574                 (spotted by Colin)
11575
11576 2002-03-21 [alfons]     0.7.4claws30
11577
11578         * src/pop.c
11579                 more code refactoring
11580                 plug mem leak introduced by delete on server
11581
11582 2002-03-21 [paul]       0.7.4claws29
11583
11584         * sync with 0.7.4cvs11
11585                 see ChangeLog entries 2002-03-20
11586
11587 2002-03-20 [alfons]     0.7.4claws28
11588
11589         * src/inc.c
11590                 apply Colin's patch and refactor
11591
11592 2002-03-20 [paul]       0.7.4claws27
11593
11594         * sync with sylpheed 0.7.4cvs9
11595                 see ChangeLog entry 2002-03-20
11596
11597 2002-03-19 [christoph]  0.7.4claws26
11598
11599         * src/mh.c
11600         * src/procmsg.[ch]
11601         * src/summaryview.c
11602                 revert changes for flag updates
11603                 (does not work correctly and no time to debug)
11604
11605 2002-03-20 [alfons]     0.7.4claws25
11606
11607         * src/pop.c
11608                 refactor should_delete() a little bit 
11609
11610 2002-03-19 [paul]       0.7.4claws24
11611
11612         * src/inc.[ch]
11613           src/pop.c
11614           src/prefs_account.[ch]
11615                 allow the user to leave downloaded mail on the 
11616                 server for n days. Patch submitted by Colin Leroy 
11617                 <colin@colino.net>
11618
11619 2002-02-19 [paul]       0.7.4claws23
11620
11621         * sync with sylpheed 0.7.4cvs8
11622                 see ChangeLog entries 2002-03-19
11623
11624 2002-03-18 [paul]       0.7.4claws22
11625
11626         * sync with sylpheed 0.7.4cvs6
11627                 see ChangeLog entry 2002-03-18
11628
11629 2002-03-18 [paul]       0.7.4claws21
11630
11631         * po/en_GB.po
11632                 add en_GB message catalogue
11633
11634         * src/mbox_folder.c
11635           src/prefs_account.c
11636           src/prefs_actions.c
11637                 correct a few spelling mistakes
11638
11639 2002-03-17 [alfons]     0.7.4claws20
11640
11641         * src/matcher.c
11642                 more stringent checks for NULL params when writing
11643                 filtering actions to a file
11644                 
11645 2002-03-17 [hoa]        0.7.3claws20
11646
11647         * src/news.c
11648                 fixed the count of new messages
11649
11650         * src/compose.c
11651                 fixed the "attachment properties" window
11652
11653 2002-03-17 [paul]       0.7.4claws19
11654
11655         * src/defs.h
11656           src/folder.h
11657           src/news.c
11658           src/prefs_account.[ch]
11659           src/procmsg.[ch]
11660           src/summaryview.c
11661                 automatically mark cross-posted messages as read 
11662                 and (optionally) give them a colour label
11663                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
11664                 
11665
11666 2002-03-17 [paul]       0.7.4claws18
11667
11668         * sync with sylpheed 0.7.4cvs5
11669                 see ChangeLog entry 2002-03-17
11670
11671 2002-03-17 [melvin]     0.7.4claws17
11672         
11673         * src/textview.c
11674                 Worked around a gtktext 'bug': when searching for 
11675                 a text in a long message it was scrolling slowly
11676                 line by line until it hit the searched text.
11677         * po/fr.po
11678                 Updated French translation
11679
11680 2002-03-17 [melvin]     0.7.4claws16
11681
11682         * src/mainwindow.c
11683         * src/compose.c
11684         * src/prefs_actions.c
11685                 Moved "Edit/Actions" to "Tool/Actions"
11686                 Made mainwindow/compose window sensitive as soon as
11687                 no child process is running anymore even if the io dialog
11688                 is open.
11689                 Fixed a struct being initialized with a non constant char*
11690
11691 2002-03-16 [christoph]  0.7.4claws15
11692
11693         * configure.in
11694                 add --with-compiler-flags option
11695                 (only for developer hacking)
11696         * src/mh.c
11697         * src/procmsg.[ch]
11698         * src/summaryview.c
11699                 try to make folder-stats and flag handling more
11700                 independent from the summaryview. msgcounts
11701                 are only set when the folder is opened and
11702                 procmsg_msginfo_(un)set_flags will handle it
11703                 later and summaryview will get the values
11704                 from the folder.
11705
11706 2002-03-16 [paul]       0.7.4claws14
11707
11708         * src/messageview.c
11709                 fix Return-receipt. Patch submitted by Bob
11710                 Woodside <rwoodside1@comcast.net>
11711
11712 2002-03-16 [paul]       0.7.4claws13
11713
11714         * src/compose.c
11715                 fix 'dynamic' signatures, make it work again
11716                 broken during sync on 2002-03-14 (0.7.4claws2)
11717
11718 2002-03-15 [match]      0.7.4claws12
11719
11720         * src/addrharvest.[ch]
11721         * src/addrgather.[ch]
11722         * src/addressbook.[ch]
11723         * src/mainwindow.c
11724                 included address harvester feature. still some
11725                 issues with address parsing that I will fix.
11726
11727 2002-03-15 [match]      0.7.4claws11
11728
11729         * src/addrbook.[ch]
11730         * src/addrcache.[ch]
11731         * src/addressbook.[ch]
11732         * src/addrindex.c
11733         * src/editbook.c
11734         * src/importldif.c
11735         * src/importmutt.c
11736         * src/jpilot.[ch]
11737         * src/main.c
11738         * src/syldap.[ch]
11739         * src/vcard.[ch]
11740                 tidy up. fix memory leaks. moved attribs and methods
11741                 from individual interfaces to addrcache object. prep
11742                 for new stuff to come in.
11743
11744 2002-03-15 [alfons]     0.7.4claws10
11745
11746         * src/matcher.[ch]
11747         * src/matcher_parser_parse.y
11748         * src/matcher_parser_lex.l
11749         * src/prefs_matcher.c
11750                 add filtering conditions message greater than, smaller 
11751                 than, and exactly matching a size in bytes
11752                 (does not work with delete from POP3 server yet)
11753
11754                 this should also give others an idea what you should
11755                 do to add new criterions to claws filtering system
11756                 
11757
11758 2002-03-15 [paul]       0.7.4claws9
11759
11760         * tools/filter_conv.pl
11761                 exit if there are no filter rules to convert
11762                 rename filterrc to filterrc.old after completion
11763
11764 2002-03-15 [paul]       0.7.4claws8
11765
11766         * sync with sylpheed 0.7.4cvs3
11767                 see ChangeLog entry 2002-03-14
11768
11769 2002-03-14 [paul]       0.7.4claws7
11770
11771         * src/compose.c
11772                 clean up the last commit (ahem)
11773
11774 2002-03-14 [paul]       0.7.4claws6
11775
11776         * src/compose.c
11777                 fix bug #515655. honour account preferences
11778                 regarding gpg default signing/encryption when 
11779                 changing account from the compose window.
11780
11781 2002-03-14 [paul]       0.7.4claws5
11782
11783         * src/folderview.c
11784                 remove unnecessary curly brackets
11785
11786 2002-03-14 [paul]       0.7.4claws4
11787
11788         * src/folderview.c
11789           src/prefs_filtering.[ch]
11790                 add filter rename on folder rename and filter
11791                 delete on folder delete. Patch submitted by
11792                 Neill Miller <neillm@thecodefactory.org> 
11793
11794 2002-03-14 [christoph]  0.7.4claws3
11795
11796         * src/procmsg.c
11797         * src/send.c
11798                 fix local delivery
11799                 (patch submitted by "Simon 'corecode' Schubert")
11800         * src/prefs_common.c
11801         * src/procmsg.c
11802                 fix gcc 3.0 warning
11803
11804 2002-03-14 [paul]       0.7.4claws2
11805
11806         * sync with sylpheed 0.7.4cvs2
11807                 see ChangeLog entry 2002-03-13
11808
11809 2002-03-12 [darko]      0.7.4claws1
11810
11811         * src/mainwindow.c
11812                 fix what seems to be a copy and paste error
11813                 when setting color for important messages
11814                 (reported by wwp)
11815
11816 2002-03-11 [paul]       version 0.7.4claws released
11817
11818 2002-03-11 [paul]       0.7.4claws
11819
11820         * po/es.po
11821           po/it.po
11822           po/nl.po
11823           po/pt_BR.po
11824                 update message catalogs. Submitted by Ricardo Mones 
11825                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11826                 Fabio Junior Beneditto
11827
11828         * configure.in
11829           faq/Makefile.am
11830           faq/it/Makefile
11831           faq/it/sylpheed-faq*
11832           src/mainwindow.c
11833           src/manual.[ch]
11834                 add FAQ in Italian
11835         
11836
11837 2002-03-11 [jens]       0.7.3claws7
11838
11839         * po/de.po
11840                 updated German translation
11841
11842 2002-03-11 [melvin]     0.7.3claws6
11843
11844         * po/fr.po
11845                 updated and corrected French translation
11846
11847 2002-03-10 [hoa]        0.7.3claws5
11848
11849         * src/account.c
11850         * src/inc.c
11851         * src/prefs_account.c
11852         * src/procmsg.c
11853         * src/send.[ch]
11854                 fixed the local account.
11855                 you have to change the default "/usr/sbin/sendmail"
11856                 to "/usr/sbin/sendmail -t" in the preferences of
11857                 the local account.
11858
11859         * src/procmime.c
11860                 removed some debug display for renderer
11861
11862 2002-03-10 [paul]       0.7.3claws4
11863
11864         * faq/en/sylpheed-faq-1.html
11865           faq/en/sylpheed-faq-2.html
11866                 update
11867
11868 2002-03-09 [paul]       0.7.3claws3
11869
11870         * sync with sylpheed 0.7.4
11871                 see ChangeLog entry 2002-03-09
11872
11873 2002-03-08 [paul]       0.7.3claws2
11874
11875         * faq/en/sylpheed-faq*
11876           faq/es/sylpheed-faq*
11877           faq/fr/sylpheed-faq*
11878                 update the FAQs
11879
11880         * manual/fr/.cvsignore
11881           manual/fr/Makefilea.am
11882           manual/fr/sylpheed*
11883           src/mainwindow.c
11884           src/manual.[ch]
11885                 add the French manual
11886
11887 2002-03-07 [paul]       0.7.3claws1
11888
11889         * sync with sylpheed 0.7.3cvs4
11890                 see ChangeLog entries  2002-03-06 and 2002-03-07
11891         
11892         * po/nl.po
11893                 updated by Wilbert Berendsen
11894
11895 2002-03-07 [melvin]     0.7.2claws34
11896
11897         * src/selective_download.c
11898                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11899
11900 2002-03-06 [paul]       0.7.2claws33
11901
11902         * sync with sylpheed 0.7.3cvs1
11903                 bug fix, see ChangeLog entry 2002-03-05
11904
11905 2002-03-05 [paul]       0.7.2claws32
11906
11907         * src/mimeview.c
11908           src/pgptext.[ch]
11909           src/procmsg.c
11910                 reverse the pgp ascii-armored code implemented in 
11911                 0.7.2claws16. removal of this code until it matures.
11912                 this means that verifying ascii-armored pgp sigs and
11913                 automatic decryption of ascii-armored encrypted
11914                 messages no longer works.
11915
11916 2002-03-05 [paul]       0.7.2claws31
11917
11918         * configure.in
11919           Makefile.am
11920         * faq/Makefile.am
11921         * faq/en/Makefile.am
11922           faq/en/sylpheed-faq.html
11923           faq/en/sylpheed-faq-1.html
11924           faq/en/sylpheed-faq-2.html
11925           faq/en/sylpheed-faq-3.html
11926         * faq/es/Makefile.am
11927           faq/es/sylpheed-faq.html
11928           faq/es/sylpheed-faq-1.html
11929           faq/es/sylpheed-faq-2.html
11930           faq/es/sylpheed-faq-3.html
11931           faq/es/sylpheed-faq-4.html
11932         * faq/fr/Makefile.am
11933           faq/fr/sylpheed-faq.html
11934           faq/fr/sylpheed-faq-1.html
11935           faq/fr/sylpheed-faq-2.html
11936           faq/fr/sylpheed-faq-3.html
11937         * src/Makefile.am
11938           src/defs.h
11939           src/mainwindow.c
11940           src/manual.[ch]
11941                 add FAQs in English, Spanish and French
11942
11943
11944 2002-03-05 [paul]       0.7.2claws30
11945
11946         * manual/en/sylpheed.html
11947           manual/en/sylpheed-XX.html
11948                 updated the English manual
11949
11950 2002-03-05 [hoa]        
11951
11952         * src/summaryview.c
11953                 dialog box pops up if the article can't be deleted.
11954
11955 2002-03-04 [paul]       
11956         
11957         * po/pt_BR.po
11958                 updated by Fabio Junior Benedito
11959
11960 2002-03-04 [hoa]
11961
11962         * removed ac/gpgme.m4
11963                 to avoid autogen common problem
11964                 developers have to install gpgme development package now
11965
11966         * src/compose.c
11967                 encoding to 7bit or 8bit is enabled.
11968
11969 2002-03-03 [alfons]     0.7.2claws29
11970
11971         * src/pop.c
11972                 merge fix by Oliver Haertel for selective
11973                 download buglet
11974
11975 2002-03-03 [paul]       0.7.2claws28
11976         
11977         * sync with sylpheed 0.7.3
11978
11979 2002-03-03 [paul]       0.7.2claws27
11980
11981         * sync with sylpheed 0.7.2cvs24
11982                 see ChangeLog entries 2002-03-02 and 2002-03-03
11983
11984 2002-03-02 [melvin]     0.7.2claws26
11985
11986         * src/inc.[ch]
11987         * src/main.c
11988         * src/mainwindow.c
11989         * src/prefs_common.[ch]
11990                 Added user definable notification on new mail arrival.
11991                 Removed unused variables in spell checker prefs code.
11992
11993 2002-03-02 [melvin]     0.7.2claws25
11994
11995         * src/quote_fmt.c
11996                 Removed unnecessary escape sequences.
11997                 Changed 'Initial...' to 'Initials of Sender'
11998
11999 2002-03-02 [paul]       0.7.2claws24
12000
12001         * sync with sylpheed 0.7.2cvs22
12002                 see ChangeLog entry 2002-03-01
12003
12004 2002-03-01 [hoa]        0.7.2claws23
12005
12006         * src/mainwindow.c
12007                 Set sensitivity of delete actions to active
12008                 even if the folder is a newsgroup.
12009
12010         * src/summaryview.c
12011                 - Set sensitivity of delete actions
12012                 - Added function check_permission() that will check if the
12013                   user is authorized to delete a message. For news, it
12014                   will check if the author is the same.
12015                 - Enabled deletion when there is no trash folder.
12016
12017         * src/news.[ch]
12018                 - Added news_cancel_article() to cancel articles
12019                 - Implemented news_remove_message() (public function)
12020
12021 2002-03-01 [paul]       0.7.2claws22
12022
12023         * src/gtkutils.c
12024           src/textview.c
12025                 recognise urls that that don't include 'http://' and
12026                 simply begin 'www.' 
12027
12028         * AUTHORS
12029                 remove duplicated name
12030
12031 2002-02-28 [paul]       0.7.2claws21
12032
12033         * src/mainwindow.c
12034           src/summaryview.[ch]
12035                 add ability to 'Select thread'
12036                 combines Melvin's "Select thread's head" patch (#510907)
12037                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12038                 patch (#518514) 
12039
12040 2002-02-28 [paul]       0.7.2claws20
12041
12042         * src/mimeview.c
12043                 hopefully fix segfault on right-clicking a mime part
12044                 that some people have experienced.      
12045                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12046
12047 2002-02-28 [paul]       0.7.2claws19
12048
12049         * sync with sylpheed 0.7.2cvs21
12050                 see ChangeLog entries 2002-02-27 and 2002-02-28
12051
12052 2002-02-27 [paul]       0.7.2claws18
12053
12054         * sync with sylpheed 0.7.2cvs18
12055                 see ChangeLog entries 2002-02-26 and 2002-02-27
12056
12057 2002-02-26 [alfons]     0.7.2claws17
12058
12059         * src/procheader.c
12060                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12061                 (spotted by Chris Hessman <idatech@gmx.net>)
12062
12063 2002-02-26 [paul]       0.7.2claws16
12064
12065         * src/mimeview.c
12066           src/pgptext.[ch]
12067           src/procmsg.c
12068                 make decryption of ascii-armored pgp encrypted messages
12069                 and verification of ascii-armored signatures work again.
12070                 slightly altered from the patch by Jens Jahnke 
12071                 <jan0sch@gmx.net>
12072
12073                 ##FIX ME##
12074                 * the checking of plaintext signatures always comes up in 
12075                   a popup box
12076                 * it doesn't work for multipart messages 
12077                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12078                   including the msg headers and these 2 line themselves, are 
12079                   not displayed
12080
12081         * src/mainwindow.c
12082                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12083                 "View/Message View" becomes "View/Separate Message View"
12084                 because its less ambiguous.
12085
12086         * po/es.po
12087                 updated by Ricardo Mones Lastra
12088
12089 2002-02-26 [paul]       0.7.2claws15
12090
12091         * sync with sylpheed 0.7.2cvs17
12092                 see ChangeLog entries 2002-02-25 and 2002-02-26
12093
12094 2002-02-25 [christoph]  0.7.2claws14
12095
12096         * src/filtering.[ch]
12097         * src/inc.c
12098                 do filtering stuff after all messages have been received
12099                   1. drop all messages to .processing
12100                   2. scan processing folder for messages
12101                   3. filter messages or move to inbox
12102                 this will also find old messages left in processing after
12103                 a crash or something like that and we get a real msginfo
12104                 from folder->get_msg_list and do not have to create our
12105                 own in filter_message
12106         * src/matcher_parser_parse.y
12107                 remove MIX/MAX warning (reordered includes)
12108
12109 2002-02-25 [paul]       0.7.2claws13
12110
12111         * sync with sylpheed 0.7.2cvs15
12112                 see ChangeLog entry 2002-02-24
12113
12114 2002-02-24 [alfons]     0.7.2claws12
12115
12116         * src/filtering.c
12117                 clear old color flags first when applying a new color to
12118                 a message info. 
12119                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
12120
12121 2002-02-24 [alfons]     0.7.2.claws11
12122         
12123         * AUTHORS
12124         * src/prefs_common.c
12125                 add presets for Opera and Konqueror, closes patch #517261,
12126                 submitted by Ville Skyttä <scop@users.sourceforge.net>
12127
12128 2002-02-24 [alfons]     0.7.2.claws10
12129
12130         * AUTHORS
12131         * src/summaryview.c
12132                 fix threading for null message ids, closes patch #521601,
12133                 submitted by Bob Forsman <hammor@users.sourceforge.net>
12134
12135 2002-02-24 [alfons]     0.7.2claws9
12136
12137         * src/summaryview.c
12138         * src/filtering.c
12139                 make Tool | Filter Message work with filtering system so
12140                 setting flags also works
12141
12142                 TODO:
12143
12144                 - Processing uses the same function as Tool | Filter
12145                   Message, but doesn't use the same update proc yet
12146
12147 2002-02-23 [paul]       0.7.2claws8
12148
12149         * sync with sylpheed 0.7.2cvs14
12150                 see ChangeLog entries 2002-02-22 and 2002-02-23
12151
12152 2002-02-22 [christoph]  0.7.2claws7
12153
12154         * src/quote_fmt.c
12155                 Add column space to table
12156         * src/quote_fmt_parse.y
12157                 Close files
12158
12159 2002-02-22 [paul]       0.7.2claws6
12160
12161         * src/Makefile.am
12162           src/defs.h
12163           src/filtering.c
12164           src/inc.[ch]
12165           src/mainwindow.c
12166           src/matcher.[ch]
12167           src/matcher_parser_lex.l
12168           src/matcher_parser_parse.y
12169           src/pop.[ch]
12170           src/prefs_account.h
12171           src/prefs_filtering.c
12172           src/selective_download.[ch]   *** NEW FILES ***
12173           src/utils.[ch]
12174           po/POTFILES.in
12175                 Selective Download added to 'Tool' menu. 
12176                 Retrieves email headers of the currently selected pop3 
12177                 account and allows the user to mark emails for deletion 
12178                 right on the pop3 server. Patch submitted by Oliver Haertel 
12179                 <oha@users.sourceforge.net>.
12180         
12181         * po/POTFILES.in
12182                 add 'src/quote_fmt.c'           
12183
12184 2002-02-22 [christoph]  0.7.2claws5
12185
12186         * src/Makefile.am
12187                 added quote_fmt.c
12188         * src/prefs_common.[ch]
12189         * src/prefs_template.c
12190         * src/quote_fmt.c               *** NEW FILE ***
12191         * src/quote_fmt.h
12192                 move quote format symbol description code
12193                 to it's own file because it is used from
12194                 differnent code parts
12195                 Rewrote symbol description GUI
12196                   + use table
12197                   + add separators
12198                   + get data from array (no more long constant strings)
12199         * src/quote_fmt_lex.l
12200         * src/quote_fmt_parse.y
12201                 Symbol for Literal % changed to \% instead of %%
12202                 (More logical as \ is used for quoting for other symbols)
12203                 Add |f and |p to include files and program output
12204                 Examples:
12205                     |f{/home/.../.signature}
12206                     |p{date}
12207         * po/de.po
12208                 Correct wrong spelling for "Referenzen"
12209
12210 2002-02-21 [paul]       0.7.2claws4
12211
12212         * src/procmsg.c
12213                 forgotten during sync
12214
12215 2002-02-21 [paul]       0.7.2claws3
12216
12217         * sync with sylpheed 0.7.2cvs11
12218                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
12219                 2002-02-20 and 2002-02-21
12220
12221 2002-02-20 [melvin]     0.7.2claws2
12222
12223         * src/prefs_actions.c
12224                 Added error report when child cannot fork or when execvp 
12225                 returns with an error.
12226
12227 2002-02-19 [christoph]  0.7.2claws1
12228
12229         * src/codeconv.c
12230                 return unconverted text if conde conversion is not possible
12231                 when libjconv is used.
12232                 (patch submitted by "Simon 'corecode' Schubert")
12233
12234 2002-02-19 [paul]       
12235
12236         * version 0.7.2claws release
12237
12238 2002-02-19 [paul]       0.7.2claws
12239
12240         * po/nl.po
12241                 updated by Wilbert Berendsen
12242
12243
12244 2002-02-18 [alfons]     0.7.1claws13
12245
12246         * src/syldap.c
12247         * src/jpilot.c
12248                 remove references to dlfcn and explicitly loading functions
12249                 from dynalink libs, because libs linked anyway, and functions
12250                 are loaded explicitly
12251
12252 2002-02-17 [melvin]     0.7.1claws12
12253
12254         * src/prefs_actions.c
12255                 Replaced children wait loop with double fork technique.
12256                 Now, input/output window updated at each new output.
12257                 free_children(): Fixed a memory leak.
12258                 Made input/output window non closable if running children
12259                 still exist.
12260                 Added missing <unistd.h> include.
12261                 Added some --debug outputs.
12262
12263 2002-02-17 [melvin]     0.7.1claws11
12264
12265         * src/summaryview.c
12266                 Fixed bug where descending sort order did not select top
12267                 message.
12268
12269 2002-02-17 [melvin]     0.7.1claws10
12270
12271         * acconfig.h
12272                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12273         * src/prefs_common.c
12274                 Pspell data package directory no more hard coded but
12275                 set during configuration (PSPELL_PATH). (Thanks to 
12276                                 Gustavo Noronha Silva.)
12277
12278 2002-02-17 [melvin]     0.7.1claws9
12279
12280         * configure.in
12281                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
12282         * src/gtkspell.c
12283                 Fixed compile-time warnings.
12284
12285 2002-02-16 [alfons]     0.7.1claws8
12286
12287         * src/filesel.c
12288                 fix inadvertent free of NULL pointer which caused
12289                 sylpheed to crash when closing the save-as dialog
12290                 using the window close button
12291
12292 2002-02-16 [carsten]    0.7.1claws7
12293         * src/mainwindow.[ch]
12294           src/summaryview.c
12295           src/prefs_common.c
12296                 fixes for pixmap theming code:
12297                         - recently changed mail attributes shouldn't get
12298                           lost any longer
12299                         - theme is only reloaded iff another theme was
12300                           selected
12301
12302 2002-02-16 [paul]       0.7.1claws6
12303
12304         * sync with sylpheed 0.7.2 release
12305                 see ChangeLog entry 2002-02-15 and 2002-02-16
12306
12307 2002-02-15 [paul]       0.7.1claws5
12308
12309         * sync with sylpheed 0.7.1cvs9
12310                 see ChangeLog entry 2002-02-15
12311
12312         * po/POTFILES.in
12313                 remove unneeded headerwindow.c entry
12314
12315 2002-02-14 [carsten]    0.7.1claws4
12316         * src/summaryview.c
12317                 fixed a bug for "Go to next unread message": there was
12318                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
12319                 in the prefs, because of doing "Search again" instead
12320                 "No"
12321
12322 2002-02-14 [carsten]    0.7.1claws3
12323         * src/stock_pixmap.c
12324                 removed 2 more mem leaks; following memprof,
12325                 this code is "leak free" now :)
12326
12327 2002-02-14 [carsten]    0.7.1claws2
12328         * src/stock_pixmap.c
12329                 used opendir/readdir/closedir instead of scandir
12330                 -> code should work now on Solaris
12331
12332 2002-02-14 [paul]       0.7.1claws1
12333
12334         * sync with sylpheed 0.7.1cvs8
12335                 see ChangeLog entries 2002-02-13 and 2002-02-14
12336
12337         * README.claws
12338                 add some description of Actions and Pixmap Themes
12339
12340 2002-02-13 [paul]       
12341
12342         * version 0.7.1claws release
12343
12344 2002-02-13 [paul]       0.7.1claws
12345
12346         * po/es.po
12347           po/it.po
12348           po/pt_BR.po
12349                 updated translations, submitted by Ricardo Mones Lastra,
12350                 Alessandro Maestri and Fabio Junior Beneditto
12351
12352 2002-02-13 [melvin]     0.7.0claws75
12353
12354         * src/prefs_actions.c
12355                 Added missing "signal.h" include
12356
12357 2002-02-13 [melvin]     0.7.0claws74
12358
12359         * src/prefs_folder_item.c
12360                 Added missing "config.h" include
12361         * po/fr.po
12362                 Updated French translation for folder propriety.
12363
12364 2002-02-13 [jens]       0.7.0claws73
12365
12366         * po/POTFILES.in
12367                 Added missing src/prefs_folder_item.c [log added by melvin]
12368         * po/de.po
12369                 Updated German translation.
12370
12371 2002-02-13 [melvin]     0.7.0claws72
12372
12373         * po/fr.po
12374                 Updated French translation.
12375
12376 2002-02-13 [melvin]     0.7.0claws71
12377
12378         * src/gtkutils.c
12379                 Made gtkut_editable_get_selection return NULL if selection
12380                 is of length zero.
12381                 This fixes a bug where selecting part of message A then
12382                 switching to message B and replying to it will not
12383                 quote the message's body.
12384
12385 2002-02-12 [paul]       0.7.0claws70
12386
12387         * src/mainwindow.c
12388                 cosmetic, relating to pixmap themes: on toolbar make 
12389                 updating of 'Exec' and 'Compose news/Compose email'
12390                 icons faster.
12391
12392 2002-02-12 [carsten]    0.7.0claws69
12393         * src/folderview.c
12394           src/mainwindow.[ch]
12395           src/stock_pixmap.c
12396           src/summaryview.c
12397           src/prefs_common.c
12398                 - refreshing after changing pixmap theme better
12399                   now (thanks Paul)
12400                 - wanted to remove some mem leaks, but alfons was
12401                   faster (and had the better solution ;)
12402
12403 2002-02-12 [alfons]     0.7.0claws68
12404
12405         * src/prefs_common.c
12406         * src/stock_pixmap.[ch]
12407                 plug mem leaks, refactor code a little bit
12408
12409
12410 2002-02-12 [sergey]     0.7.0claws67
12411
12412         * src/imap.c
12413                 Fixed problem with copying messages to IMAP folders when the
12414                 server uses something other than '/' as a namespace separator
12415                 (cyrus-imapd uses '.').
12416
12417 2002-02-12 [jens]       0.7.0claws66
12418
12419         * po/de.po
12420                 Updated German Translation
12421
12422 2002-02-12 [paul]       0.7.0claws65
12423
12424         * sync with sylpheed 0.7.1cvs1
12425                 see ChangeLog entry 2002-02-12
12426
12427 2002-02-12 [melvin]     0.7.0claws64
12428
12429         * src/prefs_actions.c
12430                 Fixed "feature" where children's output was duplicated 
12431                 instead of refreshed while monitoring.
12432                 Removed some debug code.
12433
12434 2002-02-12 [christoph]  0.7.0claws63
12435
12436         * src/compose.c
12437                 always delete message from queue after sending/send error
12438                 (closes bug #509601)
12439
12440 2002-02-12 [melvin]     0.7.0claws62
12441
12442         * src/prefs_actions.c
12443                 Children wait loop is now triggered with a timeout of 1s
12444                 Added %F which is replaced with the list of filenames 
12445                 of all selected messages (as suggested by Ricardo Mones Lestra)
12446                 Pipe syntax changed. Prefix with | to send selection, postfix
12447                 with | to retrieve output. Prefix with > or * to send
12448                 user definable input to the command (*: input is hidden)
12449                 Old pipe action should now be postfixed with |, too.
12450
12451 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
12452         * src/stock_pixmap.c
12453                 fixed a bug: if there's no theme directory don't
12454                 throw an error, just do "nothing" (thanks Alfons)
12455
12456 2002-02-12 [carsten]    0.7.0claws60
12457         * src/folderview.c
12458           src/summaryview.c
12459                 had to write the cache twice (nasty!); some marks would 
12460                 get lost if not
12461
12462 2002-02-11 [carsten]    0.7.0claws59
12463         * acconfig.h
12464           configure.in
12465           doc-src/maintainer_guide.txt
12466           src/compose.[ch]
12467           src/defs.h
12468           src/folderview.[ch]
12469           src/gtkutils.[ch]
12470           src/mainwindow.[ch]
12471           src/prefs_common.[ch]
12472           src/stock_pixmap.[ch]
12473           src/summaryview.[ch]
12474                 pixmap theming and related work on pixmap
12475                 handling on some other places
12476                 (e.g. hrm features for all folder)
12477           src/pixmap/stock_*.xpm -> the stock_ was removed
12478         
12479 2002-02-11 [paul]       0.7.0claws58
12480
12481         * sync with sylpheed 0.7.1 release
12482                 see ChangeLog entries 2002-02-11
12483
12484 2002-02-08 [paul]       0.7.0claws57
12485
12486         * sync with sylpheed 0.7.0cvs39
12487                 see ChangeLog entry 2002-02-07 (last entry) 
12488
12489         * src/prefs_actions.c
12490           src/prefs_filtering.c
12491           src/prefs_matcher.c
12492           src/prefs_scoring.c
12493                 sync: made it compile with C compilers other than gcc
12494
12495 2002-02-07 [paul]       0.7.0claws56
12496
12497         * sync with sylpheed 0.7.0cvs38
12498                 see ChangeLog entries 2002-02-06 (last 2 entries) and
12499                 2002-02-07
12500
12501 2002-02-07 [darko]      0.7.0claws55
12502
12503         * src/gtkutils.[ch]
12504         * src/summaryview.c
12505                 Fix const gchar */gchar * issue (thanks Hiro)
12506
12507 2002-02-07 [darko]      0.7.0claws54
12508
12509         * src/compose.[ch]
12510         * src/filtering.c
12511         * src/gtkutils.[ch]
12512         * src/prefs_template.c
12513         * src/quote_fmt.h
12514         * src/quote_fmt_parse.y
12515         * src/summaryview.c
12516         * src/utils.[ch]
12517                 When replying or forwarding an email don't quote the entire
12518                 mail body but use the part of the message text that is selected
12519
12520 2002-02-06 [melvin]     0.7.0claws53
12521
12522         * src/prefs_common.[ch]
12523         * src/gtkspell.[ch]
12524         * src/compose.c
12525                 Made possible to switch quickly to last used dictionary
12526                 which makes checking bilingual documents easier.
12527
12528 2002-02-06 [melvin]     0.7.0claws52
12529         
12530         * po/POTFILES.in
12531                 Added forgotten new file src/prefs_actions.c
12532
12533 2002-02-06 [melvin]     0.7.0claws51
12534
12535         * src/prefs_actions.c   ** NEW FILE **
12536         * src/prefs_actions.h   ** NEW FILE **
12537                 Added actions to execute on message text view, or on the
12538                         message's file.
12539         * src/Makefile.am
12540                 Added src/prefs_actions.[ch]
12541         * src/compose.c
12542                 Added new menu "Edit/Actions"
12543         * src/defs.h
12544                 Added new actionsrc file.
12545         * src/main.c
12546                 Added actionsrc reading.
12547         * src/mainwindow.c
12548                 Added new menus "Edit/Actions" and "Configuration/Actions..."
12549         * src/prefs_common.h
12550                 Added new element actionslst element to prefs_common.
12551
12552 2002-02-06 [paul]       0.7.0claws50
12553
12554         * sync with sylpheed 0.7.0cvs36
12555                 see ChangeLog entry 2002-02-06
12556
12557 2002-02-05 [paul]
12558
12559         * po/es.po
12560                 updated by Ricardo Mones Lastra
12561
12562 2002-02-05 [paul]       0.7.0claws49
12563
12564         * sync with sylpheed 0.7.0cvs33
12565                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
12566
12567 2002-02-05 [paul]       0.7.0claws48
12568
12569         * src/compose.c
12570                 re-add 'Edit/Advanced/Delete entire line', previously named
12571                 'Delete Line+'
12572
12573 2002-02-04 [paul]       0.7.0claws47
12574
12575         * src/compose.c
12576           src/summaryview.c
12577                 fix bug #494993 (Reply All not taking Reply-To into consi)
12578                 eliminate differences in behaviour of right-click 'Reply to all' 
12579                 in summary view and 'Reply to all' on the toolbar. 
12580                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
12581                 view and From gets ignored by 'Reply to all' on toolbar.
12582                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
12583                 From when no Reply-To header is present.
12584
12585 2002-02-04 [paul]       0.7.0claws46
12586
12587         * sync with sylpheed 0.7.0cvs30
12588                 see ChangeLog entries 2002-02-03 and 2002-02-04
12589
12590 2002-02-03 [melvin]     0.7.0claws45
12591
12592         * src/gtkspell.[ch]
12593                 Readded function to highlight all misspelled words.
12594                 Fixed bug where user-provided-words did not replace
12595                         correctly the misspelled word when using the mouse.
12596                 Fixed bug where checking a region selected from right to left did
12597                         not check the region at all.
12598                 Fixed bug where 'Check backwards' may not check at all. 
12599                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
12600                 Fixed possible buffer overflow when checking for long strings (>1k).
12601                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
12602                 Accelerators code uses now gtk_widget_add_accel.
12603                 Removed and disabled obsolete and unfinished code.
12604                 Cleaning up.
12605
12606         * src/compose.c
12607                 Added menu item to Highlight all misspelled words.
12608
12609 2002-02-01 [paul]       0.7.0claws44
12610
12611         * src/mainwindow.c
12612                 fix '/View/Hide read messages' sensitivity when all
12613                 messages in a folder are hidden
12614
12615 2002-02-01 [paul]       0.7.0claws43
12616
12617         * src/main.c
12618                 add --send option to command line interface, sends all
12619                 queued mail. Patch submitted by Ricardo Mones Lastra.
12620
12621 2002-01-31 [paul]       0.7.0claws42
12622
12623         * src/mainwindow.c
12624                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
12625
12626 2002-01-31 [paul]       0.7.0claws41
12627
12628         * sync with sylpheed 0.7.0cvs27
12629                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
12630                 and 2002-01-31
12631
12632         * src/textview.c
12633                 comment out elements of textview_show_part() as temporary
12634                 workaround for attachment 'Display as text' bug 
12635
12636         * po/pt_BR.po
12637                 updated by Fabio Junior Beneditto
12638
12639 2002-01-30 [paul]       0.7.0claws40
12640
12641         * sync with sylpheed 0.7.0cvs24
12642                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
12643                 and 2002-01-30
12644
12645         * src/compose.c
12646                 add {N_("/_Spelling"), ... "<Branch>"} to 
12647                 GtkItemFactoryEntry compose_entries[]
12648
12649         * src/prefs_common.c
12650                 add claws menu items to prefs_keybind_apply_clicked()
12651                 and remove non-claws menu items
12652
12653 2002-01-29 [paul]       0.7.0claws39
12654
12655         * sync with sylpheed 0.7.0cvs22
12656                 see ChangeLog entries 2002-01-28 and 2002-01-29
12657
12658 2002-01-28 [melvin]     0.7.0claws38
12659
12660         * src/compose.c
12661                 Added the declartion of compose_send_control_enter.
12662
12663         * src/compose.c
12664         * src/gtkspell.[ch]
12665                 Added in a 'Spelling' menu which includes the configuration menu. 
12666                 Added a real 'Check all' and got rid from the old one which only
12667                 highlited misspelled word.
12668                 Made 'Check while typing' a disableable option.
12669                 Added a dialog when there are no more misspelled word.
12670                 Added a dialog if error occurs when switching to a dictionary.
12671         
12672         * src/prefs_common.[ch]
12673                 Added option for the default 'Check while typing' option.
12674
12675
12676 2002-01-28 [alfons]     0.7.0claws37
12677
12678         * src/compose.c
12679                 fix buglet and make code comply with sylpheed code style
12680
12681 2002-01-28 [paul]       0.7.0claws36
12682
12683         * sync with sylpheed 0.7.0cvs19
12684                 see ChangeLog entries for 2002-01-28
12685
12686 2002-01-28 [hoa]        0.7.0claws35
12687
12688         * src/defs.h
12689                 added rendererrc
12690
12691         * src/main.c
12692                 read the renderer config
12693
12694         * src/procmime.[ch]
12695                 use the renderer config to convert mime attachments
12696
12697         * src/textview.c
12698                 don't use textview_show_html/ertf,
12699                 use get_text_content instead
12700
12701 2002-01-27 [alfons]     0.7.0claws34
12702         
12703         * src/news.c
12704                 make sylpheed believe it can delete a news message...
12705                 (messages are NOT deleted, maybe we should remove
12706                 processing from the folder properties after all.)
12707
12708 2002-01-27 [alfons]     0.7.0claws33
12709
12710         * src/folder.c
12711                 add extra checks
12712         * src/news.c
12713                 implement remove_msg() 
12714
12715 2002-01-27 [alfons]     0.7.0claws32
12716
12717         * src/procmsg.h
12718         * src/procheader.c
12719         * src/messageview.c
12720                 fix return receipt / disposition notification again. this
12721                 stuff seems to break on _every_ major summary UI change, so
12722                 it's now implemented using a flag which is saved in the
12723                 marks cache
12724                 
12725 2002-01-26 [alfons]     0.7.0claws31
12726
12727         * src/import.c
12728                 let import dialog show the destination folder identifier
12729
12730 2002-01-26 [melvin]     0.7.0claws30
12731
12732         * src/folderview.c
12733         * src/summaryview.c
12734                 Readded 'Mark all read' into summary view popup menu
12735                 Added 'Mark all read' in folder view popup menu for IMAP
12736                 and NNTP.
12737                 Made it insensitive if the selected folder is not the shown
12738                 one to avoid 'Mark all read' on the wrong folder.
12739                 
12740 2002-01-26 [paul]       0.7.0claws29
12741
12742         * src/folderview.c
12743           src/summaryview.c
12744                 move 'Mark all read' from summary view to folder view
12745                 menu. (adapted from) patch submitted by Jeremy Andrews,
12746                 <lists@kerneltrap.com>
12747
12748 2002-01-25 [alfons]     0.7.0claws28
12749
12750         * src/gtkstext.c
12751                 put the gtk class name back so GtkSText adapts the 
12752                 settings of GtkText
12753
12754 2002-01-25 [alfons]     0.7.0claws27
12755
12756         * src/folderview.c 
12757                 assimilate Ricardo's patch that shows pixmaps instead of
12758                 plain "new" and "unread" texts in the folder view column
12759                 headers 
12760
12761 2002-01-25 [paul]       0.7.0claws26
12762
12763         * src/Makefile.am
12764                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12765                 be found in non-standard locations. 
12766                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12767
12768 2002-01-25 [paul]       0.7.0claws25
12769
12770         * sync with sylpheed 0.7.0cvs16
12771                 see ChangeLog entry 2002-01-25
12772
12773 2002-01-24 [paul]       0.7.0claws24
12774
12775         * more sync with sylpheed 0.7.0cvs15
12776                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12777
12778 2002-01-23 [sergey]     0.7.0claws23
12779
12780         * src/importldif.c
12781                 Fixed segfault when closing LDIF import wizard with
12782                 the window manager.
12783         * src/imageview.c
12784         * src/imageview.h
12785         * src/messageview.c
12786         * src/mimeview.c
12787                 Fixed wrong scrolling position after switching between
12788                 text and image parts.
12789
12790 2002-01-23 [paul]       0.7.0claws22
12791
12792         * sync with sylpheed 0.7.0cvs15
12793                 see ChangeLog entries 2002-01-22 and 2002-01-23
12794
12795 2002-01-21 [melvin]     0.7.0claws21
12796
12797         * src/prefs_scoring.c
12798         * src/prefs_filtering.c
12799                 Fixed bug where scoring and filtering windows stopped
12800                 autochecking.
12801
12802 2002-01-21 [paul]       0.7.0claws20
12803
12804         * sync with sylpheed 0.7.0cvs12
12805                 see ChangeLog entries 2002-01-20 and 2002-01-21
12806
12807 2002-01-21 [carsten]    0.7.0claws19
12808         * src/mainwindow.c
12809         * src/menu.[ch]
12810         * src/messageview.[ch]
12811         * src/summaryview.[ch]
12812                 changes to shortcuts handling again:
12813                         + "Q" now controled by mainwin
12814                         + v/V are now customizable and have slightly
12815                           different meanings
12816                 the "button" to minimize the messageview (and maximize
12817                 the summary view) is a real button now
12818         * src/compose.c
12819                 "Delete Line+" added to Edit/Advanced (this will also
12820                 delete the '\n')
12821
12822 2002-01-20 [melvin] 0.7.0claws18
12823
12824         * src/addressbook.c
12825                 Made "Bcc" sensitive when addressbook is called from
12826                 compose window (it was a Claws only bug).
12827
12828 2002-01-19 [alfons] 0.7.0claws17
12829
12830         * src/inc.c
12831                 prevent unnecessary updates when currently selected folder has
12832                 no new messages 
12833
12834 2002-01-19 [alfons] 0.7.0claws16
12835         
12836         * src/summaryview.c
12837                 prevent writing the cache based on current message list in summary 
12838                 view when filtering also put messages in currently selected folder
12839
12840 2002-01-19 [paul]
12841
12842         * po/it.po
12843                 Italian translation submitted by Alessandro Maestri
12844                 <a.maestri@cs.tin.it>
12845
12846 2002-01-18 [melvin]     0.7.0claws15
12847
12848         * src/prefs_filters.c
12849                 fixed bug where 'cancel' from 'filters' window stops autochecking
12850                 if the timer timed out  when the window was open.
12851
12852 2002-01-18 [match]      0.7.0claws14
12853
12854         * src/addrclip.[ch]     ** NEW FILE **
12855         * src/addrselect.[ch]   ** NEW FILE **
12856         * src/adbookbase.h      ** NEW FILE **
12857                 addressbook cut, copy and paste
12858         * src/addrbook.[ch]
12859         * src/addrcache.[ch]
12860         * src/addressitem.h
12861         * src/addrindex.[ch]
12862         * src/addritem.[ch]
12863         * src/importldif.c
12864         * src/importmutt.c
12865         * src/jpilot.[ch]
12866         * src/syldap.[ch]
12867         * src/vcard.[ch]
12868         * src/jpilot.[ch]
12869         * src/editbook.c
12870         * src/editjpilot.c
12871         * src/editldap.c
12872         * src/editvcard.c
12873                 support for copy/paste
12874         * src/addressbook.c
12875                 support for copy/paste
12876                 tidy up menu option processing
12877                 correct address list function arguments
12878         * src/editaddress.c
12879                 sort user attributes
12880         * src/ldif.h
12881         * src/mutt.h
12882                 tidy up
12883
12884         * src/addrbook.[ch]
12885         * src/addrbook.[ch]
12886         * src/addrbook.[ch]
12887                 
12888
12889 2002-01-18 [paul]       0.7.0claws13
12890
12891         * sync with sylpheed 0.7.0cvs8
12892                 configure.in: support Mac OS X (Darwin)
12893
12894 2002-01-18 [carsten]    0.7.0claws12
12895         * src/html.c
12896                 small hack to fix a segfault with an empty href
12897                 (reported by Alexandra Walford <deeni@altern.org>)
12898         * src/mainwindow.c
12899         * src/summaryview.c
12900                 the shortcuts for Mark und Mark as unread are hardcoded
12901                 again
12902         * src/compose.c
12903         * src/gtkstext.[ch]
12904                 readded the shortcuts in gtkstext but made them
12905                 customizeable (simply by adding a menu plus a wrapper
12906                 to compose.c)
12907
12908 2002-01-17 [melvin]     0.7.0claws11
12909
12910         * src/gtkspell.c
12911                 fix default dictionary not being saved.
12912
12913 2002-01-16 [darko]      0.7.0claws10
12914
12915         * src/compose.c
12916                 fix wrapping crash with URL longer than wrapping margin
12917
12918 2002-12-08 [hoa]        0.7.0claws10
12919
12920         * src/matcher_parser_parse.y
12921                 fixed some bugs
12922
12923         * src/prefs_filtering.c
12924                 now, we can use bounce action in the dialog box.
12925
12926 2002-01-16 [carsten]    0.7.0claws9
12927         * src/gtkstext.c
12928                 removed the <control> and <alt> shortcuts because they're
12929                 not needed and interefered with the "normal" shortcuts
12930         * src/mainwindow.c
12931         * src/summaryview.c
12932                 removed most of the hardcoded shortcuts and assigned
12933                 them to menu entries making them easy customizable by
12934                 that
12935
12936 2002-01-16 |melvin]     0.7.0claws8
12937
12938         * src/gtkspell.c
12939                 fixed bug where using the mouse and when the compose
12940                 window is not on top may result in a crash.
12941
12942 2002-01-16 [melvin]     0.7.0claws7
12943
12944         * src/compose.c
12945                 fixed a long standingspell checker bug which could 
12946                 cause a crash after sending a message.
12947
12948 2002-01-16 [paul]       0.7.0claws6
12949
12950         * sync with sylpheed 0.7.0cvs7
12951                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12952                 2002-01-15, and 2002-01-16
12953
12954 2002-01-16 [melvin]     0.7.0claws5
12955
12956         * README.claws
12957         * src/compose.c
12958         * src/gtkspell.[ch]
12959         * src/main.c
12960                 Heavily modified spell checker code to work around
12961                 ispell bug, to add keyboard shortcuts and for future
12962                 enhancements. See README.claws for usage information.
12963
12964 2002-01-15 [alfons]     0.7.0claws4
12965         
12966         * src/summaryview.c
12967                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12968                 so sorting within threads reflects sort mode
12969
12970 2002-01-15 [christoph]  0.7.0claws3
12971
12972         * src/procmsg.c
12973                 added alertpanel if mail sending failed
12974
12975 2002-01-15 [alfons]     0.7.0claws2
12976         
12977         * src/prefs_filtering.c
12978                 don't stop timer when prefs filtering dialog is opened
12979
12980 2002-01-14 [alfons]     0.7.0claws1
12981
12982         * src/addr_compl.c
12983         * src/prefs.c
12984                 remove debug_print()s for privacy reasons
12985
12986 2002-01-14 [darko]      0.7.0claws
12987
12988         * README.claws
12989                 quotation wrapping is now also in the main branch
12990
12991 2002-01-14 [paul]
12992
12993         * tools/filter_conv.pl
12994                 allow for Boolean Op and case-sensitivity
12995                 this file is included in the release and tagged
12996                 'rel_0_7_0'
12997
12998 2002-01-13 [paul]       0.7.0claws
12999
13000         * release 0.7.0, with cvs tag 'rel_0_7_0'
13001
13002 2002-01-13 [paul]
13003
13004         * tools/filter_conv.pl
13005         * tools/README
13006                 rewritten to output to matcherrc instead of filteringrc
13007
13008         * po/es.po
13009                 updated Spanish translation by Ricardo Mones Lastra
13010
13011 2002-01-13 [alfons]
13012
13013         * po/nl.po
13014                 update dutch translation
13015
13016 2002-01-13 [paul]
13017
13018         * po/pt_BR.po
13019                 Updated by Fabio Junior Beneditto 
13020
13021 2002-01-13 [melvin]     0.6.6claws53
13022
13023         * po/fr.po
13024                 Updated french translation
13025
13026 2002-01-12 [alfons]     0.6.6claws52
13027
13028         * src/filtering.c
13029                 plug mem leak that has been sitting there for ages              
13030
13031 2002-01-12 [alfons]     0.6.6claws51
13032
13033         * src/summaryview.c
13034                 undo melvin's changes from 0.6.6claws48 because summary
13035                 view now refuses to select first unread message when
13036                 selecting a folder 
13037
13038 2002-01-11 [alfons]     0.6.6claws50
13039
13040         * src/import.c
13041                 use claws' semantics for getting folder item when
13042                 importing an mbox file into a folder 
13043                 (submitted by Dale P. Smith)
13044
13045 2002-01-11 [christoph]  0.6.6claws49
13046
13047         * src/prefs.h
13048                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13049                 toggle widget, because non static prefs can not use
13050                 prefs_set_* functions
13051         * src/prefs_account.c
13052                 toggle smtp auth password field sensitivity if
13053                 user id is empty and add descrition of usage for
13054                 these fields
13055         * src/prefs_folder_item.c
13056                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13057                 callbacks
13058
13059 2002-01-11 [melvin]     0.6.6claws48
13060
13061         * src/compose.c
13062                 fix the 'Ctrl-Enter' feature for sending and test really
13063                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13064                 editables which was not documented in Gtk)
13065
13066         * src/summaryview.c
13067                 Made summaryview refresh after sorting and not before.
13068
13069 2002-01-11 [christoph]  0.6.6claws47
13070
13071         * src/compose.c
13072                 select account from account ids if possible and
13073                 correctly set save folder for copy in reedit
13074
13075 2002-01-10 [paul]       0.6.6claws46
13076
13077         * sync with sylpheed 0.7.0 release
13078                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13079                 2002-01-09
13080
13081 2002-01-09 [alfons]
13082
13083         * src/summaryview.c
13084                 remove more dirt traces...
13085
13086 2002-01-09 [alfons]
13087         
13088         * src/summaryview.c
13089                 clean up some traces of my debugging stuff
13090
13091 2002-01-09 [alfons]     0.6.6claws45
13092
13093         * src/filtering.c
13094                 break up filteringprop_apply() in three separate pieces
13095                 so we can drop messages that failed processing in the
13096                 inbox
13097
13098         * src/summaryview.c
13099                 fix bug #469598 "no refresh of inbox after filter" which 
13100                 was introduced by the new summary view locking, and which 
13101                 prevented the summary view to update after a manual filter 
13102                 message. claw's filter message requires a summary_show().
13103                 (aargh, summary_show() again! :-)
13104                 
13105 2002-01-07 [alfons]     0.6.6claws44
13106
13107         * src/headerwindow.c
13108         * src/logwindow.c
13109         * src/messageview.c
13110         * src/sourcewindow.c
13111                 bring in Hiro's last 0.7.0 wm class fixes
13112
13113         * tools/sylprint.pl
13114                 bring in Ricardo's fix for sylprint script
13115
13116         * AUTHORS       
13117         * src/rfc2015.[ch]
13118         * src/prefs_common.[ch]
13119         * src/prefs_account.[ch]
13120         * src/compose.c
13121                 clean up account preference poison in rfc2015,
13122                 and preparation to fix double sign bug 
13123                 (patch submitted by Simon 'corecode' Schubert)
13124
13125 2002-01-07 [christoph]  0.6.6claws43
13126
13127         * src/mh.c
13128                 search for free message number, do not only rely
13129                 on last_num
13130         * src/send.c
13131                 fix smtp auth and use extra account information
13132                 if available, if not use pop3 data instead
13133                 (closes bug #500341)            
13134         * src/ssl.[ch]
13135                 match coding style
13136
13137 2002-01-06 [alfons]     0.6.6claws42
13138
13139         * src/mainwindow.c
13140                 try making the separate windows work again...
13141
13142 2002-01-06 [alfons]     0.6.6claws41
13143
13144         * src/mainwindow.c
13145                 adapt Hiro's separate window menu (to get rid of the funny
13146                 duplicate menu items), and make it work again
13147
13148 2002-01-06 [alfons]     0.6.6claws40
13149
13150         * tools/Makefile.am
13151         * tools/sylprint.rc
13152         * tools/sylprint.pl
13153         * tools/README.sylprint
13154                 add sylprint script for printing mails from Sylpheed
13155                 (contributed by Ricardo Mones Lastra)
13156
13157         * src/acount.c
13158                 clean up
13159
13160 2002-01-06 [melvin]     0.6.6claws39
13161
13162         * src/mainwindow.c
13163         * src/summaryview.c
13164                 Fixed crash introduced in 0.6.6claws38 by the menu
13165                 reorganisation (Hide read messages)
13166         
13167         * ChangeLog.claws 
13168                 Fixed typo (we are now in 2002, alfons ;) )
13169
13170 2002-01-05 [alfons]     0.6.6claws38
13171
13172         * sync with sylpheed 0.6.6cvs10-17
13173                 (last stuff marked as LAST_STABLE)
13174
13175 2002-01-04 [melvin]     0.6.6claws37
13176
13177         * src/account.c
13178                 Made account selection code use strcasestr again instead of
13179                 g_strcasecmp (fixes bug where reediting queued messages
13180                 did not select proper account reported by T. Link).
13181         
13182         * src/folderview.c
13183                 Fix bug where folder icons are not shown when 'hide read messages'
13184                 is on.
13185         
13186         * src/stock_pixmaps.[ch]
13187                 Added folder icons for 'hide read messages'.
13188         
13189         * src/compose.c
13190                 Fixed bug where 'Enter' in a header entry will send the message 
13191                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
13192
13193 2002-01-03 [melvin]     0.6.6claws36
13194         
13195         * src/prefs.[ch]
13196                 Added popup menu for common preferences and
13197                 account preferences (right click on tab displays
13198                                 a menu of all tabs.)
13199
13200 2002-01-02 [melvin]     0.6.6claws35
13201
13202         * src/gtkspell.[ch]
13203                 Made spelling code compatible with undo/redo feature.
13204                 Added creation of suggestion mode menu for the general
13205                         preferences.
13206         
13207         * src/prefs_common.[ch]
13208                 Added option menu for the speller's suggestion mode.
13209                 Added missing spaces in "..." buttons and made a "..."
13210                         button non translatable!
13211         
13212         * src/compose.c
13213                 Made speller use the default suggestion mode.
13214                 Hack to make it possible to choose 'CTRL-Enter' as a
13215                         shortcut for sending (and only for sending).
13216
13217         * src/prefs_folder_item.c
13218                 Changing subject simplification does not update cache 
13219                         anymore (because it is unnecessary).
13220                 Fixed bug where changing subject simplification updated the 
13221                         summaryview even when the viewed folder is not the
13222                         folder which properties are being changed. (E.g. 
13223                                         viewing folder A and changing
13224                                         the subject simplification of 
13225                                         folder B -not being viewed- updated the 
13226                                         summaryview of folder A with data of
13227                                         folder B). (Hope this is clear... )
13228
13229 2001-12-31 [alfons]     0.6.6claws34
13230         
13231         * src/ldif.c
13232         * src/mutt.c
13233                 fgetc() returns a signed integer which doesn't
13234                 fit in a char. so c truncates this to a char
13235                 but we may lose significant bits. i.e. we may
13236                 comparing 0xFF which may not be equal to -1
13237                 unless properly casted to signed char which
13238                 we won't do because fgetc() returns a signed
13239                 integer which doesn't fit in a char. so c 
13240                 truncates this to a char but we may lose 
13241                 significat bits. (you got the idea, thanks
13242                 to Gustavo Noronha Silva <kov@debian.org>
13243                 and the Debian folks!)
13244
13245 2001-12-30 [alfons]     0.6.6claws33
13246
13247         * src/prefs_common.c
13248                 add #ifdef USE_PSPELLs that Melvin forgot               
13249
13250 2001-12-30 [melvin]     0.6.6claws32
13251         
13252         * src/prefs_common.[ch]
13253                 Added configurable color for misspelled words.
13254
13255         * src/gtkspell.[ch]
13256                 Fixed bug of foreground text color (reported by David
13257                                 Mehrmann)
13258                 Added configurable color for misspelled words.
13259
13260 2001-12-30 [alfons]     0.6.6claws31
13261
13262         * src/folder.c
13263                 remove unnecessary things someone put there
13264
13265         * src/mh.c
13266         * src/folder.[ch]
13267                 make folder properties (like threading and sorting) persistent
13268                 (closes bug #497424 "rescan folder tree resets proprieties")
13269                 currently this is only for MH folders. 
13270
13271 2001-12-29 [melvin]     0.6.6claws30
13272
13273         * src/string_match.[ch]
13274                 Optimized a bit: regexp pattern buffer compiled only once, and
13275                   one subroutine call removed. Fixed ^ regexp search: Now, 
13276                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
13277         
13278         * src/summaryview.c
13279                 Subject filtering changed to filter summary columns and
13280                   not directly the messages subject cache. The loss in 
13281                   performance is balanced by the improvement of string_match.
13282                 Added an alert panel if there is an error in the regexp.
13283
13284         * src/src/prefs_folder_item.h
13285                 Added a regexp pattern buffer.
13286
13287 2001-12-28 [alfons]     0.6.6claws29
13288
13289         * src/string_match.[ch]
13290                 clean up name space
13291                 allow compilation *BSD
13292
13293 2001-12-27 [alfons]     0.6.6claws28
13294
13295         * src/filter.c
13296                 sync the Hiro's bug fix for BSD
13297
13298 2001-12-27 [melvin]     0.6.6claws27
13299         
13300         * src/compose.c
13301                 Simplify focus to subject entry code.
13302
13303 2001-12-27 [darko]      0.6.6claws26
13304
13305         * src/filtering.c
13306         * src/mbox_folder.c
13307         * src/messageview.c
13308         * src/mh.c
13309         * src/procheader.[ch]
13310         * src/procmsg.h
13311         * src/stock_pixmap.[ch]
13312         * src/summaryview.c
13313                 Show key icon for encrypted mails in summary view
13314
13315         * src/pixmaps/clip.xpm
13316         * src/pixmaps/clipkey.xpm
13317         * src/pixmaps/key.xpm
13318                 New/modified icons for the above
13319
13320 2001-12-27 [melvin]     0.6.6claws25
13321
13322         * src/prefs_common.c
13323                 Put spell checker options in a separate tab to decrease
13324                 the Common Preferences window height.
13325
13326         * README.claws  
13327                 Update spell checker usage instruction about its options
13328                 location.
13329
13330 2001-12-27 [melvin]     0.6.6claws24
13331
13332         * src/compose.c
13333                 Changed subject entry widget position. Initial focus is
13334                 on the To header instead of the subject entry.
13335                 Creating a new header scrolls the header list to make the
13336                 created one visible. Nevertheless, when automatically filling
13337                 headers, the first one is shown.
13338                 A Tab key press in the last empty header entry zips the 
13339                 focus to the subject entry.
13340                 (I did not change the combo boxes, yet)
13341
13342 2001-12-26 [alfons]     0.6.6claws23
13343
13344         * src/prefs_account.c
13345         * src/inc.c
13346                 allow default inbox to reside in another mailbox (only
13347                 works for POP3 accounts)
13348
13349 2001-12-26 [alfons]     0.6.6claws22
13350         
13351         * src/textview.c
13352                 make reply-on-click work with the account of the selected folder
13353         * src/compose.c
13354                 put a fixme here to remind me to fix finding correct default
13355                 account for nested folders
13356
13357 2001-12-25 [alfons]     0.6.6claws21
13358
13359         * src/summaryview.c
13360                 make column headers display locked and mark pixmaps (idea by Melvin) 
13361                 fix bug by adding score and locked column type to sort array
13362
13363 2001-12-25 [alfons]     0.6.6claws20
13364         
13365         * src/summaryview.c
13366                 catch a *potentially* inadvertent write back of  
13367                 the message cache(s) introduced by 0.6.5claws37
13368
13369 2001-12-25 [christoph]  0.6.6claws19
13370
13371         * src/stock_pixmap.[ch]
13372         * src/summaryview.c
13373                 add ignore thread pixmap
13374                 (can someone draw a better icon for this?)
13375
13376 2001-12-24 [alfons]     0.6.6claws18
13377
13378         * src/prefs_folder_item.c
13379                 make address completion actually work for the
13380                 Default To address in the Folder Property dialog.
13381
13382 2001-12-24 [alfons]     0.6.6claws17
13383         
13384         * src/summaryview.c
13385                 use new style regexp for subject stripping 
13386                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
13387
13388 2001-12-24 [darko]      0.6.6claws16
13389
13390         * src/pgptext.c
13391         * src/rfc2015.c
13392                 move GPG related informational messages to debug mode
13393
13394 2001-12-23 [alfons]     0.6.6claws15
13395
13396         * src/stock_pixmap.[ch]
13397         * src/summaryview.c
13398                 add the forgotten Claws' locked pixmap
13399
13400 2001-12-23 [alfons]     0.6.6claws14
13401
13402         * src/filesel.c
13403                 accept file name typed in entry in multi file
13404                 selector (patch submitted by Gustavo Noronha Silva 
13405                 <kov@debian.org>)
13406
13407 2001-12-23 [alfons]     0.6.6claws13
13408
13409         * src/prefs_filter.c
13410         * src/prefs_filtering.c
13411         * src/matcher.c
13412         * src/importmutt.c
13413                 clean up a little bit
13414         
13415         * src/string_match.c
13416                 validate input strings a little bit more
13417
13418 2001-12-23 [alfons]     0.6.6claws12
13419
13420         * src/Makefile.am
13421         * src/summaryview.c
13422         * src/string_match.[ch]         ** NEW **
13423         * src/folderview.[ch]
13424         * src/headerview.h
13425         * src/folder.[ch]
13426         * src/prefs_folder_item.[ch]
13427                 add subject simplification to strip out strings from
13428                 a subject line (esp. handy for mailing lists). 
13429                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
13430                 but slightly changed things for better integration.)
13431
13432 2001-12-23 [alfons]     0.6.6claws11
13433
13434         * src/mainwindow.c
13435                 fix bug introduced by submission included in 0.6.5claws52.
13436                 ideally this submission should clean the trash if any trash
13437                 folder has a message. however, the hasTrash variable was
13438                 set to false whenever a trash folder was empty (discarding
13439                 a previously found *filled* trash folder.)
13440
13441                 also edited the code a little bit and made it more safe.
13442
13443 2001-12-22 [alfons]     0.6.6claws10
13444
13445         * src/imap.c
13446                 quick fix for Martin Pool's omission of an account
13447                 specific SSL setting
13448
13449 2001-12-22 [alfons]     0.6.6claws9
13450
13451         * src/compose.c
13452         * src/messageview.c
13453         * src/mimeview.c
13454         * src/pgptext.c
13455         * src/procmime.[ch]
13456                 better support for multipart/digest (submitted
13457                 by Fredrik <e98fo@efd.lth.se>)
13458
13459 2001-12-22 [alfons]     0.6.6claws8
13460
13461         * src/addressbook.c
13462                 correct function signature
13463         * src/socket.[ch]
13464         * src/imap.[ch]
13465         * src/prefs_account.[ch]
13466                 allow IMAP over SSH tunnel (patch submitted by 
13467                 Martin Pool <mbp@samba.org>)
13468
13469 2001-12-21 [alfons]     0.6.6claws7
13470
13471         * sync with sylpheed 0.6.6cvs4-9
13472                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
13473
13474 2001-12-21 [christoph]  0.6.6claws6
13475
13476         * src/compose.c
13477         * src/prefs_folder_item.[ch]
13478                 implement saving of outgoing messages to current folder.
13479                 fix segfault when no default outbox is available
13480                 (closes bug #495683)
13481
13482 2001-12-21 [carsten]    0.6.6claws5
13483         * src/folderview.c
13484         * src/summaryview.c
13485                 pressing CTRL while DND does now the expected thing and
13486                 copies the mail (moving is still the default, as this
13487                 seam more appropriate for handling mails by DND)
13488
13489 2001-12-18 [paul]       0.6.6claws4
13490
13491         * sync with sylpheed 0.6.6cvs3
13492                 see ChangeLog entries 2001-12-18
13493
13494 2001-12-18 [hiro]       0.6.6claws3
13495
13496         * src/undo.c
13497                 fix for multibyte characters (obtain the number of letters
13498                 instead of bytes).
13499
13500 2001-12-17 [paul]       0.6.6claws2
13501
13502         * sync with sylpheed 0.6.6cvs1
13503                 see ChangeLog entry 2001-12-16
13504
13505 2000-12-17 [alfons]     0.6.6claws1
13506
13507         * src/filtering.c
13508                 clean up
13509
13510 2001-12-16 [paul]       0.6.6claws
13511 2001-12-15
13512
13513         * Release version 0.6.6claws, cvs tag: rel_0_6_6
13514
13515         * src/mimeview.c
13516                 last minute sync with main 0.6.6
13517
13518         * po/es.po
13519                 updated by Ricardo Mones Lastra
13520                 update for last minute sync
13521         * po/fr.po
13522         * po/nl.po
13523                 update for last minute sync
13524         * po/de.po
13525                 updated by Jens Oberender
13526         * po/pt_BR.po
13527                 updated by Fabio Junior Beneditto
13528
13529         * src/prefs_common.[ch]
13530         * src/undo.c
13531                 number of undo levels is user configurable
13532                 (squeeze it into the release in the dying
13533                 moments) Submitted by Jens Oberender    
13534
13535 2001-12-15 [melvin]
13536
13537         * po/fr.po
13538                 updated french translation
13539
13540 2001-12-15 [paul]       0.6.5claws92
13541
13542         * sync with sylpheed 0.6.5cvs28
13543                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
13544
13545         * po/nl.po
13546                 update to allow for sync
13547
13548 2001-12-15 [alfons]
13549         
13550         * po/nl.po
13551                 update dutch translation
13552
13553 2001-12-14 [carsten]    0.6.5claws91
13554         * src/summaryview.c
13555                 fixed bug #473785; also after changing the column order
13556                 the same message will be selected and displayed as before
13557                 the reordering
13558
13559 2001-12-14 [carsten]    0.6.5claws90
13560         * src/folderview.c
13561                 probably found the bug reported by wwb opening or closing
13562                 a folder tree just before dnd (found the solution in the
13563                 balsa source -- thanks to them)
13564
13565 2001-12-14 [carsten]    0.6.5claws89
13566         * src/gtkutils.c
13567         * src/account.c
13568                 moved gtk_clist_moveto to the right place, so that
13569                 only the accounts dialog is effected on opening
13570
13571 2001-12-14 [carsten]    0.6.5claws88
13572         * src/gtkutils.c
13573                 gtkut_clist_set_focus_row does a gtk_clist_moveto
13574                 now, so that the focused row will be seen in any case
13575                 (reported by wwp on sf-claws-user)
13576
13577 2001-12-14 [darko]      0.6.5claws87
13578
13579         * src/compose.c
13580                 remove unnecessary line
13581
13582 2001-12-14 [paul]       0.6.5claws86
13583
13584         * sync with sylpheed 0.6.5cvs27
13585                 see ChangeLog entries 2001-12-14
13586
13587 2001-12-14 [carsten]    0.6.5claws85
13588         * src/mainwindow.c
13589                 following a suggestion of Melvin the rcoabm pops up
13590                 right under the button now and the button is reliefed
13591                 while the popup is open
13592
13593 2001-12-14 [darko]      0.6.5claws84
13594
13595         * src/compose.c
13596                 fix crash when wrapping long lines if linewrap quotation
13597                 is disabled and wrapper encounters a word spanning more
13598                 than one line
13599
13600 2001-12-13 [paul]       0.6.5claws83
13601
13602         * src/compose.c
13603                 prefer 'Reply-To' header over mailing list header when
13604                 replying to a message. Finally prevent all those confirmation 
13605                 messages being sent to the list itself.
13606
13607         * src/summaryview.c
13608                 remove unused summary_set_menu_sensitive() entry
13609
13610 2001-12-13 [paul]       0.6.5claws82
13611
13612         * src/folderview.c
13613         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
13614         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
13615         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
13616                 improvements to 'Hide read messages': Inbox, Outbox,
13617                 Trash, Queue, and Draft icons now reveal presence of hidden 
13618                 messages
13619
13620 2001-12-12 [alfons]     0.6.5claws81
13621
13622         0.6.5claws80 was tagged as LAST_STABLE
13623
13624         * src/filtering.[ch]
13625         * src/matcher.[ch]
13626         * src/matcher_parser_lex.c
13627                 fix the filtering; my last attempt to get it right, 
13628                 if it does not work, it's Hoa's turn. ;-)
13629
13630                 for my honourable peers:
13631                 
13632                 the code now makes a clear distinction between
13633                 rules as they are displayed (probably escaped),
13634                 and as they are executed (probably unescaped). the
13635                 parser does *NOT* do any unescaping, this is
13636                 the task of the matcher.c (which breaks up a
13637                 rule into condition) and the filtering.c (which
13638                 breaks up the rule's action). to make this
13639                 run happily we provide an unescaped copy of
13640                 crucial strings to the MatcherProp and 
13641                 FilteringAction structures. note that the only
13642                 exception to this is any REGEXP string. those
13643                 are directly passed to regcomp() and regexp()
13644                 (who have much more powerful unescape functions).
13645                 
13646                 for everyone else:
13647         
13648                 you can escape tab (\t), carriage return (\r),
13649                 linefeed (\n), form feed (\f), quote (\"), 
13650                 single quote (\'), bell (\b) in all the entry
13651                 lines in the scoring & filtering dialogs.
13652                 as an added bonus this should not affect
13653                 existing filtering rules.
13654
13655 2001-12-12 [carsten]    0.6.5claws80
13656
13657         * src/summaryview.c
13658         * po/de.po
13659                 "item(s) selected" is now sensitive to 1 or more
13660                 than one selected (nice for language where simple
13661                 adding of a "s" is not possible as German (Eintrag
13662                 ->Eintr"age)
13663                 
13664                 the "forward as attachment" entry from the right
13665                 click menu removed, "forward" acts following the
13666                 prefs
13667         
13668         * src/textview.c
13669                 reverted my former changes; so compiler warning again
13670                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13671                 nevertheless
13672
13673         * src/messageview.c
13674                 "search in message" does now *not* only work in MVIEW_TEXT
13675                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13676                 message
13677
13678         * src/mainwindow.c
13679                 removed "/File/_Close" as it was the same as "/File/E_xit"
13680                 and we don't need it two times
13681
13682                 the separate folder view and message view now get a distinct
13683                 WMCLASS, just in case someone is using sawfish ;-)
13684
13685                 as the menu entries "/View/Message view" and "/View/Folder tree"
13686                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13687                 make them sensitive accordingly and as these two are "shown"
13688                 after startup anytime check this menuitem at startup
13689
13690 2001-12-12 [paul]       0.6.5claws79
13691
13692         * src/folderview.c
13693                 fix sensitivity of 'Search folder...', broken in
13694                 0.6.5claws75
13695
13696         * src/mainwindow.c
13697                 fix dodgy English
13698
13699 2001-12-11 [carsten]    0.6.5claws78
13700         * src/filtering.c
13701                 fixed two typos returning a wrong FALSE/TRUE
13702         * src/mainwindow.[ch]
13703                 extra menu for email/news button removed
13704
13705 2001-12-11 [alfons]     0.6.5claws77
13706         
13707         * src/matcher.c                 (1.3)
13708         * src/matcher_parser_lex.l      (1.28)
13709                 revert for another attempt
13710                 mark 0.6.5claws77 as LAST_STABLE
13711
13712 2001-12-11 [christoph]  0.6.5claws76
13713
13714         * po/de.po
13715                 fixed wrong translation for prev. unread msg
13716
13717 2001-12-11 [paul]       0.6.5claws75
13718
13719         * src/folder.[ch]
13720         * src/folderview.c
13721         * src/mainwindow.c
13722         * src/summaryview.[ch]
13723         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13724                 enable ability to hide read messages on per folder basis via 
13725                 '/Summary/Hide read messages'; when selected, a folder will 
13726                 have a red open folder icon, instead of a blue icon, if the 
13727                 folder contains hidden messges
13728                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13729
13730         * src/mainwindow.c
13731                 remove '/Message/Forward as attachment' from 
13732                 main_window_set_menu_sensitive() to prevent debug warning
13733
13734         * src/folderview.c
13735         * src/mainwindow.c
13736                 Clean up some of the English
13737
13738         * tools/newscache_clean.pl
13739                 allow for new 'hidereadmsgs' entry in folderlist.xml
13740
13741         * po/es.po
13742                 updated translation, submitted by Ricardo Mones Lastra
13743
13744 2001-12-11 [paul]       0.6.5claws74
13745
13746         * sync with sylpheed 0.6.5cvs25
13747                 see ChangeLog entry 2001-12-11
13748
13749 2001-12-10 [alfons]     0.6.5claws73
13750
13751         * src/matcher.c
13752                 add more control characters
13753         * src/matcher_parser_lex.l
13754                 make escaping / unescaping work again
13755
13756 2001-12-10 [alfons]     0.6.5claws72
13757
13758         * src/imap.c
13759                 clean up warnings "returning value for void function" 
13760         * src/prefs_filtering.c
13761                 make info button for execute action sensitive
13762
13763 2001-12-10 [paul]       0.6.5claws71
13764
13765         * src/compose.c
13766         * src/imap.[ch]
13767         * src/summaryview.c
13768                 fix: imap server now gets informed of MARKED, UNMARKED
13769                 and REPLY events. Now people can use different IMAP-Mail
13770                 clients and have the exact same information about MARKED,
13771                 UNMARKED and REPLY status with all of them. Especially
13772                 useful for imap servers with a web-frontend.
13773                 submitted by Tobias Sandhaas <medlor@web.de>
13774
13775 2001-12-09 [melvin]     0.6.5claws70
13776         
13777         * src/textview.[ch]
13778                 fixed bug #490076 (hunted down by Alfons who implemented
13779                 a workaround in 0.6.5claws65)
13780
13781 2001-12-09 [christoph]  0.6.5claws69
13782
13783         * src/summaryview.c
13784                 set pointer to string in LOCKED column to NULL
13785                 (might fix bug #490800)
13786
13787 2001-12-09 [carsten]    0.6.5claws68
13788
13789         * po/de.po
13790                 resolved some cluttered menu shortcuts 
13791                 ('creating new email' and 'creating news message'
13792                 hade the same)
13793         * src/compose.c
13794                 wmclass now distinc from main window
13795         * src/mainwindow.c
13796           src/mainwindow.h
13797                 email/news and forward button functionality similar
13798                 to the reply buttons; removed the ugly dropdown arrows
13799                 and use instead the right mouse button
13800
13801 2001-12-09 [paul]       0.6.5claws67
13802
13803         * src/imap.c
13804         * src/utils.h
13805                 allow spaces in imap folder names
13806                 submitted by Willem van Engen <wvengen@stack.nl>
13807
13808 2001-12-09 [paul]       0.6.5claws66
13809
13810         * sync with sylpheed 0.6.5cvs24
13811                 see ChangeLog entry 2001-12-09
13812
13813 2001-12-08 [alfons]     0.6.5claws65
13814
13815         * src/textview.c
13816                 prevent secondary selection claim after "add to sender" dialog
13817                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13818                 we trick GTK by simulating a click at (0, 0) in the textview.
13819
13820 2001-12-08 [hoa]        0.6.5claws64
13821
13822         * src/folder.c
13823                 fixed a bug about the .processing folder name while filtering
13824
13825 2001-12-08 [alfons]     0.6.5claws63
13826
13827         * src/folderview.c 
13828                 work around problem of not correctly updating folder stats
13829                 when deleting messages. there's some folder scanning evil
13830                 going so the folderview_update_msg_num() does not work
13831                 correctly. need to investigate this.
13832
13833 2001-12-08 [paul]       0.6.5claws62
13834
13835         * sync with sylpheed 0.6.5cvs23
13836                 see ChangeLog entry 2001-12-08
13837
13838 2001-12-07 [christoph]  0.6.5claws61
13839
13840         * src/compose.c
13841                 fix another header translation problem
13842
13843 2001-12-07 [alfons]     0.6.5claws60
13844
13845         * src/mbox.c
13846                 make filtering also work on local spool mbox
13847
13848 2001-12-07 [carsten]    0.6.5claws59
13849         * src/addressbook.c
13850                 addressbook window gets a wmclass distinct from the main
13851                 sylpheed window
13852         * src/compose.h
13853         * src/mainwindow.[ch]
13854                   forward menu item will use mode selected in prefs, forward 
13855                 as attatchment in menu removed (will be substituted in the
13856                 toolbar similar to reply buttons)
13857                   create news message menu entry and news button is now 
13858                 sensitive to the existance of a news account
13859         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13860         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13861         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13862                 these are removed because the toolbar buttons don't show
13863                 the quoting modus any longer
13864
13865 2001-12-07 [paul]
13866
13867         * tools/newscache_clean.pl      ** NEW FILE **
13868                 perl script to do some tidying up in the newscache directory 
13869                 
13870         * tools/sylpheed-switcher       ** NEW FILE **
13871                 perl script to enable easy switching between main and claws
13872                 
13873         * tools/README
13874                 added descriptions of the two new perl scripts          
13875
13876
13877 2001-12-07 [melvin]     0.6.5claws58
13878
13879         * src/messageview.c
13880                 fixed a warning during compilation introduced in 0.6.5claws56
13881
13882 2001-12-07 [paul]       0.6.5claws57
13883
13884         * src/mainwindow.[ch]
13885         * src/menu.[ch]
13886                 further usability enhancements to replying with or without 
13887                 quoting via the toolbar, use of Ctrl key is replaced by 
13888                 drop down menu 
13889                 Submitted by Carsten Schurig            
13890
13891 2001-12-07 [melvin]     0.6.5claws56
13892
13893         * src/messageview.c
13894                 hack to fix bug that prevented to make/paste selections
13895                 after switching between MVIEW_TEXT and MVIEW_MIME views
13896                 without deselecting the selection first.
13897
13898 2001-12-06 [alfons]     0.6.5claws55
13899
13900         * src/filtering.[ch]
13901         * src/inc.c
13902                 revise filtering a little bit more, and make sure
13903                 messages are delivered to the appropriate inbox
13904                 (perhaps set per account)
13905
13906 2001-12-06 [paul]       0.6.5claws54
13907
13908         * sync with sylpheed 0.6.5cvs22
13909                 see ChangeLog entry 2001-12-06
13910
13911 2001-12-05 [alfons]     0.6.5claws53
13912
13913         * src/inc.c
13914         * src/folder.[ch]
13915         * src/procmsg.c
13916         * src/filtering.c
13917                 more revisions of filtering system
13918                 (last stable version is marked as LAST_STABLE)
13919                 
13920                 | NOTE 1): the filtering system now uses a local folder called
13921                 | .processing. if filtering fails, check this directory
13922                 | for missing messages.
13923                 |
13924                 | NOTE 2): help us find the filtering actions still missing
13925
13926 2001-12-05 [paul]       0.6.5claws52
13927
13928         * src/mainwindow.c
13929                 fix bug where 'Empty Trash?' pop-up window appears even
13930                 when Trash is empty, submitted by Jesse Skinner         
13931
13932 2001-12-05 [melvin]     0.6.5claws51
13933
13934         * src/compose.c
13935                 fixed bug #486106 to select correct account when reediting 
13936                 a queued message
13937         
13938 2001-12-04 [alfons]     0.6.5claws50
13939
13940         * src/mh.c
13941                 declare markfile in appropriate functions when
13942                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13943                 for spotting this)
13944
13945 2001-12-04 [paul]       0.6.5claws49
13946
13947         * sync with sylpheed 0.6.5cvs21
13948                 see ChangeLog entry 2001-12-04
13949
13950 2001-12-03 [christoph]  0.6.5claws48
13951
13952         * po/de.po
13953                 changed translation of undo
13954         * src/account.c
13955         * src/folder.c
13956                 don't reinvent the wheel to traverse a GNode
13957         * src/compose.[ch]
13958                 seperate code to create the compose gui into functions
13959                 add "Others" page with folder selection for saving copy
13960                 of the message.
13961                 the folder identifier is saved to queue header
13962         * src/procmsg.c
13963                 save message to folder in queue header
13964
13965 2001-12-03 [paul]       0.6.5claws47
13966
13967         * sync with sylpheed 0.6.5cvs20
13968                 see ChangeLog entry 2001-12-03
13969
13970 2001-12-01 [paul]
13971
13972         * more sync with sylpheed 0.6.5cvs19
13973                 see ChangeLog entry 2001-11-29
13974
13975 2001-11-30 [paul]       0.6.5claws46
13976         
13977         * src/compose.c
13978                 remove conflicts introduced by Hoa's last commit
13979          
13980         * src/mainwindow.c
13981                 make 'Message/Bounce' sensitive
13982
13983 2001-11-30 [hoa]        0.6.5claws45
13984
13985         * src/compose.c
13986                 slightly change bounce function to add
13987                 information about the user that bounced the mail
13988                 in the From header line.
13989
13990         * src/folderview.c
13991                 permit the use of processing in outbox folder.
13992
13993 2001-11-29 [paul]       0.6.5claws44
13994
13995         * src/mainwindow.[ch]
13996         * src/prefs_common.c
13997         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13998         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13999         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14000                 usability enhancements to the quoting, implements
14001                 use of Ctrl key to toggle quoting settings
14002                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14003
14004 2001-11-29 [paul]       0.6.5claws43
14005         
14006         * sync with sylpheed 0.6.5cvs19
14007                 see ChangeLog entry 2001-11-28
14008
14009 2001-11-29 [melvin]     0.6.5claws42
14010         * src/Makefile.am
14011                 added enriched.[ch] to the list of files
14012
14013         * src/textview.c
14014         * src/mimeview.c
14015         * src/procmime.[ch]
14016         * src/enriched.[ch]
14017                 added support to view text/enriched
14018                 added support to show headers in message view for text/enriched and text/html
14019                         in non multipart messages
14020
14021 2001-11-28 [paul]       0.6.5claws41
14022
14023         * more sync with sylpheed 0.6.5cvs18
14024                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14025
14026 2001-11-27 [paul]       0.6.5claws40
14027         
14028         * po/pt_BR.po
14029                 updated translation, submitted by Fabio Junior Beneditto
14030                 
14031         * sync with sylpheed 0.6.5cvs18
14032                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14033                 2001-11-27
14034
14035
14036 2001-11-26 [paul]
14037
14038         * po/es.po
14039                 updated translation, submitted by Ricardo Mones Lastra
14040
14041 2001-11-26 [alfons]
14042
14043         * src/matcher.c
14044                 add more translatable strings
14045
14046 2001-11-26 [christoph]  0.6.5claws39
14047
14048         * po/de.po      
14049                 fixed one more umlaut
14050         * src/compose.c
14051                 fix translated header when it should not be translated
14052
14053 2001-11-26 [paul]       0.6.5claws38
14054
14055         * src/mainwindow.c
14056                 remove '/Message/Add Sender to address book' from 
14057                 main_window_set_menu_sensitive(), prevent debug warning
14058                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14059
14060 2001-11-26 [paul]       0.6.5claws37
14061
14062         * src/summaryview.c
14063                 fix 'recurring unread state' bug 
14064
14065         * tools/README 
14066         * tools/filter_conv.pl
14067                 read name of top level mailbox from folderlist.xml
14068                 and presume nothing about its name              
14069
14070 2001-11-26 [darko]      0.6.5claws36
14071
14072         * src/gtkstext.[ch]
14073                 removed functions that are now in gtkutils.c
14074                 use gtkut_text_is_uri_string() from gtkutils.c
14075         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14076
14077 2001-11-26 [paul]       0.6.5claws35
14078
14079         * sync with sylpheed 0.6.5cvs16
14080                 see ChangeLog entries 2001-11-25 and 2001-11-26
14081
14082 2001-11-25 [alfons]     0.6.5claws34
14083
14084         EXPERIMENTAL!!! Please checkout the last stable version using: 
14085           
14086         % cvs update -r LAST_STABLE -dRAP
14087
14088         (Or help us testing this stuff.)
14089
14090         * src/filtering.c               (1.14)
14091         * src/filtering.h               (1.6)
14092         * src/inc.c                     (1.28)
14093         * src/matcher.c                 (1.20)
14094         * src/mbox.c                    (1.9)
14095         * src/procmsg.h                 (1.14)
14096         * src/summaryview.c             (1.59)
14097         * src/summaryview.h             (dunno)
14098                 revert/merge/sync to as it was before commit 
14099                 on Thu, 19 Jul 2001 10:15:51 -0700.
14100
14101 2001-11-25 [hoa]        0.6.5claws33
14102
14103         * src/main.c
14104                 processing mails at startup
14105
14106         * src/folderview.c
14107         * src/summaryview.[ch]
14108                 processing mails when entering folder
14109
14110         * src/prefs_filtering.c
14111                 fixed some UI bugs
14112
14113 2001-11-24 [alfons]     0.6.5claws32
14114
14115         * src/summaryview.[ch]
14116                 make summary sort headers work, and also make
14117                 sure the sort type is stored
14118
14119 2001-11-23 [alfons]     0.6.5claws31
14120
14121         * src/summaryview.[ch]
14122                 make lock work like mark
14123                 disallow deleting messages marked as locked
14124
14125 2001-11-23 [alfons]     0.6.5claws30
14126
14127         * src/gtkstext.c
14128         * src/compose.[ch]
14129         * src/Makefile.am
14130         * src/undo.[ch]
14131                 merge undo patch submitted by Jens
14132
14133 2001-11-23 [christoph]  0.6.5claws29
14134
14135         * src/.cvsignore
14136                 added ylwrap
14137         * src/compose.c
14138                 fixed gpg signing and encoding
14139         * src/folder.[ch]
14140         * src/main.c
14141                 added --status option to get new, unread and total
14142                 message count from a running sylpheed
14143         * src/prefs_common.c
14144                 temporary fix for reply_with_quote problem
14145                 (don't call functions for non existing widget)
14146         * src/procmsg.c
14147                 one more check for ignored threads but still not
14148                 always working correctly. probably a recursive
14149                 check for all parents is needed
14150
14151 2001-11-23 [darko]      0.6.5claws28
14152
14153         * src/compose.c
14154                 wrapping on send improvements
14155         * src/gtkutils.[ch]
14156                 fix for GtkSText after last sync with main branch
14157                 GTK_TEXT -> GTK_STEXT
14158
14159 2001-11-23 [paul]       0.6.5claws27
14160
14161         * sync with sylpheed 0.6.5cvs14
14162                 see ChangeLog entries 2001-11-22 and 2001-11-23
14163                 
14164         * po/de.po
14165                 fixed the scrambled umlauts 
14166                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
14167
14168 2001-11-21 [paul]       0.6.5claws26
14169
14170         * sync with sylpheed 0.6.5cvs12
14171                 see 2nd ChangeLog entry dated 2001-11-20
14172
14173 2001-11-20 [paul]       0.6.5claws25
14174
14175         * sync with sylpheed 0.6.5cvs11
14176                 see ChangeLog entry 2001-11-19 (src/utils.c)
14177
14178 2001-11-20 [hiro]
14179
14180         * src/compose.c
14181                 GTK_TEXT -> GTK_STEXT
14182                 fix for wrong comment
14183
14184 2001-11-20 [hiro]       0.6.5claws24
14185
14186         * src/compose.[ch]
14187                 more merges from main branch
14188                 removed fatal warnings (uninitialized variables etc.)
14189                 some coding style fix
14190         * src/gtkutils.h
14191                 fixed typo.
14192         * src/addressbook.c
14193           src/addrindex.c
14194                 V-Card -> vCard
14195
14196 2001-11-19 [hoa]        0.6.5claws23
14197
14198         * src/filtering.c
14199         * src/prefs_scoring.c
14200         * src/matcher.[ch]
14201         * src/scoring.c
14202                 cleaning code
14203
14204         * src/matcher_parser_parse.y
14205         * src/prefs_filtering.c
14206                 bouncing
14207
14208 2001-11-19 [alfons]     0.6.5claws22
14209
14210         more of my old things into claws
14211
14212         * src/Makefile.am
14213         * src/prefs_common.c
14214         * src/procmsg.h
14215         * src/summaryview.[ch]
14216         * src/prefs_summary_column.c
14217         * src/pixmaps/locked.xpm
14218                 add indicators for locking of message in summary view
14219                 (does not work yet, only visual indicator)
14220
14221 2001-11-19 [paul]       0.6.5claws21
14222
14223         * sync with sylpheed 0.6.5cvs10
14224                 see ChangeLog entry 2001-11-19
14225
14226 2001-11-18 [alfons]     0.6.5claws20
14227         
14228         * src/filtering.c
14229                 remove an inadvertent free I forgot in previous clean up 
14230
14231 2001-11-18 [alfons]     0.6.5claws19
14232
14233         * src/filtering.[ch]
14234                 clean up & plug leaks
14235
14236 2001-11-18 [paul]       0.6.5claws18
14237
14238         * sync with sylpheed 0.6.5cvs9
14239                 see ChangeLog entries 2001-11-17 and 2001-11-18
14240
14241 2001-11-16 [paul]       0.6.5claws17
14242
14243         * sync with sylpheed 0.6.5cvs8
14244                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
14245
14246 2001-11-16 [paul]       0.6.5claws16
14247
14248         * sync with sylpheed 0.6.5cvs7
14249                 see ChangeLog entries 2001-11-15 and 2001-11-16
14250
14251 2001-11-15 [hoa]        0.6.5claws15
14252
14253         * src/compose.c
14254                 fix bounce, mails we received couln't be bounced to ourself.
14255
14256         * src/defs.h
14257         * src/filtering.[ch]
14258         * src/matcher.[ch]
14259         * src/matcher_parser.h
14260         * src/matcher_parser_lex.l
14261         * src/matcher_parser_parse.y
14262         * src/inc.c
14263         * src/main.c
14264         * src/mbox.c
14265         * src/prefs_filtering.[ch]
14266         * src/mainwindow.c
14267         * src/prefs_matcher.c
14268         * src/prefs_scoring.c
14269         * src/scoring.[ch]
14270         * src/summaryview.c
14271                 new matcher/filter/score configuration file parser
14272                 one unique configuration file => ~/.sylpheed/matcherrc
14273                 import in currently automatic, then save are made
14274                 in this new file.
14275                 one filter per folder and one global filter
14276                 (filter of a folder will be used as folder processing)
14277
14278         * src/folder.c
14279                 fix a bug in folder_item_get_identifier
14280                 
14281         * src/messageview.c
14282                 receive receipt return are fixed.
14283
14284 2001-11-14 [alfons]     0.6.5claws14
14285
14286         * src/session.h
14287                 add things from main branch to make claws compile
14288
14289 2001-11-14 [paul]       0.6.5claws13
14290
14291         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
14292                 see ChangeLog entries 2001-11-08 to 2001-11-14
14293
14294 2001-11-14 [hoa] 0.6.5claws12
14295
14296         * src/compose.[ch]
14297         * src/mainwindow.c
14298         * src/summaryview.c
14299                 add "bounce mail" option
14300
14301 2001-11-13 [christoph]  0.6.5claws11
14302
14303         * src/compose.c
14304                 Cleanup a mess i add before commiting
14305
14306 2001-11-13 [hoa]        0.6.5claws10
14307
14308         * src/compose.c
14309                 some fixes when mail are sent or
14310                 for crossposts
14311
14312 2001-11-13 [christoph]  0.6.5claws9
14313
14314         * po/de.po
14315                 Changed two string with the same translation
14316         * src/compose.c
14317         * src/procmsg.[ch]
14318         * src/send.[ch]
14319                 New mailsending process:
14320                   - Always queue message before sending
14321                     (message will be saved if sylpheed crashed or
14322                      freezes while sending)
14323                   - Allow queuing of newspostings
14324                   - No copy in outbox before sending
14325                     (closes bug #469501)
14326                   - No more redundant code for send and send_later
14327         * src/summaryview.c
14328                 Applied wwp <subscript@free.fr>'s patch that fixes
14329                 marks for multiple forwarded messages (+compose.c)
14330
14331 2001-11-12 [alfons]
14332
14333         * README.claws
14334                 remove things that are now in main branch
14335         
14336         * po/nl.po
14337                 update Dutch translation
14338
14339 2001-11-12 [mhadasht]   0.6.5.claws8
14340
14341         * src/prefs_common.c
14342                 re-enabled account autoselection feature for forward
14343                 and reedit lost during the branch point for SYNC-B4-REL
14344         * src/gtkspell.c
14345                 gtkpspell_get_dict(): more readable code (even if function is
14346                 not used yet)
14347         * ChangeLog.claws
14348                 added version number info to 2001-11-12 [hiro] comment.
14349
14350 2001-11-12 [hiro]       0.6.5.claws7
14351
14352         * src/compose.c
14353                 compose_forward(): fixed a bug that forward quote mark
14354                 wasn't used.
14355                 removed unnecessary code.
14356         * src/template_select.[ch]: removed.
14357
14358 2001-11-11 [alfons]
14359
14360         * src/compose.c
14361                 :%s/GTK_TEXT/GTK_STEXT/g
14362         
14363         * src/compose.[ch]
14364         * src/undo.[ch]
14365         * src/Makefile.am
14366                 revert the undo stuff (this is 0.6.6claws stuff)
14367
14368 2001-11-11 [hoa]        0.6.5.claws6
14369
14370         * src/compose.[ch]
14371                 Insert signature at the end of the text.
14372                 Added undo patch but currently disabled
14373
14374         * src/procmsg.c
14375                 Threading by subject improved.
14376
14377         * added src/undo.[ch]
14378                 Undo module for compose dialog box.
14379
14380 2001-11-11 [alfons]     0.6.5.claws5
14381
14382         * src/procmsg.c
14383                 prevent threading by subject on nodes that have already been
14384                 threaded by in-reply-to (as in "circular references in a tree
14385                 result in a dead branch")
14386
14387 2001-11-09 [hoa]        0.6.5.claws4
14388         
14389         * src/folderview.c
14390                 allows creation of mbox folder item from any files.
14391
14392 2001-11-09 [alfons]     0.6.5.claws3
14393         
14394         * src/utils.c
14395         * src/procmsg.c
14396                 do what I mean and correct threading by subject so it really
14397                 ignores attracting lines without "Re: "
14398
14399 2001-11-07 [alfons]     0.6.5.claws2
14400
14401         * src/procmsg.c
14402         * src/utils.[ch]
14403                 only attract by subject if a subject line starts with a "Re: "
14404         * src/syldap.c
14405                 remove warning
14406
14407 2001-11-07 [paul]       0.6.5claws1
14408
14409         * sync with sylpheed 0.6.5. release
14410                 see ChangeLog entry 2001-11-07
14411
14412 2001-11-07 [paul]       0.6.4claws31
14413
14414         * sync with sylpheed 0.6.4cvs18
14415                 see ChangeLog entries 2001-10-30 to 2001-11-07
14416                 prefs_templates.[ch] renamed prefs_template.[ch]
14417
14418 2001-11-06 [alfons]
14419         
14420         * src/utils.h
14421                 add semicolon Hoa forgot ;-)
14422                 
14423
14424 2001-11-06 [hoa]        0.6.4claws30
14425         
14426         * src/procmsg.c
14427         * src/summaryview.c
14428         * src/utils.c
14429         * src/utils.h
14430                 threading by subject - empty subject are ignored
14431
14432 2001-11-06 [christoph]  0.6.4claws29
14433
14434         * src/socket.c
14435                 use SSL_peek for sock_gets
14436         * src/utils.c
14437                 removed unneeded pointer in extracting quoted
14438                 names implementation
14439
14440 2001-11-06 [melvin]     0.6.4claws28
14441
14442         * src/gtkspell.c
14443                 fixed bug #476792 Selection overtyping with spell checker
14444                 fixed bug which could cause a buffer overflow
14445                 fixed a memory leak
14446
14447 2001-11-06 [hoa]        0.6.4claws27
14448         
14449         * src/procmsg.c
14450         * src/summaryview.c
14451                 threading by subject
14452
14453 2001-11-05 [alfons]     0.6.4claws26
14454         
14455         * README.claws
14456                 Claws -> Sylpheed (vice versa)
14457
14458         * src/compose.c
14459                 :%s/gtk_text/gtk_stext/g
14460                 :%s/GTK_TEXT/GTK_STEXT/g
14461                 (thanks to Jonathan Ware for spotting this)
14462
14463 2001-11-04 [christoph]  0.6.4claws25
14464
14465         * src/summaryview.c
14466                 replace Xalloca + strdup with Xstrdup_a
14467         * src/utils.c
14468                 better implementation of extracting quoted names
14469                 from addresses (remove backlashes and ignore
14470                 quotes after them)
14471
14472 2001-11-04 [alfons]     0.6.4claws24
14473
14474         * src/utils.[ch]
14475                 edit to comply more with coding style
14476
14477         * src/textview.c
14478                 fix bug reported by Kim Schulz. introduced by the patch integrated
14479                 in 0.6.4claws15. the code did not check the return value of
14480                 the html parser.
14481
14482         * AUTHORS
14483                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
14484
14485 2001-11-04 [christoph]  0.6.4claws23
14486
14487         * src/main.c
14488         * src/prefs_common.[ch]
14489                 init some pointers that possibly caused a segfault
14490                 reported in the claws-users ML
14491
14492 2001-11-04 [hoa]        0.6.4claws22
14493
14494         * src/grouplistdialog.c
14495                 change the names of the nodes in the tree
14496
14497         * src/compose.c
14498                 enhanced mailto syntax as described in
14499                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
14500                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
14501
14502         * src/utils.c
14503                 encode and decode URI (useful when opening URL into
14504                 netscape).
14505
14506 2001-11-03 [hoa]        0.6.4claws21
14507
14508         * src/grouplistdialog.c
14509                 a new newsgroups list selection dialog box
14510                 with a CTree instead of a CList
14511
14512 2001-11-03 [hoa]        0.6.4claws20
14513
14514         * src/folderview.c
14515                 enable property and scoring options when right
14516                 click on "inbox"
14517
14518         * src/summaryview.c
14519                 fixed bug when nickname were displayed using
14520                 the address book.
14521
14522 2001-11-02 [darko]      0.6.4claws19
14523
14524         * src/compose.c
14525                 new wrap quotation and URL/long words wrapping implementation
14526         * src/compose.c src/gtkstext.[ch]
14527                 move gtkstext_strncmp() to gtkstext.c
14528
14529 2001-11-01 [christoph]  0.6.4claws18
14530
14531         * src/prefs_account.c
14532                 fixed mess in account settings dialog
14533         * src/prefs_folder_item.c
14534                 added label with folder path to dialog
14535
14536 2001-10-31 [match]      0.6.4claws17
14537
14538         * src/vcard.c
14539                 fix memory leak.
14540         * src/addrbook.c
14541                 fix generation of spurious address book file names.
14542                 remove redundant functions.
14543         * po/POTFILES.in
14544                 added missing file names.
14545
14546 2001-10-30 [paul]       0.6.4claws16
14547
14548         * sync with sylpheed 0.6.4cvs6
14549                 see ChangeLog entries 2001-10-26 to 2001-10-30
14550
14551         * tools/filter_conv.pl
14552                 read folderlist.xml to discover whether the top-level
14553                 folder is called 'Mailbox' or 'Mail' 
14554
14555 2001-10-29 [paul]       0.6.4claws15
14556
14557         * src/html.c, src/textview.c
14558                 activate links in html mail and fix clickable parts
14559                 Submitted by Matthieu Dazy <dazy@t-surf.com>
14560
14561 2001-10-29 [paul]
14562
14563         * po/de.po, po/es.po, po/pt_BR/po
14564                 updated translations, submitted by Jens Oberender,
14565                 Ricardo Mones Lastra, and Fabio Junior Beneditto
14566
14567 2001-10-29 [darko]      0.6.4claws14
14568
14569         * src/compose.c
14570                 fix wrapping for good
14571
14572 2001-10-29 [darko]
14573
14574         * src/compose.c
14575                 undo previous change as it broke the smart wrapping
14576
14577 2001-10-29 [darko]      0.6.4claws13
14578
14579         * src/compose.c
14580                 fix infinite loop when long URL is quoted
14581                 (closes bug #475122.
14582
14583 2001-10-28 [match]
14584
14585         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
14586                 import Mutt address book
14587         * src/ldif.[ch] src/importldif.h
14588                 modified import LDIF handle user attributes
14589
14590 2001-10-28 [christoph]  0.6.4claws12
14591
14592         * src/summaryview.c
14593                 fixed that filtering did not work if there
14594                 were no filter rules
14595                 (closes bug #472003 and better implementation
14596                  of patch #474644)
14597
14598 2001-10-27 [christoph]  0.6.4claws11
14599
14600         * src/compose.c
14601                 make the folder's default account to be used when
14602                 replying. (patch by wwp <subscript@free.fr>)
14603         * src/compose.c
14604                 code cleanup, nearly killed all of wwp's patch
14605                 for folder's default account in compose
14606         * src/folderview.c
14607                 error panel when a folder could not be created
14608                 (closes bug #471080 new folder name & already
14609                  existing file)
14610
14611 2001-10-26 [alfons]
14612
14613         * src/utils.h
14614                 change prototype of strstr2() that Christoph forgot about
14615
14616 2001-10-26 [christoph]  0.6.4claws10
14617
14618         * src/account.c
14619                 made search for accounts by email address not case
14620                 sensitive
14621         * src/folder.c
14622                 fixed memory leak in folder_item_get_identifier
14623         * src/gtkspell.c
14624         * src/utils.c
14625                 fixed wrong strstr2 (should work like strstr)
14626
14627 2001-10-26 [darko]      0.6.4claws9
14628
14629         * src/compose.c src/gtkstext.[ch]
14630         * src/gtkstext.c
14631                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
14632
14633 2001-10-26 [paul]       0.6.4claws8
14634
14635         * src/html.c
14636                 ignore css and javascript tags in html mail
14637                 case-insensitive, with or without double-quoted
14638                 strings
14639
14640 2001-10-26 [paul]       0.6.4claws7
14641
14642         * sync with sylpheed 0.6.4cvs1
14643                 see ChangeLog entry 2001-10-26
14644
14645         * src/prefs_account.c, src/prefs_common.c,
14646           src/prefs_summary_column.c
14647                 minor improvements to the English
14648
14649 2001-10-25 [alfons]     0.6.4claws6
14650
14651         * src/gtkstext.c
14652         
14653                 make GtkSText follow style of GtkText (closes bug 
14654                 #469211 "text selection while writing message")
14655                 
14656                 do sync with GTK 1.2.10
14657
14658 2001-10-25 [paul]       0.6.4claws5
14659
14660         * src/html.c
14661                 ignore css tags in html mail
14662
14663 2001-10-25 [darko]      0.6.4claws4
14664
14665         * src/compose.c
14666                 don't declare is_url_string as static function since
14667                 we need it in gtkstext.c
14668         * src/gtkstext.c
14669                 remove unused variable
14670                 don't wrap long URLs while composing a message
14671
14672 2001-10-24 [christoph]  0.6.4claws3
14673
14674         * src/socket.c
14675                 fix ssl deadlock, when peer closes connection
14676
14677 2001-10-24 [paul]       0.6.4claws2
14678
14679         * src/prefs_common.c
14680                 gettextize the gpg ascii-armored warning message
14681
14682         * src/compose.c
14683                 insert a DOS/MAC file into the composed message
14684                 (improvements)
14685
14686         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14687
14688 2001-10-22 [paul]       0.6.4claws1
14689
14690         * sync with sylpheed 0.6.4 release
14691                 see ChangeLog entries 2001-10-21
14692
14693         * po/fr.po, po/pt_BR.po
14694                 updated by Melvin Hadasht and Fabio Junior Beneditto
14695
14696 2001-10-21 [paul]       0.6.3claws30
14697
14698         * src/compose.c
14699                 insert a DOS text file from the compose window
14700                 into the composed message text (removes CRs characters)
14701                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14702
14703         * tools/filter_conv.pl, tools/README
14704                 automatically use ~/.sylpheed as working directory
14705                 print out confirmation message on completion
14706
14707         * correct Hoa's last ChangeLog.claws entry
14708
14709 2001-10-20 [hoa]        0.6.3claws29
14710
14711         * src/grouplistdialog.c
14712                 bugfix (another ?) to give the right
14713                 newsgroups list for each news server.
14714
14715         * src/news.c
14716         * src/news.h
14717                 improve the newsgroups list cache
14718
14719 2001-10-20 [paul]       0.6.3claws28
14720
14721         * sync with sylpheed 0.6.3cvs9
14722                 see ChangeLog entry 2001-10-19
14723
14724         * correct Alfons' last ChangeLog.claws entry
14725
14726 2001-10-19 [alfons]
14727
14728         * src/pgptext.[ch]
14729                 fix compilation problems (part of bug #472895)
14730
14731 2001-10-18 [hoa]        0.6.3claws27
14732
14733         * src/grouplistdialog.c
14734                 bugfix when we refresh was clicked (bug 472701)
14735
14736 2001-10-19 [christoph]  0.6.3claws26
14737
14738         * src/compose.c
14739                 last header entry should default to "To:" or
14740                 "Newsgroups:" and not copy the last entry line
14741                 in a new compose window
14742                 (closes bug #472686, #470792)
14743
14744 2001-10-19 [paul]       0.6.3claws25
14745
14746         * sync with Sylpheed 0.6.3cvs8
14747                 see ChangeLog entries 2001-10-18 and 2001-10-19
14748
14749 2001-10-18 [christoph]  0.6.3claws24
14750
14751         * src/procmsg.c
14752                 reimplement ignore thread
14753         
14754 2001-10-18 [hoa]        0.6.3claws23
14755
14756         * src/folderview.c
14757         * src/grouplistdialog.[ch]
14758                 enhanced news subscription interface (feature 469113)
14759
14760         * src/news.c
14761         * src/news.h
14762                 enchanced newsgroup listing,
14763                 now, we can get groups informations
14764                 (NNTPGroupInfo)
14765
14766 2001-10-18 [paul]       0.6.3claws22
14767
14768         * src/summaryview.c
14769                 remove comment (sync with main branch)
14770         * src/mainwindow.c
14771                 fix 'Re-edit' bug in 'Message' menu
14772
14773 2001-10-17 [christoph]  0.6.3claws21
14774
14775         * src/compose.c
14776                 ignore empty or whitespace only header lines
14777
14778 2001-10-17 [paul]       0.6.3claws20
14779
14780         * sync with sylpheed 0.6.3cvs7
14781                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14782                 2001-10-17
14783
14784 2001-10-17 [darko]
14785
14786         * src/compose.c
14787                 wrap long lines without spaces
14788                 don't wrap URLs
14789
14790 2001-10-16 [paul]
14791
14792         * po/es.po, po/nl.po, po/pt_BR.po
14793                 updated by Ricardo Mones Lastra, Alfons,
14794                 and Fabio Junior Beneditto
14795
14796         * sylpheed-0.6.3claws released
14797
14798 2001-10-15 [melvin] 0.6.3claws18
14799
14800         * README.claws
14801                 added summary and detailed installation instructions
14802                 for spell checker
14803         * po/fr.po
14804                 Updated, corrected and completed french translation
14805
14806 2001-10-15 [hoa] 0.6.3claws17
14807         * src/grouplistdialog.c
14808                 we can choose the newsgroups to display with wildcards
14809
14810 2001-10-15 [christoph]  0.6.3claws16
14811
14812         * src/account.c
14813         * src/compose.c
14814         * src/prefs_folder_item.[ch]
14815                 applied wwp <subscript@free.fr>'s folder
14816                 default account patch
14817         * po/de.po
14818                 Fixed wrong translation
14819
14820 2001-10-13 [alfons, christoph, melvin]  
14821                         0.6.3claws15
14822
14823         solution #2 to solve MT-safety problems defers all GUI related calls
14824         to the main thread using a gtk_idle_add() callback. discussed on
14825         ircnet #sylpheed, with christoph spotting some issues with the
14826         original code, and melvin allowing us to lobotomize his sylpheed.
14827
14828         * src/syldap.[ch], src/main.c
14829                 fix race problem in ldap search thread by deferring GUI 
14830                 stuff to main thread using gtk_idle_add()
14831
14832 2001-10-13 [paul]       0.6.3claws14
14833
14834         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14835                 add Sergey's smtpcred.patch
14836                 adds separate username/password setting for SMTP Auth
14837                 needed by some servers
14838                 (closes feature request #471659)
14839
14840 2001-10-13 [paul]       0.6.3claws13
14841
14842         * src/pgptext.[ch] **NEW FILES**
14843         * src/Makefile.am, src/messageview.c, src/mimeview.c
14844                 decrypt ascii-armored gpg text embedded in
14845                 the message body.
14846                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14847
14848 2001-10-13 [christoph]  0.6.3claws12
14849
14850         * README.claws
14851                 some more details on default to and
14852                 feature requests
14853         * src/main.c
14854                 init glib threading when ldap is used
14855         * src/syldap.c
14856                 threading fixes
14857         * po/de.po
14858                 fixed a typo
14859
14860 2001-10-12 [paul]       0.6.3claws11
14861
14862         * src/prefs_common.[ch], src/rfc2015.c
14863                 enable ascii-armored gpg text to be embedded in the
14864                 message body, selectable through the 'Privacy'
14865                 preferences. Supports encrypting only.
14866                 Submitted by Ravemax <ravemax@dextrose.com>
14867
14868 2001-10-12 [paul]       0.6.3claws10
14869
14870         * sync with sylpheed 0.6.3cvs6
14871                 see ChangeLog entries 2001-10-11 and 2001-11-12
14872
14873         * src/folderview.c
14874                 incorporated mbox folders, scoring, and folder
14875                 properties into the sync
14876
14877 2001-10-12 [darko]      0.6.3claws9
14878
14879         * README.claws
14880                 describe quotation wrapping
14881         * src/compose.c
14882                 don't treat tab as space to calculate line length properly
14883
14884 2001-10-11 [alfons]
14885
14886         * README.claws
14887                 correct description of how to make new filtering system work,
14888                 add some other things
14889                 
14890         * src/syldap.c
14891                 remove sched_yield() (not necessary / unportable)
14892
14893 2001-10-11 [paul]       0.6.3claws8
14894
14895         * sync with sylpheed 0.6.3cvs3
14896                 see ChangeLog entry 2001-10-10
14897
14898 2001-10-10 [christoph]  0.6.3claws7
14899
14900         * .cvsignore
14901                 ignore 2 files created by newer autotools
14902         * src/prefs_folder_item.c
14903                 using table for widget alignment
14904                 fixed memory leak and broken octal display
14905         * src/filesel.c
14906                 fixed segfault caused by lost filename
14907                 workaround (closes bug #469551)
14908
14909 2001-10-10 [paul]       0.6.3claws6
14910
14911         * sync with sylpheed 0.6.3cvs2
14912                 see ChangeLog entries 2001-10-09 and 2001-10-10
14913
14914 2001-10-10 [darko]      0.6.3.claws5
14915
14916         * src/gtkstext.c
14917                 proper calculation of right margin if smart wrapping is enabled
14918         * src/compose.c
14919                 automatically wrap long lines if wrap quotation is enabled
14920
14921 2001-10-09 [alfons]     0.6.3.claws4
14922
14923         * src/summaryview.c
14924                 select correct row when deleting last row in the summary view (and
14925                 close bug "[ #469104 ] select second last in list when deleting")
14926
14927 2001-10-09 [paul]       0.6.3claws3
14928
14929         * sync with sylpheed 0.6.3cvs1
14930                 updated some autotool scripts
14931
14932 2001-10-09 [darko]      0.6.3claws2
14933
14934         * src/gtkstext.[ch]
14935                 new name and mark with Sylpheed comment
14936         * src/compose.c
14937                 smart quotation wrapping a-la VIM
14938
14939 2001-10-08 [paul]       0.6.3claws1
14940
14941         * sync with sylpheed 0.6.3 release
14942                 see ChangeLog entry 2001-10-08
14943
14944 2001-10-08 [paul]       0.6.2claws24
14945
14946         * src/summaryview.c
14947                 more sync with sylpheed 0.6.2cvs12
14948                 Fixed the bug that didn't select the last row correctly
14949
14950
14951 2001-10-07 [paul]       0.6.2claws23
14952
14953         * sync with sylpheed 0.6.2cvs12
14954                 see ChangeLog entry 2001-10-07
14955
14956 2001-10-06 [match]
14957         * src/jpilot.[ch]
14958                 enable jpilot to read unsynch'ed addresses.
14959
14960         * src/editldap_basedn.c
14961                 fix segfault when opening dialog.
14962
14963 2001-10-06 [alfons]     0.6.2.claws22
14964
14965         * src/summaryview.c
14966                 fix bug with summary view selecting last *inserted*
14967                 node instead of last *visible* node. remember we
14968                 work with a tree
14969
14970 2001-10-06 [paul]       0.6.2claws21
14971
14972         * po/pt_BR.po
14973                 updated translation, contains some fixes and new
14974                 translations, submitted by Gustavo Noronha Silva
14975                 <kov@debian.org>
14976
14977         * src/prefs_common.c
14978                 change 'each' to 'every' - fix dubious English
14979
14980         * sync with sylpheed 0.6.2cvs11
14981
14982 2001-10-05 [alfons]     0.6.2claws20
14983
14984         * src/mainwindow.[ch], src/folderview.c
14985                 make composite tool button switch between "Compose News"
14986                 and "Compose Mail" depending on selected folder
14987                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14988
14989 2001-10-05 [paul]       0.6.2claws19
14990
14991         * src/mainwindow.c, src/summaryview.c
14992                 fix 'Message/Reply to all', broken in last commit
14993
14994         * src/compose.c
14995                 fix X_BEENTHERE seg fault, thanks to Alfons
14996
14997 2001-10-04 [paul]       0.6.2claws18
14998
14999         * src/compose.[ch], src/mainwindow.c
15000                 make "Message/Reply" reply to mailing lists; matches
15001                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15002                 based on portions of the patch submitted by
15003                 Junichi Uekawa <dancer@netfort.gr.jp>
15004
15005 2001-10-04 [darko]      0.6.2claws17
15006
15007         * src/compose.c
15008                 better smart wrapping
15009         * src/gtkstext.[hc]
15010                 a function to make text buffer contiguous
15011
15012 2001-10-03 [paul]       0.6.2claws16
15013
15014         * sync with sylpheed 0.6.2cvs10
15015
15016 2001-10-02 [alfons]
15017
15018         * configure.in
15019         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15020                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15021                 references to chinese translations (hope someone picks up
15022                 this)
15023
15024 2001-10-02 [christoph]  0.6.2claws15
15025
15026         * src/compose.c
15027                 fixed non translated header bug
15028         * ChangeLog.claws
15029                 fixed wrong date in alfons last entry ;)
15030
15031 2001-10-02 [alfons]     0.6.2claws14
15032
15033         * src/compose.c, src/prefs_common.[ch]
15034                 add block cursor option
15035
15036 2001-10-02 [paul]       0.6.2claws13
15037
15038         * sync with sylpheed 0.6.2cvs9
15039
15040 2001-09-30 [paul]       0.6.2claws12
15041
15042         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15043                 updated translations
15044
15045         * po/POTFILES.in
15046                 add 'src/importldif.c'
15047
15048         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15049                 added eudora-to-vCard conversion tool
15050                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15051
15052         * sync with sylpheed 0.6.2cvs8
15053
15054 2001-09-30 [paul]
15055
15056         * sylpheed-0.6.2claws released
15057
15058 2001-09-27 [melvin]     0.6.2claws11
15059
15060         * src/gtkspell.c
15061                 fixed crash when using default path (introduced 
15062                 in 0.6.2claws10)
15063                 fixed tiny bug for initial suggestion mode
15064
15065 2001-09-27 [melvin]     0.6.2claws10
15066         
15067         * src/gtkspell.c
15068                 fixed bug where gtkpspell didn't set the path correctly
15069
15070         * README.claws
15071                 added a paragraph about spell checking
15072                 
15073
15074
15075 2001-09-27 [paul]       0.6.2claws9
15076
15077         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15078                 replace '// comments' with '/* comments */' to prevent
15079                 some compiler warnings 
15080
15081         * sync with sylpheed 0.6.2cvs6
15082
15083 2001-09-26 [alfons]     0.6.2claws8
15084
15085         * src/messageview.c
15086                 introduce return receipt request notification again,
15087                 which was lost because of other semantics in 
15088                 procheader_parse() (???)
15089
15090 2001-09-26 [christoph]  0.6.2claws7
15091
15092         * src/compose.c
15093                 replace comments for old code with #if 0
15094                 readded auto cc, bcc and reply-to
15095         * src/prefs_matcher.c
15096         * src/prefs_scoring.c
15097                 removed some definition (was moved to
15098                 prefs.h)
15099
15100 2001-09-26 [paul]       0.6.2claws6
15101
15102         * src/mainwindow.c
15103                 make 'Follow-up and reply to' sensitive
15104
15105         * more sync with sylpheed 0.6.2cvs5
15106
15107 2001-09-25 [melvin]
15108
15109         * 0.6.2claws5
15110
15111         * src/gtkspell.c
15112                 fixed bug for "US-ASCII" introduced by the encoding code
15113
15114 2001-09-25 [paul]
15115
15116         * 0.6.2claws4
15117
15118         * src/prefs_common.[ch], src/summaryview.c
15119                 'next unread msg' 'go to next folder?' dialog can be
15120                 given default behaviour, either always show dialog,
15121                 or assume 'yes', or assume 'no'
15122                 Submitted by wwp <subscript@free.fr>
15123
15124 2001-09-25 [melvin]
15125                 
15126         * src/compose.c src/gtkspell.[ch]
15127                 added support for different encodings
15128
15129 2001-09-25 [paul]
15130
15131         * more sync with sylpheed 0.6.2cvs5
15132
15133 2001-09-24 [alfons]
15134         
15135         * src/prefs_folder_item.c
15136                 add check for item->prefs->default_to string is NULL and
15137                 add another check when freeing this string
15138
15139 2001-09-24 [paul]
15140
15141         * configure.in
15142                 change to version 0.6.2claws3
15143
15144         * sync with sylpheed 0.6.2cvs5 
15145
15146 2001-09-24 [match]
15147         * src/ldif.[ch], src/importldif.[ch], addressbook.c
15148                 import LDIF files.
15149         * src/addrcache.[ch], addrindex.[ch]
15150                 small update for future
15151         * src/addrbook.c
15152                 fix test XML file.
15153
15154 2001-09-24 [melvin]
15155         * src/gtkspell.[ch]
15156                 added 'Learn from mistakes' option
15157                 better handling of quotes in checked words
15158                 sorted dict list
15159         * po/fr.po
15160                 small update for spell checking stuff
15161
15162 2001-09-23 [alfons]
15163         
15164         * src/gtkspell.c
15165                 edit a little bit so it complies more with main coding style
15166
15167 2001-09-23 [alfons]
15168
15169         * src/folder.[ch], prefs_folder_item.c, compose.c
15170                 migrate "request return receipt" folder property
15171                 to folderlist.xml
15172
15173 2001-09-22 [alfons]
15174
15175         * README.claws **NEW**
15176                 (add things of interest for users of main branch 
15177                 and claws here)
15178
15179         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
15180                 re-implement threading per folder option, but store 
15181                 the setting in folderlist.xml (where it belongs)
15182
15183 2001-09-21 [melvin]
15184
15185         * src/gtkspell.[ch]
15186                 fixed bug when compose window is under another window
15187         * src/prefs_common.[ch] src/compose.c
15188                 changed 'dictionary_path' to 'dictionary' to be consistent
15189                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
15190         * ac/pspell.m4 src/Makefile.am 
15191                 dropped PSPELL_PATH macro
15192         * po/fr.po
15193                 updated translations
15194
15195 2001-09-21 [christoph]
15196
15197         * src/compose.c
15198                 added border around header fields
15199                 keep header type when new field is added
15200
15201 2001-09-20 [christoph]
15202
15203         * src/utils.[ch]
15204                 more portable debug_print with source filename
15205                 and linenumber
15206         * src/procmsg.c
15207                 more newlines after debug messages
15208
15209 2001-09-20 [paul]
15210
15211         * configure.in
15212                 change to version 0.6.2claws2
15213
15214         * sync with sylpheed 0.6.2cvs3
15215
15216 2001-09-19 [melvin]
15217
15218         * src/gtkspell.c
15219                 fixed the post-right-click focus pb
15220                 fixed crash when 'Spell check all' after dict change 
15221                         and when cursor is at the end of the text
15222                 shift-right-click pops up config menu even on misspelled words.
15223         * po/POTFILES.in
15224                 added gtkspell.c
15225
15226 2001-09-19 [melvin]
15227
15228         * src/about.c
15229                 added pspell to compiled-in features list
15230
15231 2001-09-18 [melvin]
15232
15233         * switched to pspell and dropped ispell
15234         * ac/pspell.m4
15235                 new file. autoconf macro for pspell
15236         * ac/Makefile.am 
15237         * configure.in acconfig.h
15238                 added pspell support
15239         * src/Makefile.am
15240         * src/main.c src/compose.[ch] src/gtkspell.[ch]
15241         * src/prefs_common.[ch] 
15242                 added pspell support
15243
15244 2001-09-18 [christoph]
15245
15246         * src/addr_compl.c
15247         * src/template.[ch]
15248                 replace LOG_MESSAGE with debug_print
15249         * src/compose.[ch]
15250                 gui improvements
15251         * src/menu.c
15252                 added newline after debug message
15253         * src/utils.h
15254                 using __VA_ARGS__ for debug_print macro
15255         * tools/.cvsignore
15256                 ignore Makefile and Makefile.in
15257
15258 2001-09-18 [paul]
15259
15260         * configure.in
15261                 change to version 0.6.2claws1
15262         * sync with sylpheed 0.6.2cvs1
15263
15264         * src/matcher.c 
15265         * src/prefs_matcher.c
15266                 add 'score equal to' option, submitted by
15267                 Paul Evans <nerd@freeuk.com>
15268
15269 2001-09-15 [christoph]
15270
15271         * src/mainwindow.c
15272                 comment out menu entry not existing in claws
15273         * src/menu.c
15274                 add debug output for non existing menu entries
15275         * src/summaryview.c
15276                 fix next/prev unread message for ignored threads
15277         * src/utils.[ch]
15278                 add sourcefile and line number to debug output
15279                 otherwise it is sometimes hard to find the
15280                 source code part if debug messages are translated
15281
15282 2001-09-14 [darko]
15283         
15284         * src/folderview.c
15285                 refresh target folder style after colour is changed
15286
15287 2001-09-13 [paul]
15288
15289         * configure.in
15290                 change to version 0.6.1claws3
15291
15292         * sync with sylpheed 0.6.1cvs6
15293
15294 2001-09-13 [darko]
15295         
15296         * src/folderview.c
15297                 fix target folder colourization to use user selected colour
15298
15299 2001-09-12 [darko]
15300         
15301         * src/summaryview.c
15302                 fix crash when message that is marked for copy/move is unmarked
15303
15304 2001-09-09 [paul]
15305
15306         * configure.in
15307                 change to version 0.6.1claws2
15308
15309         * sync with sylpheed 0.6.1cvs3
15310
15311 2001-09-09 [alfons]
15312         
15313         * src/folderview.c
15314                 fix bug with default font used for trash folder text
15315
15316 2001-09-06 [paul]
15317
15318         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15319                 updated translations
15320
15321         * configure.in
15322                 change to version 0.6.1claws1
15323
15324         * sync with sylpheed 0.6.1cvs2
15325
15326 2001-09-03 [paul]
15327
15328         * po/POTFILES.in
15329                 add Match's new addressbook
15330
15331         * po/de.po
15332                 updated translation submitted by Jens Oberender
15333
15334 2001-09-02 [paul]
15335
15336         * configure.in
15337                 change to 0.6.1claws
15338         * sync with sylpheed 0.6.1 release
15339
15340 2001-09-02 [paul]
15341
15342         * configure.in
15343                 change to 0.6.0claws2
15344
15345         * sync with sylpheed 0.6.0cvs4
15346
15347         * po/pt_BR.po
15348                 updated translation submitted by Fabio Junior Beneditto
15349
15350 2001-09-01 [match]
15351         * pixmaps/
15352                 interface.xpm
15353                 book.xpm
15354                 address.xpm
15355         * src/
15356                 Makefile.am
15357                 a ton of new files
15358
15359 2001-08-31 [paul]
15360
15361         * configure.in
15362                 change to version 0.6.0claws1
15363
15364         * sync with sylpheed 0.6.0cvs1
15365
15366         * po/es.po
15367                 updated translation submitted by Ricardo Mones Lastra
15368
15369         * po/POTFILES.in
15370                 add 'src/prefs_templates.c'
15371
15372         * src/compose.c, src/summaryview.c
15373                 fix segfault on 'Re_edit'               
15374
15375 2001-08-30 [alfons]
15376
15377         * configure.in, Makefile.am
15378         * tools/Makefile.am
15379                 add tools directory to source distribution
15380
15381 2001-08-30 [paul]
15382
15383         * configure.in
15384                 change to version 0.6.0claws
15385
15386         * sync with sylpheed 0.6.0 release
15387
15388 2001-08-30 [christoph]
15389
15390         * configure.in
15391                 removed autoconf version check
15392
15393 2001-08-30 [paul]
15394
15395         * src/account.c, src/compose.c, src/prefs_common.[ch]
15396         * src/procheader.[ch] src/utils.[ch]
15397                 Enhanced automatic account selection on replies
15398                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
15399
15400         * configure.in
15401                 add LDAP and JPilot to the configuration results output.
15402
15403 2001-08-29 [christoph]
15404
15405         * src/summeryview.c
15406                 no bold font for ignored threads
15407
15408 2001-08-29 [paul]
15409
15410         * configure.in
15411                 change to version 0.5.3claws6
15412
15413         * sync with sylpheed 0.5.3cvs10
15414                 src/stringtable.[ch]: New Files
15415
15416         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
15417         * src/pixmaps/sylpheed.xpm
15418                 add mini-icons to windows (by Alfons)
15419
15420 2001-08-27 [paul]
15421
15422         * src/mainwindow.c
15423                 new functions: next_labeled_cb(), prev_labeled_cb()
15424
15425         * src/summaryview.c
15426                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
15427                 summary_select_next_labeled(), summary_select_prev_labeled()
15428
15429         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
15430                 give claws blue folders and a blue trash can
15431
15432 2001-08-27 [paul]
15433
15434         * configure.in
15435                 change to version 0.5.3claws5
15436
15437         * sync with sylpheed 0.5.3cvs9
15438                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
15439
15440 2001-08-24 [christoph]
15441
15442         * src/filesel.c
15443                 keep filename when browsing directories
15444                 (not working for user entered filename, but
15445                  for default name and selected filename from
15446                  file list)
15447         * src/mainwindow.c
15448                 fixed wrong spelling "Folllow-up"
15449         * src/mbox_folder.c
15450         * src/procmsg.c
15451         * src/summaryview.c
15452                 fixed new/unread message count with ignored
15453                 threads (2 commits, first didn't notice no
15454                 longer needed decreasing)
15455         * src/inc.c
15456                 readded scrolling of progress dialog
15457                 (lost in sync)
15458
15459 2001-08-24 [paul]
15460
15461         * configure.in
15462                 change to 0.5.3claws4
15463
15464         * sync with sylpheed 0.5.3cvs7
15465
15466 2001-08-24 [christoph]
15467
15468         * src/compose.c
15469                 set request return receipt when replying
15470                 if it is set is the folder prefs of the
15471                 message
15472         * src/inc.c
15473                 disable final error popup if popups are
15474                 disabled in config (again)
15475
15476 2001-08-23 [paul]
15477
15478         * configure.in
15479                 Change version number to 0.5.3claws3
15480
15481         * sync with sylpheed 0.5.3cvs5
15482
15483         * src/mimeview.c
15484                 double quote '%s' in 'gedit %s' to fix bug when
15485                 opening attachment with spaces in the name
15486
15487 2001-08-22 [alte]
15488         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
15489           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
15490                 initial message templates support
15491
15492
15493 2001-08-22 [paul]
15494
15495         * configure.in
15496                 change version number to 0.5.3claws2
15497
15498         * sync with sylpheed 0.5.3cvs4
15499
15500         * src/procmsg.h src/summaryview.c
15501                 re-implement (un)ignore thread
15502
15503 2001-08-21 [paul]
15504
15505         * src/summaryview.c
15506                 remove unnecessary code
15507         * src/compose.c
15508                 enable 'dynamic' signatures (submitted by
15509                 Eric Limpens <eric@hscg-internet.nl>)
15510
15511 2001-08-21 [paul]
15512
15513         clean up after sync with sylpheed 0.5.3 release
15514
15515         * src/folderview.c
15516                 fix re-introduced font mess, see Christoph's
15517                 entry 2001-06-24
15518
15519         * src/summaryview.c
15520                 remove prev_msgnum
15521                 use sylpheed's small font instead of
15522                 gtk default font for summary view
15523
15524
15525 2001-08-17 [paul]
15526
15527         * configure.in
15528                 add pl to ALL_LINGUAS - sync with main branch
15529
15530         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
15531                 Updated. Translations by Jens Oberender, Ricardo Mones
15532                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
15533
15534         * po/pl.po  ** NEW FILE **
15535                 sync with the main branch
15536
15537         * src/folderview.c
15538                 fix target folder colorizing and refresh problem
15539
15540
15541 2001-08-17 [christoph]
15542
15543         * src/mainwindow.c
15544                 claws uses 4 colors for target folder coloring.
15545                 arrays were not long enough and destroyed the
15546                 stack causing a segfault.
15547                 target folder colorizing does not work anymore
15548                 for me
15549
15550 2001-08-16 [paul]
15551
15552         * configure.in
15553                 change to version 0.5.3claws1
15554
15555         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
15556           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
15557           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
15558
15559                 sync with sylpheed 0.5.3 release, but keep claws method of
15560                 configuring/saving fonts
15561
15562         * src/addressbook.[ch]
15563                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
15564                 in line with a similar change in Hiroyuki's branch
15565
15566         * src/mainwindow.[ch]
15567                 disable main_window_set_thread_option()
15568         * src/prefs_folder_item.c
15569                 comment out &tmps_prefs.enable_thread,
15570         * src/mbox_folder.c, src/procmsg.[ch]
15571                 comment out MSG_IS_IGNORE_THREAD
15572         * src/summaryview.c
15573                 comment out summary_ignore_thread() and summary_unignore_thread()
15574                 comment out MSG_IS_IGNORE_THREAD
15575
15576                 use Hiroyuki's threading instead.
15577
15578
15579
15580 2001-08-15 [paul]
15581
15582         * src/account.c
15583                 use Hiroyuki's 0.5.3 column scheme but also
15584                 include the enable/disable button.
15585         * src/pixmaps/mark.xpm
15586                 add Hiroyuki's amended pixmap
15587
15588 2001-08-13 [christoph]
15589
15590         * src/account.c
15591                 receive at get all column showed wrong state for APOP
15592                 button should only work for POP3 and APOP accounts
15593         * src/prefs_account.c
15594                 added missing preprocessor statement for SSL
15595
15596 2001-08-12 [paul]
15597
15598         * src/account.[ch]
15599                 add 'receive at get all' column and enable/disable
15600                 button.
15601
15602 2001-08-06 [christoph]
15603
15604         * src/account.c
15605                 show usage of SSL in protocol column
15606
15607         * src/imap.c
15608         * src/inc.c
15609                 renamed ssl options
15610
15611         * src/prefs_account.[ch]
15612                 moved ssl options to a new page
15613
15614         * src/send.c
15615         * src/smtp.c
15616         * src/ssl.[ch]
15617                 renamed ssl options
15618                 added support for SMTP STARTTLS command
15619
15620 2001-08-05 [christoph]
15621
15622         * configure.in
15623                 debian autoconf needs version check to find
15624                 correct autoconf version. if the file is
15625                 named configure.in 2.13 is used, which does
15626                 not work with this configure.in script.
15627                 other solution would be to rename the script
15628                 to configure.ac as suggested in the autoconf
15629                 manual.
15630
15631         * src/inc.c
15632                 disable final error popup if popups are
15633                 diabled in config
15634
15635         * src/socket.c
15636                 bugfix in ssl_gets
15637                 fixes IMAP over SSL problem
15638
15639 2001-08-03 [paul]
15640
15641         * configure.in
15642                 change to 0.5.2claws1
15643
15644         * sync with sylpheed 0.5.2cvs1
15645
15646 2001-08-02 [alfons]
15647
15648         * configure.in
15649                 quick fix for ispell detection...
15650
15651 2001-08-01 [paul]
15652
15653         * configure.in
15654                 change to 0.5.1claws4
15655
15656         * sync with sylpheed 0.5.1cvs7
15657
15658 2001-07-31 [alfons]
15659
15660         * src/prefs_common.c, src/prefs_common.h, 
15661           src/gtkspell.c, src/gtkspell.h
15662                 add global spelling checker settings (compose tab) +
15663                 selection of dictionary 
15664           
15665         * configure.in  
15666                 guess valid ispell location
15667
15668 2001-07-31 [paul]
15669
15670         * po/POTFILES.in
15671                 removal of 'src/quote_fmt_parse.c'
15672         * po/de.po
15673                 Updated de.po
15674                 (submitted by Jens Oberender <didge@suse.de>)
15675
15676 2001-07-31 [darko]
15677
15678         * src/folder.[ch]
15679         * src/folderview.[ch]
15680         * src/mainwindow.c
15681         * src/mh.c
15682         * src/prefs_common.[ch]
15683         * src/summaryview.c
15684                 target folder colourization
15685
15686 2001-07-30 [paul]
15687
15688         more sync with Sylpheed 0.5.1cvs6 
15689
15690 2001-07-30 [darko]
15691
15692         * src/mh.c
15693         * src/prefs_folder_item.[hc]
15694         * src/summaryview.c
15695                 shared folders support with a GUI
15696
15697 2001-07-29 [paul]
15698
15699         0.5.1claws3
15700
15701         * sync with Sylpheed 0.5.1cvs6
15702
15703 2001-07-29 [paul]
15704
15705         * po/pt_BR.po
15706                 updated
15707                 (submitted by Fabio Junior Beneditto)
15708
15709 2001-07-28 [paul]
15710
15711         * src/procmime.c
15712         * AUTHORS
15713                 patch to correct bad image mime headers
15714                 (submitted by Don Quijote <dq@searchlores.org>)
15715
15716 2001-07-28 [paul]
15717
15718         * tools/gif2xface.pl   **NEW FILE**
15719         * tools/README
15720                 script to convert file.gif to file.xface for
15721                 use in a custom header.
15722                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15723
15724 2001-07-27 [alfons]
15725         
15726         * configure.in
15727                 change macros for detecting JPilot and LDAP
15728
15729 2001-07-27 [christoph]
15730
15731         * src/filtering.c
15732                 code cleanup (MIN / MAX warning, needed casting)
15733
15734 2001-07-27 [alfons]
15735
15736         * procheader.c
15737                 disallow setting flags when detecting certain headers
15738                 (X-Status, Status, Seen, X-Seen). 
15739         
15740         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15741
15742 2001-07-27 [christoph]
15743
15744         * src/prefs_filter.c
15745         * src/prefs_filtering.c
15746         * src/prefs_matcher.c
15747         * src/prefs_scoring.c
15748                 scroll list when moving rows up or down
15749
15750         * src/imap.c
15751         * src/imap.h
15752         * src/prefs_account.c
15753         * src/prefs_account.h
15754         * src/send.c
15755                 SMTP over SSL (untested, feedback requested)
15756                 IMAP over SSL
15757
15758         * src/ssl.c
15759                 code cleanup
15760
15761 2001-07-26 [alfons]
15762         
15763         * configure.in, acconfig.h
15764                 define CLAWS (need this for main / claws detection)
15765
15766 2001-07-25 [alfons]
15767
15768         * configure.in
15769                 Sylpheed 0.5.1claws2
15770                 
15771         * sync with Sylpheed 0.5.1cvs4
15772
15773 2001-07-25 [christoph]
15774
15775         * src/scoring.c
15776                 fixed segfault
15777                 item->prefs == NULL (don't know why)
15778
15779 2001-07-25 [alfons]
15780
15781         * configure.in
15782                 Sylpheed 0.5.1claws1
15783
15784         * sync with Sylpheed 0.5.1cvs1-3
15785
15786 2001-07-24 [christoph]
15787
15788         * src/folderview.c
15789         * src/prefs_folder_item.[ch]
15790                 added folderitem preferences dialog with
15791                 default To: and auto request return receipt
15792
15793         * src/compose.[ch]
15794         * src/menu.[ch]
15795                 changes to handle new folderitem preferences
15796
15797         * src/mainwindow.c
15798         * src/summaryview.c
15799                 call compose new mail with current folderitem
15800
15801 2001-07-24 [alfons]
15802
15803         Release Sylpheed 0.5.1claws
15804
15805         * configure.in
15806                 change to release version 0.5.1claws
15807
15808 2001-07-24 [christoph]
15809
15810         * src/summaryview.c
15811                 fixed segfault that happend when the selected
15812                 message was removed while retrieving new messages.
15813
15814         * po/es.po
15815                 updated translation
15816                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15817
15818 2001-07-22 [alfons]
15819
15820         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15821         this is a work in progress, for more information: http://nlpagan.net/sylman 
15822         
15823         * configure.in, src/mainwindow.c, manual/Makefile.am
15824                 add support for English manual
15825
15826         * AUTHORS
15827                 add authors of user manuals
15828
15829         * manual/en/sylpheed*.html
15830                 add English documentation
15831
15832 2001-07-22 [christoph]
15833
15834         * po/POTFILES.in
15835                 added src/ssl.c
15836         * src/ssl.c
15837                 changed a wrong debug message
15838
15839 2001-07-22 [alfons]
15840
15841         * po/nl.po
15842                 update Dutch translation
15843
15844         * src/prefs_filtering.c, 
15845           src/prefs_matcher.c
15846                 add more translatable strings           
15847
15848 2001-07-21 [alfons]
15849
15850         0.5.0claws7
15851
15852         * configure.in
15853                 change version
15854
15855         * src/inc.c, src/summaryview.[ch]
15856                 prevent update of mark file when filtering has done, by
15857                 using a variable; this affects two functions:
15858                         inc.c::inc_finished()
15859                         summaryview.c::summary_show()
15860
15861 2001-07-20 [alfons]
15862
15863         * src/filtering.[ch], src/prefs_filtering.c, 
15864           src/matcher.[ch]
15865                 add filtering action for label coloring 
15866
15867         * po/POTFILES.in
15868                 add labelcolors.c
15869
15870         * added src/labelcolors.c
15871         * added src/labelcolors.h
15872         * src/Makefile.am, src/summaryview.c
15873                 rearrange label coloring code
15874
15875         * src/procmsg.h
15876                 add more parentheses so label colouring works correctly
15877
15878         * src/filtering.c
15879                 don't really delete message, but move it to Trash
15880
15881         * src/prefs_matcher.c
15882                 add quote options to info dialog
15883
15884 2001-07-20 [christoph]
15885
15886         * src/Makefile.am
15887         * src/inc.c
15888         * src/main.[ch]
15889         * src/socket.h
15890         * src/ssl.[ch] (new)
15891                 moved ssl stuff to a seperate file
15892
15893 2001-07-20 [darko]
15894
15895         * src/summaryview.c
15896                 fix show sender using address book with no e-mail
15897                 address in From: field
15898
15899 2001-07-19 [alfons]
15900
15901         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15902                 fix messy handling of escaping... now at least the
15903                 execute command is useful. escape char is '\', we
15904                 accept \n and \r too. 
15905
15906                 Real life example:
15907                 
15908                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15909                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15910
15911 2001-07-18 [alfons]
15912
15913         0.5.0claws6
15914
15915         * src/summaryview.c
15916                 clean up
15917
15918         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15919           src/procmsg.[ch]
15920                 revise filtering; currently move, copy, marking have
15921                 been tested. if you like bleeding edge stuff, you
15922                 should definitely go for this version :)
15923
15924         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15925
15926 2001-07-17 [christoph]
15927
15928         * src/utils.c
15929                 timestamp log
15930
15931 2001-07-17 [alfons]
15932
15933         0.5.0claws5
15934
15935         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15936           bits in the mark file, without affecting either branch. Lots of
15937           files changed, also in claws branch.
15938
15939           UNTESTED: use of mbox folders
15940
15941         * src/summaryview.c
15942                 added mark all read; however this was a quick hack used for
15943                 cleaning up mess after initial merge with Hiroyuki
15944
15945         * configure.in
15946                 change claws version number back to 0.5.0claws5 to clear up 
15947                 confusion & pretension (recent release was technically 
15948                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15949
15950 2001-07-16 [alfons]
15951
15952         sync with Hiroyuki's 0.5.0cvs4
15953
15954 2001-07-16 [alfons]
15955
15956         0.5.1claws3
15957
15958         * src/filtering.[ch]
15959                 remove invalid updating of mark files for 
15960                 filter actions MATCHING_ACTION_MOVE and 
15961                 MATCHING_ACTION_DELETE; this should fix the
15962                 folder update bug
15963                 
15964         * src/procmsg.c
15965                 revert Christoph's stab at fixing the folder 
15966                 update bug
15967
15968         * po/POTFILES.in
15969                 add missing files with translatable strings
15970
15971         * src/summaryview.c
15972                 remove debug print
15973
15974 2001-07-15 [alfons]
15975
15976         * src/addr_compl.[ch], src/prefs_filtering.c
15977                 make "filtering pref dialog's destination entry" an
15978                 "address completable entry", if filter destination is 
15979                 an email address
15980
15981         0.5.1claws2
15982         
15983         sync with Hiroyuki's 0.5.0cvs2-3
15984
15985 2001-07-15 [christoph]
15986
15987         * src/procmsg.c
15988                 fixed folder stats update after incorporation
15989
15990 2001-07-15 [alfons]
15991
15992         * src/summaryview.c
15993                 * finish label colouring stuff (for now)
15994                 * fix incorrect colour bug (off by one) 
15995
15996 2001-07-14 [alfons]
15997
15998         * src/mainwindow.c
15999                 change text labels for news and mail message so there's
16000                 plenty of toolbar estate left
16001
16002         * configure.in
16003                 0.5.1claws1
16004
16005         * src/folderview.c
16006           src/folder.[ch]
16007                 sync with Hiroyuki's 0.5.0cvs1
16008
16009         * src/summaryview.c
16010                 more rewrite label colouring
16011
16012 2001-07-14 [alfons]
16013
16014         * src/summaryview.[ch]
16015                 * start rewrite label colouring 
16016                 * fix proper location "Add Sender To Addressbook" menu item
16017
16018 2001-07-13
16019
16020         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16021         (actually this is 0.5.0claws4)
16022
16023 2001-07-13 [alfons]
16024
16025         * po/pt_BR.po
16026                 * fix duplicate message
16027                 * add updated Portugese / Brazilian translation
16028                   submitted by Fabio Junior Beneditto
16029
16030 2001-07-12 [alfons]
16031
16032         * AUTHORS
16033                 add Jens
16034
16035         * po/nl.po
16036                 add updated Dutch translation
16037
16038         * po/de.po
16039                 add updated German translation submitted by Jens
16040
16041 2001-07-11 [alfons]
16042
16043         Prerelease before 0.5.0claws. Please test.
16044         This version is temporarily tagged as VERSION_0_5_0_TEST
16045
16046         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16047           src/prefs_scoring.c, src/prefs_matcher.c, 
16048           src/prefs_filtering.c, src/mbox.c, 
16049           src/main.c, src/inc.c, src/filtering.[ch]
16050                 revert new Hoa's new matcher (does not work yet)
16051
16052         * src/Makefile.am
16053                 clean up
16054
16055 2001-07-10
16056
16057         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16058
16059
16060 2001-07-10 [alfons]
16061
16062         * Makefile.am
16063                 add ChangeLog.claws to EXTRA_DIST
16064         * src/Makefile.am
16065                 add matcher_parser_parse.h to EXTRA_DIST
16066
16067 2001-07-10 [christoph]
16068
16069         * src/inc.c
16070                 add destination folder to table of
16071                 folders that need to be updated after
16072                 incorporation
16073
16074 2001-07-10 [alfons]
16075
16076         * folder.[ch]
16077           folderview.c
16078                 make collapse state of folders and folder items persistent, i.e.
16079                 if you collapse a folder tree, the next time sylpheed-claws starts 
16080                 up the folder tree remains collapsed.  
16081                 
16082 2001-07-10 [christoph]
16083
16084         * acconfig.h
16085         * configure.in
16086                 added --enable-ssl
16087         * src/md5.[ch]
16088                 renamed MD5_CTX to MD5_CTX_syl
16089                 conflicts with a struct in openssl
16090         * src/inc.c
16091         * src/main.[ch]
16092         * src/prefs_account.[ch]
16093         * src/socket.[ch]
16094                 SSL support for POP
16095         * src/mainwindow.c
16096                 fixed compose with current account
16097                 broken by new compose button stuff
16098
16099 2001-07-09 [hoa]
16100
16101         * AUTHORS
16102                 changed my email address
16103
16104         * src/matcher_parser_parse.y
16105                 clean the parser to remove conflicts
16106
16107 2001-07-09 [alfons]
16108
16109         * AUTHORS
16110                 add Match Grun
16111
16112         * configure.in
16113                 fix incorrect description of --enable-ldap parameter
16114
16115         * src/prefs_common.[ch]
16116           src/compose.c
16117                 add experimental option "smart wrapping" which makes the
16118                 compose editor auto wrap.
16119                 
16120                 | TODO: the problem with the buggy cursor handling is caused |
16121                 | by the GtkText. when deleting / backspacing text its       |
16122                 | wrapping algorithm does not take in account the previous   |
16123                 | line. should find a way to hack this in.                   |
16124                 | or should perhaps combine this with the word wrapping      |
16125                 | patch i wrote in january.                                  |
16126
16127         * src/about.c
16128                 show build parameters for LDAP and JPilot
16129
16130         * src/summaryview.c
16131                 revert Christoph's bugfix for selecting next unread message, 
16132                 because folder stats aren't updated correctly
16133
16134 2001-07-08 [hoa]
16135
16136         * src/filtering.c
16137         * src/mainwindow.c
16138         * src/matcher.c
16139         * src/matcher_parser_lex.l
16140         * src/matcher_parser_parse.y
16141         * src/prefs_filtering.c
16142         * src/prefs_scoring.c
16143         * src/scoring.c
16144                 bugfix of the config file parser
16145
16146 2001-07-08 [alfons]
16147
16148         * src/Makefile.am
16149                 added generated matcher sources to BUILT_SOURCES
16150
16151 2001-07-08 [hoa]
16152
16153         * src/Makefile.am
16154         * src/.cvsignore
16155                 added new config file parser
16156
16157         * src/scoring.[ch]
16158         * src/filtering.[ch]
16159         * src/matcher.[ch]
16160         * src/prefs_filtering.c
16161         * src/prefs_matcher.c
16162         * src/prefs_scoring.c
16163         * added src/matcher_parser.h
16164         * added src/matcher_parser_lex.h
16165         * added src/matcher_parser_lex.l
16166         * added src/matcher_parser_parse.y
16167                 lex & yacc config file parser
16168
16169         * src/mbox.c
16170         * src/inc.c
16171         * src/main.c
16172                 changes prefs_filtering into global_filtering           
16173
16174         * src/summaryview.c
16175                 build threads with subjects only if "Re: " is at the
16176                 beginning of the subject
16177
16178 2001-07-07 [paul]
16179
16180         0.5.0claws
16181
16182         sync with sylpheed 0.5.0
16183                 change of version number only
16184
16185 2001-07-06 [paul]
16186
16187         0.5.0claws5
16188
16189         sync with sylpheed 0.5.0pre5
16190
16191 2001-07-05 [paul]
16192
16193         sync with sylpheed 0.5.0pre4 release
16194                 /po and /manual/ja not sync'ed
16195
16196 2001-07-04 [paul]
16197
16198         more sync with sylpheed 0.5.0pre4
16199
16200 2001-07-03 [christoph]
16201
16202         * src/addressbook.c
16203                 fixed address book broken by address book
16204                 for VCard, JPilot, LDAP
16205
16206 2001-07-03 [alfons]
16207
16208         * src/matcher.c
16209         * src/textview.c
16210                 stopped memory leaks
16211
16212 2001-07-03 [paul]
16213
16214         more sync with sylpheed 0.5.0pre4
16215
16216 2001-07-02 [match]
16217
16218         * included address book patch for VCard, JPilot, LDAP
16219         * pref_common.c - fixed Font options on Display tab (cosmetic)
16220         * alertpanel.c - fixed truncated message
16221
16222 2001-07-02 [christoph]
16223
16224         * src/mbox_folder.c
16225         * src/procmsg.[ch]
16226         * src/summaryview.c
16227                 mark threads for ignoring
16228
16229 2001-07-02 [paul]
16230
16231         0.5.0claws4
16232
16233         * sync with sylpheed 0.5.0pre4
16234                 updated gettext to 0.10.38.
16235
16236 2001-07-01 [paul]
16237
16238         * src/ mainwindow.c
16239         * src/procmsg.h
16240         * src/summaryview.[ch]
16241                 new right-click option: Label.
16242                 substitute for 'Mark-->Mark/Unmark', colours the line.
16243                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
16244
16245 2001-07-01 [christoph]
16246
16247         * src/folderview.c
16248                 fixed font for trash
16249         * src/summaryview.c
16250                 move ctree to unread message
16251
16252 2001-07-01 [paul]
16253
16254         * sync with sylpheed 0.5.0pre3 release
16255
16256 2001-06-30 [alfons]
16257
16258         * src/filesel.[ch]
16259         * src/compose.c
16260                 allow inserting / attaching multiple files in
16261                 the composer window
16262
16263 2001-06-30 [paul]
16264
16265         * src/codeconv.c
16266                 small change to Alfons' previous stuff so that it
16267                 actually makes
16268
16269 2001-06-30 [alfons]
16270
16271         * lots of files changed; first attempt to merge the changes
16272           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
16273
16274 2001-06-30 [paul]
16275
16276         * po/pt_BR.po
16277                 updated and completed, translations by Fabio
16278                 Junior Beneditto <fjbeneditto@yahoo.com.br>
16279
16280 2001-06-29 [alfons]
16281
16282         * src/compose.c
16283         * src/mimeproc.[ch]
16284                 allow selecting an attached files' mime type from a 
16285                 list of types.
16286
16287 2001-06-29 [paul]
16288
16289         * more sync with sylpheed 0.5.0pre3
16290
16291 2001-06-29 [paul]
16292
16293         * po/pt_BR.po
16294                 merge with sylpheed.pot and pt_BR.po provided by
16295                 Fabio Junior Beneditto.
16296
16297 2001-06-29 [darko]
16298
16299         * src/procmime.c
16300                 make MIME types case insensitive
16301
16302 2001-06-28 [alfons]
16303
16304         * po/nl.po
16305                 merge with sylpheed.pot and old nl.po; translations added.
16306
16307 2001-06-28 [paul]
16308
16309         * more sync with sylpheed 0.5.0pre3
16310
16311 2001-06-27 [alfons]
16312
16313         * src/summaryview.c
16314                 don't crash when removing parent node of messages
16315                 attracted by subject. this was caused by not deleting
16316                 the parent node from the subject line hash table.
16317
16318 2001-06-27 [alfons]
16319
16320         * src/summaryview.c
16321         * src/compose.[ch]
16322         * src/mainwindow.c
16323                 if there are multiple messages selected, allow forwarding
16324                 them as attachments.
16325
16326 2001-06-27 [paul]
16327
16328         * more sync with sylpheed 0.5.0pre3
16329
16330 2001-06-26 [paul]
16331
16332         0.5.0claws3
16333
16334         * sync with sylpheed 0.5.0pre3
16335
16336 2001-06-25 [paul]
16337
16338         * src/mainwindow.c
16339                 fixed 'compose news article' bug
16340                 from icon-and-text toolbar
16341
16342 2001-06-25 [paul]
16343
16344         * sync with sylpheed 0.5.0pre2 release
16345
16346 2001-06-24 [christoph]
16347
16348         * src/prefs_common.c
16349                 bug fix in font selection
16350         * src/folderview.c
16351                 use sylpheed's normal font instead of
16352                 gtk default font for folders without
16353                 new messages
16354
16355 2001-06-24 [alfons]
16356
16357         * src/mainwindow.[ch]
16358                 added composite compose mail / news button (an idea by Leandro
16359                 Pereira <leandro@linuxmag.com.br>)
16360
16361 2001-06-24 [paul]
16362
16363         Added instructions for ldif-to-xml.py
16364
16365         * tools/README
16366
16367 2001-06-23 [alfons]
16368
16369         Some minor things.
16370
16371         * src/pixmaps/stock_news_compose.xpm
16372                 added pixmap by Leandro
16373         * src/prefs_common.c
16374                 tested built-in spelling checker of GCC 3.0 :)
16375         * po/nl.po
16376                 merged dutch translation of sylpheed-main with
16377                 sylpheed.pot
16378
16379 2001-06-23 [paul]
16380
16381         Added tools directory and files.
16382
16383         * tools/filter_conv.pl
16384                 converts old filter system to new filtering system
16385         * tools/ldif-to-xml.py
16386                 converts netscape addressbook to sylpheed addressbook
16387         * tools/README
16388                 descriptions/instructions for above two files
16389
16390 2001-06-23 [christoph]
16391
16392         * src/inc.c
16393         * src/manage_window.[ch]
16394         * src/prefs_common.[ch]
16395                 mail retrieval dialog can be enabled, disabled
16396                 or hidden if non of sylpheed's windows is active
16397
16398 2001-06-22 [paul]
16399
16400         0.5.0claws2
16401
16402         * sync with sylpheed 0.5.0pre2
16403
16404 2001-06-21 [christoph]
16405
16406         * src/summaryview.c
16407                 show recipient on 'from' for all accounts
16408                 
16409         * src/inc.c
16410         * src/prefs_common.[ch]
16411                 disable error popup on mail receive errors
16412
16413 2001-06-21 [alfons]
16414
16415         * src/compose.c
16416                 made the ruler correctly appear and disappear.
16417
16418         * src/Makefile.am
16419                 removed Hoa's work-in-progress-stuff (interesting!) so 
16420                 claws compiles ok.
16421
16422 2001-06-20 [christoph]
16423
16424         * src/inc.c
16425         * src/progressdialog.c
16426                 added scrolled window for list in progressdialog
16427
16428 2001-06-20 [paul]
16429
16430         sync with sylpheed 0.5.0pre1 release
16431
16432 2001-06-20 [christoph]
16433
16434         * src/summeryview.c
16435                 make building threads by subject work when
16436                 thread view is enabled
16437                 
16438         * src/compose.c
16439         * src/prefs_common.[ch]
16440                 automatically select account for mail replys
16441
16442 2001-06-19 [sergey]
16443
16444         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
16445         they are filled in from the account settings.
16446
16447 2001-06-19 [paul]
16448
16449         * more sync with sylpheed 0.5.0pre1
16450
16451 2001-06-18 [alfons]
16452
16453         * src/Makefile.am,
16454           src/procmime.c
16455                 added --sysconfdir to CPPFLAGS for pointing to the correct
16456                 location of mime.types. 
16457
16458                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
16459                 or ./configure!
16460
16461 2001-06-18 [hoa]
16462
16463         * src/summaryview.c
16464                 fixed some bug when building threads
16465
16466 2001-06-18 [pau]l
16467
16468         * src/prefs_account.c
16469                 UI stuff: More changes to the English
16470
16471 2001-06-18 [paul]
16472
16473         * src/pixmaps/stock_news_compose.xpm: new file
16474         * src/Makefile.am
16475         * src/mainwindow.c
16476         * src/summaryview.c
16477                 Added new icon for Hoa's 'compose a news
16478                 message', plus minor improvements to the
16479                 English
16480
16481         * po/ja.po
16482         * ChangeLog
16483         * ChangeLog.jp
16484                 more sync with sylpheed 0.5.0pre1
16485
16486 2001-06-18 [hoa]
16487
16488         * src/compose.[ch]
16489         * src/mainwindow.c
16490                 Follow-up and reply to
16491
16492         * src/summaryview.[ch]
16493                 Build threads also with subjects
16494
16495 2001-06-17 [hoa]
16496
16497         * src/compose.c
16498                 forwarding use the current account.
16499
16500         * src/mainwindow.c
16501                 the "compose message" button has been replaced with
16502                 "new mail" and "new news" buttons
16503
16504         * src/prefs_common.[ch]
16505                 added a configuration option to use the forward button
16506                 as "forward as attachment"
16507                 changed reply and forward format description
16508
16509         * src/quote_fmt_lex.l
16510         * src/quote_fmt_parse.y
16511                 added message with no signature in format for reply
16512                 and forward.
16513
16514 2001-06-17 [paul]
16515
16516         Minor UI stuff
16517
16518         * src/mainwindow.c
16519         * src/summaryview.c
16520                 Improvements to the English
16521
16522         * src/prefs_common.c
16523                 Improvements to the English and some
16524                 clarity/continuity improvements in the
16525                 description of Quote symbols.
16526
16527 2001-06-17 [paul]
16528
16529         0.5.0claws1
16530
16531         * sync with sylpheed 0.5.0pre1
16532
16533 2001-06-17 [hoa]
16534
16535         * src/compose.c
16536                 Better interface for compose, displayed fields
16537                 are updated whenever we change account.
16538                 Newsgroups field is automatically filled.
16539
16540         * src/mainwindow.c
16541                 Newsgroups field is automatically filled.
16542
16543         * src/prefs_account.c
16544                 Some interface stuff when fields appear and
16545                 disappear.
16546
16547 2001-06-16 [paul]
16548
16549         0.4.99claws
16550
16551         * sync with sylpheed 0.4.99
16552
16553 2001-06-16 [sergey]
16554
16555         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
16556         base64_decoder_free, base64_decoder_decode): new object and
16557         functions for decoding base64 streams.
16558         * src/procmime.c (procmime_decode_content): modified to use the
16559         new base64 decoder.
16560
16561 2001-06-15 [paul]
16562
16563         0.4.99claws10
16564
16565         * sync with sylpheed 0.4.99cvs11
16566
16567 2001-06-13 [paul]
16568
16569         0.4.99claws9
16570
16571         * sync with sylpheed 0.4.99cvs9
16572
16573 2001-06-13 [hoa]
16574
16575         * src/compose.c
16576         * src/prefs_account.c
16577
16578                 SMTP server can be defined in the news account
16579                 mime type of attachment are kept.
16580
16581         * src/summaryview.c
16582
16583                 now choose the highest important score between default
16584                 and important score of folder.
16585
16586 2001-06-09 [alfons]
16587         
16588         * src/prefs_common.c: 
16589
16590                 (prefs_quote_description_create): corrected description of 
16591                 quote format characters
16592
16593 2001-06-09 [paul]
16594
16595         0.4.99claws8
16596
16597         * sync with sylpheed 0.4.99cvs8
16598
16599 2001-06-08 [sergey]
16600
16601         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
16602         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
16603
16604 2001-06-08 [paul]
16605
16606         0.4.99claws7
16607
16608         * sync with sylpheed 0.4.99cvs7
16609
16610 2001-06-06 [sergey]
16611
16612         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
16613         clashes with autogenerated header).
16614         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
16615         * src/Makefile.am: added quote_fmt.h.
16616         * src/.cvsignore: added lex/yacc autogenerated files
16617         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
16618
16619 2001-06-06 [paul]
16620
16621         0.4.99claws6
16622
16623         * sync with sylpheed 0.4.99cvs6
16624
16625 2001-06-06 [hoa]
16626
16627         * added src/quote_fmt_parse.h
16628         * src/compose.c
16629                 removed warnings
16630
16631         * src/prefs.[ch]
16632                 don't modify readonly configuration files
16633
16634         * src/prefs_account.c
16635         * src/prefs_common.c
16636         * src/prefs_customheader.c
16637         * src/prefs_display_header.c
16638         * src/prefs_filter.c
16639         * src/prefs_filtering.c
16640         * src/prefs_scoring.c
16641                 don't open dialog box when configuration files
16642                 are readonly
16643
16644 2001-06-05 [sergey]
16645
16646         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
16647
16648         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
16649         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
16650         BUILT_SOURCES to make all files rebuild properly.
16651
16652         * src/compose.c: removed #include "quote_fmt.tab.h".
16653
16654         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
16655         CHARACTER value in yylval.
16656
16657         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
16658         receive CHARACTER value by documented means (yylval).
16659
16660         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
16661
16662 2001-06-05 [hoa]
16663
16664         * src/Makefile.am
16665                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
16666
16667         * src/filtering.c
16668         * src/matcher.c
16669         * src/matcher.h
16670         * src/prefs_filtering.c
16671                 now keep the configuration for execute action
16672
16673         * src/mbox_folder.c
16674                 fixed a warning
16675
16676 2001-06-05 [paul]
16677
16678         * sync with sylpheed 0.4.99cvs5
16679
16680 2001-06-05 [hoa]
16681
16682         * src/Makefile.am
16683                 added quote_fmt.[ch]
16684
16685         * added src/quote_fmt.y
16686         * added src/quote_fmt.l
16687         * added src/quote_fmt.tab.h
16688         * added src/quote_fmt.tab.c
16689         * added src/lex.quote_fmt.c
16690                 parsing configuration for replying
16691                 and forwarding
16692
16693         * src/prefs_common.[ch]
16694                 added configuration UI for replying
16695                 and forwarding
16696
16697         * src/compose.c
16698                 using configuration for replying
16699                 and forwarding
16700
16701 2001-06-04 [hoa]
16702
16703         * src/filtering.c
16704         * src/matcher.c
16705         * src/matcher.h
16706         * src/prefs_filtering.c
16707         * src/prefs_matcher.c
16708         * src/prefs_matcher.h
16709                 action "run a command" for filtering
16710                 and matching with a command.
16711                 fixed the "whole message" matching
16712
16713         * src/mbox_folder.c
16714                 changed temporary filename for security
16715
16716         * src/messageview.c
16717                 queue the notification if it fails to send.
16718
16719         * src/prefs_common.c
16720         * src/prefs_folder_item.c
16721                 changed the default important score             
16722
16723         * src/prefs_scoring.c
16724         * src/scoring.c
16725                 hide kill score input when the folder is not
16726                 a newsgroup
16727
16728 2001-06-03 [alfons]
16729
16730         * src/prefs_common.c:
16731
16732                 (prefs_font_select): pass font name in font entry box to font
16733                 selection dialog.
16734
16735 2001-06-03 [sergey]
16736
16737         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16738
16739 2001-06-03 [paul]
16740
16741         * sync with sylpheed 0.4.99cvs4
16742
16743 2001-06-03 [alfons]
16744
16745         * src/headerwindow.c:
16746
16747                 (headerwindow_show_cb): use the selected summary view item, not
16748                 the displayed item.
16749
16750 2001-06-02 [alfons]
16751
16752         * src/headerwindow.c:
16753
16754                 (headerwindow_show_cb): always try to show msginfo
16755
16756 2001-06-02 [hoa]
16757
16758         * src/compose.c
16759                 keep attached parts when reediting or forwarding.
16760
16761 2001-06-01 [hoa]
16762
16763         * src/folderview.c
16764         * src/prefs_folder_item.[ch]
16765         * src/prefs_scoring.[ch]
16766         * src/scoring.[ch]
16767         * src/summaryview.[ch]
16768         * src/main.c
16769         * src/mainwindow.c
16770         * src/prefs_common.[ch]
16771                 support for folder scoring
16772                 kill score and important score for messages
16773         
16774         * src/prefs_account.c
16775                 some display bug fixed for local account
16776                 preferences
16777
16778 2001-05-31 [alfons]
16779
16780         * src/summaryview.c:
16781
16782                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16783                 sender to address book menu item is disabled.
16784
16785 2001-05-30 [hoa]
16786
16787         * src/filtering.[ch]
16788         * src/summaryview.c
16789                 handling summary menu / filter messages
16790
16791         * src/folder.[ch]
16792                 add some stuff
16793
16794         * src/foldersel.c
16795                 imap folders now appears in list
16796
16797         * src/mbox_folder.c
16798                 doesn't crash if destination mail is not writeable
16799
16800 2001-05-29 [hoa]
16801
16802         * src/compose.c
16803                 removed some warnings
16804
16805         * src/filtering.c
16806         * src/folder.[ch]
16807         * src/prefs_filtering.c
16808                 global string to identify any folders           
16809                 removed some debug info
16810                 filtering to mbox folders is now possible
16811
16812         * src/mainwindow.c
16813                 removed some warnings
16814
16815         * src/mbox_folder.c
16816                 permission on files are changed to read/write for user only,
16817                 nothing for other.
16818                 creation of subfolder is handled better.
16819
16820 2001-05-28 [alfons]
16821
16822         Verified the sync for src/prefs_common.[ch] and
16823         src/prefs_account.[ch]. I believe there were some
16824         minor indentation differences.
16825
16826 2001-05-28 [paul]
16827
16828         0.4.99claws3
16829
16830         * sync with 0.4.99cvs3
16831
16832 2001-05-28 [hoa]
16833
16834         * src/compose.c
16835                 handling flags for mbox format
16836
16837         * src/filtering.c
16838                 use of mark file only for MH format
16839                 handling flags for mbox format
16840                 filtering cannot yet move or copy mails to mbox folders.
16841
16842         * src/folder.[ch]
16843                 changed move_msg, copy_msg,
16844                 move_msgs_with_dest, copy_msgs_with_dest functions
16845                 uses only folder->copy_msg() function
16846                 uses folder->finished_copy() to handle the destination
16847                 folder at the end of the copy or move operation.
16848
16849         * src/foldersel.c
16850                 included mbox directories.
16851
16852         * src/folderview.[ch]
16853         * src/mainwindow.c
16854                 handle folders operation for mbox format
16855
16856         * src/mbox.c
16857                 disable conversion of "From " header
16858
16859         * src/mbox_folder.[ch]
16860                 completion of mbox format handling
16861
16862         * src/mh.c
16863                 changed mh_copy_msg() function and
16864                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16865                 mh_copy_msgs_with_dest()
16866
16867         * src/prefs_filtering.c
16868                 removed some warnings
16869
16870         * src/prefs_matcher.c
16871                 default boolean operation is AND
16872
16873         * src/procheader.c
16874                 handling flags for mbox format
16875                 handling of "From " header
16876
16877         * src/procmsg.[ch]
16878                 removed data field
16879                 added MSG_REALLY_DELETED flags to handle deletion of
16880                 messages in mbox format.
16881
16882         * src/summaryview.c
16883                 handling flags for mbox format
16884                 disable the MSG_DELETED flags when messages
16885                 are deleted in mbox format
16886
16887         * src/textview.c
16888                 "From " headers display fixed.
16889
16890 2001-05-27 [alfons]
16891
16892         * src/textview.c:
16893                 
16894                 (get_email_part): skip quoted email addresses, like in e.g.
16895                 "'alfons@proteus.demon.nl'".
16896
16897 2001-05-26 [alfons]
16898
16899         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16900         and fixing the persistence troubles when using separate windows.
16901
16902         * src/mainwindow.c:
16903         
16904             Added #define SEPARATE_ACTION used in the gtk item factory for 
16905             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16906                 use gtk_item_factory_get_widget_by_action() to get the items.
16907                 
16908             Removed separate_widget_cb from the gtk item factory data   
16909           
16910             (mainwindow_create): connect separate_widget_cb() to check
16911             menu item "toggled" signal. also passing a MainWindow pointer
16912                 as object data for both check menu items.
16913                 
16914             (separate_widget_cb): definition of separate_widget_cb() to match
16915             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16916                 window using gtk_object_get_data(). The type of window separation 
16917                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16918         
16919         * src/prefs_filtering.c,
16920           src/prefs_matcher.c: added horizontal scrollbars
16921
16922 2001-05-25 [darko]
16923
16924         * src/headerview.c
16925                 fix segfault with invalid bold font
16926         * src/summaryview.c
16927                 correctly display summary stats after row is marked
16928
16929 2001-05-23 [sergey]
16930
16931         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16932         encodings with libjconv.
16933
16934 2001-05-23 [hoa]
16935
16936         * src/Makefile.am
16937                 added mbox_folder.[ch]
16938         * src/defs.h
16939                 mbox temporary folder
16940         * src/folder.[ch]
16941         * added src/mbox_folder.[ch]
16942         * src/folderview.c
16943         * src/procheader.[ch]
16944                 added mbox support
16945         * src/mbox.c
16946                 bugfix for file incorporation filtering
16947         * src/imap.c
16948                 enable creation of MBOX
16949         * src/prefs_display_header.c
16950                 enable use of headers like "From "
16951                 something that should be fixed :
16952                         displaying of such headers add an extra space
16953         * src/prefs_folder_item.c
16954                 don't create folders because it is not necessary
16955         * src/procmsg.h
16956                 added data field to MsgInfo for mbox internal use
16957         * src/summaryview.c
16958                 added some support for mbox
16959         * src/utils.[ch]
16960                 added get_mbox_cache_dir() function
16961
16962 2001-05-23 [hiroyuki]
16963
16964         * src/headerwindow.c
16965           src/inc.c
16966           src/main.c
16967           src/mh.c
16968           src/nntp.c
16969           src/procmsg.h
16970           src/session.h
16971           src/socket.[ch]
16972           src/summaryview.c
16973           src/textview.c
16974           src/automaton.c
16975           src/folderview.c: more sync with 0.4.99cvs2.
16976
16977         * src/headerwindow.c: reverted.
16978
16979 2001-05-22 [paul]
16980
16981         0.4.99claws2
16982
16983         * sync with sylpheed 0.4.99cvs2
16984                 * src/news.[ch]
16985                 * src/nntp.[ch]
16986                 * INSTALL
16987                 * INSTALL.jp
16988
16989 2001-05-22 [alfons]
16990
16991         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16992
16993 2001-05-21 [alfons]
16994
16995         Minor things:
16996
16997         * configure.in: if gnome-config not found, "no" is displayed
16998         
16999         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17000
17001         * src/textview.c: now also possible to add mail addresses by right
17002           clicking in the text view
17003
17004         * src/codeconv.c: merged patch which fixes endless loop when encountering
17005           invalid wide characters; from Alte <010@imis.ru>  
17006
17007 2001-05-20 [alfons]
17008
17009         Added installation of gnome specific things:
17010
17011         * Makefile.am: gnome conditional
17012
17013         * configure.in: check for installed gnome
17014
17015         * added sylpheed.png, sylpheed.desktop
17016
17017 2001-05-20 [sergey]
17018
17019         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17020
17021         * src/mainwindow.h (main_window_toolbar_create): created a button
17022         for "Reply to all".
17023         (main_window_set_toolbar_sensitive): enable/disable the new button
17024         appropriately.
17025         (toolbar_reply_to_author_cb): handle the new button.
17026
17027         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17028         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17029         failure).
17030
17031 2001-05-19 [sergey]
17032
17033         * src/compose.h (ComposeReplyMode): new modes
17034         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17035         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17036
17037         * src/compose.c
17038         (compose_send): move some code into a new function:
17039         (compose_current_mail_account): new function.
17040         (compose_reply): new argument to_author, all callers changed; if
17041         to_author==TRUE and account->protocol==A_NNTP, find and use an
17042         appropriate mail account for replying.
17043         (compose_reply_set_entry): new argument to_author; ignore
17044         compose->replyto if to_author==TRUE.
17045
17046         * src/mainwindow.c: new command "Message/Reply to author".
17047         (main_window_set_menu_sensitive): enable/disable it.
17048         (reply_cb): handle it.
17049
17050         * src/summaryview.c: new command "Reply to author".
17051         (summary_set_menu_sensitive): enable/disable it.
17052         (summary_reply_cb): handle it.
17053
17054         * src/account.c (account_find_mail_from_address): new function.
17055
17056 2001-05-18 [paul]
17057
17058         0.4.99claws1
17059
17060         * sync with sylpheed 0.4.99cvs1
17061
17062 2001-05-18 [hoa]
17063
17064         * src/compose.[ch]
17065         * src/filtering.c
17066         * src/summaryview.c
17067                 new filtering action : forward and forward as attachment
17068
17069         * src/main.c
17070                 no need for $DISPLAY when we run sylpheed --help
17071                 call to parse_cmd_opt() is moved
17072
17073         * src/mainwindow.[ch]
17074                 execute button is hidden when immediate execute
17075                 is chosen
17076
17077         * src/mh.c
17078         * src/news.c
17079         * src/prefs_folder_item.c
17080         * src/procmsg.c
17081                 better handling of missing directories
17082
17083         * src/summaryview.c
17084                 reedit is enabled in outbox
17085                 reedit is enabled in queue
17086
17087 2001-05-17 [hoa]
17088
17089         * src/filtering.c
17090         * src/matcher.[ch]
17091         * src/prefs_filtering.c
17092                 changed attachement into attachment
17093
17094 2001-05-17 [alfons]
17095
17096         0.4.67claws4    
17097
17098         * sync with sylpheed 0.4.67cvs9
17099         * sync with sylpheed 0.4.67cvs7-8
17100
17101 2001-05-17 [hoa]
17102
17103         * src/Makefile.am
17104                 added prefs_filtering.c
17105
17106         * src/filtering.[ch]
17107         * src/matcher.[ch]
17108                 removed action : forward_news and forward_news_as_attachement
17109                 (forward and forward_as_attachement can be used instead)
17110
17111         * src/mainwindow.c
17112                 added menu option to access filtering configuration
17113
17114         * src/prefs_account.c
17115                 changed mail_command default to /usr/sbin/sendmail
17116
17117         * added src/prefs_filtering.[ch]
17118                 dialog box for filtering configuration
17119
17120         * src/prefs_matcher.c
17121                 added function prefs_matcher_get_criteria_from_matching()
17122
17123         * src/prefs_scoring.c
17124                 reset the dialog when register or substitute is clicked
17125
17126 2001-05-15 [hoa]
17127
17128         * src/Makefile.am
17129                 added filtering.[ch]
17130         * src/inc.c
17131                 using filering.[ch] instead of filter.[ch]
17132         * src/main.c
17133                 reading new filtering configuration
17134         * src/matcher.[ch]
17135                 added some filtering actions
17136                 and fixed a bug for headers and mail body matching
17137         * src/mbox.c
17138                 using filering.[ch] instead of filter.[ch]
17139         * src/mh.c
17140                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
17141         * src/summaryview.c
17142                 some fixes for filtering
17143
17144 2001-05-14 [hiroyuki]
17145
17146         * src/send.c: fixed some weird indentations.
17147           send_message_with_command(): call pclose() only if p != NULL.
17148         * src/textview.c: get_email_part(): modified the code for readability.
17149
17150 2001-05-14 [hiroyuki]
17151
17152         * src/md5global.h
17153           src/md5ify.c
17154           src/md5ify.h: removed from the cvs.
17155
17156 2001-05-13 [sergey]
17157
17158         * src/main.c: include rfc2015.h to avoid compiler warnings.
17159         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
17160         the panel is already on screen.
17161         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
17162         closing the alert window by ESC as "No".
17163         * src/prefs_common.c (prefs_interface_create): moved return
17164         receipt check button to the correct place.
17165
17166 2001-03-13 [alfons]
17167
17168         * src/prefs_common.c: 
17169                 moved return receipt check button to the Send tab. (prefs_send_create)
17170                 removed the date format ui related globals. (prefs_display_create)
17171
17172         0.4.67claws3
17173         
17174         * sync with sylpheed 0.4.67cvs5-6
17175
17176 2001-05-13 [paul]
17177
17178         * added Alfons' font selection patch
17179
17180         * src/defs.h
17181         * src/headerwindow.c
17182         * src/prefs_common.c
17183         * src/prefs_common.h
17184
17185 2001-05-13 [hoa]
17186         * src/defs.h
17187                 changed version of cache
17188         * src/matcher.[ch]
17189         * src/prefs_matcher.c
17190                 added additionnal matching criteria
17191         * src/procheader.c
17192         * src/procmsg.[ch]
17193         * src/news.c
17194                 added references in MsgInfo
17195
17196 2001-05-12 [hoa]
17197
17198         * src/defs.h
17199                 prepared some things for new filtering
17200         * src/matcher.[ch]
17201                 added some matching properties
17202                 inreplyto need to be enhanced
17203                 prepared some things for new filtering
17204         * src/messageview.c
17205                 added Return-Receipt-To handling
17206         * src/prefs_folder_item.c
17207                 changed default value to TRUE
17208         * src/prefs_matcher.c
17209                 added some matching properties
17210         * src/prefs_scoring.[ch]
17211                 the scoring dialog is finished
17212         * src/procheader.c
17213                 added Return-Receipt-To handling
17214                 Reference need to be added
17215         * src/procmsg.[ch]
17216                 added Return-Receipt-To handling
17217                 added threadscore to get a better score sorting when
17218                 threads are enabled
17219         * src/summaryview.c
17220                 suppressed a bug when we sort the list
17221                 when no folder is opened.
17222                 better score sorting when threads are enabled
17223
17224 2001-05-12 [alfons]
17225
17226         * reverted previous patch because of potential errors 
17227
17228         0.4.67claws2
17229         
17230         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
17231                 applied "toggle mail-retrieval dialog window" patch submitted 
17232                 by Eric Limpens <eric@qnt.net>
17233
17234         * sync with sylpheed 0.4.67cvs4
17235
17236 2001-05-12 [sergey]
17237
17238         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
17239         some picky compilers.
17240         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
17241         * src/grouplist_dialog.c: include alertpanel.h.
17242         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
17243         fix compile warning.
17244         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
17245         #include "defs.h" before others to prevent the warning of `MIN'
17246         and `MAX' redefinition.
17247
17248 2001-05-11 [hoa]
17249
17250         * src/main.c
17251         * src/messageview.c
17252         * src/prefs_account.c
17253         * src/prefs_display_header.c
17254                 removed warning
17255         * src/Makefile.am
17256                 added prefs_scoring.[ch]
17257         * src/grouplist_dialog.c
17258                 display an error dialog box if the group list
17259                 cannot be fetched.
17260         * src/mainwindow.[ch]
17261                 added main_window_set_thread_option() function
17262                 scoring dialog box enabled
17263         * src/matcher.[ch]
17264                 added flags matching unread /new / marked
17265                 / deleted / replied / forwarded
17266         * src/news.c
17267                 newsgroups are now finally in newscache
17268         * src/prefs_matcher.[ch]
17269                 finished preferences for matching dialog
17270         * added src/prefs_scoring.[ch]
17271                 scoring dialog box completed
17272         * src/scoring.[ch]
17273                 conversion to string : added scoringprop_to_string()
17274                 write config for preferences :
17275                 added prefs_scoring_write_config()
17276         * src/summaryview.c
17277                 threads can be enabled/disabled independently
17278                 for each folder
17279
17280 2001-05-10 [alfons]
17281
17282         0.4.67claws1
17283         
17284         * AUTHORS: 
17285                 thought it would be nice to have a list of all
17286                 contributors (used Changelog as a reference)
17287         
17288         * configure.in: 
17289                 messed up version numbering...
17290
17291         0.4.66claws1
17292
17293         * sync with sylpheed 0.4.67cvs1-3
17294
17295 2001-05-10 [darko]
17296
17297         * src/prefs_common.c:
17298                 better UI for strftime format, double clicking
17299                 on format now inserts the format in text entry
17300                 replaced close button with standard OK/Cancel
17301                 moved date format button to the right of the
17302                 text entry field
17303
17304 2001-05-09 [alfons]
17305
17306         * src/gtkstext.c:
17307                 Ctrl-Home / Ctrl-End have proper cursor navigation
17308
17309 2001-05-09 [hoa]
17310
17311         * src/prefs_matcher.c
17312                 finished UI to define matching properties
17313                 added ok and cancel button
17314         * src/prefs_filter.c
17315                 added ok and cancel button
17316         * src/news.c
17317                 fixed some bug in xhdr parsing
17318
17319 2001-05-08 [alfons]
17320
17321         * src/textview.c: 
17322                 fixed a bug in textview_show_header(), which displayed two colons (':');
17323                 cleaned up some warnings
17324
17325 2001-05-08 [hoa]
17326
17327         * src/Makefile.am
17328                 added prefs_matcher.[ch]
17329                 compilation with -W -Wall
17330         * src/alertpanel.c
17331                 ungrab the mouse events if grabbed - does it
17332                 fix the bug for disposition notification ?
17333         * src/mainwindow.c
17334                 added a menu option to open the matching dialog.
17335         * src/matcher.[ch]
17336                 added matcherprop_to_string() and matcherlist_to_string()
17337                 fixed some bugs, changed the name of some options
17338                 age_sup and age_inf becomes age_greater and age_lower,
17339                 body and messageheaders becomes body_part and headers_part,
17340                 changed the names of constants from SCORING_XXX to MATCHING_XXX
17341         * src/prefs_display_header.c
17342         * src/prefs_headers.c
17343                 fixed a bug that accidentally destroyed dialogs
17344                 when closed them with delete_event
17345                 Added *_deleted() which handle delete_event signal correctly.
17346         * src/prefs_folder_item.[ch]
17347                 added "enable_thread" field for future customization
17348         * added src/prefs_matcher.[ch]
17349                 sample of the UI to define matching properties
17350         * src/procheader.c
17351                 using procheader_headername_equal instead of str*cmp functions
17352                 using procheader_parse_header() function
17353         * src/scoring.c
17354                 using MATCHING_XXX instead of SCORING_XXX
17355         * src/summaryview.c
17356                 display the sender of the news even if this is ourself
17357                 when this is a news message.
17358         * src/textview.c
17359                 using headername_equal() instead of str*cmp functions
17360
17361 2001-05-08 [alfons]
17362
17363         0.4.66claws
17364
17365         * sync with sylpheed 0.4.66
17366         * src/gtkstext.c: trace logs added 
17367
17368 2001-05-08 [sergey]
17369
17370         * src/prefs_common.[ch]: added option to enable/disable GnuPG
17371         signature check popup.
17372         * src/rfc2015.c (check_signature): show signature check popup only
17373         if it is enabled in preferences.
17374
17375 2001-05-07 [alfons]
17376
17377         0.4.66claws4
17378         
17379         * sync with sylpheed 0.4.66cvs6
17380
17381 2001-05-07 [darko]
17382
17383         * src/prefs_common.[ch]: added option to enable/disable
17384           looking up sender name in address book for summary pane
17385         * src/summaryview.c: look up sender in the address book
17386           by using Alfons' address completion code
17387
17388 2001-05-07 [hiroyuki]
17389
17390         * src/inc.h
17391           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
17392           member of Pop3State.
17393         * src/news.c: brought #include "defs.h" before #include <glib.h>
17394           to prevent the warning of `MIN' and `MAX' redefinition.
17395
17396 2001-05-06 [hoa]
17397
17398         * removed src/headers_display.[ch]
17399         * removed src/prefs_display_headers.[ch]
17400         * src/inc.c
17401                 use a temporary file in the user directory for mbox import
17402         * src/news.c
17403                 added XHDR support to get "To" and "Cc" headers
17404                 (in order to match news with to or cc field for
17405                 scoring)
17406                 added function news_parse_xhdr() to get XHDR response
17407         * src/nntp.[ch]
17408                 added function nntp_xhdr()
17409         * src/matcher.c
17410                 fetch the message if necessary
17411
17412 2001-05-06 [alfons]
17413
17414         0.4.66claws3
17415
17416         * sync with sylpheed 0.4.66cvs3-5
17417
17418 2001-05-06 [hoa]
17419
17420         * src/utils.[ch]
17421                 added function itos_buf() to enable use of several buffers
17422         * src/summaryview.c
17423                 use of itos_buf() instead of itos() in summary list
17424                 to fix the broken display of message number.
17425
17426 2001-05-06 [alfons]
17427
17428         * src/gtkstext.c: bug in cursor up navigation fixed,
17429                 fixed another unsigned / signed comparison (we're getting there :-)
17430
17431 2001-05-06 [hoa]
17432
17433         * src/Makefile.am
17434                 added scoring.c scoring.h
17435                 prefs_folder_item.c prefs_folder_item.h
17436                 matcher.c matcher.h
17437         * src/defs.h
17438                 added FOLDERITEM_RC SCORING_RC
17439         * src/folder.[ch]
17440                 added prefs field in FolderItem :
17441                 properties for each folder (PrefsFolderItem),
17442                 sorting type and mode were added as the first properties.
17443         * src/main.c
17444                 read config for scoring
17445         * added src/matcher.[ch]
17446                 gives functions to parse configuration file to do
17447                 matching on mails with a list of conditions.
17448         * src/mainwindow.c
17449                 add option to sort by score
17450         * src/prefs_common.[ch]
17451                 added preference option to show score and for
17452                 the score column size
17453         * added src/prefs_folder_item.[ch]
17454                 properties for each folder (PrefsFolderItem),
17455                 sorting type and mode were added as the first properties.
17456         * src/procheader.[ch]
17457                 added procheader_parse_header()
17458                 added procheader_header_free()
17459                 added procheader_headername_equal()
17460                 and made modification to use them.
17461         * src/procmsg.[ch]
17462                 added score field to MsgInfo structure
17463         * added src/scoring.[ch]
17464                 gives functions to parse configuration file to do
17465                 scoring on mails with a list of conditions.
17466         * src/summaryview.[ch]
17467                 save the sorting type and mode for the folder
17468                 added column to display the score of the mail
17469                 added function summary_score_clicked()
17470                 sorting type and mode are restored to the folder
17471                 when it is reopen
17472         * src/textview.c
17473                 use procheader_parse_header(), procheader_headername_equal()
17474                 removed memory leak in text_scan_header when freeing headers
17475         * src/filter.c
17476                 changed the function to match names of headers
17477                 using procheader_headername_equal()
17478
17479         Scoring functions are implemented, an interface is needed
17480         to configure that.
17481
17482 2001-05-04 [alfons]
17483
17484         * src/gtkstext.c: 
17485                 hopefully fixed the row up navigation bug,
17486                 removed adding back / forward lines to cache
17487
17488 2001-05-04 [sergey]
17489
17490         * src/prefs_display_headers.c: user interface changes:
17491         (prefs_display_headers_create): remove unused "Show" check button;
17492         allow reordering of headers by dragging.
17493         (prefs_display_headers_write_config): remove unused variables.
17494         (prefs_display_headers_set_dialog): do not insert "(New)" at top
17495         of lists (not needed with the new UI).
17496         (prefs_display_headers_set_list): scan lists starting from row 0,
17497         not 1 (do not skip "(New)").
17498         (prefs_display_headers_find_header): new function.
17499         (prefs_display_headers_clist_set_row): do not allow duplicates.
17500         (prefs_display_headers_delete_cb): do not skip row 0; treat
17501         closing the alert window by ESC as "No".
17502         (prefs_display_headers_up): do not protect row 0.
17503         (prefs_display_headers_down): do not protect row 0.
17504
17505 2001-05-04 [sergey]
17506
17507         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
17508         functions.
17509
17510         * src/summaryview.c
17511         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
17512         summary_select_next_marked, summary_select_prev_marked): new
17513         functions.
17514
17515 2001-05-03 [sergey]
17516
17517         * src/news.c: fixed a bug when no article can be fetched after
17518         server timeout if the connection was restored by news_post():
17519         (news_select_group): new function.
17520         (news_fetch_msg): call news_select_group() before fetching
17521         article.
17522         (news_get_uncached_articles): set session->group after successful
17523         GROUP command.
17524
17525 2001-05-03 [hoa]
17526
17527         * src/defs.h
17528         * src/procmsg.[ch]
17529         * src/procheader.c
17530                  changed version of cache, added cc field
17531
17532         * src/prefs_display_headers.c
17533                 the interface was changed
17534
17535         * src/prefs_headers.c
17536                 added cancel button
17537
17538 2001-05-03 [alfons]
17539
17540         * completed sync of sylpheed cvs2
17541         * src/gtkstext.c: updated row up / down cursor navigation
17542         * src/textview.c: re-edited, prepared for fixing the email address
17543                 scanner.
17544
17545 2001-05-03 [darko]
17546
17547         * src/prefs_common.c: use alfons' strftime ui code
17548         entry_datefmt and datefmt_sample widgets have to be
17549         global in this module because of this change
17550
17551 2001-05-03 [hoa]
17552
17553         * src/messageview.c
17554         * src/prefs_common.[ch] added option to activate the return receipt
17555                 feature.
17556
17557 2001-05-02 [alfons]
17558
17559         * src/gtkstext.c: fix for row up/down cursor navigation. 
17560
17561         0.4.66claws2
17562         
17563         * sync with 0.4.66cvs2
17564
17565 2001-05-02 [paul]
17566
17567         added add-sender-to-addressbook patch
17568
17569         * src/addressbook.c
17570         * src/addressbook.h
17571         * src/summaryview.c
17572
17573 2001-05-02 [sergey]
17574
17575         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
17576         G_ALERTDISABLE.
17577
17578         * src/alertpanel.c (alertpanel_create): new argument can_disable,
17579         all existing callers changed to pass FALSE; create a check button
17580         to disable the message.
17581         (alertpanel_message_with_disable): new function.
17582         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
17583         (alertpanel_button_toggled): new function.
17584         (alertpanel_button_clicked, alertpanel_close): set value using
17585         G_ALERT_VALUE_MASK.
17586
17587         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
17588
17589         * src/prefs_common.c (prefs_privacy_create): new check button
17590         checkbtn_gpgme_warning.
17591
17592         * src/main.c (main): moved preferences reading before gpgme
17593         initialization; check prefs_common.gpgme_warning before giving the
17594         GnuPG warning and set it to FALSE if the user wants to disable the
17595         warning.
17596
17597 2001-05-02 [hiroyuki]
17598
17599         * src/prefs_display_headers.c: modified the layout and some labels.
17600
17601 2001-05-02 [sergey]
17602
17603         * src/prefs_account.c (prefs_account_fix_size): new function.
17604         (prefs_account_create): call prefs_account_fix_size(); use
17605         gtk_widget_show instead of gtk_widget_show_all (fixes too large
17606         size when the window is shown for the first time).
17607         (prefs_account_basic_create): changed layout of serv_table; moved
17608         localmbox_entry above smtpserv_entry (logically it replaces
17609         POP3/IMAP server).
17610         (prefs_account_protocol_activated): set sensitivity of
17611         nntpauth_chkbtn according to the protocol (in addition to
17612         hide/show); commented out gtk_table_set_row_spacing() calls.
17613         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
17614         not sensitive (fixes a bug with disabled username/password boxes
17615         when editing POP3 account after NNTP with authentication).
17616
17617 2001-05-02 [hoa]
17618
17619         * src/account.c
17620         * src/inc.c
17621         * src/prefs_account.[ch]
17622         * src/send.c
17623                 removed local account without SMTP server
17624                 added option to use mail command instead of a connexion
17625                 to SMTP server when a local account is used
17626         * src/prefs_headers.c
17627                 fixed a bug
17628         * src/news.c
17629                 fixed a bug when connexion immediately closed
17630
17631 2001-05-01 [alfons]
17632
17633         0.4.66claws1
17634         
17635         * sync with 0.4.65
17636
17637 2001-05-01 [sergey]
17638
17639         * src/prefs_account.c (Basic, prefs_account_basic_create): new
17640         widget nntpauth_chkbtn.
17641         (prefs_account_protocol_activated): handle nntpauth_chkbtn
17642         visibility.
17643         (prefs_account_nntpauth_toggled): new function.
17644
17645         * src/news.c (news_session_new_for_folder): use NNTP
17646         authentication only if ac->use_nntp_auth is set.
17647
17648 2001-05-01 [hoa]
17649
17650         * src/Makefile.am changed headers.[ch] in customheader.[ch]
17651         * src/prefs_display_headers.c changed the UI
17652         * src/prefs_headers.c changed account_name to account_id
17653         * src/compose.c using customheader.h
17654
17655 2001-05-01 [hiroyuki]
17656
17657         * src/esmtp.c
17658           src/news.c
17659           src/nntp.c: changed sock_read() to sock_gets(), they've been left
17660           unsynched.
17661
17662 2001-05-01 [hoa]
17663
17664         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
17665         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
17666                 for displaying of headers
17667         * src/grouplist_dialog.[ch] minor changes to remove warnings
17668         * src/prefs_display_headers.[ch] dialog to choose the
17669         headers to display in the mail viewer.
17670         * src/headers.h correction of #define
17671         * src/headers_display.[ch] configuration for displaying of headers.
17672         * src/main.c read config of displaying of headers
17673         * src/prefs_common.c add a button to access the config dialog
17674                 for displaying of headers
17675         * src/prefs_display_headers.[ch] dialog for configuration for
17676                 displaying of the headers.
17677         * src/prefs_headers.c cleaning of code
17678         * src/procheader.c comments added to code
17679         * src/textview.c changes to reorder the headers depending
17680                 on the config for displaying of headers
17681
17682 2001-04-30 [alfons]
17683
17684         0.4.65claws7
17685
17686         * sync with 0.4.65cvs12
17687
17688         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17689
17690 2001-04-30 [sergey]
17691
17692         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17693
17694         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17695         is set to force reconnection after authentication failure.
17696         (nntp_gen_command): set sock->auth_failed on authentication
17697         failure, or if sock->userid and sock->passwd are not set.
17698
17699         * src/news.c (news_session_new_for_folder): set userid=NULL if
17700         password dialog is cancelled.
17701
17702 2001-04-30 [sergey]
17703
17704         * src/nntp.h (NNTPSockInfo): new type.
17705
17706         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17707         SockInfo.
17708         (nntp_open_auth, nntp_close): new functions.
17709         (nntp_gen_command): new function to handle authentication; all
17710         NNTP command functions updated to use it.
17711         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17712         (nntp_list): removed old useless code.
17713
17714         * src/news.h (NNTPSession): new field nntp_sock.
17715
17716         * src/news.c: all functions updated to use NNTPSockInfo instead of
17717         SockInfo.
17718         (news_session_new): new arguments (userid, passwd); made static;
17719         use nntp_open_auth() if needed.
17720         (news_session_destroy): use nntp_close() instead of sock_close().
17721         (news_query_password): changed arguments.
17722         (news_session_new_for_folder): new function.
17723         (news_session_get): use news_session_new_for_folder().
17724         (news_authenticate): deleted.
17725         (news_get_uncached_articles): removed old authentication code.
17726
17727 2001-04-30 [sergey]
17728
17729         * src/news.c: reverted my previous changes (need to do NNTP
17730         authentication in a cleaner way).
17731         
17732 2001-04-29 [sergey]
17733
17734         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17735         news_nntp_post, news_nntp_mode): new functions (wrappers with
17736         authentication support).
17737         (news_get_article_cmd, news_get_article, news_get_header): new
17738         argument "folder"; all callers changed.
17739         (news_get_article_cmd): added authentication support.
17740         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17741         (news_post): use news_nntp_post() instead of nntp_post().
17742         (news_get_uncached_articles): use news_nntp_group() instead of
17743         nntp_group() and news_nntp_xover() instead of nntp_xover();
17744         removed old authentication code.
17745         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17746
17747         * src/nntp.c (nntp_list): return real error code instead of
17748         hardcoded NN_ERROR.
17749
17750 2001-04-29 [sergey]
17751
17752         * configure.in: fixed wint_t typedef detection again
17753
17754 2001-04-28 [hoa]
17755
17756         * src/prefs_account.[ch], added A_LOCAL_CMD
17757                 (send mail with mail command)
17758         * src/send.c added function send_message_with_command()
17759         * src/inc.c made a more secure get_spool() function with
17760                 mktemp() but maybe mkstemp() or something more
17761                 secure can be used.
17762
17763 2001-04-28 [alfons]
17764
17765         * src/textview.c, colorization of email addresses in headers
17766
17767         0.4.65claws6
17768
17769         * bug sync with sylpheed
17770         * prefs_common.c: created date format ui for darko
17771         * sync with 0.4.65cvs11
17772         * configure.in: corrected to have the new gpg checks
17773
17774 2001-04-27 [alfons]
17775
17776         * completed sync with 0.4.65cvs10
17777         * minor debug things added to gtkstext.c
17778
17779 2001-04-27 [darko]
17780
17781         * configure.in: remove check for availability of
17782           strftime() as advised by Hiroyuki
17783         * src/prefs_common.[ch], src/procheader.c:
17784           synch strftime() code with Hiroyki's main branch
17785
17786 2001-04-26 [sergey]
17787
17788         * src/news.c: news_query_password(), news_authenticate(): new
17789           functions.
17790           news_get_uncached_articles(): added NNTP authentication
17791           handling.
17792         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17793           new functions.
17794         * src/prefs_account.c: prefs_account_protocol_activated():
17795           enable userid and password fields for NNTP.
17796
17797 2001-04-26
17798
17799         * configure.in: check for availability of strftime()
17800           [darko]
17801         * src/prefs_common.[ch], src/procheader.c: use
17802           strftime() for displaying date in summary pane if it
17803           is available
17804
17805 2001-04-25
17806
17807         * more .cvsignore cleanups [alfons]
17808
17809 2001-04-25
17810
17811         * ac/sv-check-type.m4: new autoconf macro.
17812         * configure.in: fixed wint_t typedef detection (did not work
17813           with gcc-2.96).
17814
17815 2001-04-25
17816
17817         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17818           [hiroyuki]
17819
17820 2001-04-24
17821         * modified gtkstext.c : buggy cursor navigation fixed, 
17822           and font descent also taken in account when drawing
17823           cursor. [alfons]
17824
17825 2001-04-24 [hoa]
17826         * added comments in src/news.c src/nntp.c
17827         * added src/prefs_headers.[ch]
17828         * added src/headers.[ch]
17829         * modified compose.c to activate custom headers
17830                 added function is_in_custom_headers
17831         * modified prefs_account.[ch]
17832                 added function prefs_account_customhdr_edit
17833         * modified src/defs.h :
17834                 added HEADERS_RC : name of the config file
17835                 for the custom headers
17836
17837 2001-04-24
17838
17839     0.4.65claws5
17840
17841         * configure.in
17842           src/gtkstext.[ch]
17843           src/compose.c
17844           src/Makefile.am
17845           
17846           added gtkstext with configure.in patch by Hiroyuki which
17847           should fix the XIM detection [alfons]
17848
17849         * more clean up of cvs [alfons]
17850
17851                  * removed all Makefile.in files to attic.
17852
17853                  * updated all .cvsignores to really ignore things that could
17854                    be unintentionally committed by a recursive commit.
17855
17856 2001-04-23 [hoa]
17857         * added src/grouplist_dialog.[ch]
17858         * changed src/folderview.c to call grouplist_dialog instead
17859                 of inputdialog
17860         * src/news.c :
17861                 added functions news_reset_group_list
17862                 and news_get_group_list
17863         * src/nntp.c :
17864                 added function nntp_list
17865         * src/defs.h :
17866                 added GROUPLIST_FILE : name of the newsgroup list cache file
17867
17868 2001-04-21
17869
17870         * added option to warn about queued messages on exit [sergey]:
17871
17872           * src/compose.c: compose_queue(): call folder_item_scan()
17873             and folderview_update_item() after queueing.
17874           * src/folderview.c: folderview_update_node(): draw the queue
17875             folder in bold font if there are queued messages.
17876           * src/mainwindow.c: queued_messages(): new function.
17877             app_exit_cb(): display warning if there are queued messages
17878             if warn_queued_on_exit is set.
17879           * prefs_common.[ch]: add warn_queued_on_exit option.
17880
17881         * enhanced GnuPG key selection support [sergey]:
17882
17883           * src/select-keys.c: updated to newer version from Win32
17884             branch with support for selecting arbitrary keys.
17885           * src/prefs_account.c: added the Privacy tab to the account
17886             options window.
17887             prefs_account_privacy_create(),
17888             prefs_account_sign_key_set_data_from_radiobtn(),
17889             prefs_account_sign_key_set_radiobtn(): new functions.
17890           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17891           * src/rfc2015.c: set_signers(): new function.
17892             pgp_sign(): add the account parameter, call set_signers().
17893             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17894           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17895           * src/compose.c: pass the current account to rfc2015_sign().
17896
17897         * tag name claws added to prevent confusion with main branch [alfons]
17898
17899         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17900
17901         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17902
17903         * sync with recent sylpheed cvs. Untested though. [alfons]
17904