887dc8f11e632342302d4ef9221d76fbd8172c22
[claws.git] / ChangeLog.claws
1 2003-10-01 [melvin] 0.9.5claws40
2
3         * po/fr.po
4                 Updated French translations
5
6 2003-10-01 [melvin] 0.9.5claws39
7
8         * src/prefs_fonts.c
9                 Fixed a Gtk warning
10
11         * src/plugins/dillo_prefs.c     
12                 Quasi unnoticeable UI clean-up.
13
14 2003-10-01 [paul]
15
16         * tools/README
17           tools/maildir2sylpheed.pl
18                 bug fixes, rewrites, submitted by Matthias Förste 
19                 <itsjustme@users.sourceforge.net>
20
21 2003-09-29 [paul]       0.9.5claws38
22
23         * src/inc.c
24                 fix my coding carelessness
25
26 2003-09-29 [paul]       0.9.5claws37
27
28         * po/POTFILES.in
29           src/Makefile.am
30           src/main.c
31           src/prefs_common.[ch]
32           src/prefs_fonts.[ch]  ** NEW FILES **
33                 move Font config options to Other Prefs/Display/Fonts
34                 (user's current configuration is preserved)
35
36 2003-09-29 [paul]       0.9.5claws36
37
38         * src/inc.c
39           src/prefs_account.c
40                 allow 'local_mbox' value to point to either a directory 
41                 (/var/mail -  default, new) or a file (/var/mail/username
42                 - original)
43
44 2003-09-28 [paul]       0.9.5claws35
45
46         * src/rfc2015.c
47                 on signature check, where key exists, print the
48                 Key ID
49
50 2003-09-27 [alfons]     0.9.5claws34
51
52         * src/action.c
53                 o make progress bar not fill/expand when resizing dialog
54                 o use default fixed text font for actions output
55
56 2003-09-27 [paul]       0.9.5claws33
57
58         * src/prefs_common.[ch]
59           src/procmsg.c
60           src/send_message.c
61                 remove External Program settings from Common Prefs/Send
62                 as they are now unnecessary due to Local account settings.
63                 plus a little tidying-up after 0.9.5claws31
64
65 2003-09-27 [paul]       0.9.5claws32
66
67         * src/prefs_account.c
68                 o make correction to gui text:
69                   'Local mailbox file' -> 'Local mailbox directory'
70                 o give 'local_mbox' option a reasonable default value:
71                   '/var/mail'
72                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
73                   value
74
75 2003-09-26 [paul]       0.9.5claws31
76
77         * src/inc.c
78           src/prefs_common.[ch]
79                 remove 'Incorporate from spool' common pref,
80                 force creation of a 'Local' account
81
82 2003-09-26 [christoph]  0.9.5claws30
83
84         * src/folder.c
85         * src/msgcache.c
86                 add more NULL pointer checks
87
88 2003-09-25 [christoph]  0.9.5claws29
89
90         * src/folder.c
91                 o don't fetch source message to get it's message id
92                 o immediately scan dest folder when copying a message did not
93                   return a new message number and not do it when the first message
94                   without a new message number is found
95
96 2003-09-23 [christoph]  0.9.5claws28
97
98         * src/compose.c
99                 fix generating of headers
100
101         (patch by David Relson <relson@osagesoftware.com>)
102
103 2003-09-23 [paul]       0.9.5claws27
104
105         * po/zh_CN.po
106                 update Simplified Chinese translation. submitted by
107                 Hansom Young
108
109 2003-09-23 [paul]       0.9.5claws26
110
111         * tools/Makefile.am
112           tools/README
113           tools/vcard2xml.py    ** NEW FILE **
114                 add a script that converts an evolution vcard to
115                 sylpheed's xml format
116                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
117
118 2003-09-22 [paul]       0.9.5claws25
119
120         * src/plugins/clamav/clamav_plugin.c
121                 don't skip MULTIPART parts
122
123 2003-09-21 [christoph]  0.9.5claws24
124
125         * src/alertpanel.c
126                 remove unneeded include
127
128         * src/folder.c
129                 clean up copy/move mess with duplicated code
130
131         * src/imap.c
132                 fix problem that sometimes the folder was not scanned
133                 also it was changed
134
135 2003-09-21 [christoph]  0.9.5claws23
136
137         * src/Makefile.am
138         * src/logwindow.[ch]                    ** REMOVE **
139         * src/mainwindow.c
140         * src/prefs_common.c
141         * src/gtk/Makefile.am
142         * src/gtk/logwindow.[ch]                ** ADD **
143                 make logwindow prefs_common independent and move
144                 it to gtk directory
145
146 2003-09-20 [christoph]  0.9.5claws22
147
148         * src/compose.c
149                 add extra space for address code conversion
150                 (4 * unconvered size could be too small for short headers)
151
152 2003-09-20 [christoph]  0.9.5claws21
153
154         * src/compose.c
155                 increase temp buffer size when writing headers
156
157 2003-09-19 [darko]      0.9.5claws20
158
159         * src/compose.c
160                 don't ignore value of 'Save copy of outgoing messages to
161                 this folder instead of Sent' in message redirect
162
163 2003-09-17 [christoph]  0.9.5claws19
164
165         * src/compose.c
166                 use ", " as address seperator for mail headers and pass whole
167                 header line at once to compose_convert_header to make sure
168                 it is correctly folded
169
170         (closes Bug 64 Problem when sending to many recipients)
171
172 2003-09-17 [hoa]        0.9.5claws18
173         
174         * src/matcher.[ch]
175           src/matcher_parser_parse.y
176           src/prefs_matcher.c
177                 changed the keyword used for command execution in condition
178                 keyword is changed from "execute" to "test"
179                 so that it is not the same as the one used for action.
180                 This will fix a bug when using filtering dialog.
181                 All semantic in the code is also changed to reflect
182                 the keyword change.
183
184 2003-09-17 [paul]
185         
186         * sync with 0.9.6 release
187
188 2003-09-17 [paul]       0.9.5claws17
189
190         * sync with 0.9.5cvs8
191                 see ChangeLog 2003-09-16 and 2003-09-17
192
193 2003-09-16 [paul]       0.9.5claws16
194
195         * sync with 0.9.5cvs6
196                 see ChangeLog 2003-09-16
197
198 2003-09-15 [paul]       0.9.5claws15
199
200         * sync with 0.9.5cvs5
201                 see ChangeLog 2003-09-15
202
203 2003-09-14 [alfons]     0.9.5claws14
204
205         * src/inc.c
206                 make "Go to inbox after receiving new mail" again;
207                 regression of a sync, restored to sylpheed main 
208                 behaviour. (misses still some bits)
209
210 2003-09-14 [alfons]     0.9.5claws13
211
212         * src/prefs_filtering_action.c
213                 o add proper message if empty execute command line
214                 o don't select first action item after registering a
215                   new action to prevent (what seems to be a GTK) bug
216                   #36, "filtering will only accept one action change 
217                   per invocation".
218
219 2003-09-14 [alfons]     0.9.5claws12
220
221         * src/prefs_filtering.c
222         * src/prefs_filtering_action.c
223         * src/prefs_matcher.c
224                 fix function signature for key_pressed_event signal handlers
225
226 2003-09-14 [alfons]     0.9.5claws11
227
228         * src/mainwindow.c
229                 fix regression caused by fix for invalid bug #7
230                 (should fix #246, "Multiple selections are deselected when 
231                 moving from search window to main window")
232                 
233 2003-09-14 [alfons]     0.9.5claws10
234         
235         * src/actions.[ch]
236         * src/filtering.[ch]
237         * src/prefs_actions.c
238                 allow `filtering actions` in actions; only for advanced users
239                 right now: try for example, "%as{mark color 2}" 
240         
241 2003-09-13 [paul]       0.9.5claws9
242         
243         * po/pl.po
244           po/zh_CN.po   ** NEW FILE **
245                 update Polish translation, submitted by Emil 
246                 <eminowbl@posejdon.wpk.p.lodz.pl>
247                 add new Simplified Chinese translation, submitted by
248                 Hansom Young <hansom_young@yahoo.com>
249
250 2003-09-12 [alfons]     0.9.5claws8
251
252         * src/summaryview.c
253                 don't open separate message views when View | Separate message view
254                 is active 
255                 (please look carefully for any navigation regressions)
256
257 2003-09-11 [alfons]     0.9.5claws7
258
259         * src/mainwindow.c
260                 make default message view, opened by View | Separate message 
261                 view, look like a claws message view (which includes a menu
262                 bar and a toolbar)
263                 (fixes bug #298, "message view loses tool bar") 
264
265 2003-09-11 [christoph]  0.9.5claws6
266
267         * src/folderview.c
268                 fix double deleting of newsgroup folders
269
270         (closes Bug 305 crash after deleting of a newsgroup)
271
272 2003-09-11 [paul]       0.9.5claws5
273
274         * src/rfc2015.c
275           src/common/utils.h
276                 more sync'ing from 0.9.5cvs2
277
278 2003-09-11 [christoph]  0.9.5claws4
279
280         * src/compose.c
281         * src/rfc2015.c
282         * src/common/utils.h
283                 fix sync with 0.9.5cvs2
284
285 2003-09-11 [paul]       0.9.5claws3
286
287         * sync with 0.9.5cvs4
288                 see ChangeLog 2003-09-11
289
290 2003-09-11 [paul]       0.9.5claws2
291
292         * sync with 0.9.5cvs2
293                 see ChangeLog 2003-09-05
294                 
295 2003-09-11 [paul]       0.9.5claws1
296
297         * sync with 0.9.5cvs3
298                 see ChangeLog 2003-09-10
299
300 2003-09-10 [paul]       0.9.5claws
301
302         * 0.9.5claws released
303
304 2003-09-10 [paul]       0.9.4claws78
305
306         * src/Makefile.am
307                 add missing files
308
309 2003-09-10 [melvin]     0.9.4claws77
310
311         * po/fr.po
312                 Updated French translations
313
314 2003-09-10 [paul]       0.9.4claws76
315
316         * po/es.po
317           po/sk.po
318           po/sr.po
319                 update Spanish, Slovak, and Serbian translations.
320                 submitted by Ricardo Mones Lastra, Andrej Kacian,
321                 and Urke MMI
322                 
323         * AUTHORS
324                 add translation team section
325
326 2003-09-09 [christoph]  0.9.4claws75
327
328         * src/folder.c
329                 free item->prefs in folder_item_destroy
330
331 2003-09-09 [alfons]     0.9.4claws74
332
333         * src/folderview.c
334                 o proper check for root node sorting
335                 o remove unnecessary gtk_ctree_remove_node 
336
337         (should fix bug #300, "crash while moving folder")      
338
339 2003-09-08 [christoph]  0.9.4claws73
340
341         * src/folderview.c
342                 o fix double adding of IMAP FolderItems to GtkCTree
343                 o fix crash then mbox folder is removed
344
345 2003-09-08 [christoph]  0.9.4claws72
346
347         * src/folder.c
348         * src/folderview.c
349         * src/mainwindow.c
350                 fix new folder notification
351
352         * src/mbox_folder.c
353                 fix cache path
354
355 2003-09-08 [christoph]  0.9.4claws71
356
357         * src/compose.c
358                 replace '\n' and '\r' before removing trailing spaces
359
360         * src/folder.[ch]
361         * src/folderview.c
362                 add information about new or removed items in folder tree change
363                 notification and use this in folderview to add and remove only
364                 the appected items and not refresh the whole tree
365
366 2003-09-07 [match]      0.9.4claws70
367
368         * src/Makefile.am
369         * src/addr_compl.c
370         * src/addressbook.c
371         * src/addressitem.h
372         * src/addrindex.c
373         * src/addritem.c
374         * src/addritem.h
375         * src/addrquery.c                       ** NEW **
376         * src/addrquery.h
377         * src/ldapquery.c
378         * src/ldapserver.c
379         * src/stock_pixmap.c
380         * src/stock_pixmap.h
381         * src/pixmaps/address_search.xpm        ** NEW **
382                 re-introduce Lookup button for LDAP 'static' searches.
383
384 2003-09-07 [alfons]     0.9.4claws69
385         
386         * src/summaryview.c
387                 abandon setting usize for messageview because it gives layout problems
388                 with the quick search bar and the headerview; fixes assorted UI glitches:
389                 
390                 o bug #148, "Toggling of quick-search bar reduces index view area" 
391                 o bug #280, "Window resiizes for line length but does not revert"
392
393 2003-09-07 [christoph]  0.9.4claws68
394
395         * src/compose.c
396                 o make sure we don't have any newlines in header values
397                 o check custom headers for spaces and newlines and ignore
398                   malformed header names
399
400 2003-09-06 [christoph]  0.9.4claws67
401
402         * src/folder.c
403         * src/folderview.c
404                 invoke notification hook for folder tree changes after append
405                 and remove folder
406
407         (closes Bug 294 Crash while moving folder with many subdirectories)
408
409 2003-09-06 [christoph]  0.9.4claws66
410
411         * src/folder.c
412                 destroy folder's MsgCache if FolderItem is removed to make sure
413                 it is not saved when the FolderItem is destroyed
414
415 2003-09-06 [christoph]  0.9.4claws65
416
417         * src/plugins/clamav/clamav_plugin.c
418                 fix copy & paste bug
419
420 2003-09-05 [christoph]  0.9.4claws64
421
422         * src/folder.c
423         * src/messageview.[ch]
424         * src/procmsg.[ch]
425         * src/summaryview.c
426                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
427                 by MessageView to clear it when the message is deleted. Should
428                 work even if messages are deleted in MainWindow or by
429                 processing.
430
431 2003-09-05 [alfons]     0.9.4claws63
432
433         * src/messageview.c
434                 deleting a message in a message view frees its msginfo, make 
435                 messageview_update_all() aware of that (should fix bug #293,
436                 "deleting message caused crash")
437
438 2003-09-05 [melvin]     0.9.4claws62
439
440         * src/action.c
441                 Improve synchronous action exit code (fixes 
442                 a ~5 seconds delay after action exit on RedHat 9)
443
444 2003-09-04 [christoph]  0.9.4claws61
445
446         * src/compose.c
447         * src/rfc2015.c
448         * src/common/utils.[ch]
449                 add util function to create mime boundary and use it
450                 in compose and gpg code
451
452 2003-09-04 [alfons]     0.9.4claws60
453
454         * src/folder.c
455                 source folder item's GNode should already have been freed in 
456                 a previous call to src->folder->klass->remove_folder()
457                 (should fix bug #287, "crash when moving folders")
458
459 2003-09-03 [thorsten]   0.9.4claws59
460
461         * src/plugins/spamassassin/spamassassin_gtk.c
462                 fix compile error
463
464 2003-09-03 [christoph]  0.9.4claws58
465
466         * src/plugins/spamassassin/spamassassin.[ch]
467         * src/plugins/spamassassin/spamassassin_gtk.c
468                 add timeout config option
469
470 2003-09-03 [paul]       0.9.4claws57
471
472         * po/sk.po      ** NEW FILE **
473                 add Slovak translation. Submitted by Andrej Kacian 
474                 <andrej@kacian.sk>
475
476 2003-09-03 [paul]       0.9.4claws56
477
478         * src/plugins/clamav/clamav_plugin_gtk.c
479                 gui tweaks: replace a label with a tooltip, modify the
480                 text, use gtk_check_button_new(); instead of
481                 gtk_check_button_new_with_label("");
482
483 2003-09-02 [alfons]     0.9.4claws55
484
485         * src/gtk/filesel.c
486                 remember last used dir when attaching multiple files (should fix
487                 bug #290, "Attach File does not remember directory")
488
489 2003-09-01 [paul]       0.9.4claws54
490
491         * po/es.po
492                 updated by Ricardo Mones Lastra
493
494 2003-09-01 [alfons]     0.9.4claws53
495
496         * src/gtk/gtkaspell.[ch]
497                 be pedantic and strict and use const gchar * instead of guchar *
498
499 2003-09-01 [alfons]     0.9.4claws52
500
501         * src/mainwindow.c
502         * src/summaryviewc.
503                 re-enable Save As when multiple messages are selected
504
505 2003-09-01 [paul]       0.9.4claws51
506
507         * src/textview.c
508                 g_free(trimmed_uri);
509
510 2003-09-01 [paul]       0.9.4claws50
511
512         * sync with 0.9.4cvs13
513                 see ChangeLog 2003-09-01
514
515 2003-09-01 [paul]       0.9.4claws49
516
517         * src/textview.c
518                 trim uri before sending to the statusbar
519                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
520                 in the message window causes main S-C window to enlarge 
521                 past screen edges'
522
523 2003-09-01 [paul]       0.9.4claws48
524
525         * sync with 0.9.4cvs12
526                 see ChangeLog 2003-09-01
527
528 2003-08-30 [christoph]  0.9.4claws47
529
530         * src/compose.c
531         * src/folder_item_prefs.[ch]
532         * src/prefs_folder_item.c
533         * src/gtk/gtkaspell.[ch]
534                 commit per folder dictionary patch by
535                 Paul Evans <nerd@freeuk.com>
536
537 2003-08-30 [christoph]  0.9.4claws46
538
539         * src/plugins/spamassassin/spamassassin_gtk.c
540         * src/plugins/spamassassin/spamassassin_gtk.glade
541                 reduce GUI clutter by placing hints into tooltips
542
543 2003-08-30 [paul]       0.9.4claws45
544
545         * src/compose.c
546                 add 'Content-Disposition: inline' to a text/plain
547                 part when using PGP/MIME signing
548
549 2003-08-30 [paul]       0.9.4claws44
550
551         * src/prefs_common.c
552           src/prefs_spelling.c
553           src/prefs_spelling.glade
554                 reduce GUI clutter by placing hints into tooltips
555
556 2003-08-29 [christoph]  0.9.4claws43
557
558         * configure.ac
559                 fix bug found by Ivan Rayner <ivanr@sgi.com>
560
561         * src/stock_pixmap.c
562                 change unecessary warning into a debug message
563
564         * src/plugins/clamav/Makefile.am
565                 Fix error "-I$(CLAMAV_LIBS)"
566
567 2003-08-29 [christoph]  0.9.4claws42
568
569         * intl/Makefile.in
570         * src/Makefile.am
571         * src/matcher.h
572         * src/common/Makefile.am
573         * src/common/passcrypt.c
574                 commit fixes and patches for some of the IRIX problems found by
575                 Ivan Rayner <ivanr@sgi.com>
576
577 2003-08-29 [paul]       0.9.4claws41
578
579         * src/prefs_filtering.c
580                 add 'Top' and 'Bottom' buttons, based on changes in
581                 src/prefs_filter.c in 0.9.4cvs11.
582
583 2003-08-27 [christoph]  0.9.4claws40
584
585         * src/folderview.c
586                 fix bug that the current summary settings were copied to the
587                 wrong folder item, when the folder item prefs are opened.
588                 Copying is not required because summary settings and
589                 folder_item_prefs do not contain the same settings
590
591 2003-08-27 [thorsten]   0.9.4claws39
592
593         * src/imap.c
594                 fix compile error
595
596 2003-08-26 [paul]       0.9.4claws38
597
598         * sync with 0.9.4cvs9
599                 see ChangeLog 2003-08-26
600
601 2003-08-25 [paul]       0.9.4claws37
602
603         * sync with 0.9.4cvs8
604                 see ChangeLog 2003-08-25
605
606 2003-08-24 [christoph]  0.9.4claws36
607
608         * src/prefs_filtering.c
609                 shouldn't remove items from a GSList while iterating over the
610                 list (makes cur invalid and cur->next not accessable)
611
612         (closes Bug 272 i deleted an folder and some seconds later sylpheed
613          crashed)
614
615 2003-08-23 [christoph]  0.9.4claws35
616
617         * src/news.c
618                 news folders should be scanned when opened
619
620 2003-08-22 [christoph]  0.9.4claws34
621
622         * src/prefs_folder_item.c
623                 use macro to assign strings that always frees the old string
624
625         * src/gtk/gtkaspell.[ch]
626                 add gtkaspell_set_dictionary_menu_active_item() to set active
627                 item in dictionary option menu
628
629         * src/prefs_spelling.c
630                 use gtkaspell_set_dictionary_menu_active_item() to select
631                 dictionary
632
633 2003-08-21 [christoph]  0.9.4claws33
634
635         * src/folder.[ch]
636         * src/imap.c
637         * src/mbox_folder.c
638         * src/mh.c
639         * src/news.c
640                 optimize folder system
641
642         * src/gtk/gtkstext.c
643                 fix division by zero when font has 0 width for ' '
644
645 2003-08-21 [paul]       0.9.4claws32
646
647         * sync with 0.9.4cvs7
648                 see ChangeLog 2003-08-20
649
650 2003-08-19 [paul]       0.9.4claws31
651
652         * src/common/defs.h
653                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
654                 SYLDOC_FAQ_HTML_INDEX.
655         * src/manual.c
656                 use LC_MESSAGES instead of LC_ALL to find the current
657                 language
658
659           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
660
661 2003-08-19 [paul]       0.9.4claws30
662
663         * po/bg.po
664                 updated by George Danchev
665
666 2003-08-18 [luke]       0.9.4claws29
667         * src/mimeview.[ch]
668         * src/gtk/gtkvscrollbutton.[ch]
669                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
670                   dependencies; do it the GTK way; reduce code -14/+2 lines)
671                 o removed horizontal separator between icons
672
673 2003-08-17 [christoph]  0.9.4claws28
674
675         * src/procmsg.c
676                 no subject threading when the subject has no reply prefix
677
678 2003-08-16 [christoph]  0.9.4claws27
679
680         * src/mainwindow.c
681                 remember and restore window sizes and position when the main
682                 window is hidden or shown
683
684         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
685          minimised/reopened using trayicon)
686
687 2003-08-16 [paul]       0.9.4claws26
688
689         * src/crash.c
690                 add #include "defs.h"
691
692 2003-08-16 [paul]       0.9.4claws25
693
694         * src/plugins/clamav/clamav_plugin.c
695                 reword a debug_print
696                 
697         * src/plugins/dillo_viewer/dillo_prefs.c
698                 cosmetic: change the labels' text, add tooltips, and
699                 left-align the hint
700
701 2003-08-15 [christoph]  0.9.4claws24
702
703         * src/news.c
704                 complete last change (forgot some changes)
705
706 2003-08-15 [christoph]  0.9.4claws23
707
708         * src/news.c
709                 o check number of messages and don't return a 0 message
710                   when no messages are available
711                 o don't parse xref header anymore
712
713         (closes Bug 203 I'm not getting any news)
714
715 2003-08-15 [paul]       0.9.4claws22
716
717         * src/common/defs.h
718           src/crash.c
719                 update and define claws bugzilla location
720
721 2003-08-15 [paul]       0.9.4claws21
722
723         * po/ru.po
724                 update submitted by Ruslan N. Balkin
725
726 2003-08-14 [christoph]  0.9.4claws20
727
728         * src/procmsg.c
729                 fix search for oldest node in subject threading
730
731 2003-08-14 [christoph]  0.9.4claws19
732
733         * src/procmsg.c
734         * src/common/utils.h
735                 add possibility to check all nodes with the same subject for
736                 subject threading, not only the oldest node. Should not break
737                 threads anymore if the oldest node is thread_by_subject_max_age
738                 days older then parent, because it can now find a child of
739                 oldest node as new parent.
740
741 2003-08-11 [christoph]  0.9.4claws18
742
743         * src/plugins/spamassassin/spamassassin.c
744                 run spam check in background process
745
746 2003-08-10 [alfons]     0.9.4claws17
747
748         * src/summaryview.c
749                 make `Select All' sensitive too
750
751 2003-08-10 [christoph]  0.9.4claws16
752
753         * src/imap.c
754                 add more checks in imap_close
755
756 2003-08-09 [alfons]     0.9.4claws15
757
758         * src/prefs_spelling.c
759                 no spell checking UI if not requested
760
761 2003-08-09 [alfons]     0.9.4claws14
762
763         * src/gtk/prefswindow.c
764                 make it compile
765
766 2003-08-09 [christoph]  0.9.4claws13
767
768         * src/prefs_spelling.c
769         * src/gtk/prefswindow.[ch]
770         * src/plugins/clamav/clamav_plugin_gtk.c
771         * src/plugins/spamassassin/spamassassin_gtk.c
772                 sort prefs pages by heighest weight in tree
773
774 2003-08-09 [paul]       0.9.4claws12
775
776         * sync with 0.9.4cvs6
777                 see ChangeLog 2003-08-07
778                 
779         * AUTHORS
780                 add Leandro and Luke to claws-branch section
781
782 2003-08-09 [christoph]  0.9.4claws11
783
784         * src/gtk/Makefile.am
785         * src/gtk/colorsel.[ch]                 ** NEW **
786                 create a color selection dialog that can be used as a simple
787                 function call with it's own gtk main loop like filesel.[ch]
788
789         * src/Makefile.am
790         * src/main.c
791         * src/prefs_common.c
792         * src/prefs_spelling.[ch]               ** NEW **
793         * src/prefs_spelling.glade              ** NEW **
794         * src/gtk/gtkutils.[ch]
795                 move "Spell Checker" prefs to new prefs dialog
796
797         * src/prefs_folder_item.c
798                 use new colorsel dialog
799
800 2003-08-08 [paul]       0.9.4claws10
801
802         * src/inc.c
803                 clear the progress bar unconditionally
804
805 2003-08-08 [paul]       0.9.4claws9
806
807         * sync with 0.9.4cvs4
808                 see ChangeLog 2003-07-31
809
810 2003-08-07 [christoph]  0.9.4claws8
811
812         * configure.ac
813                 fix bug in image viewer plugin part
814
815         * src/imap.c
816                 don't execute close command if the folder item is not selected
817
818 2003-08-07 [hoa]        0.9.4claws7
819
820         * src/filtering.[ch]
821         * src/matcher_parser.h
822         * src/matcher_parser_parse.y
823                 can define several actions for each filtering rule
824                 can import old versions of filtering rules
825
826         * src/prefs_filtering.c
827                 call to a new dialog box to define actions
828
829         * src/prefs_filtering_action.[ch]
830                 dialog box to define actions for filtering rules
831
832 2003-08-06 [christoph]  0.9.4claws6
833
834         * src/imap.c
835                 make sure source folder is selected when copying messages
836
837 2003-08-06 [christoph]  0.9.4claws5
838
839         * sync with 0.9.4cvs2
840                 see ChangeLog 2003-07-29                
841
842 2003-08-05 [paul]       0.9.4claws4
843
844         * sync with 0.9.4cvs3
845                 see ChangeLog 2003-07-30
846
847 2003-08-04 [match]      0.9.4claws3
848
849         * po/POTFILES.in
850                 export of LDIF files.
851
852 2003-08-04 [match]      0.9.4claws2
853
854         * src/ldif.[ch]
855                 support for export LDIF. documented.
856         * src/importldif.[ch]
857         * src/exportldif.[ch]
858                 add tooltips. documented.
859         * src/exphtmldlg.[ch]
860         * src/common/xmlprops.[ch]
861                 documented.
862         * src/exportldif.[ch]                   ** NEW **
863         * src/expldifdlg.[ch]                   ** NEW **
864         * src/addressbook.[ch]
865         * src/Makefile.am
866                 export of LDIF files.
867                 documented.
868
869 2003-08-04 [christoph]  0.9.4claws1
870
871         * .cvsignore
872         * Makefile.am
873         * configure.ac
874         * sylpheed-claws.pc.in                  ** NEW **
875         * src/Makefile.am
876         * src/common/Makefile.am
877         * src/gtk/Makefile.am
878                 install sylpheed header files in $(pkgincludedir) and create a
879                 pkg-config file to allow building a plugin without the source
880                 package
881
882 2003-08-04 [paul]       0.9.4claws
883
884         * version 0.9.4claws
885
886 2003-08-04 [paul]       0.9.3claws97
887
888         * po/es.po
889                 update Spanish translation. Submitted by Ricardo
890                 Mones Lastra.
891
892 2003-08-03 [paul]       0.9.3claws96
893
894         * po/hr.po
895           po/sr.po
896                 update Croatian and Serbian translations. Submitted by
897                 Dragan and Urke MMI respectively
898
899 2003-08-03 [alfons]     0.9.3claws95
900
901         * src/summaryview.c
902                 mark flag has precedence over important flag - seems
903                 to have been changed in sync of 0.9.3claws45. this fixes
904                 a regression where messages that were scored as important
905                 don't show their mark flags. (using the same column for
906                 both importance as mark flags is the real problem
907                 ofcourse)
908
909 2003-08-03 [melvin]     0.9.3claws94
910
911         * po/fr.po
912                 Updated French translations.
913
914 2003-08-03 [melvin]     0.9.3claws93
915
916         * src/Makefile.am
917                 Fixed typo introduced after 0.9.3claws92 
918                 that prevented compilation
919                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
920                 CPPFLAGS and YFLAGS to allow user setting these.
921         * src/common/Makefile.am
922         * src/gtk/Makefile.am
923         * src/plugins/clamav/Makefile.am
924         * src/plugins/demo/Makefile.am
925         * src/plugins/dillo_viewer/Makefile.am
926         * src/plugins/image_viewer/Makefile.am
927         * src/plugins/mathml_viewer/Makefile.am
928         * src/plugins/spamassassin/Makefile.am
929         * src/plugins/trayicon/Makefile.am
930         * src/plugins/trayicon/libeggtrayicon/Makefile.am
931                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
932                 CPPFLAGS and YFLAGS to allow user setting these.
933
934 2003-08-02 [christoph]  0.9.3claws92
935
936         * configure.ac
937                 o rearrange plugin tests
938                 o add test for clamav.h to ClamAV tests
939
940 2003-08-02 [luke]       0.9.3claws91
941
942         * src/mimeview.c
943                 o fixed appearance of icon list when toggling back from the 
944                   ctree
945                 o toggling of icons using the keyboard works correctly
946                 o fixed all other keyboard shortcuts to work when icons are
947                   active
948         
949         * src/messageview.c
950                 o fixed bug 4 - focus lost when changing messageview view type
951
952 2003-08-02 [christoph]  0.9.3claws90
953
954         * src/common/hooks.c
955                 fix crash when pointer stored in hash table could get invalid
956                 when a plugin is unloaded
957
958 2003-08-01 [christoph]  0.9.3claws89
959
960         * configure.ac
961                 o try to build all plugins (except spamassassin) by default
962                 o don't build a plugin if a dependency check fails
963
964         * src/common/hooks.c
965                 fix warning
966
967 2003-08-01 [match]      0.9.3claws88
968
969         * src/importldif.c
970                 allow single click field selection. document code.
971
972 2003-08-01 [christoph]  0.9.3claws87
973
974         * src/plugins/clamav/clamav_plugin.c
975         * src/plugins/clamav/clamav_plugin_gtk.c
976         * src/plugins/dillo_viewer/dillo_viewer.c
977         * src/plugins/image_viewer/plugin.c
978         * src/plugins/mathml_viewer/mathml_viewer.c
979         * src/plugins/spamassassin/spamassassin.c
980         * src/plugins/spamassassin/spamassassin_gtk.c
981         * src/plugins/trayicon/trayicon.c
982                 add version check to all plugins
983
984 2003-08-01 [hoa]        0.9.3claws86
985
986         * src/prefs_filtering.c
987                 fixed a cosmetic bug, during creation of dialog box,
988                 wrong widgets were shown after creation.
989
990 2003-08-01 [luke]       0.9.3claws85
991
992         * src/mainwindow.c
993                 o fixed visibility of icons/mimeview after toggling separate
994                   message/folder view (factored out some similar code too).
995
996
997 2003-07-31 [alfons]     0.9.3claws84
998
999         * src/mimeview.c
1000                 tweak icon box UI a bit more, now allowing right-clicks actions
1001                 getting the relevant mime data too; should fix #250, "Can't save 
1002                 attachments sometimes".
1003
1004 2003-07-30 [alfons]     0.9.3claws83
1005
1006         * src/compose.c
1007                 don't do auto-save-draft inside key press handler, but rather
1008                 schedule it half of a second later; should fix #67, "autosave 
1009                 make re-rediting message crazy"
1010
1011 2003-07-30 [christoph]  0.9.3claws82
1012
1013         * src/plugins/trayicon/trayicon.c
1014                 process pending events before unloading the plugin
1015
1016         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1017
1018 2003-07-30 [alfons]     0.9.3claws81
1019
1020         * src/common/hooks.c
1021                 parameter 2 of g_hook_destroy() should really be a hook id
1022
1023 2003-07-30 [alfons]     0.9.3claws80
1024
1025         * src/common/plugin.c
1026                 fix a possibly harmful function signature mismatch 
1027                 for plugin_done
1028
1029 2003-07-30 [alfons]     0.9.3claws79
1030
1031         * src/common/hooks[.ch]
1032                 const correctness
1033
1034 2003-07-30 [darko]      0.9.3claws78
1035
1036         * src/summaryview.c
1037                 make it compile again
1038
1039 2003-07-30 [luke]       0.9.3claws77
1040
1041         * src/crash.c
1042         * src/main.c
1043                 o added/moved signal handlers for SIGTERM (normal kill command) 
1044                   and SIGINT (ctl-c) to be used even without 
1045                   --enable-crash-dialog, fixing bug 166
1046
1047         * src/summaryview.c
1048                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1049                   bug 227
1050
1051         * src/mainwindow.c
1052                 o changed sensitivity condition for 'Next new' and 'Next 
1053                   unread', fixing bug 8
1054
1055 2003-07-29 [alfons]     0.9.3claws76
1056
1057         * src/common/utils.[ch]
1058                 add generate_msgid()
1059         * src/messageview.c
1060                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1061                 sent folder".
1062
1063 2003-07-29 [alfons]     0.9.3claws75
1064
1065         * src/messageview.c
1066                 fix a memleak (claws-only)
1067
1068 2003-07-29 [alfons]     0.9.3claws74
1069
1070         * src/mimeview.[ch]
1071         * src/gtk/gtkvscrollbutton.[ch]
1072                 fix UI glitch where mime icon toolbox' scroll position is not 
1073                 reset after switching to another message
1074                 
1075
1076 2003-07-29 [paul]       0.9.3claws73
1077
1078         * src/prefs_folder_item.c
1079                 split the prefs into 2 separate pages
1080
1081 2003-07-29 [paul]       0.9.3claws72
1082
1083         * src/compose.c
1084                 prepend "\n\n" to a signature without a separator too
1085
1086 2003-07-29 [paul]       0.9.3claws71
1087
1088         * src/compose.c
1089                 fix bug where changing to an account without an auto-sig
1090                 from an initial account without an auto-sig would insert 
1091                 2 blank lines at the cursor point
1092                 fix bug where changing to an account with an auto-sig
1093                 from an initial account without an auto-sig would insert
1094                 the sig at the cursor point
1095
1096 2003-07-29 [paul]       0.9.3claws70
1097
1098         * src/folderview.c
1099                 use the colour from the folder pref unless the folder
1100                 has new messages
1101
1102 2003-07-29 [alfons]     0.9.3claws69
1103
1104         * src/procmsg.[ch]
1105         * src/messageview.c
1106         * src/procheader.c
1107                 rewrite return receipt request work a little bit (the former 
1108                 implementation presumably depended too much on the UI setting
1109                 flags). (we're losing the old pending flag.) 
1110
1111 2003-07-28 [christoph]  0.9.3claws68
1112
1113         * src/folder.c
1114         * src/imap.c
1115         * src/mh.c
1116         * src/procmsg.[ch]
1117                 fix copy to IMAP folder from other folder
1118
1119 2003-07-28 [christoph]  0.9.3claws67
1120
1121         * src/procmsg.c
1122                 fix sync of procmsg_get_message_file_list
1123
1124 2003-07-28 [christoph]  0.9.3claws66
1125
1126         * sync with 0.9.3cvs14
1127                 see ChangeLog 2003-07-18
1128         * sync with 0.9.3cvs17
1129                 see ChangeLog 2003-07-23
1130
1131         (closes Bug 234 segmentation fault after sending out mail via
1132          smtp(auth))
1133
1134 2003-07-28 [paul]       0.9.3claws65
1135
1136         * po/es.po
1137                 update Spanish translation, submitted by Ricardo Mones
1138                 Lastra
1139
1140 2003-07-28 [christoph]  0.9.3claws64
1141
1142         * src/folder.[ch]
1143         * src/imap.c
1144         * src/mh.c
1145                 return new message numbers as a GRelation instead of a GSList
1146                 that has to be in the same order as the input list. A list
1147                 would make it hard for IMAP to optimize oepration by sorting
1148                 the input list. The returned list would have to be reordered
1149                 to match the same order that input list has.
1150
1151         * src/gtk/gtkaspell.c
1152                 fix missing return value, could cause a crash when garbage is
1153                 on the stack that is used as the expected return value
1154
1155 2003-07-28 [paul]       0.9.3claws63
1156
1157         * sync with 0.9.4cvs1
1158                 see ChangeLog 2003-07-28
1159
1160 2003-07-27 [alfons]     0.9.3claws62
1161
1162         * src/mimeview.c
1163                 tweak it more to make icon list act like a check button group
1164
1165 2003-07-27 [christoph]  0.9.3claws61
1166
1167         * sync with 0.9.3cvs20
1168                 see ChangeLog 2003-07-25
1169
1170 2003-07-27 [paul]       0.9.3claws60
1171
1172         * src/procmsg.c
1173                 re-commit changes from 0.9.3claws58 -
1174                 accidently removed in 0.9.3claws59
1175
1176 2003-07-27 [paul]       0.9.3claws59
1177
1178         * src/procmsg.[ch]
1179                 a sync from 0.9.3cvs17
1180                 see ChangeLog 2003-07-23
1181
1182 2003-07-27 [alfons]     0.9.3claws58
1183
1184         * src/procmsg.c
1185                 add missing header members to MsgInfo; fixes the problem of 
1186                 not displaying X-Faces, as noticed by Ricardo Mones
1187
1188 2003-07-26 [christoph]  0.9.3claws57
1189
1190         * sync with 0.9.3cvs18
1191                 see ChangeLog 2003-07-24
1192
1193 2003-07-26 [christoph]  0.9.3claws56
1194
1195         * sync with 0.9.3cvs17
1196                 see ChangeLog 2003-07-23
1197
1198 2003-07-26 [christoph]  0.9.3claws55
1199
1200         * src/folder.[ch]
1201         * src/imap.c
1202         * src/mbox_folder.c
1203         * src/mh.c
1204         * src/news.c
1205                 add support for copy function that copy multiple messages
1206                 (not implemented yet)
1207
1208         * src/summaryview.c
1209                 add missing return value
1210
1211 2003-07-26 [paul]       0.9.3claws54
1212
1213         * tools/multiwebsearch.pl
1214                 do whitespace substitution before passing the string
1215                 to the browser. fixes bug with browsers that don't
1216                 do whitespace conversion themselves.
1217
1218 2003-07-25 [christoph]  0.9.3claws53
1219
1220         * src/folder.[ch]
1221         * src/imap.c
1222         * src/mh.c
1223                 rewrite adding of multiple messages to a folder for
1224                 claws' folder system
1225
1226 2003-07-25 [luke]       0.9.3claws52
1227
1228         * src/mimeview.c
1229                 o icon toggles set correctly on leaving ctree mimeview
1230
1231 2003-07-25 [paul]       0.9.3claws51
1232
1233         * partial sync with 0.9.3cvs21 [src/main.c]
1234                 see ChangeLog 2003-07-25
1235
1236 2003-07-24 [paul]       0.9.3claws50
1237
1238         * tools/maildir2sylpheed.pl
1239                 fix typo
1240
1241 2003-07-24 [paul]       0.9.3claws49
1242
1243         * src/mimeview.c
1244                 increase the gutter size of paned so that the panes
1245                 can be resized
1246                 
1247         * src/plugins/demo/demo.c
1248                 squeeze in another typo fix
1249
1250 2003-07-24 [paul]       0.9.3claws48
1251
1252         * src/plugins/demo/demo.c
1253           src/prefs_account.c
1254                 small changes to the English
1255                 
1256         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1257           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1258           src/Makefile.am
1259           src/stock_pixmap.c
1260                 rename the misspelled icon
1261
1262 2003-07-23 [alfons]     0.9.3claws47
1263
1264         * src/mimeview.c
1265                 make icon list look like a list of toggles
1266
1267 2003-07-23 [luke]       0.9.3claws46
1268
1269         * src/pixmaps/mimeview_gpg_expired.xpm
1270         * src/pixmaps/mimeview_gpg_failed.xpm
1271         * src/pixmaps/mimeview_gpg_passed.xpm
1272         * src/pixmaps/mimeview_text_html.xpm
1273         * src/pixmaps/mimeview_image.xpm
1274                 o all icons the same size
1275
1276         * src/mimeview.[ch]
1277                 o mimeview ctree arranged vertically above the viewer
1278                 o icons changed to buttons
1279                 o can use keyboard to select an icon (Enter)
1280                 o resize icon list to width of icons
1281
1282         *  src/gtk/gtkvscrollbutton.c
1283                 o sensitivity of buttons reacts to position
1284
1285 2003-07-23 [christoph]  0.9.3claws45
1286
1287         * sync with 0.9.3cvs14 (incomplete)
1288                 see ChangeLog 2003-07-17
1289
1290 2003-07-23 [alfons]     0.9.3claws44
1291
1292         * src/folder.c
1293         * src/procmsg.h
1294                 sync with my local tree to restore some claws-only things
1295
1296 2003-07-23 [paul]       0.9.3claws43
1297
1298         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1299           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1300           src/Makefile.am
1301           src/mimeview.c
1302           src/procmime.h
1303           src/rfc2015.c
1304           src/stock_pixmap.[ch]
1305                 indicate missing keys and expired sigs/keys
1306                 in mime view column
1307
1308 2003-07-23 [paul]       0.9.3claws42
1309
1310         * src/compose.c
1311                 Redirect fixes: enable automatic account selection and
1312                 do not append signature to message on changing account
1313                 fixes Bug[s] #248
1314
1315 2003-07-23 [paul]       0.9.3claws41
1316
1317         * sync with 0.9.3cvs16
1318                 see ChangeLog 2003-07-23
1319
1320 2003-07-23 [alfons]     0.9.3claws40
1321
1322         * src/inc.c
1323                 give progress dialog a main window, and give it the first 
1324                 one (presumably the only one). fixes bug #247, "segfault on 
1325                 pop-before-smtp" 
1326
1327 2003-07-22 [alfons]     0.9.3claws39
1328
1329         * src/summaryview.c
1330                 shift-space scrolls up
1331
1332 2003-07-22 [paul]       0.9.3claws38
1333
1334         * sync with 0.9.3cvs15
1335                 see ChangeLog 2003-07-22
1336
1337 2003-07-20 [alfons]     0.9.3claws37
1338
1339         * src/compose.c
1340                 put menu inside #ifdef USE_ASPELL..#endif
1341
1342 2003-07-20 [christoph]  0.9.3claws36
1343
1344         * src/procmsg.c
1345                 fix wrong flags in MsgInfo returned by
1346                 procmsg_msginfo_get_full_info()
1347
1348         (closes Bug 221 Deleting messages from the Message View gives incorrect
1349          new/unread message counts in the folder view)
1350
1351         * src/plugins/spamassassin/spamassassin_gtk.c
1352                 add gettext macro for prefs page title
1353
1354 2003-07-20 [paul]       0.9.3claws35
1355
1356         * src/mimeview.c
1357                 redraw icon list on signature check
1358
1359 2003-07-20 [christoph]  0.9.3claws34
1360
1361         * src/Makefile.am
1362         * src/account.c
1363         * src/folder.[ch]
1364         * src/folder_item_prefs.[ch]            ** NEW **
1365         * src/folderview.c
1366         * src/mainwindow.c
1367         * src/mh.c
1368         * src/prefs_gtk.c
1369         * src/prefs_scoring.c
1370         * src/summaryview.c
1371         * src/prefs_folder_item.[ch]
1372                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1373                   Properties dialog
1374                 o use prefswindow for folder properties
1375
1376         * src/gtk/prefswindow.[ch]
1377                 change implementation to use an invisible notebook instead
1378                 of unparenting widgets
1379
1380 2003-07-20 [christoph]  0.9.3claws33
1381
1382         * src/compose.h
1383         * src/folder.c
1384         * src/folderview.h
1385         * src/headerview.h
1386         * src/prefs_filtering.h
1387         * src/prefs_folder_item.[ch]
1388         * src/procmime.h
1389         * src/procmsg.h
1390         * src/summaryview.h
1391                 clean up header mess
1392                 (always use 1. typedefs, 2. #includes, 3. structures)
1393
1394         * src/common/version.h.in
1395                 add casts for constants
1396
1397         * src/plugins/demo/demo.c
1398                 fix typo
1399
1400         * src/plugins/spamassassin/spamassassin.c
1401                 remove unused variable
1402
1403 2003-07-20 [alfons]     0.9.3claws32
1404
1405         * src/mimeview.c
1406                 o make icon buttons respond on left click
1407                 o minor cosmetic change
1408
1409 2003-07-19 [luke]       0.9.3claws31
1410
1411         * src/mimeview.[ch]
1412         * src/gtk/gtkvscrollbutton.c
1413         * src/messageview.c
1414                 o improved mimeview behaviour when selecting a new message
1415                 o plus code cleanups to remove compile warnings
1416
1417
1418 2003-07-19 [alfons]     0.9.3claws30
1419
1420         * src/procmsg.c
1421         * src/compose.c
1422         * src/common/utils.[ch]
1423                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1424
1425 2003-07-19 [alfons]     0.9.3claws29
1426
1427         * src/prefs_folder_item.c
1428                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1429                 string pointers
1430
1431 2003-07-19 [luke]       0.9.3claws28
1432
1433         * src/messageview.c
1434         * src/mimeview.[ch]
1435         * src/procmime.h
1436         * src/rfc2015.c
1437         * src/stock_pixmap.[ch]
1438         * src/gtk/Makefile.am
1439         * src/Makefile.am
1440         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1441         * src/pixmaps/mime_*.xpm                ** NEW **
1442                 o mimeview rearrangement with a new icon shortcut bar
1443
1444 2003-07-19 [alfons]     0.9.3claws27
1445
1446         * src/folderview.c
1447                 o plug leaking nodes_to_recollapse
1448                 o add folderview_recollapse_all_nodes() (not used yet)
1449
1450 2003-07-19 [alfons]     0.9.3claws26
1451
1452         * src/compose.c
1453         * src/common/utils.c
1454                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1455                 for both forwarding as replying
1456
1457 2003-07-18 [christoph]  0.9.3claws25
1458
1459         * configure.ac
1460         * src/common/sylpheed.[ch]
1461         * src/common/version.h.in
1462                 add version in numeric form to allow easy comparison
1463
1464         * src/plugins/demo/demo.c
1465                 add version check
1466                 - sylpheed version > plugin version => never allowed, sylpheed
1467                   could contain unknown API changes
1468                 - sylpheed version < minimum version required => don't load,
1469                   API required not available (if linking does not fail)
1470
1471 2003-07-18 [alfons]     0.9.3claws24
1472         
1473         * src/common/plugin.[ch]
1474                 const correctness
1475
1476 2003-07-18 [christoph]  0.9.3claws23
1477
1478         * src/common/hooks.c
1479                 fix crash when hooks where unregisted
1480
1481         * src/plugins/trayicon/trayicon.c
1482                 unregister detroy signal before destroying the widget
1483                 (still crashes when the plugin is unloaded)
1484
1485 2003-07-18 [alfons]     0.9.3claws22
1486         
1487         * src/folderview.c
1488                 delay expanding folder tree during drags until timeout triggered
1489                 (needs perhaps some tweaking, so testing is welcome)
1490
1491 2003-07-17 [alfons]     0.9.3claws21
1492
1493         * src/folderview.c
1494                 clean up cruft
1495
1496 2003-07-17 [christoph]  0.9.3claws20
1497
1498         * src/common/session.c
1499                 fix opening of SSL connections
1500
1501         * src/plugins/image_viewer/Makefile.am
1502                 add OPENSSL_CFLAGS (we should find a better solution to remove
1503                 this dependencies if they are not required)
1504
1505         * src/plugins/spamassassin/spamassassin.c
1506                 remove setlocale workaround (fixed in libspamc)
1507
1508         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1509          if spell checking enabled)
1510
1511 2003-07-17 [alfons]     0.9.3claws19
1512
1513         * src/common/hooks.[ch]
1514         * src/plugins/clamav/clamav_plugin.c
1515         * src/plugins/spamassassin/spamassassin.c
1516         * src/plugins/trayicon/trayicon.c
1517                 fix signedness muck 
1518
1519 2003-07-17 [alfons]     0.9.3claws18
1520
1521         * src/procmime.c
1522                 plug memleak
1523
1524 2003-07-17 [alfons]     0.9.3claws17
1525
1526         * src/inc.c
1527                 plug memleak
1528
1529 2003-07-17 [paul]       0.9.3claws16
1530
1531         * src/common/defs.h
1532           src/mainwindow.c
1533           src/manual.[ch]
1534                 add link to the Claws site's FAQ page, after the suggestion
1535                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1536                 Move url strings to defs.h
1537                 
1538         * src/mainwindow.c
1539                 fix typo to prevent "unknown menu entry" warnings
1540
1541 2003-07-17 [alfons]     0.9.3claws15
1542
1543         * src/folderview.[ch]
1544         * src/summaryview.[ch]
1545         * src/mimeview.[ch]
1546                 plug DnD leaks 
1547
1548 2003-07-17 [paul]       0.9.3claws14
1549
1550         * src/inc.c
1551                 remove two instances of 'GTK_EVENTS_FLUSH' because
1552                 they are unnecessary and probably cause a stack overflow
1553
1554 2003-07-16 [christoph]  0.9.3claws13
1555
1556         * src/mimeview.[ch]
1557                 use an invisible GTK notebook to switch between viewers
1558                 instead of reparenting widgets
1559
1560 2003-07-16 [christoph]  0.9.3claws12
1561
1562         * src/folder.c
1563                 move folder_item_update_freeze() to correct place in
1564                 folder_item_scan_full()
1565
1566 2003-07-16 [paul]       0.9.3claws11
1567
1568         * sync with 0.9.3cvs12
1569                 see ChangeLog 2003-07-14 and 2003-07-15
1570
1571 2003-07-16 [christoph]  0.9.3claws10
1572
1573         * src/imap.[ch]
1574         * src/prefs_account.[ch]
1575                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1576
1577 2003-07-15 [alfons]     0.9.3claws9
1578
1579         * src/main.c
1580                 make --config-dir do something useful
1581
1582 2003-07-15 [alfons]     0.9.3claws8
1583
1584         * src/procmsg.c
1585                 o fix a bug where 'last' didn't really point to the last message
1586                   in the top level list of children, but to the last threaded
1587                   message. 
1588                 
1589                 o clean up and make it easier to sync
1590
1591 2003-07-15 [alfons]     0.9.3claws7
1592
1593         * src/mainwindow.c
1594                 make correct menu items sensitive       
1595
1596 2003-07-14 [alfons]     0.9.3claws6
1597
1598         * src/procmsg.c
1599                 tune the threader so it will not subject-thread any message
1600                 without a subject prefix (this will not thread correctly if 
1601                 a parent is delivered after their childs, but it looks 
1602                 better right now)
1603
1604 2003-07-13 [christoph]  0.9.3claws5
1605
1606         * src/mainwindow.c
1607                 group "Add mailbox *..." menu items in submenu
1608
1609 2003-07-13 [alfons]     0.9.3claws4
1610
1611         * src/summaryview.c
1612                 correct summary_toggle_pressed() signature and make sure
1613                 signal is not passed on
1614
1615 2003-07-13 [alfons]     0.9.3claws3
1616
1617         * src/summaryview.c
1618                 o for now don't pass on keys when they we're handled by 
1619                   ctree::key_press_event
1620                 o clean up
1621
1622 2003-07-13 [alfons]     0.9.3claws2
1623         
1624         * src/main.c
1625                 add command line option "--config-dir" to get the current 
1626                 configuration dir
1627
1628 2003-07-12 [alfons]     0.9.3claws1
1629
1630         * src/matcher.[ch]
1631         * src/matcher_parser_parse.y
1632         * src/prefs_filtering.c
1633         * src/filtering.c
1634                 add "Lock" filter action to lock messages;
1635
1636         * src/filtering.c       
1637                 remove debug_print()    
1638         * src/prefs_filtering.c
1639                 re-organize matcher part 9: 
1640                 make action text entries easily extendible;
1641                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1642                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1643
1644 2003-07-12 [paul]
1645
1646         * tools/README
1647                 update old information and add missing
1648                 information
1649
1650 2003-07-12 [paul]       0.9.3claws
1651
1652         * 0.9.3claws released
1653         
1654 2003-07-12 [paul]       0.9.0claws103
1655
1656         * src/Makefile.am
1657                 add addrquery.h
1658
1659 2003-07-12 [melvin]     0.9.0claws102
1660
1661         * src/messageview.c
1662                 Fixed bug #215: Show MIME tab for single text/html messages. 
1663                 
1664 2003-07-12 [paul]       0.9.0claws101
1665
1666         * man/sylpheed.1
1667                 updated
1668
1669 2003-07-12 [paul]       0.9.0claws100
1670
1671         * po/es.po
1672           po/hr.po
1673           po/pl.po
1674           po/sr.po
1675                 update Spanish, Croatian, Polish, Serbian translations.
1676                 submitted by Ricardo Mones Lastra, Dragan, Witold
1677                 Wladyslaw Wojciech Wilk, Urke MMI
1678
1679 2003-07-12 [melvin]     0.9.0claws99
1680
1681         * po/fr.po
1682                 Updated French translations.
1683
1684 2003-07-12 [paul]       0.9.0claws98
1685
1686         * src/addressbook.c
1687                 disable 'Lookup' button as it has no effect
1688
1689 2003-07-11 [alfons]     0.9.0claws97
1690         
1691         * src/summaryview.c
1692                 summary_searchbar_pressed() should return TRUE to signal that
1693                 event was handled. when returning void, the return value passed
1694                 to GTK is actually random, but maybe FALSE, in which case the
1695                 event is handled by parent
1696                 
1697 2003-07-10 [paul]       0.9.0claws96
1698
1699         * ac/missing/gettext.m4
1700                 update to version 0.12
1701
1702 2003-07-10 [paul]       0.9.0claws95
1703
1704         * src/plugins/clamav/clamav_plugin.c
1705                 fix bug where multipart/alternative messages
1706                 would slip through without being scanned
1707
1708 2003-07-10 [christoph]  0.9.0claws94
1709
1710         * src/folder.c
1711                 correct check if folder supports removing when a message is
1712                 moved. if not the message is only copied.
1713
1714         (closes Bug 132 crash on startup in newsgroups folders)
1715
1716 2003-07-09 [alfons]     0.9.0claws93
1717
1718         * configure.ac
1719         * src/common/defs.h
1720                 --with-config-dir (default .sylpheed)
1721
1722 2003-07-09 [christoph]  0.9.0claws92
1723
1724         * configure.ac
1725                 use PKG_CHECK_MODULES to check for gtkmathview
1726                 (version 0.4.2 now required)
1727
1728 2003-07-08 [melvin]     0.9.0claws91
1729
1730         * src/action.c
1731                 Implemented a progress bar that counts the number of completed
1732                 tasks when the action runs more than one command.
1733
1734 2003-07-08 [alfons]     0.9.0claws90
1735
1736         * src/procmsg.c
1737                 if queued message has an invalid Message-Id, don't try to
1738                 find message it refers to (fixes #209 "crash when processing 
1739                 in folder")
1740
1741 2003-07-08 [paul]       0.9.0claws89
1742
1743         * sync with 0.9.3cvs2
1744                 see ChangeLog 2003-07-08
1745
1746 2003-07-08 [match]      0.9.0claws88
1747
1748         * src/ldapctrl.c
1749                 extend LDAP search for first/last name by parsing search term.
1750
1751 2003-07-08 [alfons]     0.9.0claws87
1752
1753         * src/send_message.c
1754                 fix bug #208 "Status message stuck when sending on POP3 account"
1755
1756 2003-07-07 [paul]       0.9.0claws86
1757
1758         * po/hr.po
1759                 new Croatian translation, submitted by
1760                 Dragan <drleskov@inet.hr>
1761
1762 2003-07-07 [paul]       0.9.0claws85
1763
1764         * sync with 0.9.3cvs1
1765                 see ChangeLog 2003-07-07
1766
1767 2003-07-05 [christoph]  0.9.0claws84
1768
1769         * src/Makefile.am
1770         * src/messageview.c
1771         * src/mimeview.[ch]
1772         * src/stock_pixmap.[ch]
1773         * src/pixmaps/messageview_text.xpm              ** NEW **
1774                 move mimeview tabs to the right side and use icons
1775                 instead of text to save some space
1776
1777         (patch by Luke Plant <lukeplant@softhome.net>)
1778
1779 2003-07-05 [christoph]  0.9.0claws83
1780
1781         * src/inc.c
1782                 add NULL pointer checks
1783
1784         (patch by Luke Plant <lukeplant@softhome.net>)
1785         (closes Bug 204 0.9.0 quits on authentication error?!)
1786
1787 2003-07-05 [alfons]     0.9.0claws82
1788
1789         * configure.ac
1790                 take the clue in bug #202 "./configure script - 
1791                 'if test' comparison failure" reported by John Kristoff. 
1792
1793 2003-07-04 [christoph]  0.9.0claws81
1794
1795         * src/plugins/spamassassin/spamassassin.c
1796                 set timeout for spam check
1797
1798 2003-07-04 [christoph]  0.9.0claws80
1799
1800         * src/main.c
1801                 destroy all FolderItems when shutting down to
1802                 allow folders to clean up
1803
1804 2003-07-04 [melvin]     0.9.0claws79
1805
1806         * src/gtk/gtkaspell.c
1807                 Fixed bug #184 "Entering non-ascii character deletes
1808                 previous char if spell checking enabled": this makes
1809                 the spell checking in multibytes (e.g. UTF-8)locales work.
1810                 (Patch by Luke Plant).
1811                 
1812 2003-07-04 [christoph]  0.9.0claws78
1813
1814         * sync with 0.9.2cvs1
1815                 see ChangeLog 2003-06-10
1816
1817 2003-07-04 [paul]       0.9.0claws77
1818
1819         * sync with 0.9.3 release
1820                 see ChangeLog 2003-07-04
1821
1822 2003-07-03 [christoph]  0.9.0claws76
1823
1824         * src/folder.[ch]
1825         * src/imap.c
1826         * src/mbox_folder.c
1827         * src/mh.c
1828         * src/news.c
1829                 move folder_item_get_path() stuff into a folder virtual function
1830
1831         * src/procmsg.c
1832                 use folder_item_fetch_msg() to get message and do not contruct
1833                 the filename from path and number
1834
1835 2003-07-03 [paul]       0.9.0claws75
1836
1837         * sync with 0.9.2cvs12
1838                 see ChangeLog 2003-07-03
1839
1840 2003-07-02 [paul]       0.9.0claws74
1841
1842         * src/messageview.c
1843                 fix text-selection for replying
1844
1845 2003-07-02 [paul]       0.9.0claws73
1846
1847         * sync with 0.9.2cvs11
1848                 see ChangeLog 2003-07-02
1849
1850 2003-07-02 [paul]       0.9.0claws72
1851
1852         * src/procmsg.c
1853                 revert last commit because it breaks more
1854                 than it fixes
1855
1856 2003-07-02 [paul]       0.9.0claws71
1857
1858         * src/procmsg.c
1859                 fix thread by subject/sort by date
1860
1861 2003-07-01 [paul]       0.9.0claws70
1862
1863         * sync with 0.9.2cvs10
1864                 see ChangeLog 2003-07-01
1865
1866 2003-06-30 [paul]       0.9.0claws69
1867
1868         * sync with 0.9.2cvs9
1869                 see ChangeLog 2003-06-30
1870
1871 2003-06-28 [match]      0.9.0claws68
1872
1873         * src/addressbook.c
1874                 fix null ptr.
1875
1876 2003-06-27 [paul]       0.9.0claws67
1877
1878         * sync with 0.9.2cvs7
1879                 see ChangeLog 2003-06-27
1880
1881 2003-06-26 [christoph]  0.9.0claws66
1882
1883         * src/folder.c
1884                 freeze folder updates while a folder is scanned
1885
1886         (closes Bug 185 New message counter)
1887
1888 2003-06-26 [darko]      0.9.0claws65
1889
1890         * src/ldapserver.c
1891                 fix infinite loop when adding a new LDAP server
1892
1893 2003-06-26 [paul]       0.9.0claws64
1894
1895         * sync with 0.9.2cvs6
1896                 see ChangeLog 2003-06-26
1897
1898 2003-06-26 [paul]       0.9.0claws63
1899
1900         * sync with 0.9.2cvs5
1901                 see ChangeLog 2003-06-25 and 2003-06-26
1902
1903 2003-06-25 [match]      0.9.0claws62
1904
1905         * src/addr_compl.c
1906                 Fixed tab/backtab for dropped-down completion list to
1907                 move next/previous field. (close bug 147)
1908
1909 2003-06-25 [christoph]  0.9.0claws61
1910
1911         * src/addr_compl.[ch]
1912         * src/addrindex.[ch]
1913         * src/folderview.c
1914         * src/inc.c
1915         * src/news.c
1916         * src/summaryview.c
1917         * src/toolbar.c
1918                 fix warnings
1919
1920 2003-06-25 [leandro]    0.9.0claws60
1921
1922         * src/compose.c
1923                 o cleanups
1924                 o gray out "Message/Remove references" menu item if not
1925                   replying to a message
1926
1927 2003-06-24 [leandro]    0.9.0claws59
1928
1929         * src/compose.[ch]
1930                 o removed "Message/Create new thread" menu item
1931                 o added "Message/Remove references" menu item
1932                   (it's off by default and will not check anymore
1933                    if the subject changed)
1934
1935 2003-06-23 [alfons]     0.9.0claws58
1936
1937         * src/procmsg.c
1938                 try better grouping messages threaded by subject based on their age.
1939                 still not perfect - because the message tree is not sorted by date.  
1940
1941 2003-06-23 [thorsten]   0.9.0claws57
1942
1943         * src/pop.[ch]
1944                 added mail_receive_hook to allow modifications
1945                 directly after retrieval (e.g. adding headers).
1946
1947 2003-06-23 [paul]       0.9.0claws56
1948
1949         * src/sourcewindow.c
1950                  enable the use of Ctrl+A to select all text in
1951                  the sourcewindow
1952                  Patch submitted by Ivan Francolin Martinez
1953                  <ivanfm@users.sourceforge.net>
1954
1955 2003-06-22 [christoph]  0.9.0claws55
1956
1957         * src/folder.[ch]
1958                 o add notification hook for folder tree changes
1959                 o invoke hooks after folder tree scanning
1960
1961         * src/folderview.[ch]
1962                 register hook for folder tree changes that
1963                 updates the ctree
1964
1965         (there are more places that should be updated, like add, remove 
1966          or move folder)
1967
1968         (closes Bug 164 Crash on rebuild folder tree)
1969         (closes Bug 190 Crash on 'rebuilding folder tree')
1970
1971 2003-06-21 [leandro]    0.9.0claws54
1972
1973         * src/compose.[ch]
1974                 create a new thread if subject changes
1975                 (it's on by default, can be disabled in Message menu)
1976
1977 2003-06-21 [alfons]     0.9.0claws53
1978
1979         * src/summaryview.c
1980                 quiet little compiler
1981
1982 2003-06-21 [christoph]  0.9.0claws52
1983
1984         update gettext stuff to version 0.12
1985
1986 2003-06-19 [alfons]     0.9.0claws51
1987
1988         * src/common/log.c
1989         * src/common/plugin.c
1990                 move defs.h before glib.h to prevent MIN/MAX redefs
1991
1992 2003-06-19 [alfons]
1993
1994         * src/addressbook.c
1995                 translatable
1996
1997 2003-06-19 [match]      0.9.0claws50
1998
1999         * src/addressbook.[ch]
2000         * src/addrindex.[ch]
2001         * src/addr_compl.[ch]
2002         * src/editldap.[ch]
2003         * src/editldap_basedn.[ch]
2004         * src/addritem.[ch]
2005         * src/ldapquery.h
2006                 re-implemented dynamic LDAP search. works without
2007                 slowdown on display sender with addressbook
2008                 option.
2009         * src/addrbook.c
2010                 documented code.
2011
2012 2003-06-19 [paul]       0.9.0claws49
2013
2014         * src/compose.c
2015                 fix Bug #136 'Nonprovided quotation marks crash claws'
2016                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2017
2018 2003-06-19 [alfons]     0.9.0claws48
2019
2020         * src/prefs_common.[ch]
2021         * src/procmsg.c
2022                 restrict threading by subject by checking thread for
2023                 age (prefs_common.thread_by_subject_max_age)
2024
2025 2003-06-18 [christoph]  0.9.0claws47
2026
2027         * src/imap.c
2028                 fix memory leak in imap_cmd_fetch()
2029
2030 2003-06-18 [christoph]  0.9.0claws46
2031
2032         * src/prefs_gtk.c
2033                 fix memory leak in prefs_set_default() when used multiple
2034                 times or after prefs have been read
2035
2036 2003-06-18 [christoph]  0.9.0claws45
2037
2038         * src/common/plugin.c
2039                 fix memory leak in plugin_unload()
2040
2041 2003-06-18 [christoph]  0.9.0claws44
2042
2043         * src/imap.c
2044                 fix memory leak in imap_cmd_ok()
2045
2046 2003-06-18 [christoph]  0.9.0claws43
2047
2048         * src/folder.c
2049                 stop messages that are downloaded from POP3 and added to
2050                 an IMAP inbox from being filtered twice (first by POP3
2051                 and again when IMAP folder is scaned to get the UID of
2052                 the APPEND operation when no UIDPLUS is available)
2053
2054 2003-06-18 [alfons]
2055
2056         * tools/Makefile.am
2057                 phoenix <- firebird     
2058
2059 2003-06-18 [paul]
2060
2061         * tools/launch_phoenix          ** REMOVED **
2062           tools/launch_firebird         ** NEW **
2063                 renamed and edited to reflect the browser's name change from
2064                 'phoenix' to 'firebird'
2065
2066 2003-06-18 [paul]       0.9.0claws42
2067
2068         * sync with 0.9.2cvs2
2069                 see ChangeLog 2003-06-16
2070
2071 2003-06-17 [alfons]     0.9.0claws41
2072
2073         * src/procmsg.c
2074                 prevent threading problems when a node is an ancestor (parent / great parent),
2075                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2076                 for finding an sample set of messages)
2077
2078 2003-06-16 [christoph]  0.9.0claws40
2079
2080         * src/main.c
2081                 don't popup main window on --receive or --receive-all
2082
2083         * src/mainwindow.[ch]
2084         * src/plugins/trayicon/trayicon.c
2085                 allow hiding of main window by clicking on the trayicon
2086                 (doesn't work correctly in seperate window mode and may
2087                  cause unexpected GTK problems I couldn't find yet)
2088
2089         * src/common/ssl.c
2090                 remove incorrect warning
2091
2092 2003-06-15 [alfons]     0.9.0claws39
2093
2094         * src/gtk/gtkstext.c
2095                 don't output debug text;
2096                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2097                 for pointing this out);
2098
2099 2003-06-14 [alfons]     0.9.0claws38
2100         
2101         * src/messageview.c
2102                 remove printf() and make one if..else comply with coding style
2103
2104 2003-06-14 [alfons]     0.9.0claws37
2105
2106         * AUTHORS
2107                 add Martin Wicke
2108         * src/action.c
2109         * src/messageview.[ch]
2110         * src/summaryview.c
2111                 apply patch #754162 "Quoting messages filtered by actions" submitted
2112                 by Martin Wicke, which allows quoting message body changed by an
2113                 action (Thanks!).
2114
2115 2003-06-13 [alfons]     0.9.0claws36
2116
2117         * src/utils.c
2118                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2119                 use case insensitive regexp (suggested by Ivan Martinez)
2120
2121 2003-06-13 [christoph]  0.9.0claws35
2122
2123         * configure.ac
2124         * src/plugins/trayicon/Makefile.am
2125         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2126         * src/plugins/trayicon/trayicon.c
2127         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2128         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2129         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2130         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2131         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2132         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2133                 replace my own EggTrayIcon backport with the backport
2134                 used by (l|x)mule and gabber.
2135
2136 2003-06-13 [alfons]     0.9.0claws34
2137
2138         * AUTHORS
2139         * src/common/utils.c
2140                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2141
2142 2003-06-13 [alfons]     0.9.0claws33
2143
2144         * src/compose.c
2145                 clean up a little bit
2146
2147 2003-06-12 [alfons]     0.9.0claws32
2148
2149         * src/compose.c
2150                 const correctness fix
2151
2152         * src/common/sylpheed.[ch]
2153                 () -> (void)
2154                 prevent redef MIN/MAX
2155                 
2156         * src/common/utils.[ch]
2157                 () -> (void)
2158
2159 2003-06-12 [melvin]     0.9.0claws31
2160
2161         * src/compose.c
2162                 Updated to take into accounts changes in GtkAspell.
2163
2164 2003-06-12 [alfons]     0.9.0claws30
2165
2166         * src/compose.c
2167         * src/procmsg.c
2168         * src/common/utils.[ch]
2169                 handle reply subject prefixes better (initial 
2170                 suggestion by Robert Story adapted and enhanced 
2171                 using regexps)
2172
2173 2003-06-12 [melvin]     0.9.0claws29
2174
2175         * src/compose.c
2176                 Use new gtkaspell_checkers_strerror() to get the speller's
2177                 error message instead of accessing the (now private)
2178                 checkers structure.
2179                 Minor code clean up
2180
2181         * src/main.c
2182                 Use #ifdef instead of #if for USE_ASPELL
2183                 Use the new spell checkers init/quit functions 
2184
2185         * src/gtk/gtkaspell.c
2186                 Use #ifdef instead of #if for USE_ASPELL
2187                 Moved in the majority of GtkAspell structures that were
2188                 exported before by gtkaspell.h
2189         
2190         * src/gtk/gktaspell.h
2191                 Made gtkaspell.h contain only the necessary data to be
2192                 publicized by moving many structures to gtkaspell.c.
2193                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2194                 gtkaspell_checkers_new(): replaced by...
2195                 gtkaspell_checkers_init(): new function for initialization
2196                 gtkaspell_checkers_delete(): replaced by...
2197                 gtkaspell_checkers_quit(): new function
2198                 gtkaspell_checkers_strerror(): new function that returns
2199                 the checker's last error message.
2200                 
2201 2003-06-11 [melvin]     0.9.0claws28
2202
2203         * po/POTFILES.in
2204                 Updated to take into account gtkaspell.c migration to
2205                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2206
2207 2003-06-10 [alfons]     0.9.0claws27
2208
2209         * src/filtering.[ch]
2210         * src/folder.c
2211         * src/matcher.c
2212         * src/scoring.[ch]
2213                 - try fixing bug #18 (any brave testers?)
2214                 - add more robustness by refusing previously 
2215                   unchecked NULL pointers 
2216
2217 2003-06-10 [alfons]     0.9.0claws26
2218
2219         * src/procmsg.c
2220                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2221
2222 2003-06-09 [alfons]     0.9.0claws25
2223
2224         * src/prefs_common.c
2225                 fix bug #163 "Icon switching doesnt work properly" by 
2226                 preventing early freeing of prefs_common.pixmap_theme_path.
2227
2228 2003-06-09 [christoph]  0.9.0claws24
2229
2230         * src/gtk/gtkaspell.c
2231                 revert Thorsten's fix and add forgotten g_strdup for
2232                 aspell path (it should not be possible to alter the path a
2233                 GtkASpell uses from outside)
2234
2235 2003-06-09 [thorsten]   0.9.0claws23
2236
2237         * src/gtk/gtkaspell.c
2238                 dont free prefs_common.aspell_path when closing compose
2239
2240 2003-06-08 [colin]      0.9.0claws22
2241
2242         * src/plugins/spamassassin/spamassassin.c
2243                 fix prefs types
2244
2245 2003-06-07 [christoph]  0.9.0claws21
2246
2247         * src/Makefile.am
2248         * src/compose.c
2249         * src/gtkaspell.[ch]            ** REMOVE **
2250         * src/gtk/Makefile.am
2251         * src/gtk/gtkaspell.[ch]        ** NEW **
2252                 o make gtkaspell independent from sylpheed's prefs
2253                 o move gtkaspell.[ch] to gtk directory
2254
2255 2003-06-07 [christoph]  0.9.0claws20
2256
2257         * src/Makefile.am
2258         * src/crash.c
2259         * src/export.c
2260         * src/filesel.[ch]              ** REMOVE **
2261         * src/folder.c
2262         * src/main.[ch]
2263         * src/common/sylpheed.[ch]
2264         * src/gtk/Makefile.am
2265         * src/gtk/filesel.[ch]          ** NEW **
2266         * src/gtk/pluginwindow.c
2267         * src/gtk/sslcertwindow.c
2268                 move filesel.[ch] to gtk directory
2269
2270 2003-06-07 [alfons]     0.9.0claws19
2271
2272         * src/filesel.c
2273                 make (multi) file selection dialog work again (Claws-only)
2274
2275 2003-06-07 [thorsten]   0.9.0claws18
2276
2277         * po/de.po
2278                 fix typos
2279
2280 2003-06-07 [alfons]     0.9.0claws17
2281
2282         * configure.ac
2283         * src/mimeview.c
2284                 detect apache mishap in which case don't include fnmatch.h
2285                 if regex.h is already included
2286
2287 2003-06-06 [christoph]  0.9.0claws16
2288
2289         * configure.ac
2290         * src/mimeview.h
2291                 add check for fnmatch.h and include it when available
2292
2293         * src/mimeview.[ch]
2294                 fix wrong case sensitivity of Content-Types
2295
2296         * src/gtk/Makefile.am
2297                 need the same include paths in gtk directory as in
2298                 common directory because .h files in common can
2299                 include files from these directories, when included
2300                 in gtk's .h or .c files
2301
2302 2003-06-06 [alfons]     0.9.0claws15
2303
2304         * src/mimeview.c
2305         * src/summaryview.c
2306                 make it compile again because of regex.h / fnmatch.h 
2307                 include problems (related to recent mime stuff, can
2308                 someone check this?)
2309
2310 2003-06-06 [thorsten]   0.9.0claws14
2311
2312         * src/folderview.c
2313                 possible use of uninitialized pointer while dragging
2314
2315 2003-06-06 [paul]       0.9.0claws13
2316
2317         * src/compose.c
2318                 fix bug where the insert sig button would be effective
2319                 only when auto_sig was set
2320
2321 2003-06-06 [paul]       0.9.0claws12
2322
2323         * sync with 0.9.2 release
2324
2325 2003-06-02 [paul]       0.9.0claws11
2326
2327         * sync with 0.9.1cvs1
2328                 see ChangeLog 2003-06-02
2329                 
2330         * po/de.po
2331                 update by Jens
2332
2333 2003-06-01 [christoph]  0.9.0claws10
2334
2335         * src/account.c
2336                 don't use substring search to find accounts by email address
2337
2338         (closes Bug 169 Overly loose matching of "From" address)
2339
2340 2003-05-31 [christoph]  0.9.0claws9
2341
2342         * doc-src/rfc2683.txt
2343         * src/imap.c
2344                 limit IMAP command length as recommended in RFC2683
2345                 (message number lists will be split into multiple imap
2346                 sets, the limit of 1000 octets is not a hard limit)
2347
2348         (closes Bug 161 sylpheed-claws exits with segfault when logging
2349          in to certain imap-servers)
2350
2351 2003-05-29 [alfons]     0.9.0claws8
2352
2353         * src/toolbar.[ch]
2354                 add print button (calling summary_print());
2355                 fine tune setting tooltip text;
2356                 (if someone needs other buttons, please take these 
2357                 commits as a guide, instead of bothering us - also
2358                 see 0.8.11claws150) 
2359
2360 2003-05-29 [darko]      0.9.0claws7
2361
2362         * src/compose.c
2363                 fix crash when word wrapping kicks in due to
2364                 changed text by spell checker
2365
2366 2003-05-29 [paul]       0.9.0claws6
2367
2368         * src/compose.c
2369                 fix bug where changing account would insert
2370                 sig even if auto_sig was FALSE
2371                 
2372         * ChangeLog
2373           ChangeLog.jp
2374           INSTALL
2375                 sync with 0.9.1 release
2376
2377 2003-05-28 [christoph]  0.9.0claws5
2378
2379         * src/imap.c
2380                 fix truncation of too long commands
2381
2382         (closes Bug 167 IMAP hangs trying to get envelope
2383          information in imap_get_uncached_messages)
2384
2385 2003-05-27 [paul]       0.9.0claws4
2386
2387         * tools/Makefile.am
2388           tools/maildir2sylpheed.pl     ** NEW FILE **
2389                 add kmail to sylpheed mailbox conversion script
2390
2391 2003-05-27 [paul]       0.9.0claws3
2392
2393         * sync with 0.9.0cvs10
2394                 see ChangeLog 2003-05-26
2395
2396 2003-05-26 [paul]       0.9.0claws2
2397
2398         * sync with 0.9.0cvs9
2399                 see ChangeLog 2003-05-26
2400
2401 2003-05-24 [paul]       0.9.0claws1
2402
2403         * sync with 0.9.0cvs8
2404                 see ChangeLog 2003-05-23
2405
2406 2003-05-24 [paul]       0.9.0claws
2407
2408         * version 0.9.0claws released
2409
2410 2003-05-24 [paul]       0.8.11claws177
2411
2412         * src/plugins/dillo-viewer/Makefile.am
2413           src/plugins/traycon/Makefile.am
2414                 add missing files
2415                 
2416         * po/bg.po
2417           po/en_GB.po
2418           po/es.po
2419           po/it.po
2420           po/pt_BR.po
2421           po/ru.po
2422           po/sr.po
2423                 update Bulgarian, British English, Spanish, Italian, 
2424                 Brazilian Portuguese, Russian, and Serbian translations, 
2425                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2426                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2427                 Ruslan N. Balkin, and Urke MMI
2428
2429 2003-05-23 [melvin]     0.8.11claws176
2430
2431         * po/fr.po
2432                 Updated French translations
2433
2434 2003-05-22 [paul]       0.8.11claws175
2435
2436         * src/Makefile.am
2437           src/addrbook.[ch]
2438           src/addrcache.[ch]
2439           src/addr_compl.[ch]
2440           src/adressbook.[ch]
2441           src/addrindex.[ch]
2442           src/addritem.[ch]
2443           src/editaddress.c
2444           src/editgroup.c
2445           src/editldap_basedn.c
2446           src/editldap.c
2447           src/jpilot.c
2448           src/vcard.c
2449                 revert to get ldap into it previous working state
2450                 
2451         * po/zh_TW.Big5.po
2452                 new Taiwanese translation,
2453                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2454
2455 2003-05-22 [christoph]  0.8.11claws174
2456
2457         * src/plugins/spamassassin/libspamc.[ch]
2458                 sync libspamc with SpamAssaain release 2.55
2459
2460 2003-05-22 [paul]       0.8.11claws173
2461
2462         * sync with 0.9.0cvs7
2463                 see ChangeLog 2003-05-22
2464                 
2465         * src/summaryview.c
2466                 revert change in 0.8.11claws172: follow
2467                 Hiroyuki's decision and that's the end of it.
2468
2469 2003-05-21 [paul]       0.8.11claws172
2470
2471         * src/summaryview.c
2472                 fix discrepency between open_unread_on_enter
2473                 and always_show_msg
2474
2475 2003-05-21 [paul]       0.8.11claws171
2476
2477         * sync with 0.9.0cvs6
2478                 see ChangeLog 2003-05-21
2479
2480 2003-05-21 [paul]       0.8.11claws170
2481
2482         * sync with 0.9.0cvs5
2483                 see ChangeLog 2003-05-21
2484
2485 2003-05-20 [paul]       0.8.11claws169
2486
2487         * sync with 0.9.0cvs4
2488                 see ChangeLog 2003-05-20
2489                 fixes bug #152, 'encoding of IMAP folders names'
2490
2491 2003-05-20 [paul]       0.8.11claws168
2492
2493         * sync with 0.9.0cvs3
2494                 see ChangeLog 2003-05-20
2495                 
2496         * src/tools/convert_mbox.pl
2497                 minor change in the comments, submitted by Fred Marton
2498
2499 2003-05-19 [paul]       0.8.11claws167
2500
2501         * src/plugins/clamav/Makefile.am
2502           configure.ac
2503                 link clamav_lib to the plugin and not to the main program
2504
2505 2003-05-19 [christoph]
2506
2507         * src/Makefile.am
2508                 add -export-dynamic for linking
2509
2510 2003-05-19 [paul]       0.8.11claws166
2511
2512         * sync with 0.9.0cvs1
2513                 see ChangeLog 2003-05-19
2514
2515 2003-05-19 [paul]       0.8.11claws165
2516
2517         * src/inc.c
2518                 fix 'pop before smtp' timeout
2519
2520 2003-05-18 [alfons]     0.8.11claws164
2521
2522         * src/prefs_matcher.c
2523                 put "execute" action command line ("expression") in edit box
2524
2525 2003-05-18 [christoph]  0.8.11claws163
2526
2527         * src/mimeview.[ch]
2528         * src/plugins/dillo_viewer/dillo_viewer.c
2529         * src/plugins/image_viewer/viewer.c
2530         * src/plugins/mathml_viewer/mathml_viewer.c
2531                 let a viewer have a list of Content-Types
2532
2533 2003-05-18 [paul]       0.8.11claws162
2534
2535         * src/prefs_filtering.c
2536                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2537                 and REDIRECT actions
2538
2539 2003-05-17 [christoph]
2540
2541         * README.claws
2542                 o remove dynamic signatures that was syned with main
2543                 o add infos about no longer "build in" image viewer
2544                 o update bugtracker URL
2545
2546 2003-05-17 [christoph]  0.8.11claws161
2547
2548         * src/folder.c
2549         * src/folderview.c
2550         * src/imap.c
2551                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2552                 for every folder after rebuilding the folder tree.
2553
2554         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2555          messages)
2556
2557 2003-05-17 [christoph]  0.8.11claws160
2558
2559         * src/imap.c
2560                 don't use STATUS command on current folder to check for
2561                 content changes. imap_cmd_ok() now tracks changes to
2562                 folder and number of existing messages.
2563
2564 2003-05-17 [paul]       0.8.11claws159
2565
2566         * src/plugins/clamav/clamav_plugin.c
2567                 remove unnecessary debug_print
2568
2569 2003-05-16 [thorsten]   0.8.11claws158
2570
2571         * src/plugins/demo.c
2572                 included missing intl.h
2573
2574 2003-05-16 [paul]       0.8.11claws157
2575
2576         * po/POTFILES.in
2577                 remove non-existant entries
2578         
2579         * src/plugins/clamav/clamav_plugin.c
2580           src/plugins/clamav/clamav_plugin_gtk.c
2581           src/plugins/dillo_viewer/dillo_prefs.c
2582           src/plugins/dillo_viewer/dillo_viewer.c
2583                 gettextise
2584
2585 2003-05-16 [christoph]  0.8.11claws156
2586
2587         * po/POTFILES.in
2588                 include plugin .c files for translation until I
2589                 find a better solution to have plugins have their
2590                 own textdomain
2591         * src/plugins/demo/demo.c
2592         * src/plugins/image_viewer/plugin.c
2593         * src/plugins/mathml_viewer/mathml_viewer.c
2594         * src/plugins/spamassassin/spamassassin.c
2595         * src/plugins/spamassassin/spamassassin_gtk.c
2596         * src/plugins/trayicon/trayicon.c
2597                 add gettext macros for plugin name and description
2598
2599 2003-05-16 [paul]
2600
2601         * sync with 0.9.0
2602
2603 2003-05-16 [paul]       0.8.11claws155
2604
2605         * sync with lastest 0.9.0pre1
2606                 see ChangeLog 2003-05-16
2607
2608 2003-05-15 [paul]       0.8.11claws154
2609
2610         * sync with latest 0.9.0pre1
2611                 see ChangeLog 2003-05-14 and 2003-05-15
2612
2613 2003-05-14 [christoph]  0.8.11claws153
2614
2615         * src/plugins/image_viewer/viewer.c
2616         * src/plugins/image_viewer/viewer.glade         ** NEW **
2617         * src/plugins/image_viewer/viewerprefs.c
2618                 make it possible to disable the autoload function in the
2619                 imageviewer again
2620
2621 2003-05-14 [christoph]  0.8.11claws152
2622
2623         * src/folder.c
2624                 fix folder update after adding a message
2625
2626 2003-05-13 [alfons]     0.8.11claws151
2627
2628         * src/common/session.c
2629                 remove debug traces
2630                 
2631         * src/addrcache.[ch]
2632         * src/filtering.[ch]
2633         * src/folder.[c]
2634         * src/gtkaspell.[ch]
2635         * src/imap.[ch]
2636         * src/mbox_folder.[ch]
2637         * src/mh.[ch]
2638         * src/mimeview.h
2639         * src/msgcache.[ch]
2640         * src/news.[ch]
2641         * src/passphrase.[ch]
2642         * src/prefs_common.[ch]
2643         * src/prefs_gtk.[ch]
2644         * src/procmsg.c
2645         * src/scoring.[ch]
2646                 be pedantic; (in prototypes () implies (int))
2647
2648 2003-05-13 [alfons]     0.8.11claws150
2649
2650         * src/prefs_toolbar.[ch]
2651         * src/summaryview.[ch]
2652         * src/toolbar.[ch]
2653                 change misleading text in toolbar prefs;
2654                 add toolbar action for ignore thread (toggles ignore thread flag);
2655                 clean up a little bit;
2656
2657 2003-05-12 [paul]
2658
2659         * tools/convert_mbox.pl
2660                 bug fixed by Fred Marton
2661
2662 2003-05-12 [paul]
2663
2664         * sync with 0.9.0pre1
2665
2666 2003-05-09 [paul]       0.8.11claws149
2667
2668         * sync with 0.8.11cvs43
2669                 see ChangeLog 2003-05-09
2670
2671 2003-05-08 [christoph]  0.8.11claws148
2672
2673         * src/imap.[ch]
2674                 o use CAPABILIY as first command and check for PREAUTH
2675                   information in the response to it
2676                 o rewrite all imap_cmd_* functions to use an IMAPSession
2677                   instead of a SockInfo as parameter
2678                 o do STARTTLS after fetching and checking the server
2679                   capabilities
2680
2681 2003-05-08 [paul]       0.8.11claws147
2682
2683         * tools/Makefile.am
2684           tools/README
2685           tools/convert_mbox.pl         ** NEW FILE **
2686                 add mbox conversion script. Submitted by 
2687                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2688
2689 2003-05-07 [christoph]
2690
2691         * doc-src/glade.txt
2692         * src/gtk/pluginwindow.glade
2693         * src/plugins/image_viewer/viewerprefs.glade
2694         * src/plugins/spamassassin/spamassassin_gtk.glade
2695                 add glade files for user interfaces and a description how
2696                 to use glade to create the sylpheed code
2697
2698 2003-05-07 [paul]       0.8.11claws146
2699
2700         * sync with 0.8.11cvs41
2701                 see ChangeLog 2003-05-07
2702
2703 2003-05-06 [christoph]  0.8.11claws145
2704
2705         * src/main.c
2706         * src/plugins/image_viewer/viewer.c
2707                 fix usage of imlib in imageviewer plugin
2708
2709         * src/gtk/prefswindow.c
2710                 handle window close event correctly
2711
2712 2003-05-06 [paul]       0.8.11claws144
2713
2714         * src/common/ssl.c
2715                 fix typo introduced in sync
2716
2717 2003-05-06 [paul]       0.8.11claws143
2718
2719         * sync with 0.8.11cvs39
2720                 see ChangeLog 2003-05-06
2721
2722 2003-05-06 [paul]       0.8.11claws142
2723
2724         * AUTHORS
2725           po/cs.po
2726                 updated Czech translation, submitted by 
2727                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2728                 
2729         * src/plugins/clamav/clamav_plugin_gtk.c
2730                 clean up
2731
2732 2003-05-03 [alfons]     0.8.11claws141
2733
2734         * src/compose.[ch]
2735                 make paste as quotation work even when the call to 
2736                 text_inserted() was deferred (fixes bug #140 "Paste 
2737                 as quotation does not work when using "external" 
2738                 clipboard")
2739
2740 2003-05-03 [thorsten]   0.8.11claws140
2741
2742         * src/addrquery.h
2743           src/ldapquery.h
2744           src/mainwindow.c
2745                 removed C++ comments
2746         * src/addr_compl.c
2747                 function with non-int retval/param used before
2748                 implementation/declaration
2749
2750 2003-05-02 [paul]       0.8.11claws139
2751
2752         * src/addr_compl.[ch]
2753           src/addressbook.[ch]
2754           src/addrindex.c
2755           src/summaryview.c
2756                 revert match's changes to (finally) remove the bug where
2757                 opening a folder causes massive slowdown when using the 
2758                 'Display sender using address book' option
2759
2760 2003-05-01 [melvin]     0.8.11claws138
2761
2762         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2763         * src/plugins/dillo_viewer/dillo_viewer.c
2764                 Fixed bug where "Cancel" button from prefs issued
2765                 warnings.
2766                 Comply a little more to coding style
2767
2768 2003-05-01 [paul]       0.8.11claws137
2769
2770         * sync with 0.8.11cvs38
2771                 see ChangeLog 2003-05-01
2772
2773 2003-05-01 [paul]       0.8.11claws136
2774
2775         * po/bg.po
2776                 updated by George Danchev
2777
2778 2003-04-30 [christoph]  0.8.11claws135
2779
2780         * src/plugins/dillo_viewer/dillo_prefs.c
2781         * src/plugins/image_viewer/viewerprefs.c
2782         * src/plugins/spamassassin/spamassassin_gtk.c
2783                 remove gtk_widget_ref() calls for widgets in
2784                 glade code
2785
2786 2003-04-30 [paul]       0.8.11claws134
2787
2788         * src/addrindex.c
2789                 ok, this time a better fix for the bug where opening folder
2790                 has massive slowdown when using the 'Display sender using 
2791                 address book' option
2792
2793 2003-04-30 [paul]       0.8.11claws133
2794
2795         * src/addrindex.c
2796                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2797         
2798 2003-04-30 [melvin]     0.8.11claws132
2799
2800         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2801
2802         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2803                 Preferences for the dillo plugin
2804         * src/plugins/dillo_viewer/dillo_viewer.c
2805                 Support for preferences
2806         * src/plugins/dillo_viewer/Makefile.am
2807                 Added dillo_prefs.[ch]
2808
2809 2003-04-30 [alfons]     0.8.11claws131
2810
2811         * src/common/plugin.[ch]
2812                 see? this ANSI C'fication immediately gives us type
2813                 checking for free.
2814
2815 2003-04-30 [alfons]     0.8.11claws130
2816
2817         * src/common/plugin.[ch]
2818         * src/plugins/clamav/clamav_plugin.[ch]
2819         * src/plugins/clamav/clamav_plugin_gtk.c
2820         * src/plugins/demo/demo.c
2821         * src/plugins/dillo_viewer/dillo_viewer.c
2822         * src/plugins/image_viewer/plugin.c
2823         * src/plugins/image_viewer/viewer.[ch]
2824         * src/plugins/image_viewer/viewerprefs.[ch]
2825         * src/plugins/mathml_viewer/mathml_viewer.c
2826         * src/plugins/spamassassin/spamassassin.[ch]
2827         * src/plugins/spamassassin/spamassassin_gtk.c
2828         * src/plugins/trayicon/trayicon.c
2829                 clean up
2830
2831 2003-04-30 [alfons]     0.8.11claws129
2832
2833         * src/common/utils.c
2834                 make is_ascii_str() fail gracefully when NULL pointer
2835                 is passed
2836
2837 2003-04-30 [paul]       0.8.11claws128
2838
2839         * src/addrindex.c
2840                 fix bug where opening folder has massive slowdown when
2841                 using the 'Display sender using address book' option
2842
2843 2003-04-30 [paul]       0.8.11claws127
2844
2845         * src/plugins/clamav/clamav_plugin.c
2846           src/plugins/clamav/clamav_plugin_gtk.c
2847           src/plugins/demo/demo.c
2848           src/plugins/dillo_viewer/dillo_viewer.c
2849           src/plugins/image_viewer/plugin.c
2850           src/plugins/mathml_viewer/mathml_viewer.c
2851           src/plugins/spamassassin/spamassassin.c
2852           src/plugins/spamassassin/spamassassin_gtk.c
2853           src/plugins/trayicon/trayicon.c
2854                 get rid of eye-hurting function signatures
2855
2856 2003-04-30 [paul]       0.8.11claws126
2857
2858         * src/plugins/trayicon/trayicon.c
2859                 add description
2860                 
2861         * src/mimeview.c
2862                 be more descriptive
2863
2864 2003-04-30 [paul]       0.8.11claws125
2865
2866         * configure.ac
2867                 arrange the plugins in reverse alphabetical order
2868                 
2869         * src/plugins/clamav/clamav_plugin.[ch]
2870           src/plugins/clamav/clamav_plugin_gtk.c
2871                 rename some params
2872                 resize max_size window
2873                 re-arrange the order of some gui elements
2874                 improve descriptions
2875         
2876         * src/plugins/image_viewer/plugin.c
2877           src/plugins/mathml_viewer/mathml_viewer.c
2878                 add descriptions
2879                 
2880         * src/plugins/spamassassin/spamassassin_gtk.c
2881                 resize max_size window
2882                 re-arrange the order of some gui elements
2883                 
2884         * src/messageview.c
2885           src/mimeview.c
2886                 correct typos
2887
2888 2003-04-30 [alfons]     0.8.11claws124
2889
2890         * src/imap.c
2891                 fix a leak found while browsing Martin Kluge's 
2892                 valgrind log (Claws only)
2893
2894 2003-04-29 [darko]      0.8.11claws123
2895
2896         * src/gtk/gtkstext.h
2897                 include wchar.h if it is available, fixes compilation
2898                 on HP-UX systems
2899
2900 2003-04-29 [melvin]     0.8.11claws122
2901
2902         * src/prefs_actions.c
2903                 Improved help text of Actions' syntax
2904
2905 2003-04-28 [paul]       0.8.11claws121
2906
2907         * src/action.c
2908                 a better fix for the crash when performing an action
2909                 on a mime part
2910
2911 2003-04-28 [paul]       0.8.11claws120
2912
2913         * src/action.c
2914                 fix crash when performing an action on a
2915                 mime part
2916
2917 2003-04-28 [paul]       0.8.11claws119
2918
2919         * sync with 0.8.11cvs36
2920                 see ChangeLog 2003-04-28
2921
2922 2003-04-27 [paul]       0.8.11claws118
2923
2924         * more sync with 0.8.11cvs35
2925                 see ChangeLog 2003-04-25
2926
2927 2003-04-26 [christoph]  0.8.11claws117
2928
2929         * src/folder.c
2930                 fix remove virtual check
2931
2932 2003-04-26 [paul]       0.8.11claws116
2933
2934         * src/messageview.c
2935                 fix return-receipt, make it work again
2936
2937 2003-04-26 [paul]       0.8.11claws115
2938
2939         * src/mimeview.c
2940                 restore double-clicking of the [application/pgp-signature 
2941                 (Select "Check signature" to check)] line in the message view,
2942                 broken in recent sync
2943
2944 2003-04-26 [christoph]  0.8.11claws114
2945
2946         * src/folder.c
2947                 check if remove virtual really exists before
2948                 calling the function
2949
2950 2003-04-25 [match]      0.8.11claws113
2951
2952         * src/addrindex.c
2953         * src/addrbook.c
2954         * src/ldapquery.[ch]
2955         * src/ldapctrl.[ch]
2956                 fix memleak.
2957         * src/ldapserver.[ch]
2958                 fix memleak. fix segfault.
2959                 plug a Claws memleak
2960
2961 2003-04-25 [alfons]     0.8.11claws112
2962
2963         * src/folder.c
2964                 plug a Claws memleak
2965
2966 2003-04-25 [alfons]     0.8.11claws111
2967
2968         * src/common/session.c
2969                 plug a memleak
2970
2971 2003-04-25 [paul]       0.8.11claws110
2972
2973         * sync with 0.8.11cvs35
2974                 see ChangeLog 2003-04-24 and 2003-04-25
2975                 
2976         * src/gtk/pluginwindow.c
2977                 correct another strange float value
2978
2979 2003-04-24 [christoph]  0.8.11claws109
2980
2981         * src/folder.c
2982                 freeze folder item updates when unsetting new flags
2983
2984         * src/gtk/pluginwindow.c
2985                 correct strange float value
2986
2987 2003-04-23 [paul]       0.8.11claws108
2988
2989         * sync with 0.8.11cvs33
2990                 see ChangeLog 2003-04-23
2991
2992 2003-04-22 [paul]       0.8.11claws107
2993
2994         * src/Makefile.am
2995           src/messageview.c
2996           src/mimeview.c
2997           src/pgptext.[ch]      ** REMOVED **
2998                 remove pgptext.[ch] as its not used any more
2999
3000 2003-04-22 [paul]       0.8.11claws106
3001
3002         * sync with 0.8.11cvs31
3003                 see ChangeLog 2003-04-21 and 2003-04-22
3004
3005 2003-04-21 [alfons]     0.8.11claws105
3006
3007         * src/main.c
3008                 No access to GTK structures if we're a spawned child
3009                 (and clean up code a little bit...) Should fix #126.
3010
3011 2003-04-21 [melvin]     0.8.11claws104
3012
3013         * src/plugins/dillo_viewer/README
3014                 Improved slightly the text.
3015
3016 2003-04-21 [melvin]     0.8.11claws103
3017
3018         * src/plugins/dillo_viewer/README *** NEW ***
3019                 Added a README file for the Dillo plugin
3020
3021 2003-04-20 [paul]
3022
3023         * tools/README
3024           tools/outlook2sylpheed.pl
3025                 updated and improved by Ricardo Mones Lastra
3026
3027 2003-04-18 [oliver]     0.8.11claws102
3028
3029         * src/inc.c 
3030         * src/prefs_account.h
3031                 remove Pop3SessionType (used by selective download)
3032         * src/prefs_toolbar.c
3033                 enable set Default Toolbar button
3034
3035 2003-04-18 [paul]       0.8.11claws101
3036
3037         * sync with 0.8.11cvs29
3038                 see ChangeLog 2003-04-18
3039
3040 2003-04-17 [paul]       0.8.11claws100
3041
3042         * src/prefs_common.[ch]
3043           src/summaryview.c
3044                 remove 'Open next message on deletion' option,
3045                 as the same effect can now be achieved via the
3046                 'Always open messages in summary when selected'
3047                 option.
3048
3049 2003-04-17 [paul]       0.8.11claws99
3050
3051         * sync with 0.8.11cvs28
3052                 see ChangeLog 2003-04-17
3053
3054 2003-04-17 [christoph]  0.8.11claws98
3055
3056         * ac/spamassassin.m4
3057         * src/plugins/spamassassin/libspamc.[ch]
3058         * src/plugins/spamassassin/utils.[ch]
3059                 sync libspamc with SpamAssassin project
3060
3061 2003-04-17 [christoph]  0.8.11claws97
3062
3063         * src/common/socket.h
3064         * src/gtk/sslcertwindow.h
3065                 rename old USE_SSL to USE_OPENSSL
3066
3067 2003-04-17 [paul]       0.8.11claws96
3068
3069         * src/prefs_common.h
3070                 use gulong for P_COLOR so that it compiles/runs on
3071                 64-bit systems. Patch submitted by James Noyes
3072                 <jnoyes-claws@retrogeeks.com>
3073                 
3074         * po/de.po
3075                 updated by Jens
3076
3077 2003-04-17 [paul]       0.8.11claws95
3078
3079         * sync with 0.8.11cvs27
3080                 see ChangeLog 2003-04-16
3081
3082 2003-04-15 [paul]       0.8.11claws94
3083
3084         * src/prefs_common.[ch]
3085                 rearrange to stop the window getting too long:
3086                         move Receive dialog stuff to Receive tab
3087                         move Send dialog to Send tab
3088                         remove Dialogs frame
3089                 rename 'Open messages in summary with cursor keys' to
3090                 'Always open messages in summary when selected', as its
3091                 more appropriate
3092
3093 2003-04-15 [paul]       0.8.11claws93
3094
3095         * src/prefs_common.[ch]
3096           src/summaryview.c
3097                 add new option '/Interface/Open next message on deletion'
3098
3099 2003-04-15 [paul]       0.8.11claws92
3100
3101         * src/summaryview.[ch]
3102                 add /Mark/Lock and /Mark/Unlock to the pop-up
3103                 menu. Patch submitted by Ivan Francolin Martinez
3104                 <ivanfm@users.sourceforge.net>
3105
3106 2003-04-15 [paul]       0.8.11claws91
3107
3108         * sync with 0.8.11cvs24
3109                 see ChangeLog 2003-04-15
3110
3111 2003-04-14 [jens]       0.8.11claws90
3112
3113         * updated German translation and some corrections from
3114                 Roland Bless <bless@tm.uka.de>
3115
3116 2003-04-14 [paul]       0.8.11claws89
3117
3118         * sync with 0.8.11cvs22
3119                 see ChangeLog 2003-04-14
3120
3121 2003-04-13 [paul]       0.8.11claws88
3122
3123         * src/plugins/clamav/clamav_plugin.c
3124                 fix memory leaks
3125                 clean up
3126
3127 2003-04-12 [paul]       0.8.11claws87
3128
3129         * src/plugins/clamav/clamav_plugin.c
3130                 activate enable/disable archive scanning option
3131                 
3132         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3133
3134 2003-04-12 [paul]       0.8.11claws86
3135
3136         * src/plugins/Makefile.am
3137           src/plugins/clamav/Makefile.am                ** NEW FILE **
3138           src/plugins/clamav/README                     ** NEW FILE ** 
3139           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3140           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3141                 add Clam AntiVirus plugin
3142
3143 2003-04-12 [paul]       0.8.11claws85
3144
3145         * sync with 0.8.11cvs21
3146                 see ChangeLog 2003-04-11
3147
3148 2003-04-11 [paul]       0.8.11claws84
3149
3150         * po/es.po
3151                 update Spanish translation. Submitted by Ricardo
3152                 Mones Lastra.
3153
3154 2003-04-10 [christoph]  0.8.11claws83
3155
3156         * src/mbox.c
3157                 fix typo that did not move unfiltered mails to destination
3158                 folder
3159
3160         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3161          when filtering from spool)
3162
3163 2003-04-10 [christoph]  0.8.11claws82
3164
3165         * src/imap.c
3166                 use BODY.PEEK instead of BODY in in message fetch operation
3167                 to make sure the IMAP server does not set the \Seen flag for
3168                 messages. Sylpheed does that later itself, when the message
3169                 is opened in sylpheed
3170
3171         (closes Bug 111 Claws destroys unread marks)
3172
3173 2003-04-09 [oliver]     0.8.11claws81
3174         
3175         * src/folder.c
3176                 fix crash in folder_destroy
3177         * README.claws
3178                 remove selective download
3179
3180 2003-04-09 [christoph]  0.8.11claws80
3181
3182         * src/imap.c
3183                 fix crash in imap_get_msginfo() when then fetched message
3184                 is not found
3185
3186         (closes Bug 110 Crash during mail composition)
3187
3188 2003-04-08 [christoph]  0.8.11claws79
3189
3190         * src/folder.c
3191         * src/prefs_account.c
3192                 Filter new messages that are found in an INBOX folder
3193                 when 'Filter messages on receiving' is enabled in the
3194                 Folder's AccountPrefs. This allows to use Sylpheed's
3195                 filtering engine for IMAP folders where messages are
3196                 added to the INBOX by a MTA
3197
3198 2003-04-08 [paul]       0.8.11claws78
3199
3200         * src/procmsg.h
3201                 clean up after last commit
3202
3203 2003-04-08 [paul]       0.8.11claws77
3204
3205         * sync with 0.8.11cvs20
3206                 see ChangeLog 2003-04-07 and 2003-04-08
3207
3208 2003-04-07 [christoph]  0.8.11claws76
3209
3210         * src/filtering.[ch]
3211         * src/inc.[ch]
3212         * src/mbox.c
3213         * src/procmsg.[ch]
3214                 add procmsg_msginfo_filter() to execute filtering actions
3215
3216 2003-04-06 [christoph]  0.8.11claws75
3217
3218         * src/imap.c
3219                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3220
3221 2003-04-06 [christoph]  0.8.11claws74
3222
3223         * src/common/utils.[ch]
3224                 add g_int_compare() function for slist sorting
3225
3226         * src/imap.c
3227                 fetch all MsgInfos with one command in imap_get_msginfos()
3228                 using an imap set with a list of ranges
3229
3230         * src/news.c
3231                 use new g_int_compare() function
3232
3233 2003-04-06 [thorsten]   0.8.11claws73
3234
3235         * src/mh.c
3236                 corrected implementation of mh_folder_destroy()
3237
3238 2003-04-05 [christoph]  0.8.11claws72
3239
3240         * src/account.c
3241         * src/folder.[ch]
3242         * src/folderview.c
3243         * src/imap.c
3244         * src/inc.c
3245         * src/main.c
3246         * src/mainwindow.c
3247         * src/mbox_folder.c
3248         * src/mh.c
3249         * src/mimeview.h
3250         * src/msgcache.[ch]
3251         * src/news.c
3252         * src/procmime.h
3253         * src/procmsg.[ch]
3254         * src/setup.c
3255         * src/gtk/gtkutils.c
3256                 o rename structure field names class and new to klass and
3257                   new_msgs, to allow including files in C++
3258                 o add 'extern "C"' block to some header files
3259                 o add MsgInfoList and MsgNumberList as alias for GSList for
3260                   developers to know what type of list is expected
3261
3262         * src/plugins/image_viewer/plugin.c
3263         * src/plugins/image_viewer/viewer.[ch]
3264         * src/plugins/image_viewer/viewerprefs.[ch]
3265                 rename function names to prevent conflicts
3266
3267 2003-04-05 [paul]       0.8.11claws71
3268
3269         * sync with 0.8.11cvs18
3270                 see ChangeLog 2003-04-03 and 2003-04-04
3271
3272 2003-04-02 [christoph]  0.8.11claws70
3273
3274         * src/folder.[ch]
3275         * src/imap.[ch]
3276         * src/mbox_folder.[ch]
3277         * src/mh.[ch]
3278         * src/news.[ch]
3279                 o Make all virtual folder functions private
3280                 o remove unused folder code
3281
3282         * src/common/socket.[ch]
3283         * src/summaryview.c
3284                 fix warnings
3285
3286 2003-03-30 [alfons]     0.8.11claws69
3287
3288         * src/send_message.c
3289                 remove two debug traces and see if people still report
3290                 errors
3291
3292 2003-03-30 [alfons]     0.8.11claws68
3293
3294         * src/send_message.c
3295         * src/commons/session.c
3296                 add more debug traces
3297
3298 2003-03-30 [christoph]  0.8.11claws67
3299
3300         * src/folder.c
3301                 change processing folder name from .processing to processing
3302
3303         * src/common/ssl.c
3304                 disable SSL certificate check because it causes Xlib error
3305                 when the child process want's to open an GTK window
3306
3307 2003-03-30 [christoph]  0.8.11claws66
3308
3309         * src/folder.c
3310                 don't use default folder for processing folder item because
3311                 it can be a non local folder
3312
3313         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3314
3315 2003-03-30 [alfons]     0.8.11claws65
3316
3317         * src/send_message.c
3318                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3319                 to generate bad code for 'send_send_data_progressive': When
3320                 called from 'send_send_data_finished', the 'data' pointer is
3321                 cleared just before the assignment to the dialog pointer
3322
3323 2003-03-29 [christoph]  0.8.11claws64
3324
3325         * src/common/prefs.h
3326         * src/plugins/image_viewer/Makefile.am
3327         * src/plugins/image_viewer/plugin.c
3328         * src/plugins/image_viewer/viewer.[ch]
3329         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3330                 add PrefsPage for ImageViewer
3331
3332 2003-03-28 [thorsten]   0.8.11claws63
3333
3334         * src/common/session.c
3335                 added some comments
3336
3337 2003-03-28 [paul]       0.8.11claws62
3338
3339         * sync with 0.8.11cvs16
3340                 see ChangeLog 2003-03-28
3341
3342 2003-03-28 [paul]       0.8.11claws61
3343
3344         * sync with 0.8.11cvs15
3345                 see ChangeLog 2003-03-28
3346
3347 2003-03-27 [christoph]  0.8.11claws60
3348
3349         * src/folder.c
3350         * src/imap.c
3351         * src/common/socket.[ch]
3352                 set socket state to DISCONNECTED when any operation
3353                 fails to allow reconnecting in IMAP code without
3354                 checking the return code of all calls to the command
3355                 functions
3356
3357         * src/folderview.c
3358         * src/summaryview.c
3359                 remove some more stuff that depends on specific
3360                 folder types
3361
3362 2003-03-27 [paul]       0.8.11claws59
3363
3364         * sync with 0.8.11cvs14
3365                 see ChangeLog 2003-03-27
3366                 
3367         * src/selective_download.[ch]   ** REMOVED **
3368                 really removed
3369
3370 2003-03-27 [christoph]  0.8.11claws58
3371
3372         * src/folder.c
3373                 fix handling of tmp_flags in flag copy function
3374
3375 2003-03-27 [paul]       0.8.11claws57
3376
3377         * sync with 0.8.11cvs13
3378                 see ChangeLog 2003-03-27
3379
3380 2003-03-27 [oliver]     0.8.11claws56
3381
3382         * src/maiwindow.c
3383                 remove sel_download_cb
3384
3385 2003-03-27 [oliver]     0.8.11claws55
3386         
3387         * src/inc.c
3388                 remove POP3_TOP
3389         
3390 2003-03-26 [oliver]     0.8.11claws54
3391
3392         *src/pop.h
3393                 remove POP3_TOP*
3394         * README.claws
3395                 remove selective donwload readme
3396
3397 2003-03-26 [oliver]     0.8.11claws53
3398         * src/matcher.[ch]
3399         * src/matcher_parser_parse.y 
3400         * src/pop.c 
3401         * src/prefs_account.[ch]
3402         * src/prefs_filtering.c
3403                 remove selective donwload
3404
3405 2003-03-26 [oliver]     0.8.11claws52
3406
3407         * src/inc.[ch] 
3408         * src/filtering.c 
3409         * src/mainwindow.c 
3410                 remove selective donwload
3411
3412 2003-03-26 [oliver]     0.8.11claws51
3413         
3414         * src/Makefile.am
3415         * src/selective_download.[ch]   ** REMOVE **    
3416
3417 2003-03-26 [christoph]  0.8.11claws50
3418
3419         * src/news.c
3420                 fix NEWS that got broken by a sync with sylpheed-main
3421
3422 2003-03-26 [christoph]  0.8.11claws49
3423
3424         * src/mimeview.c
3425                 fix mime type guessing when no mime type is found for a file
3426
3427 2003-03-25 [christoph]  0.8.11claws48
3428
3429         * src/mimeview.c
3430         * src/procmime.c
3431                 remove mime type guessing from mime parser and use
3432                 name based mime types in viewer lookup for mime type
3433                 application/octet-stream
3434
3435 2003-03-25 [christoph]  0.8.11claws47
3436
3437         * doc-src/readme.txt
3438         * doc-src/rfc2554.txt
3439                 add RFC about SMTP AUTH
3440
3441         * src/send_message.c
3442         * src/common/smtp.[ch]
3443                 add extra error code for authentication errors and
3444                 clear temporary password when this error occurs
3445
3446         (closes Bug 84 authentication failure while sending should
3447          prompt for password again)
3448
3449 2003-03-25 [christoph]  0.8.11claws46
3450
3451         * configure.ac
3452         * src/Makefile.am
3453         * src/imageview.[ch]                            ** REMOVE **
3454         * src/messageview.[ch]
3455         * src/mimeview.[ch]
3456         * src/prefs_common.[ch]
3457         * src/textview.c
3458         * src/plugins/Makefile.am
3459         * src/plugins/image_viewer/.cvsignore           ** NEW **
3460         * src/plugins/image_viewer/Makefile.am          ** NEW **
3461         * src/plugins/image_viewer/plugin.c             ** NEW **
3462         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3463                 move image viewer into a plugin (building is enabled by default)
3464                 [ToDo: Prefs for resize and autoview]
3465
3466 2003-03-25 [paul]       0.8.11claws45
3467
3468         * sync with 0.8.11cvs12
3469                 see ChangeLog 2003-03-26
3470
3471 2003-03-25 [paul]       0.8.11claws44
3472
3473         * sync with 0.8.11cvs11
3474                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3475                 
3476         Note: Selective Download is broken.
3477                 
3478 2003-03-22 [christoph]  0.8.11claws43
3479
3480         * src/folder.c
3481                 code cleanup for flags copying
3482
3483 2003-03-22 [christoph]  0.8.11claws42
3484
3485         * src/plugins/trayicon/trayicon.c
3486                 fix setting the transparent area when the window size
3487                 is forced by the system tray
3488
3489 2003-03-22 [christoph]  0.8.11claws41
3490
3491         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3492         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3493         * src/plugins/trayicon/newmail.xpm              ** NEW **
3494         * src/plugins/trayicon/nomail.xpm               ** NEW **
3495         * src/plugins/trayicon/trayicon.c
3496         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3497                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3498                 o add icon for unread mails
3499                 o set transparency for window
3500
3501 2003-03-22 [christoph]  0.8.11claws40
3502
3503         * src/news.c
3504                 init news session to prevent crash when session is closed
3505
3506 2003-03-22 [christoph]  0.8.11claws39
3507
3508         * src/imap.c
3509         * src/common/session.[ch]
3510                 Init session data to make sure we don't have invalid pointers
3511                 for read_ch and write_ch when new multi process sessions are
3512                 not used
3513
3514         * src/main.c
3515         * src/common/plugin.c
3516         * src/common/sylpheed.c
3517         * src/plugins/demo/demo.c
3518         * src/plugins/dillo_viewer/dillo_viewer.c
3519         * src/plugins/mathml_viewer/mathml_viewer.c
3520         * src/plugins/spamassassin/spamassassin.c
3521         * src/plugins/spamassassin/spamassassin_gtk.c
3522                 add plugin types to allow loading plugins at different times
3523                 (and maybe for different frontends), because it's not good to
3524                 load GTK-Plugins gefore gtk_init was called
3525
3526         * configure.ac
3527         * src/plugins/Makefile.am
3528         * src/plugins/trayicon/.cvsignore               ** NEW **
3529         * src/plugins/trayicon/Makefile.am              ** NEW **
3530         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3531         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3532         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3533         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3534         * src/plugins/trayicon/trayicon.c               ** NEW **
3535                 New Trayicon plugin that shows an icon in a systray that uses
3536                 XEMBED protocol like Gnome's systray. Icon shows if there
3537                 are new mails and a tooltip shows information about new,
3538                 unread and total messages.
3539
3540 2003-03-22 [paul]       0.8.11claws38
3541
3542         * src/common/smtp.c
3543                 fix ESMTP AUTH CRAM-MD5
3544                 [sync with main (still version 0.8.11cvs6), see
3545                  ChangeLog 2003-03-22]
3546
3547 2003-03-21 [colin]      0.8.11claws37
3548
3549         * src/send_message.c
3550                 Fix USE_SSL => USE_OPENSSL
3551
3552 2003-03-21 [colin]      0.8.11claws36
3553
3554         * src/folderview.c
3555                 Fix counts in drag and dropped subfolders
3556
3557 2003-03-21 [colin]      0.8.11claws35
3558
3559         * src/folder.c 
3560         * src/folderview.c
3561                 speed up a bit folder dnd
3562
3563 2003-03-20 [alfons]     0.8.11claws34
3564
3565         * src/main.c
3566         * src/toolbar.c
3567         * src/procmsg.c
3568                 don't send locked queue messages
3569                 (feature request "[ 705245 ] Locking message in outbox 
3570                  should prevent sending")
3571
3572 2003-03-20 [christoph]  0.8.11claws33
3573
3574         * src/folder.c
3575                 remove NEW and UNREAD flag in special folders when scanning
3576                 
3577         * src/common/smtp.c
3578                 fix ESMTP AUTH CRAM-MD5
3579
3580 2003-03-20 [paul]       0.8.11claws32
3581
3582         * src/prefs_account.c
3583                 Re-write 'Tunnel command to open connection' as
3584                 'Use command to communicate with server', and disable
3585                 it for all except IMAP accounts
3586
3587 2003-03-20 [paul]       0.8.11claws31
3588
3589         * sync with 0.8.11cvs6
3590                 see ChangeLog 2003-03-20
3591
3592 2003-03-19 [match]      0.8.11claws30
3593
3594         * src/addritem.[ch]
3595                 include documentation. minor refactoring.
3596         * src/addr_compl.[ch]
3597         * src/addrindex.[ch]
3598         * src/addresbook.[ch]
3599         * src/summaryview.c
3600                 re-enable address lookup (was disabled in
3601                 0.8.11claws20).
3602
3603 2003-03-19 [christoph]  0.8.11claws29
3604
3605         * src/procmsg.c
3606                 add temp flag handling, will make moving and copying
3607                 messages possible again
3608
3609         * src/folder.c
3610                 correct calulation of folder stats
3611
3612 2003-03-18 [match]      0.8.11claws28
3613
3614         * src/editgroup.h
3615                 remove case sensitive comparison (closes bug 80).
3616
3617 2003-03-18 [christoph]  0.8.11claws27
3618
3619         * src/imap.c
3620                 fix imap using a tunnel command
3621
3622         (closes bug 87)
3623
3624 2003-03-18 [christoph]  0.8.11claws26
3625
3626         * src/folder.[ch]
3627         * src/imap.c
3628         * src/procmsg.[ch]
3629                 rewrite flag handling for folders
3630
3631 2003-03-18 [christoph]  0.8.11claws25
3632
3633         * src/folder.c
3634         * src/procmsg.c
3635         * src/summaryview.c
3636                 unset NEW and UNREAD flags when message is ignored, to make
3637                 sure messages don't show up as unread on other IMAP clients,
3638                 because the IGNORE_THREAD flag can not be syncronized through
3639                 the IMAP folder
3640
3641 2003-03-17 [christoph]  0.8.11claws24
3642
3643         * src/imap.c
3644                 don't use recursion to fetch uids when the number of messages
3645                 does not match. Moved code into subfunction that is used
3646                 again when needed, to prevent an endless loop.
3647
3648 2003-03-17 [thorsten]   0.8.11claws23
3649
3650         * src/imageview.[ch]
3651                 export imageview_get_resized_size() (for plugins)
3652         * src/prefs_common.[ch]
3653                 added prefs_common_get() (for plugins)
3654
3655 2003-03-17 [christoph]  0.8.11claws22
3656
3657         * src/imap.c
3658                 o remove UID guessing from copy code
3659                 o support UIDPLUS extension for APPEND command
3660
3661 2003-03-17 [paul]       0.8.11claws21
3662
3663         * src/gtk/about.c
3664                 remove 'Compiled-plugins' section.
3665                 
3666         * src/plugins/dillo_viewer/dillo_viewer.c
3667                 slight change to description text
3668
3669 2003-03-16 [match]      0.8.11claws20
3670         * src/ldapserver.[ch]           ** NEW **
3671         * src/ldapctrl.[ch]             ** NEW **
3672         * src/ldapquery.[ch]            ** NEW **
3673         * src/ldaputil.[ch]             ** NEW **
3674         * src/addrcindex.[ch]           ** NEW **
3675         * src/addrquery.h               ** NEW **
3676         * src/addritem.[ch]
3677         * src/addrcache.[ch]
3678         * src/addrindex.[ch]
3679         * src/addr_compl.[ch]
3680         * src/addressbook.[ch]
3681         * src/addrbook.[ch]
3682         * src/editgroup.c
3683         * src/editaddress.c
3684         * src/editldap.c
3685         * src/editldap_basedn.c
3686         * src/vcard.c
3687         * src/jpilot.c
3688         * src/Makefile.am
3689                 included dynamic LDAP queries. improved address
3690                 completion.
3691
3692 2003-03-16 [paul]       0.8.11claws19
3693
3694         * tools/multiwebsearch.pl
3695                 fix a fatal typo
3696
3697 2003-03-16 [christoph]  0.8.11claws18
3698
3699         * src/mimeview.c
3700         * src/plugins/dillo_viewer/dillo_viewer.c
3701         * src/plugins/mathml_viewer/mathml_viewer.c
3702                 make unregistering of MimeViewerFactorys possible
3703
3704 2003-03-16 [alfons]     0.8.11claws17
3705
3706         * configure.ac
3707                 correct typo
3708
3709 2003-03-16 [melvin]     0.8.11claws16
3710
3711         * src/plugins/dillo_viewer.c
3712                 Fixed bug where it was not possible to view more than
3713                 one text/html attachment per message (bug discovered
3714                 by Christoph Hohmann).
3715
3716 2003-03-15 [melvin]     0.8.11claws15
3717
3718         * src/prefs_actions.c
3719                 Fixed compilation warnings.
3720
3721 2003-03-15 [melvin]     0.8.11claws14
3722
3723         * src/plugins/Makefile.am
3724         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3725         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3726         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3727                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3728                 newer (http://dillo.auriga.wearlab.de/).
3729
3730 2003-03-15 [christoph]  0.8.11claws13
3731
3732         * src/imap.c
3733                 don't query imap folder for attributes because we already
3734                 for them from imap_status
3735
3736         * src/mimeview.[ch]
3737                 add support for plugable MimeViewers (unloading Viewers
3738                 not yet complete)
3739
3740         * src/plugins/Makefile.am
3741         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3742         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3743         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3744                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3745                 widget from http://helm.cs.unibo.it/mml-widget/
3746
3747 2003-03-14 [christoph]  0.8.11claws12
3748
3749         * src/folder.[ch]
3750                 o error return code's should better be negative
3751                 o replace printf with debug_print
3752
3753         * src/imap.c
3754                 improve IMAP folder scan by checking UID-NEXT
3755
3756         * src/summaryview.c
3757                 remove check that are unnecessary in my opinion
3758
3759 2003-03-13 [christoph]  0.8.11claws11
3760
3761         * src/folder.[ch]
3762         * src/foldersel.c
3763         * src/folderview.c
3764         * src/imap.c
3765         * src/mbox_folder.c
3766         * src/mh.c
3767         * src/news.c
3768         * src/prefs_scoring.c
3769         * src/summaryview.c
3770                 use a common function to get a displayable name
3771                 for a FolderItem
3772
3773 2003-03-13 [paul]       0.8.11claws10
3774
3775         * tools/Makefile.am
3776           tools/README
3777           tools/multiwebsearch.conf     ** NEW FILE **
3778           tools/multiwebsearch.pl       ** NEW FILE **
3779                 add multiwebsearch Actions script
3780
3781 2003-03-13 [colin]      0.8.11claws9
3782
3783         * src/compose.c
3784                 Remove leading emtpy lines from quoted text
3785                 before quoting it
3786
3787 2003-03-13 [melvin]     0.8.11claws8
3788
3789         * src/prefs_actions.c
3790                 Fixed a memory leak
3791                 Code clean ups
3792                 Added Cancel and OK buttons
3793                 Corrected help text
3794
3795 2003-03-13 [christoph]  0.8.11claws7
3796
3797         * src/account.c
3798         * src/folder.[ch]
3799         * src/imap.c
3800         * src/mainwindow.c
3801         * src/mbox_folder.c
3802         * src/mh.c
3803         * src/news.c
3804         * src/setup.c
3805                 replace more folder type stuff with folder class stuff
3806
3807 2003-03-13 [melvin]     0.8.11claws6
3808
3809         * src/prefs_actions.c
3810                 Added new tokens:
3811                 %u: user provided argument
3812                 %h: user provided argument (hidden on input)
3813                 %s: current text selection in the message view 
3814
3815 2003-03-13 [paul]       0.8.11claws5
3816
3817         * sync with 0.8.11cvs5
3818                 see ChangeLog 2003-03-11, 2003-03-12
3819
3820 2003-03-12 [christoph]  0.8.11claws4
3821
3822         * src/folder.c
3823                 use folder class idstr when writing folderlist.xml
3824
3825         * src/folder.h
3826         * src/imap.c
3827         * src/news.c
3828                 replace folder type checks with folder class checks
3829
3830 2003-03-12 [christoph]  0.8.11claws3
3831
3832         * src/folder.[ch]
3833         * src/imap.[ch]
3834         * src/main.c
3835         * src/mbox_folder.[ch]
3836         * src/mh.[ch]
3837         * src/news.[ch]
3838                 o create a list of known folder classes in the folder system
3839                 o use folder class id strings for folder item identifiers
3840
3841 2003-03-12 [christoph]  0.8.11claws2
3842
3843         * src/imap.c
3844                 fix imap uid validity check
3845
3846 2003-03-12 [christoph]  0.8.11claws1
3847
3848         * src/account.c
3849         * src/folder.[ch]
3850         * src/foldersel.c
3851         * src/folderview.c
3852         * src/imap.c
3853         * src/mainwindow.c
3854         * src/mbox_folder.c
3855         * src/mh.c
3856         * src/news.c
3857         * src/prefs_scoring.c
3858         * src/procmsg.c
3859         * src/setup.c
3860         * src/summaryview.c
3861                 initial restructuring of folder system, seperating
3862                 folders and folder classes
3863
3864 2003-03-12 [paul]       0.8.11claws
3865
3866         0.8.11claws release
3867
3868 2003-03-12 [christoph]
3869
3870         * src/gtk/prefswindow.c
3871                 fix translation of "Page Index"
3872
3873 2003-03-12 [paul]       0.8.10claws110
3874
3875         a sync from 0.8.11cvs4 before the release
3876
3877         * src/common/utils.c
3878                 subject_compare_for_sort(): allow null strings (fixes
3879                 summary sorting).
3880
3881 2003-03-11 [paul]       0.8.10claws109
3882
3883         * po/es.po
3884                 update Spanish translation, submitted by
3885                 Ricardo Mones Lastra
3886
3887 2003-03-11 [melvin]     0.8.10claws108
3888
3889         * po/fr.po
3890                 Updated French translations
3891
3892 2003-03-11 [paul]       0.8.10claws107
3893
3894         * manual/en/Makefile.am
3895           manual/en/*.html
3896                 update English manual, add a new page
3897                 updated by Francois Barriere <fbarriere@atmel.fr>
3898                 
3899         * po/bg.po
3900           po/it.po
3901           po/sr.po
3902                 update Bulgarian, Italian, and Serbian translations
3903                 submitted by George Danchev, Alessandro Maestri, and
3904                 Urke MMI
3905
3906 2003-03-10 [paul]       0.8.10claws106
3907
3908         * src/gtk/about.c
3909           src/gtk/prefswindow.c
3910                 make some strings translatable
3911
3912 2003-03-10 [darko]      0.8.10claws105
3913
3914         * src/compose.c
3915                 code cleanup to make Hiro happy
3916
3917 2003-03-10 [paul]       0.8.10claws104
3918
3919         * sync with 0.8.11cvs2
3920                 see ChangeLog 2003-03-10
3921
3922 2003-03-09 [melvin]     0.8.10claws103
3923
3924         * src/textview.c
3925                 textview_set_font(): fix for message display in
3926                 UTF-8 locales (thanks to Sergey Vlasov).
3927                 (was unintentionnaly reverted in 0.8.6claws6)   
3928
3929 2003-03-08 [darko]      0.8.10claws102
3930
3931         * src/compose.c
3932                 fix infinite loop in wrapping as reported
3933                 by happycactus
3934                 obsoletes patch #696482
3935
3936 2003-03-08 [christoph]  0.8.10claws101
3937
3938         * src/imap.c
3939                 add workaround for IMAP servers that do not
3940                 support the "UID SEARCH UID" command
3941
3942 2003-03-07 [christoph]  0.8.10claws100
3943
3944         * src/plugins/spamassassin/spamassassin.[ch]
3945         * src/plugins/spamassassin/spamassassin_gtk.c
3946                 code cleanup
3947
3948 2003-03-07 [paul]       0.8.10claws99
3949
3950         * po/es.po
3951                 updated Spanish translation, submitted by
3952                 Ricardo Mones Lastra
3953
3954 2003-03-07 [christoph]  0.8.10claws98
3955
3956         * src/send.c
3957                 fix in 0.8.10claws94 was wrong
3958                 local delivery does not require escaping, remove escaping
3959                 code to make signatures of mails with "." lines valid
3960                 
3961                 NOTE: requires that sendmail is executed with "-i" option,
3962                       what is the default now, but has to be changed in all
3963                       exsiting accounts)
3964
3965 2003-03-07 [paul]       0.8.10claws97
3966
3967         * sync with 0.8.11 release
3968                 see ChangeLog 2003-03-07
3969
3970 2003-03-06 [paul]       0.8.10claws96
3971
3972         * src/compose.c
3973                 revert commit 0.8.10claws92
3974
3975 2003-03-06 [paul]       0.8.10claws95
3976
3977         * src/folderview.c
3978                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3979
3980         * src/gtkaspell.c
3981                 fix bug 74, 'Crash opening editor window with pseudo-color
3982                 display'
3983                 
3984         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3985
3986 2003-03-06 [christoph]  0.8.10claws94
3987
3988         * src/send.c
3989                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3990                 all lines starting with a period get an extra period
3991                 inserted
3992                 (found by Simon 'corecode' Schubert)
3993
3994 2003-03-06 [paul]       0.8.10claws93
3995
3996         * src/folderview.c
3997                 if configured font can't be loaded fall back to gtk
3998                 default. (with thanks to Christoph)
3999                 
4000                 closes long-standing bug 15 'Crashes on startup'
4001
4002 2003-03-06 [paul]       0.8.10claws92
4003
4004         * src/compose.c
4005                 freeze text before autosave and thaw afterwards
4006                 fixes bug 67 'autosave make re-rediting message crazy'
4007
4008 2003-03-06 [christoph]  0.8.10claws91
4009
4010         * src/compose.c
4011                 ignore address comment in dupe check for Cc-list
4012
4013         (closes reopened bug 47 Replying to message strips name part of
4014          e-mail addresses of Cc: lines)
4015
4016 2003-03-06 [paul]       0.8.10claws90
4017
4018         * src/Makefile.am
4019                 remove reference to gtkxtext.h as its no longer in
4020                 the repository
4021
4022 2003-03-06 [paul]       0.8.10claws89
4023
4024         * sync with 0.8.10cvs25
4025                 see ChangeLog 2003-03-06
4026
4027 2003-03-06 [oliver]     0.8.10claws88
4028         
4029         * src/messageview.c
4030                 remove include
4031
4032 2003-03-06 [oliver]     0.8.10claws87
4033         
4034         * src/folderview.c 
4035                 remove changes introduced inclaws74
4036         * src/messageview.c
4037                 another attempt to sanely delete and update
4038                 messages deleted in separate messageview
4039
4040 2003-03-05 [christoph]  0.8.10claws86
4041
4042         * src/summaryview.c
4043                 check if "From" matches any account's address if
4044                 addressbook completion of addresses is disabled too
4045
4046         (closes Bug 70 "Display recipient in from" doesn't check
4047          folder's default account)
4048
4049 2003-03-05 [christoph]  0.8.10claws85
4050
4051         * src/compose.c
4052         * src/common/utils.[ch]
4053                 don't strip address comments when building Cc lists
4054
4055         (closes Bug 47 Replying to message strips name part of e-mail addresses
4056          of Cc: lines)
4057
4058         * src/folder.c
4059                 fix return value of copy function
4060
4061 2003-03-05 [christoph]  0.8.10claws84
4062
4063         * src/imap.c
4064                 don't ask imap server for non rfc822 headers
4065
4066         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4067
4068         * src/imap.c
4069                 destroy session on socket error to allow reconnecting
4070
4071 2003-03-05 [christoph]  0.8.10claws83
4072
4073         * configure.ac
4074                 fix building with gnome when no prefix is set
4075
4076         (closes bug 66 Gnome directory is set to NONE)
4077
4078 2003-03-05 [paul]       0.8.10claws82
4079
4080         * sync with 0.8.10cvs23
4081                 see ChangeLog 2003-03-05
4082
4083 2003-03-04 [christoph]  0.8.10claws81
4084
4085         * src/folder.c
4086                 o fix moving and copying when folder returns 0 for new
4087                   message number
4088                 o remove some code for single message copy and move
4089                   operations and use functions for multiple messages
4090
4091         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4092
4093         * src/news.c
4094                 remove unused include
4095
4096 2003-03-04 [paul]       0.8.10claws80
4097
4098         * src/gtk/about.c
4099                 list 'Compiled plugins'
4100
4101 2003-03-03 [christoph]  0.8.10claws79
4102
4103         * src/news.[ch]
4104                 have to multiply the percentage of the current fetch with
4105                 the percentage that it has of the total fetch operation
4106                 for correct values
4107
4108 2003-03-03 [christoph]  0.8.10claws78
4109
4110         * src/news.c
4111                 fix calculation of expected lines for progress indicator
4112
4113 2003-03-03 [christoph]  0.8.10claws77
4114
4115         * src/summaryview.c
4116         * src/common/utils.c
4117                 fix segfault when opening the root news folder
4118
4119 2003-03-03 [christoph]  0.8.10claws76
4120
4121         * src/mainwindow.[ch]
4122         * src/common/Makefile.am
4123         * src/common/progressindicator.[ch]
4124                 add UI independent progress indicator handling
4125
4126         * src/news.[ch]
4127                 use new progress indicator for message info fetching
4128
4129         * src/common/hooks.h
4130                 code cleanup
4131
4132 2003-03-03 [oliver]     0.8.10claws75
4133
4134         * src/toolbar.c
4135         * src/compose.c
4136                 removed commented code
4137
4138 2003-03-03 [oliver]     0.8.10claws74
4139
4140         * src/toolbar.[ch]
4141                 cleanups and refactoring
4142         * src/compose.[ch]
4143                 compose_reply_mode reply & forwarding interface for
4144                 toolbar buttons
4145         * src/folderview.c
4146                 act on messages marked for deletion in folderview_selected
4147                 based on prefs_common.immediate_exec since a message might 
4148                 have been deleted by messageview in a folder we are changing 
4149                 to (does anybody understand what I'm on about ?)
4150
4151 2003-03-03 [oliver]     0.8.10claws73
4152         
4153         * src/messageview.[ch]
4154                 new functions
4155                 - messageview_delete: delete message shown in messagview
4156                 - messageview_update_view: update messageview to currently 
4157                   selected summaryview message
4158                 - add separate messageview to msgview_list in order to update 
4159                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4160         * src/summaryview.[ch]
4161                 summary_get_selection returns a list of selected msgs
4162                 in summaryview
4163         * src/mainwindow.c
4164                 toolbar reply refactoring
4165
4166 2003-03-03 [paul]       0.8.10claws72
4167
4168         * sync with 0.8.10cvs21
4169                 see ChangeLog 2003-03-03
4170
4171 2003-03-02 [christoph]  0.8.10claws71
4172
4173         * src/common/passcrypt.c
4174                 use POSIX includes
4175
4176 2003-03-02 [christoph]  0.8.10claws70
4177
4178         * configure.ac
4179         * src/prefs_account.c
4180         * src/prefs_gtk.[ch]
4181         * src/common/.cvsignore
4182         * src/common/Makefile.am
4183         * src/common/passcrypt.c                ** NEW **
4184         * src/common/passcrypt.h.in             ** NEW **
4185                 Implement password encryption in config files
4186                 using unix encrypt and setkey functions. The crypt
4187                 key can be set as a configure parameter. Old
4188                 passwords will be converted if they do not begin
4189                 with '!'
4190
4191 2003-03-02 [paul]       0.8.10claws69
4192
4193         * src/prefs_account.c
4194                 fix compile error
4195
4196 2003-03-01 [thorsten]   0.8.10claws68
4197
4198         * po/el.po
4199           po/hr.po
4200           po/it.po
4201           po/nl.po
4202           po/sr.po
4203           po/sv.po
4204                 corrected format strings
4205         * po/en_GB.po
4206                 corrected headers
4207                 (fix compile errors with GNU gettext-0.11.5)
4208
4209 2003-03-01 [oliver]     0.8.10claws67
4210
4211         * src/summaryview.c
4212                 menu callbacks call toolbar_menu_reply
4213
4214 2003-03-01 [oliver]     0.8.10claws66
4215
4216         * src/mainwindow.c
4217         * src/messageview.c
4218                 menu callbacks call toolbar_menu_reply
4219         * src/toolbar.[ch]
4220                 callbacks from menu handled by toolbar_menu_reply
4221
4222 2003-03-01 [paul]       0.8.10claws65
4223
4224         * src/addressbook.c
4225                 revert commit 0.8.10claws54 - breaks editing of
4226                 addressbook.
4227                 
4228         * po/bg.po
4229                 update Bulgarian translation, submitted by
4230                 George Danchev
4231
4232 2003-02-28 [christoph]  0.8.10claws64
4233
4234         * src/account.c
4235         * src/addressadd.c
4236         * src/compose.c
4237         * src/gtkaspell.c
4238         * src/gtkxtext.h                ** REMOVE **
4239         * src/imap.c
4240         * src/matcher.[ch]
4241         * src/mh.c
4242         * src/news.c
4243         * src/pine.c
4244         * src/prefs_common.c
4245         * src/prefs_matcher.c
4246         * src/procheader.[ch]
4247         * src/procmsg.[ch]
4248         * src/toolbar.c
4249         * src/common/ssl_certificate.c
4250         * src/gtk/colorlabel.c
4251         * src/gtk/menu.c
4252                 o fix warnings
4253                 o remove code obsoleted by new cache and folder system rework
4254
4255 2003-02-28 [oliver]     0.8.10claws63
4256         
4257         * src/toolbar.[ch]
4258                 * fix bug where reply in Messageview replied to 
4259                 Message displayed in summaryview
4260                 (reportedd via ML by chinatinte at gmx dot ch)
4261                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4262                 didn't work in separate MessageView Toolbar
4263                 (wondering if anybody uses this at all ?)
4264         * src/summaryview.[ch]
4265                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4266                 (generalize reply and forward code);
4267         * src/messageview.c 
4268                 remove focus_in event which updated summaryview to messageview
4269
4270 2003-02-28 [paul]       0.8.10claws62
4271
4272         * po/Makefile.in.in
4273                 add the --check option
4274                 Patch submitted by Ricardo Mones Lastra
4275
4276 2003-02-28 [paul]       0.8.10claws61
4277
4278         * src/prefs_account.c
4279                 re-order 'Signature' items
4280
4281 2003-02-28 [paul]       0.8.10claws60
4282
4283         * sync with 0.8.10cvs20
4284                 see ChangeLog 2003-02-28
4285
4286 2003-02-28 [paul]       0.8.10claws59
4287
4288         * po/POTFILES.in
4289                 update to reflect recent movement of files
4290
4291 2003-02-28 [paul]       0.8.10claws58
4292
4293         * sync with 0.8.10cvs19
4294                 see ChangeLog 2003-02-28
4295
4296 2003-02-27 [martin]     0.8.10claws57
4297
4298         * src/prefs_matcher.c 
4299                 fix segfault in prefs_matcher_ok() when the
4300                 last entry is deleted and prevents that the
4301                 message "entry not saved" comes up after deleting
4302                 an entry
4303
4304 2003-02-27 [martin]     0.8.10claws56
4305
4306         * src/prefs_filtering.c 
4307                 fix segfault in prefs_filtering_ok() when the
4308                 last entry is deleted and prevents that the
4309                 message "entry not saved" comes up after deleting
4310                 an entry
4311
4312 2003-02-27 [paul]       0.8.10claws55
4313
4314         * sync with 0.8.10cvs18
4315                 see ChangeLog 2003-02-27
4316
4317 2003-02-27 [paul]       0.8.10claws54
4318
4319         * src/addressbook.c
4320                 fix bug where the address book crashes with 
4321                 multiple lookups.
4322                 Patch [687729] submitted by David Frager 
4323                 <dbfrager@users.sourceforge.net>
4324
4325 2003-02-25 [christoph]  0.8.10claws53
4326
4327         * src/Makefile.am
4328         * src/colorlabel.[ch]           ** REMOVE **
4329         * src/gtk/Makefile.am
4330         * src/gtk/colorlabel.[ch]       ** NEW **
4331                 move colorlabel files to gtk directory
4332
4333         * src/esmtp.[ch]                ** REMOVE **
4334                 has been merged into smtp.[ch] in 0.7.5
4335
4336 2003-02-25 [christoph]  0.8.10claws52
4337
4338         * src/Makefile.am
4339         * src/about.[ch]                ** REMOVE **
4340         * src/gtk/Makefile.am
4341         * src/gtk/about.[ch]            ** NEW **
4342                 move about files to gtk directory
4343
4344 2003-02-25 [christoph]  0.8.10claws51
4345
4346         * src/folder.c
4347                 some code optimization of folder scanning code
4348
4349         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4350
4351 2003-02-25 [christoph]  0.8.10claws50
4352
4353         * src/main.c
4354         * src/common/sylpheed.c
4355                 add command line parameter parsing to common code
4356
4357 2003-02-24 [christoph]
4358
4359         * Makefile.am
4360         * configure.ac
4361                 fix gnome prefix problems, the configure script now removed
4362                 `gnome-config --prefix` from `gnome-config --datadir`
4363                 and adds $(prefix} instead
4364
4365         (closes Bug 24 Makefile does not respect prefix when installing
4366          GNOME data)
4367
4368 2003-02-24 [christoph]  0.8.10claws49
4369
4370         * src/news.c
4371                 check for valid session before trying to authenticate
4372
4373         (closes Bug 60 crash if "authenticate on logon" is activated
4374          and newsserver-hostname is not valid)
4375
4376 2003-02-24 [melvin]     0.8.10claws48
4377
4378         * src/prefs_actions.c
4379                 Make sure all user's input is sent to the action and then
4380                 close the socket..
4381
4382 2003-02-23 [alfons]     0.8.10claws46
4383
4384         * src/summaryview.c
4385                 also wait cursor when deleting files
4386
4387 2003-02-23 [paul]
4388
4389         * tools/freshmeat_search.pl
4390           tools/google_search.pl
4391                 scripts should now work for any browser/browser command line
4392
4393 2003-02-22 [christoph]  0.8.10claws45
4394
4395         * src/procmsg.c
4396                 fix IMAP flag setting, IMAP flag is not handled correctly
4397                 anymore by the folder system and information about the
4398                 folder should not be saved in the MsgInfo (in my opinion)
4399
4400         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4401
4402 2003-02-22 [christoph]  0.8.10claws44
4403
4404         * src/summaryview.c
4405                 fix spelling of "label" ;-)
4406
4407 2003-02-22 [thorsten]   0.8.10claws43
4408
4409         * src/mimeview.c
4410           src/prefs_common.[ch]
4411           src/procmime.[ch]
4412                 do not use description as attachment name
4413
4414 2003-02-22 [alfons]     0.8.10claws42
4415
4416         * src/summaryview.c
4417                 freeze/thaw folder item updates when changing color labels,
4418                 and put a wait cursors on
4419
4420 2003-02-22 [thorsten]   0.8.10claws41
4421
4422         * src/mimeview.c
4423                 save-all fixes: crash if invoked on multipart container,
4424                 mimeinfo access, pathseparators, error dialog
4425
4426 2003-02-21 [alfons]     0.8.10claws40
4427
4428         * src/prefs_gtk.c
4429                 remove unused var
4430
4431 2003-02-21 [colin]      0.8.10claws39
4432
4433         * src/send.c
4434                 Fix smtp logging
4435
4436 2003-02-21 [colin]      0.8.10claws38
4437
4438         * src/summaryview.c
4439                 Freeze/thaw folderItem updates when filtering messages 
4440                 via Tools/Filter messages
4441
4442 2003-02-21 [paul]       0.8.10claws37
4443
4444         * src/compose.c
4445                 revert commit 0.8.10claws26, there are ulterior motives
4446                 for users to set a Reply-To header when posting to
4447                 newsgroups
4448
4449 2003-02-21 [paul]       0.8.10claws36
4450
4451         * sync with 0.8.10cvs17
4452                 see ChangeLog 2003-02-21
4453
4454 2003-02-20 [christoph]  0.8.10claws35
4455
4456         * src/imap.c
4457                 IMAP UID fetch speedup using SEARCH
4458
4459         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4460
4461         * src/imap.c
4462                 fix problem with UIDs in IMAP UID cache that no longer existed
4463
4464 2003-02-20 [christoph]  0.8.10claws34
4465
4466         * src/imap.c
4467         * src/procheader.c
4468         * src/procheader.h
4469                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4470
4471         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4472
4473         * src/imap.c
4474                 Rewrite imap_cmd_gen_recv use sock_getline instead
4475                 of sock_gets to avoid problems with too long reply
4476                 lines
4477     
4478 2003-02-20 [colin]      0.8.10claws33
4479         
4480         * src/prefs_account.c
4481                 Better wording
4482
4483 2003-02-20 [colin]      0.8.10claws32
4484
4485         * src/compose.c
4486                 Remove useless '&& !to_sender' 
4487
4488 2003-02-20 [darko]
4489
4490         * AUTHORS
4491                 change my e-mail address
4492
4493 2003-02-19 [colin]      0.8.10claws31
4494
4495         * src/prefs_common.c
4496                 X11 style colors for every configurable color
4497
4498 2003-02-19 [alfons]     0.8.10claws30
4499
4500         * src/prefs_gtk.[ch]
4501         * src/prefs_common.c
4502                 for color_new accept both plain integers and X11 style color
4503                 names (as found in /usr/lib/X11/rgb.txt)
4504
4505 2003-02-19 [paul]       0.8.10claws29
4506
4507         * src/mainwindow.c
4508                 add tooltips to online/offline button and account selector
4509                 button
4510
4511 2003-02-19 [paul]       0.8.10claws28
4512
4513         * src/folder.c
4514           src/news.c
4515           src/prefs_account.[ch]
4516           src/prefs_common.[ch]
4517                 move 'Maximum number of articles to download' to
4518                 account prefs.
4519                 clean up account prefs gui a little by hiding entries
4520                 rather then greying out entries
4521
4522 2003-02-19 [hiro]       0.8.10claws27
4523
4524         * src/common/utils.c
4525                 fix bug #54 'yesterdays date is displayed in the message 
4526                 summary window'
4527
4528 2003-02-19 [paul]       0.8.10claws26
4529
4530         * src/compose.c
4531                 fix bug reported in Feature Request [688596] 
4532                 'Reply-to header in news'
4533
4534 2003-02-18 [paul]       0.8.10claws25
4535
4536         * src/select-keys.c
4537                 add a 'List all keys' button to key selection dialog
4538
4539 2003-02-18 [colin]      0.8.10claws24
4540         
4541         * src/stock_pixmap.c
4542                 fix compile error
4543
4544 2003-02-18 [colin]      0.8.10claws23
4545
4546         * src/common/smtp.[ch]
4547           src/prefs_account.c
4548                 Try to starttls if it seems to be the only
4549                 way to authenticate a user
4550
4551 2003-02-18 [paul]       0.8.10claws22
4552
4553         * src/Makefile.am
4554           src/folderview.c
4555           src/stock_pixmap.[ch]
4556           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4557           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4558                 as a Drafts folder is a special folder allow it to have
4559                 its own unique icons
4560
4561 2003-02-18 [colin]      0.8.10claws21
4562
4563         * src/imap.c
4564                 Fix port selection when using starttls
4565
4566 2003-02-18 [paul]       0.8.10claws20
4567
4568         * src/mainwindow.c
4569           src/prefs_common.[ch]
4570                 make blue the default new mail colour
4571
4572 2003-02-18 [paul]       0.8.10claws19
4573
4574         * sync with 0.8.10cvs14
4575                 see ChangeLog 2003-02-18
4576
4577 2003-02-17 [jens]       0.8.10claws18
4578
4579         * src/common/md5.c
4580                 fixed a compile problem with gcc 3.3
4581                 works on 2.95.3 too (testet on PPC as it is big endian)
4582
4583 2003-02-17 [paul]       0.8.10claws17
4584
4585         * sync with 0.8.10cvs13
4586                 see ChangeLog 2003-02-17
4587
4588 2003-02-17 [paul]       0.8.10claws16
4589
4590         * sync with 0.8.10cvs12
4591                 see ChangeLog 2003-02-17
4592
4593 2003-02-16 [match]      0.8.10claws15
4594
4595         * src/addressbook.c
4596                 Eliminates reloading of address data when items
4597                 deleted or added. Applied submitted by
4598                 Luke Plant <lukeplant@softhome.net>
4599
4600 2003-02-16 [paul]       0.8.10claws14
4601
4602         * src/news.c
4603                 when a 'protocol error' is encountered disconnect from
4604                 the server. This means that the user can carry on viewing
4605                 other articles and doesn't have to either wait until the
4606                 server timesout or quit sylpheed.
4607                 Fixes bug #53 'Unable to read messages in newsgroups, 
4608                 displayed message doesn't change'
4609
4610 2003-02-15 [christoph]  0.8.10claws13
4611
4612         * src/imap.c
4613                 fix bug that stopped scanning of folders when an
4614                 IMAP folder was empty
4615
4616         (closes bug 46 stop scan messages in folders after empty folder)
4617
4618 2003-02-15 [paul]
4619
4620         * tools/Makefile.am
4621           tools/README
4622           tools/freshmeat_search.pl     ** NEW FILE **
4623           tools/google_search.pl        ** NEW FILE **
4624                 Add 2 Actions scripts which search freshmeat/google
4625                 for the selected text using the browser configured
4626                 in sylpheedrc.
4627                 
4628         Note: These scripts are very dependent on the format of the
4629         browser command and may not work on every occasion. Testing
4630         is welcome. 
4631
4632 2003-02-14 [alfons]     0.8.10claws12
4633
4634         * src/compose.c
4635                 fix breakage because of uninitialized account pointer.
4636                 please verify.
4637
4638 2003-02-14 [paul]       0.8.10claws11
4639
4640         * src/compose.c
4641           src/prefs_account.[ch]
4642           src/prefs_common.[ch]
4643                 move signature settings to Account Prefs
4644
4645 2003-02-14 [paul]       0.8.10claws10
4646
4647         * sync with 0.8.10cvs11
4648                 see ChangeLog 2003-02-14
4649
4650 2003-02-13 [thorsten]   0.8.10claws9
4651
4652         * src/news.c
4653                 revert news progressbar (GUI separation)
4654
4655 2003-02-13 [paul]       0.8.10claws8
4656
4657         * src/compose.c
4658                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4659                 paragraph 1
4660
4661 2003-02-13 [paul]       0.8.10claws7
4662
4663         * src/compose.[ch]
4664           src/summaryview.c
4665                 fix 'Follow-up and Reply-to' so that it creates a reply to
4666                 the newsgroup and the sender. If the message has the keyword
4667                 'poster' in the Followup-To header, all replies go to the
4668                 sender, re: RFC 1036, Section 2.2.3
4669                 rename all instances of 'ignore_replyto' to 'to_sender', both
4670                 were previously used, now we use just one.
4671
4672 2003-02-13 [paul]       0.8.10claws6
4673
4674         * sync with 0.8.10cvs9
4675                 see ChangeLog 2003-02-13
4676
4677 2003-02-13 [paul]       0.8.10claws5
4678
4679         * configure.ac
4680                 show which plugins are configured in the configure
4681                 output.
4682
4683 2003-02-12 [thorsten]   0.8.10claws4
4684
4685         * src/news.c
4686                 show progress while fetching news headers
4687
4688 2003-02-12 [christoph]  0.8.10claws3
4689
4690         * configure.ac
4691         * src/plugins/Makefile.am
4692                 use AM_CONDITIONAL to enable plugins, automake correctly
4693                 manages this when creating distdir
4694
4695 2003-02-12 [christoph]  0.8.10claws2
4696
4697         * ac/spamassassin.m4
4698         * src/plugins/spamassassin/Makefile.am
4699                 fix building SpamAssassin plugin without OpenSSL
4700
4701 2003-02-12 [paul]       0.8.10claws1
4702
4703         * ac/Makefile.am
4704           src/Makefile.am
4705           src/plugins/Makefile.am
4706                 fix failure of 'make release'
4707
4708 2003-02-12 [paul]       0.8.10claws
4709
4710         * 0.8.10claws released
4711
4712 2003-02-12 [paul]       0.8.9claws56
4713
4714         * po/bg.po
4715           po/es.po
4716           po/it.po
4717           po/ru.po
4718           po/sr.po
4719                 updated translations by George Danchev, Ricardo Mones Lastra,
4720                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4721                 
4722         * sylpheed.spec.in
4723                 Allow the building of RPMs by a regular user. Submitted
4724                 by Sergei Astanin
4725
4726 2003-02-11 [alfons]     0.8.9claws55
4727
4728         * src/colorlabel.c
4729                 don't use pixmaps for label color rect but draw rectangles
4730                 so we can respect the color map of palette based visuals
4731                 (fixes the long time crashes on Suns - thanks to Andreas
4732                 Engel and Steve O'Hara-Smith for testing)
4733
4734 2003-02-11 [christoph]  0.8.9claws54
4735
4736         * src/matcher_parser_parse.y
4737                 correct bug where filering rules of not existing folders in
4738                 matcherrc were added to global filtering
4739                 
4740         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4741          main filter-rules after removing directory, http://bugs.debian.org/180253)
4742         
4743 2003-02-11 [paul]       0.8.9claws53
4744
4745         * sync with 0.8.10cvs7
4746                 see ChangeLog 2003-02-09
4747
4748 2003-02-11 [melvin]     0.8.9claws52
4749
4750         * po/fr.po
4751                 Updated French tranlsations
4752
4753 2003-02-10 [paul]       0.8.9claws51
4754
4755         * sylpheed.spec.in
4756                 correct --enable-openssl
4757                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4758
4759 2003-02-09 [martin]     0.8.9claws50
4760
4761         * src/prefs_matcher.c
4762                 fix segfault in prefs_matcher_substitute_cb() when
4763                 no row is selected
4764
4765 2003-02-09 [paul]       0.8.9claws49
4766
4767         * src/folderview.c
4768                 fix bug where a newsgroup folder's processing rules were
4769                 merged with the global filtering rules when the newsgroup
4770                 folder was deleted, causing some seriously bad results,
4771                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4772
4773 2003-02-08 [melvin]     0.8.9claws48
4774
4775         * src/compose.c
4776                 Corrected and modified an alert message.
4777
4778 2003-02-07 [paul]       0.8.9claws47
4779
4780         * src/folderview.c
4781                 fix bug where both an 'Account properties' window and a
4782                 'Folder properties' window were opened when clicking on
4783                 'Properties' in an NNTP or IMAP folder's popup menu.
4784
4785 2003-02-07 [paul]       0.8.9claws46
4786
4787         * sync with 0.8.10cvs6
4788                 see ChangeLog 2003-02-06
4789
4790 2003-02-06 [christoph]  0.8.9claws45
4791
4792         * src/mbox.c
4793                 freeze folder updates while importing mbox files
4794                 (closes bug 43 importing mbox took hours)
4795                 
4796         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4797
4798 2003-02-06 [thorsten]   0.8.9claws44
4799
4800         * po/de.po
4801                 Updated german translations
4802
4803 2003-02-06 [thorsten]   0.8.9claws43
4804
4805         * src/news.h
4806                 use guint for message numbers (fix count in grouplist dialog)
4807
4808 2003-02-05 [paul]       0.8.9claws42
4809
4810         * sync with 0.8.10cvs2
4811                 see ChangeLog 2003-02-05
4812
4813 2003-02-04 [colin]      0.8.9claws41
4814
4815         * src/prefs_common.[ch]
4816           src/procmsg.c
4817           src/summaryview.c
4818                 Add an option to disable threading by subject
4819
4820 2003-02-04 [christoph]  0.8.9claws40
4821
4822         * src/inc.c
4823                 only abort fetching mails from multiple accounts when the
4824                 error is fatal and does not allow to check any more accounts
4825                 (currently only disk full error)
4826
4827         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4828          receive mails for other accouts)
4829
4830 2003-02-04 [christoph]  0.8.9claws39
4831
4832         * src/folder.c
4833                 first add the new message to the cache, then
4834                 send the update notification
4835
4836         (closes bug 39 after sending message folderview doesnt get updated)
4837
4838 2003-02-04 [colin]      0.8.9claws38
4839
4840         * src/inc.c
4841                 _really_ fix this Connecting... status
4842
4843 2003-02-04 [paul]       0.8.9claws37
4844
4845         * sync with 0.8.10
4846                 see ChangeLog 2003-02-04
4847
4848 2003-02-04 [paul]       0.8.9claws36
4849
4850         * sync with 0.8.9cvs6
4851                 see ChangeLog 2003-02-03
4852
4853 2003-02-04 [paul]       0.8.9claws35
4854
4855         * po/pt_BR.po
4856                 updated by AndrĂ© Filipe de Assunção e Brito 
4857                 <bedecko@netsite.com.br>
4858
4859 2003-02-03 [thorsten]   0.8.9claws34
4860
4861         * po/de.po
4862                 Updated german translations
4863
4864 2003-02-02 [paul]       0.8.9claws33
4865
4866         * po/es.po
4867                 updated by Ricardo Mones Lastra
4868
4869 2003-02-02 [thorsten]   0.8.9claws32
4870
4871         * src/mh.c
4872                 Fix mh_get_msginfo() segfault if file is inaccessible
4873
4874 2003-01-31 [colin]      0.8.9claws31
4875
4876         * src/procheader.c
4877                 Fix last commit's bug
4878
4879 2003-01-31 [colin]      0.8.9claws30
4880
4881         * src/procheader.c
4882                 Missing a change for gpg-signed messages
4883
4884 2003-01-31 [paul]       0.8.9claws29
4885
4886         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4887           src/procheader.c
4888           src/stock_pixmap.[ch]
4889           src/summaryview.c
4890                 indicate GnuPG signed messages by displaying an icon
4891                 in the Attachment column.
4892
4893 2003-01-31 [paul]       0.8.9claws28
4894
4895         * sync with 0.8.9cvs4
4896                 see ChangeLog 2003-01-31
4897
4898 2003-01-31 [alfons]     0.8.9claws27
4899
4900         * src/textview.c
4901                 tune URI parser to accept mailto URLs with a '?'
4902                 (patch from Ruslan Balkin)
4903
4904 2003-01-31 [colin]      0.8.9claws26
4905
4906         * src/summaryview.c
4907                 Fix a leak introduced in claws24
4908
4909 2003-01-31 [colin]      0.8.9claws25
4910
4911         * src/summaryview.c
4912                 Freeze/Thaw folder updates when deleting dups
4913
4914 2003-01-31 [colin]      0.8.9claws24
4915         
4916         * src/addr_compl.c
4917           src/summaryview.c
4918           src/msgcache.c
4919                 little speed improvements
4920
4921 2003-01-31 [colin]      0.8.9claws23
4922
4923         * src/summaryview.c
4924                 Fix segfault when forwarding nothing
4925                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4926                 
4927 2003-01-30 [paul]       0.8.9claws22
4928
4929         * sync with 0.8.9cvs3
4930                 see ChangeLog 2003-01-30
4931
4932 2003-01-30 [paul]       0.8.9claws21
4933
4934         * sync with 0.8.9cvs2
4935                 see ChangeLog 2003-01-30
4936
4937 2003-01-29 [paul]       0.8.9claws20
4938
4939         * sync with 0.8.9cvs1
4940                 see ChangeLog 2003-01-29
4941
4942 2003-01-28 [paul]       0.8.9claws19
4943
4944         * po/POTFILES.in
4945                 update to reflect changes. 
4946                 thanks to Ricardo Mones Lastra
4947
4948 2003-01-27 [christoph]  0.8.9claws18
4949
4950         * ac/openssl.m4
4951         * ac/spamassassin.m4
4952         * src/plugins/spamassassin/README
4953         * src/plugins/spamassassin/libspamc.[ch]
4954         * src/plugins/spamassassin/utils.[ch]
4955                 updated to latest libspamc
4956
4957 2003-01-27 [christoph]  0.8.9claws17
4958
4959         * src/folder.c
4960                 fix wrong use of procheader_get_header_fields
4961
4962 2003-01-27 [christoph]  0.8.9claws16
4963
4964         * src/news.c
4965         * src/prefs_account.[ch]
4966         * src/common/nntp.[ch]
4967                 allow to force authentication for NNTP servers
4968
4969         Patch submitted by Florian Mickler <dmk@d-labs.de>
4970
4971 2003-01-26 [paul]       0.8.9claws15
4972
4973         * src/summaryview.c
4974                 speed up of marking messages as read
4975                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4976
4977 2003-01-26 [christoph]  0.8.9claws14
4978
4979         * src/Makefile.am
4980         * src/mgutils.[ch]              ** REMOVE **
4981         * src/xml.[ch]                  ** REMOVE **
4982         * src/xmlprops.[ch]             ** REMOVE **
4983         * src/common/Makefile.am
4984         * src/common/mgutils.[ch]       ** NEW **
4985         * src/common/xml.[ch]           ** NEW **
4986         * src/common/xmlprops.[ch]      ** NEW **
4987                 move xml files to common directory
4988
4989 2003-01-26 [christoph]  0.8.9claws13
4990
4991         * src/plugins/spamassassin/spamassassin_gtk.c
4992                 only set gtk entry text if string is available
4993
4994 2003-01-26 [melvin]     0.8.9claws12
4995
4996         * src/description_window.c
4997                 Allow resizing of the window
4998                 Allow automatic horizontal scroll bar
4999                 Do not vertically expand and fill
5000
5001 2003-01-26 [christoph]  0.8.9claws11
5002
5003         * src/Makefile.am
5004         * src/gtkutils.[ch]             ** REMOVE **
5005         * src/common/sylpheed.c
5006         * src/gtk/Makefile.am
5007         * src/gtk/description_window.c
5008         * src/gtk/gtkutils.[ch]         ** NEW **
5009         * src/gtk/prefswindow.c
5010                 move gtkutils to gtk directory
5011
5012 2003-01-26 [paul]       0.8.9claws10
5013
5014         * src/summaryview.c
5015                 rename summary_unread_clicked() to summary_status_clicked()
5016
5017 2003-01-26 [melvin]     0.8.9claws9
5018
5019         * src/prefs_actions.c
5020                 Cosmetical changes to the help text
5021
5022 2003-01-26 [paul]       0.8.9claws8
5023
5024         * src/folder.[ch]
5025           src/mainwindow.c
5026           src/prefs_common.c
5027           src/prefs_sumamry_column.c
5028           summaryview.[ch]
5029                 rename the 'Unread' column to 'Status'
5030
5031 2003-01-25 [match]      0.8.9claws7
5032
5033         * src/mgutils.[ch]
5034                 removed reference to LDAP constants. removed error2string.
5035                 included functions to support LDAP dynamic queries.
5036         * src/syldap.h
5037                 moved LDAP constants here.
5038         * src/addressbook.c
5039         * src/addrindex.c
5040         * src/importldif.c
5041                 removed references to LDAP constants and references to
5042                 error2string.
5043
5044 2003-01-25 [paul]       0.8.9claws6
5045
5046         * src/summaryview.c
5047                 summary_thread_build(), summary_thread_init(): remove 
5048                 unneeded reference to summaryview->folder_item
5049
5050 2003-01-25 [christoph]  0.8.9claws5
5051
5052         * src/gtk/description_window.c
5053                 o allow description texts to expand over multiple columns
5054                 o translate all columns
5055         * src/prefs_actions.c
5056                 change syntax description to use new multi column feature
5057
5058         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5059
5060 2003-01-25 [match]      0.8.9claws4
5061
5062         * src/vcard.c
5063                 fixed bug with Quoted-Printable
5064
5065 2003-01-25 [paul]       0.8.9claws3
5066
5067         * src/folder.[ch]
5068           src/summaryview.[ch]
5069                 implement per-folder collapsed/expanded threads setting
5070                 
5071         * src/prefs_common.c
5072                 remove global collapsed/expanded threads option
5073
5074 2003-01-25 [christoph]  0.8.9claws2
5075
5076         * po/POTFILES.in
5077                 add pluginwindow and prefswindow
5078         * src/compose.c
5079                 make send respond correctly to messages that could be added
5080                 to the queue folder, but the UID of the message is unknown
5081         * src/folder.c
5082         * src/imap.c
5083                 don't return guessed UIDs in imap_add_msg anymore. We return
5084                 0 to tell the folder system it was appened but the UID is
5085                 unknown. Folder system now get's the UID by scaning the folder
5086                 and searching the cache for the Message-ID
5087                 (closes bug #29 Messages queued, but not sent)
5088
5089 2003-01-25 [paul]       0.8.9claws1
5090
5091         * src/codeconv.c
5092                 conv_encode_header():  fix bug when long headers with 8-bit
5093                 characters are used, so that the encoded words are wrapped.
5094                 If the space in the original text falls on the wrap boundary,
5095                 it can be lost.
5096                 Patch by Sergey Vlasov.
5097                 
5098         * src/folderview.c
5099                  fix bug where a change to the sorting method or thread view
5100                  of a folder's messages is lost if simpify-subject is set and
5101                  toggled on or off.
5102                  Patch by Luke Plant.
5103
5104 2003-01-24 [paul]       0.8.9claws
5105
5106         * sylpheed-0.8.9claws released
5107         
5108         * Makefile.am
5109           sylpheed.spec.in
5110                 remove reference to 'INSTALL.jp'
5111
5112 2003-01-23 [paul]       0.8.8claws128
5113
5114         * po/es.po
5115           po/it.po
5116           po/ru.po
5117           po/sr.po
5118                 updated translations. submitted by Ricardo Mones Lastra,
5119                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5120
5121 2003-01-23 [colin]      0.8.8claws127
5122
5123         * src/compose.c
5124                 Fix drafted and queued news articles re-edition
5125
5126 2003-01-23 [melvin]     0.8.8claws126
5127
5128         * po/fr.po
5129                 Updated French translations
5130
5131 2003-01-23 [colin]      0.8.8claws125
5132
5133         * src/inc.c
5134                 Fix "Connecting to..." status message
5135
5136 2003-01-22 [paul]       0.8.8claws124
5137
5138         * po/bg.po
5139                 updated by George Danchev
5140                 
5141         * src/folder.c
5142                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5143                 and folder deletion
5144
5145 2003-01-21 [paul]       0.8.8claws123
5146
5147         * po/bg.po
5148                 updated by George Danchev
5149                 
5150         * src/about.c
5151                 its now 2003
5152                 
5153         * src/toolbar.c
5154                 don't translate 'Separator'
5155                 
5156         * src/plugins/spamassassin/Makefile.am
5157                 add aspell to CPPFLAGS
5158                 
5159         * src/plugins/spamassassin/spamassassin.c
5160           src/plugins/spamassassin/spamassassin_gtk.c
5161                 set correct default for spamassassin_receive_spam
5162                 slightly re-word descriptions and some
5163                 other minor changes
5164
5165 2003-01-19 [alfons]     0.8.8claws122
5166                 
5167         * src/mimeview.c
5168                 mimeview_save_as(): we might as well show the file name for
5169                 the single case "Save As" too
5170
5171 2003-01-19 [alfons]     0.8.8claws121
5172
5173         * src/crash.c
5174                 change bug tracker URL to bugzilla URL
5175
5176 2003-01-19 [alfons]     0.8.8claws120
5177
5178         * src/mimeview.c
5179                 mimeview_save_all(): display name of file before overwriting;
5180                 continue saving all, even when one overwrite was cancelled
5181
5182 2003-01-19 [christoph]  0.8.8claws119
5183
5184         * src/summaryview.c
5185         * src/procmsg.[ch]
5186                 fix wrong usage of procmsg_find_children in summaryview
5187                 by using procmsg_update_unread_children instead of
5188                 summaryview_update_unread_children
5189
5190 2003-01-19 [christoph]  0.8.8claws118
5191
5192         * src/procmsg.c
5193                 fix infinite loop in procmsg_find_children
5194                  (closes bug #25 sylpheed crashes on delete.)
5195
5196         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5197
5198 2003-01-19 [paul]       0.8.8claws117
5199
5200         * po/pt_BR.po
5201                 updated by Ivan Francolin Martinez
5202
5203 2003-01-18 [melvin]     0.8.8claws116
5204
5205         * src/prefs_actions.c
5206                 Removed syntax limitation of only one '&' at the end of command.
5207                         Now actions that contain '>/dev/null 2>&1' are possible.
5208
5209 2003-01-18 [melvin]     0.8.8claws115
5210
5211         * src/prefs_actions.c
5212                 Actions IO dialog: when the action ends
5213                 the "Close" button now has focus and [Escape] closes the
5214                 window.
5215
5216 2003-01-18 [christoph]  0.8.8claws114
5217
5218         * src/procmsg.c
5219                 o add debug output when MsgInfos are really freed
5220                 o free GSLists in procmsg_find_children and
5221                   procmsg_update_unread_children
5222
5223 2003-01-18 [christoph]  0.8.8claws113
5224
5225         * src/mainwindow.c
5226                 reorder Configuration menu
5227
5228 2003-01-18 [christoph]  0.8.8claws112
5229
5230         * src/compose.c
5231                 fix applying templates to forwarded messages
5232
5233         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5234
5235 2003-01-17 [christoph]  0.8.8claws111
5236
5237         * src/folder.c
5238                 destroy folder items, when a folder item is removed
5239
5240 2003-01-17 [christoph]  0.8.8claws110
5241
5242         * src/folder.c
5243                 fix wrong folder stats update when ignored message is
5244                 deleted
5245
5246 2003-01-17 [colin]      0.8.8claws109
5247         
5248         * src/mainwindow.c
5249         * src/summaryview.c
5250                 Quicksearch bugfixes: 
5251                 - hide help button at startup if not extended
5252                 - switch to extended when looking for replies
5253
5254 2003-01-17 [paul]
5255
5256         * sync with 0.8.9 release
5257
5258 2003-01-17 [paul]       0.8.8claws108
5259
5260         * sync with 0.8.8cvs11
5261                 see ChangeLog 2003-01-17
5262
5263 2003-01-16 [colin]      0.8.8claws107
5264
5265         * src/procmsg.c
5266                 Changed encryption test to re-ask passphrase
5267                 if an encrypted message hasn't been decrypted
5268                 Fixes bug #5
5269
5270 2003-01-16 [christoph]  0.8.8claws106
5271
5272         * src/prefs_gtk.c
5273         * src/prefs_toolbar.c
5274         * src/gtk/prefswindow.h
5275         * src/plugins/spamassassin/spamassassin_gtk.c
5276                 remove page destroy function that is not used anymore
5277
5278 2003-01-16 [paul]       0.8.8claws105
5279
5280         * sync with 0.8.8cvs9
5281                 see ChangeLog 2002-01-16
5282
5283 2003-01-16 [colin]      0.8.8claws104
5284
5285         * src/compose.[ch]
5286                 Fix bug with autosaved drafts for IMAP, when draft
5287                 folder is specified - fixes bugzilla bug #20
5288
5289 2003-01-15 [paul]       0.8.8claws103
5290
5291         * src/compose.[ch]
5292           src/procmsg.c
5293                 store folder and message-id of message forwarding
5294                 in queue header and set forward flag after sending
5295
5296 2003-01-15 [paul]       0.8.8claws102
5297
5298         * sync with 0.8.8cvs8
5299                 see ChangeLog 2002-01-15
5300
5301 2003-01-15 [colin]      0.8.8claws101
5302
5303         * src/Makefile.am
5304                 Fix linking with GNU libiconv
5305
5306 2003-01-15 [darko]      0.8.8claws100
5307
5308         * src/pine.c
5309                 fix crash when importing pine address book
5310                 entry with an empty name (reported by DY
5311                 <dybulk at tri8.net>)
5312
5313 2003-01-14 [paul]       0.8.8claws99
5314
5315         * configure.in  ** REMOVED **
5316           configure.ac  ** NEW FILE **
5317                 rename configure.in to configure.ac, as it is now
5318                 preferred
5319
5320 2003-01-14 [melvin]     0.8.8claws98
5321
5322         * src/folderview.c
5323                 folderview_check_new(): More precise function description
5324
5325 2003-01-14 [melvin]     0.8.8claws97
5326
5327         * src/folderview.c
5328                 folderview_check_new(): return the number of new messages 
5329                         since last check.
5330         * src/inc.c
5331                 inc_account_mail(): Disable counting of new messages for IMAP
5332                         and NNTP until bug [19] and [14] are fixed.
5333
5334 2003-01-14 [paul]       0.8.8claws96
5335
5336         * sync with 0.8.8cvs6
5337                 see ChangeLog 2003-01-14
5338
5339 2003-01-13 [alfons]     0.8.8claws95
5340
5341         * src/textview.c
5342                 tune email address validation (c. 0.8.8claws89): if . is 
5343                 just one char away from @, the address is invalid too 
5344                 (correctly rejects addresses like foo@.com)
5345
5346 2003-01-13 [paul]       0.8.8claws94
5347
5348         * src/messageview.c
5349           src/toolbar.c
5350                 fixes to the Message View toolbar and menu:
5351                 fix non-functioning Forward button
5352                 make Reply button consider default_reply_list
5353                 remove 'Follow-up...' menu entry
5354                 add 'Forward' and 'Redirect' menu entries
5355
5356 2003-01-13 [melvin]     0.8.8claws93
5357
5358         * src/inc.c
5359                 Fixed typo that could make new messages count incorrect.
5360
5361 2003-01-13 [melvin]     0.8.8claws92
5362
5363         * src/folderview.[ch]
5364                 folderview_check_new(): return the number of new messages.
5365         * src/inc.c
5366                 Should fix bug [14] where new mail notification worked 
5367                         incorrectly with IMAP accounts.
5368                 inc_spool_account(): return number of new msgs, or -1 on error
5369                 inc_all_spool(): return number of new msgs
5370                 
5371 2003-01-13 [melvin]     0.8.8claws91
5372
5373         * src/prefs_actions.c
5374                 Justify help text.
5375
5376 2003-01-12 [thorsten]   0.8.8claws90
5377
5378         * src/common/prefs.c
5379                 close file before rename
5380
5381 2003-01-12 [alfons]     0.8.8claws89
5382
5383         * AUTHORS
5384                 add Christian Mertes
5385         * src/common/utils.[ch]
5386                 g_stricase_hash(), g_stricase_equal(): functions for 
5387                 case insensitive hash tables
5388         * src/textview.c
5389                 use top level domain names to validate email address, based
5390                 on a patch by Christian Mertes (thanks!), but changed 
5391                 implementation to use a hash table 
5392
5393 2003-01-12 [paul]       0.8.8claws88
5394
5395         * po/bg.po
5396                 updated by George Danchev
5397
5398 2003-01-12 [alfons]     0.8.8claws87
5399
5400         * src/summaryview.c
5401                 delete / execute performance: use new style folder update
5402
5403 2003-01-12 [paul]       0.8.8claws86
5404
5405         * sync with 0.8.8cvs5
5406                 see ChangeLog 2003-01-13 (!)
5407
5408 2003-01-12 [alfons]     0.8.8claws85
5409
5410         * src/filtering.c
5411         * src/matcher_parser_parse.y
5412                 prepare change_score filtering action
5413         * src/matcher.[ch]
5414                 give up const-correctness on functions that call non-const-correct functions;
5415                 several casts to gpointer in g_free();
5416                 add change_score;
5417
5418 2003-01-12 [christoph]  0.8.8claws84
5419
5420         * src/compose.c
5421                 fix 2 warnings
5422
5423         * src/gtk/prefswindow.[ch]
5424         * src/plugins/spamassassin/spamassassin_gtk.c
5425                 changed the call of the widget create function
5426                 for PrefsPages, because sometimes the widget
5427                 create function needs a widget that already has
5428                 been attached to a window (to create GDK pixmaps
5429                 for exmaple). So we simply pass the GtkWindow as
5430                 the second parameter now.
5431
5432         * src/main.c
5433         * src/mainwindow.c
5434         * src/prefs_toolbar.[ch]
5435                 rewrite Toolbar Preferences using the new
5436                 prefs window
5437
5438 2003-01-11 [alfons]     0.8.8claws83
5439
5440         * src/addressadd.c
5441                 fix crash when adding sender to addressbook because status bar
5442                 isn't there (the status bar doesn't seem to be used though,
5443                 but I'll let Match decide what to do with it)
5444
5445 2003-01-11 [colin]      0.8.8claws82
5446
5447         * src/main.c
5448           src/toolbar.c
5449                 Two useless changes reversed
5450
5451 2003-01-11 [colin]      0.8.8claws81
5452
5453         * src/mainwindow.c
5454           src/mainwindow.h
5455                 Add mainwindow_get_mainwindow()
5456         * src/alertpanel.c
5457           src/alertpanel.h
5458                 Add alertpanel_error_log() 
5459         * src/compose.c
5460           src/inc.c
5461           src/messageview.c
5462           src/toolbar.c
5463           src/main.c
5464           src/procmsg.c
5465                 Network errors get a View Log button
5466
5467 2003-01-10 [alfons]     0.8.8claws80
5468
5469         * src/prefs_toolbar.c
5470         * src/toolbar.c
5471                 use the translatable string for "Separator" as file name for
5472                 separator toolbar items (probably make this uppercase?)
5473
5474 2003-01-10 [alfons]     0.8.8claws79
5475
5476         * src/prefs_toolbar.c
5477                 put right A_SEPARATOR description string in "displayed
5478                 toolbar items list" so manually added separators are
5479                 saved correctly (bug #10, "Adding a separator to the main 
5480                 toolbar fails, entry in xml file is wrong")
5481
5482 2003-01-10 [christoph]  0.8.8claws78
5483
5484         * src/imap.c
5485                 o fix warnings
5486                 o use CAPABILITY to check if NAMESPACE is available
5487
5488 2003-01-10 [christoph]  0.8.8claws77
5489
5490         * src/imap.[ch]
5491                 apply UIDPLUS IMAP extension support patch
5492
5493         Patch submitted by Simon 'corecode' Schubert
5494
5495 2003-01-10 [paul]       0.8.8claws76
5496
5497         * src/folderview.c
5498                 a sync from main which fixes the news account folders'
5499                 Properties bug
5500
5501 2003-01-10 [christoph]  0.8.8claws75
5502
5503         * src/folder.c
5504                 don't accept 0 as a valid uid returned by copy and move
5505                 functions. 0 means the message was copied or moved but the
5506                 new uid could not be fetched. It is not an error condition
5507                 for the copy or move operation.
5508
5509 2003-01-10 [paul]       0.8.8claws74
5510
5511         * src/prefs_filtering.c
5512                 change English used in Alert when entry is not
5513                 saved.
5514                 
5515         * sync with 0.8.8cvs4
5516                 see ChangeLog 2003-01-10
5517
5518 2003-01-10 [darko]      0.8.8claws73
5519
5520         * src/pine.c
5521                 fix crash when importing address book entry
5522                 without a valid address
5523
5524 2003-01-09 [alfons]     0.8.8claws72
5525
5526         * src/inc.c
5527                 filtering performance: use new style folder update
5528
5529 2003-01-09 [christoph]  0.8.8claws71
5530
5531         * src/compose.c
5532         * src/gtk/menu.[ch]
5533                 fix wrong selecting of mime encoding type, when
5534                 opening property dialog of attachments in the
5535                 compose window. 7bit was always selected and that
5536                 destoryed files with 8bit data.
5537                 (closes bug #9 Sylpheed-claws destroys attachments when
5538                  changing MIME-types)
5539
5540 2003-01-09 [paul]       0.8.8claws70
5541
5542         * sync with 0.8.8cvs3
5543                 see ChangeLog 2003-01-09
5544
5545 2003-01-08 [alfons]     0.8.8claws69
5546         
5547         * src/addressadd.c
5548                 apply patch by Kim Schulz to fix build breakage
5549                 because of missing variable
5550
5551 2003-01-08 [paul]       0.8.8claws68
5552
5553         * sync with 0.8.8cvs2
5554                 see ChangeLog 2002-01-08
5555
5556 2003-01-08 [paul]       0.8.8claws67
5557
5558         * po/it.po
5559                 updated by Alessandro Maestri
5560                 
5561         * src/addressadd.c
5562                 when using 'Add sender to addressbook' allow
5563                 name to be edited and remarks to be entered
5564                 Patch submitted by Luke Plant
5565
5566 2003-01-08 [darko]      0.8.8claws66
5567
5568         * README.claws, src/summaryview.c
5569                 fix description for marked messages
5570
5571 2003-01-08 [paul]
5572
5573         * tools/Makefile.am
5574           tools/launch_phoenix  ** NEW FILE **
5575                 add script that enables using Phoenix as the default
5576                 web browser. 
5577                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5578                 
5579         * tools/OOo2sylpheed.pl
5580                 remove full path to sylpheed executable, just 'sylpheed'
5581                 will do
5582                 
5583         * tools/README
5584                 add launch_phoenix informtion and re-arrange and compress
5585                 the data a little
5586
5587 2003-01-07 [christoph]  0.8.8claws65
5588
5589         * src/folder.c
5590                 fix update for source folder when moving messages
5591         * src/procmsg.[ch]
5592         * src/summaryview.c
5593                 use function to set to_folder for message infos and
5594                 automatically update the op_count for old and new
5595                 folder
5596
5597 2003-01-07 [melvin]     0.8.8claws64
5598
5599         * src/prefs_actions.c
5600                 Fixed bug where an '%p' Action on a displayed image crashed 
5601                         Sylpheed
5602                 Code clean up (get rid of duplicated code and removed unnecessary 
5603                                 structure member)
5604
5605 2003-01-07 [christoph]  0.8.8claws63
5606
5607         * src/compose.c
5608         * src/folder.[ch]
5609         * src/folderview.c
5610         * src/import.c
5611         * src/inc.c
5612         * src/main.c
5613         * src/mainwindow.c
5614         * src/messageview.c
5615         * src/prefs_folder_item.c
5616         * src/procmsg.c
5617         * src/summaryview.c
5618         * src/toolbar.c
5619                 o remove all folder update triggering from the UI code. The folder
5620                   system should know much better when a folder needs an update.
5621                 o to prevent multiple updates in a row the folder updates can be
5622                   frozen for some time.
5623
5624                 Note: - Please verify that no updates are missing
5625                       - Check where freeze/thaws should be added
5626
5627 2003-01-07 [christoph]  0.8.8claws62
5628
5629         * src/prefs_actions.c
5630                 don't translate empty strings
5631
5632         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5633
5634 2003-01-06 [christoph]  0.8.8claws61
5635
5636         * src/prefs_actions.c
5637                 mark strings for gettext
5638         * src/prefs_matcher.c
5639                 use new description window for Execute action and
5640                 match condition in Filtering
5641
5642         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5643
5644 2003-01-06 [alfons]     0.8.8claws60
5645
5646         keep myself inspired to re-organize matcher part 8; 
5647         yes, more to come (I need to move out the descriptive
5648         text for actions to matcher.c, or at least make it not
5649         depend on the wicked ordering)
5650
5651         * src/prefs_matcher.c
5652                 add documentation so others may comprehend the
5653                 UI part of the conditions
5654                 
5655 2003-01-06 [christoph]  0.8.8claws59
5656
5657         * src/prefs_actions.c
5658                 use new description window for syntax help
5659         * src/gtk/description_window.c
5660                 fix display of descriptions with column count != 2
5661
5662         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5663
5664 2003-01-06 [christoph]  0.8.8claws58
5665
5666         * src/quote_fmt.c
5667         * src/summaryview.[ch]
5668         * src/gtk/Makefile.am
5669         * src/gtk/description_window.[ch]       ** NEW **
5670                 use a generic window to display syntax descriptions
5671                 currently used in quote_fmt and summaryview (new description
5672                 for extended quick search)
5673
5674         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5675
5676 2003-01-06 [paul]       0.8.8claws57
5677
5678         * sync with 0.8.8cvs1
5679                 see ChangeLog 2003-01-06
5680
5681 2003-01-06 [christoph]  0.8.8claws56
5682
5683         * src/mainwindow.c
5684         * src/prefs_gtk.[ch]
5685         * src/gtk/prefswindow.[ch]
5686         * src/plugins/spamassassin/spamassassin_gtk.c
5687                 o remove page management from prefswindow, pages
5688                   will be an argument to prefswindow_open
5689                 o prefswindow_open gets a datapointer that is
5690                   passed to the widget_create function to allow
5691                   creation of prefswindow for specific items
5692
5693 2003-01-06 [colin]      0.8.8claws55
5694         
5695         * src/summaryview.c
5696                 We don't want regexp in the reply-finder, 
5697                 because MIDs can contain !,$,. and so on
5698
5699 2003-01-06 [jens]       0.8.8claws54
5700
5701         * src/jpilot.c
5702                 fixed a wrong free in jpilot_read_db_files
5703
5704 2003-01-06 [alfons]     0.8.8claws53
5705
5706         re-organize matcher part 8; more to come
5707        
5708         * src/matcher.c
5709                 matcherprop_to_string(): put g_free()s before the
5710                 switch-case break to fix memleaks                
5711
5712 2003-01-06 [colin]      0.8.8claws52
5713
5714         * src/summaryview.c
5715                 cleanup & reply-finder now displays the first 
5716                 matching message
5717
5718 2003-01-05 [alfons]     0.8.8claws51
5719
5720         re-organize matcher part 7; more to come
5721
5722         * src/matcher.[ch]
5723                 fixes for constant correctness;
5724                 more documentation;
5725
5726 2003-01-05 [alfons]     0.8.8claws50
5727
5728         re-organize matcher part 6; more to come
5729         
5730         * src/matcher.[ch]
5731                 fixes for constant correctness;
5732                 more documentation;
5733         * src/filtering.c
5734                 fix for constant correctness
5735
5736 2003-01-05 [colin]      0.8.8claws49
5737
5738         * src/account.[ch]
5739                 Add account_get_reply_account function
5740         * src/compose.c
5741                 Use account_get_reply_account function 
5742         * src/summaryview.c
5743                 Basic reply-finder - click on the replied
5744                 icon gets you to the outbox using quick-search
5745
5746 2003-01-05 [paul]       0.8.8claws48
5747
5748         * src/prefs_common.c
5749                 small change to English
5750                 
5751         * src/prefs_filtering.c
5752                 prefs_filtering_action_select(): improve logic and uniformity
5753                 of gui
5754
5755 2003-01-05 [alfons]     0.8.8claws47
5756
5757         fine tune solution to focus problems (bug #7)
5758
5759         * src/mainwindow.c
5760                 mainwindow_focus_in_event(): remove grab event check
5761         * src/summaryview.c
5762                 summary_button_pressed(): move selection on right-click
5763                 too. we can't possibly move the selection back after
5764                 canceling a dialog, because gtk's incomplete focus 
5765                 management. whether this is a good solution, only time
5766                 will tell.
5767
5768 2003-01-05 [christoph]  0.8.8claws46
5769
5770         * src/imap.c
5771                 fix crash when no imap connection could be established
5772
5773 2003-01-05 [paul]       0.8.8claws45
5774
5775         * src/mainwindow.c
5776           src/sumamryview.c
5777           src/gtk/menu.[ch]
5778                 fix bug 605957 'shortcuts in popup-menu'
5779                 make user-defined shortcuts work
5780                 show shortcuts that are already defined
5781                 in the main menu
5782                 Patch submitted by Luke Plant
5783
5784 2003-01-05 [alfons]     0.8.8claws44
5785
5786         * src/mainwindow.c
5787                 focus_in_event handler should not select summary view row 
5788                 when another window (menu, dialog) grabbed for events 
5789                 (bug #7, "[0.8.8claws42] Message summary focus") 
5790
5791 2003-01-04 [christoph]  0.8.8claws43
5792
5793         * src/procmsg.c
5794                 update save folder after adding the sent message
5795                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5796
5797 2003-01-02 [christoph]  0.8.8claws42
5798
5799         * src/common/plugin.c
5800                 fix unloading of all plugins and unload
5801                 plugins in reverse order
5802                 
5803         * src/gtk/pluginwindow.c
5804                 implement function of load and unload button
5805
5806         * src/gtk/prefswindow.c
5807         * src/gtk/prefswindow.h
5808                 rename register function and add new unregister
5809                 function
5810
5811         * src/plugins/spamassassin/spamassassin_gtk.c
5812                 unregister prefs page and update for changes in
5813                 src/gtk/prefswindow.c
5814
5815 2003-01-02 [paul]       0.8.8claws41
5816
5817         * po/es.po
5818                 updated by Ricardo Mones Lastra
5819
5820 2003-01-02 [paul]
5821
5822         * tools/tb2sylpheed
5823                 fixes and improvements by Urke MMI
5824
5825 2003-01-02 [thorsten]   0.8.8claws40
5826
5827         * src/procmsg.c
5828                 fixed wrong return value
5829
5830 2003-01-02 [thorsten]   0.8.8claws39
5831
5832         * src/prefs.c
5833                 fixed printing wrong variable
5834
5835 2003-01-02 [thorsten]   0.8.8claws38
5836
5837         * src/prefs.c
5838                 fixed acessing members of freed pfile struct
5839
5840 2003-01-02 [thorsten]   0.8.8claws37
5841
5842         * src/procmsg.c
5843                 detect loops across several messages
5844                 as suggested by Christoph Hohmann
5845
5846 2003-01-01 [match]      0.8.8claws36
5847
5848         * src/addrindex.c
5849                 fixed another memory leak.
5850
5851 2003-01-01 [match]      0.8.8claws35
5852
5853         * src/jpilot.[ch]
5854                 fixed memory leaks. applied Doxygen comments.
5855
5856 2003-01-01 [thorsten]   0.8.8claws34
5857
5858         * src/procmsg.c
5859                 inhibit endless loop if msg references itself
5860                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5861
5862 2003-01-01 [christoph]  0.8.8claws33
5863
5864         * src/mainwindow.c
5865         * src/gtk/Makefile.am
5866         * src/gtk/pluginwindow.c                ** NEW **
5867         * src/gtk/pluginwindow.h                ** NEW **
5868                 add plugin window
5869
5870         * src/plugins/demo/demo.c
5871         * src/plugins/spamassassin/spamassassin.c
5872         * src/plugins/spamassassin/spamassassin_gtk.c
5873                 write better plugin descriptions
5874
5875 2002-12-31 [christoph]  0.8.8claws32
5876
5877         * src/gtk/prefswindow.c
5878         * src/plugins/spamassassin/spamassassin_gtk.c
5879                 some small improvements to GTK code
5880
5881 2002-12-31 [christoph]  0.8.8claws31
5882
5883         * src/plugins/spamassassin/spamassassin_gtk.c
5884                 enable folder select button
5885
5886 2002-12-31 [christoph]  0.8.8claws30
5887
5888         * src/mainwindow.c
5889         * src/gtk/Makefile.am
5890         * src/gtk/prefswindow.c                         ** NEW **
5891         * src/gtk/prefswindow.h                         ** NEW **
5892                 add new prefs window
5893
5894         * src/common/plugin.c
5895                 don't try to load empty config lines
5896         
5897         * src/plugins/spamassassin/Makefile.am
5898         * src/plugins/spamassassin/spamassassin.c
5899         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5900         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5901                 GTK config for SpamAssassin Plugin using
5902                 the new prefs window
5903
5904 2002-12-31 [paul]       0.8.8claws29
5905
5906         * po/POTFILES.in
5907                 remove obsolete entry 'src/menu.c'
5908
5909 2002-12-31 [alfons]     0.8.8claws28
5910
5911         * src/matcher.[ch]
5912         * src/matcher_parser_parse.y
5913         * src/prefs_matcher.c
5914                 add "ignore_thread" and "~ignore_thread" condition so it's
5915                 possible to make the actions / scoring operate on the ignore
5916                 thread flag
5917
5918 2002-12-31 [christoph]  0.8.8claws27
5919
5920         * src/addrbook.c
5921         * src/addrindex.c
5922         * src/folder.c
5923         * src/matcher.c
5924         * src/prefs_account.c
5925         * src/prefs_actions.c
5926         * src/prefs_customheader.c
5927         * src/prefs_display_header.c
5928         * src/prefs_gtk.c
5929         * src/procmime.c
5930         * src/toolbar.c
5931         * src/xmlprops.c
5932         * src/common/prefs.[ch]
5933                 extend prefs file handling for reading and automatic handling
5934                 of blocks. When reading prefs_set_block_label will automatically
5935                 move on to the block. When writing it will copy all other blocks
5936                 automatically
5937
5938         * src/common/plugin.c
5939                 Now loading plugin filenames from [Plugins] block in
5940                 sylpheed rc file
5941
5942 2002-12-30 [christoph]  0.8.8claws26
5943
5944         * src/common/hooks.[ch]
5945                 return abort status to caller of hooks_invoke
5946                 
5947         * src/inc.[ch]
5948                 invoke message filtering hook and stop
5949                 default handling when filter returns abort
5950
5951         * src/common/plugin.[ch]
5952         * src/plugins/demo/demo.c
5953                 modify plugin loader, because resolving symbols for strings
5954                 does not work correctly
5955         
5956         * configure.in
5957         * ac/spamassassin.m4                            ** NEW **
5958         * src/plugins/spamassassin/.cvsignore           ** NEW **
5959         * src/plugins/spamassassin/Makefile.am          ** NEW **
5960         * src/plugins/spamassassin/README               ** NEW **
5961         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5962         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5963         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5964                 add spamassassin plugin, see src/plugins/spamassassin/README
5965                 for details
5966
5967 2002-12-29 [alfons]     0.8.8claws25
5968
5969         * src/mainwindow.c
5970                 when moving focus from a message view to the main 
5971                 window, don't forget to select the summary node
5972                 of the displayed message. should fix "[ 659103 ] 
5973                 focus-follows-mouse confuses sylpheed"
5974
5975 2002-12-29 [christoph]  0.8.8claws24
5976
5977         * src/Makefile.am
5978         * src/stringtable.[ch]          ** REMOVE **
5979         * src/common/Makefile.am
5980         * src/common/stringtable.[ch]   ** NEW **
5981                 move stringtable files to common directory
5982
5983 2002-12-29 [christoph]  0.8.8claws23
5984
5985         * src/Makefile.am
5986         * src/menu.[ch]                 ** REMOVE **
5987         * src/gtk/Makefile.am
5988         * src/gtk/menu.[ch]             ** NEW **
5989                 move menu files to gtk directory
5990
5991 2002-12-29 [match]      0.8.8claws22
5992
5993         * src/addressbook.c
5994         * src/syldap.c
5995                 moved UI specific code out of LDAP code into addressbook
5996                 UI code. fixed memory leak.
5997
5998 2002-12-29 [christoph]  0.8.8claws21
5999
6000         * src/folder.c
6001                 only check for IGNORED parent message when message is
6002                 not IGNORED itself
6003
6004 2002-12-29 [alfons]     0.8.8claws20
6005
6006         * src/summaryview.c
6007                 set gtksctree's anchor correct (immediate execute
6008                 changes the tree's layout, and anchor points at 
6009                 the incorrect row). fixes "[ 657233 ] multiple msg 
6010                 delete sometimes off by 1".
6011                 we probably have to look for more tree layout /
6012                 anchor glitches.
6013
6014 2002-12-29 [paul]       0.8.8claws19
6015
6016         * src/summaryview.c
6017                 fix bug [ 659054 ] incorrect sorting of 'From' column
6018                 when using 'display sender using address book'
6019                 thanks to Alfons and Luke Plant
6020
6021 2002-12-29 [christoph]  0.8.8claws18
6022
6023         * src/folder.c
6024         * src/procmsg.[ch]
6025                 check parent messages for IGNORE THREAD flag, when adding,
6026                 moving or copying messages to a folder
6027
6028 2002-12-27 [alfons]     0.8.8claws17
6029
6030         re-organize matcher part 5; more to come
6031
6032         * src/matcher.c
6033                 hash keywords in matchparser_tab 
6034
6035 2002-12-27 [alfons]     0.8.8claws16
6036
6037         re-organize matcher part 4; more to come
6038
6039         * src/matcher_parser.h
6040         * src/matcher_parser_lex.l
6041         * src/matcher_parser_parse.y
6042                 cleanup
6043
6044 2002-12-27 [alfons]     0.8.8claws15
6045
6046         re-organize matcher part 3; more to come
6047
6048         * src/matcher.[ch]
6049                 cleanup
6050
6051 2002-12-27 [alfons]     0.8.8claws14
6052
6053         re-organize matcher part 2; more to come but this should
6054         work. cc me if there are any regressions.
6055
6056         * src/matcher.h
6057                 add prototype for get_matchparser_tab_id()
6058         * src/matcher_parser_lex.l
6059                 look up keywords using matchparser_tab_id();
6060
6061 2002-12-27 [alfons]     0.8.8claws12
6062
6063         re-organize matcher part 1
6064
6065         * src/matcher.h
6066                 map yacc generated constants to sylpheed matcher constants
6067         * src/matcher.c
6068                 add function to find a matcher constant from a string
6069
6070 2002-12-27 [christoph]  0.8.8claws11
6071
6072         * src/compose.c
6073                 MENUITEM_ADD casts the 4th argument from integer to pointer
6074                 so it probably should not be a pointer, this means we
6075                 should use account id for it and not the account's pointer
6076
6077 2002-12-27 [paul]       0.8.8claws10
6078
6079         * src/mainwindow.c
6080                 remove unneeded 'GtkWidget *vbox'
6081                 
6082         * src/summaryview.c
6083                 further sync with 0.8.8 - make sort
6084                 by recipient work as expected
6085                 
6086         * NEWS
6087                 sync with 0.8.8
6088
6089 2002-12-27 [paul]       0.8.8claws9
6090
6091         * po/pt_BR.po
6092                 updated by Ivan F. Martinez
6093                 
6094 2002-12-27 [darko]      0.8.8claws8
6095
6096         * src/common/utils.c
6097                 added locked pattern to extended search
6098
6099 2002-12-27 [alfons]     0.8.8claws7
6100
6101         * src/prefs_matcher.[ch]
6102                 clean up
6103
6104 2002-12-26 [alfons]     0.8.8claws6
6105
6106         * src/matcher.[ch]
6107         * src/matcher_parser_lex.l
6108         * src/matcher_parser_parse.y
6109         * src/prefs_matcher.c
6110                 allow color label as a condition in the matcher
6111
6112 2002-12-26 [oliver]     0.8.8claws5
6113         
6114         * src/toolbar.c 
6115                 enable Addressbook for Main and Messageview
6116         * src/prefs_actions.c
6117                 enable actions in Messageview
6118
6119 2002-12-26 [christoph]  0.8.8claws4
6120
6121         * src/common/plugin.c
6122                 add a little debug output
6123         * configure.in
6124         * src/plugins/demo/Makefile.am
6125                 better use of automake
6126
6127 2002-12-26 [christoph]  0.8.8claws3
6128
6129         * src/Makefile.am
6130         * src/common/Makefile.am
6131                 fix "make distdir"
6132
6133 2002-12-26 [christoph]  0.8.8claws2
6134
6135         * configure.in
6136                 sort configure checks into common / gtk / plugins
6137         * po/POTFILES.in
6138                 add src/prefs_gtk.c
6139         * src/Makefile.am
6140                 add plugins SUBDIR
6141         * src/main.c
6142         * src/common/sylpheed.[ch]
6143                 added now sylpheed_done function for shutdown
6144         * src/common/Makefile.am
6145         * src/common/plugin.[ch]                ** NEW **
6146                 plugin loader and unloader
6147         * src/plugins/.cvsignore                ** NEW **
6148         * src/plugins/Makefile.am               ** NEW **
6149                 build plugins
6150         * src/plugins/demo/.cvsignore           ** NEW **
6151         * src/plugins/demo/Makefile.am          ** NEW **
6152         * src/plugins/demo/demo.c               ** NEW **
6153                 small demo plugin that installs a logtext hook and
6154                 outputs the log text to stdout
6155
6156 2002-12-26 [paul]       0.8.8claws1
6157
6158         * po/es.po
6159                 updated by Ricardo Mones Lastra
6160
6161 2002-12-26 [paul]       0.8.8claws
6162
6163         * 0.8.8claws released
6164
6165 2002-12-26 [paul]       0.8.7claws12
6166
6167         * po/bg.po
6168                 updated by George Danchev
6169
6170 2002-12-26 [paul]       0.8.7claws11
6171
6172         * po/POTFILES.in
6173                 remove unneeded 'src/prefs.c' entry 
6174
6175 2002-12-26 [paul]       0.8.7claws10
6176
6177         * src/codeconv.c
6178           src/mainwindow.c
6179                 sync with 0.8.8 release
6180         
6181         * src/folder.[ch]
6182           src/mh.c
6183           src/summaryview.c
6184                 partial sync with 0.8.8 release
6185         
6186
6187 2002-12-25 [alfons]     0.8.7claws9
6188
6189         * src/matcher.[ch]
6190         * src/matcher_parser_lex.l
6191         * src/matcher_parser_parse.y
6192         * src/prefs_matcher.c
6193                 add locked flag to possible filtering / matcher 
6194                 conditions (also a good example what should be
6195                 done to add a simple boolean condition)
6196
6197 2002-12-25 [christoph]  0.8.7claws8
6198
6199         * src/Makefile.am
6200         * src/account.[ch]
6201         * src/addrbook.c
6202         * src/addressbook.c
6203         * src/addrindex.c
6204         * src/filtering.c
6205         * src/folder.c
6206         * src/matcher.c
6207         * src/prefs.[ch]                ** REMOVE **
6208         * src/prefs_account.c
6209         * src/prefs_actions.c
6210         * src/prefs_common.c
6211         * src/prefs_customheader.c
6212         * src/prefs_display_header.c
6213         * src/prefs_filtering.c
6214         * src/prefs_folder_item.c
6215         * src/prefs_gtk.[ch]            ** NEW **
6216         * src/prefs_matcher.c
6217         * src/prefs_scoring.c
6218         * src/prefs_summary_column.c
6219         * src/procmime.c
6220         * src/selective_download.c
6221         * src/toolbar.c
6222         * src/common/Makefile.am
6223         * src/common/prefs.[ch]         ** NEW **
6224                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6225
6226 2002-12-24 [alfons]     0.8.7claws7
6227
6228         * src/summaryview.c
6229                 summary_thread_build(): fix real cause of the crash mentioned in
6230                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6231                 this way we get meaningful ctree nodes 
6232
6233 2002-12-24 [oliver]     0.8.7claws6
6234
6235         * src/mainwindow.[ch]
6236         * src/messageview.[ch]
6237         * src/compose.[ch]
6238         * src/inc.c
6239         * src/summaryview.c
6240                 changes to use updated toolbar handling
6241                 
6242 2002-12-24 [oliver]     0.8.7claws5
6243
6244         * src/toolbar.[ch]
6245                 generic toolbar handling
6246                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6247         * src/prefs_toolbar.[ch]
6248                 adjust to handling
6249         
6250 2002-12-24 [oliver]     0.8.7claws4
6251         
6252         * src/stock_pixmap.[ch]
6253                 move SYLPHEED_LOGO to end of list in order 
6254                 to remove it from Custom Toolbar`s Icon View
6255
6256 2002-12-24 [alfons]     0.8.7claws3
6257
6258         * src/summaryview.c
6259                 summary_thread_build(): fix crash because of focus != selection 
6260                 after threading. when deleting the selection, gtk tries but fails 
6261                 to find the correct focusable element. we now force the selection
6262                 to be focused. this should solve the infamous bug reported by 
6263                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6264                 a test case is available. 
6265
6266 2002-12-24 [darko]      0.8.7claws2
6267
6268         * src/summaryview.c
6269                 don't crash when unmarking message with unread children
6270
6271 2002-12-23 [christoph]  0.8.7claws1
6272
6273         * src/Makefile.am
6274         * src/common/Makefile.am
6275                 update Makefiles for moved intl.h, version.h and defs.h
6276         * src/imap.c
6277                 rewrite imap_session_get to avoid duplicate code
6278
6279 2002-12-23 [paul]       0.8.7claws
6280
6281         * Santa-Claws released
6282         
6283         * po/hu.po
6284           po/ru.po
6285                 squeeze in updated Hungarian and Russian translations.
6286                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6287
6288 2002-12-23 [paul]       0.8.6claws129
6289
6290         * po/pl.po
6291                 updated by Witold Wladyslaw Wojciech Wilk
6292
6293 2002-12-23 [paul]       0.8.6claws128
6294
6295         * src/quote_fmt_parse.y
6296                 fix typo and add licence header
6297
6298 2002-12-23 [paul]       0.8.6claws127
6299
6300         * po/en_GB.po
6301                 updated
6302
6303 2002-12-23 [paul]       0.8.6claws126
6304
6305         * po/it.po
6306                 updated translation, submitted by Alessandro Maestri
6307                 
6308 2002-12-23 [paul]       0.8.6claws125
6309
6310         * src/quote_fmt_parse.y
6311                 fix signature-stripping on replies bug. match
6312                 '-- \n' and not '-- '.
6313
6314 2002-12-22 [paul]       0.8.6claws124
6315
6316         * po/bg.po
6317           po/es.po
6318           po/sr.po
6319                 updated translations. submitted by George Danchev,
6320                 Ricardo Mones Lastra, and Urke MMI respectively
6321
6322 2002-12-21 [paul]       0.8.6claws123
6323
6324         * src/addrbook.c
6325                 fix coding style
6326
6327 2002-12-21 [paul]       0.8.6claws122
6328
6329         * src/addrbook.c
6330                 fix bug [643638] where if a person is in one or more
6331                 addressbook groups editing that person's email 
6332                 address results in removal from those groups.
6333                 Patch submitted by Luke Plant.
6334
6335 2002-12-20 [christoph]  0.8.6claws121
6336
6337         * src/common/utils.c
6338         * src/summaryview.c
6339                 reimplement expand_search_string using GString to
6340                 prevent crashs caused by miscalculated string
6341                 lengths reported by Paul
6342
6343 2002-12-20 [christoph]  0.8.6claws120
6344
6345         * src/summaryview.c
6346                 don't use "changed" to check if op_count has to be changed as it
6347                 is also set when the message has unread children
6348                 (closes bug [ 653221 ] crash while deleting duplicates)
6349
6350 2002-12-20 [paul]       0.8.6claws119
6351
6352         * sync with 0.8.6cvs27
6353                 see ChangeLog 2002-12-20
6354
6355 2002-12-20 [paul]       0.8.6claws118
6356
6357         * sync with 0.8.6cvs26
6358                 see ChangeLog 2002-12-19 and 2002-12-20
6359
6360 2002-12-19 [alfons]     0.8.6claws117
6361
6362         * src/textview.c
6363                 fix incorrect parsing of email addresses, submitted by 
6364                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6365                 name display if it contains @".
6366
6367 2002-12-18 [paul]       0.8.6claws116
6368
6369         * sync with 0.8.6cvs23
6370                 see ChangeLog 2002-12-18
6371
6372 2002-12-18 [paul]       0.8.6claws115
6373
6374         * src/Makefile.am
6375         * src/account.c
6376         * src/codeconv.c
6377         * src/gtkutils.[ch]
6378         * src/imap.c
6379                 sync with 0.8.6cvs22.
6380                 see ChangeLog 2002-12-17 and 2002-12-18
6381
6382 2002-12-17 [christoph]  0.8.6claws114
6383
6384         * src/imap.c
6385                 o don't create a session if imap greeting fails
6386                 o don't close socket when authentication fails
6387                   this is done by imap_session_destroy
6388
6389 2002-12-17 [thorsten]   0.8.6claws113
6390
6391         * tools/Makefile.am
6392           tools/README
6393           tools/google_msgid.pl ** NEW FILE **
6394                 Added "search for message-id" script and doc
6395
6396 2002-12-17 [thorsten]   0.8.6claws112
6397
6398         * po/hu.po
6399                 Updated hungarian translation
6400                 (updated by Gal Zoltan)
6401
6402 2002-12-16 [christoph]  0.8.6claws111
6403
6404         * src/addr_compl.c
6405                 remove stupid addressbook dump to debug output
6406         * src/mh.c
6407                 fix memory leak found by Hiro
6408
6409 2002-12-14 [paul]       0.8.6claws110
6410
6411         * src/compose.c
6412                 fix menubar sensitivity on send
6413                 
6414         * src/prefs_filtering.c
6415         * src/prefs_matcher.c
6416         * src/prefs_scoring.c
6417                 Fix english ;)
6418                 
6419         * src/common/quoted-printable.h
6420                 sync: fix typo
6421         
6422 2002-12-13 [christoph]  0.8.6claws109
6423
6424         * src/Makefile.am
6425         * src/manage_window.[ch]        ** REMOVE **
6426         * src/gtk/Makefile.am
6427         * src/gtk/manage_window.[ch]    ** NEW **
6428                 move manage_window files to gtk directory
6429
6430 2002-12-13 [christoph]  0.8.6claws108
6431
6432         * src/Makefile.am
6433         * src/gtkshruler.[ch]           ** REMOVE **
6434         * src/gtk/Makefile.am
6435         * src/gtk/gtkshruler.[ch]       ** NEW **
6436                 move gtkshruler files to gtk directory
6437
6438 2002-12-13 [christoph]  0.8.6claws107
6439
6440         * src/Makefile.am
6441         * src/compose.c
6442         * src/gtkstext.[ch]             ** REMOVE **
6443         * src/gtkutils.[ch]
6444         * src/textview.c
6445         * src/gtk/gtkstext.[ch]         ** NEW **
6446         * src/gtk/Makefile.am
6447                 o move stext functions to gtkstext.c to remove
6448                   dependency of gtkutils
6449                 o move gtkstext files to gtk directory
6450
6451         * src/gtk/Makefile.am
6452         * src/gtk/sslcertwindow.[ch]
6453                 UI stuff can always depend on common code so
6454                 it's ok to add ../common to include path
6455
6456 2002-12-13 [colin]      0.8.6claws106
6457
6458         * src/summaryview.c
6459                 Disconnect sighandlers for mainwindow when
6460                 quicksearch has the focus
6461                 Fix bug #653231
6462         * src/mainwindow.[ch]
6463                 Make key_pressed callback public, to be able
6464                 to disconnect it
6465
6466 2002-12-13 [christoph]  0.8.6claws105
6467
6468         * src/mh.c
6469                 create .mh_sequences file in new MH folders
6470                 (closes feature request [ 523162 ] MH folders should
6471                  get a .mh_sequences)
6472
6473 2002-12-13 [colin]      0.8.6claws104
6474
6475         * src/summaryview.c
6476                 Better handling of quicksearch show/hide
6477                 (basically the button stays under the mouse 
6478                  when toggled)
6479
6480 2002-12-13 [paul]       0.8.6claws103
6481
6482         * sync with 0.8.6cvs17
6483                 see ChangeLog 2002-12-13
6484
6485 2002-12-13 [paul]       0.8.6claws102
6486
6487         * po/es.po
6488                 updated by Ricardo Mones Lastra
6489
6490 2002-12-11 [colin]       0.8.6claws101
6491
6492         * src/folder.c
6493                 remove statusbar stuff
6494           src/folderview.c
6495                 set statusbar verbosity when moving folders
6496
6497 2002-12-11 [colin]       0.8.6claws100
6498         * src/prefs_filtering.c
6499         * src/prefs_matcher.c
6500         * src/prefs_scoring.c
6501                 Fix english ;)
6502
6503 2002-12-11 [colin]       0.8.6claws99
6504
6505         * src/prefs_common.[ch]
6506                 Add summary_quicksearch_type
6507         * src/summaryview.c
6508                 Save last used quicksearch type
6509
6510 2002-12-11 [jens]       0.8.6claws98
6511         * src/prefs_filtering.c
6512         * src/prefs_matcher.c
6513         * src/prefs_scoring.c
6514                 added dialog for incomplete rules in scoring, filtering and
6515                 matcher to ask wheather really close
6516
6517 2002-12-11 [colin]      0.8.6claws97
6518
6519         * src/folder.c
6520                 Fix folder dnd statusbar logging
6521
6522 2002-12-10 [christoph]  0.8.6claws96
6523
6524         * src/compose.c
6525         * src/folder.c
6526         * src/imap.c
6527         * src/inc.c
6528         * src/main.c
6529         * src/mainwindow.c
6530         * src/news.c
6531         * src/send.c
6532         * src/statusbar.[ch]
6533         * src/common/hooks.c
6534         * src/common/log.[ch]
6535                 o handle verbose logging in statusbar directly in statusbar code
6536                   and common code does not need any knowledge about a statusbar
6537                 o remove direct calls to statusbar_(puts|pop)_all functions
6538
6539 2002-12-10 [jens]       0.8.6claws95
6540
6541         * src/*.c
6542                 removed gettext from g_warnings
6543         * po/POTFILES.in
6544                 cleaned and updated
6545         * po/de.po
6546                 updated
6547
6548 2002-12-10 [colin]      0.8.6claws94
6549
6550         * src/main.c
6551                 finish crash dialog fix
6552
6553 2002-12-10 [colin]      0.8.6claws93
6554
6555         * src/main.c
6556                 "Fix" "sylpheed already running" instead of
6557                 crash dialog appearing after a crash
6558
6559 2002-12-10 [colin]      0.8.6claws92
6560
6561         * po/POTFILES.in
6562                 add src/gtk/sslcertwindow.c
6563
6564 2002-12-10 [paul]       0.8.6claws91
6565
6566         * po/POTFILES.in
6567                 updated to reflect recent changes
6568                 submitted by Alessandro Maestri
6569
6570 2002-12-09 [christoph]  0.8.6claws90
6571
6572         * src/Makefile.am
6573         * src/smtp.[ch]                 ** REMOVE **
6574         * src/common/Makefile.am
6575         * src/common/smtp.[ch]          ** NEW **
6576                 move smtp files to common directory
6577
6578 2002-12-09 [christoph]  0.8.6claws89
6579
6580         * src/Makefile.am
6581         * src/session.[ch]              ** REMOVE **
6582         * src/common/Makefile.am
6583         * src/common/session.[ch]       ** NEW **
6584                 move session files to common directory
6585
6586 2002-12-09 [paul]       0.8.6claws88
6587
6588         * src/account.c
6589                 fix bug [649746] edit accounts: move account reverted
6590                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6591
6592 2002-12-09 [colin]      0.8.6claws87
6593
6594         * src/ssl_certificate.c
6595                 cleanup
6596
6597 2002-12-09 [colin]      0.8.6claws86
6598
6599         * src/ssl.c
6600                 Try to open the cert.pem database and 
6601                 issue a warning if it isn't there
6602
6603 2002-12-09 [colin]      0.8.6claws85
6604
6605         * src/common/ssl_certificate.c
6606         * src/gtk/sslcertwindow.c
6607                 Warning fixes
6608
6609 2002-12-09 [colin]      0.8.6claws84
6610
6611         * src/ssl_certificate.[ch] ** REMOVED **
6612         * src/common/ssl_certificate.[ch] ** NEW **
6613         * src/Makefile.am
6614         * src/common/Makefile.am
6615                 Moved ssl_certificate.[ch] to common
6616         * src/common/ssl.c 
6617                 Put back needed include
6618         * src/gtk/sslcertwindow.[ch]
6619                 Changed ssl_certificate.h include
6620         
6621 2002-12-09 [colin]      0.8.6claws83
6622
6623         * src/gtk/sslcertwindow.[ch]
6624                 Implement hook for certificate acception
6625         * src/ssl_certificate.[ch]
6626                 Implement hook for certificate acception
6627         * src/common/ssl.c
6628                 Reenable certificate acception check
6629         * src/mainwindow.c
6630                 Register sslcertwindow's hook
6631         
6632 2002-12-08 [christoph]  0.8.6claws82
6633
6634         * src/about.c
6635         * src/addr_compl.c
6636         * src/codeconv.c
6637         * src/manual.c
6638         * src/undo.c
6639         * src/common/utils.c
6640                 o add missing includes
6641                 o fix warnings
6642         * src/.cvsignore
6643         * src/common/.cvsignore
6644         * src/common/version.h          ** REMOVE **
6645                 remove autogenerated file
6646
6647 2002-12-08 [paul]       0.8.6claws81
6648
6649         * src/stringtable.c
6650                 put back needed include
6651
6652 2002-12-08 [colin]      0.8.6claws80
6653         
6654         * src/gtk/sslcertwindow.c
6655                 Cleaner popups when asking
6656         * src/ssl_certificate.c
6657         * src/prefs_common.[ch]
6658                 remove ssl certificate pref
6659                 put back needed include
6660         * src/undo.c
6661                 put back needed include
6662
6663 2002-12-08 [christoph]  0.8.6claws79
6664
6665         * src/folderview.c
6666         * src/logwindow.c
6667         * src/statusbar.c
6668         * src/summaryview.c
6669                 only abort hook invokation if required data is missing not
6670                 if our own data pointer is NULL, update hookfunction for
6671                 log window
6672
6673 2002-12-08 [paul]       0.8.6claws78
6674
6675         * src/about.c
6676         * src/addrcache.c
6677         * src/addrclip.c
6678         * src/addr_compl.c
6679         * src/addrselect.c
6680         * src/codeconv.c
6681         * src/colorlabel.c
6682         * src/enriched.c
6683         * src/esmtp.c
6684         * src/exporthtml.c
6685         * src/headerview.c
6686         * src/imageview.c
6687         * src/manual.c
6688         * src/noticeview.c
6689         * src/pgptext.c
6690         * src/scoring.c
6691         * src/sourcewindow.c
6692         * src/stringtable.c
6693         * src/undo.c
6694                 clean up: remove unneccesary includes
6695
6696 2002-12-08 [christoph]  0.8.6claws77
6697
6698         * src/folderview.c
6699         * src/statusbar.c
6700         * src/summaryview.c
6701         * src/common/hooks.[ch]
6702                 hook functions now have a gboolean return value, if a hook
6703                 returns TRUE it will stop executing of any more hooks in
6704                 the same hooklist for this invokation
6705
6706 2002-12-08 [colin]      0.8.6claws76
6707         
6708         * src/main.c
6709                 put back argv0 for CRASH_DIALOG
6710
6711 2002-12-08 [christoph]  0.8.6claws75
6712
6713         * src/Makefile.am
6714         * src/about.c
6715         * src/account.c
6716         * src/crash.c
6717         * src/esmtp.h
6718         * src/imap.[ch]
6719         * src/inc.c
6720         * src/main.c
6721         * src/mainwindow.c
6722         * src/news.c
6723         * src/pop.[ch]
6724         * src/prefs_account.[ch]
6725         * src/prefs_common.[ch]
6726         * src/send.[ch]
6727         * src/smtp.[ch]
6728         * src/ssl_certificate.[ch]
6729         * src/ssl_manager.[ch]
6730         * src/common/Makefile.am
6731         * src/common/log.c
6732         * src/common/nntp.[ch]
6733         * src/common/socket.[ch]
6734         * src/common/ssl.[ch]
6735         * src/gtk/sslcertwindow.[ch]
6736         * ac/openssl.m4
6737                 use new autoconf script to detect OpenSSL with extra parameters
6738                 to specify the location of libs and includes, also remove USE_SSL
6739                 to USE_OPENSSL
6740
6741         * src/common/sylpheed.[ch]
6742         * src/common/version.h.in
6743                 start seperation of common code initialization seperated from gui
6744
6745         * src/summaryview.c
6746                 The function that is called when a color label changes
6747                 should not change the color lable again
6748
6749 2002-12-08 [colin]      0.8.6claws74
6750
6751         * src/gtk/sslcertwindow.c
6752                 warning fixes
6753
6754 2002-12-08 [colin]      0.8.6claws73
6755
6756         * src/statusbar.c
6757           src/common/log.h
6758                 Register a hook for statusbar_puts_all
6759         * src/common/log.c
6760                 invoke statusbar_puts_all's hook
6761         
6762 2002-12-08 [colin]      0.8.6claws72
6763
6764         * src/ssl_certificate.c
6765                 Put back a badly-removed include
6766
6767 2002-12-08 [colin]      0.8.6claws71
6768
6769         * src/gtk/sslcertwindow.[ch]    ** NEW **
6770                 new certificate presentation
6771         * src/gtk/Makefile.am
6772                 add new files
6773         * src/ssl_certificate.[ch]
6774                 gtk cleanup, made utility functions public
6775         * src/ssl_manager.c
6776                 use new cert presentation
6777
6778 2002-12-07 [christoph]  0.8.6claws70
6779
6780         * src/Makefile.am
6781         * src/nntp.[ch]                 ** REMOVE **
6782         * src/common/Makefile.am
6783         * src/common/nntp.[ch]          ** NEW **
6784                 move nntp files to common directory
6785
6786 2002-12-07 [christoph]  0.8.6claws69
6787
6788         * src/procmsg.[ch]
6789         * src/summaryview.c
6790                 implement msginfo update callback using sylpheed's new
6791                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6792
6793 2002-12-06 [christoph]  0.8.6claws68
6794
6795         * src/editgroup.c
6796                 This patch changes the 'Edit Group Details' dialog to
6797                 allow extended selections in either pane, so that
6798                 addresses can be added or removed from a group more
6799                 quickly and easily. (it actually is a net decrease in
6800                 file size, as some unnecessary functions have been
6801                 removed). 
6802                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6803
6804 2002-12-06 [christoph]  0.8.6claws67
6805
6806         * src/Makefile.am
6807         * src/template.[ch]             ** REMOVE **
6808         * src/common/Makefile.am
6809         * src/common/template.[ch]      ** NEW **
6810                 move template files to common directory
6811
6812         * src/nntp.c
6813                 add missing log.h include
6814
6815 2002-12-06 [melvin]     0.8.6claws66
6816
6817         * src/prefs_actions.c
6818                 Added the trailing ">" syntax to insert command's output
6819                 without replacing old text (in contrast to trailing "|").
6820
6821 2002-12-05 [colin]      0.8.6claws65
6822         
6823         * src/common/utils.c
6824                 Don't modify original search_string or it'll change
6825                 the next iterations in the for()
6826
6827 2002-12-05 [darko]      0.8.6claws64
6828
6829         * src/common/utils.c
6830                 proper check for filtering commands, found by Colin
6831
6832 2002-12-05 [darko]      0.8.6claws63
6833
6834         * src/common/utils.c
6835                 check proper string for NULL pointer, found by Colin
6836
6837 2002-12-05 [darko]      0.8.6claws62
6838
6839         * src/common/utils.[ch]
6840                 expand_search_string(): new function
6841                 converts Mutt-like patterns to Sylpheed's
6842                 filtering engine
6843         * src/summaryview.c
6844                 use expand_search_string() to allow Mutt-like
6845                 patterns in extended search
6846         * README.claws
6847                 document extended option in quick search
6848
6849 2002-12-05 [paul]       0.8.6claws61
6850
6851         * sync with 0.8.6cvs16
6852                 see ChangeLog 2002-12-05
6853                 
6854         * po/POTFILES.in
6855                 clean up
6856
6857 2002-12-04 [christoph]  0.8.6claws60
6858
6859         * src/imap.[ch]
6860                 put imap authentication code into a new function and
6861                 remove it from imap_session_new that will allow to
6862                 send other commands before authentication
6863
6864 2002-12-04 [christoph]  0.8.6claws59
6865
6866         * src/imap.[ch]
6867                 use already existing method to prevent unneeded IMAP
6868                 folder selects. Set imap_select parameters to NULL
6869                 in some functions if the values are not required.
6870
6871         * src/xml.h
6872                 remove no longer required include
6873
6874 2002-12-04 [paul]       0.8.6claws58
6875
6876         * po/es.po
6877                 updated by Ricardo Mones Lastra
6878                 
6879         * configure.in
6880           po/hu.po      ** NEW FILE **
6881                 initial Hungarian translation, submitted
6882                 by Gál Zoltán <galzoli@hu.inter.net>
6883
6884 2002-12-03 [christoph]  0.8.6claws57
6885
6886         * src/Makefile.am
6887         * src/gtksctree.[ch]            ** REMOVE **
6888         * src/gtk/Makefile.am
6889         * src/gtk/gtksctree.[ch]        ** NEW **
6890                 move gtksctree files to gtk directory
6891
6892 2002-12-03 [christoph]  0.8.6claws56
6893
6894         * src/Makefile.am
6895         * src/md5.[ch]                  ** REMOVE **
6896         * srm/common/Makefile.am
6897         * src/common/md5.[ch]           ** NEW **
6898                 move md5 files to common directory
6899
6900         * src/gtkstext.c
6901                 remove not required #include
6902
6903 2002-12-03 [sergey]     0.8.6claws55
6904
6905         * src/gtkutils.c
6906         * src/gtkutils.h
6907                 gtkut_window_popup(): new function.
6908         * src/mainwindow.c
6909                 main_window_popup(): use gtkut_window_popup() to raise
6910                 window without changing its position.
6911                 (see sylpheed-main ML message [sylpheed:17247])
6912
6913 2002-12-03 [sergey]     0.8.6claws54
6914
6915         * src/send.c
6916                 send_message_local(): removed first-dot escaping
6917                 (SMTP-only, not needed for sending through pipe)
6918
6919 2002-12-03 [paul]       0.8.6claws53
6920
6921         * po/POTFILES.in
6922                 update to reflect recent changes (thanks
6923                 to Ricardo Mones Lastra)
6924                 
6925         * tools/filter_conv.pl
6926                  fix problem with quoted strings. Patch submitted
6927                  by Luke Plant <lukeplant@softhome.net>
6928
6929 2002-12-03 [paul]       0.8.6claws52
6930
6931         * sync with 0.8.6cvs15
6932                 see ChangeLog 2002-12-03
6933
6934 2002-12-02 [christoph]  0.8.6claws51
6935
6936         * src/logwindow.[ch]
6937         * src/common/log.[ch]
6938                 implement logging using a hook function
6939
6940         * src/folderview.c
6941         * src/folder.[ch]
6942                 define hooklist name in header file to avoid
6943                 errors caused by wrong spelling of hooklist names
6944
6945         * src/toolbar.c
6946                 fix warnings
6947
6948 2002-12-02 [christoph]  0.8.6claws50
6949
6950         * src/common/Makefile.am
6951                 add src/common/hooks.[ch]
6952
6953         * src/common/hooks.[ch]
6954                 implement a simple hook system using glib's hook functions
6955
6956         * src/folder.[ch]
6957         * src/folderview.c
6958                 use new hook system for folder item updates
6959
6960 2002-12-02 [christoph]  0.8.6claws49
6961
6962         * doc-src/ui_seperation.txt     ** NEW **
6963                 information for ui seperation
6964
6965         * src/Makefile.am
6966                 remove files that were moved to common
6967                 include common directory by default for the header files
6968
6969         * src/inc.c
6970         * src/common/socket.c
6971         * src/automaton.[ch]
6972                 implement automaton using g_io_*-functions instead of
6973                 gdk_input_add to make it ui independent
6974
6975         * src/codeconv.c
6976         * src/compose.c
6977         * src/ldif.c
6978         * src/pgptext.c
6979         * src/procmime.c
6980         * src/rfc2015.c
6981         * src/smtp.c
6982         * src/unmime.c
6983                 remove common/ prefix because directory is now in
6984                 include path
6985
6986         * src/compose.c
6987         * src/folder.c
6988         * src/folderview.c
6989         * src/mainwindow.c
6990         * src/messageview.c
6991         * src/prefs_common.c
6992         * src/procmsg.c
6993         * src/rfc2015.c
6994                 fix warnings
6995
6996         * src/imap.c
6997         * src/inc.c
6998         * src/news.c
6999         * src/pop.c
7000         * src/send.c
7001         * src/smtp.c
7002         * src/ssl_certificate.c
7003                 add log.h header file for logging functions
7004
7005         * src/main.c
7006         * src/common/utils.c
7007         * src/summaryview.c
7008         * src/xml.c
7009                 o move debug_mode to common/utils.c
7010                 o add functions to set and get debug_mode
7011
7012         * src/defs.h                    ** REMOVE **
7013         * src/intl.h                    ** REMOVE **
7014         * src/socket.[ch]               ** REMOVE **
7015         * src/ssl.[ch]                  ** REMOVE **
7016         * src/utils.[ch]                ** REMOVE **
7017                 replaced by new files in src/common/
7018         
7019         * src/common/Makefile.am
7020                 add new files in src/common/
7021
7022         * src/common/defs.h             ** NEW **
7023         * src/common/intl.h             ** NEW **
7024         * src/common/log.[ch]           ** NEW **
7025         * src/common/socket.[ch]        ** NEW **
7026         * src/common/ssl.[ch]           ** NEW **
7027         * src/common/utils.[ch]         ** NEW **
7028                 replacement for files in src/
7029
7030 2002-12-02 [colin]      0.8.6claws48
7031
7032         * src/folderview.c
7033                 Scroll folderview if necessary during dnd
7034
7035 2002-12-02 [colin]      0.8.6claws47
7036
7037         * src/folder.[ch]
7038                 Add check to verify a move is within a single mailbox
7039         * src/folderview.c
7040                 Add specific error string for this check
7041
7042 2002-12-02 [colin]      0.8.6claws46
7043
7044         * src/folder.c
7045                 Add a test to folder moving, remove a statusbar_print
7046         * src/folderview.c
7047                 Add Move folder... context-menu item
7048                 Factorize folder moving code
7049                 Enable folder DND for mbox
7050
7051 2002-12-01 [christoph]  0.8.6claws45
7052
7053         * ac/aspell.m4
7054                 remove conf.aspelltest if the version check fails
7055
7056 2002-11-30 [christoph]  0.8.6claws44
7057
7058         * autogen.sh
7059                 run libtoolize --force in autogen to create missing
7060                 libtool scripts
7061
7062 2002-11-30 [christoph]  0.8.6claws43
7063
7064         * src/Makefile.am
7065         * src/pgptext.c
7066         * src/procmime.c
7067         * src/rfc2015.c
7068         * src/uuencode.[ch]             ** REMOVED **
7069         * src/common/Makefile.am
7070         * src/common/uuencode.[ch]      ** NEW **
7071                 move uuen/decoder to common directory
7072
7073 2002-11-30 [christoph]  0.8.6claws42
7074
7075         * src/Makefile.am
7076         * src/base64.[ch]               ** REMOVED **
7077         * src/codeconv.c
7078         * src/compose.c
7079         * src/ldif.c
7080         * src/pgptext.c
7081         * src/procmime.c
7082         * src/rfc2015.c
7083         * src/smtp.c
7084         * src/unmime.c
7085         * src/common/Makefile.am
7086         * src/common/base64.[ch]        ** NEW **
7087                 move base64 en/decoder to common directory
7088
7089 2002-11-30 [christoph]  0.8.6claws41
7090
7091         * src/common                    ** NEW **
7092                 new directory for UI independent code
7093         * src/gtk                       ** NEW **
7094                 new directory for GTK frontend
7095         * src/common/.cvsignore         ** NEW **
7096         * src/gtk/.cvsignore            ** NEW **
7097                 ignore build files
7098         * src/common/Makefile.am        ** NEW **
7099         * src/gtk/Makefile.am           ** NEW **
7100                 automake files to build new seperated stuff
7101         * src/Makefile.am
7102                 the binary will currently still be build with the
7103                 files in src, so we include the code from the
7104                 subdirs for now after building the libs there
7105
7106 2002-11-30 [paul]       0.8.6claws40
7107
7108         * src/compose.c
7109                 fix bug [642731] 'Wrong selected account with drafted mail'
7110
7111 2002-11-29 [oliver]     0.8.6claws39
7112         
7113         * src/messageview.c
7114                 o update summaryview when switching between different
7115                   messageviews          
7116         * src/toolbar.c  
7117                 o check if messageview holds already removed msg
7118                   from summaryview
7119                 
7120
7121 2002-11-29 [oliver]     0.8.6claws38
7122
7123         * src/toolbar.c 
7124                 remove not needed variables and includes
7125                 make messageview stay opened and move to next when msgs are deleted 
7126
7127 2002-11-29 [oliver]     0.8.6claws37
7128         
7129         * src/toolbar.c 
7130                 disable compose button (messageview toolbar) by default
7131                 deleted msgs are moved to trash
7132         
7133 2002-11-29 [melvin]     0.8.6claws36
7134
7135         * configure.in
7136                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7137                 and to detect signatures expirations (gpgme 0.3.6)
7138
7139         * src/main.c
7140                 Use non obsolescent function for Gpgme engine checking.
7141
7142         * src/rfc2015.c
7143                 Inform about expired signatures or signatures which key
7144                 has expired. Expiration date is displayed.
7145
7146         * src/sigstatus.c
7147                 Inform about expired signatures or signatures which key
7148                 has expired.
7149
7150 2002-11-28 [paul]       0.8.6claws35
7151
7152         * src/folderview.c
7153                 re-instate 'Check for new messages' in Newsgroup
7154                 folders right-click menu, after a suggestion from
7155                 Tim Mann <timmann@users.sourceforge.net>
7156
7157         * src/main.c
7158                 after a crash check only local folders for new
7159                 messages
7160
7161 2002-11-28 [paul]       0.8.6claws34
7162
7163         * configure.in
7164                 apply patch that fixes the checking of GTK with XIM 
7165                 support on different OSs, such as FreeBSD. Patch 
7166                 submitted by Topia <topia@users.sourceforge.net>
7167                 
7168 2002-11-28 [paul]       0.8.6claws33
7169
7170         * src/mainwindow.c
7171           src/prefs_common.c
7172           src/prefs_toolbar.c
7173                 more changes to the English
7174
7175 2002-11-28 [paul]       0.8.6claws32
7176
7177         * sync with 0.8.6cvs13
7178                 see ChangeLog 2002-11-28 (no sync needed
7179                 for src/compose.c)
7180
7181 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7182         
7183         * src/mainwindow.[ch]
7184                 add patch by Ivan F. Martinez introducing messageview Toolbar
7185                 some changes and committed by oliver    
7186
7187 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7188
7189         * src/messageview.[ch]
7190                 add patch by Ivan F. Martinez introducing messageview Toolbar
7191                 some changes and committed by oliver    
7192
7193 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7194
7195         * src/compose.[ch]
7196                 add patch by Ivan F. Martinez introducing messageview Toolbar
7197                 some changes and committed by oliver    
7198
7199 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7200         
7201         * src/toolbar.[ch]
7202                 add patch by Ivan F. Martinez introducing messageview Toolbar
7203                 some changes and committed by oliver
7204
7205 2002-11-28 [oliver]     0.8.6claws27
7206         
7207         * src/prefs_toolbar.[ch]
7208                 getting ready for messageview toolbar
7209                 free mem allocated by gettext
7210                 change prefs_toolbar to prefs_toolbar_open
7211  
7212 2002-11-28 [thorsten]   0.8.6claws26
7213
7214         * src/imageview.[ch]
7215                 cleaned up conflicting declarations of
7216                 imageview_show_image()
7217
7218 2002-11-28 [paul]       0.8.6claws25
7219
7220         * src/grouplistdialog.c
7221           src/prefs_common.c
7222           src/prefs_summary_column.c
7223                 a few more improvements to the English
7224
7225 2002-11-28 [colin]      0.8.6claws24
7226
7227         * man/sylpheed.1
7228                 A few updates to command-line parameters
7229
7230 2002-11-28 [colin]      0.8.6claws23
7231
7232         * src/prefs_filtering.c
7233                 Fix problems with prefs_filtering_delete_path:
7234                 a) if the first rule is removed, original pointers
7235                    weren't updated (leading to segfaults)
7236                 b) it was always global_processing updated in case
7237                    of removed path was parent of rule path
7238
7239 2002-11-27 [paul]       0.8.6claws22
7240
7241         * src/mainwindow.c
7242           src/prefs_account.c
7243           src/prefs_actions.c
7244           src/prefs_common.c
7245           src/prefs_customheader.c
7246           src/prefs_display_header.c
7247           src/prefs_filtering.c
7248           src/prefs_folder_item.c
7249           src/prefs_matcher.c
7250           src/prefs_scoring.c
7251           src/prefs_summary_column.c
7252           src/prefs_template.c
7253           src/prefs_toolbar.c
7254                  improve the English in the GUI
7255
7256 2002-11-27 [colin]      0.8.6claws21
7257
7258         * src/folder.c
7259                 Fix processing renaming problems happening after
7260                 last commit
7261
7262 2002-11-27 [colin]      0.8.6claws20
7263
7264         * src/folder.c
7265                 recursive move now deletes src each subfolder after 
7266                 having moved it
7267         * src/folderview.c
7268                 Use identifier instead of path during dnd (enables
7269                 IMAP folder dnd)
7270
7271 2002-11-27 [paul]       0.8.6claws19
7272
7273         * src/main.c
7274                 apply patch that does command-line processing 
7275                 BEFORE gtk_init, allowing claws to run from 
7276                 shell-scripts in non-X environment (e.g. crontab 
7277                 or ip-up, ip-down scripts). Patch submitted by
7278                 Ruslan N. Balkin <baron@dartel.ru>
7279                 
7280         * po/it.po
7281                 updated by Alessandro Maestri
7282
7283 2002-11-27 [paul]       0.8.6claws18
7284
7285         * sync with 0.8.6cvs12
7286           src/prefs_common.c
7287                 Differences are that main uses a 'Receive dialog'
7288                 frame on the Interface tab, whereas claws groups all 
7289                 the dialogs together in a 'Dialogs' frame.
7290
7291 2002-11-27 [colin]      0.8.6claws17
7292
7293         * src/prefs_matcher.c
7294                 Fix Execute criteria's NOT flag
7295
7296
7297 2002-11-26 [christoph]  0.8.6claws16
7298
7299         * src/ssl.c
7300                 rewrite the ssl code a little bit, only use one
7301                 SSL context, set default certificates' file/path
7302
7303 2002-11-26 [thorsten]   0.8.6claws15
7304
7305         * src/compose.c
7306                 default-reply-to didn't work for ml-reply
7307
7308 2002-11-26 [melvin]     0.8.6claws14
7309
7310         * src/prefs_actions.c
7311                 Made pipe-actions ignore short headers in message view
7312                 Made trailing-pipe-actions write in the message view with
7313                 the same font as the original message
7314
7315 2002-11-26 [paul]       0.8.6claws13
7316
7317         * src/compose.c
7318                 this time commit the correct file
7319
7320 2002-11-26 [paul]       0.8.6claws12
7321
7322         * sync with 0.8.6cvs11
7323           src/quote_fmt_parse.y  
7324                 no sync needed
7325           src/account.[ch]       
7326                 not sync'ed
7327           src/compose.c
7328                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7329                 on draft mode.
7330                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7331                 header
7332                 
7333         see ChangeLog 2002-11-25 and 2002-11-26
7334
7335 2002-11-26 [colin]      0.8.6claws11
7336
7337         * src/folderview.c
7338                 Fix collapsed folder not auto-expanding during
7339                 mail dnd, if it was the source folder.
7340
7341 2002-11-25 [colin]      0.8.6claws10
7342
7343         * src/folderview.[ch]
7344                 Variable renaming and cleaning (slist of nodes 
7345                 to be re-collapsed is stored in FolderView)
7346
7347 2002-11-25 [paul]       0.8.6claws9
7348
7349         * src/prefs_common.[ch]
7350                 fix breakage caused by last commit
7351
7352 2002-11-25 [paul]       0.8.6claws8
7353
7354         * sync with 0.8.6cvs4
7355                 see ChangeLog 2002-11-21
7356
7357 2002-11-25 [paul]       0.8.6claws7
7358
7359         * sync with 0.8.6cvs4
7360                 see ChangeLog 2002-11-20
7361
7362 2002-11-25 [paul]       0.8.6claws6
7363
7364         * sync with 0.8.6cvs3
7365                 see ChangeLog 2002-11-18
7366
7367 2002-11-25 [colin]      0.8.6claws5
7368
7369         * src/gtkutils.[ch]
7370                 Add gtkut_ctree_node_is_parent()
7371         * src/folderview.c
7372                 Spring-loaded folders
7373
7374 2002-11-25 [colin]      0.8.6claws4
7375
7376         * src/utils.[ch]
7377                 Add slist_concat_unique(), function to merge
7378                 two GSList filtering dups
7379         * src/folder.[ch]
7380         * src/summaryview.[ch]
7381         * src/folderview.c
7382         * src/main.c
7383                 Add detection/update/display of unread answers
7384                 to marked mails
7385         * src/procmsg.[ch]
7386                 Add procmsg_find_children()
7387                 Add procmsg_msg_has_marked_parent()
7388
7389 2002-11-25 [colin]      0.8.6claws3
7390
7391         * src/ssl_certificate.[ch]
7392                 Allow checking a certificate without a DNS
7393                 lookup
7394                 Allow to forget a cert (by deleting it)
7395                 Make ssl_certificate_destroy_public
7396         * src/ssl_manager.[ch] ** NEW FILES **
7397                 Gui to manage (display/remove) certificates
7398         * src/prefs_common.[ch]
7399                 Add a pref to allow silent acceptation of
7400                 trusted certificates or not (based on the
7401                 "I want to know what's going on" principle)
7402         * src/mainwindow.c
7403                 Add SSL manager in Tools menu
7404         * src/Makefile.am
7405                 Add the new files to the build
7406         * po/POTFILES.in
7407                 Add ssl_manager.c to translations
7408
7409 2002-11-25 [colin]      0.8.6claws2
7410
7411         * src/summaryview.[ch]
7412                 Add S_SEARCH_EXTENDED to the quick search, which 
7413                 allows to search using filtering syntax.
7414
7415 2002-11-25 [colin]      0.8.6claws1
7416
7417         * src/summaryview.c
7418                 Deletion of duplicates now prefer deleting
7419                 the unread dup (fixes feature-request 638989).
7420
7421 2002-11-24 [paul]       0.8.6claws
7422
7423         * po/es.po
7424           po/pl.po
7425           po/ru.po
7426           po/sr.po
7427                 updated by Ricardo Mones Lastra,
7428                 Witold Wladyslaw Wojciech Wilk,
7429                 Ruslan N. Balkin, and  Urke MMI 
7430                 respectively
7431
7432 2002-11-24 [paul]       0.8.5claws182
7433
7434         * po/bg.po
7435                 updated by George Danchev
7436
7437 2002-11-23 [alfons]     0.8.5claws181
7438
7439         * src/imap.c
7440                 tiny memory leak found by browsing Dimitar's 
7441                 valgrind report
7442
7443 2002-11-23 [paul]       0.8.5claws180
7444
7445         * po/it.po
7446                 updated by Alessandro Maestri
7447
7448 2002-11-22 [christoph]  0.8.5claws179
7449
7450         * src/compose.c
7451         * src/inc.c
7452         * src/prefs_filtering.c
7453         * src/summaryview.c
7454                 more warning fixes
7455
7456 2002-11-22 [alfons]     0.8.5claws178
7457
7458         * src/summaryview.c
7459                 summary_execute_delete_func(): if message is deleted, make 
7460                 sure to also remove its entry in the subject hash table. 
7461                 fixes a corner case bug.
7462
7463 2002-11-22 [paul]       0.8.5claws177
7464
7465         * .cvsignore
7466                 add 'autom4te.cache'
7467                 
7468         * ltconfig      ** REMOVED **
7469                 not needed
7470
7471 2002-11-22 [paul]       0.8.5claws176
7472
7473         * src/textview.c
7474                 textview_set_font(): fix for message display in
7475                 UTF-8 locales (thanks to Sergey Vlasov).
7476                 
7477         * AUTHORS
7478                 add new team members and contributors
7479
7480
7481 2002-11-21 [colin]      0.8.5claws175
7482
7483         * src/procmsg.[ch]
7484                 Add procmsg_remove_special_headers()
7485         * src/mh.c
7486                 Use procmsg_remove_special_headers() for 
7487                 previous fix
7488
7489 2002-11-21 [colin]      0.8.5claws174
7490
7491         * src/mh.c
7492                 Fix moving/copying from queue/draft folders
7493                 for MH folders
7494
7495 2002-11-21 [christoph]  0.8.5claws173
7496
7497         * src/crash.c
7498         * src/filtering.c
7499         * src/logwindow.c
7500         * src/main.c
7501         * src/matcher_parser_lex.[hl]
7502         * src/mbox.c
7503         * src/mbox_folder.[ch]
7504         * src/prefs_filtering.c
7505         * src/procheader.c
7506         * src/quote_fmt_lex.l
7507         * src/ssl.c
7508                 fix all warnings except the warnings in lex and yacc files
7509
7510 2002-11-20 [christoph]  0.8.5claws172
7511
7512         * src/imap.c
7513                 fix MsgInfo retrieval for IMAP draft and queue folders
7514                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7515
7516 2002-11-19 [christoph]  0.8.5claws171
7517
7518         * src/compose.c
7519                 fix segfault, when draft saving does not get
7520                 the MsgInfo of the new message
7521                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7522
7523 2002-11-19 [christoph]  0.8.5claws170
7524
7525         * src/procmsg.c
7526                 add parameter check for flag setting function
7527                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7528
7529 2002-11-18 [paul]       0.8.5claws169
7530
7531         * src/compose.c
7532                 more sensitivity fixes to redirect mode:
7533                 * disable toolbar draft button
7534                 * allow only Address book in the Tools menu
7535                 * disable editing of message by the spell
7536                   checker
7537
7538 2002-11-18 [paul]       0.8.5claws168
7539
7540         * src/compose.c
7541                 fix sensitivity of menu items in compose_redirect():
7542                 allow only the necessary items 
7543
7544 2002-11-18 [paul]       0.8.5claws167
7545
7546         * src/compose.c
7547                 fix bug [ 603259 ] 'attachment got lost on bounce'
7548
7549 2002-11-18 [paul]       0.8.5claws166
7550
7551         * po/ru.po
7552                 updated by Ruslan N. Balkin <baron@dartel.ru>
7553
7554 2002-11-18 [colin]      0.8.5claws165
7555
7556         * src/main.c
7557           src/defs.h
7558                 Remove old filtering stuff
7559
7560
7561 2002-11-17 [oliver]     0.8.5claws164
7562
7563         * src/toolbar.h
7564                 remove not needed typedef 
7565
7566 2002-11-17 [oliver]     0.8.5claws163
7567
7568         * src/toolbar.c
7569                 make toolbar's on click events translatable
7570
7571 2002-11-15 [colin]      0.8.5claws162
7572
7573         * src/summaryview.c
7574                 Revert too-soon integration of a feature
7575
7576 2002-11-15 [christoph]  0.8.5claws161
7577
7578         * src/imap.c
7579                 use main's implementation of imap_get_msginfo
7580
7581 2002-11-15 [christoph]  0.8.5claws160
7582
7583         * src/compose.c
7584         * src/folder.[ch]
7585         * src/imap.c
7586         * src/mbox_folder.c
7587         * src/mh.c
7588         * src/news.c
7589         * src/procmsg.c
7590         * src/summaryview.c
7591                 replace claws' fetch_msginfo with main's get_msginfo
7592                 (use main's implementation where possible)
7593
7594 2002-11-15 [colin]      0.8.5claws159
7595
7596         * src/ssl_certificate.c
7597                 Missed a check
7598
7599 2002-11-16 [melvin]     0.8.5claws158
7600
7601         * po/fr.po
7602                 Updated French translations.
7603
7604 2002-11-16 [colin]      0.8.5claws157
7605
7606         * src/ssl_certificate.c
7607                 Check for missing parts in the certificates
7608
7609 2002-11-15 [colin]      0.8.5claws156
7610
7611         * src/folderview.c
7612                 Preventive fix (missing check) found by
7613                 Alfons
7614
7615 2002-11-15 [paul]
7616
7617         * NEWS
7618                 sync with 0.8.6 release
7619
7620 2002-11-15 [colin]      0.8.5claws155
7621
7622         * src/folder.[ch]
7623           src/folderview.c
7624                 Fix error handling of folder_item_move_to()
7625                 (thanks to Alfons!)
7626
7627 2002-11-15 [colin]      0.8.5claws154
7628
7629         * src/folder.[ch]
7630           src/folderview.c
7631                 folder_item_move_to() sets an error message instead
7632                 of having GUI stuff in folder.c
7633
7634 2002-11-15 [colin]      0.8.5claws153
7635
7636         * src/procmsg.[ch]
7637                 Implemented a callback for MsgInfo updates, 
7638                 heavily copy/pasted from Christoph's folder 
7639                 callback system
7640         * src/summaryview.[ch]
7641                 Register summary_update_msg as callback
7642
7643 2002-11-14 [colin]      0.8.5claws152
7644         
7645         * src/procmsg.c
7646                 Update the FolderItem after sending (fixes 617593)
7647
7648 2002-11-14 [christoph]  0.8.5claws151
7649
7650         * src/folder.c
7651                 fix wrong position of NULL pointer check found
7652                 by Sergey
7653
7654 2002-11-14 [christoph]  0.8.5claws150
7655
7656         * src/folder.c
7657                 fix segfault when deleting messages from IMAP folders
7658                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7659
7660 2002-11-14 [colin]      0.8.5claws149
7661
7662         * src/compose.c
7663                 Forwarding was also ignoring the folder's default account.
7664
7665 2002-11-14 [colin]      0.8.5claws148
7666
7667         * src/compose.c
7668                 Fix sent folder not set to folder properties when 
7669                 forwarding.
7670
7671 2002-11-14 [thorsten]   0.8.5claws147
7672
7673         * src/inc.c
7674                 inc_start(): Files were not moved from .processing to inbox,
7675                 if no global processing rule existed
7676
7677 2002-11-14 [colin]      0.8.5claws146
7678
7679         * src/ssl_certificate
7680                 Fix file operations
7681
7682 2002-11-14 [paul]       0.8.5claws145
7683
7684         * po/it.po
7685                 updated by Alessandro Maestri
7686
7687 2002-11-13 [alfons]     0.8.5claws144
7688
7689         * src/folder.c
7690                 folder_item_close(): only mark messages unread
7691                 when a folder has new messages 
7692
7693 2002-11-13 [keith]      0.8.5claws143
7694
7695         * src/imap.c
7696                 Fix problem moving or copying between
7697                 IMAP folders
7698
7699 2002-11-13 [colin]      0.8.5claws142
7700
7701         * src/matcher_parser_parse.y
7702                 Fix rule problem when " don't match
7703
7704 2002-11-13 [christoph]  0.8.5claws141
7705
7706         * src/folder.c
7707         * src/folderview.c
7708                 moved cache saving to folder_item_close
7709                 the folderview should not have to deal with
7710                 this things
7711
7712 2002-11-13 [christoph]  0.8.5claws140
7713
7714         * src/summaryview.c
7715                 moved setting of important score to
7716                 summary_set_prefs_from_folderitem
7717
7718 2002-11-13 [colin]      0.8.5claws139
7719
7720         * src/matcher_parser_parse.y
7721                 Fix a segfault in the parser (happening when
7722                 a good expression had been tested and a bad 
7723                 one arrives)
7724
7725 2002-11-13 [paul]       0.8.5claws138
7726
7727         * sync with 0.8.5cvs24
7728                 see ChangeLog 2002-11-13
7729                 
7730         * po/pt_BR.po
7731                 updated by Fabio Jr. Beneditto
7732
7733 2002-11-13 [colin]      0.8.5claws137
7734         
7735         * src/msgcache.c
7736           src/defs.h
7737           src/procmsg.[ch]
7738                 Revert last commit, problem
7739
7740 2002-11-13 [colin]      0.8.5claws136
7741
7742         * src/msgcache.c
7743                 Remove duplicated code
7744         * src/defs.h
7745                 Bumped CACHE_VERSION and MARK_VERSION
7746         * src/procmsg.[ch]
7747                 Network endian for cache and mark files
7748
7749 2002-11-12 [colin]      0.8.5claws135
7750
7751         * src/inc.c
7752                 Fix the "socket error" dialog which disappeared
7753
7754 2002-11-12 [colin]      0.8.5claws134
7755
7756         * src/msgcache.c
7757                 Reverse last commit which had performance 
7758                 problems, but still reverse the list
7759
7760 2002-11-12 [colin]      0.8.5claws133
7761
7762         * src/msgcache.c
7763                 Reverse list order
7764
7765 2002-11-12 [melvin]     0.8.5claws132
7766
7767         * src/compose.c
7768                 Added a check for a NULL prefs_common.dictionary
7769
7770 2002-11-12 [colin]      0.8.5claws131
7771
7772         * src/ssl_certificate.[ch]
7773                 Use FQDN hostname
7774
7775 2002-11-12 [colin]      0.8.5claws130
7776
7777         * src/ssl_certificate.[ch]
7778                 Take connection port into account for 
7779                 checking certificates (a single hostname
7780                 could have multiple servers with multiple
7781                 certificates)
7782         * src/ssl.c
7783                 Pass the port to ssl_certificate_check
7784
7785 2002-11-12 [paul]       0.8.5claws129
7786
7787         * src/folder.c
7788                 fix a typo in last commit
7789
7790 2002-11-12 [paul]       0.8.5claws128
7791
7792         * sync with 0.8.5cvs23
7793                 see ChangeLog entry 2002-11-12
7794
7795 2002-11-11 [colin]      0.8.5claws127
7796
7797         * src/ssl_certificate.c
7798                 Cleaner messages
7799                 Don't popup, instead log error, if the 
7800                 corresponding pref is checked
7801         * src/ssl_certificate.h
7802                 include <openssl/objects/h>
7803
7804 2002-11-11 [colin]      0.8.5claws126
7805
7806         * src/ssl_certificate.h
7807                 _Really_ clean it
7808
7809 2002-11-11 [colin]      0.8.5claws125
7810         
7811         * src/ssl_certificate.c
7812                 Fixed leak
7813
7814 2002-11-11 [colin]      0.8.5claws124
7815
7816         * src/ssl.c
7817                 Cleaned a bit
7818         * src/ssl_certificate.[ch]
7819                 Cleaned a bit (better use of SSL API)
7820                 (This will cause non-recognition of saved 
7821                  certificates of claws12[23]...)
7822
7823 2002-11-11 [paul]       0.8.5claws123
7824         
7825         * po/es.po
7826                 updated by Ricardo Mones Lastra
7827
7828 2002-11-11 [colin]      0.8.5claws122
7829
7830         * src/ssl.c
7831                 Fix a typo
7832
7833 2002-11-11 [colin]      0.8.5claws121
7834
7835         * src/ssl_certificate.[ch] ** NEW FILES **
7836         * src/ssl.[ch]
7837                 Check SSL certificates presented to us
7838         * src/Makefile.am
7839                 Add ssl_certificate.[ch]
7840         * po/POTFILES.in
7841                 Add ssl_certificate.c
7842
7843 2002-11-11 [paul]       0.8.5claws120
7844
7845         * sync with 0.8.5cvs22
7846                 see ChangeLog 2002-11-11
7847
7848 2002-11-11 [paul]       0.8.5claws119
7849
7850         * sync with 0.8.5cvs21
7851                 see ChangeLog 2002-11-11
7852
7853 2002-11-10 [jens]       0.8.5claws118
7854
7855         * src/folder.c
7856         * src/folderview.c
7857                 corrected some typing
7858         * po/de.po
7859                 updated german translation
7860         * sylpheed.spec.in
7861                 cleaned up specfile and adjusted it for claws
7862
7863 2002-11-10 [colin]      0.8.5claws117
7864
7865         * src/summaryview.c
7866                 a STATUSBAR_PUSH/POP fix
7867
7868 2002-11-10 [colin]      0.8.5claws116
7869
7870         * src/prefs_folder_item.c
7871                 Fix hanging after opening folder properties
7872
7873 2002-11-10 [hoa]        0.8.5claws115
7874
7875         * src/matcher_parser_lex.l
7876         * src/matcher_parser_parse.y
7877                 config file for scoring and filtering is no more trashed
7878                 when there is a syntax error in a filtering rule when
7879                 editing it in a dialog.
7880
7881 2002-11-09 [colin]      0.8.5claws114
7882
7883         * src/mbox_folder.c
7884                 Added missing initialisation of folder->destroy()
7885
7886 2002-11-09 [colin]      0.8.5claws113
7887
7888         * src/folder.c
7889           src/folderview.c
7890                 Fix the status bar messages
7891
7892 2002-11-09 [colin]      0.8.5claws112
7893
7894         * src/folderview.c
7895                 Fix hangs after folder dnd, happening after 
7896                 claws109.
7897
7898 2002-11-09 [christoph]  0.8.5claws111
7899
7900         * src/folderview.c
7901                 just changed order of calls (reverse order of
7902                 associated calls)
7903         * src/inc.c
7904                 lock inc when checking only one account, otherwise
7905                 inc all could be executed at the same time
7906
7907 2002-11-09 [christoph]  0.8.5claws110
7908
7909         * src/folderview.c
7910                 better unlock the mouse cursor before calling
7911                 summary_show because it changes the cursor too
7912
7913 2002-11-09 [christoph]  0.8.5claws109
7914
7915         * src/folder.[ch]
7916         * src/folderview.c
7917                 add functions to open and close a folder
7918                 o opending will execute scanning for remote folders
7919                   and processing
7920                 o closing will unset new flag for messages
7921
7922 2002-11-09 [colin]      0.8.5claws108
7923
7924         * src/folder.c
7925                 Add a call to prefs_matcher_write_config to 
7926                 avoid non-leaf folders filtering settings to be
7927                 lost
7928
7929 2002-11-09 [paul]       0.8.5claws107
7930
7931         * src/prefs_account.c
7932                 re-word a label
7933
7934 2002-11-09 [colin]      0.8.5claws106
7935
7936         * src/folderview.c
7937                 Minor esthetic fix
7938
7939 2002-11-09 [colin]      0.8.5claws105
7940
7941         * src/folderview.c
7942                 Fix prefs_filtering deletion for MH folders (same
7943                 reason as below)
7944         * src/prefs_filtering.c
7945                 Fix prefs_filtering renaming and deletion for 
7946                 folder-based processing rules.  
7947
7948 2002-11-09 [christoph]  0.8.5claws104
7949
7950         * src/compose.c
7951         * src/folder.[ch]
7952         * src/folderview.[ch]
7953         * src/import.c
7954         * src/inc.c
7955         * src/main.c
7956         * src/mainwindow.c
7957         * src/messageview.c
7958         * src/prefs_folder_item.c
7959         * src/procmsg.c
7960         * src/summaryview.c
7961                 implement a callback system for folder item updates
7962
7963 2002-11-09 [colin]      0.8.5claws103
7964
7965         * src/folderview.c
7966                 Fix prefs_filtering renaming for MH folders (we
7967                 shouldn't rename by path as another folder could
7968                 have the same hierarchy).
7969
7970 2002-11-09 [colin]      0.8.5claws102
7971
7972         * src/folder.c
7973                 Fix a leak found by Christoph, use better variable
7974                 names
7975
7976 2002-11-09 [colin]      0.8.5claws101
7977
7978         * src/folder.c
7979                 One more fix for processing rules
7980
7981 2002-11-08 [colin]      0.8.5claws100
7982         
7983         * src/matcher.c
7984                 Don't copy the compiled regexp (will be reevaluated)
7985         * src/folderview.c
7986                 Lock folderview while moving
7987         * src/folder.c
7988                 Provide info on what's happening to the user
7989
7990 2002-11-08 [colin]      0.8.5claws99
7991
7992         * src/folderview.c
7993                 Fix folder reordering after a move if parent is 
7994                 root
7995         * src/scoring.[ch]
7996                 Add function to copy a ScoringProp
7997         * src/prefs_folder_item.c
7998                 Copy scoring rules when copying a folder prefs
7999
8000 2002-11-08 [colin]      0.8.5claws98
8001
8002         * src/folderview.c
8003                 Fixes in case of failure
8004         * src/filtering.[ch]    
8005                 Add function to duplicate a FilteringProp
8006         * src/matcher.[ch]
8007                 Add function to duplicate a MatcherProp
8008         * src/prefs_folder_item.c
8009                 Save folder's processing rules when copying 
8010                 its prefs
8011
8012 2002-11-08 [colin]      0.8.5claws97
8013         
8014         * src/folderview.c
8015                 Sort after move
8016         * src/folder.c 
8017                 Change a printf to debug_print
8018
8019 2002-11-08 [colin]      0.8.5claws96
8020
8021         * src/folder.c
8022           src/folderview.c
8023                 Fix segfaults, call me stupido
8024         
8025
8026 2002-11-08 [colin]      0.8.5claws95
8027
8028         *src/folder.c
8029                 Added forgotten prefs to save when moving folders
8030
8031 2002-11-08 [colin]      0.8.5claws94
8032
8033         * src/folder.c
8034                 Fixes to folder DND (prefs copy)
8035         * src/folderview.c
8036                 Optimization for folder DND (don't rescan whole tree)
8037                 Added folderview_create_folder_node() for this 
8038                 optimization, so de-duped a bit the code
8039         * src/prefs_folder_item.[ch]
8040                 Added prefs_folder_item_copy_prefs()    
8041           
8042 2002-11-08 [paul]       0.8.5claws93
8043
8044         * src/prefs_account.c
8045           tools/README
8046           tools/kmail2sylpheed_v2.pl
8047                 correct some typos
8048
8049 2002-11-08 [paul]       0.8.5claws92
8050
8051         * src/compose.c
8052           src/prefs_account.[ch]
8053                 remove account options 'clearsign' and 'ascii_armored',
8054                 replace with 'default_gnupg_mode' to prevent mixed-mode
8055                 Privacy settings
8056
8057 2002-11-08 [paul]       0.8.5claws91
8058
8059         * src/compose.[ch]
8060                 re-implement GnuPG 'on-the-fly' mode selection,
8061                 disallow mixed-mode
8062
8063 2002-11-08 [colin]      0.8.5claws90
8064
8065         * src/folderview.c
8066           src/prefs_folder_item.c
8067                 Change "Property" to "Properties"
8068
8069 2002-11-07 [colin]      0.8.5claws89
8070
8071         * src/folderview.c
8072           src/folder.c
8073                 Allow folder dropping to a root folder
8074
8075 2002-11-07 [paul]       0.8.5claws88
8076
8077         * src/compose.c
8078                 revert last commit
8079
8080 2002-11-07 [paul]       0.8.5claws87
8081
8082         * src/compose.c
8083                 fix reply-to-list bug. closes bug report
8084                 "[633382] reply-to-list broken in recent cvs"
8085
8086 2002-11-07 [paul]       0.8.5claws86
8087
8088         * src/compose.c
8089                 add a forgotten '#if USE_GPGME ... #endif'
8090
8091 2002-11-07 [paul]       0.8.5claws85
8092
8093         * sync with 0.8.5cvs20
8094                 see ChangeLog 2002-11-07
8095
8096 2002-11-07 [colin]      0.8.5claws84
8097
8098         * src/folder.[ch]
8099                 Change folder_item_move_to to return the newly 
8100                 created folderitem.
8101         * src/folderview.c
8102                 Select the new folderitem after moving.
8103
8104 2002-11-07 [colin]      0.8.5claws83
8105
8106         * src/prefs_filtering.c
8107                 Fix rule rewriting when moving a leaf folder to a 
8108                 shorter path
8109
8110 2002-11-07 [colin]      0.8.5claws82
8111
8112         * src/prefs_filtering.c
8113                 fix a leak
8114
8115 2002-11-07 [colin]      0.8.5claws81
8116
8117         * src/folder.[ch]
8118                 Add folder_item_move_to() function to move a 
8119                 folderitem into another one (updates matcher etc)
8120         * src/folderview.c
8121                 Add folder drag'n drop (context menu to come)
8122                 [Should be dataloss free, but Please backup before 
8123                  trying !]
8124
8125 2002-11-06 [colin]      0.8.5claws80
8126
8127         * src/mh.c
8128                 mh_create_folder() returns NULL if can't create
8129                 directory hierarchy
8130
8131 2002-11-06 [paul]       0.8.5claws79
8132
8133         * src/compose.[ch]
8134                 allow 'on-the-fly' changing of the type of encryption 
8135                 and/or signing used (mime/ascii) via the compose window
8136
8137 2002-11-06 [paul]       0.8.5claws78
8138
8139         * sync with 0.8.5cvs19
8140                 see ChangeLog 2002-11-06 for src/account.c: 
8141                 account_get_special_folder()
8142                 
8143 2002-11-05 [alfons]     0.8.5claws77
8144
8145         * src/crash.c
8146                 very minor cleanups: nothing to see here, move on. :-)
8147
8148 2002-11-05 [colin]      0.8.5claws76
8149
8150         * src/main.c
8151                 Changes choices if compose windows are opened to
8152                 Discard, Draft, Don't quit
8153
8154 2002-11-05 [thorsten]   0.8.5claws75
8155
8156         * src/compose.c
8157                 reenabled default_reply_to folder option
8158
8159 2002-11-05 [colin]      0.8.5claws74
8160
8161         * src/compose.[ch] 
8162                 add compose_draft()
8163         * src/crash.c
8164                 add SIGTERM handler
8165         * src/main.[ch]
8166                 add clean_quit() for the SIGTERM handler
8167
8168 2002-11-05 [paul]       0.8.5claws73
8169         
8170         * po/es.po
8171                 updated by Ricardo Mones Lastra
8172
8173 2002-11-05 [melvin]     0.8.5claws72
8174
8175         * src/logwindow.c
8176                 Fixed log-clipping bug #616795.
8177                 To stop logging in the log window use 0 length.
8178         * src/prefs_common.c
8179                 Added a label to inform about the 0 log length behaviour.
8180
8181 2002-11-05 [paul]       0.8.5claws71
8182
8183         * sync with 0.8.5cvs17
8184                 see ChangeLog 2002-11-05
8185
8186 2002-11-04 [paul]       0.8.5claws70
8187
8188         * sylpheed-128x128.png
8189           sylpheed-64x64.png
8190           sylpheed.png
8191                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8192                 <nikai@users.sourceforge.net>
8193                 
8194         * po/bg.po
8195                 updated by George Danchev
8196
8197 2002-11-03 [thorsten]   0.8.5claws69
8198
8199         * src/main.c
8200           src/mimeview.c
8201           src/rfc2015.h
8202                 add check if gpg is active
8203
8204 2002-11-03 [thorsten]   0.8.5claws68
8205
8206         * src/toolbar.h
8207                 removed GSList declaration causing trouble on MacOS-X
8208                 (submitted by alfons, reported by xfesty)
8209
8210 2002-11-01 [paul]       0.8.5claws67
8211
8212         * src/mainwindow.c
8213                 remove last remnants of main's filter code
8214
8215 2002-11-01 [paul]       0.8.5claws66
8216
8217         * tools/filter_conv.pl
8218                 fix bug where user-defined headers were ignored
8219
8220 2002-11-01 [paul]       0.8.5claws65
8221
8222         * src/logwindow.c
8223                 make a debug_print() not translatable
8224
8225 2002-10-31 [melvin]     0.8.5claws64
8226
8227         * ac/aspell.m4
8228                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8229                 not run any GNU/aspell test.  The dictionary path will
8230                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8231                 was given, in which case, it will be $prefix/lib/aspell/
8232         * configure.in
8233                 Fixed typo in commentary (Aspell code).
8234
8235 2002-10-31 [paul]       0.8.5claws63
8236
8237         * po/POTFILES.in
8238                 remove src/filter.c and src/prefs_filter.c
8239                 thanks to Ricardo for reminding me
8240
8241 2002-10-31 [colin]      0.8.5claws62
8242
8243         * src/mbox_folder.c
8244                 Plug some leaks
8245
8246 2002-10-31 [paul]       0.8.5claws61
8247
8248         * src/prefs_filter.[ch] ** REMOVED **
8249           src/filter.[ch]       ** REMOVED **
8250           
8251         * src/Makefile.am
8252           src/folderview.c
8253           src/inc.c
8254           src/main.c
8255           src/mainwindow.c
8256           src/mbox.c
8257           src/prefs_common.c
8258           src/prefs_filtering.c
8259           src/summaryview.[ch]
8260                 remove main's 'filter' code
8261                 
8262         README.claws
8263                 update to reflect removal of main's filter
8264
8265 2002-10-31 [paul]       0.8.5claws60
8266
8267         * src/summaryview.c
8268                 remove check for global_processing in summary_filter_open(). 
8269                 This fixes the bug where if the user uses the right-click 
8270                 'Create filter rule...' and doesn't have any filter rules 
8271                 already defined in claws' advanced filtering, the newly 
8272                 created filter rule goes to main's filtering which is 
8273                 inaccessible through the gui. Now the filter rule gets added
8274                 to claws' filtering by default.
8275
8276 2002-10-28 [melvin]     0.8.5claws59
8277
8278         * src/prefs_actions.c
8279                 Fixed bug #627322 where MIME parts were not always
8280                 correctly passed to a %p action
8281                 Display an error dialog when message filename is not found.
8282
8283 2002-10-28 [melvin]     0.8.5claws58
8284
8285         * src/prefs_common.c
8286                 Readded a missing function declaration lost in 0.8.3claws34
8287
8288 2002-10-28 [paul]       0.8.5claws57
8289
8290         * sync with 0.8.5cvs15
8291                 see ChangeLog 2002-10-28 and 2002-10-25
8292                 
8293         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8294
8295 2002-10-27 [oliver]     0.8.5claws56
8296
8297         * src/pop.c
8298                 plug leak in pop3_top_recv
8299
8300 2002-10-26 [christoph]  0.8.5claws55
8301
8302         * src/folder.c
8303                 set need_update folder flag when messages are added
8304                 (closes bug [ 626922 ] folder not updated after receiving)
8305
8306 2002-10-25 [melvin]     0.8.5claws54
8307
8308         * src/imageview.c
8309                 Fixed a memleak introduced in the scaling code.
8310
8311 2002-10-24 [alfons]     0.8.5claws53
8312
8313         * src/filtering.c
8314                 make filtering's forward message action forward from the 
8315                 correct account
8316                 (closes bug [628089 ] Filter -> Forward from address problem
8317                 reported by Oktay)
8318
8319 2002-10-24 [christoph]  0.8.5claws52
8320
8321         * src/mainwindow.c
8322         * src/manual.[ch]
8323                 o use manual of current locale or english if current
8324                   locale is not available (and english is available)
8325                 o also link to sylpheed doc project manuals
8326
8327 2002-10-23 [paul]       0.8.5claws51
8328
8329         * tools/README
8330           tools/kmail2sylpheed_v2.pl
8331                 add new version of kmail addressbook importer script.
8332                 works with newer versions of Kmail/KAddressBook which
8333                 have new and rearranged data.
8334
8335 2002-10-23 [martin]     0.8.5claws50
8336
8337         * src/folderview.c
8338         * src/summaryview.c
8339         * src/utils.h
8340         * src/utils.c
8341                 added length parameter to get_abbrev_newsgroup_name()
8342                 changed this function so that it abbreviates the newsgroup
8343                 names only so long it is smaller than the length parameter
8344                 (for better reading of some newsgroup names and space efficiency)
8345
8346 2002-10-22 [colin]      0.8.5claws49
8347
8348         *src/foldersel.c
8349                 Revert Alfons' last modification (after voting ;-))
8350
8351 2002-10-21 [alfons]     0.8.5claws48
8352
8353         * src/foldersel.c
8354                 folder view in folder selection dialog reflects state of
8355                 folder view in main window
8356
8357 2002-10-18 [alfons]     0.8.5claws47
8358
8359         * src/mbox.c
8360                 drop imported messages in folder selected by user,
8361                 and not in the inbox
8362                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8363
8364 2002-10-18 [alfons]     0.8.5claws46
8365
8366         * src/compose.c
8367                 make automagic reply work correctly for email accounts 
8368                 (whether it's viable to do a full sync with Hiro's 
8369                 compose.c is still under discussion)
8370
8371 2002-10-18 [melvin]     0.8.5claws45
8372
8373         * src/prefs_actions.c
8374                 Fixed bug #622275 where asynchroneous actions left 
8375                 zombies processes
8376                 Made (synchroneous) actions' input be displayed live.
8377
8378 2002-10-18 [christoph]  0.8.5claws44
8379
8380         * src/textview.c
8381                 don't add a newline in the textview in front of the
8382                 first textpart if header display is disabled
8383                 (closes bug [ 603385 ] disabled header display leaves blank
8384                  lin)
8385
8386 2002-10-18 [christoph]  0.8.5claws43
8387
8388         * src/folder.[ch]
8389         * src/imap.c
8390         * src/mbox_folder.c
8391         * src/mh.c
8392         * src/news.c
8393                 folder->get_num_list now returns an error code
8394                 (closes bug [ 609424 ] News cache cleared on failure)
8395                 
8396 2002-10-17 [colin]      0.8.5claws42
8397         
8398         * src/news.c
8399                 Changed a printf by debug_print
8400
8401 2002-10-16 [paul]       
8402
8403         * tools/OOo2sylpheed.pl
8404                 allow for spaces in the name of the
8405                 file to be attached.
8406
8407 2002-10-16 [colin]      0.8.5claws41
8408
8409         * src/main.c
8410                 Use a tristate to change online mode
8411
8412 2002-10-16 [paul]       0.8.5claws40
8413
8414         * po/es.po
8415                 updated by Ricardo Mones Lastra
8416
8417 2002-10-16 [colin]      0.8.5claws39
8418
8419         * src/main.c
8420           src/mainwindow.[ch]
8421                 Added --online and --offline command-line
8422                 switches
8423
8424 2002-10-15 [christoph]  0.8.5claws38
8425
8426         * src/procmime.c
8427                 set mimeinfo->name to NULL after g_free to
8428                 avoid double freeing with g_free
8429
8430 2002-10-14 [christoph]  0.8.5claws37
8431
8432         * src/compose.c
8433         * src/filtering.c
8434         * src/summaryview.c
8435                 remove calls to folder->change_flags that are now
8436                 done by procmsg flag functions (seems it is not
8437                 used by any foldertype anyway)
8438         * src/folder.c
8439                 init folder->change_flags with NULL
8440
8441 2002-10-14 [christoph]  0.8.5claws36
8442
8443         * src/folder.[ch]
8444         * src/imap.[ch]
8445                 use virtual functions for folder item new and destroy
8446                 functions
8447
8448 2002-10-14 [melvin]     0.8.5claws35
8449
8450         * src/compose.c
8451                 Added a test to not run the spell checker if no default
8452                 dictionary is available. No dialog is displayed though.
8453
8454 2002-10-14 [melvin]     0.8.5claws34
8455
8456         * src/gtkaspell.c
8457                 Fixed bug in dictionary list context menu where
8458                 "More..." pointed to an emtpy submenu if the
8459                 number of dictionaries is a multiple of 15
8460                 Removed unneeded code in suggestions list creation
8461
8462 2002-10-14 [paul]       0.8.5claws33
8463
8464         * po/bg.po
8465                 updated by George Danchev
8466
8467 2002-10-13 [hoa]        0.8.5claws32
8468
8469         * src/matcher.[ch]
8470           src/matcher_parser_parser.y
8471                 removed the escaped string from internal structure
8472                 of matcher.
8473
8474 2002-10-12 [colin]      0.8.5claws31
8475
8476         * src/gtksctree.[ch]
8477           src/summaryview.c
8478                 Removed useless function gtksctree_reanchor
8479
8480 2002-10-12 [alfons]     0.8.5claws30
8481         
8482         * sync with remaining main changes 2002-10-09 - 2002-10-11
8483         - drop changes to src/compose.c (requires claws specific changes)
8484         
8485 2002-10-12 [alfons]     0.8.5claws29
8486         
8487         * sync with main changes of 2002-10-08
8488         - drop changes to src/compose.c (requires claws specific changes)
8489         - drop changes to src/summaryview.c (requires changes to compose.c)     
8490
8491 2002-10-12 [alfons]     0.8.5claws28
8492         
8493         * sync with main changes of 2002-10-07
8494
8495 2002-10-12 [alfons]     0.8.5claws27
8496
8497         * sync with main changes of 2002-10-04
8498         - drop changes to src/compose.c (requires claws specific changes)
8499         - drop changes to src/prefs_folder_item.c (claws implementation
8500           seems to be working)
8501
8502 2002-10-12 [colin]      0.8.5claws26
8503
8504         * src/mainwindow.c
8505                 Fix folder-flicker when space-reading, introduced 
8506                 in claws22.
8507
8508 2002-10-12 [colin]      0.8.5claws25
8509
8510         * src/compose.c
8511                 Save account address when saving as draft.
8512                 (closes bug 621838)
8513
8514 2002-10-12 [colin]      0.8.5claws24
8515
8516         * src/summaryview.c
8517                 Fix the problem consisting of no message selected
8518                 after the last message in a folder has been moved.
8519
8520 2002-10-12 [paul]       0.8.5claws23
8521
8522         * src/compose.c
8523           src/prefs_template.c
8524           src/template.[ch]
8525                 add Cc and Bcc to templates. Patch submitted by
8526                 John L. Males.
8527
8528 2002-10-12 [colin]      0.8.5claws22
8529
8530         * src/folderview.c
8531                 Fix a bug after "Check for new messages":
8532                 If a folder was opened, it was still selected at
8533                 the end of the check, but displayed empty.
8534         * src/mainwindow.c
8535                 Remove unnecessary check
8536
8537 2002-10-12 [paul]
8538
8539         * tools/README
8540                 be more verbose in the description of
8541                 OOo2sylpheed.pl
8542                 
8543
8544 2002-10-11 [colin]      0.8.5claws21
8545
8546         * src/mainwindow.c
8547                 Make space work (better) when no mail is selected
8548
8549 2002-10-11 [colin]      0.8.5claws20
8550
8551         * src/inc.c
8552           src/news.c
8553                 fix warnings
8554
8555 2002-10-11 [colin]      0.8.5claws19
8556
8557         * src/mainwindow.c
8558                 revert 0.8.5claws6 changes as i couldn't get to
8559                 anything satisfying
8560
8561 2002-10-11 [melvin]     0.8.5claws18
8562
8563         * src/compose.c
8564                 Removed buggy and unused macro (should have been committed in
8565                 0.8.5claws17)
8566
8567 2002-10-11 [melvin]     0.8.5claws17
8568
8569         * src/compose.c
8570                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8571
8572 2002-10-11 [thorsten]   0.8.5claws16 
8573
8574         * src/folderview.c
8575                 remove rescan warning
8576
8577 2002-10-11 [colin]      0.8.5claws15 
8578
8579         * src/procheader.c
8580                 fix a segfault that happens if conv_unmime_header
8581                 fails (should be better to find out why it fails)
8582
8583 2002-10-11 [christoph]  0.8.5claws14
8584
8585         * src/summaryview.c
8586                 update folderview stats after ignore/unignore thread
8587
8588 2002-10-11 [hoa]        0.8.5claws13
8589
8590         * src/quote_fmt_parse.y
8591                 Fixed a yacc/bison syntax error
8592         * src/matcher.c
8593                 Escaping of string is fixed.
8594
8595 2002-10-11 [colin]      0.8.5claws12
8596
8597         * src/imageview.c
8598                 Resize images to fit
8599
8600 2002-10-11 [paul]       0.8.5claws11
8601
8602         * po/es.po
8603                 updated by Ricardo Mones Lastra
8604
8605 2002-10-10 [alfons]     0.8.5claws10
8606
8607         * src/compose.c
8608                 allow dropping files by "moving" files from a file manager,
8609                 not only by the more cumbersome "copying". the latter 
8610                 mostly implies holding down the Control button
8611
8612 2002-10-10 [christoph]  0.8.5claws9
8613
8614         * src/summaryview.c
8615                 update folders after thread building for ignored threads
8616
8617 2002-10-10 [christoph]  0.8.5claws8
8618
8619         * config/.cvsignore
8620                 added Makefile
8621         * src/filtering.[ch]
8622         * src/folder.[ch]
8623         * src/folderview.[ch]
8624         * src/import.c
8625         * src/inc.[ch]
8626         * src/mbox.[ch]
8627         * src/procmsg.c
8628         * src/summaryview.[ch]
8629                 o added new flag need_update to FolderItem
8630                 o removed folder_table from various functions from tracking
8631                   folder updates
8632                 o set need_update flags in folder.c's move, copy and delete
8633                   functions and procmsg's flags functions
8634                 o added function folderview_update_items_when_required that
8635                   updates all folders with need_update set
8636                 o call folderview_update_items_when_required instead of
8637                   folderview_update_item_foreach
8638
8639 2002-10-09 [sergey]     0.8.5claws7
8640
8641         * src/compose.c
8642                 Strip CRs whel loading the text into editor in reedit mode.
8643
8644 2002-10-09 [colin]      0.8.5claws6
8645
8646         * src/mainwindow.c
8647                 Make Space work when no mail is selected
8648
8649 2002-10-09 [colin]      0.8.5claws5
8650
8651         * src/gtksctree.[ch]
8652                 Fix range_select
8653                 Add gtk_sctree_reanchor() 
8654         * src/summaryview.c
8655                 Use gtk_sctree_reanchor() - better fix for 
8656                 bug 60413
8657
8658 2002-10-09 [colin]      0.8.5claws4
8659
8660         * src/summaryview.c
8661                 Fix shift-click select after delete problem
8662                 (closes bug 60413)
8663
8664 2002-10-08 [thorsten]   0.8.5claws3
8665
8666         * src/summaryview.c
8667                 exclude current msg from -hide read messages-
8668
8669 2002-10-08 [colin]      0.8.5claws2
8670
8671         * src/inc.[ch]
8672           src/pop.c
8673           src/recv.c
8674                 Differentiate socket errors from disk full
8675                 errors
8676
8677 2002-10-08 [christoph]  0.8.5claws1
8678
8679         * Makefile.am
8680         * configure.in
8681                 modifications for new config directory
8682
8683         * config.guess  ** REMOVED **
8684         * config.sub    ** REMOVED **
8685         * install-sh    ** REMOVED **
8686         * ltmain.sh     ** REMOVED **
8687         * missing       ** REMOVED **
8688         * mkinstalldirs ** REMOVED **
8689                 these files are autogenerated by automake
8690                 when you run autogen.sh
8691
8692         * config/.cvsignore     ** NEW FILE **
8693         * config/Makefile.am    ** NEW FILE **
8694                 ignore autogenerated files
8695                 create a Makefile in this directory
8696
8697 2002-10-08 [paul]       0.8.5claws
8698
8699         * 0.8.5claws release
8700         
8701         * src/compose.c
8702           src/procheader.c
8703           src/procmsg.c
8704                 fix quote reply format for newsgroups reply bug
8705                 (thanks to Hoa)
8706                 
8707         * po/en_GB.po
8708           po/pl.po
8709                 updated by me and Witold Wladyslaw Wojciech Wilk
8710                 repectively
8711
8712 2002-10-07 [paul]       0.8.3claws53
8713
8714         * po/it.po
8715           po/pt_BR.po
8716           po/sr.po
8717                 updated messages catalogs, submitted by
8718                 Alessandro Maestri, Fabio Jr.Beneditto 
8719                 and Urke MMI, respectively.
8720
8721 2002-10-07 [christoph]  0.8.3claws52
8722
8723         * src/folder.[ch]
8724         * src/folderview.c
8725         * src/mainwindow.c
8726                 fix new folder ghost message bug
8727                 (closes bug [ 619722 ] wrong count for newly created folders)
8728
8729 2002-10-07 [christoph]  0.8.3claws51
8730
8731         * src/compose.c
8732                 fix news posting problem
8733
8734 2002-10-07 [melvin]     0.8.3claws50
8735
8736         * po/fr.po
8737                 Updated French translation
8738
8739 2002-10-05 [christoph]  0.8.3claws49
8740
8741         * src/gtkstext.c
8742                 check if line_start_cache is set in gtk_stext_update_text
8743                 (closes bug [ 618119 ] crash while doing search in folder)
8744
8745 2002-10-05 [christoph]  0.8.3claws48
8746
8747         * src/imap.c
8748         * src/news.c
8749         * src/utils.c
8750         * src/utils.h
8751                 implement cache cleanups for claws' folder system
8752                 (closes bug [ 595916 ] imapcache not cleaned up)
8753
8754 2002-10-05 [melvin]     0.8.3claws47
8755
8756         * src/prefs_actions.c
8757                 Made the help text more clear for the %p token
8758
8759 2002-10-04 [paul]       0.8.3claws46
8760
8761         * sync with 0.8.5
8762                 see ChangeLog 2002-10-02 and 2002-10-03
8763
8764 2002-10-04 [christoph]  0.8.3claws45
8765
8766         * src/inc.c
8767                 fix segfault caused by pop before smtp
8768                 call to inc_account_mail with NULL
8769                 pointer for mainwin
8770
8771 2002-10-04 [paul]       0.8.3claws44
8772
8773         * configure.in
8774                 sync the LDAP detection from 0.8.5cvs1
8775
8776 2002-10-02 [christoph]  0.8.3claws43
8777
8778         * po/de.po
8779                 fix small spelling error
8780
8781 2002-10-02 [melvin]     0.8.3claws42
8782
8783         * ac/aspell.m4
8784                 Behave better and say "no" when test program cannot be run.
8785
8786 2002-10-02 [paul]       0.8.3claws41
8787
8788         * sync with 0.8.4cvs1
8789                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8790                 
8791         * src/summaryview.c
8792                 toggle the behavior of Reply menuitem between
8793                 normal reply and reply-to-list
8794
8795 2002-10-01 [sergey]     0.8.3claws40
8796
8797         * src/compose.c
8798                 Convert newlines in the message text to the canonical form
8799                 before base64 encoding (RFC2045 compliance, fixes some
8800                 interoperability issues with Evolution 1.0.3)
8801
8802 2002-09-29 [colin]      0.8.3claws39
8803
8804         * src/summaryview.c
8805                 Fix an unwanted copy/paste
8806
8807 2002-09-29 [colin]      0.8.3claws38
8808
8809         * src/mainwindow.c
8810                 Renamed "Custom toolbar" to "Customize toolbar"
8811                 Renamed "Show all header" to "Show all headers"
8812                 Renamed "Set diplay item" to "Set displayed items"
8813         * src/prefs_common.c
8814                 Renamed "Show all header" to "Show all headers"
8815         * src/prefs_summary_column.c
8816                 Renamed "diplay item" to "displayed items"
8817
8818 2002-09-29 [colin]      0.8.3claws37
8819
8820         * src/mainwindow.[ch]
8821                 online/offline status pixmaps follow theme
8822                 changes
8823         * src/summaryview.[ch]
8824                 quicksearch pixmap follows theme changes
8825
8826 2002-09-29 [thorsten]   0.8.3claws36
8827
8828         * src/compose.c
8829           src/prefs_folder_item.[ch]
8830                 add default_reply_to folder option (closes patch 581044)
8831
8832 2002-09-29 [christoph]  0.8.3claws35
8833
8834         * acconfig.h    ** REMOVED **
8835         * configure.in
8836         * ac/aspell.m4
8837         * ac/check-type.m4
8838         * ac/gnupg-check-typedef.m4
8839                 fix autoheader 2.50 warning
8840
8841 2002-09-29 [christoph]  0.8.3claws34
8842
8843         * major code cleanup (part 2)
8844         
8845                 - unused variables removed
8846                 - unused functions removed
8847                 - uninitialized variables checked
8848                 - missing return statements added
8849                 - missing function return types added
8850                 - added parentheses around assignment
8851                   when suggested by gcc
8852
8853 2002-09-29 [alfons]     0.8.3claws33
8854
8855         * src/logwindow.c
8856                 log_window_clear(): only bracket gtk_text_forward_delete() 
8857                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8858                 works around GTK text bug)
8859
8860 2002-09-29 [paul]       0.8.3claws32
8861
8862         * po/bg.po
8863           po/sr.po
8864                 updated by George Danchev and Urke MMI
8865                 respectively
8866
8867 2002-09-27 [christoph]  0.8.3claws31
8868
8869         * doc-src/readme.txt
8870         * doc-src/rfc1806.txt   ** REMOVED **
8871         * doc-src/rfc2183.txt   ** NEW FILE **
8872         * doc-src/rfc2980.txt   ** NEW FILE **
8873                 update rfcs
8874
8875 2002-09-27 [melvin]     0.8.3claws30
8876
8877         * ac/aspell.m4
8878                 Fixed typo which could break linking
8879
8880 2002-09-27 [melvin]     0.8.3claws29
8881
8882         * ac/aspell.m4
8883                 Improved GNU/aspell checking. 
8884                 Fixed bug #614490
8885
8886 2002-09-27 [paul]       0.8.3claws28
8887
8888         * sync with 0.8.3cvs8
8889                 see ChangeLog 2002-09-27
8890
8891 2002-09-26 [colin]      0.8.3claws27
8892
8893         * src/toolbar.[ch]
8894           src/mainwindow.[ch]
8895                 Add "Reply to Mailing-list" to the toolbar
8896
8897 2002-09-26 [christoph]  0.8.3claws26
8898
8899         * src/summaryview.c
8900                 Fix wrong message counts in summaryview status
8901
8902 2002-09-26 [paul]       0.8.3claws25
8903
8904         * sync with 0.8.3cvs7
8905                 see ChangeLog 2002-09-26
8906
8907 2002-09-26 [paul]       0.8.3claws24
8908
8909         * sync with 0.8.3cvs6
8910                 see ChangeLog 2002-09-25
8911
8912 2002-09-25 [christoph]  0.8.3claws23
8913
8914         * src/prefs_common.c
8915         * src/prefs_folder_item.c
8916         * src/prefs_scoring.c
8917                 Renamed "kill score" to "hide score" in GUI
8918                 and prefs files
8919
8920 2002-09-25 [paul]       0.8.3claws22
8921
8922         * sync with 0.8.3cvs5
8923                 see ChangeLog 2002-09-24
8924
8925 2002-09-24 [alfons]     0.8.3claws21
8926
8927         patch by Satoshi Nagayasu: allows appending / saving multiple 
8928         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8929         'Save as ...'")
8930
8931         * AUTHORS
8932                 add Satoshi Nagayasu
8933         * src/summaryview.c
8934                 summary_save_as(): allow saving selected files to
8935                 one file
8936                 summary_set_menu_sensitive: enable "Save As..." when
8937                 multiple files are selected
8938         * src/utils.[ch]
8939                 append_file(): new function
8940
8941 2002-09-24 [colin]      0.8.3claws20
8942
8943         * src/procmime.c
8944                 Fix segfault when mimeinfo doesn't have a 
8945                 content_type. 
8946
8947 2002-09-24 [colin]      0.8.3claws19
8948
8949         * src/prefs_common.[ch]
8950                 Add a preference to display send dialog or not
8951         * src/send.c
8952                 Display send dialog according to preference
8953
8954 2002-09-24 [colin]      0.8.3claws18
8955
8956         * src/compose.[ch]
8957                 Disable user actions when sending
8958
8959 2002-09-24 [colin]      0.8.3claws17
8960
8961         * src/procmime.c
8962                 Do not display name or filename for attachments
8963                 with an application/pgp-signature type
8964                 (security flaw, see bug 537413)
8965
8966 2002-09-23 [colin]      0.8.3claws16
8967
8968         * src/editaddress.c
8969                 Initialize entry_email, entry_alias and 
8970                 entry_remarks to first email address of the list
8971
8972 2002-09-23 [colin]      0.83claws15
8973
8974         * src/compose.c
8975                 Drop pgp-signature when reediting a signed queued
8976                 message
8977
8978 2002-09-23 [melvin]     0.8.3claws14
8979
8980         * po/fr.po
8981                 Updated French translation
8982
8983 2002-09-23 [melvin]     0.8.3claws13
8984
8985         * src/mainwindow.c
8986                 Made custom toolbar menu labels more consistent
8987         * src/prefs_toolbar.c
8988                 Made custom toolbar window title more consistent
8989
8990 2002-09-22 [colin]      0.8.3claws12
8991
8992         * src/inc.c
8993                 Initialize session type to normal before getting 
8994                 mail (fixes strange Get behaviour)
8995         * src/prefs_account.h
8996                 Move STYPE_POP_BEFORE_SMTP to last position to 
8997                 avoid other side-effects
8998
8999 2002-09-22 [colin]      0.8.3claws11
9000
9001         * src/prefs_account.c
9002                 Fix pop_bfr_smtp_tm_entry sensivity when switching
9003                 from pop3 to apop or vice-versa
9004
9005 2002-09-22 [colin]      0.8.3claws10
9006         
9007         * src/prefs_account.[ch]
9008                 Add an option for the POP before SMTP timeout
9009         * src/inc.c
9010                 Remember time of last POP connection
9011         * src/send.c
9012                 Do POP before SMTP only if timeout reached
9013
9014 2002-09-22 [oliver]     0.8.3claws9
9015         
9016         * README.claws
9017                 explain custom toolbar
9018
9019 2002-09-22 [oliver]     0.8.3claws8
9020
9021         * src/prefs_actions.[ch]
9022         custom toolbar for compose      
9023                 actions callback from compose toolbar
9024         * src/folderview.c
9025                 remove include toolbar.h
9026
9027 2002-09-22 [oliver]     0.8.3claws7
9028         
9029         * src/prefs_toolbar.[ch]
9030                 custom toolbar for compose
9031                 - generic prefs_toolbar handles both
9032                   Mainwin's toolbar as well as Compose toolbar          
9033
9034 2002-09-22 [oliver]     0.8.3claws6
9035         
9036         * src/toolbar.[ch]
9037                 custom toolbar for compose
9038                 restructure toolbar.[ch]
9039
9040 2002-09-22 [oliver]     0.8.3claws5
9041
9042         * src/compose.[ch]
9043                 custom toolbar for compose
9044
9045 2002-09-22 [oliver]     0.8.3claws4
9046         
9047         * src/mainwindow.[ch]
9048                 custom toolbar for compose 
9049                 move mainwin toolbar back to mainwindow
9050
9051 2002-09-22 [alfons]     0.8.3claws3
9052
9053         * src/procmsg.c
9054                 :%sno/if(/if (/gc
9055                 :%sno/for(/for (/gc
9056                 (beautify)
9057
9058 2002-09-22 [alfons]     0.8.3claws2
9059         
9060         * src/procmsg.c
9061                 procmsg_save_to_outbox(): don't unlink message file from queue;
9062                 callers should do it using folder_item_remove_msg()
9063
9064 2002-09-22 [colin]      0.8.3claws1
9065
9066         * src/mimeview.[ch]
9067                 Made mimeview_check_signature() public
9068         * src/textview.c
9069                 Made GPG signatures verifiable by clicking
9070                 the [application/pgp-signature] in the Text
9071                 view
9072
9073 2002-09-22 [paul]       0.8.3claws
9074
9075         * po/bg.po
9076           po/en_GB.po
9077           po/es.po
9078           po/it.po
9079           po/pl.po
9080           po/pt_BR.po
9081           po/sr.po
9082                 updated translations, submitted by George Danchev,
9083                 me, Ricardo Mones Lastra, Alessandro Maestri,
9084                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9085                 and Urke MMI, respectively.     
9086
9087 2002-09-22 [alfons]     0.8.2claws65
9088
9089         * src/procmsg.c
9090         * src/pgptext.c
9091                 no furry valgrinds have been used to plug these memleaks
9092
9093 2002-09-20 [paul]       0.8.2claws64
9094
9095         * sync with 0.8.3cvs4
9096                 'Select thread' re-implemented 
9097                 see ChangeLog 2002-09-20
9098
9099 2002-09-21 [alfons]     0.8.2claws63
9100
9101         * src/compose.c
9102                 compose_send(): plug unnoticed memleak
9103
9104 2002-09-20 [alfons]     0.8.2claws62
9105
9106         * src/addr_compl.c
9107                 replace_address_in_edit(): strict check for NULL address to
9108                 fix "[ 607348 ] Segfault in address completion". My guess is
9109                 that this happens with an empty address book, but it's good
9110                 to have this check here anyway
9111                 
9112                 completion_window_button_press(): free string returned 
9113                 from the internal cache
9114
9115 2002-09-20 [christoph]  0.8.2claws61
9116
9117         * src/procmime.h
9118                 added ENC_BINARY to EncodingType
9119         * src/procmime.c
9120                 the string returned by procmime_get_encoding_str
9121                 should not depend on the order of values in the
9122                 EncodingType definition
9123         * doc-src/rfc1806.txt   ** NEW FILE **
9124                 Added rfc1806 about MIME Content-Disposition
9125                 Extension
9126
9127 2002-09-19 [paul]       0.8.2claws60
9128
9129         * sync with 0.8.2cvs3
9130                 see ChangeLog 2002-09-19
9131
9132 2002-09-19 [paul]       0.8.2claws59
9133
9134         * src/prefs_folder_item.c
9135                 revert to Darko's original alignment of colour
9136                 selector button
9137                 add a colon to folder_color label
9138                 
9139         * src/compose.c
9140                 add Colin's patch (with Hiro's modifications) to 
9141                 force BASE64 encoding for 8-bit text when signing
9142                 (sync with 0.8.3cvs2)
9143
9144 2002-09-18 [alfons]     0.8.2claws58
9145
9146         * src/compose.c
9147                 :%sno/if(/if (/gc
9148                 :%sno/for(/for (/gc
9149                 (beautify a little bit)
9150
9151 2002-09-18 [christoph]  0.8.2claws57
9152
9153         * src/pine.c
9154                 fix handling of fgetc return value
9155
9156 2002-09-17 [alfons]     0.8.2claws56
9157         
9158         * src/summaryview.c
9159                 summary_sort(): check non-NULL summaryview->folder_item when no 
9160                 folder is selected at all
9161                 (closes "[ 610344 ] sort label make syl Crash")
9162
9163 2002-09-17 [alfons]     0.8.2claws55
9164         
9165         * src/compose.c
9166                 beautify a little bit
9167
9168 2002-09-17 [christoph]  0.8.2claws54
9169
9170         * src/folder.c
9171                 initialize max values for cache and folder
9172                 when cache or folder is empty
9173
9174 2002-09-15 [colin]      0.8.2claws53
9175
9176         * src/compose.c
9177                 Fix a leak (thanks Alfons!) and cleaned
9178                 variables names for custom headers
9179
9180 2002-09-15 [colin]      0.8.2claws52
9181
9182         * src/compose.c
9183                 Fix custom headers recognition when
9184                 prefs_common.trans_hdr is on
9185
9186 2002-09-15 [colin]      0.8.2claws51
9187
9188         * src/compose.c
9189                 Allow dynamically-added custom headers
9190                 Yet not reparsed if reedited
9191
9192 2002-09-15 [alfons]     0.8.2claws50
9193
9194         * src/prefs_account.c
9195                 fix warnings
9196
9197 2002-09-15 [colin]      0.8.2claws49
9198         
9199         * src/prefs_account.c
9200                 fix pop_before_smtp sensitivity
9201
9202 2002-09-15 [colin]      0.8.2claws48
9203
9204         * src/inc.[ch]
9205                 add inc_pop_before_smtp()
9206                 allow MainWindow to be undefined in 
9207                 inc_account_mail() and inc_start()
9208         * src/pop.c
9209           src/prefs_account.h
9210                 add STYPE_POP_BEFORE_SMTP session type
9211         * src/prefs_account.c
9212                 activated pop before smtp option
9213         * src/send.c
9214                 do pop before smtp if the relevant option 
9215                 is set
9216
9217 2002-09-15 [paul]       0.8.2claws47
9218
9219         * sync with 0.8.3
9220                 see ChangeLog 2002-09-15
9221
9222 2002-09-14 [paul]       0.8.2claws46
9223
9224         * po/bg.po
9225                 updated Bulgarian translation, submitted by
9226                 George Danchev
9227
9228 2002-09-13 [paul]       0.8.2claws45
9229
9230         * src/compose.c
9231                 merge claws' select_account() with main's
9232                 (new) compose_select_account(). [sync with
9233                 0.8.2cvs15, see ChangeLog 2002-09-11]
9234
9235 2002-09-12 [christoph]  0.8.2claws44
9236
9237         * src/filter.c
9238                 allocate 1 elements of FolderItem not 0
9239
9240 2002-09-12 [colin]      0.8.2claws43
9241
9242         * src/compose.c
9243                 Fix bug #590825 (obey Follow-up: poster)
9244
9245 2002-09-12 [colin]      0.8.2claws42
9246
9247         * src/procmime.c
9248                 Fix bug #557009 (wrong headers for messages 
9249                 forwarded as attachments)
9250
9251 2002-09-11 [colin]      0.8.2claws41
9252         
9253         * src/compose.c
9254                 Put SCF: pseudo-header on top of message
9255                 Set draft tmp_flag when saved as draft
9256
9257         * src/procmsg.c
9258           src/procheader.c
9259                 Skip after first \n\n for beginning of real message
9260                 for drafts too
9261
9262 2002-09-11 [christoph]  0.8.2claws40
9263
9264         * src/filtering.c
9265                 use procmsg flag functions in filtering or processing
9266                 will cause incorrect folder message counts
9267
9268 2002-09-11 [colin]      0.8.2claws39
9269
9270         * src/compose.c
9271                 Fix bug #550175 - wrong save folder when reediting
9272                 drafts
9273
9274 2002-09-11 [paul]       0.8.2claws38
9275
9276         * sync with 0.8.2cvs14
9277                 see ChangeLog 2002-09-11
9278
9279 2002-09-11 [colin]      0.8.2claws37
9280
9281         * src/folder.c
9282                 Fix a typo (seeming to cause new/unread status to
9283                 be lost)
9284
9285 2002-09-10 [christoph]  0.8.2claws36
9286
9287         * src/compose.c
9288                 compose_redirect should not use compose_generic_new
9289                 because that does more stuff than expected including
9290                 opening the external editor
9291                 (closes bug "[ 526608 ] bounced messages appear blank
9292                  in editor")
9293
9294 2002-09-10 [christoph]  0.8.2claws35
9295
9296         * src/folder.c
9297                 fix problem with too large message number range
9298                 causing a crash in folder_item_scan
9299
9300 2002-09-10 [paul]       0.8.2claws34
9301
9302         * sync with 0.8.2cvs13
9303                 see ChangeLog 2002-09-10
9304
9305 2002-09-10 [christoph]  0.8.2claws33
9306
9307         * src/msgcache.c
9308                 set MsgInfo TmpFlags for queue and draft folders
9309                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9310
9311 2002-09-10 [paul]       0.8.2claws32
9312
9313         * AUTHORS
9314           po/bg.po      ** NEW FILE **
9315                 new Bulgarian translation submitted by
9316                 George Danchev <danchev@spnet.net>
9317                 
9318         * tools/Makefile.am
9319           tools/README
9320           tools/tb2sylpheed     ** NEW FILE **
9321                 add script that converts an addressbook exported
9322                 from The Bat! into a Sylpheed addressbook. Submitted
9323                 by Urke MMI <urke-kg@eunet.yu>
9324
9325 2002-09-10 [paul]       0.8.2claws31
9326
9327         * sync with 0.8.2cvs12
9328                 see ChangeLog 2002-09-10
9329
9330 2002-09-06 [paul]       0.8.2claws30
9331
9332         * src/prefs_common.c
9333                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9334                 
9335         * tools/Makefile.am
9336           tools/README
9337           tools/ldif-to-xml.py  ** REMOVED **
9338                 remove obsolete python script
9339
9340 2002-09-06 [paul]       0.8.2claws29
9341
9342         * sync with 0.8.2cvs10
9343                 see ChangeLog 2002-09-06
9344
9345 2002-09-04 [paul]       0.8.2claws28
9346
9347         * sync with 0.8.2cvs9
9348                 see ChangeLog 2002-08-04
9349
9350 2002-09-04 [colin]      0.8.2claws27 
9351
9352         * src/prefs_common.[ch]
9353                 Added signature color configuration
9354         * src/textview.c
9355                 Use user-specified signature color
9356
9357 2002-09-03 [colin]      0.8.2claws26
9358
9359         * src/prefs_common.[ch]
9360                 Added autosave and autosave_length prefs
9361         * src/compose.c
9362                 Added compose_remove_draft()
9363                 Auto-save drafts according to the prefs
9364         * src/main.c
9365                 Added a crash-indicator file, allowing to check
9366                 for new messages on startup if Sylpheed crashed
9367                 (makes saved drafts "reappear")
9368
9369 2002-09-03 [colin]      0.8.2claws25
9370
9371         * src/textview.[ch]
9372                 Grey the signature
9373
9374 2002-09-03 [paul]       0.8.2claws24
9375
9376         * sync with 0.8.2cvs8
9377                 see ChangeLog 2002-09-02 and 2002-09-03
9378
9379 2002-09-03 [darko]      0.8.2claws23
9380
9381         * src/folderview.c
9382                 use normal style when creating new folder to pick
9383                 proper font size 
9384
9385 2002-09-02 [melvin]     0.8.2claws22
9386
9387         * src/gtkaspell.m4
9388                 removed some obsolete code
9389
9390 2002-09-02 [melvin]     0.8.2claws21
9391
9392         * ac/aspell.m4
9393                 fixed test's equality sign (== to =)
9394
9395 2002-09-02 [alfons]     0.8.2claws20
9396
9397         * src/folder.c
9398         * src/mh.c
9399                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9400                 as folder->destroy virtual as suggested by Hiro
9401                 (the mh.c code seems to have been lost around mh.c.1.21)
9402
9403 2002-09-02 [paul]       0.8.2claws19
9404
9405         * po/pt_BR.po
9406                 updated by Fabio Jr. Beneditto
9407                 
9408         * src/defs.h
9409                 use 'http://claws.sylpheed.org' for homepage link. 
9410                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9411
9412 2002-09-01 [alfons]     0.8.2claws18
9413
9414         * src/mh.c
9415                 plug memleak related to one Martin Kluge found
9416
9417 2002-08-31 [paul]       0.8.2claws17
9418
9419         * sync with 0.8.2cvs6
9420                 see ChangeLog 2002-08-30
9421
9422 2002-08-31 [alfons]     0.8.2claws16
9423
9424         * src/folder.c
9425                 folder_destroy(): remove mailbox from folderlist even if it has
9426                 no destroy virtual
9427
9428 2002-08-31 [alfons]     0.8.2claws15
9429
9430         * src/folder.c
9431                 :%sno/if(/if (/gc
9432                 :%sno/for(/for (/gc
9433                 (being pedantic I know)
9434
9435 2002-08-31 [alfons]     0.8.2claws14
9436
9437         * src/folder.c
9438                 check for NULL pointers returned from folder->fetch_msginfo virtual
9439                 (should solve some reported crashes)
9440
9441 2002-08-30 [alfons]     0.8.2claws13
9442
9443         * acconfig.h
9444         * configure.in
9445         * src/crash.c
9446                 enable crash dialog on compilation time
9447                 (--enable-crash-dialog configure option)
9448
9449 2002-08-30 [alfons]     0.8.2claws12
9450
9451         * AUTHORS
9452                 add Martin Kluge
9453         * src/mh.c
9454                 apply memory leak plug patch by Martin Kluge
9455                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9456                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9457                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9458
9459 2002-08-30 [darko]      0.8.2claws11
9460
9461         * src/folderview.c
9462                 copy Gtk style from normal style to match
9463                 font size for coloured folders
9464
9465 2002-08-29 [alfons]     0.8.2claws10
9466
9467         * sylpheed.desktop
9468                 Type=Internet <- Type=Application
9469                 (reported by Michael Schwendt, see:
9470                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9471                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9472
9473 2002-08-29 [paul]       0.8.2claws9
9474
9475         * sync with 0.8.2cvs5
9476                 see ChangeLog 2002-08-29
9477
9478 2002-08-29 [colin]      0.8.2claws8
9479
9480         * src/summaryview.c
9481                 Added a sanity check in summary_select_thread
9482                 Should fix bug 601605
9483
9484 2002-08-29 [colin]      0.8.2claws7
9485
9486         * src/main.c
9487                 Revert claws6 changes regarding bug #591676
9488
9489 2002-08-28 [colin]      0.8.2claws6
9490         
9491         * src/main.c
9492                 Ignore cache for queue folderitems
9493                 Fix bug #591676
9494
9495 2002-08-28 [melvin]     0.8.2claws5
9496
9497         * README.claws
9498                 Fixed typos.
9499
9500 2002-08-28 [melvin]     0.8.2claws4
9501
9502         * README.claws
9503                 Updated a bit the text concerning the spell checker
9504
9505 2002-08-28 [melvin]     0.8.2claws3
9506
9507         Merged the GNU_aspell_branch:
9508                 Support of new GNU/aspell is now included and the old pspell
9509                 is not supported anymore.
9510                 See README.claws
9511
9512         * README.claws
9513                 Updated spell checker text to reflect the switch to GNU/aspell
9514
9515         * ac/aspell.m4          *** NEW ***
9516         * src/gtkaspell.[ch]    *** NEW *** 
9517         * ac/pspell.m4          *** DELETED *** 
9518         * src/gtkspell.[ch]     *** DELETED ***
9519
9520         * ac/Makefile.am
9521                 Updated for GNU/aspell support
9522
9523         * po/POTFILES.in
9524                 Replaced gtkspell.c by gtkaspell.c
9525
9526         * acconfig.h
9527         * src/Makefile.am
9528         * src/about.c
9529         * src/compose.[ch]
9530         * src/crash.c
9531         * src/main.c
9532         * src/prefs_common.[ch]
9533                 Updated for GNU/aspell support
9534
9535 2002-08-28 [paul]       0.8.2claws2
9536
9537         * sync with 0.8.2cvs4
9538                 see ChangeLog 2002-08-27 and 2002-08-28
9539
9540 2002-08-28 [colin]      0.8.2claws1
9541
9542         * src/summary_search.c
9543                 Added "AND search"
9544
9545 2002-08-28 [jens]       0.8.2claws
9546
9547         *po/de.po
9548                 Updated German translations
9549
9550 2002-08-27 [melvin]     0.8.2claws
9551
9552         * po/fr.po
9553                 Updated French translations
9554
9555 2002-08-27 [paul]       0.8.2claws
9556
9557         * sync with 0.8.2 main release
9558
9559         * po/en_GB.po
9560           po/es.po
9561           po/it.po
9562           po/pl.po
9563           po/pt_BR.po
9564           po/sr.po
9565                 updated message catalogs submitted by
9566                 Ricardo Mones Lastra, Alessandro Maestri,
9567                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9568                 Beneditto and Urke MMI  
9569
9570 2002-08-27 [hoa]        0.8.1claws123
9571
9572         * src/mainwindow.[ch]
9573         * src/summaryview.[ch]
9574                 removed the "filter setting" menu option.
9575                 add a "cancel a news message" menu option.
9576
9577 2002-08-26 [martin]     0.8.1claws122
9578
9579         * ChangeLog.claws
9580                 changed string under 0.8.1claws79 changed by myself
9581                 i'm sorry alfons :(
9582
9583 2002-08-26 [martin]     0.8.1claws121
9584
9585         * src/crash.c
9586                 added kill command to debuggerrc to start crash dialog
9587
9588 2002-08-26 [paul]       0.8.1claws120
9589
9590         * sync with 0.8.1cvs31
9591                 see ChangeLog 2002-08-26
9592
9593 2002-08-25 [alfons]     0.8.1claws119
9594
9595         * src/procmsg.c
9596                 fix bug that didn't send out correct headers to news server
9597                 when sending news article and email from queue (bug reported
9598                 and patch provided by Tim Mann; closes bug 
9599                 "[ 583196 ] 0.7.8claws can't post news")
9600
9601 2002-08-25 [alfons]     0.8.1claws118
9602
9603         * src/selective_download.c
9604                 mark two strings as translatable
9605                 (thanks to Urke MMI for pointing this out)
9606
9607 2002-08-25 [alfons]     0.8.1claws117
9608
9609         * src/summaryview.c
9610                 treat sent boxes as special and allow sorting them by addressee
9611                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9612                 submitted by Steve Lamb)
9613
9614 2002-08-24 [alfons]     0.8.1claws116
9615
9616         * src/matcher.c
9617                 fix memleak reported by Martin Kluge
9618                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9619
9620 2002-08-24 [oliver]     0.8.1claws115
9621
9622         * src/prefs_toolbar.c
9623                 o code cleanup as suggested by Alfons
9624                 o memleak fix
9625
9626 2002-08-24 [alfons]     0.8.1claws114
9627
9628         * src/summaryview.c
9629                 o fix another memory leak reported by Martin Kluge
9630                   (see "[ 599568 ] Small Memory Leak")
9631                 o remove 'from' variable from 'summary_set_header()'; we can
9632                   do with just 'to' 
9633
9634 2002-08-24 [paul]       0.8.1claws113
9635
9636         * sync with 0.8.1cvs30
9637                 see ChangeLog 2002-08-23
9638
9639 2002-08-24 [alfons]     0.8.1claws112
9640
9641         * src/summaryview.c
9642                 remove unnecessary allocations for search bar fixing leaks
9643                 reported by Martin Kluge
9644                 (see "[ 599451 ] Further memory leaks?")
9645
9646 2002-08-24 [alfons]     0.8.1claws111
9647
9648         * src/main.c
9649                 make get_socket_name() public for crash.c
9650         * src/crash.c
9651                 o make report bug button work (goes to claws' 
9652                   bug tracker at sf.net)
9653                 o introduce function for doing important stuff just
9654                   before claws goes down
9655                 o clean up code 
9656
9657 2002-08-24 [alfons]     0.8.1claws110
9658
9659         * src/compose.c
9660                 move cursor to "To" entry when forwarding as attachment
9661                 (reported and solved by Steve Lamb, closes bug report
9662                 "[ 592880 ] Forward as attachment; cursor not in to")
9663
9664 2002-08-24 [colin]      0.8.1claws109
9665
9666         * src/mainwindow.c
9667                 fix quick search visibility after GUI (de)separations.
9668
9669 2002-08-23 [colin]      0.8.1claws108
9670
9671         * src/mainwindow.c
9672                 fix header pane visibility after folderview or
9673                 messageview (de)separation
9674
9675 2002-08-23 [paul]       0.8.1claws107
9676
9677         * src/mainwindow.[ch]
9678           src/toolbar.c
9679                 give full control of display or non-display 
9680                 of the Execute icon to Custom toolbar settings.
9681                 add new sensitivity condition to maninwindow.h: 
9682                 M_DELAY_EXEC
9683
9684         * ChangeLog
9685           ChangeLog.jp
9686           NEWS
9687                 more sync with 0.8.1cvs29
9688
9689 2002-08-23 [melvin]     0.8.1claws106
9690
9691         * src/alertpanel.c
9692                 Readded support for custom widget in alertpanel lost in last
9693                 sync.
9694
9695 2002-08-23 [paul]       0.8.1claws105
9696
9697         * sync with 0.8.1cvs29
9698                 see ChangeLog 2002-08-23
9699
9700 2002-08-23 [colin]      0.8.1claws104
9701
9702         * src/summaryview.c
9703                 Fix folder and search pixmaps exchanging positions
9704                 after theme or toolbar changes. Thank to Oliver for 
9705                 reporting this.
9706
9707 2002-08-23 [colin]      0.8.1claws103
9708
9709         * src/mainwindow.c
9710           src/messageview.[ch]
9711           src/noticeview.[ch]
9712           src/summaryview.c
9713                 Changed messageview_create() and noticeview_create()
9714                 to avoid the last gdk_warning
9715
9716 2002-08-22 [colin]      0.8.1claws102
9717
9718         * src/summaryview.c
9719                 Fix my new `Creating pixmap from xpm' warning
9720
9721 2002-08-22 [colin]      0.8.1claws101
9722
9723         * src/mainwindow.c
9724                 Fix some of the gdk warnings
9725
9726 2002-08-22 [colin]      0.8.1claws100
9727
9728         * src/Makefile.am
9729         * src/stock_pixmap.c
9730         * src/stock_pixmap.h
9731         * src/pixmaps/quicksearch.xpm *ADDED*
9732                 Add the quicksearch pixmap
9733         * src/mainwindow.c
9734         * src/summaryview.c
9735         * src/summaryview.h
9736                 Make quicksearch bar visible/hidden via a button
9737
9738 2002-08-22 [christoph]  0.8.1claws99
9739
9740         * src/folder.c
9741                 fix folder update for newsgroups with message
9742                 numbers below minimum number of articles to fetch
9743                 (closes bug #598445)
9744
9745 2002-08-22 [paul]       0.8.1claws98
9746
9747         * sync with 0.8.1cvs28
9748                 see ChangeLog 2002-08-22
9749
9750 2002-08-21 [alfons]     0.8.1claws97
9751
9752         * src/crash.c
9753                 use bt instead of bt full which seems to work 
9754                 better, and bt full doesn't give a great deal 
9755                 of information anyway
9756
9757 2002-08-21 [colin]      0.8.1claws96
9758
9759         * src/summaryview.c
9760                 fix summaryview_searchtype_changed prototype
9761
9762 2002-08-21 [christoph]  0.8.1claws95
9763
9764         * src/mainwindow.c
9765                 o fix broken menu update for sorting type, we have to
9766                   get this info from the summaryview now
9767                 o removed setting of threaded state in menu callback
9768         * src/summaryview.[ch]
9769                 more summaryview/folderitem seperation for
9770                 threading option
9771         * configure.in
9772                 removed not required --with-compiler-flags option
9773
9774 2002-08-21 [oliver]     0.8.1claws94
9775         
9776         * src/toolbar.h 
9777                 o rename toolbar.xml to toolbar_main.xml
9778                   since toolbar_compose.xml might come up 
9779                   any time soon
9780         * README.claws
9781                 add custom toolbar              
9782
9783 2002-08-21 [darko]      0.8.1claws93
9784
9785         * src/procmsg.c
9786                 don't reset tmp flags for messages copied
9787                 to sent folder
9788
9789 2002-08-21 [colin]      0.8.1claws92
9790         
9791         * src/prefs_filtering.c
9792                 fix renaming rules on folder rename 
9793                 when folder is not a leaf folder
9794
9795 2002-08-21 [paul]       0.8.1claws91
9796
9797         * src/prefs_folder_item.c
9798                 fix alignment of colour selector
9799
9800 2002-08-21 [paul]       0.8.1claws90
9801
9802         * sync with 0.8.1cvs27
9803                 see ChangeLog 2002-08-21
9804
9805 2002-08-21 [paul]       0.8.1claws89
9806
9807         * src/summaryview.c
9808                 fix crash when changing field type in
9809                 Quick search bar
9810
9811 2002-08-21 [colin]      0.8.1claws88
9812
9813         * src/summaryview.c
9814                 Made quick search case-insensitive
9815
9816 2002-08-21 [paul]       0.8.1claws87
9817
9818         * sync with 0.8.1cvs26
9819                 see ChangeLog 2002-08-21
9820
9821 2002-08-20 [christoph]  0.8.1claws86
9822
9823         * src/folderview.c
9824         * src/main.c
9825         * src/summaryview.[ch]
9826                 more summaryview/folderitem seperation for
9827                 sort_key and sort_type
9828         * src/procmsg.c
9829                 added missing return statement
9830
9831 2002-08-20 [colin]      0.8.1claws85
9832
9833         * src/summaryview.[ch]
9834                 Added a quick search box
9835         * src/mainwindow.c
9836         * src/prefs_common.[ch]
9837                 Added a show/hide option for the quick search
9838
9839 2002-08-20 [oliver]     0.8.1claws84
9840         
9841         * src/mainwindow.c
9842                 remove toolbar_create_popups
9843         * src/toolbar.[ch]
9844                 o remove toolbar_create_popups
9845                 o fix toolbar_set_sensitive 
9846                   (Bug reports #596834 and #596832)     
9847         * src/prefs_toolbar.c
9848                 o add "Set default" button
9849                 o align label and text + combo widgets
9850
9851 2002-08-20 [hoa]        0.8.1claws83bis
9852
9853         * src/imap.c
9854                 fixed a bug in imap_fetch_msginfo() in case there is no
9855                 current folder.
9856
9857 2002-08-20 [darko]      0.8.1claws83
9858
9859         * src/folderview.c
9860                 copy the color style of folder view so it
9861                 works with GTK themes
9862
9863 2002-08-20 [darko]      0.8.1claws82
9864
9865         * src/folder.h
9866         * src/folderview.c
9867         * src/prefs_folder_item.[hc]
9868                 don't use UI stuff in folder.h
9869
9870 2002-08-20 [darko]      0.8.1claws81
9871
9872         * src/folder.h
9873         * src/prefs_folder_item.h
9874         * src/folderview.c
9875         * src/prefs_folder_item.c
9876                 ability to set folder color in folderview
9877
9878 2002-08-19 [alfons]     0.8.1claws80
9879
9880         * src/summaryview.c
9881                 fix one of the earlier memleaks reported by Martin Kluge
9882
9883 2002-08-19 [alfons]     0.8.1claws79
9884
9885         * src/mainwindow.c
9886                 hide notice view when selecting seperate folder
9887                 view (reported by Urke MMI)
9888
9889 2002-08-19 [christoph]  0.8.1claws78
9890
9891         * src/folderview.c
9892         * src/prefs_folder_item.h
9893         * src/summaryview.[ch]
9894                 o add summary_set_prefs_from_folderitem to set
9895                   summaryview prefs (first step to remove all
9896                   references to the folderitem in summaryview)
9897                 o moved compiled regex stuff from folderitem prefs
9898                   to summaryview code
9899
9900 2002-08-19 [paul]       0.8.1claws77
9901
9902         * src/compose.c
9903                 add check for '.' to QUOTE_IF_REQUIRED
9904
9905 2002-08-19 [paul]       0.8.1claws76
9906
9907         * src/inc.c
9908                 sync with 0.8.1cvs25 (plug memory leak)
9909
9910         * src/prefs_toolbar.c
9911                 re-order prefs_toolbar_cancel()
9912
9913 2002-08-18 [alfons]     0.8.1claws75
9914
9915         * src/inc.c
9916         * src/matcher.c
9917                 plug other memleaks reported by Martin Kluge
9918
9919 2002-08-18 [paul]       0.8.1claws74
9920
9921         * po/pt_BR.po
9922                 updated by Fabio Jr. Beneditto
9923
9924 2002-08-18 [paul]       0.8.1claws73
9925
9926         * src/toolbar.[ch]
9927                 fix bug where tooltips were displayed untranslated              
9928
9929         * src/prefs_toolbar.c
9930                 fix bug where clicking 'Cancel' creates an icon & text
9931                 toolbar regardless of prefs
9932         
9933
9934 2002-08-17 [oliver]     0.8.1claws72
9935
9936         * src/prefs_toolbar.c
9937                 update toolbar on CANCEL
9938                 bug reported by Martin Kluge
9939         * src/toolbar.c
9940                 toolbar_destroy memleak fixed           
9941
9942 2002-08-17 [alfons]     0.8.1claws71
9943
9944         * src/toolbar.c
9945                 plug another memleak reported by Martin Kluge
9946
9947 2002-08-16 [alfons]     0.8.1claws70
9948
9949         * src/crash.c
9950                 use execvp() correctly (suggested by wwp; thanks!)
9951
9952 2002-08-16 [alfons]     0.8.1claws69
9953
9954         * src/gtksctree.c
9955                 plug memory leak reported by Kim Schultz & Martin Kluge
9956
9957 2002-08-16 [paul]       0.8.1claws68
9958
9959         * po/es.po
9960                 updated by Ricardo Mones Lastra
9961
9962 2002-08-16 [paul]       0.8.1claws67
9963
9964         * src/toolbar.h
9965                 fix bug where 'Compose News' icon showed wrong
9966                 tooltip
9967
9968 2002-08-16 [paul]       0.8.1claws66
9969
9970         * sync with 0.8.1cvs24
9971                 see ChangeLog 2002-08-16
9972
9973         * po/it.po
9974                 updated by Alessandro Maestri
9975
9976 2002-08-15 [paul]       0.8.1claws65
9977
9978         * po/sr.po
9979                 updated by Urke MMI
9980
9981 2002-08-15 [paul]       0.8.1claws64
9982
9983         * src/*.c
9984                 don't translate debug info
9985
9986         * src/matcher.[ch]
9987                 add copyright info
9988
9989 2002-08-15 [paul]       0.8.1claws63
9990
9991         * src/prefs_toolbar.c
9992                 fix bug where clicking 'OK' creates an icon & text
9993                 toolbar regardless of prefs
9994
9995 2002-08-14 [alfons]     0.8.1claws62
9996
9997         * src/main.c
9998                 add global var that has the full argv[0]
9999         * src/crash.c
10000                 o execvp the correct sylpheed by using argv0
10001                   and setting the correct work dir
10002                 o other tweaks  
10003
10004 2002-08-14 [oliver]     0.8.1claws61
10005         
10006         * enable/disable Toolbar Action Buttons 
10007         * code cleanups
10008         * src/mainwindow.c
10009         * src/toolbar.[ch]      
10010         * src/prefs_toolbar.c   
10011
10012 2002-08-14 [melvin]     0.8.1claws60
10013
10014         * po/fr.po
10015                 Updated French translations
10016
10017 2002-08-14 [melvin]     0.8.1claws59
10018
10019         * src/crash.c
10020                 Made bug report not translatable
10021         * src/exporthtml.c
10022                 Fixed exporthtml_build_filespec() return value
10023         * src/foldersel.c
10024                 Fixed incorrect include file
10025         * src/gtkspell.c
10026         * src/prefs_actions.c
10027         * src/prefs_toolbar.c
10028                 Made debug info not translatable
10029         * src/mutt.c
10030         * src/quote_fmt.c
10031                 Added missing includes
10032         * src/prefs_common.c
10033                 Fixed typo
10034
10035 2002-08-14 [paul]       0.8.1claws58
10036
10037         * faq/es/sylpheed-faq.html
10038           faq/es/sylpheed-faq-[1-3].html
10039           faq/es/sylpheed-faq-4.html     **NEW FILE **
10040                 update Spanish FAQ
10041
10042 2002-08-13 [christoph]  0.8.1claws57
10043
10044         * src/procmsg.c
10045                 ignore thread fix that did not mark all
10046                 child nodes of a ignored thread as
10047                 ignored. Does not work perfectly yet,
10048                 but it is better now
10049
10050 2002-08-13 [alfons]     0.8.1claws56
10051
10052         * src/crash.c
10053                 o implement 'save crash log'
10054                 o some tweaks
10055
10056 2002-08-13 [melvin]     0.8.1claws55
10057
10058         * src/main.c
10059                 removed unrequired "execinfo.h" header
10060
10061 2002-08-12 [paul]       0.8.1claws54
10062
10063         * faq/en/sylpheed-faq.html
10064           faq/en/sylpheed-faq-[1-3].html
10065           faq/en/sylpheed-faq-4.html     **NEW FILE **
10066                 update English FAQ
10067
10068 2002-08-12 [alfons]     0.8.1claws53
10069
10070         * po/POTFILES.in
10071                 add crash.c to translatables
10072         * src/crash.c
10073                 bring in Leandro's crash dialog
10074
10075 2002-08-11 [alfons]     0.8.1claws52
10076
10077         * src/crash.c
10078                 clean up some warnings
10079
10080 2002-08-11 [alfons]     0.8.1claws51
10081
10082         * acconfig.h
10083         * configure.in
10084         * src/crash.[ch]        ** NEW FILES **
10085         * src/main.c            
10086                 initial gdb crash handler
10087
10088 2002-08-11 [paul]       0.8.1claws50
10089
10090         * src/prefs_toolbar.c
10091                 replace Up/Down arrow pixmaps with text to be
10092                 consistent across icon themes
10093
10094 2002-08-11 [paul]       0.8.1claws49
10095
10096         * src/prefs_common.c
10097           src/prefs_toolbar.c
10098                 rename 'Pixmap' -> 'Icon'
10099
10100         * src/toolbar.[ch]
10101                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10102
10103 2002-08-10 [paul]       0.8.1claws48
10104
10105         * src/prefs_toolbar.c
10106                 re-work the UI
10107
10108 2002-08-10 [paul]       0.8.1claws47
10109
10110         * src/main.c
10111                 don't write Processing progress to status bar
10112                 patch submitted by Alexander Evseev
10113
10114         * src/prefs_toolbar.c
10115                 re-position and resize window
10116                 make window assume correct size on first call
10117
10118 2002-08-10 [paul]       0.8.1claws46
10119
10120         * src/mainwindow.c
10121           src/prefs_toolbar.c
10122           src/toolbar.c
10123           src/toolbar.h
10124                 obey coding style
10125                 follow UI text conventions
10126
10127 2002-08-10 [alfons]     0.8.1claws45
10128
10129         * src/toolbar.c
10130                 correct pixmap for delete action
10131
10132 2002-08-10 [paul]       0.8.1claws44
10133
10134         * po/pt_BR.po
10135                 updated by Fabio Jr. Beneditto
10136
10137 2002-08-10 [paul]       0.8.1claws43
10138
10139         * po/POTFILES.in
10140                 add custom toolbar files
10141
10142 2002-08-10 [paul]       0.8.1claws42
10143
10144         * sync with 0.8.1cvs22
10145                 see ChangeLog 2002-08-09
10146
10147 2002-08-09 [paul]       0.8.1claws41
10148
10149         * tools/Makefile.am
10150           tools/README
10151           tools/outlook2sylpheed.pl     ** NEW FILE **
10152                 add script to convert exported Outlook
10153                 contacts list to a Sylpheed addressbook.
10154                 Submitted by Ricardo Mones Lastra.
10155
10156 2002-08-09 [paul]       0.8.1claws40
10157
10158         * AUTHORS
10159           configure.in
10160           po/sr.po      ** NEW FILE **
10161                 add Serbian message catalog. Submitted by
10162                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10163
10164 2002-08-09 [paul]       0.8.1claws39
10165
10166         * sync with 0.8.1cvs21
10167                 see ChangeLog 2002-08-08
10168
10169 2002-08-08 [oliver]     0.8.1claws38
10170
10171         * src/mainwindow.c
10172                 move Custom Toolbar to Configuration menu
10173
10174 2002-08-08 [oliver]     0.8.1claws37
10175
10176         * src/prefs_toolbar.c
10177                 fix substitute pixmap bug
10178
10179 2002-08-08 [paul]       0.8.1claws36
10180
10181         * sync with 0.8.1cvs19
10182                 see ChangeLog 2002-08-08
10183
10184 2002-08-07 [christoph]  0.8.1claws35
10185
10186         * src/utils.c
10187                 fixed a memory leak in new canonicalize_file_replace
10188
10189 2002-08-07 [christoph]  0.8.1claws34
10190
10191         * src/utils.[ch]
10192                 o canonicalize_file_replace should create the temporary
10193                   file in the same directory as the original file.
10194                 o added get_tmpfile_in_dir that creates a temorary file
10195                   in a specified directory.
10196
10197 2002-08-07 [melvin]     0.8.1claws33
10198
10199         * src/toolbar.c
10200                 fixed bug where 'Article' button acted as 'Email' button.
10201
10202 2002-08-07 [paul]       0.8.1claws32
10203
10204         * sync with 0.8.1.cvs17
10205                 see ChangeLog 2002-08-07
10206
10207 2002-08-07 [colin]      0.8.1claws31
10208         
10209         * src/news.c
10210                 fix mass-cancel problem
10211
10212 2002-08-07 [thorsten]   0.8.1claws30
10213
10214         * src/prefs_toolbar.c
10215                 fix: crash on replace or add new button
10216         * src/toolbar.c
10217                 fix: close xmlfile after reading
10218         * src/utils.c
10219                 fix: unlink() file before rename()
10220
10221 2002-08-06 [paul]       0.8.1claws29
10222
10223         * sync with 0.8.cvs15
10224                 see ChangeLog 2002-08-06
10225
10226 2002-08-06 [oliver]     0.8.1claws28
10227
10228         * src/toolbar.c
10229         * src/prefs_toolbar.c
10230                 fixed empty toolbar issue
10231
10232 2002-08-06 [oliver]     0.8.1claws27
10233
10234         * Custom Toolbar Final 
10235         * src/folderview.c
10236         * src/inc.c
10237         * src/summaryview.c
10238                 o toolbar stuff now lives in src/toolbar.[ch]
10239                 o main_window_toolbar_* functions are renamed to
10240                   toolbar_* reflecting their new source file
10241         * src/mainwindow.[ch]
10242                 o remove toolbar stuff  
10243
10244 2002-08-06 [oliver]     0.8.1claws26
10245         
10246         * src/Makefile.am
10247         * src/prefs_toolbar.[ch]        **New File**
10248         * src/toolbar.[ch]              **New File**
10249                 o prefs_toolbar.[ch] custom toolbar frontend
10250                 o toolbar.[ch]       backend 
10251
10252 2002-08-06 [oliver]     0.8.1claws25
10253
10254         * src/prefs_actions.[ch]
10255                 o new exported function actions_execute
10256
10257 2002-08-06 [paul]       0.8.1claws24
10258
10259         * sync with 0.8.1cvs4
10260                 see ChangeLog 2002-08-06
10261
10262 2002-08-06 [paul]       0.8.1claws23
10263
10264         * sync with 0.8.1cvs13
10265                 see ChangeLog 2002-08-06
10266
10267 2002-08-06 [paul]       0.8.1claws22
10268
10269         * sync with 0.8.1cvs12
10270                 see ChangeLog 2002-08-05 and 2002-08-06
10271
10272 2002-08-06 [match]      0.8.1claws21
10273
10274         * src/addrclip.c
10275                 improvements to cut/copy/paste address
10276
10277 2002-08-05 [match]      0.8.1claws20
10278
10279         * src/addritem.[ch]
10280         * src/addrcache.c
10281         * src/addrbook.c
10282         * src/editaddress.c
10283         * src/addressbook.c
10284                 fixes to improve cut/copy/paste
10285
10286 2002-08-06 [melvin]     0.8.1claws19
10287
10288         * src/account.[ch]
10289                 account_find_all_from_address(): new function that returns the
10290                 list of all accounts that are matched in an address.
10291         * src/alertpanel.[ch]
10292                 alertpanel() now accepts a custom widget
10293                 alertpanel_with_widget(): new function that pops up a panel with
10294                 a custom widget in it 
10295         * src/gtkutils.[ch]
10296                 gtkut_account_menu_new(): new function that allows the selection
10297                 of an account from a list of accounts.
10298         * src/messageview.c
10299                 Extended Return Receipt notification to select the correct 
10300                 account and to make a security test on the Delivery-Notification
10301                 address which should be the same as the Return-Path.
10302
10303 2002-08-06 [thorsten]   0.8.1claws18
10304
10305         * src/mimeview.c
10306                 attach_all: save unnamed as "noname.%d",
10307                 dont free static dirname
10308
10309 2002-08-05 [alfons]     0.8.1claws17
10310
10311         * configure.in
10312                 detect XIM by trying to link rather than compile a XIM program
10313
10314 2002-08-05 [oliver]     0.8.1claws16
10315                 
10316         * src/stock_pixmap.[ch]
10317                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10318                 o new func to retrieve pixmaps
10319
10320 2002-08-05 [paul]       0.8.1claws15
10321
10322         * sync with 0.8.1cvs10
10323                 see ChangeLog 2002-08-05
10324
10325 2002-08-04 [alfons]     0.8.1claws14
10326
10327         * src/textview.c
10328                 see if this plugs memleak
10329
10330 2002-08-04 [melvin]     0.8.1claws13
10331
10332         * src/gtkspell.c
10333                 fixed bug that could crash Sylpheed when highlighting
10334                 all misspelled words.
10335
10336 2002-08-03 [melvin]     0.8.1claws12
10337
10338         * src/prefs_actions.c
10339                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10340         * src/messageview.c
10341                 fixed bug where the Return Receipt was sent to
10342                 Delivery-Notification-To address even if it was not present
10343
10344 2002-08-02 [alfons]     0.8.1claws11
10345
10346         * src/prefs_actions.c
10347                 o more check for NULLs
10348                 o put create_io_dialog() in right conditional block
10349
10350 2002-08-02 [paul]       0.8.1claws10
10351
10352         * po/es.po
10353                 updated by Ricardo Mones Lastra
10354
10355 2002-08-01 [christoph]  0.8.1claws9
10356
10357         * src/folder.c
10358                 don't free the cache of the opened
10359                 folder in the summaryview
10360         * src/summaryview.c
10361                 don't unset flags, if it is not required
10362
10363 2002-08-01 [paul]       0.8.1claws8
10364
10365         * sync with 0.8.1cvs8
10366                 see ChangeLog entry 2002-08-01
10367
10368 2002-08-01 [paul]       0.8.1claws7
10369
10370         * sync with 0.8.1cvs7
10371                 see ChangeLog 2002-07-31 and 2002-08-01
10372
10373 2002-07-31 [christoph]  0.8.1claws6
10374
10375         * src/mainwindow.c
10376                 forgot to update menu sensitivity
10377                 function for new menu entry
10378
10379 2002-07-31 [alfons]     0.8.1claws5
10380
10381         * src/main.c
10382                 check folder item and its path for NULL on
10383                 initial processing
10384
10385 2002-07-31 [christoph]  0.8.1claws4
10386
10387         * src/folder.c
10388                 check if folder_item_get_msginfo in
10389                 folder_item_remove_msg returned NULL
10390         * src/imap.c
10391                 better clear the uid cache in the
10392                 uid validity check function and delete
10393                 cached messages
10394
10395 2002-07-31 [paul]       0.8.1claws3
10396
10397         * man/sylpheed.1
10398                 add the '--attach' option and a few other
10399                 minor changes
10400
10401 2002-07-31 [paul]       0.8.1claws2
10402
10403         * sync with 0.8.1cvs5
10404                 see ChangeLog 2002-07-31
10405
10406 2002-07-31 [christoph]  0.8.1claws1
10407
10408         * src/folderview.[ch]
10409         * src/mainwindow.c
10410                 replace "Rescan all folders..." with
10411                 "Check all folders for new messages..."
10412
10413 2002-07-30 [paul]       0.8.1claws
10414
10415         * version 0.8.1claws released
10416
10417 2002-07-30 [paul]       0.8.0claws29
10418
10419         * tools/OOo2sylpheed.pl ** NEW FILE **
10420           tools/README
10421                 add script to enable sending documents as
10422                 attachments from OpenOffice.org
10423
10424 2002-07-30 [melvin]     0.8.0claws28
10425
10426         * src/prefs_actions.c
10427                 Made the actions' input/output dialog display
10428                 without delay.
10429
10430 2002-07-30 [christoph]  0.8.0claws27
10431
10432         * src/procmsg.c
10433                 check if folder_item_get_msginfo in
10434                 procmsg_save_to_outbox returned NULL
10435
10436 2002-07-30 [paul]       0.8.0claws26
10437
10438         * sync with 0.8.1cvs4
10439                 see ChangeLog 2002-07-29
10440
10441 2002-07-29 [thorsten]   0.8.0claws25
10442
10443         * README.claws
10444                 added selective download, delete on server
10445
10446 2002-07-29 [paul]       0.8.0claws24
10447
10448         * sync with 0.8.1cvs3
10449                 see ChangeLog 2002-07-29
10450
10451 2002-07-27 [christoph]  0.8.0claws23
10452
10453         * src/folder.c
10454                 add extra check if fetching the msginfo
10455                 returned NULL
10456
10457 2002-07-27 [paul]       0.8.0claws22
10458
10459         * sync with 0.8.1cvs2
10460                 see ChangeLog 2002-07-26
10461
10462 2002-07-27 [christoph]  0.8.0claws21
10463
10464         * src/imap.c
10465                 add another check if a valid msginfo
10466                 was returned
10467
10468 2002-07-26 [hoa]        0.8.0claws20
10469
10470         * src/folder.c
10471                 Fixed a condition in folder_item_destroy()
10472
10473         * src/imap.c
10474                 Fixed an error in IMAP protocol
10475
10476 2002-07-26 [alfons]     0.8.0claws19
10477
10478         * src/folder.c
10479                 ofcourse compare with identifier, not the path
10480
10481 2002-07-26 [alfons]     0.8.0claws18
10482
10483         * src/folder.c
10484                 use folder item identifier for saving / restoring
10485                 preferences because folder->path might not be unique
10486
10487 2002-07-26 [melvin]     0.8.0claws17
10488
10489         * src/logwindow.c
10490                 Fixed a crash introduced in 0.8.0claws5 when log is 
10491                 cut under 80 characters.
10492
10493 2002-07-26 [paul]       0.8.0claws16
10494
10495         * sync with 0.8.1cvs1
10496                 see ChangeLog 2002-07-26
10497
10498 2002-07-26 [christoph]  0.8.0claws15
10499
10500         * src/imap.[ch]
10501                 imap folder now remembers the last selected
10502                 folder and imap_fetch_msginfo skips selecting
10503                 the folder if it is already selected
10504
10505 2002-07-26 [christoph]  0.8.0claws14
10506
10507         * src/folder.c
10508         * src/folderview.c
10509         * src/imap.c
10510                 fix imap folder rescanning
10511
10512 2002-07-25 [christoph]  0.8.0claws13
10513
10514         * src/filter.c
10515         * src/folder.[ch]
10516         * src/folderview.c
10517         * src/imap.[ch]
10518         * src/mainwindow.c
10519         * src/mbox_folder.c
10520         * src/mh.c
10521         * src/news.c
10522                 implement imap uid cache and uid validity check
10523
10524 2002-07-25 [alfons]     0.8.0claws12
10525
10526         * src/summaryview.c
10527                 fix a brown paper bag bug, and also add some more
10528                 checks
10529
10530 2002-07-25 [christoph]  0.8.0claws11
10531
10532         * src/folder.c
10533                 don't mix copy, fetch_msginfo and remove
10534                 operations in folder item copy and move
10535                 operations
10536
10537 2002-07-25 [christoph]  0.8.0claws10
10538
10539         * src/folderview.c
10540         * src/mainwindow.c
10541         * src/prefs_folder_item.c
10542         * src/summaryview.[ch]
10543                 remove no longer required parameter update_cache from
10544                 summary_show
10545
10546 2002-07-25 [paul]       0.8.0claws9
10547
10548         * sync with 0.8.1
10549         
10550         * AUTHORS
10551                 a few corrections
10552
10553 2002-07-24 [alfons]     0.8.0claws8
10554
10555         * src/summaryview.c
10556                 sort correctly when using simplified subject line
10557                 (closes feature request "[ 585141 ] applying regexp to subject 
10558                 before sort" submitted by Alexandra Walford)
10559
10560 2002-07-24 [paul]       0.8.0claws7
10561
10562         * sync with 0.8.0cvs3
10563                 see ChangeLog 2002-07-24
10564
10565 2002-07-23 [christoph]  0.8.0claws6
10566
10567         * src/folder.c
10568         * src/folder.h
10569         * src/summaryview.c
10570         * src/summaryview.h
10571         * src/main.c
10572                 o separate processing and summaryview
10573                 o removed summary_write_cache from summaryview
10574                 o removed summaryview->killed_messages, because we don't have
10575                   to keep a list of killed messages anymore. New cache will
10576                   keep the hidden messages in cache anyway
10577         * src/folderview.c
10578         * src/inc.c
10579         * src/selective_download.c
10580                 o removed unnecessary summary_write_cache calls
10581         * src/procmsg.c
10582                 o don't set ignore thread flag in procmsg_get_thread_tree
10583                   if it is already set
10584         * src/mainwindow.c
10585         * src/statusbar.h
10586                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10587                   they are used in different files
10588
10589 2002-07-23 [melvin]     0.8.0claws5
10590
10591         * src/addressbook.c
10592         * src/addrgather.c
10593         * src/editaddress.c
10594         * src/editgroup.c
10595         * src/editldap_basedn.c
10596         * src/importldif.c
10597         * src/prefs_common.c
10598                 Fixed few memory leak (gtk_editable_get_chars returns
10599                 an allocated string)
10600         * src/logwindow.c
10601                 Fixed few memory leak (gtk_editable_get_chars returns
10602                 an allocated string) and modified a little the log cutting
10603                 loop.
10604         * src/compose.c
10605                 Replaced a call to an obsolete function gtk_entry_get_text()
10606                 by gtk_editable_get_chars()
10607         * src/send.c
10608                 Removed a debug printf
10609
10610 2002-07-23 [christoph]  0.8.0claws4
10611
10612         * src/filesel.c
10613                 fix another g_dirname memory leak
10614
10615 2002-07-23 [christoph]  0.8.0claws3
10616
10617         * src/mh.c
10618                 fixed a memory leak in mh_fetch_msginfo
10619                 fixed crash when message header could not be
10620                 parsed
10621
10622 2002-07-23 [paul]       0.8.0claws2
10623
10624         * sync with 0.8.0cvs2
10625                 see ChangeLog 2002-07-23
10626
10627 2002-07-23 [paul]       0.8.0claws1
10628
10629         * sync with 0.8.0cvs1
10630                 see ChangeLog 2002-07-23
10631
10632 2002-07-23 [paul]       0.8.0claws
10633
10634         * release of 0.8.0claws
10635
10636 2002-07-23 [paul]       0.7.8claws99
10637
10638         * po/ru.po
10639                 new Russian translation, submitted by
10640                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10641
10642 2002-07-22 [jens]       0.7.8claws98
10643
10644         * po/de.po
10645                 Updated German translations.
10646
10647 2002-07-22 [paul]       0.7.8claws97
10648
10649         * po/es.po
10650           po/it.po
10651           po/nl.po
10652           po/pt_BR.po
10653                 updated translations by Ricardo Mones Lastra,
10654                 Alessandro Maestri, Wilbert Berendsen and 
10655                 Fabio Jr. Beneditto respectively
10656
10657 2002-07-22 [christoph]  0.7.8claws96
10658
10659         * src/mimeview.c
10660                 fix memory leak caused by wrong g_dirname usage
10661
10662 2002-07-22 [christoph]  0.7.8claws95
10663
10664         * src/summaryview.c
10665                 update new and unread message counts for summaryview
10666                 summaryview does not get it from the folder anymore
10667                 and has to update the values itself
10668
10669 2002-07-22 [melvin]     0.7.8claws94
10670
10671         * po/fr.po
10672                 Updated French translations.
10673
10674 2002-07-22 [christoph]  0.7.8claws93
10675
10676         * src/matcher.c
10677                 set prop->preg pointer to NULL or following check
10678                 will not fail and regexec will be called with
10679                 invalid pointer
10680
10681 2002-07-21 [alfons]     0.7.8claws92
10682         
10683         * src/prefs_common.[ch]
10684                 remove option "Send return receipt on request"
10685
10686 2002-07-21 [thorsten]   0.7.8claws91
10687
10688         * src/mimeview.c
10689                 fixed memleaks, coding style as pointed out by alfons
10690
10691 2002-07-21 [alfons]     0.7.8claws90
10692
10693         * src/messageview.c
10694         * src/noticeview.[ch]
10695                 o fix bug notice view being displayed when going to empty folder 
10696                   (noticed by Christoph)
10697                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10698                   (noticed by Thorsten)
10699
10700 2002-07-21 [thorsten]   0.7.8claws89
10701
10702         * src/mimeview.c
10703                 Included save_all patch from Xaview FACQ
10704                 added support for pathnames
10705
10706 2002-07-21 [alfons]     0.7.8claws88
10707
10708         * po/POTFILES.in
10709         * src/Makefile.am
10710         * src/mainwindow.c
10711         * src/messageview.[ch]
10712         * src/noticeview.c      ** NEW FILE **
10713         * src/noticeview.h      ** NEW FILE **
10714                 make return receipts work again
10715                 (UI idea by Leandro Pereira)
10716
10717 2002-07-21 [paul]       0.7.8claws87
10718
10719         * src/summaryview.c
10720                 fix sensitivity of 'Select thread'
10721
10722 2002-07-21 [paul]       0.7.8claws86
10723
10724         * src/prefs_common.c
10725                 add browser command line for Galeon
10726
10727 2002-07-21 [paul]       0.7.8claws85
10728
10729         * Makefile.am
10730                 fix 'EXTRA_DIST': remove README.README, add TODO
10731                 and TODO.claws
10732
10733 2002-07-21 [alfons]     0.7.8claws84
10734
10735         * src/gtkstext.c
10736                 make enter clear selection
10737                 (closes "[ 579888 ] Editor selection/entry error"
10738                 reported by Steve Lamb)
10739
10740 2002-07-21 [alfons]     0.7.8claws83
10741         
10742         * src/summaryview.c
10743                 sort message list when selecting unthread messages
10744                 (closes "[ 501593 ] switching threaded view doesn't sort"
10745                 reported by Simon Schubert)
10746
10747 2002-07-20 [alfons]     0.7.8claws82
10748         
10749         * src/matcher.c
10750                 const-correctness
10751
10752 2002-07-20 [thorsten]   0.7.8claws81
10753
10754         * src/matcher.c
10755                 Fixed expansion of empty fields in matchactions
10756
10757 2002-07-19 [melvin]     0.7.8claws80
10758
10759         * src/gtkspell.c
10760                 Removed a duplicate menu entry (fast mode) introduced during
10761                 the new cache merge
10762                 Added a menu separator between 'Use alternate' and 'Fast mode'
10763
10764 2002-07-19 [paul]       0.7.8claws79
10765
10766         * tools/Makefile.am
10767           tools/README
10768                 correct typos
10769
10770 2002-07-19 [thorsten]   0.7.8claws78
10771
10772         * tools/calypso_convert.pl      ** NEW FILE **
10773           tools/README
10774           tools/Makefile.am
10775                 script to import mbox files exported
10776                 by calypso
10777                 o generates folder structure
10778                 o includes attachments
10779
10780 2002-07-19 [melvin]     0.7.8claws77
10781
10782         * src/selective_download.[ch]
10783                 Fixed bug where closing the dialog with the window manager's
10784                 close button will not unlock the summary
10785                 Corrected some function declarations that missed a return value
10786                 Made the source code comply better with coding style.
10787         * src/prefs_common.c
10788                 Added new browser command line for Mozilla.
10789
10790 2002-07-18 [paul]       0.7.8claws76
10791
10792         * src/mainwindow.c
10793           src/selective_download.[ch]
10794                 reflect theme changes, fix Gdk Warning when creating 
10795                 pixmap from NULL window, and minor clean up.
10796                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10797
10798         * po/en_GB.po
10799                 updated
10800
10801 2002-07-17 [paul]       0.7.8claws75
10802
10803         * INSTALL[.jp]
10804                 sync with 0.8.0
10805         
10806         * po/en_GB.po
10807                 updated
10808
10809 2002-07-16 [paul]       0.7.8claws74
10810
10811         * tools/filter_conv.pl
10812           tools/README
10813                 replace conversion script with reimplemented version, 
10814                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10815
10816 2002-07-16 [colin]      0.7.8claws73
10817
10818         * src/summaryview.c
10819                 remove forgotten debug messages - sorry ;-)
10820
10821 2002-07-16 [colin]      0.7.8claws72
10822
10823         * src/mimeview.c
10824           src/summaryview.c
10825           src/textview.c
10826           src/textview.h
10827                 add the ability to select part of a text mime-part 
10828                 to reply.
10829
10830 2002-07-15 [christoph]  0.7.8claws71
10831
10832         * src/folder.c
10833                 fix folder message count for folders without
10834                 msg_is_changed (includes news folders)
10835
10836 2002-07-15 [martin]     0.7.8claws70
10837
10838         * src/summaryview.c
10839                 option "display recipient on 'From'..." now works
10840                 without the need of enabling the option
10841                 "display  sender  using  address  book".
10842
10843 2002-07-15 [christoph]  0.7.8claws69
10844
10845         * src/summaryview.c
10846                 removed setting folder status from summaryview.
10847                 folder.c should update all message counts correctly.
10848
10849 2002-07-15 [paul]       0.7.8claws68
10850
10851         * po/pt_BR.po
10852                 updated by Fabio Junior Beneditto
10853
10854 2002-07-15 [darko]      0.7.8claws67
10855
10856         * src/mh.c
10857                 Fixed target folder colorization, don't decrease op
10858                 number twice
10859
10860 2002-07-14 [paul]       0.7.8claws66
10861
10862         * sync with main 0.8.0
10863                 see ChangeLog 2002-07-14
10864
10865 2002-07-13 [melvin]     0.7.8claws65
10866         
10867         * src/addrbook.c
10868         * src/addressbook.c
10869         * src/addrindex.c
10870                 Replaced sprintf by g_snprintf to prevent possible buffer
10871                 overflow.
10872         * src/news.c
10873                 Corrected a log message output format.
10874                 Added a missing "done" debug output.
10875         * src/compose.c
10876                 Added keyboard accelerator for Priority menu items
10877                 Added missing \n in debug output
10878         * src/logwindow.c
10879         * src/gtkspell.c
10880         * src/rfc2015.c
10881                 Added missing \n in debug output
10882
10883 2002-07-13 [paul]       0.7.8claws64
10884
10885         * man/sylpheed.1
10886                 change Sergey's email address to the sf address
10887
10888         * src/textview.c
10889                 increase show_url_timeout (more useful for long
10890                 urls)
10891
10892 2002-07-12 [sergey]     0.7.8claws63
10893
10894         * src/rfc2015.c
10895                 applied (with some modifications) patch to set the
10896                 micalg parameter for signatures
10897                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10898
10899 2002-07-12 [sergey]     0.7.8claws62
10900
10901         * man/Makefile.am
10902         * configure.in
10903                 fixed man page installation
10904
10905 2002-07-12 [paul]       0.7.8claws61
10906
10907         * sync with 0.7.8cvs26
10908                 see ChangeLog 2002-07-11 and 2002-07-12
10909
10910 2002-07-11 [christoph]  0.7.8claws60
10911
10912         * src/compose.c
10913         * src/procmsg.c
10914                 first use the message number to find the message
10915                 to mark with a reply flag but check the
10916                 message-id if we got the correct message, if not
10917                 try to find it by message-id.
10918                 use new string seperator that is not allowed
10919                 in message-ids.
10920
10921 2002-07-11 [paul]       0.7.8claws59
10922
10923         * sync with 0.7.8cvs23
10924                 see ChangeLog 2002-07-10
10925
10926 2002-07-10 [christoph]  0.7.8claws58
10927
10928         * src/folder.[ch]
10929         * src/msgcache.[ch]
10930                 Added message-id table to the cache in memory
10931                 and functions to msgcache.c and folder.c to
10932                 fetch MsgInfos by message id
10933         * src/compose.c
10934         * src/procmsg.c
10935                 store folder and message-id of message replying
10936                 to in queue header and set reply flag after sending
10937                 (Closes bug #469498)
10938
10939 2002-07-10 [paul]       0.7.8claws57
10940
10941         * AUTHORS
10942           man/sylpheed.1.gz
10943                 add Martin to the list of authors
10944
10945 2002-07-09 [martin]     0.7.8claws56
10946         * src/gtksctree.c
10947                 Added gtk_ctree_last_visible(), tree_update_level(),
10948                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10949                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10950                 from gtk+ to gtksctree.c for the new sorting code
10951                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10952                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10953         * src/gtksctree.h
10954                 Added declaration for gtk_sctree_sort_recursive() and
10955                 gtk_sctree_sort_node
10956         * src/addressbook.c
10957         * src/foldersel.c
10958         * src/folderview.c
10959         * src/summaryview.c
10960                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10961                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10962
10963 2002-07-08 [paul]       0.7.8claws55
10964
10965         * more sync with 0.7.8cvs21
10966                 see ChangeLog 2002-07-08
10967
10968 2002-07-08 [paul]       0.7.8claws54
10969
10970         * sync with 0.7.8cvs21
10971                 see ChangeLog 2002-07-08
10972
10973 2002-07-07 [alfons]     0.7.8claws53
10974
10975         * src/Makefile.am
10976         * src/stock_pixmap.[ch]
10977         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10978         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10979         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10980                 add new pixmaps for upcoming notice pane
10981
10982 2002-07-06 [melvin]     0.7.8claws52
10983
10984         * src/gtkspell.[ch]
10985                 Made them a bit closer to Sylpheed's coding style.
10986                 Removed old code.
10987                 Removed possible memory leaks when some errors occurs.
10988
10989 2002-07-06 [melvin]     0.7.8claws51
10990
10991         * po/Makefile.in.in
10992                 Removed --no-location in xgettext command line to help
10993                 translators that use Emacs' po-mode
10994         * src/quote_fmt.c
10995                 Removed unnecessary comments that messed up sylpheed.pot
10996
10997 2002-07-06 [paul]       0.7.8claws50
10998
10999         * sync with 0.7.8cvs19
11000                 see ChangeLog 2002-07-05
11001
11002 2002-07-06 [christoph]  0.7.8claws49
11003
11004         * src/folder.c
11005         * src/mainwindow.c
11006                 fix folder_item_remove_all_msg and folderview
11007                 status for trash folders after emptying trash
11008
11009 2002-07-05 [paul]       0.7.8claws48
11010
11011         * sync with 0.7.8cvs16
11012                 see ChangeLog 2002-07-04 and 2002-07-05
11013
11014 2002-07-04 [paul]       0.7.8claws47
11015
11016         * sync with 0.7.8cvs14
11017                 see  ChangeLog 2002-07-04
11018
11019 2002-07-03 [alfons]     0.7.8claws46
11020
11021         * src/folder.c
11022                 dupe folder item's path because it's being reallocated
11023                 by new folder scanning code
11024
11025 2002-07-03 [christoph]  0.7.8claws45
11026
11027         * src/imap.c
11028                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11029         * src/msgcache.c
11030                 add missing return in msgcache_write
11031
11032 2002-07-02 [thorsten]   0.7.8claws44
11033
11034         * src/jpilot.c
11035         * src/msgcache.c
11036         * src/rfc2015.c
11037                 use binary mode for file access
11038
11039 2002-07-02 [christoph]  0.7.8claws43
11040
11041         * major code cleanup (part 1)
11042         
11043                 - unused variables removed
11044                 - unused functions removed
11045                 - uninitialized variables checked
11046                 - missing return statements added
11047                 - missing function return types added
11048                 - added parentheses around assignment and
11049                   && in || when suggested by gcc
11050               
11051         * src/mh.c
11052         * src/folder.c
11053                 replaced direct calls to folder->scan_tree
11054                 with folder_scan_tree and restore folder
11055                 prefs in this function. The folder should
11056                 not have to deal with them.
11057                 ( Should now work for all folder types )
11058
11059 2002-07-02 [paul]       0.7.8claws42
11060
11061         * sync with 0.7.8cvs13
11062                 see ChangeLog 2002-07-01 and 2002-07-02
11063
11064 2002-07-01 [christoph]  0.7.8claws41
11065
11066         * src/summaryview.c
11067                 fix "goto next/prev unread message" with
11068                 ignored threads
11069
11070 2002-07-01 [paul]       0.7.8claws40
11071
11072         * po/es.po
11073                 updated by Ricardo Mones Lastra
11074
11075 2002-06-30 [match]      0.7.8claws39
11076
11077         * src/jpilot.c
11078                 applied variation of leonerd's patch (566661) to
11079                 allow multiple email addresses per JPilot entry.
11080                 addresses may be separated by space, comma, pipe,
11081                 semi-colon, new-line.
11082
11083 2002-06-30 [alfons]     0.7.8claws38
11084
11085         * src/procmsg.c
11086                 simple fix for putting older nodes before
11087                 newer nodes when threading by subject
11088
11089 2002-06-30 [christoph]  0.7.8claws37
11090
11091         * src/folder.c
11092         * src/folderview.c
11093         * src/mh.c
11094         * src/news.c
11095         * src/procmsg.c
11096                 fix broken folder tree rescaning
11097                 and don't use procmsg_get_mark_sum
11098                 anymore
11099
11100 2002-06-30 [christoph]  0.7.8claws36
11101
11102         * merge new cache branch
11103         * src/imap.c
11104                 fix new cache imap copy bug
11105         * src/folder.c
11106                 improved folder_item_scan
11107                 it should now always set the correct
11108                 new, unread and total message counts
11109
11110 2002-06-29 [paul]       0.7.8claws35
11111
11112         * configure.in
11113                 correct syntax error
11114
11115 2002-06-29 [paul]       0.7.8claws34
11116
11117         * configure.in
11118           Makefile.am
11119           man/Makefile.am       ** NEW FILE **
11120           man/sylpheed.1.gz     ** NEW FILE **
11121                 add Sylpheed man page
11122
11123 2002-06-29 [paul]       0.7.8claws33
11124
11125         * po/pt_BR.po
11126                 updated by Fabio Junior Beneditto
11127
11128 2002-06-28 [jens]       0.7.8claws32
11129
11130         * po/de.po
11131                 translation updated
11132
11133         * src/selective_download.c
11134                 removed gettext for space " "
11135
11136         * src/imap.c
11137                 removed wrong space
11138
11139 2002-06-28 [paul]       0.7.8claws31
11140
11141         * sync with 0.7.8cvs11
11142                 see ChangeLog 2002-06-28
11143
11144 2002-06-28 [paul]       0.7.8claws30
11145
11146         * sync with 0.7.8cvs10
11147                 see ChangeLog 2002-06-27 and 2002-06-28
11148
11149 2002-06-26 [paul]       0.7.8claws29
11150
11151         * src/addrgather.c
11152           src/selective_download.c
11153                 don't gettextise empty strings.
11154                 reserved by gettext. gettext("") returns 
11155                 the header entry with meta information, 
11156                 not the empty string
11157
11158         * po/en_GB.po
11159                 updated
11160
11161 2002-06-26 [paul]       0.7.8claws28
11162
11163         * sync with 0.7.8cvs7
11164                 see ChangeLog 2002-06-25
11165
11166         * src/prefs_common.c
11167                 ...and in the process, tweak the gui a little
11168
11169 2002-06-25 [alfons]     0.7.8claws27
11170         
11171         * configure.in
11172         * src/Makefile.am
11173                 fine tune ldap library detection
11174
11175 2002-06-25 [alfons]     0.7.8claws26
11176
11177         * src/compose.c
11178                 don't allow return receipts when composing a news article
11179
11180 2002-06-25 [paul]       0.7.8claws25
11181
11182         * Makefile.am
11183                 add '$(AMTAR)' to 'release' section to allow for
11184                 new and older autotools
11185
11186 2002-06-25 [paul]       0.7.8claws24
11187
11188         * src/summaryview.c
11189                 fix "No more unread messages" persistant pop-up
11190                 window bug
11191
11192 2002-06-25 [paul]       0.7.8claws23
11193
11194         * po/it.po
11195                 updated by Alessandro Maestri
11196
11197 2002-06-25 [paul]       0.7.8claws22
11198
11199         * sync with 0.7.8cvs6
11200                 see ChangeLog 2002-06-25
11201
11202 2002-06-24 [paul]       0.7.8claws21
11203
11204         * tools/update-po
11205                 add GPL copyright information
11206
11207 2002-06-24 [paul]       0.7.8claws20
11208
11209         * tools/Makefile.am
11210           tools/README
11211           tools/update-po       ** NEW FILE **
11212                 add script that eases the creation of *.po files
11213                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11214
11215 2002-06-23 [alfons]     0.7.8claws19
11216
11217         * src/messageview.c
11218                 make notification_convert_header obey const correctness
11219                 (next step will be fixing the broken return receipt)
11220
11221 2002-06-23 [paul]       0.7.8claws18
11222
11223         * src/messageview.c
11224                 fix bug introduced in last commit:
11225                 removed too much code in last commit - put back what's
11226                 needed
11227
11228 2002-06-23 [paul]       0.7.8claws17
11229
11230         * src/messageview.[ch]
11231                 remove code committed in error from locally patched
11232                 source
11233
11234 2002-06-23 [colin]      0.7.8claws16
11235
11236         * src/compose.[ch]
11237                 add compose_entry_select(), used to select the default_to
11238                 email address - hopefully avoiding people sending mails to
11239                 wrong recipients.
11240
11241 2002-06-22 [alfons]     0.7.8claws15
11242
11243         * AUTHORS
11244                 add Bram Metsch & Stanislav Karchebny
11245         * src/smtp.[ch]
11246         * src/prefs_account.[ch]
11247         * src/send.c
11248                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11249                   options.  (see <http://sourceforge.net/tracker/index.php
11250                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11251
11252                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11253                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11254
11255 2002-06-22 [paul]       0.7.8claws14
11256
11257         * sync with 0.7.8cvs5
11258                 see ChangeLog 2002-06-19 and 2002-06-20
11259
11260 2002-06-22 [alfons]     0.7.8claws13
11261
11262         * src/selective_download.c
11263                 fix a stupid mistake I made
11264
11265 2002-06-22 [alfons]     0.7.8claws12
11266
11267         * src/selective_download.[ch]
11268                 fix another unnoticed leak; cleanup code
11269
11270 2002-06-21 [alfons]
11271
11272         * tools/Makefile.am
11273                 gpg-sign <-- gpg-sign-syl
11274
11275 2002-06-21 [alfons]     0.7.8claws11
11276
11277         * src/selective_download.c
11278         * src/selective_download.h
11279                 fix assorted mix of allocation errors (should solve
11280                 problem reported by Philippe GramoullĂ©, see:
11281                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11282
11283 2002-06-20 [melvin]     0.7.8claws10
11284
11285         * tools/gpg-sign *REMOVED*
11286           tools/gpg-sign-syl *ADDED*
11287                 Replaced the gpg clearsigning script with the version using
11288                 xterm instead of ssh-askpass and changed its name.
11289
11290         * README.claws
11291                 Updated actions example to reflect the renaming of the
11292                 gpg clearsigning script.
11293
11294 2002-06-19 [paul]       0.7.8claws9
11295
11296         * sync with 0.7.8claws9
11297                 see ChangeLog 2002-06-18 and 2002-06-19
11298
11299 2002-06-19 [paul]       0.7.8claws8
11300
11301         * sync with 0.7.8cvs1
11302                 see ChangeLog 2002-06-18
11303
11304 2002-06-18 [alfons]     0.7.8claws7
11305
11306         * src/mainwindow.h
11307                 add omitted prototype
11308
11309 2002-06-17 [paul]       0.7.8claws6
11310
11311         * src/mainwindow.c
11312                 fix hiding of exec_btn
11313
11314 2002-06-17 [paul]       0.7.8claws5
11315
11316         * src/pop.c
11317                 remove unneeded code: should_delete() 
11318                 and Pop3State::uidl_todelete_list
11319
11320 2002-06-17 [paul]       0.7.8claws4
11321
11322         * sync with 0.7.8
11323                 see ChangeLog 2002-06-11 and 2002-06-13
11324
11325 2002-06-16 [alfons]     0.7.8claws3
11326         
11327         * src/folder.c
11328                 make sure lock sort mode (claws specific) is
11329                 also persists after a tree rescan
11330
11331 2002-06-16 [alfons]     0.7.8claws2
11332
11333         * src/prefs_folder_item.c
11334         * src/folder.[ch]
11335                 fix persistence of folder sort mode (broken
11336                 by adapting Hiro's new folder persistence code)
11337
11338 2002-06-16 [alfons]     0.7.8claws1
11339
11340         * AUTHORS
11341         * src/logwindow.c
11342         * src/prefscommon.[ch]
11343                 control size of log text in log window; 
11344                 closes patch #569155 submitted by Mitko Haralanov.
11345
11346 2002-06-15 [paul]       0.7.8claws
11347
11348         * release of 0.7.8claws
11349
11350 2002-06-15 [paul]       0.7.7claws
11351
11352         * po/pt_BR.po
11353                 updated by Fabio Junior Beneditto
11354
11355 2002-06-14 [paul]       0.7.6claws49
11356
11357         * po/es.po
11358                 updated by Ricardo Mones Lastra
11359
11360 2002-06-14 [paul]       0.7.6claws48
11361
11362         * po/nl.po
11363                 updated translation by Wilbert Berendsen
11364
11365 2002-06-14 [melvin]     0.7.6claws47
11366
11367         * po/fr.po
11368                 Updated French translation
11369
11370 2002-06-13 [paul]       0.7.6claws46
11371
11372         * src/filesel.c
11373                 allow filename to be typed in, rather than just
11374                 selected by the mouse. Patch by Gustavo Noronha Silva.
11375
11376 2002-06-13 [alfons]     0.7.6claws45
11377
11378         * src/mainwindow.[ch]
11379                 more cleanups (removing unnecessary menu items Expand 
11380                 summary / message view)
11381
11382 2002-06-13 [melvin]     0.7.6claws44
11383
11384         * po/POTFILES.in
11385                 Added src/string_match.c
11386         * src/string_match.c
11387                 Fixed possible buffer overflow.
11388                 Corrected typo.
11389                 Added missing config.h header.
11390         * src/prefs_common.c
11391           src/prefs_matcher.c
11392           src/prefs_scoring.c
11393                 Made some strings translatable (missing _(..)).
11394
11395 2002-06-13 [melvin]     0.7.6claws43
11396
11397         * README.claws
11398                 Corrected action example (verifying clearsigned mail).
11399         * src/prefs_account.c
11400                 Corrected typo.
11401         * src/prefs_common.c
11402                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11403
11404 2002-06-12 [alfons]     0.7.6claws42
11405
11406         * src/summaryview.c
11407                 add init of score column lost in 0.7.6claws42
11408
11409 2002-06-12 [paul]       0.7.6claws41
11410
11411         * src/prefs_account.c
11412                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11413                 behavior of the radio buttons, (from 0.7.7cvs2)
11414
11415 2002-06-11 [alfons]     0.7.6claws40
11416
11417         * src/messageview.[ch]
11418         * src/summaryview.[ch]
11419         * src/summary_search.c
11420         * src/mainwindow.c
11421                 perform a sync to bring in Hiro's separate view implementation 
11422
11423                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11424
11425 2002-06-11 [paul]       0.7.6claws39
11426         
11427         * src/prefs_account.c
11428                 correct a typo on the Receive tab
11429
11430 2002-06-10 [match]      0.7.6claws38
11431
11432         * src/addressbook.c
11433                 Included address completion patch from Gustavo Noronha.
11434
11435 2002-06-10 [paul]       0.7.6claws37
11436
11437         * src/inc.[ch]
11438           src/pop.c
11439           src/prefs_account.[ch]
11440           src/selective_download.[ch]
11441                 apply PATCH #561712
11442                  NEW:
11443                 - check if POP Account
11444                 - Receive Button renamed to Preview
11445                 - Preview Button Popup: preview new/all messages
11446                 - Download Button
11447                 - Account Preferences-->Receive tab checkbutton if you
11448                   want to remove Mail after Download
11449                 -: default YES
11450                 - Account Preferences-->Receive tab checkbutton use
11451                   filtering rules on preview
11452                   (think of delete_on_server)
11453                 -: default YES
11454                 - Account selectable from SD dialog
11455                 - checkbutton to show already downloaded messages if
11456                   all messages are previewed
11457                 - new clist column showing Date
11458                 - ESC KEY close
11459                 FIXES:
11460                 - play ball with UIDL
11461                 - fault tolerant (?) 
11462                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11463
11464 2002-06-10 [melvin]     0.7.6claws36
11465
11466         * README.claws
11467                 Added a hint to ac/README in cvs instructions.
11468
11469         * src/prefs_actions.c
11470                 Made it possible to use a more elaborate command line
11471                 for asynchronous actions, too.
11472
11473 2002-06-10 [melvin]     0.7.6claws35
11474         
11475         * src/prefs_actions.c
11476                 Make it possible to use a more elaborate command line
11477                 (e.g. |foo|bar|cat>there;echo Done|)
11478                 Corrected error message when calling %f, %F and %p commands
11479                 from the compose window.
11480
11481 2002-06-09 [colin]      0.7.6claws34
11482
11483         * src/summaryview.c
11484                 Automatically find unread messages in current folder
11485                 before annoying the user.
11486
11487 2002-06-08 [alfons]     0.7.6claws33
11488
11489         * po/it.po
11490                 remove bad formatting string in it.po translation
11491                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11492
11493 2002-06-08 [paul]       0.7.6claws32
11494
11495         * sync with 0.7.6cvs25
11496                 see ChangeLog 2002-06-07
11497
11498 2002-06-05 [paul]       0.7.6claws31
11499
11500         * src/mainwindow.c
11501                 add 'Sort by locked' and 'Sort by score'
11502
11503 2002-06-05 [paul]       0.7.6claws30
11504
11505         * sync with 0.7.6cvs24
11506                 see ChangeLog 2002-06-04
11507
11508 2002-06-04 [paul]       0.7.6claws29
11509
11510         * po/pt_BR.po
11511                 updated by Fabio Junior Beneditto
11512
11513 2002-06-03 [thorsten]   0.7.6claws28
11514
11515         * src/matcher.c
11516                 fclose() matcherrc after reading
11517
11518 2002-06-03 [paul]       0.7.6claws27
11519
11520         * sync with 0.7.6cvs21
11521                 see ChangeLog 2002-05-31
11522
11523 2002-05-31 [paul]       0.7.6claws26
11524
11525         * sync with 0.7.6cvs20
11526                 see ChangeLog 2002-05-29 and 2002-05-30
11527
11528 2002-05-31 [paul]       0.7.6claws25
11529
11530         * src/imap.c
11531                 hopefully fix last buggy sync
11532
11533         * README.claws
11534                 correct typo in 'Actions' examples
11535
11536 2002-05-29 [paul]       0.7.6claws24
11537
11538         * sync with 0.7.6cvs18
11539                 see ChangeLog 2002-05-28 and 2002-05-29
11540
11541         * src/news.c
11542           src/nntp.[ch]
11543                 sync with above 
11544
11545 2002-05-28 [paul]       0.7.6claws23
11546
11547         * sync with 0.7.6cvs16
11548                 see ChangeLog 2002-05-28
11549
11550 2002-05-27 [thorsten]   0.7.6claws22 
11551
11552         * faq/it/sylpheed-faq-1.html
11553           faq/it/sylpheed-faq-2.html
11554           faq/it/sylpheed-faq-3.html
11555           faq/it/sylpheed-faq.html
11556                 corrected DOS lineendings
11557         * faq/de/sylpheed-faq-1.html
11558           faq/de/sylpheed-faq-2.html
11559           faq/en/sylpheed-faq-1.html
11560           faq/en/sylpheed-faq-2.html
11561           faq/en/sylpheed-faq-3.html
11562           faq/es/sylpheed-faq-1.html
11563           faq/es/sylpheed-faq-2.html
11564           faq/es/sylpheed-faq-3.html
11565           faq/fr/sylpheed-faq-1.html
11566           faq/it/sylpheed-faq-1.html
11567           faq/it/sylpheed-faq-2.html
11568           faq/it/sylpheed-faq-3.html
11569           faq/it/sylpheed-faq.html
11570                 changed ">" to &quot;
11571
11572 2002-05-27 [paul]       0.7.6claws21
11573         
11574         * sync with 0.7.6cvs15
11575                 see ChangeLog 2002-05-27
11576
11577 2002-05-27 [paul]       0.7.6claws20
11578
11579         * src/prefs_account.c
11580                 correct a typo
11581
11582 2002-05-26 [paul]       0.7.6claws19
11583
11584         * tools/README
11585                 correct a typo
11586
11587 2002-05-25 [paul]       0.7.6claws18
11588
11589         * tools/README
11590                 add description of kmail2sylpheed.pl
11591
11592 2002-05-25 [paul]       0.7.6claws17
11593
11594         * tools/kmail2sylpheed.pl       ** NEW FILE **
11595                 perl script that converts an exported Kmail address
11596                 book, converts it to sylpheed addressbook file,
11597                 writes the file to .sylpheed, and updates
11598                 addrbook--index.xml 
11599
11600 2002-05-25 [paul]       0.7.6claws16
11601
11602         * sync with 0.7.6cvs14
11603                 see ChangeLog 2002-05-23
11604
11605 2002-05-24 [paul]       0.7.6claws15
11606
11607         * README.claws
11608                 make a correction and add some more info
11609
11610 2002-05-24 [paul]       0.7.6claws14
11611
11612         * src/compose.c
11613                 fix memory leak in 
11614                 compose_redirect_write_headers_from_headerlist()
11615                 add Subject and Resent-Message-ID to
11616                 compose_redirect_write_headers()
11617                 Received, Subject, and X-UIDL are filtered out in 
11618                 compose_redirect_write_to_file()
11619
11620 2002-05-23 [paul]       0.7.6claws13
11621
11622         * src/compose.[ch]
11623           src/filtering.c
11624           src/mainwindow.c
11625           src/matcher.[ch]
11626           src/matcher_parser_lex.l
11627           src/matcher_parser_parse.y
11628           src/prefs_common.[ch]
11629           src/prefs_filtering.c
11630           src/summaryview.c
11631                 rename 'Bounce' to 'Redirect'
11632
11633 2002-05-23 [paul]       0.7.6claws12
11634
11635         * more sync with 0.7.6cvs13
11636           src/compose.c
11637                 see ChangeLog 2002-05-22
11638
11639 2002-05-22 [paul]       0.7.6claws11
11640
11641         * sync with 0.7.6cvs13
11642           src/codeconv.c
11643                 see ChangeLog 2002-05-20
11644           src/prefs_common.c
11645                 see ChangeLog 2002-05-22
11646
11647 2002-05-21 [melvin]     0.7.6claws10
11648
11649         * src/folderview.c
11650                 Added missing filtering and scoring headers
11651                 Fixed bad function call that showed garbage 
11652                 in Folder->Processing
11653
11654 2002-05-21 [paul]       0.7.6claws9
11655
11656         * tools/Makefile.am
11657                 make all tools executable, (patch by Alfons).
11658
11659 2002-05-20 [alfons]     0.7.6claws8
11660
11661         * src/procheader.c
11662                 don't forget to call mktime() so we have a valid week 
11663                 and year day
11664                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11665
11666 2002-05-20 [paul]       0.7.6claws7
11667
11668         * src/html.c
11669                 fix broken parsing of urls
11670         * src/textview.c
11671                 fix displaying of urls
11672
11673                 both fixes from the patch [547855] by Eugene 
11674                 Brevdo (zonem)
11675
11676 2002-05-19 [alfons]     0.7.6claws6
11677
11678         * configure.in
11679                 make sylpheed configure correctly with the latest
11680                 and greatest of automake / autoconf / gettext
11681
11682 2002-05-19 [alfons]     0.7.6claws5
11683
11684         * src/procheader.c
11685         * src/procheader.h
11686                 add function for returning ime zone offset
11687         * src/quote_fmt.c
11688         * src/quote_fmt_parse.y
11689                 better quotation formatting - does not convert
11690                 to local time, but uses the original date string.
11691                 
11692                 Note: %z inserts the timezone offset (should 
11693                 work also on platforms where strftime does not
11694                 support %z).
11695
11696 2002-05-18 [christoph]  0.7.6claws4
11697
11698         * src/summaryview.c
11699                 fix indentation of some code
11700         * tools/Makefile.am
11701                 fix spaces after \
11702         * src/Makefile.am
11703                 add missing \
11704                 correct path for ignorethread.xpm
11705                 incorrect filename for sylpheed_logo.xpm
11706                 add missing include matcher_parser_parse.h
11707
11708 2002-05-18 [paul]       0.7.6claws3
11709
11710         * sync with 0.7.6cvs8
11711                 see ChangeLog 2002-05-16 and 2002-05-17
11712
11713 2002-05-18 [melvin]     0.7.6claws2
11714
11715         * README.claws
11716                 Corrected an action's definition and fixed some misspellings.
11717
11718 2002-05-18 [paul]       0.7.6claws1
11719
11720         * tools/Makefile.am
11721           tools/gpg-sign        ** new file **
11722           tools/uudec           ** new file **
11723                 add Melvin's Actions scripts
11724
11725         * README.claws
11726                 add Melvin's descriptions for Actions
11727
11728 2002-05-18 [paul]       0.7.6claws
11729
11730         * Version 0.7.6claws released
11731
11732 2002-05-17 [paul]       0.7.5claws32
11733
11734         * po/es.po
11735                 updated by Ricardo Mones Lastra
11736
11737 2002-05-17 [paul]       0.7.5claws31
11738
11739         * src/compose.c
11740                 fix Account prefs default folder for sent/draft/deleted
11741                 messages bug
11742
11743         * po/it.po
11744           po/nl.po
11745                 updated translation by Alessandro Maestri and
11746                 Wilbert Berendsen
11747
11748 2002-05-17 [melvin]     0.7.5claws30
11749
11750         * src/prefs_actions.c
11751                 Fixed bug where using %F not at the end of the command 
11752                 resulted in an additional empty argument being created.
11753                 Thanks to Darko Koruga for reporting the bug.
11754
11755 2002-05-17 [melvin]     0.7.5claws29
11756
11757         * po/fr.po
11758                 Updated French translations.
11759
11760 2002-05-15 [paul]       0.7.5claws28
11761         
11762         * po/es.po
11763                 updated by Ricardo Mones Lastra
11764
11765 2002-05-15 [paul]       0.7.5claws27
11766
11767         * sync with 0.7.6cvs4
11768                 see ChangeLog 2002-05-14 and 2002-05-15
11769
11770 2002-05-14 [paul]       0.7.5claws26
11771
11772         * sync with 0.7.6cvs1
11773                 see ChangeLog 2002-05-13
11774
11775 2002-05-13 [thorsten]   0.7.5claws25
11776
11777         * src/messageview.c
11778                 fix select_all and copy in multipart messages
11779         * src/mainwindow.c
11780                 fix select_all and copy in multipart messages
11781
11782 2002-05-12 [paul]       0.7.5claws24
11783
11784         * src/summaryview.c
11785                 reverse last commit, bug already fixed in 0.7.5claws3
11786
11787 2002-05-12 [netztorte]  0.7.5claws23
11788
11789         * src/summaryview.c
11790                 dont parse empty addressbook (checked in before claws20)
11791
11792 2002-05-12 [melvin]     0.7.5claws22
11793
11794         * src/procmsg.[ch]
11795                 Removed unneeded priority code introduced by the previous 
11796                 commit.
11797
11798 2002-05-12 [melvin]     0.7.5claws21
11799
11800         * src/compose.[ch]
11801                 Added possibility to set message's priority.
11802         * src/procmsg.[ch]
11803                 Added possibility to set message's priority.
11804                 Added missing headers
11805
11806 2002-05-12 [melvin]     0.7.5claws20
11807
11808         * src/prefs_actions.c
11809                 Removed implicitely added quotes around the name
11810                 of the temporary files of mime parts.
11811
11812 2002-05-12 [paul]       0.7.5claws19
11813
11814         * sync with 0.7.5cvs20
11815                 see ChangeLog 2002-05-11
11816
11817 2002-05-12 [alfons]     0.7.5claws18
11818
11819         * src/quote_fmt_lex.l
11820         * src/quote_fmt_parse.y
11821                 allow quote / reply date & time format to be set using
11822                 %D{format}. format is a format string you'd pass to
11823                 strftime() (see man strftime, or the Display tab |
11824                 Date format setting).
11825
11826                 Currently %D converts the date to local time. 
11827
11828 2002-05-11 [paul]       0.7.5claws17
11829
11830         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11831                 see ChangeLog 2002-05-10 and 2002-05-11
11832
11833 2002-05-10 [paul]       0.7.5claws16
11834
11835         * sync with 0.7.5cvs16
11836                 see ChangeLog entries 2002-05-09 and 
11837                 2002-05-10
11838
11839 2002-05-10 [colin]      0.7.5claws15
11840
11841         * src/textview.c
11842                 Corrected a bug that prevented sylpheed to open
11843                 double-clicked URIs.
11844
11845 2002-05-09 [paul]       0.7.5claws14
11846
11847         * sync with 0.7.5cvs14
11848                 see ChangeLog 2002-05-08 and 2002-05-09
11849
11850 2002-05-08 [paul]       0.7.5claws13
11851
11852         * sync with 0.7.5cvs11
11853                 see ChangeLog entry 2002-05-08
11854
11855 2002-05-08 [paul]       0.7.5claws12
11856
11857         * src/mainwindow.c
11858           src/textview.[ch]
11859                 fix segfault on View->Open in new window
11860                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11861
11862 2002-05-07 [paul]       0.7.5claws11
11863
11864         * sync with 0.7.5cvs9
11865                 see ChangeLog entry 2002-05-07
11866
11867 2002-05-06 [paul]       0.7.5claws10
11868
11869         * src/messageview.c
11870           src/textview.c
11871                 display url in statusbar on single-click
11872                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11873
11874 2002-05-06 [match]      0.7.5claws9
11875
11876         * src/addritem.[ch]
11877                 new functions.
11878         * src/addrcache.c
11879                 tidy up.
11880         * src/xmlprops.[ch]
11881                 XML implementation of properties file.
11882         * src/exporthtml.[ch]
11883         * src/expthtmldlg.[ch]
11884         * src/addressbook.c
11885                 export to HTML.
11886
11887 2002-05-02 [sergey]     0.7.5claws8
11888
11889         * src/mainwindow.c (mainwin_entries),
11890           src/prefs_common.c (prefs_send_create()),
11891           src/codeconv.c (locale_table):
11892                 use charset name "Windows-1251" instead of "CP1251".
11893
11894 2002-05-02 [colin]      0.7.5claws7
11895         
11896         * src/compose.c
11897           src/prefs_common.c
11898           src/prefs_folder_item.c
11899                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11900
11901 2002-05-02 [hiro]       0.7.5claws6
11902
11903         * src/imap.c
11904                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11905
11906 2002-05-02 [paul]       0.7.5claws5
11907
11908         * src/compose.c
11909                 more sync with 0.7.5cvs7, see ChangeLog entry
11910                 2002-05-02
11911
11912 2002-05-02 [hiro]       0.7.5claws4
11913
11914         * src/compose.c
11915                 compose_queue_sub():
11916                 check if queue folder exists (closes #550397).
11917                 removed directory creation since it should be handled
11918                 transparently.
11919         * src/imap.c
11920                 imap_add_msg(): return UID for appended message
11921                 (closes #548842).
11922
11923 2002-04-30 [paul]       0.7.5claws3
11924
11925         * src/summaryview.c
11926                 fix account_find_from_address() bug
11927
11928 2002-04-28 [colin]      0.7.5claws2
11929
11930         * src/compose.c
11931           src/textview.c
11932           src/prefs_common.[ch]
11933           src/utils.[ch]
11934                 Added user-definable quotation characters recognition.
11935
11936 2002-04-28 [paul]       0.7.5claws1
11937
11938         * sync with 0.7.5cvs4
11939                 see ChangeLog entry  2002-04-25
11940
11941 2002-04-28 [paul]       0.7.5claws
11942
11943         * po/es.po
11944           po/nl.po
11945           po/pt_BR.po
11946                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11947                 Fabio Junior Beneditto
11948
11949 2002-04-27 [jens]       0.7.4claws103
11950
11951         * po/de.po
11952                 updated German translation.
11953
11954 2002-04-27 [hiro]       0.7.4claws102
11955
11956         * src/summaryview.c
11957                 summary_write_cache(): fixed the mark loss of hidden messages.
11958
11959 2002-04-26 [melvin]     0.7.4claws101
11960
11961         * src/procmsg.c
11962                 fixed a second typo (same one)
11963         * po/fr.po
11964           po/it.po
11965           po/pt_BR.po
11966                 fixed the type again...
11967
11968 2002-04-26 [melvin]     0.7.4claws100
11969
11970         * src/procmsg.c
11971                 fixed a typo in an alert message ("temorary").
11972         * po/it.po
11973         * po/pt_BR.po
11974                 corrected the typo  described above.
11975         * po/fr.po
11976                 updated French translation.
11977
11978 2002-04-26 [darko]      0.7.4claws99
11979
11980         * src/summaryview.c
11981                 fix target folder colorization
11982
11983 2002-04-25 [paul]       0.7.4claws98
11984
11985         * po/it.po
11986                 updated by Alessandro Maestri
11987
11988 2002-04-24 [colin]      0.7.4claws97
11989         
11990         * src/compose.c
11991                 Fixed double "subject is empty" question.
11992
11993 2002-04-23 [colin]      0.7.4claws96
11994         
11995         * src/mimeview.c
11996                 Corrected issue when "automatically display images" was
11997                 not set : first image remained after selecting second.
11998
11999 2002-04-23 [melvin]     0.7.4claws95
12000
12001         * src/prefs_actions.c
12002                 Don't display in/out dialog if there is nothing to show.
12003
12004 2002-04-23 [paul]       0.7.4claws94
12005
12006         * sync with 0.7.5cvs3
12007                 bug fixes: see ChangeLog entry 2002-04-23
12008
12009 2002-04-22 [darko]      0.7.4claws93
12010
12011         * src/compose.c
12012                 fix previous check-in which changed code after
12013                 merge from main
12014
12015 2002-04-22 [paul]       0.7.4claws92
12016
12017         * faq/de/*
12018                 add German FAQ
12019         * faq/en/*
12020           faq/es/*
12021           faq/fr/*
12022                 update English, Spanish and French FAQs
12023         * manual/de/*
12024           manual/es/*
12025                 add German and Spanish manuals
12026         * manual/en/*
12027           manual/fr/*
12028                 update English and French manuals
12029
12030         * src/Makefile.am
12031                 add to and re-arrange the pixmap entries
12032
12033 2002-04-22 [darko]      0.7.4claws91
12034
12035         * src/compose.c
12036                 fix sender initials recognition to only allow
12037                 '>' after the initials
12038
12039 2002-04-21 [paul]       0.7.4claws90
12040
12041         * sync with 0.7.5 release
12042                 see ChangeLog entry 2002-04-21
12043
12044 2002-04-21 [alfons]
12045
12046         * src/Makefile.am
12047                 add colin's new pixmaps to EXTRA_DIST
12048
12049 2002-04-21 [colin]      0.7.4claws89
12050         * src/compose.c
12051         * src/inc.c
12052         * src/mainwindow.[ch]
12053         * src/prefs_common.[ch]
12054         * src/stock_pixmap.[ch]
12055                 Added "Work offline" ability.
12056
12057 2002-04-21 [colin]      0.7.4claws88
12058         
12059         * src/mimeview.c
12060         * src/prefs_common.c
12061         * src/prefs_common.h
12062         * src/textview.c : Added an option to common preferences -> display
12063           to allow user not to automatically display images.
12064
12065 2002-04-21 [paul]       0.7.4claws87
12066
12067         * sync with 0.7.4cvs52
12068                 see ChangeLog entry 2002-04-21 (src/imap.c)
12069
12070 2002-04-21 [paul]       0.7.4claws86
12071
12072         * sync with 0.7.4cvs51
12073                 see ChangeLog entry 2002-04-21
12074
12075 2002-04-21 [paul]       0.7.4claws85
12076
12077         * sync with 0.7.4cvs49
12078                 see ChangeLog entries 2002-04-20 and 2002-04-21
12079
12080         * src/Makefile.am
12081                 clean up: remove old 'stock_' element from xpm 
12082                 filenames.
12083
12084 2002-04-21 [alfons]     0.7.4claws84
12085
12086         apply sync patch from Paul
12087
12088         * src/folderview.c
12089                 use old claws prefs_folder_item_create() for now
12090
12091 2002-04-19 [match]      0.7.4claws83
12092
12093         * src/addressbook.[ch]
12094         * src/addrharvest.[ch]
12095         * src/addrgather.[ch]
12096                 recurse folders.
12097         * src/mainwindow.c
12098         * src/summaryview.[ch]
12099                 change menu option.
12100
12101 2002-04-19 [paul]       0.7.4claws82
12102
12103         * po/pt_BR.po
12104                 updated by Fabio Junior Beneditto
12105
12106 2002-04-14 [alfons]     0.7.4claws81
12107
12108         * src/passphrase.c
12109                 add #include <sys/types.h> for mode_t and off_t 
12110
12111 2002-04-13 [paul]       0.7.4claws80
12112         
12113         * src/main.c
12114           src/passphrase.[ch]
12115           src/pgptext.c
12116           src/prefs_common.[ch]
12117           src/rfc2015.c
12118                 enable storing of GnuPG passphrase for the whole 
12119                 session or a user-defined number of minutes. patch 
12120                 submitted by Ravemax <ravemax@dextrose.com>
12121
12122 2002-04-13 [alfons]     0.7.4claws79
12123
12124         * src/textview.c
12125                 make email parser also stop scanning when encountering separators
12126                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12127
12128 2002-04-13 [paul]       0.7.4claws78
12129
12130         * sync with 0.7.4cvs39
12131                 see ChangeLog entry 2002-04-12
12132
12133 2002-04-11 [paul]       0.7.4claws77
12134
12135         * sync with 0.7.4cvs37
12136                 see ChangeLog entry 2002-04-11
12137
12138 2002-04-11 [paul]       0.7.4claws76
12139
12140         * COPYING 
12141                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12142                 the clause for OpenSSL). sync with sylpheed main
12143
12144 2002-04-09 [melvin]     0.7.4claws75
12145
12146         * src/compose.c
12147                 Made 'Ctrl-Enter' on send ignore some modifiers 
12148                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12149                 to bind other *-Enter (but not Alt-Enter).
12150
12151 2002-04-09 [paul]       0.7.4claws74
12152
12153         * sync with 0.7.4cvs35
12154                 see ChangeLog entries 2002-04-09
12155
12156 2002-04-08 [paul]       0.7.4claws73
12157
12158         * sync with 0.7.4cvs33
12159                 see ChangeLog entry 200-04-08
12160
12161 2002-04-07 [match]      0.7.4claws72
12162
12163         * src/addrharvest.[ch]
12164                 fixed to read all addresses in header, regardless
12165                 of header size. improved name parsing. accommodate
12166                 harvest from folders and selected message.
12167         * src/addritem.[ch]
12168                 included new address parsing function.
12169         * src/addrgather.[ch]
12170         * src/addressbook.[ch]
12171         * src/summaryview.[ch]
12172         * src/mainwindow.c
12173                 allow address harvest of folder as well as selected
12174                 messages.
12175
12176 2002-04-07 [paul]       0.7.4claws71
12177
12178         * src/esmtp.[ch]
12179           src/smtp.c
12180                 don't try to authenticate with CRAM-MD5 in SMTP when 
12181                 SMTP-AUTH enabled if MTA doesn't issue this 
12182                 auth-method in it's ehlo-response. bug item #531364,
12183                 patch item #938910. patch submitted by Colin Leroy 
12184                 <colin@colino.net>
12185
12186 2002-04-07 [paul]       0.7.4claws70
12187
12188         * src/nntp.c
12189                 fix missing MODE_READER bug. patch submitted by
12190                 Colin Leroy <colin@colino.net>
12191
12192 2002-04-07 [alfons]     0.7.4claws69
12193
12194         * src/matcher.[ch]
12195         * src/prefs_filtering.c
12196         * src/summaryview.c
12197                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12198                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12199
12200 2002-04-07 [paul]       0.7.4claws68
12201
12202         * sync with 0.7.4cvs32
12203                 see ChangeLog entry 2002-04-06
12204
12205         * tools/filter_conv.pl
12206                 more bug fixes
12207
12208 2002-04-06 [paul]       0.7.4claws67
12209
12210         * tools/filter_conv.pl
12211                 modify to be able to find the name of the first
12212                 mailbox and use that. main's filter does not
12213                 record the full path to the mailbox and therefore
12214                 can only filter to the first mailbox.
12215
12216 2002-04-05 [paul]       0.7.4claws66
12217
12218         * tools/filter_conv.pl
12219                 attempt to make the script all-encompassing and
12220                 be able to convert any main 'filter' rule thrown
12221                 at it
12222
12223 2002-04-05 [paul]       0.7.4claws65
12224
12225         * tools/filter_conv.pl
12226                 allow for collapsed folder trees
12227
12228 2002-04-05 [paul]       0.7.4claws64
12229
12230         * sync with 0.7.4cvs31
12231                 see ChangeLog entries 2002-04-05
12232
12233 2002-04-03 [paul]       0.7.4claws63
12234
12235         * sync with 0.7.4cvs29
12236                 see ChangeLog entries 2002-04-02 and 2002-04-03
12237
12238 2002-04-02 [paul]       0.7.4claws62
12239
12240         * sync with 0.7.4cvs26
12241                 see ChangeLog entry 2002-04-01
12242
12243 2002-04-02 [match]      0.7.4claws61
12244
12245         * src/pine.[ch]
12246         * src/importpine.[ch]
12247         * src/addressbook.c
12248                 import Pine address book.
12249
12250 2002-04-02 [match]      0.7.4claws60
12251
12252         * src/addrharvest.[ch]
12253                 improve address parsing of funky addresses.
12254
12255 2002-04-02 [darko]      0.7.4claws59
12256
12257         * src/compose.c
12258                 wrap on send improvements, it now recognizes quoted
12259                 initials as part of the quotation string, and it
12260                 does not join lines separated by CR
12261
12262 2002-04-01 [match]      0.7.4claws58
12263
12264         * src/mgutils.[ch]
12265                 added new functions.
12266         * src/mutt.[ch]
12267                 remove excessive duplicate address generation
12268                 on import.
12269
12270 2002-04-01 [alfons]     0.7.4claws57
12271         
12272         * src/summaryview.c
12273                 put back g_free() 
12274
12275 2002-04-01 [paul]       0.7.4claws56
12276
12277         * sync with 0.7.4cvs25
12278                 see ChangeLog entry 2002-04-01
12279
12280 2002-04-01 [alfons]     0.7.4aprilfool55
12281
12282         * src/summaryview.c
12283                 honour feature request item #537427 to allow for
12284                 displaying names from address book for sent mail also
12285
12286 2002-03-29 [paul]       0.7.4claws54
12287
12288         * src/mainwindow.c
12289           src/prefs_filtering.[ch]
12290           src/prefs_matcher.c
12291           src/summaryview.c
12292                 add 'fast filter' for claws' filtering,
12293                 /Tools/Create filter rule/... patch submitted
12294                 by Neill Miller <neillm@thecodefactory.org>
12295
12296 2002-03-29 [paul]       0.7.4claws53
12297
12298         * sync with 0.7.4cvs24
12299                 see ChangeLog entry 2002-03-29
12300
12301 2002-03-28 [paul]       0.7.4claws52
12302
12303         * sync with 0.7.4cvs23
12304                 see ChangeLog entry 2002-03-28
12305
12306 2002-03-27 [melvin]     0.7.4claws51
12307
12308         * src/prefs_actions.c
12309                 Added support to pass only one message part (as a
12310                 file) to the command using '%p'. No quotes are needed
12311                 because doubles quotes are automatically added.
12312                 Fixed bug where Sylpheed could block when waiting for
12313                 a child process to finish.
12314                 Changed the help menu to remove quotes around symbols to 
12315                 avoid misinterpretation (they must not be used).
12316
12317 2002-03-27 [melvin]     0.7.4claws50
12318
12319         * src/inc.c
12320                 Made the new mail notification command always 
12321                 execute asynchronously.
12322
12323 2002-03-27 [paul]       0.7.4claws49
12324
12325         * src/compose.c
12326                 fix bug introduced in last commit
12327
12328 2002-03-27 [paul]       0.7.4claws48
12329
12330         * sync with 0.7.4cvs21
12331                 see ChangeLog 2002-03-26 and 2002-03-27
12332
12333 2002-03-26 [hoa]        0.7.4claws47
12334
12335         * src/prefs_folder_item.c
12336                 really fixed the bug #516442 with folder rescan.
12337
12338 2002-03-26 [paul]       0.7.4claws46
12339
12340         * sync with 0.7.4cvs19
12341                 see ChangeLog entries 2002-03-25 and 2002-03-26
12342
12343 2002-03-25 [hoa]        0.7.4claws45
12344
12345         * src/matcher.c
12346         * src/mh.c
12347                 fix the bug #516442 with folder rescan.
12348
12349         * src/prefs_common.[ch]
12350         * src/compose.c
12351                 added an option to enable two different behaviours
12352                 for bounce.
12353
12354
12355 2002-03-25 [paul]       0.7.4claws44
12356
12357         * src/mainwindow.c
12358           src/selective_download.c
12359                 correct a few menuitem labels
12360
12361 2002-03-25 [christoph]  0.7.4claws43
12362
12363         * src/procmsg.c
12364                 fix non deleted tmp message in
12365                 procmsg_save_to_outbox
12366                 fix problems caused by sync with
12367                 main branch's procmsg_send_queue
12368
12369 2002-03-25 [paul]       0.7.4claws42
12370
12371         * src/quote_fmt.c
12372           src/quote_fmt_lex.l
12373           src/quote_fmt_parse.y
12374                 add Last name (%L) placeholder for quoting. 
12375                 patch submitted by Thorsten Thielen 
12376                 <thth@users.sourceforge.net>
12377
12378 2002-03-25 [paul]       0.7.4claws41
12379
12380         * src/utils.c
12381                 get full hostname. patch submitted by
12382                 Bob Woodside <rwoodside1@comcast.net>
12383
12384 2002-03-25 [paul]       0.7.4claws40
12385
12386         * src/account.c
12387           src/news.c
12388           src/nntp.[ch]
12389           src/prefs_account.[ch]
12390                 enable NNTP over SSL. patch submitted by
12391                 Pascal Jermini <pascal@infinity.hn.org>
12392
12393 2002-03-24 [paul]       0.7.4claws39
12394
12395         * src/prefs_common.c
12396                 make the arrangement of the Compose tab more
12397                 coherent
12398
12399         * src/mainwindow.c
12400                 fix some irregularities of style
12401
12402         * po/de.po
12403                 updated by Kilian Krause
12404
12405 2002-03-23 [paul]       0.7.4claws38
12406
12407         * po/pt_BR.po
12408                 updated by Fabio Junior Beneditto
12409
12410 2002-03-23 [paul]       0.7.4claws37
12411
12412         * src/mainwindow.c
12413                 move 'Gather addresses' to 'Tools' menu
12414                 make 'Selective download' sensitive
12415
12416 2002-03-23 [paul]       0.7.4claws36
12417
12418         * sync with 0.7.4cvs16
12419                 see ChangeLog entries 2002-03-23
12420
12421 2002-03-22 [christoph]  0.7.4claws35
12422
12423         * src/quote_fmt_parse.y
12424                 fix include program output
12425
12426 2002-03-22 [alfons]     0.7.4claws34
12427
12428         * src/pop.c
12429                 initialize GDate stack variable correctly (sorry!)
12430
12431 2002-03-22 [paul]       0.7.4claws33
12432
12433         * src/compose.c
12434           src/mainwindow.c
12435           src/prefs_actions.c
12436           src/prefs_common.c
12437                 rename 'Tool' to 'Tools'
12438
12439         * src/mainwindow.c
12440                 move 'Delete duplicated messages' from
12441                 'Message/' to 'Tools/'
12442                 re-arrange the order of 'Tools/' items
12443
12444 2002-03-22 [paul]       0.7.4claws32
12445
12446         * src/addr_compl.c
12447           src/addressbook.[ch]
12448                 auto-address completion now also matches on
12449                 Nickname. patch submitted by Bob Forsman 
12450                 <hammor@users.sourceforge.net>
12451
12452         * src/editaddress.c
12453                 correct a spelling mistake
12454
12455 2002-03-22 [alfons]     0.7.4claws31
12456
12457         * src/pop.c
12458                 fix getting uidl from incorrect string 
12459                 (spotted by Colin)
12460
12461 2002-03-21 [alfons]     0.7.4claws30
12462
12463         * src/pop.c
12464                 more code refactoring
12465                 plug mem leak introduced by delete on server
12466
12467 2002-03-21 [paul]       0.7.4claws29
12468
12469         * sync with 0.7.4cvs11
12470                 see ChangeLog entries 2002-03-20
12471
12472 2002-03-20 [alfons]     0.7.4claws28
12473
12474         * src/inc.c
12475                 apply Colin's patch and refactor
12476
12477 2002-03-20 [paul]       0.7.4claws27
12478
12479         * sync with sylpheed 0.7.4cvs9
12480                 see ChangeLog entry 2002-03-20
12481
12482 2002-03-19 [christoph]  0.7.4claws26
12483
12484         * src/mh.c
12485         * src/procmsg.[ch]
12486         * src/summaryview.c
12487                 revert changes for flag updates
12488                 (does not work correctly and no time to debug)
12489
12490 2002-03-20 [alfons]     0.7.4claws25
12491
12492         * src/pop.c
12493                 refactor should_delete() a little bit 
12494
12495 2002-03-19 [paul]       0.7.4claws24
12496
12497         * src/inc.[ch]
12498           src/pop.c
12499           src/prefs_account.[ch]
12500                 allow the user to leave downloaded mail on the 
12501                 server for n days. Patch submitted by Colin Leroy 
12502                 <colin@colino.net>
12503
12504 2002-02-19 [paul]       0.7.4claws23
12505
12506         * sync with sylpheed 0.7.4cvs8
12507                 see ChangeLog entries 2002-03-19
12508
12509 2002-03-18 [paul]       0.7.4claws22
12510
12511         * sync with sylpheed 0.7.4cvs6
12512                 see ChangeLog entry 2002-03-18
12513
12514 2002-03-18 [paul]       0.7.4claws21
12515
12516         * po/en_GB.po
12517                 add en_GB message catalogue
12518
12519         * src/mbox_folder.c
12520           src/prefs_account.c
12521           src/prefs_actions.c
12522                 correct a few spelling mistakes
12523
12524 2002-03-17 [alfons]     0.7.4claws20
12525
12526         * src/matcher.c
12527                 more stringent checks for NULL params when writing
12528                 filtering actions to a file
12529                 
12530 2002-03-17 [hoa]        0.7.3claws20
12531
12532         * src/news.c
12533                 fixed the count of new messages
12534
12535         * src/compose.c
12536                 fixed the "attachment properties" window
12537
12538 2002-03-17 [paul]       0.7.4claws19
12539
12540         * src/defs.h
12541           src/folder.h
12542           src/news.c
12543           src/prefs_account.[ch]
12544           src/procmsg.[ch]
12545           src/summaryview.c
12546                 automatically mark cross-posted messages as read 
12547                 and (optionally) give them a colour label
12548                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12549                 
12550
12551 2002-03-17 [paul]       0.7.4claws18
12552
12553         * sync with sylpheed 0.7.4cvs5
12554                 see ChangeLog entry 2002-03-17
12555
12556 2002-03-17 [melvin]     0.7.4claws17
12557         
12558         * src/textview.c
12559                 Worked around a gtktext 'bug': when searching for 
12560                 a text in a long message it was scrolling slowly
12561                 line by line until it hit the searched text.
12562         * po/fr.po
12563                 Updated French translation
12564
12565 2002-03-17 [melvin]     0.7.4claws16
12566
12567         * src/mainwindow.c
12568         * src/compose.c
12569         * src/prefs_actions.c
12570                 Moved "Edit/Actions" to "Tool/Actions"
12571                 Made mainwindow/compose window sensitive as soon as
12572                 no child process is running anymore even if the io dialog
12573                 is open.
12574                 Fixed a struct being initialized with a non constant char*
12575
12576 2002-03-16 [christoph]  0.7.4claws15
12577
12578         * configure.in
12579                 add --with-compiler-flags option
12580                 (only for developer hacking)
12581         * src/mh.c
12582         * src/procmsg.[ch]
12583         * src/summaryview.c
12584                 try to make folder-stats and flag handling more
12585                 independent from the summaryview. msgcounts
12586                 are only set when the folder is opened and
12587                 procmsg_msginfo_(un)set_flags will handle it
12588                 later and summaryview will get the values
12589                 from the folder.
12590
12591 2002-03-16 [paul]       0.7.4claws14
12592
12593         * src/messageview.c
12594                 fix Return-receipt. Patch submitted by Bob
12595                 Woodside <rwoodside1@comcast.net>
12596
12597 2002-03-16 [paul]       0.7.4claws13
12598
12599         * src/compose.c
12600                 fix 'dynamic' signatures, make it work again
12601                 broken during sync on 2002-03-14 (0.7.4claws2)
12602
12603 2002-03-15 [match]      0.7.4claws12
12604
12605         * src/addrharvest.[ch]
12606         * src/addrgather.[ch]
12607         * src/addressbook.[ch]
12608         * src/mainwindow.c
12609                 included address harvester feature. still some
12610                 issues with address parsing that I will fix.
12611
12612 2002-03-15 [match]      0.7.4claws11
12613
12614         * src/addrbook.[ch]
12615         * src/addrcache.[ch]
12616         * src/addressbook.[ch]
12617         * src/addrindex.c
12618         * src/editbook.c
12619         * src/importldif.c
12620         * src/importmutt.c
12621         * src/jpilot.[ch]
12622         * src/main.c
12623         * src/syldap.[ch]
12624         * src/vcard.[ch]
12625                 tidy up. fix memory leaks. moved attribs and methods
12626                 from individual interfaces to addrcache object. prep
12627                 for new stuff to come in.
12628
12629 2002-03-15 [alfons]     0.7.4claws10
12630
12631         * src/matcher.[ch]
12632         * src/matcher_parser_parse.y
12633         * src/matcher_parser_lex.l
12634         * src/prefs_matcher.c
12635                 add filtering conditions message greater than, smaller 
12636                 than, and exactly matching a size in bytes
12637                 (does not work with delete from POP3 server yet)
12638
12639                 this should also give others an idea what you should
12640                 do to add new criterions to claws filtering system
12641                 
12642
12643 2002-03-15 [paul]       0.7.4claws9
12644
12645         * tools/filter_conv.pl
12646                 exit if there are no filter rules to convert
12647                 rename filterrc to filterrc.old after completion
12648
12649 2002-03-15 [paul]       0.7.4claws8
12650
12651         * sync with sylpheed 0.7.4cvs3
12652                 see ChangeLog entry 2002-03-14
12653
12654 2002-03-14 [paul]       0.7.4claws7
12655
12656         * src/compose.c
12657                 clean up the last commit (ahem)
12658
12659 2002-03-14 [paul]       0.7.4claws6
12660
12661         * src/compose.c
12662                 fix bug #515655. honour account preferences
12663                 regarding gpg default signing/encryption when 
12664                 changing account from the compose window.
12665
12666 2002-03-14 [paul]       0.7.4claws5
12667
12668         * src/folderview.c
12669                 remove unnecessary curly brackets
12670
12671 2002-03-14 [paul]       0.7.4claws4
12672
12673         * src/folderview.c
12674           src/prefs_filtering.[ch]
12675                 add filter rename on folder rename and filter
12676                 delete on folder delete. Patch submitted by
12677                 Neill Miller <neillm@thecodefactory.org> 
12678
12679 2002-03-14 [christoph]  0.7.4claws3
12680
12681         * src/procmsg.c
12682         * src/send.c
12683                 fix local delivery
12684                 (patch submitted by "Simon 'corecode' Schubert")
12685         * src/prefs_common.c
12686         * src/procmsg.c
12687                 fix gcc 3.0 warning
12688
12689 2002-03-14 [paul]       0.7.4claws2
12690
12691         * sync with sylpheed 0.7.4cvs2
12692                 see ChangeLog entry 2002-03-13
12693
12694 2002-03-12 [darko]      0.7.4claws1
12695
12696         * src/mainwindow.c
12697                 fix what seems to be a copy and paste error
12698                 when setting color for important messages
12699                 (reported by wwp)
12700
12701 2002-03-11 [paul]       version 0.7.4claws released
12702
12703 2002-03-11 [paul]       0.7.4claws
12704
12705         * po/es.po
12706           po/it.po
12707           po/nl.po
12708           po/pt_BR.po
12709                 update message catalogs. Submitted by Ricardo Mones 
12710                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12711                 Fabio Junior Beneditto
12712
12713         * configure.in
12714           faq/Makefile.am
12715           faq/it/Makefile
12716           faq/it/sylpheed-faq*
12717           src/mainwindow.c
12718           src/manual.[ch]
12719                 add FAQ in Italian
12720         
12721
12722 2002-03-11 [jens]       0.7.3claws7
12723
12724         * po/de.po
12725                 updated German translation
12726
12727 2002-03-11 [melvin]     0.7.3claws6
12728
12729         * po/fr.po
12730                 updated and corrected French translation
12731
12732 2002-03-10 [hoa]        0.7.3claws5
12733
12734         * src/account.c
12735         * src/inc.c
12736         * src/prefs_account.c
12737         * src/procmsg.c
12738         * src/send.[ch]
12739                 fixed the local account.
12740                 you have to change the default "/usr/sbin/sendmail"
12741                 to "/usr/sbin/sendmail -t" in the preferences of
12742                 the local account.
12743
12744         * src/procmime.c
12745                 removed some debug display for renderer
12746
12747 2002-03-10 [paul]       0.7.3claws4
12748
12749         * faq/en/sylpheed-faq-1.html
12750           faq/en/sylpheed-faq-2.html
12751                 update
12752
12753 2002-03-09 [paul]       0.7.3claws3
12754
12755         * sync with sylpheed 0.7.4
12756                 see ChangeLog entry 2002-03-09
12757
12758 2002-03-08 [paul]       0.7.3claws2
12759
12760         * faq/en/sylpheed-faq*
12761           faq/es/sylpheed-faq*
12762           faq/fr/sylpheed-faq*
12763                 update the FAQs
12764
12765         * manual/fr/.cvsignore
12766           manual/fr/Makefilea.am
12767           manual/fr/sylpheed*
12768           src/mainwindow.c
12769           src/manual.[ch]
12770                 add the French manual
12771
12772 2002-03-07 [paul]       0.7.3claws1
12773
12774         * sync with sylpheed 0.7.3cvs4
12775                 see ChangeLog entries  2002-03-06 and 2002-03-07
12776         
12777         * po/nl.po
12778                 updated by Wilbert Berendsen
12779
12780 2002-03-07 [melvin]     0.7.2claws34
12781
12782         * src/selective_download.c
12783                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12784
12785 2002-03-06 [paul]       0.7.2claws33
12786
12787         * sync with sylpheed 0.7.3cvs1
12788                 bug fix, see ChangeLog entry 2002-03-05
12789
12790 2002-03-05 [paul]       0.7.2claws32
12791
12792         * src/mimeview.c
12793           src/pgptext.[ch]
12794           src/procmsg.c
12795                 reverse the pgp ascii-armored code implemented in 
12796                 0.7.2claws16. removal of this code until it matures.
12797                 this means that verifying ascii-armored pgp sigs and
12798                 automatic decryption of ascii-armored encrypted
12799                 messages no longer works.
12800
12801 2002-03-05 [paul]       0.7.2claws31
12802
12803         * configure.in
12804           Makefile.am
12805         * faq/Makefile.am
12806         * faq/en/Makefile.am
12807           faq/en/sylpheed-faq.html
12808           faq/en/sylpheed-faq-1.html
12809           faq/en/sylpheed-faq-2.html
12810           faq/en/sylpheed-faq-3.html
12811         * faq/es/Makefile.am
12812           faq/es/sylpheed-faq.html
12813           faq/es/sylpheed-faq-1.html
12814           faq/es/sylpheed-faq-2.html
12815           faq/es/sylpheed-faq-3.html
12816           faq/es/sylpheed-faq-4.html
12817         * faq/fr/Makefile.am
12818           faq/fr/sylpheed-faq.html
12819           faq/fr/sylpheed-faq-1.html
12820           faq/fr/sylpheed-faq-2.html
12821           faq/fr/sylpheed-faq-3.html
12822         * src/Makefile.am
12823           src/defs.h
12824           src/mainwindow.c
12825           src/manual.[ch]
12826                 add FAQs in English, Spanish and French
12827
12828
12829 2002-03-05 [paul]       0.7.2claws30
12830
12831         * manual/en/sylpheed.html
12832           manual/en/sylpheed-XX.html
12833                 updated the English manual
12834
12835 2002-03-05 [hoa]        
12836
12837         * src/summaryview.c
12838                 dialog box pops up if the article can't be deleted.
12839
12840 2002-03-04 [paul]       
12841         
12842         * po/pt_BR.po
12843                 updated by Fabio Junior Benedito
12844
12845 2002-03-04 [hoa]
12846
12847         * removed ac/gpgme.m4
12848                 to avoid autogen common problem
12849                 developers have to install gpgme development package now
12850
12851         * src/compose.c
12852                 encoding to 7bit or 8bit is enabled.
12853
12854 2002-03-03 [alfons]     0.7.2claws29
12855
12856         * src/pop.c
12857                 merge fix by Oliver Haertel for selective
12858                 download buglet
12859
12860 2002-03-03 [paul]       0.7.2claws28
12861         
12862         * sync with sylpheed 0.7.3
12863
12864 2002-03-03 [paul]       0.7.2claws27
12865
12866         * sync with sylpheed 0.7.2cvs24
12867                 see ChangeLog entries 2002-03-02 and 2002-03-03
12868
12869 2002-03-02 [melvin]     0.7.2claws26
12870
12871         * src/inc.[ch]
12872         * src/main.c
12873         * src/mainwindow.c
12874         * src/prefs_common.[ch]
12875                 Added user definable notification on new mail arrival.
12876                 Removed unused variables in spell checker prefs code.
12877
12878 2002-03-02 [melvin]     0.7.2claws25
12879
12880         * src/quote_fmt.c
12881                 Removed unnecessary escape sequences.
12882                 Changed 'Initial...' to 'Initials of Sender'
12883
12884 2002-03-02 [paul]       0.7.2claws24
12885
12886         * sync with sylpheed 0.7.2cvs22
12887                 see ChangeLog entry 2002-03-01
12888
12889 2002-03-01 [hoa]        0.7.2claws23
12890
12891         * src/mainwindow.c
12892                 Set sensitivity of delete actions to active
12893                 even if the folder is a newsgroup.
12894
12895         * src/summaryview.c
12896                 - Set sensitivity of delete actions
12897                 - Added function check_permission() that will check if the
12898                   user is authorized to delete a message. For news, it
12899                   will check if the author is the same.
12900                 - Enabled deletion when there is no trash folder.
12901
12902         * src/news.[ch]
12903                 - Added news_cancel_article() to cancel articles
12904                 - Implemented news_remove_message() (public function)
12905
12906 2002-03-01 [paul]       0.7.2claws22
12907
12908         * src/gtkutils.c
12909           src/textview.c
12910                 recognise urls that that don't include 'http://' and
12911                 simply begin 'www.' 
12912
12913         * AUTHORS
12914                 remove duplicated name
12915
12916 2002-02-28 [paul]       0.7.2claws21
12917
12918         * src/mainwindow.c
12919           src/summaryview.[ch]
12920                 add ability to 'Select thread'
12921                 combines Melvin's "Select thread's head" patch (#510907)
12922                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12923                 patch (#518514) 
12924
12925 2002-02-28 [paul]       0.7.2claws20
12926
12927         * src/mimeview.c
12928                 hopefully fix segfault on right-clicking a mime part
12929                 that some people have experienced.      
12930                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12931
12932 2002-02-28 [paul]       0.7.2claws19
12933
12934         * sync with sylpheed 0.7.2cvs21
12935                 see ChangeLog entries 2002-02-27 and 2002-02-28
12936
12937 2002-02-27 [paul]       0.7.2claws18
12938
12939         * sync with sylpheed 0.7.2cvs18
12940                 see ChangeLog entries 2002-02-26 and 2002-02-27
12941
12942 2002-02-26 [alfons]     0.7.2claws17
12943
12944         * src/procheader.c
12945                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12946                 (spotted by Chris Hessman <idatech@gmx.net>)
12947
12948 2002-02-26 [paul]       0.7.2claws16
12949
12950         * src/mimeview.c
12951           src/pgptext.[ch]
12952           src/procmsg.c
12953                 make decryption of ascii-armored pgp encrypted messages
12954                 and verification of ascii-armored signatures work again.
12955                 slightly altered from the patch by Jens Jahnke 
12956                 <jan0sch@gmx.net>
12957
12958                 ##FIX ME##
12959                 * the checking of plaintext signatures always comes up in 
12960                   a popup box
12961                 * it doesn't work for multipart messages 
12962                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12963                   including the msg headers and these 2 line themselves, are 
12964                   not displayed
12965
12966         * src/mainwindow.c
12967                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12968                 "View/Message View" becomes "View/Separate Message View"
12969                 because its less ambiguous.
12970
12971         * po/es.po
12972                 updated by Ricardo Mones Lastra
12973
12974 2002-02-26 [paul]       0.7.2claws15
12975
12976         * sync with sylpheed 0.7.2cvs17
12977                 see ChangeLog entries 2002-02-25 and 2002-02-26
12978
12979 2002-02-25 [christoph]  0.7.2claws14
12980
12981         * src/filtering.[ch]
12982         * src/inc.c
12983                 do filtering stuff after all messages have been received
12984                   1. drop all messages to .processing
12985                   2. scan processing folder for messages
12986                   3. filter messages or move to inbox
12987                 this will also find old messages left in processing after
12988                 a crash or something like that and we get a real msginfo
12989                 from folder->get_msg_list and do not have to create our
12990                 own in filter_message
12991         * src/matcher_parser_parse.y
12992                 remove MIX/MAX warning (reordered includes)
12993
12994 2002-02-25 [paul]       0.7.2claws13
12995
12996         * sync with sylpheed 0.7.2cvs15
12997                 see ChangeLog entry 2002-02-24
12998
12999 2002-02-24 [alfons]     0.7.2claws12
13000
13001         * src/filtering.c
13002                 clear old color flags first when applying a new color to
13003                 a message info. 
13004                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13005
13006 2002-02-24 [alfons]     0.7.2.claws11
13007         
13008         * AUTHORS
13009         * src/prefs_common.c
13010                 add presets for Opera and Konqueror, closes patch #517261,
13011                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13012
13013 2002-02-24 [alfons]     0.7.2.claws10
13014
13015         * AUTHORS
13016         * src/summaryview.c
13017                 fix threading for null message ids, closes patch #521601,
13018                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13019
13020 2002-02-24 [alfons]     0.7.2claws9
13021
13022         * src/summaryview.c
13023         * src/filtering.c
13024                 make Tool | Filter Message work with filtering system so
13025                 setting flags also works
13026
13027                 TODO:
13028
13029                 - Processing uses the same function as Tool | Filter
13030                   Message, but doesn't use the same update proc yet
13031
13032 2002-02-23 [paul]       0.7.2claws8
13033
13034         * sync with sylpheed 0.7.2cvs14
13035                 see ChangeLog entries 2002-02-22 and 2002-02-23
13036
13037 2002-02-22 [christoph]  0.7.2claws7
13038
13039         * src/quote_fmt.c
13040                 Add column space to table
13041         * src/quote_fmt_parse.y
13042                 Close files
13043
13044 2002-02-22 [paul]       0.7.2claws6
13045
13046         * src/Makefile.am
13047           src/defs.h
13048           src/filtering.c
13049           src/inc.[ch]
13050           src/mainwindow.c
13051           src/matcher.[ch]
13052           src/matcher_parser_lex.l
13053           src/matcher_parser_parse.y
13054           src/pop.[ch]
13055           src/prefs_account.h
13056           src/prefs_filtering.c
13057           src/selective_download.[ch]   *** NEW FILES ***
13058           src/utils.[ch]
13059           po/POTFILES.in
13060                 Selective Download added to 'Tool' menu. 
13061                 Retrieves email headers of the currently selected pop3 
13062                 account and allows the user to mark emails for deletion 
13063                 right on the pop3 server. Patch submitted by Oliver Haertel 
13064                 <oha@users.sourceforge.net>.
13065         
13066         * po/POTFILES.in
13067                 add 'src/quote_fmt.c'           
13068
13069 2002-02-22 [christoph]  0.7.2claws5
13070
13071         * src/Makefile.am
13072                 added quote_fmt.c
13073         * src/prefs_common.[ch]
13074         * src/prefs_template.c
13075         * src/quote_fmt.c               *** NEW FILE ***
13076         * src/quote_fmt.h
13077                 move quote format symbol description code
13078                 to it's own file because it is used from
13079                 differnent code parts
13080                 Rewrote symbol description GUI
13081                   + use table
13082                   + add separators
13083                   + get data from array (no more long constant strings)
13084         * src/quote_fmt_lex.l
13085         * src/quote_fmt_parse.y
13086                 Symbol for Literal % changed to \% instead of %%
13087                 (More logical as \ is used for quoting for other symbols)
13088                 Add |f and |p to include files and program output
13089                 Examples:
13090                     |f{/home/.../.signature}
13091                     |p{date}
13092         * po/de.po
13093                 Correct wrong spelling for "Referenzen"
13094
13095 2002-02-21 [paul]       0.7.2claws4
13096
13097         * src/procmsg.c
13098                 forgotten during sync
13099
13100 2002-02-21 [paul]       0.7.2claws3
13101
13102         * sync with sylpheed 0.7.2cvs11
13103                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13104                 2002-02-20 and 2002-02-21
13105
13106 2002-02-20 [melvin]     0.7.2claws2
13107
13108         * src/prefs_actions.c
13109                 Added error report when child cannot fork or when execvp 
13110                 returns with an error.
13111
13112 2002-02-19 [christoph]  0.7.2claws1
13113
13114         * src/codeconv.c
13115                 return unconverted text if conde conversion is not possible
13116                 when libjconv is used.
13117                 (patch submitted by "Simon 'corecode' Schubert")
13118
13119 2002-02-19 [paul]       
13120
13121         * version 0.7.2claws release
13122
13123 2002-02-19 [paul]       0.7.2claws
13124
13125         * po/nl.po
13126                 updated by Wilbert Berendsen
13127
13128
13129 2002-02-18 [alfons]     0.7.1claws13
13130
13131         * src/syldap.c
13132         * src/jpilot.c
13133                 remove references to dlfcn and explicitly loading functions
13134                 from dynalink libs, because libs linked anyway, and functions
13135                 are loaded explicitly
13136
13137 2002-02-17 [melvin]     0.7.1claws12
13138
13139         * src/prefs_actions.c
13140                 Replaced children wait loop with double fork technique.
13141                 Now, input/output window updated at each new output.
13142                 free_children(): Fixed a memory leak.
13143                 Made input/output window non closable if running children
13144                 still exist.
13145                 Added missing <unistd.h> include.
13146                 Added some --debug outputs.
13147
13148 2002-02-17 [melvin]     0.7.1claws11
13149
13150         * src/summaryview.c
13151                 Fixed bug where descending sort order did not select top
13152                 message.
13153
13154 2002-02-17 [melvin]     0.7.1claws10
13155
13156         * acconfig.h
13157                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13158         * src/prefs_common.c
13159                 Pspell data package directory no more hard coded but
13160                 set during configuration (PSPELL_PATH). (Thanks to 
13161                                 Gustavo Noronha Silva.)
13162
13163 2002-02-17 [melvin]     0.7.1claws9
13164
13165         * configure.in
13166                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13167         * src/gtkspell.c
13168                 Fixed compile-time warnings.
13169
13170 2002-02-16 [alfons]     0.7.1claws8
13171
13172         * src/filesel.c
13173                 fix inadvertent free of NULL pointer which caused
13174                 sylpheed to crash when closing the save-as dialog
13175                 using the window close button
13176
13177 2002-02-16 [carsten]    0.7.1claws7
13178         * src/mainwindow.[ch]
13179           src/summaryview.c
13180           src/prefs_common.c
13181                 fixes for pixmap theming code:
13182                         - recently changed mail attributes shouldn't get
13183                           lost any longer
13184                         - theme is only reloaded iff another theme was
13185                           selected
13186
13187 2002-02-16 [paul]       0.7.1claws6
13188
13189         * sync with sylpheed 0.7.2 release
13190                 see ChangeLog entry 2002-02-15 and 2002-02-16
13191
13192 2002-02-15 [paul]       0.7.1claws5
13193
13194         * sync with sylpheed 0.7.1cvs9
13195                 see ChangeLog entry 2002-02-15
13196
13197         * po/POTFILES.in
13198                 remove unneeded headerwindow.c entry
13199
13200 2002-02-14 [carsten]    0.7.1claws4
13201         * src/summaryview.c
13202                 fixed a bug for "Go to next unread message": there was
13203                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13204                 in the prefs, because of doing "Search again" instead
13205                 "No"
13206
13207 2002-02-14 [carsten]    0.7.1claws3
13208         * src/stock_pixmap.c
13209                 removed 2 more mem leaks; following memprof,
13210                 this code is "leak free" now :)
13211
13212 2002-02-14 [carsten]    0.7.1claws2
13213         * src/stock_pixmap.c
13214                 used opendir/readdir/closedir instead of scandir
13215                 -> code should work now on Solaris
13216
13217 2002-02-14 [paul]       0.7.1claws1
13218
13219         * sync with sylpheed 0.7.1cvs8
13220                 see ChangeLog entries 2002-02-13 and 2002-02-14
13221
13222         * README.claws
13223                 add some description of Actions and Pixmap Themes
13224
13225 2002-02-13 [paul]       
13226
13227         * version 0.7.1claws release
13228
13229 2002-02-13 [paul]       0.7.1claws
13230
13231         * po/es.po
13232           po/it.po
13233           po/pt_BR.po
13234                 updated translations, submitted by Ricardo Mones Lastra,
13235                 Alessandro Maestri and Fabio Junior Beneditto
13236
13237 2002-02-13 [melvin]     0.7.0claws75
13238
13239         * src/prefs_actions.c
13240                 Added missing "signal.h" include
13241
13242 2002-02-13 [melvin]     0.7.0claws74
13243
13244         * src/prefs_folder_item.c
13245                 Added missing "config.h" include
13246         * po/fr.po
13247                 Updated French translation for folder propriety.
13248
13249 2002-02-13 [jens]       0.7.0claws73
13250
13251         * po/POTFILES.in
13252                 Added missing src/prefs_folder_item.c [log added by melvin]
13253         * po/de.po
13254                 Updated German translation.
13255
13256 2002-02-13 [melvin]     0.7.0claws72
13257
13258         * po/fr.po
13259                 Updated French translation.
13260
13261 2002-02-13 [melvin]     0.7.0claws71
13262
13263         * src/gtkutils.c
13264                 Made gtkut_editable_get_selection return NULL if selection
13265                 is of length zero.
13266                 This fixes a bug where selecting part of message A then
13267                 switching to message B and replying to it will not
13268                 quote the message's body.
13269
13270 2002-02-12 [paul]       0.7.0claws70
13271
13272         * src/mainwindow.c
13273                 cosmetic, relating to pixmap themes: on toolbar make 
13274                 updating of 'Exec' and 'Compose news/Compose email'
13275                 icons faster.
13276
13277 2002-02-12 [carsten]    0.7.0claws69
13278         * src/folderview.c
13279           src/mainwindow.[ch]
13280           src/stock_pixmap.c
13281           src/summaryview.c
13282           src/prefs_common.c
13283                 - refreshing after changing pixmap theme better
13284                   now (thanks Paul)
13285                 - wanted to remove some mem leaks, but alfons was
13286                   faster (and had the better solution ;)
13287
13288 2002-02-12 [alfons]     0.7.0claws68
13289
13290         * src/prefs_common.c
13291         * src/stock_pixmap.[ch]
13292                 plug mem leaks, refactor code a little bit
13293
13294
13295 2002-02-12 [sergey]     0.7.0claws67
13296
13297         * src/imap.c
13298                 Fixed problem with copying messages to IMAP folders when the
13299                 server uses something other than '/' as a namespace separator
13300                 (cyrus-imapd uses '.').
13301
13302 2002-02-12 [jens]       0.7.0claws66
13303
13304         * po/de.po
13305                 Updated German Translation
13306
13307 2002-02-12 [paul]       0.7.0claws65
13308
13309         * sync with sylpheed 0.7.1cvs1
13310                 see ChangeLog entry 2002-02-12
13311
13312 2002-02-12 [melvin]     0.7.0claws64
13313
13314         * src/prefs_actions.c
13315                 Fixed "feature" where children's output was duplicated 
13316                 instead of refreshed while monitoring.
13317                 Removed some debug code.
13318
13319 2002-02-12 [christoph]  0.7.0claws63
13320
13321         * src/compose.c
13322                 always delete message from queue after sending/send error
13323                 (closes bug #509601)
13324
13325 2002-02-12 [melvin]     0.7.0claws62
13326
13327         * src/prefs_actions.c
13328                 Children wait loop is now triggered with a timeout of 1s
13329                 Added %F which is replaced with the list of filenames 
13330                 of all selected messages (as suggested by Ricardo Mones Lestra)
13331                 Pipe syntax changed. Prefix with | to send selection, postfix
13332                 with | to retrieve output. Prefix with > or * to send
13333                 user definable input to the command (*: input is hidden)
13334                 Old pipe action should now be postfixed with |, too.
13335
13336 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13337         * src/stock_pixmap.c
13338                 fixed a bug: if there's no theme directory don't
13339                 throw an error, just do "nothing" (thanks Alfons)
13340
13341 2002-02-12 [carsten]    0.7.0claws60
13342         * src/folderview.c
13343           src/summaryview.c
13344                 had to write the cache twice (nasty!); some marks would 
13345                 get lost if not
13346
13347 2002-02-11 [carsten]    0.7.0claws59
13348         * acconfig.h
13349           configure.in
13350           doc-src/maintainer_guide.txt
13351           src/compose.[ch]
13352           src/defs.h
13353           src/folderview.[ch]
13354           src/gtkutils.[ch]
13355           src/mainwindow.[ch]
13356           src/prefs_common.[ch]
13357           src/stock_pixmap.[ch]
13358           src/summaryview.[ch]
13359                 pixmap theming and related work on pixmap
13360                 handling on some other places
13361                 (e.g. hrm features for all folder)
13362           src/pixmap/stock_*.xpm -> the stock_ was removed
13363         
13364 2002-02-11 [paul]       0.7.0claws58
13365
13366         * sync with sylpheed 0.7.1 release
13367                 see ChangeLog entries 2002-02-11
13368
13369 2002-02-08 [paul]       0.7.0claws57
13370
13371         * sync with sylpheed 0.7.0cvs39
13372                 see ChangeLog entry 2002-02-07 (last entry) 
13373
13374         * src/prefs_actions.c
13375           src/prefs_filtering.c
13376           src/prefs_matcher.c
13377           src/prefs_scoring.c
13378                 sync: made it compile with C compilers other than gcc
13379
13380 2002-02-07 [paul]       0.7.0claws56
13381
13382         * sync with sylpheed 0.7.0cvs38
13383                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13384                 2002-02-07
13385
13386 2002-02-07 [darko]      0.7.0claws55
13387
13388         * src/gtkutils.[ch]
13389         * src/summaryview.c
13390                 Fix const gchar */gchar * issue (thanks Hiro)
13391
13392 2002-02-07 [darko]      0.7.0claws54
13393
13394         * src/compose.[ch]
13395         * src/filtering.c
13396         * src/gtkutils.[ch]
13397         * src/prefs_template.c
13398         * src/quote_fmt.h
13399         * src/quote_fmt_parse.y
13400         * src/summaryview.c
13401         * src/utils.[ch]
13402                 When replying or forwarding an email don't quote the entire
13403                 mail body but use the part of the message text that is selected
13404
13405 2002-02-06 [melvin]     0.7.0claws53
13406
13407         * src/prefs_common.[ch]
13408         * src/gtkspell.[ch]
13409         * src/compose.c
13410                 Made possible to switch quickly to last used dictionary
13411                 which makes checking bilingual documents easier.
13412
13413 2002-02-06 [melvin]     0.7.0claws52
13414         
13415         * po/POTFILES.in
13416                 Added forgotten new file src/prefs_actions.c
13417
13418 2002-02-06 [melvin]     0.7.0claws51
13419
13420         * src/prefs_actions.c   ** NEW FILE **
13421         * src/prefs_actions.h   ** NEW FILE **
13422                 Added actions to execute on message text view, or on the
13423                         message's file.
13424         * src/Makefile.am
13425                 Added src/prefs_actions.[ch]
13426         * src/compose.c
13427                 Added new menu "Edit/Actions"
13428         * src/defs.h
13429                 Added new actionsrc file.
13430         * src/main.c
13431                 Added actionsrc reading.
13432         * src/mainwindow.c
13433                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13434         * src/prefs_common.h
13435                 Added new element actionslst element to prefs_common.
13436
13437 2002-02-06 [paul]       0.7.0claws50
13438
13439         * sync with sylpheed 0.7.0cvs36
13440                 see ChangeLog entry 2002-02-06
13441
13442 2002-02-05 [paul]
13443
13444         * po/es.po
13445                 updated by Ricardo Mones Lastra
13446
13447 2002-02-05 [paul]       0.7.0claws49
13448
13449         * sync with sylpheed 0.7.0cvs33
13450                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13451
13452 2002-02-05 [paul]       0.7.0claws48
13453
13454         * src/compose.c
13455                 re-add 'Edit/Advanced/Delete entire line', previously named
13456                 'Delete Line+'
13457
13458 2002-02-04 [paul]       0.7.0claws47
13459
13460         * src/compose.c
13461           src/summaryview.c
13462                 fix bug #494993 (Reply All not taking Reply-To into consi)
13463                 eliminate differences in behaviour of right-click 'Reply to all' 
13464                 in summary view and 'Reply to all' on the toolbar. 
13465                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13466                 view and From gets ignored by 'Reply to all' on toolbar.
13467                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13468                 From when no Reply-To header is present.
13469
13470 2002-02-04 [paul]       0.7.0claws46
13471
13472         * sync with sylpheed 0.7.0cvs30
13473                 see ChangeLog entries 2002-02-03 and 2002-02-04
13474
13475 2002-02-03 [melvin]     0.7.0claws45
13476
13477         * src/gtkspell.[ch]
13478                 Readded function to highlight all misspelled words.
13479                 Fixed bug where user-provided-words did not replace
13480                         correctly the misspelled word when using the mouse.
13481                 Fixed bug where checking a region selected from right to left did
13482                         not check the region at all.
13483                 Fixed bug where 'Check backwards' may not check at all. 
13484                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13485                 Fixed possible buffer overflow when checking for long strings (>1k).
13486                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13487                 Accelerators code uses now gtk_widget_add_accel.
13488                 Removed and disabled obsolete and unfinished code.
13489                 Cleaning up.
13490
13491         * src/compose.c
13492                 Added menu item to Highlight all misspelled words.
13493
13494 2002-02-01 [paul]       0.7.0claws44
13495
13496         * src/mainwindow.c
13497                 fix '/View/Hide read messages' sensitivity when all
13498                 messages in a folder are hidden
13499
13500 2002-02-01 [paul]       0.7.0claws43
13501
13502         * src/main.c
13503                 add --send option to command line interface, sends all
13504                 queued mail. Patch submitted by Ricardo Mones Lastra.
13505
13506 2002-01-31 [paul]       0.7.0claws42
13507
13508         * src/mainwindow.c
13509                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13510
13511 2002-01-31 [paul]       0.7.0claws41
13512
13513         * sync with sylpheed 0.7.0cvs27
13514                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13515                 and 2002-01-31
13516
13517         * src/textview.c
13518                 comment out elements of textview_show_part() as temporary
13519                 workaround for attachment 'Display as text' bug 
13520
13521         * po/pt_BR.po
13522                 updated by Fabio Junior Beneditto
13523
13524 2002-01-30 [paul]       0.7.0claws40
13525
13526         * sync with sylpheed 0.7.0cvs24
13527                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13528                 and 2002-01-30
13529
13530         * src/compose.c
13531                 add {N_("/_Spelling"), ... "<Branch>"} to 
13532                 GtkItemFactoryEntry compose_entries[]
13533
13534         * src/prefs_common.c
13535                 add claws menu items to prefs_keybind_apply_clicked()
13536                 and remove non-claws menu items
13537
13538 2002-01-29 [paul]       0.7.0claws39
13539
13540         * sync with sylpheed 0.7.0cvs22
13541                 see ChangeLog entries 2002-01-28 and 2002-01-29
13542
13543 2002-01-28 [melvin]     0.7.0claws38
13544
13545         * src/compose.c
13546                 Added the declartion of compose_send_control_enter.
13547
13548         * src/compose.c
13549         * src/gtkspell.[ch]
13550                 Added in a 'Spelling' menu which includes the configuration menu. 
13551                 Added a real 'Check all' and got rid from the old one which only
13552                 highlited misspelled word.
13553                 Made 'Check while typing' a disableable option.
13554                 Added a dialog when there are no more misspelled word.
13555                 Added a dialog if error occurs when switching to a dictionary.
13556         
13557         * src/prefs_common.[ch]
13558                 Added option for the default 'Check while typing' option.
13559
13560
13561 2002-01-28 [alfons]     0.7.0claws37
13562
13563         * src/compose.c
13564                 fix buglet and make code comply with sylpheed code style
13565
13566 2002-01-28 [paul]       0.7.0claws36
13567
13568         * sync with sylpheed 0.7.0cvs19
13569                 see ChangeLog entries for 2002-01-28
13570
13571 2002-01-28 [hoa]        0.7.0claws35
13572
13573         * src/defs.h
13574                 added rendererrc
13575
13576         * src/main.c
13577                 read the renderer config
13578
13579         * src/procmime.[ch]
13580                 use the renderer config to convert mime attachments
13581
13582         * src/textview.c
13583                 don't use textview_show_html/ertf,
13584                 use get_text_content instead
13585
13586 2002-01-27 [alfons]     0.7.0claws34
13587         
13588         * src/news.c
13589                 make sylpheed believe it can delete a news message...
13590                 (messages are NOT deleted, maybe we should remove
13591                 processing from the folder properties after all.)
13592
13593 2002-01-27 [alfons]     0.7.0claws33
13594
13595         * src/folder.c
13596                 add extra checks
13597         * src/news.c
13598                 implement remove_msg() 
13599
13600 2002-01-27 [alfons]     0.7.0claws32
13601
13602         * src/procmsg.h
13603         * src/procheader.c
13604         * src/messageview.c
13605                 fix return receipt / disposition notification again. this
13606                 stuff seems to break on _every_ major summary UI change, so
13607                 it's now implemented using a flag which is saved in the
13608                 marks cache
13609                 
13610 2002-01-26 [alfons]     0.7.0claws31
13611
13612         * src/import.c
13613                 let import dialog show the destination folder identifier
13614
13615 2002-01-26 [melvin]     0.7.0claws30
13616
13617         * src/folderview.c
13618         * src/summaryview.c
13619                 Readded 'Mark all read' into summary view popup menu
13620                 Added 'Mark all read' in folder view popup menu for IMAP
13621                 and NNTP.
13622                 Made it insensitive if the selected folder is not the shown
13623                 one to avoid 'Mark all read' on the wrong folder.
13624                 
13625 2002-01-26 [paul]       0.7.0claws29
13626
13627         * src/folderview.c
13628           src/summaryview.c
13629                 move 'Mark all read' from summary view to folder view
13630                 menu. (adapted from) patch submitted by Jeremy Andrews,
13631                 <lists@kerneltrap.com>
13632
13633 2002-01-25 [alfons]     0.7.0claws28
13634
13635         * src/gtkstext.c
13636                 put the gtk class name back so GtkSText adapts the 
13637                 settings of GtkText
13638
13639 2002-01-25 [alfons]     0.7.0claws27
13640
13641         * src/folderview.c 
13642                 assimilate Ricardo's patch that shows pixmaps instead of
13643                 plain "new" and "unread" texts in the folder view column
13644                 headers 
13645
13646 2002-01-25 [paul]       0.7.0claws26
13647
13648         * src/Makefile.am
13649                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13650                 be found in non-standard locations. 
13651                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13652
13653 2002-01-25 [paul]       0.7.0claws25
13654
13655         * sync with sylpheed 0.7.0cvs16
13656                 see ChangeLog entry 2002-01-25
13657
13658 2002-01-24 [paul]       0.7.0claws24
13659
13660         * more sync with sylpheed 0.7.0cvs15
13661                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13662
13663 2002-01-23 [sergey]     0.7.0claws23
13664
13665         * src/importldif.c
13666                 Fixed segfault when closing LDIF import wizard with
13667                 the window manager.
13668         * src/imageview.c
13669         * src/imageview.h
13670         * src/messageview.c
13671         * src/mimeview.c
13672                 Fixed wrong scrolling position after switching between
13673                 text and image parts.
13674
13675 2002-01-23 [paul]       0.7.0claws22
13676
13677         * sync with sylpheed 0.7.0cvs15
13678                 see ChangeLog entries 2002-01-22 and 2002-01-23
13679
13680 2002-01-21 [melvin]     0.7.0claws21
13681
13682         * src/prefs_scoring.c
13683         * src/prefs_filtering.c
13684                 Fixed bug where scoring and filtering windows stopped
13685                 autochecking.
13686
13687 2002-01-21 [paul]       0.7.0claws20
13688
13689         * sync with sylpheed 0.7.0cvs12
13690                 see ChangeLog entries 2002-01-20 and 2002-01-21
13691
13692 2002-01-21 [carsten]    0.7.0claws19
13693         * src/mainwindow.c
13694         * src/menu.[ch]
13695         * src/messageview.[ch]
13696         * src/summaryview.[ch]
13697                 changes to shortcuts handling again:
13698                         + "Q" now controled by mainwin
13699                         + v/V are now customizable and have slightly
13700                           different meanings
13701                 the "button" to minimize the messageview (and maximize
13702                 the summary view) is a real button now
13703         * src/compose.c
13704                 "Delete Line+" added to Edit/Advanced (this will also
13705                 delete the '\n')
13706
13707 2002-01-20 [melvin] 0.7.0claws18
13708
13709         * src/addressbook.c
13710                 Made "Bcc" sensitive when addressbook is called from
13711                 compose window (it was a Claws only bug).
13712
13713 2002-01-19 [alfons] 0.7.0claws17
13714
13715         * src/inc.c
13716                 prevent unnecessary updates when currently selected folder has
13717                 no new messages 
13718
13719 2002-01-19 [alfons] 0.7.0claws16
13720         
13721         * src/summaryview.c
13722                 prevent writing the cache based on current message list in summary 
13723                 view when filtering also put messages in currently selected folder
13724
13725 2002-01-19 [paul]
13726
13727         * po/it.po
13728                 Italian translation submitted by Alessandro Maestri
13729                 <a.maestri@cs.tin.it>
13730
13731 2002-01-18 [melvin]     0.7.0claws15
13732
13733         * src/prefs_filters.c
13734                 fixed bug where 'cancel' from 'filters' window stops autochecking
13735                 if the timer timed out  when the window was open.
13736
13737 2002-01-18 [match]      0.7.0claws14
13738
13739         * src/addrclip.[ch]     ** NEW FILE **
13740         * src/addrselect.[ch]   ** NEW FILE **
13741         * src/adbookbase.h      ** NEW FILE **
13742                 addressbook cut, copy and paste
13743         * src/addrbook.[ch]
13744         * src/addrcache.[ch]
13745         * src/addressitem.h
13746         * src/addrindex.[ch]
13747         * src/addritem.[ch]
13748         * src/importldif.c
13749         * src/importmutt.c
13750         * src/jpilot.[ch]
13751         * src/syldap.[ch]
13752         * src/vcard.[ch]
13753         * src/jpilot.[ch]
13754         * src/editbook.c
13755         * src/editjpilot.c
13756         * src/editldap.c
13757         * src/editvcard.c
13758                 support for copy/paste
13759         * src/addressbook.c
13760                 support for copy/paste
13761                 tidy up menu option processing
13762                 correct address list function arguments
13763         * src/editaddress.c
13764                 sort user attributes
13765         * src/ldif.h
13766         * src/mutt.h
13767                 tidy up
13768
13769         * src/addrbook.[ch]
13770         * src/addrbook.[ch]
13771         * src/addrbook.[ch]
13772                 
13773
13774 2002-01-18 [paul]       0.7.0claws13
13775
13776         * sync with sylpheed 0.7.0cvs8
13777                 configure.in: support Mac OS X (Darwin)
13778
13779 2002-01-18 [carsten]    0.7.0claws12
13780         * src/html.c
13781                 small hack to fix a segfault with an empty href
13782                 (reported by Alexandra Walford <deeni@altern.org>)
13783         * src/mainwindow.c
13784         * src/summaryview.c
13785                 the shortcuts for Mark und Mark as unread are hardcoded
13786                 again
13787         * src/compose.c
13788         * src/gtkstext.[ch]
13789                 readded the shortcuts in gtkstext but made them
13790                 customizeable (simply by adding a menu plus a wrapper
13791                 to compose.c)
13792
13793 2002-01-17 [melvin]     0.7.0claws11
13794
13795         * src/gtkspell.c
13796                 fix default dictionary not being saved.
13797
13798 2002-01-16 [darko]      0.7.0claws10
13799
13800         * src/compose.c
13801                 fix wrapping crash with URL longer than wrapping margin
13802
13803 2002-12-08 [hoa]        0.7.0claws10
13804
13805         * src/matcher_parser_parse.y
13806                 fixed some bugs
13807
13808         * src/prefs_filtering.c
13809                 now, we can use bounce action in the dialog box.
13810
13811 2002-01-16 [carsten]    0.7.0claws9
13812         * src/gtkstext.c
13813                 removed the <control> and <alt> shortcuts because they're
13814                 not needed and interefered with the "normal" shortcuts
13815         * src/mainwindow.c
13816         * src/summaryview.c
13817                 removed most of the hardcoded shortcuts and assigned
13818                 them to menu entries making them easy customizable by
13819                 that
13820
13821 2002-01-16 |melvin]     0.7.0claws8
13822
13823         * src/gtkspell.c
13824                 fixed bug where using the mouse and when the compose
13825                 window is not on top may result in a crash.
13826
13827 2002-01-16 [melvin]     0.7.0claws7
13828
13829         * src/compose.c
13830                 fixed a long standingspell checker bug which could 
13831                 cause a crash after sending a message.
13832
13833 2002-01-16 [paul]       0.7.0claws6
13834
13835         * sync with sylpheed 0.7.0cvs7
13836                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13837                 2002-01-15, and 2002-01-16
13838
13839 2002-01-16 [melvin]     0.7.0claws5
13840
13841         * README.claws
13842         * src/compose.c
13843         * src/gtkspell.[ch]
13844         * src/main.c
13845                 Heavily modified spell checker code to work around
13846                 ispell bug, to add keyboard shortcuts and for future
13847                 enhancements. See README.claws for usage information.
13848
13849 2002-01-15 [alfons]     0.7.0claws4
13850         
13851         * src/summaryview.c
13852                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13853                 so sorting within threads reflects sort mode
13854
13855 2002-01-15 [christoph]  0.7.0claws3
13856
13857         * src/procmsg.c
13858                 added alertpanel if mail sending failed
13859
13860 2002-01-15 [alfons]     0.7.0claws2
13861         
13862         * src/prefs_filtering.c
13863                 don't stop timer when prefs filtering dialog is opened
13864
13865 2002-01-14 [alfons]     0.7.0claws1
13866
13867         * src/addr_compl.c
13868         * src/prefs.c
13869                 remove debug_print()s for privacy reasons
13870
13871 2002-01-14 [darko]      0.7.0claws
13872
13873         * README.claws
13874                 quotation wrapping is now also in the main branch
13875
13876 2002-01-14 [paul]
13877
13878         * tools/filter_conv.pl
13879                 allow for Boolean Op and case-sensitivity
13880                 this file is included in the release and tagged
13881                 'rel_0_7_0'
13882
13883 2002-01-13 [paul]       0.7.0claws
13884
13885         * release 0.7.0, with cvs tag 'rel_0_7_0'
13886
13887 2002-01-13 [paul]
13888
13889         * tools/filter_conv.pl
13890         * tools/README
13891                 rewritten to output to matcherrc instead of filteringrc
13892
13893         * po/es.po
13894                 updated Spanish translation by Ricardo Mones Lastra
13895
13896 2002-01-13 [alfons]
13897
13898         * po/nl.po
13899                 update dutch translation
13900
13901 2002-01-13 [paul]
13902
13903         * po/pt_BR.po
13904                 Updated by Fabio Junior Beneditto 
13905
13906 2002-01-13 [melvin]     0.6.6claws53
13907
13908         * po/fr.po
13909                 Updated french translation
13910
13911 2002-01-12 [alfons]     0.6.6claws52
13912
13913         * src/filtering.c
13914                 plug mem leak that has been sitting there for ages              
13915
13916 2002-01-12 [alfons]     0.6.6claws51
13917
13918         * src/summaryview.c
13919                 undo melvin's changes from 0.6.6claws48 because summary
13920                 view now refuses to select first unread message when
13921                 selecting a folder 
13922
13923 2002-01-11 [alfons]     0.6.6claws50
13924
13925         * src/import.c
13926                 use claws' semantics for getting folder item when
13927                 importing an mbox file into a folder 
13928                 (submitted by Dale P. Smith)
13929
13930 2002-01-11 [christoph]  0.6.6claws49
13931
13932         * src/prefs.h
13933                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13934                 toggle widget, because non static prefs can not use
13935                 prefs_set_* functions
13936         * src/prefs_account.c
13937                 toggle smtp auth password field sensitivity if
13938                 user id is empty and add descrition of usage for
13939                 these fields
13940         * src/prefs_folder_item.c
13941                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13942                 callbacks
13943
13944 2002-01-11 [melvin]     0.6.6claws48
13945
13946         * src/compose.c
13947                 fix the 'Ctrl-Enter' feature for sending and test really
13948                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13949                 editables which was not documented in Gtk)
13950
13951         * src/summaryview.c
13952                 Made summaryview refresh after sorting and not before.
13953
13954 2002-01-11 [christoph]  0.6.6claws47
13955
13956         * src/compose.c
13957                 select account from account ids if possible and
13958                 correctly set save folder for copy in reedit
13959
13960 2002-01-10 [paul]       0.6.6claws46
13961
13962         * sync with sylpheed 0.7.0 release
13963                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13964                 2002-01-09
13965
13966 2002-01-09 [alfons]
13967
13968         * src/summaryview.c
13969                 remove more dirt traces...
13970
13971 2002-01-09 [alfons]
13972         
13973         * src/summaryview.c
13974                 clean up some traces of my debugging stuff
13975
13976 2002-01-09 [alfons]     0.6.6claws45
13977
13978         * src/filtering.c
13979                 break up filteringprop_apply() in three separate pieces
13980                 so we can drop messages that failed processing in the
13981                 inbox
13982
13983         * src/summaryview.c
13984                 fix bug #469598 "no refresh of inbox after filter" which 
13985                 was introduced by the new summary view locking, and which 
13986                 prevented the summary view to update after a manual filter 
13987                 message. claw's filter message requires a summary_show().
13988                 (aargh, summary_show() again! :-)
13989                 
13990 2002-01-07 [alfons]     0.6.6claws44
13991
13992         * src/headerwindow.c
13993         * src/logwindow.c
13994         * src/messageview.c
13995         * src/sourcewindow.c
13996                 bring in Hiro's last 0.7.0 wm class fixes
13997
13998         * tools/sylprint.pl
13999                 bring in Ricardo's fix for sylprint script
14000
14001         * AUTHORS       
14002         * src/rfc2015.[ch]
14003         * src/prefs_common.[ch]
14004         * src/prefs_account.[ch]
14005         * src/compose.c
14006                 clean up account preference poison in rfc2015,
14007                 and preparation to fix double sign bug 
14008                 (patch submitted by Simon 'corecode' Schubert)
14009
14010 2002-01-07 [christoph]  0.6.6claws43
14011
14012         * src/mh.c
14013                 search for free message number, do not only rely
14014                 on last_num
14015         * src/send.c
14016                 fix smtp auth and use extra account information
14017                 if available, if not use pop3 data instead
14018                 (closes bug #500341)            
14019         * src/ssl.[ch]
14020                 match coding style
14021
14022 2002-01-06 [alfons]     0.6.6claws42
14023
14024         * src/mainwindow.c
14025                 try making the separate windows work again...
14026
14027 2002-01-06 [alfons]     0.6.6claws41
14028
14029         * src/mainwindow.c
14030                 adapt Hiro's separate window menu (to get rid of the funny
14031                 duplicate menu items), and make it work again
14032
14033 2002-01-06 [alfons]     0.6.6claws40
14034
14035         * tools/Makefile.am
14036         * tools/sylprint.rc
14037         * tools/sylprint.pl
14038         * tools/README.sylprint
14039                 add sylprint script for printing mails from Sylpheed
14040                 (contributed by Ricardo Mones Lastra)
14041
14042         * src/acount.c
14043                 clean up
14044
14045 2002-01-06 [melvin]     0.6.6claws39
14046
14047         * src/mainwindow.c
14048         * src/summaryview.c
14049                 Fixed crash introduced in 0.6.6claws38 by the menu
14050                 reorganisation (Hide read messages)
14051         
14052         * ChangeLog.claws 
14053                 Fixed typo (we are now in 2002, alfons ;) )
14054
14055 2002-01-05 [alfons]     0.6.6claws38
14056
14057         * sync with sylpheed 0.6.6cvs10-17
14058                 (last stuff marked as LAST_STABLE)
14059
14060 2002-01-04 [melvin]     0.6.6claws37
14061
14062         * src/account.c
14063                 Made account selection code use strcasestr again instead of
14064                 g_strcasecmp (fixes bug where reediting queued messages
14065                 did not select proper account reported by T. Link).
14066         
14067         * src/folderview.c
14068                 Fix bug where folder icons are not shown when 'hide read messages'
14069                 is on.
14070         
14071         * src/stock_pixmaps.[ch]
14072                 Added folder icons for 'hide read messages'.
14073         
14074         * src/compose.c
14075                 Fixed bug where 'Enter' in a header entry will send the message 
14076                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14077
14078 2002-01-03 [melvin]     0.6.6claws36
14079         
14080         * src/prefs.[ch]
14081                 Added popup menu for common preferences and
14082                 account preferences (right click on tab displays
14083                                 a menu of all tabs.)
14084
14085 2002-01-02 [melvin]     0.6.6claws35
14086
14087         * src/gtkspell.[ch]
14088                 Made spelling code compatible with undo/redo feature.
14089                 Added creation of suggestion mode menu for the general
14090                         preferences.
14091         
14092         * src/prefs_common.[ch]
14093                 Added option menu for the speller's suggestion mode.
14094                 Added missing spaces in "..." buttons and made a "..."
14095                         button non translatable!
14096         
14097         * src/compose.c
14098                 Made speller use the default suggestion mode.
14099                 Hack to make it possible to choose 'CTRL-Enter' as a
14100                         shortcut for sending (and only for sending).
14101
14102         * src/prefs_folder_item.c
14103                 Changing subject simplification does not update cache 
14104                         anymore (because it is unnecessary).
14105                 Fixed bug where changing subject simplification updated the 
14106                         summaryview even when the viewed folder is not the
14107                         folder which properties are being changed. (E.g. 
14108                                         viewing folder A and changing
14109                                         the subject simplification of 
14110                                         folder B -not being viewed- updated the 
14111                                         summaryview of folder A with data of
14112                                         folder B). (Hope this is clear... )
14113
14114 2001-12-31 [alfons]     0.6.6claws34
14115         
14116         * src/ldif.c
14117         * src/mutt.c
14118                 fgetc() returns a signed integer which doesn't
14119                 fit in a char. so c truncates this to a char
14120                 but we may lose significant bits. i.e. we may
14121                 comparing 0xFF which may not be equal to -1
14122                 unless properly casted to signed char which
14123                 we won't do because fgetc() returns a signed
14124                 integer which doesn't fit in a char. so c 
14125                 truncates this to a char but we may lose 
14126                 significat bits. (you got the idea, thanks
14127                 to Gustavo Noronha Silva <kov@debian.org>
14128                 and the Debian folks!)
14129
14130 2001-12-30 [alfons]     0.6.6claws33
14131
14132         * src/prefs_common.c
14133                 add #ifdef USE_PSPELLs that Melvin forgot               
14134
14135 2001-12-30 [melvin]     0.6.6claws32
14136         
14137         * src/prefs_common.[ch]
14138                 Added configurable color for misspelled words.
14139
14140         * src/gtkspell.[ch]
14141                 Fixed bug of foreground text color (reported by David
14142                                 Mehrmann)
14143                 Added configurable color for misspelled words.
14144
14145 2001-12-30 [alfons]     0.6.6claws31
14146
14147         * src/folder.c
14148                 remove unnecessary things someone put there
14149
14150         * src/mh.c
14151         * src/folder.[ch]
14152                 make folder properties (like threading and sorting) persistent
14153                 (closes bug #497424 "rescan folder tree resets proprieties")
14154                 currently this is only for MH folders. 
14155
14156 2001-12-29 [melvin]     0.6.6claws30
14157
14158         * src/string_match.[ch]
14159                 Optimized a bit: regexp pattern buffer compiled only once, and
14160                   one subroutine call removed. Fixed ^ regexp search: Now, 
14161                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14162         
14163         * src/summaryview.c
14164                 Subject filtering changed to filter summary columns and
14165                   not directly the messages subject cache. The loss in 
14166                   performance is balanced by the improvement of string_match.
14167                 Added an alert panel if there is an error in the regexp.
14168
14169         * src/src/prefs_folder_item.h
14170                 Added a regexp pattern buffer.
14171
14172 2001-12-28 [alfons]     0.6.6claws29
14173
14174         * src/string_match.[ch]
14175                 clean up name space
14176                 allow compilation *BSD
14177
14178 2001-12-27 [alfons]     0.6.6claws28
14179
14180         * src/filter.c
14181                 sync the Hiro's bug fix for BSD
14182
14183 2001-12-27 [melvin]     0.6.6claws27
14184         
14185         * src/compose.c
14186                 Simplify focus to subject entry code.
14187
14188 2001-12-27 [darko]      0.6.6claws26
14189
14190         * src/filtering.c
14191         * src/mbox_folder.c
14192         * src/messageview.c
14193         * src/mh.c
14194         * src/procheader.[ch]
14195         * src/procmsg.h
14196         * src/stock_pixmap.[ch]
14197         * src/summaryview.c
14198                 Show key icon for encrypted mails in summary view
14199
14200         * src/pixmaps/clip.xpm
14201         * src/pixmaps/clipkey.xpm
14202         * src/pixmaps/key.xpm
14203                 New/modified icons for the above
14204
14205 2001-12-27 [melvin]     0.6.6claws25
14206
14207         * src/prefs_common.c
14208                 Put spell checker options in a separate tab to decrease
14209                 the Common Preferences window height.
14210
14211         * README.claws  
14212                 Update spell checker usage instruction about its options
14213                 location.
14214
14215 2001-12-27 [melvin]     0.6.6claws24
14216
14217         * src/compose.c
14218                 Changed subject entry widget position. Initial focus is
14219                 on the To header instead of the subject entry.
14220                 Creating a new header scrolls the header list to make the
14221                 created one visible. Nevertheless, when automatically filling
14222                 headers, the first one is shown.
14223                 A Tab key press in the last empty header entry zips the 
14224                 focus to the subject entry.
14225                 (I did not change the combo boxes, yet)
14226
14227 2001-12-26 [alfons]     0.6.6claws23
14228
14229         * src/prefs_account.c
14230         * src/inc.c
14231                 allow default inbox to reside in another mailbox (only
14232                 works for POP3 accounts)
14233
14234 2001-12-26 [alfons]     0.6.6claws22
14235         
14236         * src/textview.c
14237                 make reply-on-click work with the account of the selected folder
14238         * src/compose.c
14239                 put a fixme here to remind me to fix finding correct default
14240                 account for nested folders
14241
14242 2001-12-25 [alfons]     0.6.6claws21
14243
14244         * src/summaryview.c
14245                 make column headers display locked and mark pixmaps (idea by Melvin) 
14246                 fix bug by adding score and locked column type to sort array
14247
14248 2001-12-25 [alfons]     0.6.6claws20
14249         
14250         * src/summaryview.c
14251                 catch a *potentially* inadvertent write back of  
14252                 the message cache(s) introduced by 0.6.5claws37
14253
14254 2001-12-25 [christoph]  0.6.6claws19
14255
14256         * src/stock_pixmap.[ch]
14257         * src/summaryview.c
14258                 add ignore thread pixmap
14259                 (can someone draw a better icon for this?)
14260
14261 2001-12-24 [alfons]     0.6.6claws18
14262
14263         * src/prefs_folder_item.c
14264                 make address completion actually work for the
14265                 Default To address in the Folder Property dialog.
14266
14267 2001-12-24 [alfons]     0.6.6claws17
14268         
14269         * src/summaryview.c
14270                 use new style regexp for subject stripping 
14271                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14272
14273 2001-12-24 [darko]      0.6.6claws16
14274
14275         * src/pgptext.c
14276         * src/rfc2015.c
14277                 move GPG related informational messages to debug mode
14278
14279 2001-12-23 [alfons]     0.6.6claws15
14280
14281         * src/stock_pixmap.[ch]
14282         * src/summaryview.c
14283                 add the forgotten Claws' locked pixmap
14284
14285 2001-12-23 [alfons]     0.6.6claws14
14286
14287         * src/filesel.c
14288                 accept file name typed in entry in multi file
14289                 selector (patch submitted by Gustavo Noronha Silva 
14290                 <kov@debian.org>)
14291
14292 2001-12-23 [alfons]     0.6.6claws13
14293
14294         * src/prefs_filter.c
14295         * src/prefs_filtering.c
14296         * src/matcher.c
14297         * src/importmutt.c
14298                 clean up a little bit
14299         
14300         * src/string_match.c
14301                 validate input strings a little bit more
14302
14303 2001-12-23 [alfons]     0.6.6claws12
14304
14305         * src/Makefile.am
14306         * src/summaryview.c
14307         * src/string_match.[ch]         ** NEW **
14308         * src/folderview.[ch]
14309         * src/headerview.h
14310         * src/folder.[ch]
14311         * src/prefs_folder_item.[ch]
14312                 add subject simplification to strip out strings from
14313                 a subject line (esp. handy for mailing lists). 
14314                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14315                 but slightly changed things for better integration.)
14316
14317 2001-12-23 [alfons]     0.6.6claws11
14318
14319         * src/mainwindow.c
14320                 fix bug introduced by submission included in 0.6.5claws52.
14321                 ideally this submission should clean the trash if any trash
14322                 folder has a message. however, the hasTrash variable was
14323                 set to false whenever a trash folder was empty (discarding
14324                 a previously found *filled* trash folder.)
14325
14326                 also edited the code a little bit and made it more safe.
14327
14328 2001-12-22 [alfons]     0.6.6claws10
14329
14330         * src/imap.c
14331                 quick fix for Martin Pool's omission of an account
14332                 specific SSL setting
14333
14334 2001-12-22 [alfons]     0.6.6claws9
14335
14336         * src/compose.c
14337         * src/messageview.c
14338         * src/mimeview.c
14339         * src/pgptext.c
14340         * src/procmime.[ch]
14341                 better support for multipart/digest (submitted
14342                 by Fredrik <e98fo@efd.lth.se>)
14343
14344 2001-12-22 [alfons]     0.6.6claws8
14345
14346         * src/addressbook.c
14347                 correct function signature
14348         * src/socket.[ch]
14349         * src/imap.[ch]
14350         * src/prefs_account.[ch]
14351                 allow IMAP over SSH tunnel (patch submitted by 
14352                 Martin Pool <mbp@samba.org>)
14353
14354 2001-12-21 [alfons]     0.6.6claws7
14355
14356         * sync with sylpheed 0.6.6cvs4-9
14357                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14358
14359 2001-12-21 [christoph]  0.6.6claws6
14360
14361         * src/compose.c
14362         * src/prefs_folder_item.[ch]
14363                 implement saving of outgoing messages to current folder.
14364                 fix segfault when no default outbox is available
14365                 (closes bug #495683)
14366
14367 2001-12-21 [carsten]    0.6.6claws5
14368         * src/folderview.c
14369         * src/summaryview.c
14370                 pressing CTRL while DND does now the expected thing and
14371                 copies the mail (moving is still the default, as this
14372                 seam more appropriate for handling mails by DND)
14373
14374 2001-12-18 [paul]       0.6.6claws4
14375
14376         * sync with sylpheed 0.6.6cvs3
14377                 see ChangeLog entries 2001-12-18
14378
14379 2001-12-18 [hiro]       0.6.6claws3
14380
14381         * src/undo.c
14382                 fix for multibyte characters (obtain the number of letters
14383                 instead of bytes).
14384
14385 2001-12-17 [paul]       0.6.6claws2
14386
14387         * sync with sylpheed 0.6.6cvs1
14388                 see ChangeLog entry 2001-12-16
14389
14390 2000-12-17 [alfons]     0.6.6claws1
14391
14392         * src/filtering.c
14393                 clean up
14394
14395 2001-12-16 [paul]       0.6.6claws
14396 2001-12-15
14397
14398         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14399
14400         * src/mimeview.c
14401                 last minute sync with main 0.6.6
14402
14403         * po/es.po
14404                 updated by Ricardo Mones Lastra
14405                 update for last minute sync
14406         * po/fr.po
14407         * po/nl.po
14408                 update for last minute sync
14409         * po/de.po
14410                 updated by Jens Oberender
14411         * po/pt_BR.po
14412                 updated by Fabio Junior Beneditto
14413
14414         * src/prefs_common.[ch]
14415         * src/undo.c
14416                 number of undo levels is user configurable
14417                 (squeeze it into the release in the dying
14418                 moments) Submitted by Jens Oberender    
14419
14420 2001-12-15 [melvin]
14421
14422         * po/fr.po
14423                 updated french translation
14424
14425 2001-12-15 [paul]       0.6.5claws92
14426
14427         * sync with sylpheed 0.6.5cvs28
14428                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14429
14430         * po/nl.po
14431                 update to allow for sync
14432
14433 2001-12-15 [alfons]
14434         
14435         * po/nl.po
14436                 update dutch translation
14437
14438 2001-12-14 [carsten]    0.6.5claws91
14439         * src/summaryview.c
14440                 fixed bug #473785; also after changing the column order
14441                 the same message will be selected and displayed as before
14442                 the reordering
14443
14444 2001-12-14 [carsten]    0.6.5claws90
14445         * src/folderview.c
14446                 probably found the bug reported by wwb opening or closing
14447                 a folder tree just before dnd (found the solution in the
14448                 balsa source -- thanks to them)
14449
14450 2001-12-14 [carsten]    0.6.5claws89
14451         * src/gtkutils.c
14452         * src/account.c
14453                 moved gtk_clist_moveto to the right place, so that
14454                 only the accounts dialog is effected on opening
14455
14456 2001-12-14 [carsten]    0.6.5claws88
14457         * src/gtkutils.c
14458                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14459                 now, so that the focused row will be seen in any case
14460                 (reported by wwp on sf-claws-user)
14461
14462 2001-12-14 [darko]      0.6.5claws87
14463
14464         * src/compose.c
14465                 remove unnecessary line
14466
14467 2001-12-14 [paul]       0.6.5claws86
14468
14469         * sync with sylpheed 0.6.5cvs27
14470                 see ChangeLog entries 2001-12-14
14471
14472 2001-12-14 [carsten]    0.6.5claws85
14473         * src/mainwindow.c
14474                 following a suggestion of Melvin the rcoabm pops up
14475                 right under the button now and the button is reliefed
14476                 while the popup is open
14477
14478 2001-12-14 [darko]      0.6.5claws84
14479
14480         * src/compose.c
14481                 fix crash when wrapping long lines if linewrap quotation
14482                 is disabled and wrapper encounters a word spanning more
14483                 than one line
14484
14485 2001-12-13 [paul]       0.6.5claws83
14486
14487         * src/compose.c
14488                 prefer 'Reply-To' header over mailing list header when
14489                 replying to a message. Finally prevent all those confirmation 
14490                 messages being sent to the list itself.
14491
14492         * src/summaryview.c
14493                 remove unused summary_set_menu_sensitive() entry
14494
14495 2001-12-13 [paul]       0.6.5claws82
14496
14497         * src/folderview.c
14498         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14499         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14500         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14501                 improvements to 'Hide read messages': Inbox, Outbox,
14502                 Trash, Queue, and Draft icons now reveal presence of hidden 
14503                 messages
14504
14505 2001-12-12 [alfons]     0.6.5claws81
14506
14507         0.6.5claws80 was tagged as LAST_STABLE
14508
14509         * src/filtering.[ch]
14510         * src/matcher.[ch]
14511         * src/matcher_parser_lex.c
14512                 fix the filtering; my last attempt to get it right, 
14513                 if it does not work, it's Hoa's turn. ;-)
14514
14515                 for my honourable peers:
14516                 
14517                 the code now makes a clear distinction between
14518                 rules as they are displayed (probably escaped),
14519                 and as they are executed (probably unescaped). the
14520                 parser does *NOT* do any unescaping, this is
14521                 the task of the matcher.c (which breaks up a
14522                 rule into condition) and the filtering.c (which
14523                 breaks up the rule's action). to make this
14524                 run happily we provide an unescaped copy of
14525                 crucial strings to the MatcherProp and 
14526                 FilteringAction structures. note that the only
14527                 exception to this is any REGEXP string. those
14528                 are directly passed to regcomp() and regexp()
14529                 (who have much more powerful unescape functions).
14530                 
14531                 for everyone else:
14532         
14533                 you can escape tab (\t), carriage return (\r),
14534                 linefeed (\n), form feed (\f), quote (\"), 
14535                 single quote (\'), bell (\b) in all the entry
14536                 lines in the scoring & filtering dialogs.
14537                 as an added bonus this should not affect
14538                 existing filtering rules.
14539
14540 2001-12-12 [carsten]    0.6.5claws80
14541
14542         * src/summaryview.c
14543         * po/de.po
14544                 "item(s) selected" is now sensitive to 1 or more
14545                 than one selected (nice for language where simple
14546                 adding of a "s" is not possible as German (Eintrag
14547                 ->Eintr"age)
14548                 
14549                 the "forward as attachment" entry from the right
14550                 click menu removed, "forward" acts following the
14551                 prefs
14552         
14553         * src/textview.c
14554                 reverted my former changes; so compiler warning again
14555                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14556                 nevertheless
14557
14558         * src/messageview.c
14559                 "search in message" does now *not* only work in MVIEW_TEXT
14560                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14561                 message
14562
14563         * src/mainwindow.c
14564                 removed "/File/_Close" as it was the same as "/File/E_xit"
14565                 and we don't need it two times
14566
14567                 the separate folder view and message view now get a distinct
14568                 WMCLASS, just in case someone is using sawfish ;-)
14569
14570                 as the menu entries "/View/Message view" and "/View/Folder tree"
14571                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14572                 make them sensitive accordingly and as these two are "shown"
14573                 after startup anytime check this menuitem at startup
14574
14575 2001-12-12 [paul]       0.6.5claws79
14576
14577         * src/folderview.c
14578                 fix sensitivity of 'Search folder...', broken in
14579                 0.6.5claws75
14580
14581         * src/mainwindow.c
14582                 fix dodgy English
14583
14584 2001-12-11 [carsten]    0.6.5claws78
14585         * src/filtering.c
14586                 fixed two typos returning a wrong FALSE/TRUE
14587         * src/mainwindow.[ch]
14588                 extra menu for email/news button removed
14589
14590 2001-12-11 [alfons]     0.6.5claws77
14591         
14592         * src/matcher.c                 (1.3)
14593         * src/matcher_parser_lex.l      (1.28)
14594                 revert for another attempt
14595                 mark 0.6.5claws77 as LAST_STABLE
14596
14597 2001-12-11 [christoph]  0.6.5claws76
14598
14599         * po/de.po
14600                 fixed wrong translation for prev. unread msg
14601
14602 2001-12-11 [paul]       0.6.5claws75
14603
14604         * src/folder.[ch]
14605         * src/folderview.c
14606         * src/mainwindow.c
14607         * src/summaryview.[ch]
14608         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14609                 enable ability to hide read messages on per folder basis via 
14610                 '/Summary/Hide read messages'; when selected, a folder will 
14611                 have a red open folder icon, instead of a blue icon, if the 
14612                 folder contains hidden messges
14613                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14614
14615         * src/mainwindow.c
14616                 remove '/Message/Forward as attachment' from 
14617                 main_window_set_menu_sensitive() to prevent debug warning
14618
14619         * src/folderview.c
14620         * src/mainwindow.c
14621                 Clean up some of the English
14622
14623         * tools/newscache_clean.pl
14624                 allow for new 'hidereadmsgs' entry in folderlist.xml
14625
14626         * po/es.po
14627                 updated translation, submitted by Ricardo Mones Lastra
14628
14629 2001-12-11 [paul]       0.6.5claws74
14630
14631         * sync with sylpheed 0.6.5cvs25
14632                 see ChangeLog entry 2001-12-11
14633
14634 2001-12-10 [alfons]     0.6.5claws73
14635
14636         * src/matcher.c
14637                 add more control characters
14638         * src/matcher_parser_lex.l
14639                 make escaping / unescaping work again
14640
14641 2001-12-10 [alfons]     0.6.5claws72
14642
14643         * src/imap.c
14644                 clean up warnings "returning value for void function" 
14645         * src/prefs_filtering.c
14646                 make info button for execute action sensitive
14647
14648 2001-12-10 [paul]       0.6.5claws71
14649
14650         * src/compose.c
14651         * src/imap.[ch]
14652         * src/summaryview.c
14653                 fix: imap server now gets informed of MARKED, UNMARKED
14654                 and REPLY events. Now people can use different IMAP-Mail
14655                 clients and have the exact same information about MARKED,
14656                 UNMARKED and REPLY status with all of them. Especially
14657                 useful for imap servers with a web-frontend.
14658                 submitted by Tobias Sandhaas <medlor@web.de>
14659
14660 2001-12-09 [melvin]     0.6.5claws70
14661         
14662         * src/textview.[ch]
14663                 fixed bug #490076 (hunted down by Alfons who implemented
14664                 a workaround in 0.6.5claws65)
14665
14666 2001-12-09 [christoph]  0.6.5claws69
14667
14668         * src/summaryview.c
14669                 set pointer to string in LOCKED column to NULL
14670                 (might fix bug #490800)
14671
14672 2001-12-09 [carsten]    0.6.5claws68
14673
14674         * po/de.po
14675                 resolved some cluttered menu shortcuts 
14676                 ('creating new email' and 'creating news message'
14677                 hade the same)
14678         * src/compose.c
14679                 wmclass now distinc from main window
14680         * src/mainwindow.c
14681           src/mainwindow.h
14682                 email/news and forward button functionality similar
14683                 to the reply buttons; removed the ugly dropdown arrows
14684                 and use instead the right mouse button
14685
14686 2001-12-09 [paul]       0.6.5claws67
14687
14688         * src/imap.c
14689         * src/utils.h
14690                 allow spaces in imap folder names
14691                 submitted by Willem van Engen <wvengen@stack.nl>
14692
14693 2001-12-09 [paul]       0.6.5claws66
14694
14695         * sync with sylpheed 0.6.5cvs24
14696                 see ChangeLog entry 2001-12-09
14697
14698 2001-12-08 [alfons]     0.6.5claws65
14699
14700         * src/textview.c
14701                 prevent secondary selection claim after "add to sender" dialog
14702                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14703                 we trick GTK by simulating a click at (0, 0) in the textview.
14704
14705 2001-12-08 [hoa]        0.6.5claws64
14706
14707         * src/folder.c
14708                 fixed a bug about the .processing folder name while filtering
14709
14710 2001-12-08 [alfons]     0.6.5claws63
14711
14712         * src/folderview.c 
14713                 work around problem of not correctly updating folder stats
14714                 when deleting messages. there's some folder scanning evil
14715                 going so the folderview_update_msg_num() does not work
14716                 correctly. need to investigate this.
14717
14718 2001-12-08 [paul]       0.6.5claws62
14719
14720         * sync with sylpheed 0.6.5cvs23
14721                 see ChangeLog entry 2001-12-08
14722
14723 2001-12-07 [christoph]  0.6.5claws61
14724
14725         * src/compose.c
14726                 fix another header translation problem
14727
14728 2001-12-07 [alfons]     0.6.5claws60
14729
14730         * src/mbox.c
14731                 make filtering also work on local spool mbox
14732
14733 2001-12-07 [carsten]    0.6.5claws59
14734         * src/addressbook.c
14735                 addressbook window gets a wmclass distinct from the main
14736                 sylpheed window
14737         * src/compose.h
14738         * src/mainwindow.[ch]
14739                   forward menu item will use mode selected in prefs, forward 
14740                 as attatchment in menu removed (will be substituted in the
14741                 toolbar similar to reply buttons)
14742                   create news message menu entry and news button is now 
14743                 sensitive to the existance of a news account
14744         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14745         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14746         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14747                 these are removed because the toolbar buttons don't show
14748                 the quoting modus any longer
14749
14750 2001-12-07 [paul]
14751
14752         * tools/newscache_clean.pl      ** NEW FILE **
14753                 perl script to do some tidying up in the newscache directory 
14754                 
14755         * tools/sylpheed-switcher       ** NEW FILE **
14756                 perl script to enable easy switching between main and claws
14757                 
14758         * tools/README
14759                 added descriptions of the two new perl scripts          
14760
14761
14762 2001-12-07 [melvin]     0.6.5claws58
14763
14764         * src/messageview.c
14765                 fixed a warning during compilation introduced in 0.6.5claws56
14766
14767 2001-12-07 [paul]       0.6.5claws57
14768
14769         * src/mainwindow.[ch]
14770         * src/menu.[ch]
14771                 further usability enhancements to replying with or without 
14772                 quoting via the toolbar, use of Ctrl key is replaced by 
14773                 drop down menu 
14774                 Submitted by Carsten Schurig            
14775
14776 2001-12-07 [melvin]     0.6.5claws56
14777
14778         * src/messageview.c
14779                 hack to fix bug that prevented to make/paste selections
14780                 after switching between MVIEW_TEXT and MVIEW_MIME views
14781                 without deselecting the selection first.
14782
14783 2001-12-06 [alfons]     0.6.5claws55
14784
14785         * src/filtering.[ch]
14786         * src/inc.c
14787                 revise filtering a little bit more, and make sure
14788                 messages are delivered to the appropriate inbox
14789                 (perhaps set per account)
14790
14791 2001-12-06 [paul]       0.6.5claws54
14792
14793         * sync with sylpheed 0.6.5cvs22
14794                 see ChangeLog entry 2001-12-06
14795
14796 2001-12-05 [alfons]     0.6.5claws53
14797
14798         * src/inc.c
14799         * src/folder.[ch]
14800         * src/procmsg.c
14801         * src/filtering.c
14802                 more revisions of filtering system
14803                 (last stable version is marked as LAST_STABLE)
14804                 
14805                 | NOTE 1): the filtering system now uses a local folder called
14806                 | .processing. if filtering fails, check this directory
14807                 | for missing messages.
14808                 |
14809                 | NOTE 2): help us find the filtering actions still missing
14810
14811 2001-12-05 [paul]       0.6.5claws52
14812
14813         * src/mainwindow.c
14814                 fix bug where 'Empty Trash?' pop-up window appears even
14815                 when Trash is empty, submitted by Jesse Skinner         
14816
14817 2001-12-05 [melvin]     0.6.5claws51
14818
14819         * src/compose.c
14820                 fixed bug #486106 to select correct account when reediting 
14821                 a queued message
14822         
14823 2001-12-04 [alfons]     0.6.5claws50
14824
14825         * src/mh.c
14826                 declare markfile in appropriate functions when
14827                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14828                 for spotting this)
14829
14830 2001-12-04 [paul]       0.6.5claws49
14831
14832         * sync with sylpheed 0.6.5cvs21
14833                 see ChangeLog entry 2001-12-04
14834
14835 2001-12-03 [christoph]  0.6.5claws48
14836
14837         * po/de.po
14838                 changed translation of undo
14839         * src/account.c
14840         * src/folder.c
14841                 don't reinvent the wheel to traverse a GNode
14842         * src/compose.[ch]
14843                 seperate code to create the compose gui into functions
14844                 add "Others" page with folder selection for saving copy
14845                 of the message.
14846                 the folder identifier is saved to queue header
14847         * src/procmsg.c
14848                 save message to folder in queue header
14849
14850 2001-12-03 [paul]       0.6.5claws47
14851
14852         * sync with sylpheed 0.6.5cvs20
14853                 see ChangeLog entry 2001-12-03
14854
14855 2001-12-01 [paul]
14856
14857         * more sync with sylpheed 0.6.5cvs19
14858                 see ChangeLog entry 2001-11-29
14859
14860 2001-11-30 [paul]       0.6.5claws46
14861         
14862         * src/compose.c
14863                 remove conflicts introduced by Hoa's last commit
14864          
14865         * src/mainwindow.c
14866                 make 'Message/Bounce' sensitive
14867
14868 2001-11-30 [hoa]        0.6.5claws45
14869
14870         * src/compose.c
14871                 slightly change bounce function to add
14872                 information about the user that bounced the mail
14873                 in the From header line.
14874
14875         * src/folderview.c
14876                 permit the use of processing in outbox folder.
14877
14878 2001-11-29 [paul]       0.6.5claws44
14879
14880         * src/mainwindow.[ch]
14881         * src/prefs_common.c
14882         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14883         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14884         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14885                 usability enhancements to the quoting, implements
14886                 use of Ctrl key to toggle quoting settings
14887                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14888
14889 2001-11-29 [paul]       0.6.5claws43
14890         
14891         * sync with sylpheed 0.6.5cvs19
14892                 see ChangeLog entry 2001-11-28
14893
14894 2001-11-29 [melvin]     0.6.5claws42
14895         * src/Makefile.am
14896                 added enriched.[ch] to the list of files
14897
14898         * src/textview.c
14899         * src/mimeview.c
14900         * src/procmime.[ch]
14901         * src/enriched.[ch]
14902                 added support to view text/enriched
14903                 added support to show headers in message view for text/enriched and text/html
14904                         in non multipart messages
14905
14906 2001-11-28 [paul]       0.6.5claws41
14907
14908         * more sync with sylpheed 0.6.5cvs18
14909                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14910
14911 2001-11-27 [paul]       0.6.5claws40
14912         
14913         * po/pt_BR.po
14914                 updated translation, submitted by Fabio Junior Beneditto
14915                 
14916         * sync with sylpheed 0.6.5cvs18
14917                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14918                 2001-11-27
14919
14920
14921 2001-11-26 [paul]
14922
14923         * po/es.po
14924                 updated translation, submitted by Ricardo Mones Lastra
14925
14926 2001-11-26 [alfons]
14927
14928         * src/matcher.c
14929                 add more translatable strings
14930
14931 2001-11-26 [christoph]  0.6.5claws39
14932
14933         * po/de.po      
14934                 fixed one more umlaut
14935         * src/compose.c
14936                 fix translated header when it should not be translated
14937
14938 2001-11-26 [paul]       0.6.5claws38
14939
14940         * src/mainwindow.c
14941                 remove '/Message/Add Sender to address book' from 
14942                 main_window_set_menu_sensitive(), prevent debug warning
14943                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14944
14945 2001-11-26 [paul]       0.6.5claws37
14946
14947         * src/summaryview.c
14948                 fix 'recurring unread state' bug 
14949
14950         * tools/README 
14951         * tools/filter_conv.pl
14952                 read name of top level mailbox from folderlist.xml
14953                 and presume nothing about its name              
14954
14955 2001-11-26 [darko]      0.6.5claws36
14956
14957         * src/gtkstext.[ch]
14958                 removed functions that are now in gtkutils.c
14959                 use gtkut_text_is_uri_string() from gtkutils.c
14960         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14961
14962 2001-11-26 [paul]       0.6.5claws35
14963
14964         * sync with sylpheed 0.6.5cvs16
14965                 see ChangeLog entries 2001-11-25 and 2001-11-26
14966
14967 2001-11-25 [alfons]     0.6.5claws34
14968
14969         EXPERIMENTAL!!! Please checkout the last stable version using: 
14970           
14971         % cvs update -r LAST_STABLE -dRAP
14972
14973         (Or help us testing this stuff.)
14974
14975         * src/filtering.c               (1.14)
14976         * src/filtering.h               (1.6)
14977         * src/inc.c                     (1.28)
14978         * src/matcher.c                 (1.20)
14979         * src/mbox.c                    (1.9)
14980         * src/procmsg.h                 (1.14)
14981         * src/summaryview.c             (1.59)
14982         * src/summaryview.h             (dunno)
14983                 revert/merge/sync to as it was before commit 
14984                 on Thu, 19 Jul 2001 10:15:51 -0700.
14985
14986 2001-11-25 [hoa]        0.6.5claws33
14987
14988         * src/main.c
14989                 processing mails at startup
14990
14991         * src/folderview.c
14992         * src/summaryview.[ch]
14993                 processing mails when entering folder
14994
14995         * src/prefs_filtering.c
14996                 fixed some UI bugs
14997
14998 2001-11-24 [alfons]     0.6.5claws32
14999
15000         * src/summaryview.[ch]
15001                 make summary sort headers work, and also make
15002                 sure the sort type is stored
15003
15004 2001-11-23 [alfons]     0.6.5claws31
15005
15006         * src/summaryview.[ch]
15007                 make lock work like mark
15008                 disallow deleting messages marked as locked
15009
15010 2001-11-23 [alfons]     0.6.5claws30
15011
15012         * src/gtkstext.c
15013         * src/compose.[ch]
15014         * src/Makefile.am
15015         * src/undo.[ch]
15016                 merge undo patch submitted by Jens
15017
15018 2001-11-23 [christoph]  0.6.5claws29
15019
15020         * src/.cvsignore
15021                 added ylwrap
15022         * src/compose.c
15023                 fixed gpg signing and encoding
15024         * src/folder.[ch]
15025         * src/main.c
15026                 added --status option to get new, unread and total
15027                 message count from a running sylpheed
15028         * src/prefs_common.c
15029                 temporary fix for reply_with_quote problem
15030                 (don't call functions for non existing widget)
15031         * src/procmsg.c
15032                 one more check for ignored threads but still not
15033                 always working correctly. probably a recursive
15034                 check for all parents is needed
15035
15036 2001-11-23 [darko]      0.6.5claws28
15037
15038         * src/compose.c
15039                 wrapping on send improvements
15040         * src/gtkutils.[ch]
15041                 fix for GtkSText after last sync with main branch
15042                 GTK_TEXT -> GTK_STEXT
15043
15044 2001-11-23 [paul]       0.6.5claws27
15045
15046         * sync with sylpheed 0.6.5cvs14
15047                 see ChangeLog entries 2001-11-22 and 2001-11-23
15048                 
15049         * po/de.po
15050                 fixed the scrambled umlauts 
15051                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15052
15053 2001-11-21 [paul]       0.6.5claws26
15054
15055         * sync with sylpheed 0.6.5cvs12
15056                 see 2nd ChangeLog entry dated 2001-11-20
15057
15058 2001-11-20 [paul]       0.6.5claws25
15059
15060         * sync with sylpheed 0.6.5cvs11
15061                 see ChangeLog entry 2001-11-19 (src/utils.c)
15062
15063 2001-11-20 [hiro]
15064
15065         * src/compose.c
15066                 GTK_TEXT -> GTK_STEXT
15067                 fix for wrong comment
15068
15069 2001-11-20 [hiro]       0.6.5claws24
15070
15071         * src/compose.[ch]
15072                 more merges from main branch
15073                 removed fatal warnings (uninitialized variables etc.)
15074                 some coding style fix
15075         * src/gtkutils.h
15076                 fixed typo.
15077         * src/addressbook.c
15078           src/addrindex.c
15079                 V-Card -> vCard
15080
15081 2001-11-19 [hoa]        0.6.5claws23
15082
15083         * src/filtering.c
15084         * src/prefs_scoring.c
15085         * src/matcher.[ch]
15086         * src/scoring.c
15087                 cleaning code
15088
15089         * src/matcher_parser_parse.y
15090         * src/prefs_filtering.c
15091                 bouncing
15092
15093 2001-11-19 [alfons]     0.6.5claws22
15094
15095         more of my old things into claws
15096
15097         * src/Makefile.am
15098         * src/prefs_common.c
15099         * src/procmsg.h
15100         * src/summaryview.[ch]
15101         * src/prefs_summary_column.c
15102         * src/pixmaps/locked.xpm
15103                 add indicators for locking of message in summary view
15104                 (does not work yet, only visual indicator)
15105
15106 2001-11-19 [paul]       0.6.5claws21
15107
15108         * sync with sylpheed 0.6.5cvs10
15109                 see ChangeLog entry 2001-11-19
15110
15111 2001-11-18 [alfons]     0.6.5claws20
15112         
15113         * src/filtering.c
15114                 remove an inadvertent free I forgot in previous clean up 
15115
15116 2001-11-18 [alfons]     0.6.5claws19
15117
15118         * src/filtering.[ch]
15119                 clean up & plug leaks
15120
15121 2001-11-18 [paul]       0.6.5claws18
15122
15123         * sync with sylpheed 0.6.5cvs9
15124                 see ChangeLog entries 2001-11-17 and 2001-11-18
15125
15126 2001-11-16 [paul]       0.6.5claws17
15127
15128         * sync with sylpheed 0.6.5cvs8
15129                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15130
15131 2001-11-16 [paul]       0.6.5claws16
15132
15133         * sync with sylpheed 0.6.5cvs7
15134                 see ChangeLog entries 2001-11-15 and 2001-11-16
15135
15136 2001-11-15 [hoa]        0.6.5claws15
15137
15138         * src/compose.c
15139                 fix bounce, mails we received couln't be bounced to ourself.
15140
15141         * src/defs.h
15142         * src/filtering.[ch]
15143         * src/matcher.[ch]
15144         * src/matcher_parser.h
15145         * src/matcher_parser_lex.l
15146         * src/matcher_parser_parse.y
15147         * src/inc.c
15148         * src/main.c
15149         * src/mbox.c
15150         * src/prefs_filtering.[ch]
15151         * src/mainwindow.c
15152         * src/prefs_matcher.c
15153         * src/prefs_scoring.c
15154         * src/scoring.[ch]
15155         * src/summaryview.c
15156                 new matcher/filter/score configuration file parser
15157                 one unique configuration file => ~/.sylpheed/matcherrc
15158                 import in currently automatic, then save are made
15159                 in this new file.
15160                 one filter per folder and one global filter
15161                 (filter of a folder will be used as folder processing)
15162
15163         * src/folder.c
15164                 fix a bug in folder_item_get_identifier
15165                 
15166         * src/messageview.c
15167                 receive receipt return are fixed.
15168
15169 2001-11-14 [alfons]     0.6.5claws14
15170
15171         * src/session.h
15172                 add things from main branch to make claws compile
15173
15174 2001-11-14 [paul]       0.6.5claws13
15175
15176         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15177                 see ChangeLog entries 2001-11-08 to 2001-11-14
15178
15179 2001-11-14 [hoa] 0.6.5claws12
15180
15181         * src/compose.[ch]
15182         * src/mainwindow.c
15183         * src/summaryview.c
15184                 add "bounce mail" option
15185
15186 2001-11-13 [christoph]  0.6.5claws11
15187
15188         * src/compose.c
15189                 Cleanup a mess i add before commiting
15190
15191 2001-11-13 [hoa]        0.6.5claws10
15192
15193         * src/compose.c
15194                 some fixes when mail are sent or
15195                 for crossposts
15196
15197 2001-11-13 [christoph]  0.6.5claws9
15198
15199         * po/de.po
15200                 Changed two string with the same translation
15201         * src/compose.c
15202         * src/procmsg.[ch]
15203         * src/send.[ch]
15204                 New mailsending process:
15205                   - Always queue message before sending
15206                     (message will be saved if sylpheed crashed or
15207                      freezes while sending)
15208                   - Allow queuing of newspostings
15209                   - No copy in outbox before sending
15210                     (closes bug #469501)
15211                   - No more redundant code for send and send_later
15212         * src/summaryview.c
15213                 Applied wwp <subscript@free.fr>'s patch that fixes
15214                 marks for multiple forwarded messages (+compose.c)
15215
15216 2001-11-12 [alfons]
15217
15218         * README.claws
15219                 remove things that are now in main branch
15220         
15221         * po/nl.po
15222                 update Dutch translation
15223
15224 2001-11-12 [mhadasht]   0.6.5.claws8
15225
15226         * src/prefs_common.c
15227                 re-enabled account autoselection feature for forward
15228                 and reedit lost during the branch point for SYNC-B4-REL
15229         * src/gtkspell.c
15230                 gtkpspell_get_dict(): more readable code (even if function is
15231                 not used yet)
15232         * ChangeLog.claws
15233                 added version number info to 2001-11-12 [hiro] comment.
15234
15235 2001-11-12 [hiro]       0.6.5.claws7
15236
15237         * src/compose.c
15238                 compose_forward(): fixed a bug that forward quote mark
15239                 wasn't used.
15240                 removed unnecessary code.
15241         * src/template_select.[ch]: removed.
15242
15243 2001-11-11 [alfons]
15244
15245         * src/compose.c
15246                 :%s/GTK_TEXT/GTK_STEXT/g
15247         
15248         * src/compose.[ch]
15249         * src/undo.[ch]
15250         * src/Makefile.am
15251                 revert the undo stuff (this is 0.6.6claws stuff)
15252
15253 2001-11-11 [hoa]        0.6.5.claws6
15254
15255         * src/compose.[ch]
15256                 Insert signature at the end of the text.
15257                 Added undo patch but currently disabled
15258
15259         * src/procmsg.c
15260                 Threading by subject improved.
15261
15262         * added src/undo.[ch]
15263                 Undo module for compose dialog box.
15264
15265 2001-11-11 [alfons]     0.6.5.claws5
15266
15267         * src/procmsg.c
15268                 prevent threading by subject on nodes that have already been
15269                 threaded by in-reply-to (as in "circular references in a tree
15270                 result in a dead branch")
15271
15272 2001-11-09 [hoa]        0.6.5.claws4
15273         
15274         * src/folderview.c
15275                 allows creation of mbox folder item from any files.
15276
15277 2001-11-09 [alfons]     0.6.5.claws3
15278         
15279         * src/utils.c
15280         * src/procmsg.c
15281                 do what I mean and correct threading by subject so it really
15282                 ignores attracting lines without "Re: "
15283
15284 2001-11-07 [alfons]     0.6.5.claws2
15285
15286         * src/procmsg.c
15287         * src/utils.[ch]
15288                 only attract by subject if a subject line starts with a "Re: "
15289         * src/syldap.c
15290                 remove warning
15291
15292 2001-11-07 [paul]       0.6.5claws1
15293
15294         * sync with sylpheed 0.6.5. release
15295                 see ChangeLog entry 2001-11-07
15296
15297 2001-11-07 [paul]       0.6.4claws31
15298
15299         * sync with sylpheed 0.6.4cvs18
15300                 see ChangeLog entries 2001-10-30 to 2001-11-07
15301                 prefs_templates.[ch] renamed prefs_template.[ch]
15302
15303 2001-11-06 [alfons]
15304         
15305         * src/utils.h
15306                 add semicolon Hoa forgot ;-)
15307                 
15308
15309 2001-11-06 [hoa]        0.6.4claws30
15310         
15311         * src/procmsg.c
15312         * src/summaryview.c
15313         * src/utils.c
15314         * src/utils.h
15315                 threading by subject - empty subject are ignored
15316
15317 2001-11-06 [christoph]  0.6.4claws29
15318
15319         * src/socket.c
15320                 use SSL_peek for sock_gets
15321         * src/utils.c
15322                 removed unneeded pointer in extracting quoted
15323                 names implementation
15324
15325 2001-11-06 [melvin]     0.6.4claws28
15326
15327         * src/gtkspell.c
15328                 fixed bug #476792 Selection overtyping with spell checker
15329                 fixed bug which could cause a buffer overflow
15330                 fixed a memory leak
15331
15332 2001-11-06 [hoa]        0.6.4claws27
15333         
15334         * src/procmsg.c
15335         * src/summaryview.c
15336                 threading by subject
15337
15338 2001-11-05 [alfons]     0.6.4claws26
15339         
15340         * README.claws
15341                 Claws -> Sylpheed (vice versa)
15342
15343         * src/compose.c
15344                 :%s/gtk_text/gtk_stext/g
15345                 :%s/GTK_TEXT/GTK_STEXT/g
15346                 (thanks to Jonathan Ware for spotting this)
15347
15348 2001-11-04 [christoph]  0.6.4claws25
15349
15350         * src/summaryview.c
15351                 replace Xalloca + strdup with Xstrdup_a
15352         * src/utils.c
15353                 better implementation of extracting quoted names
15354                 from addresses (remove backlashes and ignore
15355                 quotes after them)
15356
15357 2001-11-04 [alfons]     0.6.4claws24
15358
15359         * src/utils.[ch]
15360                 edit to comply more with coding style
15361
15362         * src/textview.c
15363                 fix bug reported by Kim Schulz. introduced by the patch integrated
15364                 in 0.6.4claws15. the code did not check the return value of
15365                 the html parser.
15366
15367         * AUTHORS
15368                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15369
15370 2001-11-04 [christoph]  0.6.4claws23
15371
15372         * src/main.c
15373         * src/prefs_common.[ch]
15374                 init some pointers that possibly caused a segfault
15375                 reported in the claws-users ML
15376
15377 2001-11-04 [hoa]        0.6.4claws22
15378
15379         * src/grouplistdialog.c
15380                 change the names of the nodes in the tree
15381
15382         * src/compose.c
15383                 enhanced mailto syntax as described in
15384                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15385                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15386
15387         * src/utils.c
15388                 encode and decode URI (useful when opening URL into
15389                 netscape).
15390
15391 2001-11-03 [hoa]        0.6.4claws21
15392
15393         * src/grouplistdialog.c
15394                 a new newsgroups list selection dialog box
15395                 with a CTree instead of a CList
15396
15397 2001-11-03 [hoa]        0.6.4claws20
15398
15399         * src/folderview.c
15400                 enable property and scoring options when right
15401                 click on "inbox"
15402
15403         * src/summaryview.c
15404                 fixed bug when nickname were displayed using
15405                 the address book.
15406
15407 2001-11-02 [darko]      0.6.4claws19
15408
15409         * src/compose.c
15410                 new wrap quotation and URL/long words wrapping implementation
15411         * src/compose.c src/gtkstext.[ch]
15412                 move gtkstext_strncmp() to gtkstext.c
15413
15414 2001-11-01 [christoph]  0.6.4claws18
15415
15416         * src/prefs_account.c
15417                 fixed mess in account settings dialog
15418         * src/prefs_folder_item.c
15419                 added label with folder path to dialog
15420
15421 2001-10-31 [match]      0.6.4claws17
15422
15423         * src/vcard.c
15424                 fix memory leak.
15425         * src/addrbook.c
15426                 fix generation of spurious address book file names.
15427                 remove redundant functions.
15428         * po/POTFILES.in
15429                 added missing file names.
15430
15431 2001-10-30 [paul]       0.6.4claws16
15432
15433         * sync with sylpheed 0.6.4cvs6
15434                 see ChangeLog entries 2001-10-26 to 2001-10-30
15435
15436         * tools/filter_conv.pl
15437                 read folderlist.xml to discover whether the top-level
15438                 folder is called 'Mailbox' or 'Mail' 
15439
15440 2001-10-29 [paul]       0.6.4claws15
15441
15442         * src/html.c, src/textview.c
15443                 activate links in html mail and fix clickable parts
15444                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15445
15446 2001-10-29 [paul]
15447
15448         * po/de.po, po/es.po, po/pt_BR/po
15449                 updated translations, submitted by Jens Oberender,
15450                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15451
15452 2001-10-29 [darko]      0.6.4claws14
15453
15454         * src/compose.c
15455                 fix wrapping for good
15456
15457 2001-10-29 [darko]
15458
15459         * src/compose.c
15460                 undo previous change as it broke the smart wrapping
15461
15462 2001-10-29 [darko]      0.6.4claws13
15463
15464         * src/compose.c
15465                 fix infinite loop when long URL is quoted
15466                 (closes bug #475122.
15467
15468 2001-10-28 [match]
15469
15470         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15471                 import Mutt address book
15472         * src/ldif.[ch] src/importldif.h
15473                 modified import LDIF handle user attributes
15474
15475 2001-10-28 [christoph]  0.6.4claws12
15476
15477         * src/summaryview.c
15478                 fixed that filtering did not work if there
15479                 were no filter rules
15480                 (closes bug #472003 and better implementation
15481                  of patch #474644)
15482
15483 2001-10-27 [christoph]  0.6.4claws11
15484
15485         * src/compose.c
15486                 make the folder's default account to be used when
15487                 replying. (patch by wwp <subscript@free.fr>)
15488         * src/compose.c
15489                 code cleanup, nearly killed all of wwp's patch
15490                 for folder's default account in compose
15491         * src/folderview.c
15492                 error panel when a folder could not be created
15493                 (closes bug #471080 new folder name & already
15494                  existing file)
15495
15496 2001-10-26 [alfons]
15497
15498         * src/utils.h
15499                 change prototype of strstr2() that Christoph forgot about
15500
15501 2001-10-26 [christoph]  0.6.4claws10
15502
15503         * src/account.c
15504                 made search for accounts by email address not case
15505                 sensitive
15506         * src/folder.c
15507                 fixed memory leak in folder_item_get_identifier
15508         * src/gtkspell.c
15509         * src/utils.c
15510                 fixed wrong strstr2 (should work like strstr)
15511
15512 2001-10-26 [darko]      0.6.4claws9
15513
15514         * src/compose.c src/gtkstext.[ch]
15515         * src/gtkstext.c
15516                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15517
15518 2001-10-26 [paul]       0.6.4claws8
15519
15520         * src/html.c
15521                 ignore css and javascript tags in html mail
15522                 case-insensitive, with or without double-quoted
15523                 strings
15524
15525 2001-10-26 [paul]       0.6.4claws7
15526
15527         * sync with sylpheed 0.6.4cvs1
15528                 see ChangeLog entry 2001-10-26
15529
15530         * src/prefs_account.c, src/prefs_common.c,
15531           src/prefs_summary_column.c
15532                 minor improvements to the English
15533
15534 2001-10-25 [alfons]     0.6.4claws6
15535
15536         * src/gtkstext.c
15537         
15538                 make GtkSText follow style of GtkText (closes bug 
15539                 #469211 "text selection while writing message")
15540                 
15541                 do sync with GTK 1.2.10
15542
15543 2001-10-25 [paul]       0.6.4claws5
15544
15545         * src/html.c
15546                 ignore css tags in html mail
15547
15548 2001-10-25 [darko]      0.6.4claws4
15549
15550         * src/compose.c
15551                 don't declare is_url_string as static function since
15552                 we need it in gtkstext.c
15553         * src/gtkstext.c
15554                 remove unused variable
15555                 don't wrap long URLs while composing a message
15556
15557 2001-10-24 [christoph]  0.6.4claws3
15558
15559         * src/socket.c
15560                 fix ssl deadlock, when peer closes connection
15561
15562 2001-10-24 [paul]       0.6.4claws2
15563
15564         * src/prefs_common.c
15565                 gettextize the gpg ascii-armored warning message
15566
15567         * src/compose.c
15568                 insert a DOS/MAC file into the composed message
15569                 (improvements)
15570
15571         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15572
15573 2001-10-22 [paul]       0.6.4claws1
15574
15575         * sync with sylpheed 0.6.4 release
15576                 see ChangeLog entries 2001-10-21
15577
15578         * po/fr.po, po/pt_BR.po
15579                 updated by Melvin Hadasht and Fabio Junior Beneditto
15580
15581 2001-10-21 [paul]       0.6.3claws30
15582
15583         * src/compose.c
15584                 insert a DOS text file from the compose window
15585                 into the composed message text (removes CRs characters)
15586                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15587
15588         * tools/filter_conv.pl, tools/README
15589                 automatically use ~/.sylpheed as working directory
15590                 print out confirmation message on completion
15591
15592         * correct Hoa's last ChangeLog.claws entry
15593
15594 2001-10-20 [hoa]        0.6.3claws29
15595
15596         * src/grouplistdialog.c
15597                 bugfix (another ?) to give the right
15598                 newsgroups list for each news server.
15599
15600         * src/news.c
15601         * src/news.h
15602                 improve the newsgroups list cache
15603
15604 2001-10-20 [paul]       0.6.3claws28
15605
15606         * sync with sylpheed 0.6.3cvs9
15607                 see ChangeLog entry 2001-10-19
15608
15609         * correct Alfons' last ChangeLog.claws entry
15610
15611 2001-10-19 [alfons]
15612
15613         * src/pgptext.[ch]
15614                 fix compilation problems (part of bug #472895)
15615
15616 2001-10-18 [hoa]        0.6.3claws27
15617
15618         * src/grouplistdialog.c
15619                 bugfix when we refresh was clicked (bug 472701)
15620
15621 2001-10-19 [christoph]  0.6.3claws26
15622
15623         * src/compose.c
15624                 last header entry should default to "To:" or
15625                 "Newsgroups:" and not copy the last entry line
15626                 in a new compose window
15627                 (closes bug #472686, #470792)
15628
15629 2001-10-19 [paul]       0.6.3claws25
15630
15631         * sync with Sylpheed 0.6.3cvs8
15632                 see ChangeLog entries 2001-10-18 and 2001-10-19
15633
15634 2001-10-18 [christoph]  0.6.3claws24
15635
15636         * src/procmsg.c
15637                 reimplement ignore thread
15638         
15639 2001-10-18 [hoa]        0.6.3claws23
15640
15641         * src/folderview.c
15642         * src/grouplistdialog.[ch]
15643                 enhanced news subscription interface (feature 469113)
15644
15645         * src/news.c
15646         * src/news.h
15647                 enchanced newsgroup listing,
15648                 now, we can get groups informations
15649                 (NNTPGroupInfo)
15650
15651 2001-10-18 [paul]       0.6.3claws22
15652
15653         * src/summaryview.c
15654                 remove comment (sync with main branch)
15655         * src/mainwindow.c
15656                 fix 'Re-edit' bug in 'Message' menu
15657
15658 2001-10-17 [christoph]  0.6.3claws21
15659
15660         * src/compose.c
15661                 ignore empty or whitespace only header lines
15662
15663 2001-10-17 [paul]       0.6.3claws20
15664
15665         * sync with sylpheed 0.6.3cvs7
15666                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15667                 2001-10-17
15668
15669 2001-10-17 [darko]
15670
15671         * src/compose.c
15672                 wrap long lines without spaces
15673                 don't wrap URLs
15674
15675 2001-10-16 [paul]
15676
15677         * po/es.po, po/nl.po, po/pt_BR.po
15678                 updated by Ricardo Mones Lastra, Alfons,
15679                 and Fabio Junior Beneditto
15680
15681         * sylpheed-0.6.3claws released
15682
15683 2001-10-15 [melvin] 0.6.3claws18
15684
15685         * README.claws
15686                 added summary and detailed installation instructions
15687                 for spell checker
15688         * po/fr.po
15689                 Updated, corrected and completed french translation
15690
15691 2001-10-15 [hoa] 0.6.3claws17
15692         * src/grouplistdialog.c
15693                 we can choose the newsgroups to display with wildcards
15694
15695 2001-10-15 [christoph]  0.6.3claws16
15696
15697         * src/account.c
15698         * src/compose.c
15699         * src/prefs_folder_item.[ch]
15700                 applied wwp <subscript@free.fr>'s folder
15701                 default account patch
15702         * po/de.po
15703                 Fixed wrong translation
15704
15705 2001-10-13 [alfons, christoph, melvin]  
15706                         0.6.3claws15
15707
15708         solution #2 to solve MT-safety problems defers all GUI related calls
15709         to the main thread using a gtk_idle_add() callback. discussed on
15710         ircnet #sylpheed, with christoph spotting some issues with the
15711         original code, and melvin allowing us to lobotomize his sylpheed.
15712
15713         * src/syldap.[ch], src/main.c
15714                 fix race problem in ldap search thread by deferring GUI 
15715                 stuff to main thread using gtk_idle_add()
15716
15717 2001-10-13 [paul]       0.6.3claws14
15718
15719         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15720                 add Sergey's smtpcred.patch
15721                 adds separate username/password setting for SMTP Auth
15722                 needed by some servers
15723                 (closes feature request #471659)
15724
15725 2001-10-13 [paul]       0.6.3claws13
15726
15727         * src/pgptext.[ch] **NEW FILES**
15728         * src/Makefile.am, src/messageview.c, src/mimeview.c
15729                 decrypt ascii-armored gpg text embedded in
15730                 the message body.
15731                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15732
15733 2001-10-13 [christoph]  0.6.3claws12
15734
15735         * README.claws
15736                 some more details on default to and
15737                 feature requests
15738         * src/main.c
15739                 init glib threading when ldap is used
15740         * src/syldap.c
15741                 threading fixes
15742         * po/de.po
15743                 fixed a typo
15744
15745 2001-10-12 [paul]       0.6.3claws11
15746
15747         * src/prefs_common.[ch], src/rfc2015.c
15748                 enable ascii-armored gpg text to be embedded in the
15749                 message body, selectable through the 'Privacy'
15750                 preferences. Supports encrypting only.
15751                 Submitted by Ravemax <ravemax@dextrose.com>
15752
15753 2001-10-12 [paul]       0.6.3claws10
15754
15755         * sync with sylpheed 0.6.3cvs6
15756                 see ChangeLog entries 2001-10-11 and 2001-11-12
15757
15758         * src/folderview.c
15759                 incorporated mbox folders, scoring, and folder
15760                 properties into the sync
15761
15762 2001-10-12 [darko]      0.6.3claws9
15763
15764         * README.claws
15765                 describe quotation wrapping
15766         * src/compose.c
15767                 don't treat tab as space to calculate line length properly
15768
15769 2001-10-11 [alfons]
15770
15771         * README.claws
15772                 correct description of how to make new filtering system work,
15773                 add some other things
15774                 
15775         * src/syldap.c
15776                 remove sched_yield() (not necessary / unportable)
15777
15778 2001-10-11 [paul]       0.6.3claws8
15779
15780         * sync with sylpheed 0.6.3cvs3
15781                 see ChangeLog entry 2001-10-10
15782
15783 2001-10-10 [christoph]  0.6.3claws7
15784
15785         * .cvsignore
15786                 ignore 2 files created by newer autotools
15787         * src/prefs_folder_item.c
15788                 using table for widget alignment
15789                 fixed memory leak and broken octal display
15790         * src/filesel.c
15791                 fixed segfault caused by lost filename
15792                 workaround (closes bug #469551)
15793
15794 2001-10-10 [paul]       0.6.3claws6
15795
15796         * sync with sylpheed 0.6.3cvs2
15797                 see ChangeLog entries 2001-10-09 and 2001-10-10
15798
15799 2001-10-10 [darko]      0.6.3.claws5
15800
15801         * src/gtkstext.c
15802                 proper calculation of right margin if smart wrapping is enabled
15803         * src/compose.c
15804                 automatically wrap long lines if wrap quotation is enabled
15805
15806 2001-10-09 [alfons]     0.6.3.claws4
15807
15808         * src/summaryview.c
15809                 select correct row when deleting last row in the summary view (and
15810                 close bug "[ #469104 ] select second last in list when deleting")
15811
15812 2001-10-09 [paul]       0.6.3claws3
15813
15814         * sync with sylpheed 0.6.3cvs1
15815                 updated some autotool scripts
15816
15817 2001-10-09 [darko]      0.6.3claws2
15818
15819         * src/gtkstext.[ch]
15820                 new name and mark with Sylpheed comment
15821         * src/compose.c
15822                 smart quotation wrapping a-la VIM
15823
15824 2001-10-08 [paul]       0.6.3claws1
15825
15826         * sync with sylpheed 0.6.3 release
15827                 see ChangeLog entry 2001-10-08
15828
15829 2001-10-08 [paul]       0.6.2claws24
15830
15831         * src/summaryview.c
15832                 more sync with sylpheed 0.6.2cvs12
15833                 Fixed the bug that didn't select the last row correctly
15834
15835
15836 2001-10-07 [paul]       0.6.2claws23
15837
15838         * sync with sylpheed 0.6.2cvs12
15839                 see ChangeLog entry 2001-10-07
15840
15841 2001-10-06 [match]
15842         * src/jpilot.[ch]
15843                 enable jpilot to read unsynch'ed addresses.
15844
15845         * src/editldap_basedn.c
15846                 fix segfault when opening dialog.
15847
15848 2001-10-06 [alfons]     0.6.2.claws22
15849
15850         * src/summaryview.c
15851                 fix bug with summary view selecting last *inserted*
15852                 node instead of last *visible* node. remember we
15853                 work with a tree
15854
15855 2001-10-06 [paul]       0.6.2claws21
15856
15857         * po/pt_BR.po
15858                 updated translation, contains some fixes and new
15859                 translations, submitted by Gustavo Noronha Silva
15860                 <kov@debian.org>
15861
15862         * src/prefs_common.c
15863                 change 'each' to 'every' - fix dubious English
15864
15865         * sync with sylpheed 0.6.2cvs11
15866
15867 2001-10-05 [alfons]     0.6.2claws20
15868
15869         * src/mainwindow.[ch], src/folderview.c
15870                 make composite tool button switch between "Compose News"
15871                 and "Compose Mail" depending on selected folder
15872                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15873
15874 2001-10-05 [paul]       0.6.2claws19
15875
15876         * src/mainwindow.c, src/summaryview.c
15877                 fix 'Message/Reply to all', broken in last commit
15878
15879         * src/compose.c
15880                 fix X_BEENTHERE seg fault, thanks to Alfons
15881
15882 2001-10-04 [paul]       0.6.2claws18
15883
15884         * src/compose.[ch], src/mainwindow.c
15885                 make "Message/Reply" reply to mailing lists; matches
15886                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15887                 based on portions of the patch submitted by
15888                 Junichi Uekawa <dancer@netfort.gr.jp>
15889
15890 2001-10-04 [darko]      0.6.2claws17
15891
15892         * src/compose.c
15893                 better smart wrapping
15894         * src/gtkstext.[hc]
15895                 a function to make text buffer contiguous
15896
15897 2001-10-03 [paul]       0.6.2claws16
15898
15899         * sync with sylpheed 0.6.2cvs10
15900
15901 2001-10-02 [alfons]
15902
15903         * configure.in
15904         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15905                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15906                 references to chinese translations (hope someone picks up
15907                 this)
15908
15909 2001-10-02 [christoph]  0.6.2claws15
15910
15911         * src/compose.c
15912                 fixed non translated header bug
15913         * ChangeLog.claws
15914                 fixed wrong date in alfons last entry ;)
15915
15916 2001-10-02 [alfons]     0.6.2claws14
15917
15918         * src/compose.c, src/prefs_common.[ch]
15919                 add block cursor option
15920
15921 2001-10-02 [paul]       0.6.2claws13
15922
15923         * sync with sylpheed 0.6.2cvs9
15924
15925 2001-09-30 [paul]       0.6.2claws12
15926
15927         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15928                 updated translations
15929
15930         * po/POTFILES.in
15931                 add 'src/importldif.c'
15932
15933         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15934                 added eudora-to-vCard conversion tool
15935                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15936
15937         * sync with sylpheed 0.6.2cvs8
15938
15939 2001-09-30 [paul]
15940
15941         * sylpheed-0.6.2claws released
15942
15943 2001-09-27 [melvin]     0.6.2claws11
15944
15945         * src/gtkspell.c
15946                 fixed crash when using default path (introduced 
15947                 in 0.6.2claws10)
15948                 fixed tiny bug for initial suggestion mode
15949
15950 2001-09-27 [melvin]     0.6.2claws10
15951         
15952         * src/gtkspell.c
15953                 fixed bug where gtkpspell didn't set the path correctly
15954
15955         * README.claws
15956                 added a paragraph about spell checking
15957                 
15958
15959
15960 2001-09-27 [paul]       0.6.2claws9
15961
15962         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15963                 replace '// comments' with '/* comments */' to prevent
15964                 some compiler warnings 
15965
15966         * sync with sylpheed 0.6.2cvs6
15967
15968 2001-09-26 [alfons]     0.6.2claws8
15969
15970         * src/messageview.c
15971                 introduce return receipt request notification again,
15972                 which was lost because of other semantics in 
15973                 procheader_parse() (???)
15974
15975 2001-09-26 [christoph]  0.6.2claws7
15976
15977         * src/compose.c
15978                 replace comments for old code with #if 0
15979                 readded auto cc, bcc and reply-to
15980         * src/prefs_matcher.c
15981         * src/prefs_scoring.c
15982                 removed some definition (was moved to
15983                 prefs.h)
15984
15985 2001-09-26 [paul]       0.6.2claws6
15986
15987         * src/mainwindow.c
15988                 make 'Follow-up and reply to' sensitive
15989
15990         * more sync with sylpheed 0.6.2cvs5
15991
15992 2001-09-25 [melvin]
15993
15994         * 0.6.2claws5
15995
15996         * src/gtkspell.c
15997                 fixed bug for "US-ASCII" introduced by the encoding code
15998
15999 2001-09-25 [paul]
16000
16001         * 0.6.2claws4
16002
16003         * src/prefs_common.[ch], src/summaryview.c
16004                 'next unread msg' 'go to next folder?' dialog can be
16005                 given default behaviour, either always show dialog,
16006                 or assume 'yes', or assume 'no'
16007                 Submitted by wwp <subscript@free.fr>
16008
16009 2001-09-25 [melvin]
16010                 
16011         * src/compose.c src/gtkspell.[ch]
16012                 added support for different encodings
16013
16014 2001-09-25 [paul]
16015
16016         * more sync with sylpheed 0.6.2cvs5
16017
16018 2001-09-24 [alfons]
16019         
16020         * src/prefs_folder_item.c
16021                 add check for item->prefs->default_to string is NULL and
16022                 add another check when freeing this string
16023
16024 2001-09-24 [paul]
16025
16026         * configure.in
16027                 change to version 0.6.2claws3
16028
16029         * sync with sylpheed 0.6.2cvs5 
16030
16031 2001-09-24 [match]
16032         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16033                 import LDIF files.
16034         * src/addrcache.[ch], addrindex.[ch]
16035                 small update for future
16036         * src/addrbook.c
16037                 fix test XML file.
16038
16039 2001-09-24 [melvin]
16040         * src/gtkspell.[ch]
16041                 added 'Learn from mistakes' option
16042                 better handling of quotes in checked words
16043                 sorted dict list
16044         * po/fr.po
16045                 small update for spell checking stuff
16046
16047 2001-09-23 [alfons]
16048         
16049         * src/gtkspell.c
16050                 edit a little bit so it complies more with main coding style
16051
16052 2001-09-23 [alfons]
16053
16054         * src/folder.[ch], prefs_folder_item.c, compose.c
16055                 migrate "request return receipt" folder property
16056                 to folderlist.xml
16057
16058 2001-09-22 [alfons]
16059
16060         * README.claws **NEW**
16061                 (add things of interest for users of main branch 
16062                 and claws here)
16063
16064         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16065                 re-implement threading per folder option, but store 
16066                 the setting in folderlist.xml (where it belongs)
16067
16068 2001-09-21 [melvin]
16069
16070         * src/gtkspell.[ch]
16071                 fixed bug when compose window is under another window
16072         * src/prefs_common.[ch] src/compose.c
16073                 changed 'dictionary_path' to 'dictionary' to be consistent
16074                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16075         * ac/pspell.m4 src/Makefile.am 
16076                 dropped PSPELL_PATH macro
16077         * po/fr.po
16078                 updated translations
16079
16080 2001-09-21 [christoph]
16081
16082         * src/compose.c
16083                 added border around header fields
16084                 keep header type when new field is added
16085
16086 2001-09-20 [christoph]
16087
16088         * src/utils.[ch]
16089                 more portable debug_print with source filename
16090                 and linenumber
16091         * src/procmsg.c
16092                 more newlines after debug messages
16093
16094 2001-09-20 [paul]
16095
16096         * configure.in
16097                 change to version 0.6.2claws2
16098
16099         * sync with sylpheed 0.6.2cvs3
16100
16101 2001-09-19 [melvin]
16102
16103         * src/gtkspell.c
16104                 fixed the post-right-click focus pb
16105                 fixed crash when 'Spell check all' after dict change 
16106                         and when cursor is at the end of the text
16107                 shift-right-click pops up config menu even on misspelled words.
16108         * po/POTFILES.in
16109                 added gtkspell.c
16110
16111 2001-09-19 [melvin]
16112
16113         * src/about.c
16114                 added pspell to compiled-in features list
16115
16116 2001-09-18 [melvin]
16117
16118         * switched to pspell and dropped ispell
16119         * ac/pspell.m4
16120                 new file. autoconf macro for pspell
16121         * ac/Makefile.am 
16122         * configure.in acconfig.h
16123                 added pspell support
16124         * src/Makefile.am
16125         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16126         * src/prefs_common.[ch] 
16127                 added pspell support
16128
16129 2001-09-18 [christoph]
16130
16131         * src/addr_compl.c
16132         * src/template.[ch]
16133                 replace LOG_MESSAGE with debug_print
16134         * src/compose.[ch]
16135                 gui improvements
16136         * src/menu.c
16137                 added newline after debug message
16138         * src/utils.h
16139                 using __VA_ARGS__ for debug_print macro
16140         * tools/.cvsignore
16141                 ignore Makefile and Makefile.in
16142
16143 2001-09-18 [paul]
16144
16145         * configure.in
16146                 change to version 0.6.2claws1
16147         * sync with sylpheed 0.6.2cvs1
16148
16149         * src/matcher.c 
16150         * src/prefs_matcher.c
16151                 add 'score equal to' option, submitted by
16152                 Paul Evans <nerd@freeuk.com>
16153
16154 2001-09-15 [christoph]
16155
16156         * src/mainwindow.c
16157                 comment out menu entry not existing in claws
16158         * src/menu.c
16159                 add debug output for non existing menu entries
16160         * src/summaryview.c
16161                 fix next/prev unread message for ignored threads
16162         * src/utils.[ch]
16163                 add sourcefile and line number to debug output
16164                 otherwise it is sometimes hard to find the
16165                 source code part if debug messages are translated
16166
16167 2001-09-14 [darko]
16168         
16169         * src/folderview.c
16170                 refresh target folder style after colour is changed
16171
16172 2001-09-13 [paul]
16173
16174         * configure.in
16175                 change to version 0.6.1claws3
16176
16177         * sync with sylpheed 0.6.1cvs6
16178
16179 2001-09-13 [darko]
16180         
16181         * src/folderview.c
16182                 fix target folder colourization to use user selected colour
16183
16184 2001-09-12 [darko]
16185         
16186         * src/summaryview.c
16187                 fix crash when message that is marked for copy/move is unmarked
16188
16189 2001-09-09 [paul]
16190
16191         * configure.in
16192                 change to version 0.6.1claws2
16193
16194         * sync with sylpheed 0.6.1cvs3
16195
16196 2001-09-09 [alfons]
16197         
16198         * src/folderview.c
16199                 fix bug with default font used for trash folder text
16200
16201 2001-09-06 [paul]
16202
16203         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16204                 updated translations
16205
16206         * configure.in
16207                 change to version 0.6.1claws1
16208
16209         * sync with sylpheed 0.6.1cvs2
16210
16211 2001-09-03 [paul]
16212
16213         * po/POTFILES.in
16214                 add Match's new addressbook
16215
16216         * po/de.po
16217                 updated translation submitted by Jens Oberender
16218
16219 2001-09-02 [paul]
16220
16221         * configure.in
16222                 change to 0.6.1claws
16223         * sync with sylpheed 0.6.1 release
16224
16225 2001-09-02 [paul]
16226
16227         * configure.in
16228                 change to 0.6.0claws2
16229
16230         * sync with sylpheed 0.6.0cvs4
16231
16232         * po/pt_BR.po
16233                 updated translation submitted by Fabio Junior Beneditto
16234
16235 2001-09-01 [match]
16236         * pixmaps/
16237                 interface.xpm
16238                 book.xpm
16239                 address.xpm
16240         * src/
16241                 Makefile.am
16242                 a ton of new files
16243
16244 2001-08-31 [paul]
16245
16246         * configure.in
16247                 change to version 0.6.0claws1
16248
16249         * sync with sylpheed 0.6.0cvs1
16250
16251         * po/es.po
16252                 updated translation submitted by Ricardo Mones Lastra
16253
16254         * po/POTFILES.in
16255                 add 'src/prefs_templates.c'
16256
16257         * src/compose.c, src/summaryview.c
16258                 fix segfault on 'Re_edit'               
16259
16260 2001-08-30 [alfons]
16261
16262         * configure.in, Makefile.am
16263         * tools/Makefile.am
16264                 add tools directory to source distribution
16265
16266 2001-08-30 [paul]
16267
16268         * configure.in
16269                 change to version 0.6.0claws
16270
16271         * sync with sylpheed 0.6.0 release
16272
16273 2001-08-30 [christoph]
16274
16275         * configure.in
16276                 removed autoconf version check
16277
16278 2001-08-30 [paul]
16279
16280         * src/account.c, src/compose.c, src/prefs_common.[ch]
16281         * src/procheader.[ch] src/utils.[ch]
16282                 Enhanced automatic account selection on replies
16283                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16284
16285         * configure.in
16286                 add LDAP and JPilot to the configuration results output.
16287
16288 2001-08-29 [christoph]
16289
16290         * src/summeryview.c
16291                 no bold font for ignored threads
16292
16293 2001-08-29 [paul]
16294
16295         * configure.in
16296                 change to version 0.5.3claws6
16297
16298         * sync with sylpheed 0.5.3cvs10
16299                 src/stringtable.[ch]: New Files
16300
16301         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16302         * src/pixmaps/sylpheed.xpm
16303                 add mini-icons to windows (by Alfons)
16304
16305 2001-08-27 [paul]
16306
16307         * src/mainwindow.c
16308                 new functions: next_labeled_cb(), prev_labeled_cb()
16309
16310         * src/summaryview.c
16311                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16312                 summary_select_next_labeled(), summary_select_prev_labeled()
16313
16314         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16315                 give claws blue folders and a blue trash can
16316
16317 2001-08-27 [paul]
16318
16319         * configure.in
16320                 change to version 0.5.3claws5
16321
16322         * sync with sylpheed 0.5.3cvs9
16323                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16324
16325 2001-08-24 [christoph]
16326
16327         * src/filesel.c
16328                 keep filename when browsing directories
16329                 (not working for user entered filename, but
16330                  for default name and selected filename from
16331                  file list)
16332         * src/mainwindow.c
16333                 fixed wrong spelling "Folllow-up"
16334         * src/mbox_folder.c
16335         * src/procmsg.c
16336         * src/summaryview.c
16337                 fixed new/unread message count with ignored
16338                 threads (2 commits, first didn't notice no
16339                 longer needed decreasing)
16340         * src/inc.c
16341                 readded scrolling of progress dialog
16342                 (lost in sync)
16343
16344 2001-08-24 [paul]
16345
16346         * configure.in
16347                 change to 0.5.3claws4
16348
16349         * sync with sylpheed 0.5.3cvs7
16350
16351 2001-08-24 [christoph]
16352
16353         * src/compose.c
16354                 set request return receipt when replying
16355                 if it is set is the folder prefs of the
16356                 message
16357         * src/inc.c
16358                 disable final error popup if popups are
16359                 disabled in config (again)
16360
16361 2001-08-23 [paul]
16362
16363         * configure.in
16364                 Change version number to 0.5.3claws3
16365
16366         * sync with sylpheed 0.5.3cvs5
16367
16368         * src/mimeview.c
16369                 double quote '%s' in 'gedit %s' to fix bug when
16370                 opening attachment with spaces in the name
16371
16372 2001-08-22 [alte]
16373         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16374           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16375                 initial message templates support
16376
16377
16378 2001-08-22 [paul]
16379
16380         * configure.in
16381                 change version number to 0.5.3claws2
16382
16383         * sync with sylpheed 0.5.3cvs4
16384
16385         * src/procmsg.h src/summaryview.c
16386                 re-implement (un)ignore thread
16387
16388 2001-08-21 [paul]
16389
16390         * src/summaryview.c
16391                 remove unnecessary code
16392         * src/compose.c
16393                 enable 'dynamic' signatures (submitted by
16394                 Eric Limpens <eric@hscg-internet.nl>)
16395
16396 2001-08-21 [paul]
16397
16398         clean up after sync with sylpheed 0.5.3 release
16399
16400         * src/folderview.c
16401                 fix re-introduced font mess, see Christoph's
16402                 entry 2001-06-24
16403
16404         * src/summaryview.c
16405                 remove prev_msgnum
16406                 use sylpheed's small font instead of
16407                 gtk default font for summary view
16408
16409
16410 2001-08-17 [paul]
16411
16412         * configure.in
16413                 add pl to ALL_LINGUAS - sync with main branch
16414
16415         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16416                 Updated. Translations by Jens Oberender, Ricardo Mones
16417                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16418
16419         * po/pl.po  ** NEW FILE **
16420                 sync with the main branch
16421
16422         * src/folderview.c
16423                 fix target folder colorizing and refresh problem
16424
16425
16426 2001-08-17 [christoph]
16427
16428         * src/mainwindow.c
16429                 claws uses 4 colors for target folder coloring.
16430                 arrays were not long enough and destroyed the
16431                 stack causing a segfault.
16432                 target folder colorizing does not work anymore
16433                 for me
16434
16435 2001-08-16 [paul]
16436
16437         * configure.in
16438                 change to version 0.5.3claws1
16439
16440         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16441           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16442           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16443
16444                 sync with sylpheed 0.5.3 release, but keep claws method of
16445                 configuring/saving fonts
16446
16447         * src/addressbook.[ch]
16448                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16449                 in line with a similar change in Hiroyuki's branch
16450
16451         * src/mainwindow.[ch]
16452                 disable main_window_set_thread_option()
16453         * src/prefs_folder_item.c
16454                 comment out &tmps_prefs.enable_thread,
16455         * src/mbox_folder.c, src/procmsg.[ch]
16456                 comment out MSG_IS_IGNORE_THREAD
16457         * src/summaryview.c
16458                 comment out summary_ignore_thread() and summary_unignore_thread()
16459                 comment out MSG_IS_IGNORE_THREAD
16460
16461                 use Hiroyuki's threading instead.
16462
16463
16464
16465 2001-08-15 [paul]
16466
16467         * src/account.c
16468                 use Hiroyuki's 0.5.3 column scheme but also
16469                 include the enable/disable button.
16470         * src/pixmaps/mark.xpm
16471                 add Hiroyuki's amended pixmap
16472
16473 2001-08-13 [christoph]
16474
16475         * src/account.c
16476                 receive at get all column showed wrong state for APOP
16477                 button should only work for POP3 and APOP accounts
16478         * src/prefs_account.c
16479                 added missing preprocessor statement for SSL
16480
16481 2001-08-12 [paul]
16482
16483         * src/account.[ch]
16484                 add 'receive at get all' column and enable/disable
16485                 button.
16486
16487 2001-08-06 [christoph]
16488
16489         * src/account.c
16490                 show usage of SSL in protocol column
16491
16492         * src/imap.c
16493         * src/inc.c
16494                 renamed ssl options
16495
16496         * src/prefs_account.[ch]
16497                 moved ssl options to a new page
16498
16499         * src/send.c
16500         * src/smtp.c
16501         * src/ssl.[ch]
16502                 renamed ssl options
16503                 added support for SMTP STARTTLS command
16504
16505 2001-08-05 [christoph]
16506
16507         * configure.in
16508                 debian autoconf needs version check to find
16509                 correct autoconf version. if the file is
16510                 named configure.in 2.13 is used, which does
16511                 not work with this configure.in script.
16512                 other solution would be to rename the script
16513                 to configure.ac as suggested in the autoconf
16514                 manual.
16515
16516         * src/inc.c
16517                 disable final error popup if popups are
16518                 diabled in config
16519
16520         * src/socket.c
16521                 bugfix in ssl_gets
16522                 fixes IMAP over SSL problem
16523
16524 2001-08-03 [paul]
16525
16526         * configure.in
16527                 change to 0.5.2claws1
16528
16529         * sync with sylpheed 0.5.2cvs1
16530
16531 2001-08-02 [alfons]
16532
16533         * configure.in
16534                 quick fix for ispell detection...
16535
16536 2001-08-01 [paul]
16537
16538         * configure.in
16539                 change to 0.5.1claws4
16540
16541         * sync with sylpheed 0.5.1cvs7
16542
16543 2001-07-31 [alfons]
16544
16545         * src/prefs_common.c, src/prefs_common.h, 
16546           src/gtkspell.c, src/gtkspell.h
16547                 add global spelling checker settings (compose tab) +
16548                 selection of dictionary 
16549           
16550         * configure.in  
16551                 guess valid ispell location
16552
16553 2001-07-31 [paul]
16554
16555         * po/POTFILES.in
16556                 removal of 'src/quote_fmt_parse.c'
16557         * po/de.po
16558                 Updated de.po
16559                 (submitted by Jens Oberender <didge@suse.de>)
16560
16561 2001-07-31 [darko]
16562
16563         * src/folder.[ch]
16564         * src/folderview.[ch]
16565         * src/mainwindow.c
16566         * src/mh.c
16567         * src/prefs_common.[ch]
16568         * src/summaryview.c
16569                 target folder colourization
16570
16571 2001-07-30 [paul]
16572
16573         more sync with Sylpheed 0.5.1cvs6 
16574
16575 2001-07-30 [darko]
16576
16577         * src/mh.c
16578         * src/prefs_folder_item.[hc]
16579         * src/summaryview.c
16580                 shared folders support with a GUI
16581
16582 2001-07-29 [paul]
16583
16584         0.5.1claws3
16585
16586         * sync with Sylpheed 0.5.1cvs6
16587
16588 2001-07-29 [paul]
16589
16590         * po/pt_BR.po
16591                 updated
16592                 (submitted by Fabio Junior Beneditto)
16593
16594 2001-07-28 [paul]
16595
16596         * src/procmime.c
16597         * AUTHORS
16598                 patch to correct bad image mime headers
16599                 (submitted by Don Quijote <dq@searchlores.org>)
16600
16601 2001-07-28 [paul]
16602
16603         * tools/gif2xface.pl   **NEW FILE**
16604         * tools/README
16605                 script to convert file.gif to file.xface for
16606                 use in a custom header.
16607                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16608
16609 2001-07-27 [alfons]
16610         
16611         * configure.in
16612                 change macros for detecting JPilot and LDAP
16613
16614 2001-07-27 [christoph]
16615
16616         * src/filtering.c
16617                 code cleanup (MIN / MAX warning, needed casting)
16618
16619 2001-07-27 [alfons]
16620
16621         * procheader.c
16622                 disallow setting flags when detecting certain headers
16623                 (X-Status, Status, Seen, X-Seen). 
16624         
16625         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16626
16627 2001-07-27 [christoph]
16628
16629         * src/prefs_filter.c
16630         * src/prefs_filtering.c
16631         * src/prefs_matcher.c
16632         * src/prefs_scoring.c
16633                 scroll list when moving rows up or down
16634
16635         * src/imap.c
16636         * src/imap.h
16637         * src/prefs_account.c
16638         * src/prefs_account.h
16639         * src/send.c
16640                 SMTP over SSL (untested, feedback requested)
16641                 IMAP over SSL
16642
16643         * src/ssl.c
16644                 code cleanup
16645
16646 2001-07-26 [alfons]
16647         
16648         * configure.in, acconfig.h
16649                 define CLAWS (need this for main / claws detection)
16650
16651 2001-07-25 [alfons]
16652
16653         * configure.in
16654                 Sylpheed 0.5.1claws2
16655                 
16656         * sync with Sylpheed 0.5.1cvs4
16657
16658 2001-07-25 [christoph]
16659
16660         * src/scoring.c
16661                 fixed segfault
16662                 item->prefs == NULL (don't know why)
16663
16664 2001-07-25 [alfons]
16665
16666         * configure.in
16667                 Sylpheed 0.5.1claws1
16668
16669         * sync with Sylpheed 0.5.1cvs1-3
16670
16671 2001-07-24 [christoph]
16672
16673         * src/folderview.c
16674         * src/prefs_folder_item.[ch]
16675                 added folderitem preferences dialog with
16676                 default To: and auto request return receipt
16677
16678         * src/compose.[ch]
16679         * src/menu.[ch]
16680                 changes to handle new folderitem preferences
16681
16682         * src/mainwindow.c
16683         * src/summaryview.c
16684                 call compose new mail with current folderitem
16685
16686 2001-07-24 [alfons]
16687
16688         Release Sylpheed 0.5.1claws
16689
16690         * configure.in
16691                 change to release version 0.5.1claws
16692
16693 2001-07-24 [christoph]
16694
16695         * src/summaryview.c
16696                 fixed segfault that happend when the selected
16697                 message was removed while retrieving new messages.
16698
16699         * po/es.po
16700                 updated translation
16701                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16702
16703 2001-07-22 [alfons]
16704
16705         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16706         this is a work in progress, for more information: http://nlpagan.net/sylman 
16707         
16708         * configure.in, src/mainwindow.c, manual/Makefile.am
16709                 add support for English manual
16710
16711         * AUTHORS
16712                 add authors of user manuals
16713
16714         * manual/en/sylpheed*.html
16715                 add English documentation
16716
16717 2001-07-22 [christoph]
16718
16719         * po/POTFILES.in
16720                 added src/ssl.c
16721         * src/ssl.c
16722                 changed a wrong debug message
16723
16724 2001-07-22 [alfons]
16725
16726         * po/nl.po
16727                 update Dutch translation
16728
16729         * src/prefs_filtering.c, 
16730           src/prefs_matcher.c
16731                 add more translatable strings           
16732
16733 2001-07-21 [alfons]
16734
16735         0.5.0claws7
16736
16737         * configure.in
16738                 change version
16739
16740         * src/inc.c, src/summaryview.[ch]
16741                 prevent update of mark file when filtering has done, by
16742                 using a variable; this affects two functions:
16743                         inc.c::inc_finished()
16744                         summaryview.c::summary_show()
16745
16746 2001-07-20 [alfons]
16747
16748         * src/filtering.[ch], src/prefs_filtering.c, 
16749           src/matcher.[ch]
16750                 add filtering action for label coloring 
16751
16752         * po/POTFILES.in
16753                 add labelcolors.c
16754
16755         * added src/labelcolors.c
16756         * added src/labelcolors.h
16757         * src/Makefile.am, src/summaryview.c
16758                 rearrange label coloring code
16759
16760         * src/procmsg.h
16761                 add more parentheses so label colouring works correctly
16762
16763         * src/filtering.c
16764                 don't really delete message, but move it to Trash
16765
16766         * src/prefs_matcher.c
16767                 add quote options to info dialog
16768
16769 2001-07-20 [christoph]
16770
16771         * src/Makefile.am
16772         * src/inc.c
16773         * src/main.[ch]
16774         * src/socket.h
16775         * src/ssl.[ch] (new)
16776                 moved ssl stuff to a seperate file
16777
16778 2001-07-20 [darko]
16779
16780         * src/summaryview.c
16781                 fix show sender using address book with no e-mail
16782                 address in From: field
16783
16784 2001-07-19 [alfons]
16785
16786         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16787                 fix messy handling of escaping... now at least the
16788                 execute command is useful. escape char is '\', we
16789                 accept \n and \r too. 
16790
16791                 Real life example:
16792                 
16793                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16794                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16795
16796 2001-07-18 [alfons]
16797
16798         0.5.0claws6
16799
16800         * src/summaryview.c
16801                 clean up
16802
16803         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16804           src/procmsg.[ch]
16805                 revise filtering; currently move, copy, marking have
16806                 been tested. if you like bleeding edge stuff, you
16807                 should definitely go for this version :)
16808
16809         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16810
16811 2001-07-17 [christoph]
16812
16813         * src/utils.c
16814                 timestamp log
16815
16816 2001-07-17 [alfons]
16817
16818         0.5.0claws5
16819
16820         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16821           bits in the mark file, without affecting either branch. Lots of
16822           files changed, also in claws branch.
16823
16824           UNTESTED: use of mbox folders
16825
16826         * src/summaryview.c
16827                 added mark all read; however this was a quick hack used for
16828                 cleaning up mess after initial merge with Hiroyuki
16829
16830         * configure.in
16831                 change claws version number back to 0.5.0claws5 to clear up 
16832                 confusion & pretension (recent release was technically 
16833                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16834
16835 2001-07-16 [alfons]
16836
16837         sync with Hiroyuki's 0.5.0cvs4
16838
16839 2001-07-16 [alfons]
16840
16841         0.5.1claws3
16842
16843         * src/filtering.[ch]
16844                 remove invalid updating of mark files for 
16845                 filter actions MATCHING_ACTION_MOVE and 
16846                 MATCHING_ACTION_DELETE; this should fix the
16847                 folder update bug
16848                 
16849         * src/procmsg.c
16850                 revert Christoph's stab at fixing the folder 
16851                 update bug
16852
16853         * po/POTFILES.in
16854                 add missing files with translatable strings
16855
16856         * src/summaryview.c
16857                 remove debug print
16858
16859 2001-07-15 [alfons]
16860
16861         * src/addr_compl.[ch], src/prefs_filtering.c
16862                 make "filtering pref dialog's destination entry" an
16863                 "address completable entry", if filter destination is 
16864                 an email address
16865
16866         0.5.1claws2
16867         
16868         sync with Hiroyuki's 0.5.0cvs2-3
16869
16870 2001-07-15 [christoph]
16871
16872         * src/procmsg.c
16873                 fixed folder stats update after incorporation
16874
16875 2001-07-15 [alfons]
16876
16877         * src/summaryview.c
16878                 * finish label colouring stuff (for now)
16879                 * fix incorrect colour bug (off by one) 
16880
16881 2001-07-14 [alfons]
16882
16883         * src/mainwindow.c
16884                 change text labels for news and mail message so there's
16885                 plenty of toolbar estate left
16886
16887         * configure.in
16888                 0.5.1claws1
16889
16890         * src/folderview.c
16891           src/folder.[ch]
16892                 sync with Hiroyuki's 0.5.0cvs1
16893
16894         * src/summaryview.c
16895                 more rewrite label colouring
16896
16897 2001-07-14 [alfons]
16898
16899         * src/summaryview.[ch]
16900                 * start rewrite label colouring 
16901                 * fix proper location "Add Sender To Addressbook" menu item
16902
16903 2001-07-13
16904
16905         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16906         (actually this is 0.5.0claws4)
16907
16908 2001-07-13 [alfons]
16909
16910         * po/pt_BR.po
16911                 * fix duplicate message
16912                 * add updated Portugese / Brazilian translation
16913                   submitted by Fabio Junior Beneditto
16914
16915 2001-07-12 [alfons]
16916
16917         * AUTHORS
16918                 add Jens
16919
16920         * po/nl.po
16921                 add updated Dutch translation
16922
16923         * po/de.po
16924                 add updated German translation submitted by Jens
16925
16926 2001-07-11 [alfons]
16927
16928         Prerelease before 0.5.0claws. Please test.
16929         This version is temporarily tagged as VERSION_0_5_0_TEST
16930
16931         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16932           src/prefs_scoring.c, src/prefs_matcher.c, 
16933           src/prefs_filtering.c, src/mbox.c, 
16934           src/main.c, src/inc.c, src/filtering.[ch]
16935                 revert new Hoa's new matcher (does not work yet)
16936
16937         * src/Makefile.am
16938                 clean up
16939
16940 2001-07-10
16941
16942         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16943
16944
16945 2001-07-10 [alfons]
16946
16947         * Makefile.am
16948                 add ChangeLog.claws to EXTRA_DIST
16949         * src/Makefile.am
16950                 add matcher_parser_parse.h to EXTRA_DIST
16951
16952 2001-07-10 [christoph]
16953
16954         * src/inc.c
16955                 add destination folder to table of
16956                 folders that need to be updated after
16957                 incorporation
16958
16959 2001-07-10 [alfons]
16960
16961         * folder.[ch]
16962           folderview.c
16963                 make collapse state of folders and folder items persistent, i.e.
16964                 if you collapse a folder tree, the next time sylpheed-claws starts 
16965                 up the folder tree remains collapsed.  
16966                 
16967 2001-07-10 [christoph]
16968
16969         * acconfig.h
16970         * configure.in
16971                 added --enable-ssl
16972         * src/md5.[ch]
16973                 renamed MD5_CTX to MD5_CTX_syl
16974                 conflicts with a struct in openssl
16975         * src/inc.c
16976         * src/main.[ch]
16977         * src/prefs_account.[ch]
16978         * src/socket.[ch]
16979                 SSL support for POP
16980         * src/mainwindow.c
16981                 fixed compose with current account
16982                 broken by new compose button stuff
16983
16984 2001-07-09 [hoa]
16985
16986         * AUTHORS
16987                 changed my email address
16988
16989         * src/matcher_parser_parse.y
16990                 clean the parser to remove conflicts
16991
16992 2001-07-09 [alfons]
16993
16994         * AUTHORS
16995                 add Match Grun
16996
16997         * configure.in
16998                 fix incorrect description of --enable-ldap parameter
16999
17000         * src/prefs_common.[ch]
17001           src/compose.c
17002                 add experimental option "smart wrapping" which makes the
17003                 compose editor auto wrap.
17004                 
17005                 | TODO: the problem with the buggy cursor handling is caused |
17006                 | by the GtkText. when deleting / backspacing text its       |
17007                 | wrapping algorithm does not take in account the previous   |
17008                 | line. should find a way to hack this in.                   |
17009                 | or should perhaps combine this with the word wrapping      |
17010                 | patch i wrote in january.                                  |
17011
17012         * src/about.c
17013                 show build parameters for LDAP and JPilot
17014
17015         * src/summaryview.c
17016                 revert Christoph's bugfix for selecting next unread message, 
17017                 because folder stats aren't updated correctly
17018
17019 2001-07-08 [hoa]
17020
17021         * src/filtering.c
17022         * src/mainwindow.c
17023         * src/matcher.c
17024         * src/matcher_parser_lex.l
17025         * src/matcher_parser_parse.y
17026         * src/prefs_filtering.c
17027         * src/prefs_scoring.c
17028         * src/scoring.c
17029                 bugfix of the config file parser
17030
17031 2001-07-08 [alfons]
17032
17033         * src/Makefile.am
17034                 added generated matcher sources to BUILT_SOURCES
17035
17036 2001-07-08 [hoa]
17037
17038         * src/Makefile.am
17039         * src/.cvsignore
17040                 added new config file parser
17041
17042         * src/scoring.[ch]
17043         * src/filtering.[ch]
17044         * src/matcher.[ch]
17045         * src/prefs_filtering.c
17046         * src/prefs_matcher.c
17047         * src/prefs_scoring.c
17048         * added src/matcher_parser.h
17049         * added src/matcher_parser_lex.h
17050         * added src/matcher_parser_lex.l
17051         * added src/matcher_parser_parse.y
17052                 lex & yacc config file parser
17053
17054         * src/mbox.c
17055         * src/inc.c
17056         * src/main.c
17057                 changes prefs_filtering into global_filtering           
17058
17059         * src/summaryview.c
17060                 build threads with subjects only if "Re: " is at the
17061                 beginning of the subject
17062
17063 2001-07-07 [paul]
17064
17065         0.5.0claws
17066
17067         sync with sylpheed 0.5.0
17068                 change of version number only
17069
17070 2001-07-06 [paul]
17071
17072         0.5.0claws5
17073
17074         sync with sylpheed 0.5.0pre5
17075
17076 2001-07-05 [paul]
17077
17078         sync with sylpheed 0.5.0pre4 release
17079                 /po and /manual/ja not sync'ed
17080
17081 2001-07-04 [paul]
17082
17083         more sync with sylpheed 0.5.0pre4
17084
17085 2001-07-03 [christoph]
17086
17087         * src/addressbook.c
17088                 fixed address book broken by address book
17089                 for VCard, JPilot, LDAP
17090
17091 2001-07-03 [alfons]
17092
17093         * src/matcher.c
17094         * src/textview.c
17095                 stopped memory leaks
17096
17097 2001-07-03 [paul]
17098
17099         more sync with sylpheed 0.5.0pre4
17100
17101 2001-07-02 [match]
17102
17103         * included address book patch for VCard, JPilot, LDAP
17104         * pref_common.c - fixed Font options on Display tab (cosmetic)
17105         * alertpanel.c - fixed truncated message
17106
17107 2001-07-02 [christoph]
17108
17109         * src/mbox_folder.c
17110         * src/procmsg.[ch]
17111         * src/summaryview.c
17112                 mark threads for ignoring
17113
17114 2001-07-02 [paul]
17115
17116         0.5.0claws4
17117
17118         * sync with sylpheed 0.5.0pre4
17119                 updated gettext to 0.10.38.
17120
17121 2001-07-01 [paul]
17122
17123         * src/ mainwindow.c
17124         * src/procmsg.h
17125         * src/summaryview.[ch]
17126                 new right-click option: Label.
17127                 substitute for 'Mark-->Mark/Unmark', colours the line.
17128                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17129
17130 2001-07-01 [christoph]
17131
17132         * src/folderview.c
17133                 fixed font for trash
17134         * src/summaryview.c
17135                 move ctree to unread message
17136
17137 2001-07-01 [paul]
17138
17139         * sync with sylpheed 0.5.0pre3 release
17140
17141 2001-06-30 [alfons]
17142
17143         * src/filesel.[ch]
17144         * src/compose.c
17145                 allow inserting / attaching multiple files in
17146                 the composer window
17147
17148 2001-06-30 [paul]
17149
17150         * src/codeconv.c
17151                 small change to Alfons' previous stuff so that it
17152                 actually makes
17153
17154 2001-06-30 [alfons]
17155
17156         * lots of files changed; first attempt to merge the changes
17157           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17158
17159 2001-06-30 [paul]
17160
17161         * po/pt_BR.po
17162                 updated and completed, translations by Fabio
17163                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17164
17165 2001-06-29 [alfons]
17166
17167         * src/compose.c
17168         * src/mimeproc.[ch]
17169                 allow selecting an attached files' mime type from a 
17170                 list of types.
17171
17172 2001-06-29 [paul]
17173
17174         * more sync with sylpheed 0.5.0pre3
17175
17176 2001-06-29 [paul]
17177
17178         * po/pt_BR.po
17179                 merge with sylpheed.pot and pt_BR.po provided by
17180                 Fabio Junior Beneditto.
17181
17182 2001-06-29 [darko]
17183
17184         * src/procmime.c
17185                 make MIME types case insensitive
17186
17187 2001-06-28 [alfons]
17188
17189         * po/nl.po
17190                 merge with sylpheed.pot and old nl.po; translations added.
17191
17192 2001-06-28 [paul]
17193
17194         * more sync with sylpheed 0.5.0pre3
17195
17196 2001-06-27 [alfons]
17197
17198         * src/summaryview.c
17199                 don't crash when removing parent node of messages
17200                 attracted by subject. this was caused by not deleting
17201                 the parent node from the subject line hash table.
17202
17203 2001-06-27 [alfons]
17204
17205         * src/summaryview.c
17206         * src/compose.[ch]
17207         * src/mainwindow.c
17208                 if there are multiple messages selected, allow forwarding
17209                 them as attachments.
17210
17211 2001-06-27 [paul]
17212
17213         * more sync with sylpheed 0.5.0pre3
17214
17215 2001-06-26 [paul]
17216
17217         0.5.0claws3
17218
17219         * sync with sylpheed 0.5.0pre3
17220
17221 2001-06-25 [paul]
17222
17223         * src/mainwindow.c
17224                 fixed 'compose news article' bug
17225                 from icon-and-text toolbar
17226
17227 2001-06-25 [paul]
17228
17229         * sync with sylpheed 0.5.0pre2 release
17230
17231 2001-06-24 [christoph]
17232
17233         * src/prefs_common.c
17234                 bug fix in font selection
17235         * src/folderview.c
17236                 use sylpheed's normal font instead of
17237                 gtk default font for folders without
17238                 new messages
17239
17240 2001-06-24 [alfons]
17241
17242         * src/mainwindow.[ch]
17243                 added composite compose mail / news button (an idea by Leandro
17244                 Pereira <leandro@linuxmag.com.br>)
17245
17246 2001-06-24 [paul]
17247
17248         Added instructions for ldif-to-xml.py
17249
17250         * tools/README
17251
17252 2001-06-23 [alfons]
17253
17254         Some minor things.
17255
17256         * src/pixmaps/stock_news_compose.xpm
17257                 added pixmap by Leandro
17258         * src/prefs_common.c
17259                 tested built-in spelling checker of GCC 3.0 :)
17260         * po/nl.po
17261                 merged dutch translation of sylpheed-main with
17262                 sylpheed.pot
17263
17264 2001-06-23 [paul]
17265
17266         Added tools directory and files.
17267
17268         * tools/filter_conv.pl
17269                 converts old filter system to new filtering system
17270         * tools/ldif-to-xml.py
17271                 converts netscape addressbook to sylpheed addressbook
17272         * tools/README
17273                 descriptions/instructions for above two files
17274
17275 2001-06-23 [christoph]
17276
17277         * src/inc.c
17278         * src/manage_window.[ch]
17279         * src/prefs_common.[ch]
17280                 mail retrieval dialog can be enabled, disabled
17281                 or hidden if non of sylpheed's windows is active
17282
17283 2001-06-22 [paul]
17284
17285         0.5.0claws2
17286
17287         * sync with sylpheed 0.5.0pre2
17288
17289 2001-06-21 [christoph]
17290
17291         * src/summaryview.c
17292                 show recipient on 'from' for all accounts
17293                 
17294         * src/inc.c
17295         * src/prefs_common.[ch]
17296                 disable error popup on mail receive errors
17297
17298 2001-06-21 [alfons]
17299
17300         * src/compose.c
17301                 made the ruler correctly appear and disappear.
17302
17303         * src/Makefile.am
17304                 removed Hoa's work-in-progress-stuff (interesting!) so 
17305                 claws compiles ok.
17306
17307 2001-06-20 [christoph]
17308
17309         * src/inc.c
17310         * src/progressdialog.c
17311                 added scrolled window for list in progressdialog
17312
17313 2001-06-20 [paul]
17314
17315         sync with sylpheed 0.5.0pre1 release
17316
17317 2001-06-20 [christoph]
17318
17319         * src/summeryview.c
17320                 make building threads by subject work when
17321                 thread view is enabled
17322                 
17323         * src/compose.c
17324         * src/prefs_common.[ch]
17325                 automatically select account for mail replys
17326
17327 2001-06-19 [sergey]
17328
17329         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17330         they are filled in from the account settings.
17331
17332 2001-06-19 [paul]
17333
17334         * more sync with sylpheed 0.5.0pre1
17335
17336 2001-06-18 [alfons]
17337
17338         * src/Makefile.am,
17339           src/procmime.c
17340                 added --sysconfdir to CPPFLAGS for pointing to the correct
17341                 location of mime.types. 
17342
17343                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17344                 or ./configure!
17345
17346 2001-06-18 [hoa]
17347
17348         * src/summaryview.c
17349                 fixed some bug when building threads
17350
17351 2001-06-18 [pau]l
17352
17353         * src/prefs_account.c
17354                 UI stuff: More changes to the English
17355
17356 2001-06-18 [paul]
17357
17358         * src/pixmaps/stock_news_compose.xpm: new file
17359         * src/Makefile.am
17360         * src/mainwindow.c
17361         * src/summaryview.c
17362                 Added new icon for Hoa's 'compose a news
17363                 message', plus minor improvements to the
17364                 English
17365
17366         * po/ja.po
17367         * ChangeLog
17368         * ChangeLog.jp
17369                 more sync with sylpheed 0.5.0pre1
17370
17371 2001-06-18 [hoa]
17372
17373         * src/compose.[ch]
17374         * src/mainwindow.c
17375                 Follow-up and reply to
17376
17377         * src/summaryview.[ch]
17378                 Build threads also with subjects
17379
17380 2001-06-17 [hoa]
17381
17382         * src/compose.c
17383                 forwarding use the current account.
17384
17385         * src/mainwindow.c
17386                 the "compose message" button has been replaced with
17387                 "new mail" and "new news" buttons
17388
17389         * src/prefs_common.[ch]
17390                 added a configuration option to use the forward button
17391                 as "forward as attachment"
17392                 changed reply and forward format description
17393
17394         * src/quote_fmt_lex.l
17395         * src/quote_fmt_parse.y
17396                 added message with no signature in format for reply
17397                 and forward.
17398
17399 2001-06-17 [paul]
17400
17401         Minor UI stuff
17402
17403         * src/mainwindow.c
17404         * src/summaryview.c
17405                 Improvements to the English
17406
17407         * src/prefs_common.c
17408                 Improvements to the English and some
17409                 clarity/continuity improvements in the
17410                 description of Quote symbols.
17411
17412 2001-06-17 [paul]
17413
17414         0.5.0claws1
17415
17416         * sync with sylpheed 0.5.0pre1
17417
17418 2001-06-17 [hoa]
17419
17420         * src/compose.c
17421                 Better interface for compose, displayed fields
17422                 are updated whenever we change account.
17423                 Newsgroups field is automatically filled.
17424
17425         * src/mainwindow.c
17426                 Newsgroups field is automatically filled.
17427
17428         * src/prefs_account.c
17429                 Some interface stuff when fields appear and
17430                 disappear.
17431
17432 2001-06-16 [paul]
17433
17434         0.4.99claws
17435
17436         * sync with sylpheed 0.4.99
17437
17438 2001-06-16 [sergey]
17439
17440         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17441         base64_decoder_free, base64_decoder_decode): new object and
17442         functions for decoding base64 streams.
17443         * src/procmime.c (procmime_decode_content): modified to use the
17444         new base64 decoder.
17445
17446 2001-06-15 [paul]
17447
17448         0.4.99claws10
17449
17450         * sync with sylpheed 0.4.99cvs11
17451
17452 2001-06-13 [paul]
17453
17454         0.4.99claws9
17455
17456         * sync with sylpheed 0.4.99cvs9
17457
17458 2001-06-13 [hoa]
17459
17460         * src/compose.c
17461         * src/prefs_account.c
17462
17463                 SMTP server can be defined in the news account
17464                 mime type of attachment are kept.
17465
17466         * src/summaryview.c
17467
17468                 now choose the highest important score between default
17469                 and important score of folder.
17470
17471 2001-06-09 [alfons]
17472         
17473         * src/prefs_common.c: 
17474
17475                 (prefs_quote_description_create): corrected description of 
17476                 quote format characters
17477
17478 2001-06-09 [paul]
17479
17480         0.4.99claws8
17481
17482         * sync with sylpheed 0.4.99cvs8
17483
17484 2001-06-08 [sergey]
17485
17486         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17487         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17488
17489 2001-06-08 [paul]
17490
17491         0.4.99claws7
17492
17493         * sync with sylpheed 0.4.99cvs7
17494
17495 2001-06-06 [sergey]
17496
17497         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17498         clashes with autogenerated header).
17499         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17500         * src/Makefile.am: added quote_fmt.h.
17501         * src/.cvsignore: added lex/yacc autogenerated files
17502         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17503
17504 2001-06-06 [paul]
17505
17506         0.4.99claws6
17507
17508         * sync with sylpheed 0.4.99cvs6
17509
17510 2001-06-06 [hoa]
17511
17512         * added src/quote_fmt_parse.h
17513         * src/compose.c
17514                 removed warnings
17515
17516         * src/prefs.[ch]
17517                 don't modify readonly configuration files
17518
17519         * src/prefs_account.c
17520         * src/prefs_common.c
17521         * src/prefs_customheader.c
17522         * src/prefs_display_header.c
17523         * src/prefs_filter.c
17524         * src/prefs_filtering.c
17525         * src/prefs_scoring.c
17526                 don't open dialog box when configuration files
17527                 are readonly
17528
17529 2001-06-05 [sergey]
17530
17531         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17532
17533         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17534         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17535         BUILT_SOURCES to make all files rebuild properly.
17536
17537         * src/compose.c: removed #include "quote_fmt.tab.h".
17538
17539         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17540         CHARACTER value in yylval.
17541
17542         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17543         receive CHARACTER value by documented means (yylval).
17544
17545         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17546
17547 2001-06-05 [hoa]
17548
17549         * src/Makefile.am
17550                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17551
17552         * src/filtering.c
17553         * src/matcher.c
17554         * src/matcher.h
17555         * src/prefs_filtering.c
17556                 now keep the configuration for execute action
17557
17558         * src/mbox_folder.c
17559                 fixed a warning
17560
17561 2001-06-05 [paul]
17562
17563         * sync with sylpheed 0.4.99cvs5
17564
17565 2001-06-05 [hoa]
17566
17567         * src/Makefile.am
17568                 added quote_fmt.[ch]
17569
17570         * added src/quote_fmt.y
17571         * added src/quote_fmt.l
17572         * added src/quote_fmt.tab.h
17573         * added src/quote_fmt.tab.c
17574         * added src/lex.quote_fmt.c
17575                 parsing configuration for replying
17576                 and forwarding
17577
17578         * src/prefs_common.[ch]
17579                 added configuration UI for replying
17580                 and forwarding
17581
17582         * src/compose.c
17583                 using configuration for replying
17584                 and forwarding
17585
17586 2001-06-04 [hoa]
17587
17588         * src/filtering.c
17589         * src/matcher.c
17590         * src/matcher.h
17591         * src/prefs_filtering.c
17592         * src/prefs_matcher.c
17593         * src/prefs_matcher.h
17594                 action "run a command" for filtering
17595                 and matching with a command.
17596                 fixed the "whole message" matching
17597
17598         * src/mbox_folder.c
17599                 changed temporary filename for security
17600
17601         * src/messageview.c
17602                 queue the notification if it fails to send.
17603
17604         * src/prefs_common.c
17605         * src/prefs_folder_item.c
17606                 changed the default important score             
17607
17608         * src/prefs_scoring.c
17609         * src/scoring.c
17610                 hide kill score input when the folder is not
17611                 a newsgroup
17612
17613 2001-06-03 [alfons]
17614
17615         * src/prefs_common.c:
17616
17617                 (prefs_font_select): pass font name in font entry box to font
17618                 selection dialog.
17619
17620 2001-06-03 [sergey]
17621
17622         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17623
17624 2001-06-03 [paul]
17625
17626         * sync with sylpheed 0.4.99cvs4
17627
17628 2001-06-03 [alfons]
17629
17630         * src/headerwindow.c:
17631
17632                 (headerwindow_show_cb): use the selected summary view item, not
17633                 the displayed item.
17634
17635 2001-06-02 [alfons]
17636
17637         * src/headerwindow.c:
17638
17639                 (headerwindow_show_cb): always try to show msginfo
17640
17641 2001-06-02 [hoa]
17642
17643         * src/compose.c
17644                 keep attached parts when reediting or forwarding.
17645
17646 2001-06-01 [hoa]
17647
17648         * src/folderview.c
17649         * src/prefs_folder_item.[ch]
17650         * src/prefs_scoring.[ch]
17651         * src/scoring.[ch]
17652         * src/summaryview.[ch]
17653         * src/main.c
17654         * src/mainwindow.c
17655         * src/prefs_common.[ch]
17656                 support for folder scoring
17657                 kill score and important score for messages
17658         
17659         * src/prefs_account.c
17660                 some display bug fixed for local account
17661                 preferences
17662
17663 2001-05-31 [alfons]
17664
17665         * src/summaryview.c:
17666
17667                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17668                 sender to address book menu item is disabled.
17669
17670 2001-05-30 [hoa]
17671
17672         * src/filtering.[ch]
17673         * src/summaryview.c
17674                 handling summary menu / filter messages
17675
17676         * src/folder.[ch]
17677                 add some stuff
17678
17679         * src/foldersel.c
17680                 imap folders now appears in list
17681
17682         * src/mbox_folder.c
17683                 doesn't crash if destination mail is not writeable
17684
17685 2001-05-29 [hoa]
17686
17687         * src/compose.c
17688                 removed some warnings
17689
17690         * src/filtering.c
17691         * src/folder.[ch]
17692         * src/prefs_filtering.c
17693                 global string to identify any folders           
17694                 removed some debug info
17695                 filtering to mbox folders is now possible
17696
17697         * src/mainwindow.c
17698                 removed some warnings
17699
17700         * src/mbox_folder.c
17701                 permission on files are changed to read/write for user only,
17702                 nothing for other.
17703                 creation of subfolder is handled better.
17704
17705 2001-05-28 [alfons]
17706
17707         Verified the sync for src/prefs_common.[ch] and
17708         src/prefs_account.[ch]. I believe there were some
17709         minor indentation differences.
17710
17711 2001-05-28 [paul]
17712
17713         0.4.99claws3
17714
17715         * sync with 0.4.99cvs3
17716
17717 2001-05-28 [hoa]
17718
17719         * src/compose.c
17720                 handling flags for mbox format
17721
17722         * src/filtering.c
17723                 use of mark file only for MH format
17724                 handling flags for mbox format
17725                 filtering cannot yet move or copy mails to mbox folders.
17726
17727         * src/folder.[ch]
17728                 changed move_msg, copy_msg,
17729                 move_msgs_with_dest, copy_msgs_with_dest functions
17730                 uses only folder->copy_msg() function
17731                 uses folder->finished_copy() to handle the destination
17732                 folder at the end of the copy or move operation.
17733
17734         * src/foldersel.c
17735                 included mbox directories.
17736
17737         * src/folderview.[ch]
17738         * src/mainwindow.c
17739                 handle folders operation for mbox format
17740
17741         * src/mbox.c
17742                 disable conversion of "From " header
17743
17744         * src/mbox_folder.[ch]
17745                 completion of mbox format handling
17746
17747         * src/mh.c
17748                 changed mh_copy_msg() function and
17749                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17750                 mh_copy_msgs_with_dest()
17751
17752         * src/prefs_filtering.c
17753                 removed some warnings
17754
17755         * src/prefs_matcher.c
17756                 default boolean operation is AND
17757
17758         * src/procheader.c
17759                 handling flags for mbox format
17760                 handling of "From " header
17761
17762         * src/procmsg.[ch]
17763                 removed data field
17764                 added MSG_REALLY_DELETED flags to handle deletion of
17765                 messages in mbox format.
17766
17767         * src/summaryview.c
17768                 handling flags for mbox format
17769                 disable the MSG_DELETED flags when messages
17770                 are deleted in mbox format
17771
17772         * src/textview.c
17773                 "From " headers display fixed.
17774
17775 2001-05-27 [alfons]
17776
17777         * src/textview.c:
17778                 
17779                 (get_email_part): skip quoted email addresses, like in e.g.
17780                 "'alfons@proteus.demon.nl'".
17781
17782 2001-05-26 [alfons]
17783
17784         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17785         and fixing the persistence troubles when using separate windows.
17786
17787         * src/mainwindow.c:
17788         
17789             Added #define SEPARATE_ACTION used in the gtk item factory for 
17790             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17791                 use gtk_item_factory_get_widget_by_action() to get the items.
17792                 
17793             Removed separate_widget_cb from the gtk item factory data   
17794           
17795             (mainwindow_create): connect separate_widget_cb() to check
17796             menu item "toggled" signal. also passing a MainWindow pointer
17797                 as object data for both check menu items.
17798                 
17799             (separate_widget_cb): definition of separate_widget_cb() to match
17800             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17801                 window using gtk_object_get_data(). The type of window separation 
17802                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17803         
17804         * src/prefs_filtering.c,
17805           src/prefs_matcher.c: added horizontal scrollbars
17806
17807 2001-05-25 [darko]
17808
17809         * src/headerview.c
17810                 fix segfault with invalid bold font
17811         * src/summaryview.c
17812                 correctly display summary stats after row is marked
17813
17814 2001-05-23 [sergey]
17815
17816         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17817         encodings with libjconv.
17818
17819 2001-05-23 [hoa]
17820
17821         * src/Makefile.am
17822                 added mbox_folder.[ch]
17823         * src/defs.h
17824                 mbox temporary folder
17825         * src/folder.[ch]
17826         * added src/mbox_folder.[ch]
17827         * src/folderview.c
17828         * src/procheader.[ch]
17829                 added mbox support
17830         * src/mbox.c
17831                 bugfix for file incorporation filtering
17832         * src/imap.c
17833                 enable creation of MBOX
17834         * src/prefs_display_header.c
17835                 enable use of headers like "From "
17836                 something that should be fixed :
17837                         displaying of such headers add an extra space
17838         * src/prefs_folder_item.c
17839                 don't create folders because it is not necessary
17840         * src/procmsg.h
17841                 added data field to MsgInfo for mbox internal use
17842         * src/summaryview.c
17843                 added some support for mbox
17844         * src/utils.[ch]
17845                 added get_mbox_cache_dir() function
17846
17847 2001-05-23 [hiroyuki]
17848
17849         * src/headerwindow.c
17850           src/inc.c
17851           src/main.c
17852           src/mh.c
17853           src/nntp.c
17854           src/procmsg.h
17855           src/session.h
17856           src/socket.[ch]
17857           src/summaryview.c
17858           src/textview.c
17859           src/automaton.c
17860           src/folderview.c: more sync with 0.4.99cvs2.
17861
17862         * src/headerwindow.c: reverted.
17863
17864 2001-05-22 [paul]
17865
17866         0.4.99claws2
17867
17868         * sync with sylpheed 0.4.99cvs2
17869                 * src/news.[ch]
17870                 * src/nntp.[ch]
17871                 * INSTALL
17872                 * INSTALL.jp
17873
17874 2001-05-22 [alfons]
17875
17876         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17877
17878 2001-05-21 [alfons]
17879
17880         Minor things:
17881
17882         * configure.in: if gnome-config not found, "no" is displayed
17883         
17884         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17885
17886         * src/textview.c: now also possible to add mail addresses by right
17887           clicking in the text view
17888
17889         * src/codeconv.c: merged patch which fixes endless loop when encountering
17890           invalid wide characters; from Alte <010@imis.ru>  
17891
17892 2001-05-20 [alfons]
17893
17894         Added installation of gnome specific things:
17895
17896         * Makefile.am: gnome conditional
17897
17898         * configure.in: check for installed gnome
17899
17900         * added sylpheed.png, sylpheed.desktop
17901
17902 2001-05-20 [sergey]
17903
17904         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17905
17906         * src/mainwindow.h (main_window_toolbar_create): created a button
17907         for "Reply to all".
17908         (main_window_set_toolbar_sensitive): enable/disable the new button
17909         appropriately.
17910         (toolbar_reply_to_author_cb): handle the new button.
17911
17912         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17913         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17914         failure).
17915
17916 2001-05-19 [sergey]
17917
17918         * src/compose.h (ComposeReplyMode): new modes
17919         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17920         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17921
17922         * src/compose.c
17923         (compose_send): move some code into a new function:
17924         (compose_current_mail_account): new function.
17925         (compose_reply): new argument to_author, all callers changed; if
17926         to_author==TRUE and account->protocol==A_NNTP, find and use an
17927         appropriate mail account for replying.
17928         (compose_reply_set_entry): new argument to_author; ignore
17929         compose->replyto if to_author==TRUE.
17930
17931         * src/mainwindow.c: new command "Message/Reply to author".
17932         (main_window_set_menu_sensitive): enable/disable it.
17933         (reply_cb): handle it.
17934
17935         * src/summaryview.c: new command "Reply to author".
17936         (summary_set_menu_sensitive): enable/disable it.
17937         (summary_reply_cb): handle it.
17938
17939         * src/account.c (account_find_mail_from_address): new function.
17940
17941 2001-05-18 [paul]
17942
17943         0.4.99claws1
17944
17945         * sync with sylpheed 0.4.99cvs1
17946
17947 2001-05-18 [hoa]
17948
17949         * src/compose.[ch]
17950         * src/filtering.c
17951         * src/summaryview.c
17952                 new filtering action : forward and forward as attachment
17953
17954         * src/main.c
17955                 no need for $DISPLAY when we run sylpheed --help
17956                 call to parse_cmd_opt() is moved
17957
17958         * src/mainwindow.[ch]
17959                 execute button is hidden when immediate execute
17960                 is chosen
17961
17962         * src/mh.c
17963         * src/news.c
17964         * src/prefs_folder_item.c
17965         * src/procmsg.c
17966                 better handling of missing directories
17967
17968         * src/summaryview.c
17969                 reedit is enabled in outbox
17970                 reedit is enabled in queue
17971
17972 2001-05-17 [hoa]
17973
17974         * src/filtering.c
17975         * src/matcher.[ch]
17976         * src/prefs_filtering.c
17977                 changed attachement into attachment
17978
17979 2001-05-17 [alfons]
17980
17981         0.4.67claws4    
17982
17983         * sync with sylpheed 0.4.67cvs9
17984         * sync with sylpheed 0.4.67cvs7-8
17985
17986 2001-05-17 [hoa]
17987
17988         * src/Makefile.am
17989                 added prefs_filtering.c
17990
17991         * src/filtering.[ch]
17992         * src/matcher.[ch]
17993                 removed action : forward_news and forward_news_as_attachement
17994                 (forward and forward_as_attachement can be used instead)
17995
17996         * src/mainwindow.c
17997                 added menu option to access filtering configuration
17998
17999         * src/prefs_account.c
18000                 changed mail_command default to /usr/sbin/sendmail
18001
18002         * added src/prefs_filtering.[ch]
18003                 dialog box for filtering configuration
18004
18005         * src/prefs_matcher.c
18006                 added function prefs_matcher_get_criteria_from_matching()
18007
18008         * src/prefs_scoring.c
18009                 reset the dialog when register or substitute is clicked
18010
18011 2001-05-15 [hoa]
18012
18013         * src/Makefile.am
18014                 added filtering.[ch]
18015         * src/inc.c
18016                 using filering.[ch] instead of filter.[ch]
18017         * src/main.c
18018                 reading new filtering configuration
18019         * src/matcher.[ch]
18020                 added some filtering actions
18021                 and fixed a bug for headers and mail body matching
18022         * src/mbox.c
18023                 using filering.[ch] instead of filter.[ch]
18024         * src/mh.c
18025                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18026         * src/summaryview.c
18027                 some fixes for filtering
18028
18029 2001-05-14 [hiroyuki]
18030
18031         * src/send.c: fixed some weird indentations.
18032           send_message_with_command(): call pclose() only if p != NULL.
18033         * src/textview.c: get_email_part(): modified the code for readability.
18034
18035 2001-05-14 [hiroyuki]
18036
18037         * src/md5global.h
18038           src/md5ify.c
18039           src/md5ify.h: removed from the cvs.
18040
18041 2001-05-13 [sergey]
18042
18043         * src/main.c: include rfc2015.h to avoid compiler warnings.
18044         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18045         the panel is already on screen.
18046         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18047         closing the alert window by ESC as "No".
18048         * src/prefs_common.c (prefs_interface_create): moved return
18049         receipt check button to the correct place.
18050
18051 2001-03-13 [alfons]
18052
18053         * src/prefs_common.c: 
18054                 moved return receipt check button to the Send tab. (prefs_send_create)
18055                 removed the date format ui related globals. (prefs_display_create)
18056
18057         0.4.67claws3
18058         
18059         * sync with sylpheed 0.4.67cvs5-6
18060
18061 2001-05-13 [paul]
18062
18063         * added Alfons' font selection patch
18064
18065         * src/defs.h
18066         * src/headerwindow.c
18067         * src/prefs_common.c
18068         * src/prefs_common.h
18069
18070 2001-05-13 [hoa]
18071         * src/defs.h
18072                 changed version of cache
18073         * src/matcher.[ch]
18074         * src/prefs_matcher.c
18075                 added additionnal matching criteria
18076         * src/procheader.c
18077         * src/procmsg.[ch]
18078         * src/news.c
18079                 added references in MsgInfo
18080
18081 2001-05-12 [hoa]
18082
18083         * src/defs.h
18084                 prepared some things for new filtering
18085         * src/matcher.[ch]
18086                 added some matching properties
18087                 inreplyto need to be enhanced
18088                 prepared some things for new filtering
18089         * src/messageview.c
18090                 added Return-Receipt-To handling
18091         * src/prefs_folder_item.c
18092                 changed default value to TRUE
18093         * src/prefs_matcher.c
18094                 added some matching properties
18095         * src/prefs_scoring.[ch]
18096                 the scoring dialog is finished
18097         * src/procheader.c
18098                 added Return-Receipt-To handling
18099                 Reference need to be added
18100         * src/procmsg.[ch]
18101                 added Return-Receipt-To handling
18102                 added threadscore to get a better score sorting when
18103                 threads are enabled
18104         * src/summaryview.c
18105                 suppressed a bug when we sort the list
18106                 when no folder is opened.
18107                 better score sorting when threads are enabled
18108
18109 2001-05-12 [alfons]
18110
18111         * reverted previous patch because of potential errors 
18112
18113         0.4.67claws2
18114         
18115         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18116                 applied "toggle mail-retrieval dialog window" patch submitted 
18117                 by Eric Limpens <eric@qnt.net>
18118
18119         * sync with sylpheed 0.4.67cvs4
18120
18121 2001-05-12 [sergey]
18122
18123         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18124         some picky compilers.
18125         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18126         * src/grouplist_dialog.c: include alertpanel.h.
18127         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18128         fix compile warning.
18129         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18130         #include "defs.h" before others to prevent the warning of `MIN'
18131         and `MAX' redefinition.
18132
18133 2001-05-11 [hoa]
18134
18135         * src/main.c
18136         * src/messageview.c
18137         * src/prefs_account.c
18138         * src/prefs_display_header.c
18139                 removed warning
18140         * src/Makefile.am
18141                 added prefs_scoring.[ch]
18142         * src/grouplist_dialog.c
18143                 display an error dialog box if the group list
18144                 cannot be fetched.
18145         * src/mainwindow.[ch]
18146                 added main_window_set_thread_option() function
18147                 scoring dialog box enabled
18148         * src/matcher.[ch]
18149                 added flags matching unread /new / marked
18150                 / deleted / replied / forwarded
18151         * src/news.c
18152                 newsgroups are now finally in newscache
18153         * src/prefs_matcher.[ch]
18154                 finished preferences for matching dialog
18155         * added src/prefs_scoring.[ch]
18156                 scoring dialog box completed
18157         * src/scoring.[ch]
18158                 conversion to string : added scoringprop_to_string()
18159                 write config for preferences :
18160                 added prefs_scoring_write_config()
18161         * src/summaryview.c
18162                 threads can be enabled/disabled independently
18163                 for each folder
18164
18165 2001-05-10 [alfons]
18166
18167         0.4.67claws1
18168         
18169         * AUTHORS: 
18170                 thought it would be nice to have a list of all
18171                 contributors (used Changelog as a reference)
18172         
18173         * configure.in: 
18174                 messed up version numbering...
18175
18176         0.4.66claws1
18177
18178         * sync with sylpheed 0.4.67cvs1-3
18179
18180 2001-05-10 [darko]
18181
18182         * src/prefs_common.c:
18183                 better UI for strftime format, double clicking
18184                 on format now inserts the format in text entry
18185                 replaced close button with standard OK/Cancel
18186                 moved date format button to the right of the
18187                 text entry field
18188
18189 2001-05-09 [alfons]
18190
18191         * src/gtkstext.c:
18192                 Ctrl-Home / Ctrl-End have proper cursor navigation
18193
18194 2001-05-09 [hoa]
18195
18196         * src/prefs_matcher.c
18197                 finished UI to define matching properties
18198                 added ok and cancel button
18199         * src/prefs_filter.c
18200                 added ok and cancel button
18201         * src/news.c
18202                 fixed some bug in xhdr parsing
18203
18204 2001-05-08 [alfons]
18205
18206         * src/textview.c: 
18207                 fixed a bug in textview_show_header(), which displayed two colons (':');
18208                 cleaned up some warnings
18209
18210 2001-05-08 [hoa]
18211
18212         * src/Makefile.am
18213                 added prefs_matcher.[ch]
18214                 compilation with -W -Wall
18215         * src/alertpanel.c
18216                 ungrab the mouse events if grabbed - does it
18217                 fix the bug for disposition notification ?
18218         * src/mainwindow.c
18219                 added a menu option to open the matching dialog.
18220         * src/matcher.[ch]
18221                 added matcherprop_to_string() and matcherlist_to_string()
18222                 fixed some bugs, changed the name of some options
18223                 age_sup and age_inf becomes age_greater and age_lower,
18224                 body and messageheaders becomes body_part and headers_part,
18225                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18226         * src/prefs_display_header.c
18227         * src/prefs_headers.c
18228                 fixed a bug that accidentally destroyed dialogs
18229                 when closed them with delete_event
18230                 Added *_deleted() which handle delete_event signal correctly.
18231         * src/prefs_folder_item.[ch]
18232                 added "enable_thread" field for future customization
18233         * added src/prefs_matcher.[ch]
18234                 sample of the UI to define matching properties
18235         * src/procheader.c
18236                 using procheader_headername_equal instead of str*cmp functions
18237                 using procheader_parse_header() function
18238         * src/scoring.c
18239                 using MATCHING_XXX instead of SCORING_XXX
18240         * src/summaryview.c
18241                 display the sender of the news even if this is ourself
18242                 when this is a news message.
18243         * src/textview.c
18244                 using headername_equal() instead of str*cmp functions
18245
18246 2001-05-08 [alfons]
18247
18248         0.4.66claws
18249
18250         * sync with sylpheed 0.4.66
18251         * src/gtkstext.c: trace logs added 
18252
18253 2001-05-08 [sergey]
18254
18255         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18256         signature check popup.
18257         * src/rfc2015.c (check_signature): show signature check popup only
18258         if it is enabled in preferences.
18259
18260 2001-05-07 [alfons]
18261
18262         0.4.66claws4
18263         
18264         * sync with sylpheed 0.4.66cvs6
18265
18266 2001-05-07 [darko]
18267
18268         * src/prefs_common.[ch]: added option to enable/disable
18269           looking up sender name in address book for summary pane
18270         * src/summaryview.c: look up sender in the address book
18271           by using Alfons' address completion code
18272
18273 2001-05-07 [hiroyuki]
18274
18275         * src/inc.h
18276           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18277           member of Pop3State.
18278         * src/news.c: brought #include "defs.h" before #include <glib.h>
18279           to prevent the warning of `MIN' and `MAX' redefinition.
18280
18281 2001-05-06 [hoa]
18282
18283         * removed src/headers_display.[ch]
18284         * removed src/prefs_display_headers.[ch]
18285         * src/inc.c
18286                 use a temporary file in the user directory for mbox import
18287         * src/news.c
18288                 added XHDR support to get "To" and "Cc" headers
18289                 (in order to match news with to or cc field for
18290                 scoring)
18291                 added function news_parse_xhdr() to get XHDR response
18292         * src/nntp.[ch]
18293                 added function nntp_xhdr()
18294         * src/matcher.c
18295                 fetch the message if necessary
18296
18297 2001-05-06 [alfons]
18298
18299         0.4.66claws3
18300
18301         * sync with sylpheed 0.4.66cvs3-5
18302
18303 2001-05-06 [hoa]
18304
18305         * src/utils.[ch]
18306                 added function itos_buf() to enable use of several buffers
18307         * src/summaryview.c
18308                 use of itos_buf() instead of itos() in summary list
18309                 to fix the broken display of message number.
18310
18311 2001-05-06 [alfons]
18312
18313         * src/gtkstext.c: bug in cursor up navigation fixed,
18314                 fixed another unsigned / signed comparison (we're getting there :-)
18315
18316 2001-05-06 [hoa]
18317
18318         * src/Makefile.am
18319                 added scoring.c scoring.h
18320                 prefs_folder_item.c prefs_folder_item.h
18321                 matcher.c matcher.h
18322         * src/defs.h
18323                 added FOLDERITEM_RC SCORING_RC
18324         * src/folder.[ch]
18325                 added prefs field in FolderItem :
18326                 properties for each folder (PrefsFolderItem),
18327                 sorting type and mode were added as the first properties.
18328         * src/main.c
18329                 read config for scoring
18330         * added src/matcher.[ch]
18331                 gives functions to parse configuration file to do
18332                 matching on mails with a list of conditions.
18333         * src/mainwindow.c
18334                 add option to sort by score
18335         * src/prefs_common.[ch]
18336                 added preference option to show score and for
18337                 the score column size
18338         * added src/prefs_folder_item.[ch]
18339                 properties for each folder (PrefsFolderItem),
18340                 sorting type and mode were added as the first properties.
18341         * src/procheader.[ch]
18342                 added procheader_parse_header()
18343                 added procheader_header_free()
18344                 added procheader_headername_equal()
18345                 and made modification to use them.
18346         * src/procmsg.[ch]
18347                 added score field to MsgInfo structure
18348         * added src/scoring.[ch]
18349                 gives functions to parse configuration file to do
18350                 scoring on mails with a list of conditions.
18351         * src/summaryview.[ch]
18352                 save the sorting type and mode for the folder
18353                 added column to display the score of the mail
18354                 added function summary_score_clicked()
18355                 sorting type and mode are restored to the folder
18356                 when it is reopen
18357         * src/textview.c
18358                 use procheader_parse_header(), procheader_headername_equal()
18359                 removed memory leak in text_scan_header when freeing headers
18360         * src/filter.c
18361                 changed the function to match names of headers
18362                 using procheader_headername_equal()
18363
18364         Scoring functions are implemented, an interface is needed
18365         to configure that.
18366
18367 2001-05-04 [alfons]
18368
18369         * src/gtkstext.c: 
18370                 hopefully fixed the row up navigation bug,
18371                 removed adding back / forward lines to cache
18372
18373 2001-05-04 [sergey]
18374
18375         * src/prefs_display_headers.c: user interface changes:
18376         (prefs_display_headers_create): remove unused "Show" check button;
18377         allow reordering of headers by dragging.
18378         (prefs_display_headers_write_config): remove unused variables.
18379         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18380         of lists (not needed with the new UI).
18381         (prefs_display_headers_set_list): scan lists starting from row 0,
18382         not 1 (do not skip "(New)").
18383         (prefs_display_headers_find_header): new function.
18384         (prefs_display_headers_clist_set_row): do not allow duplicates.
18385         (prefs_display_headers_delete_cb): do not skip row 0; treat
18386         closing the alert window by ESC as "No".
18387         (prefs_display_headers_up): do not protect row 0.
18388         (prefs_display_headers_down): do not protect row 0.
18389
18390 2001-05-04 [sergey]
18391
18392         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18393         functions.
18394
18395         * src/summaryview.c
18396         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18397         summary_select_next_marked, summary_select_prev_marked): new
18398         functions.
18399
18400 2001-05-03 [sergey]
18401
18402         * src/news.c: fixed a bug when no article can be fetched after
18403         server timeout if the connection was restored by news_post():
18404         (news_select_group): new function.
18405         (news_fetch_msg): call news_select_group() before fetching
18406         article.
18407         (news_get_uncached_articles): set session->group after successful
18408         GROUP command.
18409
18410 2001-05-03 [hoa]
18411
18412         * src/defs.h
18413         * src/procmsg.[ch]
18414         * src/procheader.c
18415                  changed version of cache, added cc field
18416
18417         * src/prefs_display_headers.c
18418                 the interface was changed
18419
18420         * src/prefs_headers.c
18421                 added cancel button
18422
18423 2001-05-03 [alfons]
18424
18425         * completed sync of sylpheed cvs2
18426         * src/gtkstext.c: updated row up / down cursor navigation
18427         * src/textview.c: re-edited, prepared for fixing the email address
18428                 scanner.
18429
18430 2001-05-03 [darko]
18431
18432         * src/prefs_common.c: use alfons' strftime ui code
18433         entry_datefmt and datefmt_sample widgets have to be
18434         global in this module because of this change
18435
18436 2001-05-03 [hoa]
18437
18438         * src/messageview.c
18439         * src/prefs_common.[ch] added option to activate the return receipt
18440                 feature.
18441
18442 2001-05-02 [alfons]
18443
18444         * src/gtkstext.c: fix for row up/down cursor navigation. 
18445
18446         0.4.66claws2
18447         
18448         * sync with 0.4.66cvs2
18449
18450 2001-05-02 [paul]
18451
18452         added add-sender-to-addressbook patch
18453
18454         * src/addressbook.c
18455         * src/addressbook.h
18456         * src/summaryview.c
18457
18458 2001-05-02 [sergey]
18459
18460         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18461         G_ALERTDISABLE.
18462
18463         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18464         all existing callers changed to pass FALSE; create a check button
18465         to disable the message.
18466         (alertpanel_message_with_disable): new function.
18467         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18468         (alertpanel_button_toggled): new function.
18469         (alertpanel_button_clicked, alertpanel_close): set value using
18470         G_ALERT_VALUE_MASK.
18471
18472         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18473
18474         * src/prefs_common.c (prefs_privacy_create): new check button
18475         checkbtn_gpgme_warning.
18476
18477         * src/main.c (main): moved preferences reading before gpgme
18478         initialization; check prefs_common.gpgme_warning before giving the
18479         GnuPG warning and set it to FALSE if the user wants to disable the
18480         warning.
18481
18482 2001-05-02 [hiroyuki]
18483
18484         * src/prefs_display_headers.c: modified the layout and some labels.
18485
18486 2001-05-02 [sergey]
18487
18488         * src/prefs_account.c (prefs_account_fix_size): new function.
18489         (prefs_account_create): call prefs_account_fix_size(); use
18490         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18491         size when the window is shown for the first time).
18492         (prefs_account_basic_create): changed layout of serv_table; moved
18493         localmbox_entry above smtpserv_entry (logically it replaces
18494         POP3/IMAP server).
18495         (prefs_account_protocol_activated): set sensitivity of
18496         nntpauth_chkbtn according to the protocol (in addition to
18497         hide/show); commented out gtk_table_set_row_spacing() calls.
18498         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18499         not sensitive (fixes a bug with disabled username/password boxes
18500         when editing POP3 account after NNTP with authentication).
18501
18502 2001-05-02 [hoa]
18503
18504         * src/account.c
18505         * src/inc.c
18506         * src/prefs_account.[ch]
18507         * src/send.c
18508                 removed local account without SMTP server
18509                 added option to use mail command instead of a connexion
18510                 to SMTP server when a local account is used
18511         * src/prefs_headers.c
18512                 fixed a bug
18513         * src/news.c
18514                 fixed a bug when connexion immediately closed
18515
18516 2001-05-01 [alfons]
18517
18518         0.4.66claws1
18519         
18520         * sync with 0.4.65
18521
18522 2001-05-01 [sergey]
18523
18524         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18525         widget nntpauth_chkbtn.
18526         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18527         visibility.
18528         (prefs_account_nntpauth_toggled): new function.
18529
18530         * src/news.c (news_session_new_for_folder): use NNTP
18531         authentication only if ac->use_nntp_auth is set.
18532
18533 2001-05-01 [hoa]
18534
18535         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18536         * src/prefs_display_headers.c changed the UI
18537         * src/prefs_headers.c changed account_name to account_id
18538         * src/compose.c using customheader.h
18539
18540 2001-05-01 [hiroyuki]
18541
18542         * src/esmtp.c
18543           src/news.c
18544           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18545           unsynched.
18546
18547 2001-05-01 [hoa]
18548
18549         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18550         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18551                 for displaying of headers
18552         * src/grouplist_dialog.[ch] minor changes to remove warnings
18553         * src/prefs_display_headers.[ch] dialog to choose the
18554         headers to display in the mail viewer.
18555         * src/headers.h correction of #define
18556         * src/headers_display.[ch] configuration for displaying of headers.
18557         * src/main.c read config of displaying of headers
18558         * src/prefs_common.c add a button to access the config dialog
18559                 for displaying of headers
18560         * src/prefs_display_headers.[ch] dialog for configuration for
18561                 displaying of the headers.
18562         * src/prefs_headers.c cleaning of code
18563         * src/procheader.c comments added to code
18564         * src/textview.c changes to reorder the headers depending
18565                 on the config for displaying of headers
18566
18567 2001-04-30 [alfons]
18568
18569         0.4.65claws7
18570
18571         * sync with 0.4.65cvs12
18572
18573         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18574
18575 2001-04-30 [sergey]
18576
18577         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18578
18579         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18580         is set to force reconnection after authentication failure.
18581         (nntp_gen_command): set sock->auth_failed on authentication
18582         failure, or if sock->userid and sock->passwd are not set.
18583
18584         * src/news.c (news_session_new_for_folder): set userid=NULL if
18585         password dialog is cancelled.
18586
18587 2001-04-30 [sergey]
18588
18589         * src/nntp.h (NNTPSockInfo): new type.
18590
18591         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18592         SockInfo.
18593         (nntp_open_auth, nntp_close): new functions.
18594         (nntp_gen_command): new function to handle authentication; all
18595         NNTP command functions updated to use it.
18596         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18597         (nntp_list): removed old useless code.
18598
18599         * src/news.h (NNTPSession): new field nntp_sock.
18600
18601         * src/news.c: all functions updated to use NNTPSockInfo instead of
18602         SockInfo.
18603         (news_session_new): new arguments (userid, passwd); made static;
18604         use nntp_open_auth() if needed.
18605         (news_session_destroy): use nntp_close() instead of sock_close().
18606         (news_query_password): changed arguments.
18607         (news_session_new_for_folder): new function.
18608         (news_session_get): use news_session_new_for_folder().
18609         (news_authenticate): deleted.
18610         (news_get_uncached_articles): removed old authentication code.
18611
18612 2001-04-30 [sergey]
18613
18614         * src/news.c: reverted my previous changes (need to do NNTP
18615         authentication in a cleaner way).
18616         
18617 2001-04-29 [sergey]
18618
18619         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18620         news_nntp_post, news_nntp_mode): new functions (wrappers with
18621         authentication support).
18622         (news_get_article_cmd, news_get_article, news_get_header): new
18623         argument "folder"; all callers changed.
18624         (news_get_article_cmd): added authentication support.
18625         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18626         (news_post): use news_nntp_post() instead of nntp_post().
18627         (news_get_uncached_articles): use news_nntp_group() instead of
18628         nntp_group() and news_nntp_xover() instead of nntp_xover();
18629         removed old authentication code.
18630         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18631
18632         * src/nntp.c (nntp_list): return real error code instead of
18633         hardcoded NN_ERROR.
18634
18635 2001-04-29 [sergey]
18636
18637         * configure.in: fixed wint_t typedef detection again
18638
18639 2001-04-28 [hoa]
18640
18641         * src/prefs_account.[ch], added A_LOCAL_CMD
18642                 (send mail with mail command)
18643         * src/send.c added function send_message_with_command()
18644         * src/inc.c made a more secure get_spool() function with
18645                 mktemp() but maybe mkstemp() or something more
18646                 secure can be used.
18647
18648 2001-04-28 [alfons]
18649
18650         * src/textview.c, colorization of email addresses in headers
18651
18652         0.4.65claws6
18653
18654         * bug sync with sylpheed
18655         * prefs_common.c: created date format ui for darko
18656         * sync with 0.4.65cvs11
18657         * configure.in: corrected to have the new gpg checks
18658
18659 2001-04-27 [alfons]
18660
18661         * completed sync with 0.4.65cvs10
18662         * minor debug things added to gtkstext.c
18663
18664 2001-04-27 [darko]
18665
18666         * configure.in: remove check for availability of
18667           strftime() as advised by Hiroyuki
18668         * src/prefs_common.[ch], src/procheader.c:
18669           synch strftime() code with Hiroyki's main branch
18670
18671 2001-04-26 [sergey]
18672
18673         * src/news.c: news_query_password(), news_authenticate(): new
18674           functions.
18675           news_get_uncached_articles(): added NNTP authentication
18676           handling.
18677         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18678           new functions.
18679         * src/prefs_account.c: prefs_account_protocol_activated():
18680           enable userid and password fields for NNTP.
18681
18682 2001-04-26
18683
18684         * configure.in: check for availability of strftime()
18685           [darko]
18686         * src/prefs_common.[ch], src/procheader.c: use
18687           strftime() for displaying date in summary pane if it
18688           is available
18689
18690 2001-04-25
18691
18692         * more .cvsignore cleanups [alfons]
18693
18694 2001-04-25
18695
18696         * ac/sv-check-type.m4: new autoconf macro.
18697         * configure.in: fixed wint_t typedef detection (did not work
18698           with gcc-2.96).
18699
18700 2001-04-25
18701
18702         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18703           [hiroyuki]
18704
18705 2001-04-24
18706         * modified gtkstext.c : buggy cursor navigation fixed, 
18707           and font descent also taken in account when drawing
18708           cursor. [alfons]
18709
18710 2001-04-24 [hoa]
18711         * added comments in src/news.c src/nntp.c
18712         * added src/prefs_headers.[ch]
18713         * added src/headers.[ch]
18714         * modified compose.c to activate custom headers
18715                 added function is_in_custom_headers
18716         * modified prefs_account.[ch]
18717                 added function prefs_account_customhdr_edit
18718         * modified src/defs.h :
18719                 added HEADERS_RC : name of the config file
18720                 for the custom headers
18721
18722 2001-04-24
18723
18724     0.4.65claws5
18725
18726         * configure.in
18727           src/gtkstext.[ch]
18728           src/compose.c
18729           src/Makefile.am
18730           
18731           added gtkstext with configure.in patch by Hiroyuki which
18732           should fix the XIM detection [alfons]
18733
18734         * more clean up of cvs [alfons]
18735
18736                  * removed all Makefile.in files to attic.
18737
18738                  * updated all .cvsignores to really ignore things that could
18739                    be unintentionally committed by a recursive commit.
18740
18741 2001-04-23 [hoa]
18742         * added src/grouplist_dialog.[ch]
18743         * changed src/folderview.c to call grouplist_dialog instead
18744                 of inputdialog
18745         * src/news.c :
18746                 added functions news_reset_group_list
18747                 and news_get_group_list
18748         * src/nntp.c :
18749                 added function nntp_list
18750         * src/defs.h :
18751                 added GROUPLIST_FILE : name of the newsgroup list cache file
18752
18753 2001-04-21
18754
18755         * added option to warn about queued messages on exit [sergey]:
18756
18757           * src/compose.c: compose_queue(): call folder_item_scan()
18758             and folderview_update_item() after queueing.
18759           * src/folderview.c: folderview_update_node(): draw the queue
18760             folder in bold font if there are queued messages.
18761           * src/mainwindow.c: queued_messages(): new function.
18762             app_exit_cb(): display warning if there are queued messages
18763             if warn_queued_on_exit is set.
18764           * prefs_common.[ch]: add warn_queued_on_exit option.
18765
18766         * enhanced GnuPG key selection support [sergey]:
18767
18768           * src/select-keys.c: updated to newer version from Win32
18769             branch with support for selecting arbitrary keys.
18770           * src/prefs_account.c: added the Privacy tab to the account
18771             options window.
18772             prefs_account_privacy_create(),
18773             prefs_account_sign_key_set_data_from_radiobtn(),
18774             prefs_account_sign_key_set_radiobtn(): new functions.
18775           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18776           * src/rfc2015.c: set_signers(): new function.
18777             pgp_sign(): add the account parameter, call set_signers().
18778             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18779           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18780           * src/compose.c: pass the current account to rfc2015_sign().
18781
18782         * tag name claws added to prevent confusion with main branch [alfons]
18783
18784         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18785
18786         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18787
18788         * sync with recent sylpheed cvs. Untested though. [alfons]
18789