e6a3227ea6a1ae353f39ef5c69288f3b4dcf7a95
[claws.git] / ChangeLog.claws
1 2003-10-01 [melvin] 0.9.5claws39
2
3         * src/prefs_fonts.c
4                 Fixed a Gtk warning
5
6         * src/plugins/dillo_prefs.c     
7                 Quasi unnoticeable UI clean-up.
8
9 2003-10-01 [paul]
10
11         * tools/README
12           tools/maildir2sylpheed.pl
13                 bug fixes, rewrites, submitted by Matthias Förste 
14                 <itsjustme@users.sourceforge.net>
15
16 2003-09-29 [paul]       0.9.5claws38
17
18         * src/inc.c
19                 fix my coding carelessness
20
21 2003-09-29 [paul]       0.9.5claws37
22
23         * po/POTFILES.in
24           src/Makefile.am
25           src/main.c
26           src/prefs_common.[ch]
27           src/prefs_fonts.[ch]  ** NEW FILES **
28                 move Font config options to Other Prefs/Display/Fonts
29                 (user's current configuration is preserved)
30
31 2003-09-29 [paul]       0.9.5claws36
32
33         * src/inc.c
34           src/prefs_account.c
35                 allow 'local_mbox' value to point to either a directory 
36                 (/var/mail -  default, new) or a file (/var/mail/username
37                 - original)
38
39 2003-09-28 [paul]       0.9.5claws35
40
41         * src/rfc2015.c
42                 on signature check, where key exists, print the
43                 Key ID
44
45 2003-09-27 [alfons]     0.9.5claws34
46
47         * src/action.c
48                 o make progress bar not fill/expand when resizing dialog
49                 o use default fixed text font for actions output
50
51 2003-09-27 [paul]       0.9.5claws33
52
53         * src/prefs_common.[ch]
54           src/procmsg.c
55           src/send_message.c
56                 remove External Program settings from Common Prefs/Send
57                 as they are now unnecessary due to Local account settings.
58                 plus a little tidying-up after 0.9.5claws31
59
60 2003-09-27 [paul]       0.9.5claws32
61
62         * src/prefs_account.c
63                 o make correction to gui text:
64                   'Local mailbox file' -> 'Local mailbox directory'
65                 o give 'local_mbox' option a reasonable default value:
66                   '/var/mail'
67                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
68                   value
69
70 2003-09-26 [paul]       0.9.5claws31
71
72         * src/inc.c
73           src/prefs_common.[ch]
74                 remove 'Incorporate from spool' common pref,
75                 force creation of a 'Local' account
76
77 2003-09-26 [christoph]  0.9.5claws30
78
79         * src/folder.c
80         * src/msgcache.c
81                 add more NULL pointer checks
82
83 2003-09-25 [christoph]  0.9.5claws29
84
85         * src/folder.c
86                 o don't fetch source message to get it's message id
87                 o immediately scan dest folder when copying a message did not
88                   return a new message number and not do it when the first message
89                   without a new message number is found
90
91 2003-09-23 [christoph]  0.9.5claws28
92
93         * src/compose.c
94                 fix generating of headers
95
96         (patch by David Relson <relson@osagesoftware.com>)
97
98 2003-09-23 [paul]       0.9.5claws27
99
100         * po/zh_CN.po
101                 update Simplified Chinese translation. submitted by
102                 Hansom Young
103
104 2003-09-23 [paul]       0.9.5claws26
105
106         * tools/Makefile.am
107           tools/README
108           tools/vcard2xml.py    ** NEW FILE **
109                 add a script that converts an evolution vcard to
110                 sylpheed's xml format
111                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
112
113 2003-09-22 [paul]       0.9.5claws25
114
115         * src/plugins/clamav/clamav_plugin.c
116                 don't skip MULTIPART parts
117
118 2003-09-21 [christoph]  0.9.5claws24
119
120         * src/alertpanel.c
121                 remove unneeded include
122
123         * src/folder.c
124                 clean up copy/move mess with duplicated code
125
126         * src/imap.c
127                 fix problem that sometimes the folder was not scanned
128                 also it was changed
129
130 2003-09-21 [christoph]  0.9.5claws23
131
132         * src/Makefile.am
133         * src/logwindow.[ch]                    ** REMOVE **
134         * src/mainwindow.c
135         * src/prefs_common.c
136         * src/gtk/Makefile.am
137         * src/gtk/logwindow.[ch]                ** ADD **
138                 make logwindow prefs_common independent and move
139                 it to gtk directory
140
141 2003-09-20 [christoph]  0.9.5claws22
142
143         * src/compose.c
144                 add extra space for address code conversion
145                 (4 * unconvered size could be too small for short headers)
146
147 2003-09-20 [christoph]  0.9.5claws21
148
149         * src/compose.c
150                 increase temp buffer size when writing headers
151
152 2003-09-19 [darko]      0.9.5claws20
153
154         * src/compose.c
155                 don't ignore value of 'Save copy of outgoing messages to
156                 this folder instead of Sent' in message redirect
157
158 2003-09-17 [christoph]  0.9.5claws19
159
160         * src/compose.c
161                 use ", " as address seperator for mail headers and pass whole
162                 header line at once to compose_convert_header to make sure
163                 it is correctly folded
164
165         (closes Bug 64 Problem when sending to many recipients)
166
167 2003-09-17 [hoa]        0.9.5claws18
168         
169         * src/matcher.[ch]
170           src/matcher_parser_parse.y
171           src/prefs_matcher.c
172                 changed the keyword used for command execution in condition
173                 keyword is changed from "execute" to "test"
174                 so that it is not the same as the one used for action.
175                 This will fix a bug when using filtering dialog.
176                 All semantic in the code is also changed to reflect
177                 the keyword change.
178
179 2003-09-17 [paul]
180         
181         * sync with 0.9.6 release
182
183 2003-09-17 [paul]       0.9.5claws17
184
185         * sync with 0.9.5cvs8
186                 see ChangeLog 2003-09-16 and 2003-09-17
187
188 2003-09-16 [paul]       0.9.5claws16
189
190         * sync with 0.9.5cvs6
191                 see ChangeLog 2003-09-16
192
193 2003-09-15 [paul]       0.9.5claws15
194
195         * sync with 0.9.5cvs5
196                 see ChangeLog 2003-09-15
197
198 2003-09-14 [alfons]     0.9.5claws14
199
200         * src/inc.c
201                 make "Go to inbox after receiving new mail" again;
202                 regression of a sync, restored to sylpheed main 
203                 behaviour. (misses still some bits)
204
205 2003-09-14 [alfons]     0.9.5claws13
206
207         * src/prefs_filtering_action.c
208                 o add proper message if empty execute command line
209                 o don't select first action item after registering a
210                   new action to prevent (what seems to be a GTK) bug
211                   #36, "filtering will only accept one action change 
212                   per invocation".
213
214 2003-09-14 [alfons]     0.9.5claws12
215
216         * src/prefs_filtering.c
217         * src/prefs_filtering_action.c
218         * src/prefs_matcher.c
219                 fix function signature for key_pressed_event signal handlers
220
221 2003-09-14 [alfons]     0.9.5claws11
222
223         * src/mainwindow.c
224                 fix regression caused by fix for invalid bug #7
225                 (should fix #246, "Multiple selections are deselected when 
226                 moving from search window to main window")
227                 
228 2003-09-14 [alfons]     0.9.5claws10
229         
230         * src/actions.[ch]
231         * src/filtering.[ch]
232         * src/prefs_actions.c
233                 allow `filtering actions` in actions; only for advanced users
234                 right now: try for example, "%as{mark color 2}" 
235         
236 2003-09-13 [paul]       0.9.5claws9
237         
238         * po/pl.po
239           po/zh_CN.po   ** NEW FILE **
240                 update Polish translation, submitted by Emil 
241                 <eminowbl@posejdon.wpk.p.lodz.pl>
242                 add new Simplified Chinese translation, submitted by
243                 Hansom Young <hansom_young@yahoo.com>
244
245 2003-09-12 [alfons]     0.9.5claws8
246
247         * src/summaryview.c
248                 don't open separate message views when View | Separate message view
249                 is active 
250                 (please look carefully for any navigation regressions)
251
252 2003-09-11 [alfons]     0.9.5claws7
253
254         * src/mainwindow.c
255                 make default message view, opened by View | Separate message 
256                 view, look like a claws message view (which includes a menu
257                 bar and a toolbar)
258                 (fixes bug #298, "message view loses tool bar") 
259
260 2003-09-11 [christoph]  0.9.5claws6
261
262         * src/folderview.c
263                 fix double deleting of newsgroup folders
264
265         (closes Bug 305 crash after deleting of a newsgroup)
266
267 2003-09-11 [paul]       0.9.5claws5
268
269         * src/rfc2015.c
270           src/common/utils.h
271                 more sync'ing from 0.9.5cvs2
272
273 2003-09-11 [christoph]  0.9.5claws4
274
275         * src/compose.c
276         * src/rfc2015.c
277         * src/common/utils.h
278                 fix sync with 0.9.5cvs2
279
280 2003-09-11 [paul]       0.9.5claws3
281
282         * sync with 0.9.5cvs4
283                 see ChangeLog 2003-09-11
284
285 2003-09-11 [paul]       0.9.5claws2
286
287         * sync with 0.9.5cvs2
288                 see ChangeLog 2003-09-05
289                 
290 2003-09-11 [paul]       0.9.5claws1
291
292         * sync with 0.9.5cvs3
293                 see ChangeLog 2003-09-10
294
295 2003-09-10 [paul]       0.9.5claws
296
297         * 0.9.5claws released
298
299 2003-09-10 [paul]       0.9.4claws78
300
301         * src/Makefile.am
302                 add missing files
303
304 2003-09-10 [melvin]     0.9.4claws77
305
306         * po/fr.po
307                 Updated French translations
308
309 2003-09-10 [paul]       0.9.4claws76
310
311         * po/es.po
312           po/sk.po
313           po/sr.po
314                 update Spanish, Slovak, and Serbian translations.
315                 submitted by Ricardo Mones Lastra, Andrej Kacian,
316                 and Urke MMI
317                 
318         * AUTHORS
319                 add translation team section
320
321 2003-09-09 [christoph]  0.9.4claws75
322
323         * src/folder.c
324                 free item->prefs in folder_item_destroy
325
326 2003-09-09 [alfons]     0.9.4claws74
327
328         * src/folderview.c
329                 o proper check for root node sorting
330                 o remove unnecessary gtk_ctree_remove_node 
331
332         (should fix bug #300, "crash while moving folder")      
333
334 2003-09-08 [christoph]  0.9.4claws73
335
336         * src/folderview.c
337                 o fix double adding of IMAP FolderItems to GtkCTree
338                 o fix crash then mbox folder is removed
339
340 2003-09-08 [christoph]  0.9.4claws72
341
342         * src/folder.c
343         * src/folderview.c
344         * src/mainwindow.c
345                 fix new folder notification
346
347         * src/mbox_folder.c
348                 fix cache path
349
350 2003-09-08 [christoph]  0.9.4claws71
351
352         * src/compose.c
353                 replace '\n' and '\r' before removing trailing spaces
354
355         * src/folder.[ch]
356         * src/folderview.c
357                 add information about new or removed items in folder tree change
358                 notification and use this in folderview to add and remove only
359                 the appected items and not refresh the whole tree
360
361 2003-09-07 [match]      0.9.4claws70
362
363         * src/Makefile.am
364         * src/addr_compl.c
365         * src/addressbook.c
366         * src/addressitem.h
367         * src/addrindex.c
368         * src/addritem.c
369         * src/addritem.h
370         * src/addrquery.c                       ** NEW **
371         * src/addrquery.h
372         * src/ldapquery.c
373         * src/ldapserver.c
374         * src/stock_pixmap.c
375         * src/stock_pixmap.h
376         * src/pixmaps/address_search.xpm        ** NEW **
377                 re-introduce Lookup button for LDAP 'static' searches.
378
379 2003-09-07 [alfons]     0.9.4claws69
380         
381         * src/summaryview.c
382                 abandon setting usize for messageview because it gives layout problems
383                 with the quick search bar and the headerview; fixes assorted UI glitches:
384                 
385                 o bug #148, "Toggling of quick-search bar reduces index view area" 
386                 o bug #280, "Window resiizes for line length but does not revert"
387
388 2003-09-07 [christoph]  0.9.4claws68
389
390         * src/compose.c
391                 o make sure we don't have any newlines in header values
392                 o check custom headers for spaces and newlines and ignore
393                   malformed header names
394
395 2003-09-06 [christoph]  0.9.4claws67
396
397         * src/folder.c
398         * src/folderview.c
399                 invoke notification hook for folder tree changes after append
400                 and remove folder
401
402         (closes Bug 294 Crash while moving folder with many subdirectories)
403
404 2003-09-06 [christoph]  0.9.4claws66
405
406         * src/folder.c
407                 destroy folder's MsgCache if FolderItem is removed to make sure
408                 it is not saved when the FolderItem is destroyed
409
410 2003-09-06 [christoph]  0.9.4claws65
411
412         * src/plugins/clamav/clamav_plugin.c
413                 fix copy & paste bug
414
415 2003-09-05 [christoph]  0.9.4claws64
416
417         * src/folder.c
418         * src/messageview.[ch]
419         * src/procmsg.[ch]
420         * src/summaryview.c
421                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
422                 by MessageView to clear it when the message is deleted. Should
423                 work even if messages are deleted in MainWindow or by
424                 processing.
425
426 2003-09-05 [alfons]     0.9.4claws63
427
428         * src/messageview.c
429                 deleting a message in a message view frees its msginfo, make 
430                 messageview_update_all() aware of that (should fix bug #293,
431                 "deleting message caused crash")
432
433 2003-09-05 [melvin]     0.9.4claws62
434
435         * src/action.c
436                 Improve synchronous action exit code (fixes 
437                 a ~5 seconds delay after action exit on RedHat 9)
438
439 2003-09-04 [christoph]  0.9.4claws61
440
441         * src/compose.c
442         * src/rfc2015.c
443         * src/common/utils.[ch]
444                 add util function to create mime boundary and use it
445                 in compose and gpg code
446
447 2003-09-04 [alfons]     0.9.4claws60
448
449         * src/folder.c
450                 source folder item's GNode should already have been freed in 
451                 a previous call to src->folder->klass->remove_folder()
452                 (should fix bug #287, "crash when moving folders")
453
454 2003-09-03 [thorsten]   0.9.4claws59
455
456         * src/plugins/spamassassin/spamassassin_gtk.c
457                 fix compile error
458
459 2003-09-03 [christoph]  0.9.4claws58
460
461         * src/plugins/spamassassin/spamassassin.[ch]
462         * src/plugins/spamassassin/spamassassin_gtk.c
463                 add timeout config option
464
465 2003-09-03 [paul]       0.9.4claws57
466
467         * po/sk.po      ** NEW FILE **
468                 add Slovak translation. Submitted by Andrej Kacian 
469                 <andrej@kacian.sk>
470
471 2003-09-03 [paul]       0.9.4claws56
472
473         * src/plugins/clamav/clamav_plugin_gtk.c
474                 gui tweaks: replace a label with a tooltip, modify the
475                 text, use gtk_check_button_new(); instead of
476                 gtk_check_button_new_with_label("");
477
478 2003-09-02 [alfons]     0.9.4claws55
479
480         * src/gtk/filesel.c
481                 remember last used dir when attaching multiple files (should fix
482                 bug #290, "Attach File does not remember directory")
483
484 2003-09-01 [paul]       0.9.4claws54
485
486         * po/es.po
487                 updated by Ricardo Mones Lastra
488
489 2003-09-01 [alfons]     0.9.4claws53
490
491         * src/gtk/gtkaspell.[ch]
492                 be pedantic and strict and use const gchar * instead of guchar *
493
494 2003-09-01 [alfons]     0.9.4claws52
495
496         * src/mainwindow.c
497         * src/summaryviewc.
498                 re-enable Save As when multiple messages are selected
499
500 2003-09-01 [paul]       0.9.4claws51
501
502         * src/textview.c
503                 g_free(trimmed_uri);
504
505 2003-09-01 [paul]       0.9.4claws50
506
507         * sync with 0.9.4cvs13
508                 see ChangeLog 2003-09-01
509
510 2003-09-01 [paul]       0.9.4claws49
511
512         * src/textview.c
513                 trim uri before sending to the statusbar
514                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
515                 in the message window causes main S-C window to enlarge 
516                 past screen edges'
517
518 2003-09-01 [paul]       0.9.4claws48
519
520         * sync with 0.9.4cvs12
521                 see ChangeLog 2003-09-01
522
523 2003-08-30 [christoph]  0.9.4claws47
524
525         * src/compose.c
526         * src/folder_item_prefs.[ch]
527         * src/prefs_folder_item.c
528         * src/gtk/gtkaspell.[ch]
529                 commit per folder dictionary patch by
530                 Paul Evans <nerd@freeuk.com>
531
532 2003-08-30 [christoph]  0.9.4claws46
533
534         * src/plugins/spamassassin/spamassassin_gtk.c
535         * src/plugins/spamassassin/spamassassin_gtk.glade
536                 reduce GUI clutter by placing hints into tooltips
537
538 2003-08-30 [paul]       0.9.4claws45
539
540         * src/compose.c
541                 add 'Content-Disposition: inline' to a text/plain
542                 part when using PGP/MIME signing
543
544 2003-08-30 [paul]       0.9.4claws44
545
546         * src/prefs_common.c
547           src/prefs_spelling.c
548           src/prefs_spelling.glade
549                 reduce GUI clutter by placing hints into tooltips
550
551 2003-08-29 [christoph]  0.9.4claws43
552
553         * configure.ac
554                 fix bug found by Ivan Rayner <ivanr@sgi.com>
555
556         * src/stock_pixmap.c
557                 change unecessary warning into a debug message
558
559         * src/plugins/clamav/Makefile.am
560                 Fix error "-I$(CLAMAV_LIBS)"
561
562 2003-08-29 [christoph]  0.9.4claws42
563
564         * intl/Makefile.in
565         * src/Makefile.am
566         * src/matcher.h
567         * src/common/Makefile.am
568         * src/common/passcrypt.c
569                 commit fixes and patches for some of the IRIX problems found by
570                 Ivan Rayner <ivanr@sgi.com>
571
572 2003-08-29 [paul]       0.9.4claws41
573
574         * src/prefs_filtering.c
575                 add 'Top' and 'Bottom' buttons, based on changes in
576                 src/prefs_filter.c in 0.9.4cvs11.
577
578 2003-08-27 [christoph]  0.9.4claws40
579
580         * src/folderview.c
581                 fix bug that the current summary settings were copied to the
582                 wrong folder item, when the folder item prefs are opened.
583                 Copying is not required because summary settings and
584                 folder_item_prefs do not contain the same settings
585
586 2003-08-27 [thorsten]   0.9.4claws39
587
588         * src/imap.c
589                 fix compile error
590
591 2003-08-26 [paul]       0.9.4claws38
592
593         * sync with 0.9.4cvs9
594                 see ChangeLog 2003-08-26
595
596 2003-08-25 [paul]       0.9.4claws37
597
598         * sync with 0.9.4cvs8
599                 see ChangeLog 2003-08-25
600
601 2003-08-24 [christoph]  0.9.4claws36
602
603         * src/prefs_filtering.c
604                 shouldn't remove items from a GSList while iterating over the
605                 list (makes cur invalid and cur->next not accessable)
606
607         (closes Bug 272 i deleted an folder and some seconds later sylpheed
608          crashed)
609
610 2003-08-23 [christoph]  0.9.4claws35
611
612         * src/news.c
613                 news folders should be scanned when opened
614
615 2003-08-22 [christoph]  0.9.4claws34
616
617         * src/prefs_folder_item.c
618                 use macro to assign strings that always frees the old string
619
620         * src/gtk/gtkaspell.[ch]
621                 add gtkaspell_set_dictionary_menu_active_item() to set active
622                 item in dictionary option menu
623
624         * src/prefs_spelling.c
625                 use gtkaspell_set_dictionary_menu_active_item() to select
626                 dictionary
627
628 2003-08-21 [christoph]  0.9.4claws33
629
630         * src/folder.[ch]
631         * src/imap.c
632         * src/mbox_folder.c
633         * src/mh.c
634         * src/news.c
635                 optimize folder system
636
637         * src/gtk/gtkstext.c
638                 fix division by zero when font has 0 width for ' '
639
640 2003-08-21 [paul]       0.9.4claws32
641
642         * sync with 0.9.4cvs7
643                 see ChangeLog 2003-08-20
644
645 2003-08-19 [paul]       0.9.4claws31
646
647         * src/common/defs.h
648                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
649                 SYLDOC_FAQ_HTML_INDEX.
650         * src/manual.c
651                 use LC_MESSAGES instead of LC_ALL to find the current
652                 language
653
654           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
655
656 2003-08-19 [paul]       0.9.4claws30
657
658         * po/bg.po
659                 updated by George Danchev
660
661 2003-08-18 [luke]       0.9.4claws29
662         * src/mimeview.[ch]
663         * src/gtk/gtkvscrollbutton.[ch]
664                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
665                   dependencies; do it the GTK way; reduce code -14/+2 lines)
666                 o removed horizontal separator between icons
667
668 2003-08-17 [christoph]  0.9.4claws28
669
670         * src/procmsg.c
671                 no subject threading when the subject has no reply prefix
672
673 2003-08-16 [christoph]  0.9.4claws27
674
675         * src/mainwindow.c
676                 remember and restore window sizes and position when the main
677                 window is hidden or shown
678
679         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
680          minimised/reopened using trayicon)
681
682 2003-08-16 [paul]       0.9.4claws26
683
684         * src/crash.c
685                 add #include "defs.h"
686
687 2003-08-16 [paul]       0.9.4claws25
688
689         * src/plugins/clamav/clamav_plugin.c
690                 reword a debug_print
691                 
692         * src/plugins/dillo_viewer/dillo_prefs.c
693                 cosmetic: change the labels' text, add tooltips, and
694                 left-align the hint
695
696 2003-08-15 [christoph]  0.9.4claws24
697
698         * src/news.c
699                 complete last change (forgot some changes)
700
701 2003-08-15 [christoph]  0.9.4claws23
702
703         * src/news.c
704                 o check number of messages and don't return a 0 message
705                   when no messages are available
706                 o don't parse xref header anymore
707
708         (closes Bug 203 I'm not getting any news)
709
710 2003-08-15 [paul]       0.9.4claws22
711
712         * src/common/defs.h
713           src/crash.c
714                 update and define claws bugzilla location
715
716 2003-08-15 [paul]       0.9.4claws21
717
718         * po/ru.po
719                 update submitted by Ruslan N. Balkin
720
721 2003-08-14 [christoph]  0.9.4claws20
722
723         * src/procmsg.c
724                 fix search for oldest node in subject threading
725
726 2003-08-14 [christoph]  0.9.4claws19
727
728         * src/procmsg.c
729         * src/common/utils.h
730                 add possibility to check all nodes with the same subject for
731                 subject threading, not only the oldest node. Should not break
732                 threads anymore if the oldest node is thread_by_subject_max_age
733                 days older then parent, because it can now find a child of
734                 oldest node as new parent.
735
736 2003-08-11 [christoph]  0.9.4claws18
737
738         * src/plugins/spamassassin/spamassassin.c
739                 run spam check in background process
740
741 2003-08-10 [alfons]     0.9.4claws17
742
743         * src/summaryview.c
744                 make `Select All' sensitive too
745
746 2003-08-10 [christoph]  0.9.4claws16
747
748         * src/imap.c
749                 add more checks in imap_close
750
751 2003-08-09 [alfons]     0.9.4claws15
752
753         * src/prefs_spelling.c
754                 no spell checking UI if not requested
755
756 2003-08-09 [alfons]     0.9.4claws14
757
758         * src/gtk/prefswindow.c
759                 make it compile
760
761 2003-08-09 [christoph]  0.9.4claws13
762
763         * src/prefs_spelling.c
764         * src/gtk/prefswindow.[ch]
765         * src/plugins/clamav/clamav_plugin_gtk.c
766         * src/plugins/spamassassin/spamassassin_gtk.c
767                 sort prefs pages by heighest weight in tree
768
769 2003-08-09 [paul]       0.9.4claws12
770
771         * sync with 0.9.4cvs6
772                 see ChangeLog 2003-08-07
773                 
774         * AUTHORS
775                 add Leandro and Luke to claws-branch section
776
777 2003-08-09 [christoph]  0.9.4claws11
778
779         * src/gtk/Makefile.am
780         * src/gtk/colorsel.[ch]                 ** NEW **
781                 create a color selection dialog that can be used as a simple
782                 function call with it's own gtk main loop like filesel.[ch]
783
784         * src/Makefile.am
785         * src/main.c
786         * src/prefs_common.c
787         * src/prefs_spelling.[ch]               ** NEW **
788         * src/prefs_spelling.glade              ** NEW **
789         * src/gtk/gtkutils.[ch]
790                 move "Spell Checker" prefs to new prefs dialog
791
792         * src/prefs_folder_item.c
793                 use new colorsel dialog
794
795 2003-08-08 [paul]       0.9.4claws10
796
797         * src/inc.c
798                 clear the progress bar unconditionally
799
800 2003-08-08 [paul]       0.9.4claws9
801
802         * sync with 0.9.4cvs4
803                 see ChangeLog 2003-07-31
804
805 2003-08-07 [christoph]  0.9.4claws8
806
807         * configure.ac
808                 fix bug in image viewer plugin part
809
810         * src/imap.c
811                 don't execute close command if the folder item is not selected
812
813 2003-08-07 [hoa]        0.9.4claws7
814
815         * src/filtering.[ch]
816         * src/matcher_parser.h
817         * src/matcher_parser_parse.y
818                 can define several actions for each filtering rule
819                 can import old versions of filtering rules
820
821         * src/prefs_filtering.c
822                 call to a new dialog box to define actions
823
824         * src/prefs_filtering_action.[ch]
825                 dialog box to define actions for filtering rules
826
827 2003-08-06 [christoph]  0.9.4claws6
828
829         * src/imap.c
830                 make sure source folder is selected when copying messages
831
832 2003-08-06 [christoph]  0.9.4claws5
833
834         * sync with 0.9.4cvs2
835                 see ChangeLog 2003-07-29                
836
837 2003-08-05 [paul]       0.9.4claws4
838
839         * sync with 0.9.4cvs3
840                 see ChangeLog 2003-07-30
841
842 2003-08-04 [match]      0.9.4claws3
843
844         * po/POTFILES.in
845                 export of LDIF files.
846
847 2003-08-04 [match]      0.9.4claws2
848
849         * src/ldif.[ch]
850                 support for export LDIF. documented.
851         * src/importldif.[ch]
852         * src/exportldif.[ch]
853                 add tooltips. documented.
854         * src/exphtmldlg.[ch]
855         * src/common/xmlprops.[ch]
856                 documented.
857         * src/exportldif.[ch]                   ** NEW **
858         * src/expldifdlg.[ch]                   ** NEW **
859         * src/addressbook.[ch]
860         * src/Makefile.am
861                 export of LDIF files.
862                 documented.
863
864 2003-08-04 [christoph]  0.9.4claws1
865
866         * .cvsignore
867         * Makefile.am
868         * configure.ac
869         * sylpheed-claws.pc.in                  ** NEW **
870         * src/Makefile.am
871         * src/common/Makefile.am
872         * src/gtk/Makefile.am
873                 install sylpheed header files in $(pkgincludedir) and create a
874                 pkg-config file to allow building a plugin without the source
875                 package
876
877 2003-08-04 [paul]       0.9.4claws
878
879         * version 0.9.4claws
880
881 2003-08-04 [paul]       0.9.3claws97
882
883         * po/es.po
884                 update Spanish translation. Submitted by Ricardo
885                 Mones Lastra.
886
887 2003-08-03 [paul]       0.9.3claws96
888
889         * po/hr.po
890           po/sr.po
891                 update Croatian and Serbian translations. Submitted by
892                 Dragan and Urke MMI respectively
893
894 2003-08-03 [alfons]     0.9.3claws95
895
896         * src/summaryview.c
897                 mark flag has precedence over important flag - seems
898                 to have been changed in sync of 0.9.3claws45. this fixes
899                 a regression where messages that were scored as important
900                 don't show their mark flags. (using the same column for
901                 both importance as mark flags is the real problem
902                 ofcourse)
903
904 2003-08-03 [melvin]     0.9.3claws94
905
906         * po/fr.po
907                 Updated French translations.
908
909 2003-08-03 [melvin]     0.9.3claws93
910
911         * src/Makefile.am
912                 Fixed typo introduced after 0.9.3claws92 
913                 that prevented compilation
914                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
915                 CPPFLAGS and YFLAGS to allow user setting these.
916         * src/common/Makefile.am
917         * src/gtk/Makefile.am
918         * src/plugins/clamav/Makefile.am
919         * src/plugins/demo/Makefile.am
920         * src/plugins/dillo_viewer/Makefile.am
921         * src/plugins/image_viewer/Makefile.am
922         * src/plugins/mathml_viewer/Makefile.am
923         * src/plugins/spamassassin/Makefile.am
924         * src/plugins/trayicon/Makefile.am
925         * src/plugins/trayicon/libeggtrayicon/Makefile.am
926                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
927                 CPPFLAGS and YFLAGS to allow user setting these.
928
929 2003-08-02 [christoph]  0.9.3claws92
930
931         * configure.ac
932                 o rearrange plugin tests
933                 o add test for clamav.h to ClamAV tests
934
935 2003-08-02 [luke]       0.9.3claws91
936
937         * src/mimeview.c
938                 o fixed appearance of icon list when toggling back from the 
939                   ctree
940                 o toggling of icons using the keyboard works correctly
941                 o fixed all other keyboard shortcuts to work when icons are
942                   active
943         
944         * src/messageview.c
945                 o fixed bug 4 - focus lost when changing messageview view type
946
947 2003-08-02 [christoph]  0.9.3claws90
948
949         * src/common/hooks.c
950                 fix crash when pointer stored in hash table could get invalid
951                 when a plugin is unloaded
952
953 2003-08-01 [christoph]  0.9.3claws89
954
955         * configure.ac
956                 o try to build all plugins (except spamassassin) by default
957                 o don't build a plugin if a dependency check fails
958
959         * src/common/hooks.c
960                 fix warning
961
962 2003-08-01 [match]      0.9.3claws88
963
964         * src/importldif.c
965                 allow single click field selection. document code.
966
967 2003-08-01 [christoph]  0.9.3claws87
968
969         * src/plugins/clamav/clamav_plugin.c
970         * src/plugins/clamav/clamav_plugin_gtk.c
971         * src/plugins/dillo_viewer/dillo_viewer.c
972         * src/plugins/image_viewer/plugin.c
973         * src/plugins/mathml_viewer/mathml_viewer.c
974         * src/plugins/spamassassin/spamassassin.c
975         * src/plugins/spamassassin/spamassassin_gtk.c
976         * src/plugins/trayicon/trayicon.c
977                 add version check to all plugins
978
979 2003-08-01 [hoa]        0.9.3claws86
980
981         * src/prefs_filtering.c
982                 fixed a cosmetic bug, during creation of dialog box,
983                 wrong widgets were shown after creation.
984
985 2003-08-01 [luke]       0.9.3claws85
986
987         * src/mainwindow.c
988                 o fixed visibility of icons/mimeview after toggling separate
989                   message/folder view (factored out some similar code too).
990
991
992 2003-07-31 [alfons]     0.9.3claws84
993
994         * src/mimeview.c
995                 tweak icon box UI a bit more, now allowing right-clicks actions
996                 getting the relevant mime data too; should fix #250, "Can't save 
997                 attachments sometimes".
998
999 2003-07-30 [alfons]     0.9.3claws83
1000
1001         * src/compose.c
1002                 don't do auto-save-draft inside key press handler, but rather
1003                 schedule it half of a second later; should fix #67, "autosave 
1004                 make re-rediting message crazy"
1005
1006 2003-07-30 [christoph]  0.9.3claws82
1007
1008         * src/plugins/trayicon/trayicon.c
1009                 process pending events before unloading the plugin
1010
1011         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
1012
1013 2003-07-30 [alfons]     0.9.3claws81
1014
1015         * src/common/hooks.c
1016                 parameter 2 of g_hook_destroy() should really be a hook id
1017
1018 2003-07-30 [alfons]     0.9.3claws80
1019
1020         * src/common/plugin.c
1021                 fix a possibly harmful function signature mismatch 
1022                 for plugin_done
1023
1024 2003-07-30 [alfons]     0.9.3claws79
1025
1026         * src/common/hooks[.ch]
1027                 const correctness
1028
1029 2003-07-30 [darko]      0.9.3claws78
1030
1031         * src/summaryview.c
1032                 make it compile again
1033
1034 2003-07-30 [luke]       0.9.3claws77
1035
1036         * src/crash.c
1037         * src/main.c
1038                 o added/moved signal handlers for SIGTERM (normal kill command) 
1039                   and SIGINT (ctl-c) to be used even without 
1040                   --enable-crash-dialog, fixing bug 166
1041
1042         * src/summaryview.c
1043                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
1044                   bug 227
1045
1046         * src/mainwindow.c
1047                 o changed sensitivity condition for 'Next new' and 'Next 
1048                   unread', fixing bug 8
1049
1050 2003-07-29 [alfons]     0.9.3claws76
1051
1052         * src/common/utils.[ch]
1053                 add generate_msgid()
1054         * src/messageview.c
1055                 save ack'ed RRR; fixes #205, "return receipt is not saved in
1056                 sent folder".
1057
1058 2003-07-29 [alfons]     0.9.3claws75
1059
1060         * src/messageview.c
1061                 fix a memleak (claws-only)
1062
1063 2003-07-29 [alfons]     0.9.3claws74
1064
1065         * src/mimeview.[ch]
1066         * src/gtk/gtkvscrollbutton.[ch]
1067                 fix UI glitch where mime icon toolbox' scroll position is not 
1068                 reset after switching to another message
1069                 
1070
1071 2003-07-29 [paul]       0.9.3claws73
1072
1073         * src/prefs_folder_item.c
1074                 split the prefs into 2 separate pages
1075
1076 2003-07-29 [paul]       0.9.3claws72
1077
1078         * src/compose.c
1079                 prepend "\n\n" to a signature without a separator too
1080
1081 2003-07-29 [paul]       0.9.3claws71
1082
1083         * src/compose.c
1084                 fix bug where changing to an account without an auto-sig
1085                 from an initial account without an auto-sig would insert 
1086                 2 blank lines at the cursor point
1087                 fix bug where changing to an account with an auto-sig
1088                 from an initial account without an auto-sig would insert
1089                 the sig at the cursor point
1090
1091 2003-07-29 [paul]       0.9.3claws70
1092
1093         * src/folderview.c
1094                 use the colour from the folder pref unless the folder
1095                 has new messages
1096
1097 2003-07-29 [alfons]     0.9.3claws69
1098
1099         * src/procmsg.[ch]
1100         * src/messageview.c
1101         * src/procheader.c
1102                 rewrite return receipt request work a little bit (the former 
1103                 implementation presumably depended too much on the UI setting
1104                 flags). (we're losing the old pending flag.) 
1105
1106 2003-07-28 [christoph]  0.9.3claws68
1107
1108         * src/folder.c
1109         * src/imap.c
1110         * src/mh.c
1111         * src/procmsg.[ch]
1112                 fix copy to IMAP folder from other folder
1113
1114 2003-07-28 [christoph]  0.9.3claws67
1115
1116         * src/procmsg.c
1117                 fix sync of procmsg_get_message_file_list
1118
1119 2003-07-28 [christoph]  0.9.3claws66
1120
1121         * sync with 0.9.3cvs14
1122                 see ChangeLog 2003-07-18
1123         * sync with 0.9.3cvs17
1124                 see ChangeLog 2003-07-23
1125
1126         (closes Bug 234 segmentation fault after sending out mail via
1127          smtp(auth))
1128
1129 2003-07-28 [paul]       0.9.3claws65
1130
1131         * po/es.po
1132                 update Spanish translation, submitted by Ricardo Mones
1133                 Lastra
1134
1135 2003-07-28 [christoph]  0.9.3claws64
1136
1137         * src/folder.[ch]
1138         * src/imap.c
1139         * src/mh.c
1140                 return new message numbers as a GRelation instead of a GSList
1141                 that has to be in the same order as the input list. A list
1142                 would make it hard for IMAP to optimize oepration by sorting
1143                 the input list. The returned list would have to be reordered
1144                 to match the same order that input list has.
1145
1146         * src/gtk/gtkaspell.c
1147                 fix missing return value, could cause a crash when garbage is
1148                 on the stack that is used as the expected return value
1149
1150 2003-07-28 [paul]       0.9.3claws63
1151
1152         * sync with 0.9.4cvs1
1153                 see ChangeLog 2003-07-28
1154
1155 2003-07-27 [alfons]     0.9.3claws62
1156
1157         * src/mimeview.c
1158                 tweak it more to make icon list act like a check button group
1159
1160 2003-07-27 [christoph]  0.9.3claws61
1161
1162         * sync with 0.9.3cvs20
1163                 see ChangeLog 2003-07-25
1164
1165 2003-07-27 [paul]       0.9.3claws60
1166
1167         * src/procmsg.c
1168                 re-commit changes from 0.9.3claws58 -
1169                 accidently removed in 0.9.3claws59
1170
1171 2003-07-27 [paul]       0.9.3claws59
1172
1173         * src/procmsg.[ch]
1174                 a sync from 0.9.3cvs17
1175                 see ChangeLog 2003-07-23
1176
1177 2003-07-27 [alfons]     0.9.3claws58
1178
1179         * src/procmsg.c
1180                 add missing header members to MsgInfo; fixes the problem of 
1181                 not displaying X-Faces, as noticed by Ricardo Mones
1182
1183 2003-07-26 [christoph]  0.9.3claws57
1184
1185         * sync with 0.9.3cvs18
1186                 see ChangeLog 2003-07-24
1187
1188 2003-07-26 [christoph]  0.9.3claws56
1189
1190         * sync with 0.9.3cvs17
1191                 see ChangeLog 2003-07-23
1192
1193 2003-07-26 [christoph]  0.9.3claws55
1194
1195         * src/folder.[ch]
1196         * src/imap.c
1197         * src/mbox_folder.c
1198         * src/mh.c
1199         * src/news.c
1200                 add support for copy function that copy multiple messages
1201                 (not implemented yet)
1202
1203         * src/summaryview.c
1204                 add missing return value
1205
1206 2003-07-26 [paul]       0.9.3claws54
1207
1208         * tools/multiwebsearch.pl
1209                 do whitespace substitution before passing the string
1210                 to the browser. fixes bug with browsers that don't
1211                 do whitespace conversion themselves.
1212
1213 2003-07-25 [christoph]  0.9.3claws53
1214
1215         * src/folder.[ch]
1216         * src/imap.c
1217         * src/mh.c
1218                 rewrite adding of multiple messages to a folder for
1219                 claws' folder system
1220
1221 2003-07-25 [luke]       0.9.3claws52
1222
1223         * src/mimeview.c
1224                 o icon toggles set correctly on leaving ctree mimeview
1225
1226 2003-07-25 [paul]       0.9.3claws51
1227
1228         * partial sync with 0.9.3cvs21 [src/main.c]
1229                 see ChangeLog 2003-07-25
1230
1231 2003-07-24 [paul]       0.9.3claws50
1232
1233         * tools/maildir2sylpheed.pl
1234                 fix typo
1235
1236 2003-07-24 [paul]       0.9.3claws49
1237
1238         * src/mimeview.c
1239                 increase the gutter size of paned so that the panes
1240                 can be resized
1241                 
1242         * src/plugins/demo/demo.c
1243                 squeeze in another typo fix
1244
1245 2003-07-24 [paul]       0.9.3claws48
1246
1247         * src/plugins/demo/demo.c
1248           src/prefs_account.c
1249                 small changes to the English
1250                 
1251         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
1252           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
1253           src/Makefile.am
1254           src/stock_pixmap.c
1255                 rename the misspelled icon
1256
1257 2003-07-23 [alfons]     0.9.3claws47
1258
1259         * src/mimeview.c
1260                 make icon list look like a list of toggles
1261
1262 2003-07-23 [luke]       0.9.3claws46
1263
1264         * src/pixmaps/mimeview_gpg_expired.xpm
1265         * src/pixmaps/mimeview_gpg_failed.xpm
1266         * src/pixmaps/mimeview_gpg_passed.xpm
1267         * src/pixmaps/mimeview_text_html.xpm
1268         * src/pixmaps/mimeview_image.xpm
1269                 o all icons the same size
1270
1271         * src/mimeview.[ch]
1272                 o mimeview ctree arranged vertically above the viewer
1273                 o icons changed to buttons
1274                 o can use keyboard to select an icon (Enter)
1275                 o resize icon list to width of icons
1276
1277         *  src/gtk/gtkvscrollbutton.c
1278                 o sensitivity of buttons reacts to position
1279
1280 2003-07-23 [christoph]  0.9.3claws45
1281
1282         * sync with 0.9.3cvs14 (incomplete)
1283                 see ChangeLog 2003-07-17
1284
1285 2003-07-23 [alfons]     0.9.3claws44
1286
1287         * src/folder.c
1288         * src/procmsg.h
1289                 sync with my local tree to restore some claws-only things
1290
1291 2003-07-23 [paul]       0.9.3claws43
1292
1293         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
1294           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
1295           src/Makefile.am
1296           src/mimeview.c
1297           src/procmime.h
1298           src/rfc2015.c
1299           src/stock_pixmap.[ch]
1300                 indicate missing keys and expired sigs/keys
1301                 in mime view column
1302
1303 2003-07-23 [paul]       0.9.3claws42
1304
1305         * src/compose.c
1306                 Redirect fixes: enable automatic account selection and
1307                 do not append signature to message on changing account
1308                 fixes Bug[s] #248
1309
1310 2003-07-23 [paul]       0.9.3claws41
1311
1312         * sync with 0.9.3cvs16
1313                 see ChangeLog 2003-07-23
1314
1315 2003-07-23 [alfons]     0.9.3claws40
1316
1317         * src/inc.c
1318                 give progress dialog a main window, and give it the first 
1319                 one (presumably the only one). fixes bug #247, "segfault on 
1320                 pop-before-smtp" 
1321
1322 2003-07-22 [alfons]     0.9.3claws39
1323
1324         * src/summaryview.c
1325                 shift-space scrolls up
1326
1327 2003-07-22 [paul]       0.9.3claws38
1328
1329         * sync with 0.9.3cvs15
1330                 see ChangeLog 2003-07-22
1331
1332 2003-07-20 [alfons]     0.9.3claws37
1333
1334         * src/compose.c
1335                 put menu inside #ifdef USE_ASPELL..#endif
1336
1337 2003-07-20 [christoph]  0.9.3claws36
1338
1339         * src/procmsg.c
1340                 fix wrong flags in MsgInfo returned by
1341                 procmsg_msginfo_get_full_info()
1342
1343         (closes Bug 221 Deleting messages from the Message View gives incorrect
1344          new/unread message counts in the folder view)
1345
1346         * src/plugins/spamassassin/spamassassin_gtk.c
1347                 add gettext macro for prefs page title
1348
1349 2003-07-20 [paul]       0.9.3claws35
1350
1351         * src/mimeview.c
1352                 redraw icon list on signature check
1353
1354 2003-07-20 [christoph]  0.9.3claws34
1355
1356         * src/Makefile.am
1357         * src/account.c
1358         * src/folder.[ch]
1359         * src/folder_item_prefs.[ch]            ** NEW **
1360         * src/folderview.c
1361         * src/mainwindow.c
1362         * src/mh.c
1363         * src/prefs_gtk.c
1364         * src/prefs_scoring.c
1365         * src/summaryview.c
1366         * src/prefs_folder_item.[ch]
1367                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
1368                   Properties dialog
1369                 o use prefswindow for folder properties
1370
1371         * src/gtk/prefswindow.[ch]
1372                 change implementation to use an invisible notebook instead
1373                 of unparenting widgets
1374
1375 2003-07-20 [christoph]  0.9.3claws33
1376
1377         * src/compose.h
1378         * src/folder.c
1379         * src/folderview.h
1380         * src/headerview.h
1381         * src/prefs_filtering.h
1382         * src/prefs_folder_item.[ch]
1383         * src/procmime.h
1384         * src/procmsg.h
1385         * src/summaryview.h
1386                 clean up header mess
1387                 (always use 1. typedefs, 2. #includes, 3. structures)
1388
1389         * src/common/version.h.in
1390                 add casts for constants
1391
1392         * src/plugins/demo/demo.c
1393                 fix typo
1394
1395         * src/plugins/spamassassin/spamassassin.c
1396                 remove unused variable
1397
1398 2003-07-20 [alfons]     0.9.3claws32
1399
1400         * src/mimeview.c
1401                 o make icon buttons respond on left click
1402                 o minor cosmetic change
1403
1404 2003-07-19 [luke]       0.9.3claws31
1405
1406         * src/mimeview.[ch]
1407         * src/gtk/gtkvscrollbutton.c
1408         * src/messageview.c
1409                 o improved mimeview behaviour when selecting a new message
1410                 o plus code cleanups to remove compile warnings
1411
1412
1413 2003-07-19 [alfons]     0.9.3claws30
1414
1415         * src/procmsg.c
1416         * src/compose.c
1417         * src/common/utils.[ch]
1418                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
1419
1420 2003-07-19 [alfons]     0.9.3claws29
1421
1422         * src/prefs_folder_item.c
1423                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
1424                 string pointers
1425
1426 2003-07-19 [luke]       0.9.3claws28
1427
1428         * src/messageview.c
1429         * src/mimeview.[ch]
1430         * src/procmime.h
1431         * src/rfc2015.c
1432         * src/stock_pixmap.[ch]
1433         * src/gtk/Makefile.am
1434         * src/Makefile.am
1435         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
1436         * src/pixmaps/mime_*.xpm                ** NEW **
1437                 o mimeview rearrangement with a new icon shortcut bar
1438
1439 2003-07-19 [alfons]     0.9.3claws27
1440
1441         * src/folderview.c
1442                 o plug leaking nodes_to_recollapse
1443                 o add folderview_recollapse_all_nodes() (not used yet)
1444
1445 2003-07-19 [alfons]     0.9.3claws26
1446
1447         * src/compose.c
1448         * src/common/utils.c
1449                 honour #240 "Better SUBJECT handling" by cleaning the prefix
1450                 for both forwarding as replying
1451
1452 2003-07-18 [christoph]  0.9.3claws25
1453
1454         * configure.ac
1455         * src/common/sylpheed.[ch]
1456         * src/common/version.h.in
1457                 add version in numeric form to allow easy comparison
1458
1459         * src/plugins/demo/demo.c
1460                 add version check
1461                 - sylpheed version > plugin version => never allowed, sylpheed
1462                   could contain unknown API changes
1463                 - sylpheed version < minimum version required => don't load,
1464                   API required not available (if linking does not fail)
1465
1466 2003-07-18 [alfons]     0.9.3claws24
1467         
1468         * src/common/plugin.[ch]
1469                 const correctness
1470
1471 2003-07-18 [christoph]  0.9.3claws23
1472
1473         * src/common/hooks.c
1474                 fix crash when hooks where unregisted
1475
1476         * src/plugins/trayicon/trayicon.c
1477                 unregister detroy signal before destroying the widget
1478                 (still crashes when the plugin is unloaded)
1479
1480 2003-07-18 [alfons]     0.9.3claws22
1481         
1482         * src/folderview.c
1483                 delay expanding folder tree during drags until timeout triggered
1484                 (needs perhaps some tweaking, so testing is welcome)
1485
1486 2003-07-17 [alfons]     0.9.3claws21
1487
1488         * src/folderview.c
1489                 clean up cruft
1490
1491 2003-07-17 [christoph]  0.9.3claws20
1492
1493         * src/common/session.c
1494                 fix opening of SSL connections
1495
1496         * src/plugins/image_viewer/Makefile.am
1497                 add OPENSSL_CFLAGS (we should find a better solution to remove
1498                 this dependencies if they are not required)
1499
1500         * src/plugins/spamassassin/spamassassin.c
1501                 remove setlocale workaround (fixed in libspamc)
1502
1503         (closes Bug Bug 184 Entering non-ascii character deletes previous char
1504          if spell checking enabled)
1505
1506 2003-07-17 [alfons]     0.9.3claws19
1507
1508         * src/common/hooks.[ch]
1509         * src/plugins/clamav/clamav_plugin.c
1510         * src/plugins/spamassassin/spamassassin.c
1511         * src/plugins/trayicon/trayicon.c
1512                 fix signedness muck 
1513
1514 2003-07-17 [alfons]     0.9.3claws18
1515
1516         * src/procmime.c
1517                 plug memleak
1518
1519 2003-07-17 [alfons]     0.9.3claws17
1520
1521         * src/inc.c
1522                 plug memleak
1523
1524 2003-07-17 [paul]       0.9.3claws16
1525
1526         * src/common/defs.h
1527           src/mainwindow.c
1528           src/manual.[ch]
1529                 add link to the Claws site's FAQ page, after the suggestion
1530                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
1531                 Move url strings to defs.h
1532                 
1533         * src/mainwindow.c
1534                 fix typo to prevent "unknown menu entry" warnings
1535
1536 2003-07-17 [alfons]     0.9.3claws15
1537
1538         * src/folderview.[ch]
1539         * src/summaryview.[ch]
1540         * src/mimeview.[ch]
1541                 plug DnD leaks 
1542
1543 2003-07-17 [paul]       0.9.3claws14
1544
1545         * src/inc.c
1546                 remove two instances of 'GTK_EVENTS_FLUSH' because
1547                 they are unnecessary and probably cause a stack overflow
1548
1549 2003-07-16 [christoph]  0.9.3claws13
1550
1551         * src/mimeview.[ch]
1552                 use an invisible GTK notebook to switch between viewers
1553                 instead of reparenting widgets
1554
1555 2003-07-16 [christoph]  0.9.3claws12
1556
1557         * src/folder.c
1558                 move folder_item_update_freeze() to correct place in
1559                 folder_item_scan_full()
1560
1561 2003-07-16 [paul]       0.9.3claws11
1562
1563         * sync with 0.9.3cvs12
1564                 see ChangeLog 2003-07-14 and 2003-07-15
1565
1566 2003-07-16 [christoph]  0.9.3claws10
1567
1568         * src/imap.[ch]
1569         * src/prefs_account.[ch]
1570                 sync IMAP CRAM-MD5 authentication with sylpheed-main
1571
1572 2003-07-15 [alfons]     0.9.3claws9
1573
1574         * src/main.c
1575                 make --config-dir do something useful
1576
1577 2003-07-15 [alfons]     0.9.3claws8
1578
1579         * src/procmsg.c
1580                 o fix a bug where 'last' didn't really point to the last message
1581                   in the top level list of children, but to the last threaded
1582                   message. 
1583                 
1584                 o clean up and make it easier to sync
1585
1586 2003-07-15 [alfons]     0.9.3claws7
1587
1588         * src/mainwindow.c
1589                 make correct menu items sensitive       
1590
1591 2003-07-14 [alfons]     0.9.3claws6
1592
1593         * src/procmsg.c
1594                 tune the threader so it will not subject-thread any message
1595                 without a subject prefix (this will not thread correctly if 
1596                 a parent is delivered after their childs, but it looks 
1597                 better right now)
1598
1599 2003-07-13 [christoph]  0.9.3claws5
1600
1601         * src/mainwindow.c
1602                 group "Add mailbox *..." menu items in submenu
1603
1604 2003-07-13 [alfons]     0.9.3claws4
1605
1606         * src/summaryview.c
1607                 correct summary_toggle_pressed() signature and make sure
1608                 signal is not passed on
1609
1610 2003-07-13 [alfons]     0.9.3claws3
1611
1612         * src/summaryview.c
1613                 o for now don't pass on keys when they we're handled by 
1614                   ctree::key_press_event
1615                 o clean up
1616
1617 2003-07-13 [alfons]     0.9.3claws2
1618         
1619         * src/main.c
1620                 add command line option "--config-dir" to get the current 
1621                 configuration dir
1622
1623 2003-07-12 [alfons]     0.9.3claws1
1624
1625         * src/matcher.[ch]
1626         * src/matcher_parser_parse.y
1627         * src/prefs_filtering.c
1628         * src/filtering.c
1629                 add "Lock" filter action to lock messages;
1630
1631         * src/filtering.c       
1632                 remove debug_print()    
1633         * src/prefs_filtering.c
1634                 re-organize matcher part 9: 
1635                 make action text entries easily extendible;
1636                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
1637                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
1638
1639 2003-07-12 [paul]
1640
1641         * tools/README
1642                 update old information and add missing
1643                 information
1644
1645 2003-07-12 [paul]       0.9.3claws
1646
1647         * 0.9.3claws released
1648         
1649 2003-07-12 [paul]       0.9.0claws103
1650
1651         * src/Makefile.am
1652                 add addrquery.h
1653
1654 2003-07-12 [melvin]     0.9.0claws102
1655
1656         * src/messageview.c
1657                 Fixed bug #215: Show MIME tab for single text/html messages. 
1658                 
1659 2003-07-12 [paul]       0.9.0claws101
1660
1661         * man/sylpheed.1
1662                 updated
1663
1664 2003-07-12 [paul]       0.9.0claws100
1665
1666         * po/es.po
1667           po/hr.po
1668           po/pl.po
1669           po/sr.po
1670                 update Spanish, Croatian, Polish, Serbian translations.
1671                 submitted by Ricardo Mones Lastra, Dragan, Witold
1672                 Wladyslaw Wojciech Wilk, Urke MMI
1673
1674 2003-07-12 [melvin]     0.9.0claws99
1675
1676         * po/fr.po
1677                 Updated French translations.
1678
1679 2003-07-12 [paul]       0.9.0claws98
1680
1681         * src/addressbook.c
1682                 disable 'Lookup' button as it has no effect
1683
1684 2003-07-11 [alfons]     0.9.0claws97
1685         
1686         * src/summaryview.c
1687                 summary_searchbar_pressed() should return TRUE to signal that
1688                 event was handled. when returning void, the return value passed
1689                 to GTK is actually random, but maybe FALSE, in which case the
1690                 event is handled by parent
1691                 
1692 2003-07-10 [paul]       0.9.0claws96
1693
1694         * ac/missing/gettext.m4
1695                 update to version 0.12
1696
1697 2003-07-10 [paul]       0.9.0claws95
1698
1699         * src/plugins/clamav/clamav_plugin.c
1700                 fix bug where multipart/alternative messages
1701                 would slip through without being scanned
1702
1703 2003-07-10 [christoph]  0.9.0claws94
1704
1705         * src/folder.c
1706                 correct check if folder supports removing when a message is
1707                 moved. if not the message is only copied.
1708
1709         (closes Bug 132 crash on startup in newsgroups folders)
1710
1711 2003-07-09 [alfons]     0.9.0claws93
1712
1713         * configure.ac
1714         * src/common/defs.h
1715                 --with-config-dir (default .sylpheed)
1716
1717 2003-07-09 [christoph]  0.9.0claws92
1718
1719         * configure.ac
1720                 use PKG_CHECK_MODULES to check for gtkmathview
1721                 (version 0.4.2 now required)
1722
1723 2003-07-08 [melvin]     0.9.0claws91
1724
1725         * src/action.c
1726                 Implemented a progress bar that counts the number of completed
1727                 tasks when the action runs more than one command.
1728
1729 2003-07-08 [alfons]     0.9.0claws90
1730
1731         * src/procmsg.c
1732                 if queued message has an invalid Message-Id, don't try to
1733                 find message it refers to (fixes #209 "crash when processing 
1734                 in folder")
1735
1736 2003-07-08 [paul]       0.9.0claws89
1737
1738         * sync with 0.9.3cvs2
1739                 see ChangeLog 2003-07-08
1740
1741 2003-07-08 [match]      0.9.0claws88
1742
1743         * src/ldapctrl.c
1744                 extend LDAP search for first/last name by parsing search term.
1745
1746 2003-07-08 [alfons]     0.9.0claws87
1747
1748         * src/send_message.c
1749                 fix bug #208 "Status message stuck when sending on POP3 account"
1750
1751 2003-07-07 [paul]       0.9.0claws86
1752
1753         * po/hr.po
1754                 new Croatian translation, submitted by
1755                 Dragan <drleskov@inet.hr>
1756
1757 2003-07-07 [paul]       0.9.0claws85
1758
1759         * sync with 0.9.3cvs1
1760                 see ChangeLog 2003-07-07
1761
1762 2003-07-05 [christoph]  0.9.0claws84
1763
1764         * src/Makefile.am
1765         * src/messageview.c
1766         * src/mimeview.[ch]
1767         * src/stock_pixmap.[ch]
1768         * src/pixmaps/messageview_text.xpm              ** NEW **
1769                 move mimeview tabs to the right side and use icons
1770                 instead of text to save some space
1771
1772         (patch by Luke Plant <lukeplant@softhome.net>)
1773
1774 2003-07-05 [christoph]  0.9.0claws83
1775
1776         * src/inc.c
1777                 add NULL pointer checks
1778
1779         (patch by Luke Plant <lukeplant@softhome.net>)
1780         (closes Bug 204 0.9.0 quits on authentication error?!)
1781
1782 2003-07-05 [alfons]     0.9.0claws82
1783
1784         * configure.ac
1785                 take the clue in bug #202 "./configure script - 
1786                 'if test' comparison failure" reported by John Kristoff. 
1787
1788 2003-07-04 [christoph]  0.9.0claws81
1789
1790         * src/plugins/spamassassin/spamassassin.c
1791                 set timeout for spam check
1792
1793 2003-07-04 [christoph]  0.9.0claws80
1794
1795         * src/main.c
1796                 destroy all FolderItems when shutting down to
1797                 allow folders to clean up
1798
1799 2003-07-04 [melvin]     0.9.0claws79
1800
1801         * src/gtk/gtkaspell.c
1802                 Fixed bug #184 "Entering non-ascii character deletes
1803                 previous char if spell checking enabled": this makes
1804                 the spell checking in multibytes (e.g. UTF-8)locales work.
1805                 (Patch by Luke Plant).
1806                 
1807 2003-07-04 [christoph]  0.9.0claws78
1808
1809         * sync with 0.9.2cvs1
1810                 see ChangeLog 2003-06-10
1811
1812 2003-07-04 [paul]       0.9.0claws77
1813
1814         * sync with 0.9.3 release
1815                 see ChangeLog 2003-07-04
1816
1817 2003-07-03 [christoph]  0.9.0claws76
1818
1819         * src/folder.[ch]
1820         * src/imap.c
1821         * src/mbox_folder.c
1822         * src/mh.c
1823         * src/news.c
1824                 move folder_item_get_path() stuff into a folder virtual function
1825
1826         * src/procmsg.c
1827                 use folder_item_fetch_msg() to get message and do not contruct
1828                 the filename from path and number
1829
1830 2003-07-03 [paul]       0.9.0claws75
1831
1832         * sync with 0.9.2cvs12
1833                 see ChangeLog 2003-07-03
1834
1835 2003-07-02 [paul]       0.9.0claws74
1836
1837         * src/messageview.c
1838                 fix text-selection for replying
1839
1840 2003-07-02 [paul]       0.9.0claws73
1841
1842         * sync with 0.9.2cvs11
1843                 see ChangeLog 2003-07-02
1844
1845 2003-07-02 [paul]       0.9.0claws72
1846
1847         * src/procmsg.c
1848                 revert last commit because it breaks more
1849                 than it fixes
1850
1851 2003-07-02 [paul]       0.9.0claws71
1852
1853         * src/procmsg.c
1854                 fix thread by subject/sort by date
1855
1856 2003-07-01 [paul]       0.9.0claws70
1857
1858         * sync with 0.9.2cvs10
1859                 see ChangeLog 2003-07-01
1860
1861 2003-06-30 [paul]       0.9.0claws69
1862
1863         * sync with 0.9.2cvs9
1864                 see ChangeLog 2003-06-30
1865
1866 2003-06-28 [match]      0.9.0claws68
1867
1868         * src/addressbook.c
1869                 fix null ptr.
1870
1871 2003-06-27 [paul]       0.9.0claws67
1872
1873         * sync with 0.9.2cvs7
1874                 see ChangeLog 2003-06-27
1875
1876 2003-06-26 [christoph]  0.9.0claws66
1877
1878         * src/folder.c
1879                 freeze folder updates while a folder is scanned
1880
1881         (closes Bug 185 New message counter)
1882
1883 2003-06-26 [darko]      0.9.0claws65
1884
1885         * src/ldapserver.c
1886                 fix infinite loop when adding a new LDAP server
1887
1888 2003-06-26 [paul]       0.9.0claws64
1889
1890         * sync with 0.9.2cvs6
1891                 see ChangeLog 2003-06-26
1892
1893 2003-06-26 [paul]       0.9.0claws63
1894
1895         * sync with 0.9.2cvs5
1896                 see ChangeLog 2003-06-25 and 2003-06-26
1897
1898 2003-06-25 [match]      0.9.0claws62
1899
1900         * src/addr_compl.c
1901                 Fixed tab/backtab for dropped-down completion list to
1902                 move next/previous field. (close bug 147)
1903
1904 2003-06-25 [christoph]  0.9.0claws61
1905
1906         * src/addr_compl.[ch]
1907         * src/addrindex.[ch]
1908         * src/folderview.c
1909         * src/inc.c
1910         * src/news.c
1911         * src/summaryview.c
1912         * src/toolbar.c
1913                 fix warnings
1914
1915 2003-06-25 [leandro]    0.9.0claws60
1916
1917         * src/compose.c
1918                 o cleanups
1919                 o gray out "Message/Remove references" menu item if not
1920                   replying to a message
1921
1922 2003-06-24 [leandro]    0.9.0claws59
1923
1924         * src/compose.[ch]
1925                 o removed "Message/Create new thread" menu item
1926                 o added "Message/Remove references" menu item
1927                   (it's off by default and will not check anymore
1928                    if the subject changed)
1929
1930 2003-06-23 [alfons]     0.9.0claws58
1931
1932         * src/procmsg.c
1933                 try better grouping messages threaded by subject based on their age.
1934                 still not perfect - because the message tree is not sorted by date.  
1935
1936 2003-06-23 [thorsten]   0.9.0claws57
1937
1938         * src/pop.[ch]
1939                 added mail_receive_hook to allow modifications
1940                 directly after retrieval (e.g. adding headers).
1941
1942 2003-06-23 [paul]       0.9.0claws56
1943
1944         * src/sourcewindow.c
1945                  enable the use of Ctrl+A to select all text in
1946                  the sourcewindow
1947                  Patch submitted by Ivan Francolin Martinez
1948                  <ivanfm@users.sourceforge.net>
1949
1950 2003-06-22 [christoph]  0.9.0claws55
1951
1952         * src/folder.[ch]
1953                 o add notification hook for folder tree changes
1954                 o invoke hooks after folder tree scanning
1955
1956         * src/folderview.[ch]
1957                 register hook for folder tree changes that
1958                 updates the ctree
1959
1960         (there are more places that should be updated, like add, remove 
1961          or move folder)
1962
1963         (closes Bug 164 Crash on rebuild folder tree)
1964         (closes Bug 190 Crash on 'rebuilding folder tree')
1965
1966 2003-06-21 [leandro]    0.9.0claws54
1967
1968         * src/compose.[ch]
1969                 create a new thread if subject changes
1970                 (it's on by default, can be disabled in Message menu)
1971
1972 2003-06-21 [alfons]     0.9.0claws53
1973
1974         * src/summaryview.c
1975                 quiet little compiler
1976
1977 2003-06-21 [christoph]  0.9.0claws52
1978
1979         update gettext stuff to version 0.12
1980
1981 2003-06-19 [alfons]     0.9.0claws51
1982
1983         * src/common/log.c
1984         * src/common/plugin.c
1985                 move defs.h before glib.h to prevent MIN/MAX redefs
1986
1987 2003-06-19 [alfons]
1988
1989         * src/addressbook.c
1990                 translatable
1991
1992 2003-06-19 [match]      0.9.0claws50
1993
1994         * src/addressbook.[ch]
1995         * src/addrindex.[ch]
1996         * src/addr_compl.[ch]
1997         * src/editldap.[ch]
1998         * src/editldap_basedn.[ch]
1999         * src/addritem.[ch]
2000         * src/ldapquery.h
2001                 re-implemented dynamic LDAP search. works without
2002                 slowdown on display sender with addressbook
2003                 option.
2004         * src/addrbook.c
2005                 documented code.
2006
2007 2003-06-19 [paul]       0.9.0claws49
2008
2009         * src/compose.c
2010                 fix Bug #136 'Nonprovided quotation marks crash claws'
2011                 patch submitted by Pawel PĂŞkala <c0rn@gazeta.pl>
2012
2013 2003-06-19 [alfons]     0.9.0claws48
2014
2015         * src/prefs_common.[ch]
2016         * src/procmsg.c
2017                 restrict threading by subject by checking thread for
2018                 age (prefs_common.thread_by_subject_max_age)
2019
2020 2003-06-18 [christoph]  0.9.0claws47
2021
2022         * src/imap.c
2023                 fix memory leak in imap_cmd_fetch()
2024
2025 2003-06-18 [christoph]  0.9.0claws46
2026
2027         * src/prefs_gtk.c
2028                 fix memory leak in prefs_set_default() when used multiple
2029                 times or after prefs have been read
2030
2031 2003-06-18 [christoph]  0.9.0claws45
2032
2033         * src/common/plugin.c
2034                 fix memory leak in plugin_unload()
2035
2036 2003-06-18 [christoph]  0.9.0claws44
2037
2038         * src/imap.c
2039                 fix memory leak in imap_cmd_ok()
2040
2041 2003-06-18 [christoph]  0.9.0claws43
2042
2043         * src/folder.c
2044                 stop messages that are downloaded from POP3 and added to
2045                 an IMAP inbox from being filtered twice (first by POP3
2046                 and again when IMAP folder is scaned to get the UID of
2047                 the APPEND operation when no UIDPLUS is available)
2048
2049 2003-06-18 [alfons]
2050
2051         * tools/Makefile.am
2052                 phoenix <- firebird     
2053
2054 2003-06-18 [paul]
2055
2056         * tools/launch_phoenix          ** REMOVED **
2057           tools/launch_firebird         ** NEW **
2058                 renamed and edited to reflect the browser's name change from
2059                 'phoenix' to 'firebird'
2060
2061 2003-06-18 [paul]       0.9.0claws42
2062
2063         * sync with 0.9.2cvs2
2064                 see ChangeLog 2003-06-16
2065
2066 2003-06-17 [alfons]     0.9.0claws41
2067
2068         * src/procmsg.c
2069                 prevent threading problems when a node is an ancestor (parent / great parent),
2070                 which mostly happens with circular references (thanks to Phillipe GramoullĂ©
2071                 for finding an sample set of messages)
2072
2073 2003-06-16 [christoph]  0.9.0claws40
2074
2075         * src/main.c
2076                 don't popup main window on --receive or --receive-all
2077
2078         * src/mainwindow.[ch]
2079         * src/plugins/trayicon/trayicon.c
2080                 allow hiding of main window by clicking on the trayicon
2081                 (doesn't work correctly in seperate window mode and may
2082                  cause unexpected GTK problems I couldn't find yet)
2083
2084         * src/common/ssl.c
2085                 remove incorrect warning
2086
2087 2003-06-15 [alfons]     0.9.0claws39
2088
2089         * src/gtk/gtkstext.c
2090                 don't output debug text;
2091                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
2092                 for pointing this out);
2093
2094 2003-06-14 [alfons]     0.9.0claws38
2095         
2096         * src/messageview.c
2097                 remove printf() and make one if..else comply with coding style
2098
2099 2003-06-14 [alfons]     0.9.0claws37
2100
2101         * AUTHORS
2102                 add Martin Wicke
2103         * src/action.c
2104         * src/messageview.[ch]
2105         * src/summaryview.c
2106                 apply patch #754162 "Quoting messages filtered by actions" submitted
2107                 by Martin Wicke, which allows quoting message body changed by an
2108                 action (Thanks!).
2109
2110 2003-06-13 [alfons]     0.9.0claws36
2111
2112         * src/utils.c
2113                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
2114                 use case insensitive regexp (suggested by Ivan Martinez)
2115
2116 2003-06-13 [christoph]  0.9.0claws35
2117
2118         * configure.ac
2119         * src/plugins/trayicon/Makefile.am
2120         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
2121         * src/plugins/trayicon/trayicon.c
2122         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
2123         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
2124         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
2125         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
2126         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
2127         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
2128                 replace my own EggTrayIcon backport with the backport
2129                 used by (l|x)mule and gabber.
2130
2131 2003-06-13 [alfons]     0.9.0claws34
2132
2133         * AUTHORS
2134         * src/common/utils.c
2135                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2136
2137 2003-06-13 [alfons]     0.9.0claws33
2138
2139         * src/compose.c
2140                 clean up a little bit
2141
2142 2003-06-12 [alfons]     0.9.0claws32
2143
2144         * src/compose.c
2145                 const correctness fix
2146
2147         * src/common/sylpheed.[ch]
2148                 () -> (void)
2149                 prevent redef MIN/MAX
2150                 
2151         * src/common/utils.[ch]
2152                 () -> (void)
2153
2154 2003-06-12 [melvin]     0.9.0claws31
2155
2156         * src/compose.c
2157                 Updated to take into accounts changes in GtkAspell.
2158
2159 2003-06-12 [alfons]     0.9.0claws30
2160
2161         * src/compose.c
2162         * src/procmsg.c
2163         * src/common/utils.[ch]
2164                 handle reply subject prefixes better (initial 
2165                 suggestion by Robert Story adapted and enhanced 
2166                 using regexps)
2167
2168 2003-06-12 [melvin]     0.9.0claws29
2169
2170         * src/compose.c
2171                 Use new gtkaspell_checkers_strerror() to get the speller's
2172                 error message instead of accessing the (now private)
2173                 checkers structure.
2174                 Minor code clean up
2175
2176         * src/main.c
2177                 Use #ifdef instead of #if for USE_ASPELL
2178                 Use the new spell checkers init/quit functions 
2179
2180         * src/gtk/gtkaspell.c
2181                 Use #ifdef instead of #if for USE_ASPELL
2182                 Moved in the majority of GtkAspell structures that were
2183                 exported before by gtkaspell.h
2184         
2185         * src/gtk/gktaspell.h
2186                 Made gtkaspell.h contain only the necessary data to be
2187                 publicized by moving many structures to gtkaspell.c.
2188                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
2189                 gtkaspell_checkers_new(): replaced by...
2190                 gtkaspell_checkers_init(): new function for initialization
2191                 gtkaspell_checkers_delete(): replaced by...
2192                 gtkaspell_checkers_quit(): new function
2193                 gtkaspell_checkers_strerror(): new function that returns
2194                 the checker's last error message.
2195                 
2196 2003-06-11 [melvin]     0.9.0claws28
2197
2198         * po/POTFILES.in
2199                 Updated to take into account gtkaspell.c migration to
2200                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
2201
2202 2003-06-10 [alfons]     0.9.0claws27
2203
2204         * src/filtering.[ch]
2205         * src/folder.c
2206         * src/matcher.c
2207         * src/scoring.[ch]
2208                 - try fixing bug #18 (any brave testers?)
2209                 - add more robustness by refusing previously 
2210                   unchecked NULL pointers 
2211
2212 2003-06-10 [alfons]     0.9.0claws26
2213
2214         * src/procmsg.c
2215                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
2216
2217 2003-06-09 [alfons]     0.9.0claws25
2218
2219         * src/prefs_common.c
2220                 fix bug #163 "Icon switching doesnt work properly" by 
2221                 preventing early freeing of prefs_common.pixmap_theme_path.
2222
2223 2003-06-09 [christoph]  0.9.0claws24
2224
2225         * src/gtk/gtkaspell.c
2226                 revert Thorsten's fix and add forgotten g_strdup for
2227                 aspell path (it should not be possible to alter the path a
2228                 GtkASpell uses from outside)
2229
2230 2003-06-09 [thorsten]   0.9.0claws23
2231
2232         * src/gtk/gtkaspell.c
2233                 dont free prefs_common.aspell_path when closing compose
2234
2235 2003-06-08 [colin]      0.9.0claws22
2236
2237         * src/plugins/spamassassin/spamassassin.c
2238                 fix prefs types
2239
2240 2003-06-07 [christoph]  0.9.0claws21
2241
2242         * src/Makefile.am
2243         * src/compose.c
2244         * src/gtkaspell.[ch]            ** REMOVE **
2245         * src/gtk/Makefile.am
2246         * src/gtk/gtkaspell.[ch]        ** NEW **
2247                 o make gtkaspell independent from sylpheed's prefs
2248                 o move gtkaspell.[ch] to gtk directory
2249
2250 2003-06-07 [christoph]  0.9.0claws20
2251
2252         * src/Makefile.am
2253         * src/crash.c
2254         * src/export.c
2255         * src/filesel.[ch]              ** REMOVE **
2256         * src/folder.c
2257         * src/main.[ch]
2258         * src/common/sylpheed.[ch]
2259         * src/gtk/Makefile.am
2260         * src/gtk/filesel.[ch]          ** NEW **
2261         * src/gtk/pluginwindow.c
2262         * src/gtk/sslcertwindow.c
2263                 move filesel.[ch] to gtk directory
2264
2265 2003-06-07 [alfons]     0.9.0claws19
2266
2267         * src/filesel.c
2268                 make (multi) file selection dialog work again (Claws-only)
2269
2270 2003-06-07 [thorsten]   0.9.0claws18
2271
2272         * po/de.po
2273                 fix typos
2274
2275 2003-06-07 [alfons]     0.9.0claws17
2276
2277         * configure.ac
2278         * src/mimeview.c
2279                 detect apache mishap in which case don't include fnmatch.h
2280                 if regex.h is already included
2281
2282 2003-06-06 [christoph]  0.9.0claws16
2283
2284         * configure.ac
2285         * src/mimeview.h
2286                 add check for fnmatch.h and include it when available
2287
2288         * src/mimeview.[ch]
2289                 fix wrong case sensitivity of Content-Types
2290
2291         * src/gtk/Makefile.am
2292                 need the same include paths in gtk directory as in
2293                 common directory because .h files in common can
2294                 include files from these directories, when included
2295                 in gtk's .h or .c files
2296
2297 2003-06-06 [alfons]     0.9.0claws15
2298
2299         * src/mimeview.c
2300         * src/summaryview.c
2301                 make it compile again because of regex.h / fnmatch.h 
2302                 include problems (related to recent mime stuff, can
2303                 someone check this?)
2304
2305 2003-06-06 [thorsten]   0.9.0claws14
2306
2307         * src/folderview.c
2308                 possible use of uninitialized pointer while dragging
2309
2310 2003-06-06 [paul]       0.9.0claws13
2311
2312         * src/compose.c
2313                 fix bug where the insert sig button would be effective
2314                 only when auto_sig was set
2315
2316 2003-06-06 [paul]       0.9.0claws12
2317
2318         * sync with 0.9.2 release
2319
2320 2003-06-02 [paul]       0.9.0claws11
2321
2322         * sync with 0.9.1cvs1
2323                 see ChangeLog 2003-06-02
2324                 
2325         * po/de.po
2326                 update by Jens
2327
2328 2003-06-01 [christoph]  0.9.0claws10
2329
2330         * src/account.c
2331                 don't use substring search to find accounts by email address
2332
2333         (closes Bug 169 Overly loose matching of "From" address)
2334
2335 2003-05-31 [christoph]  0.9.0claws9
2336
2337         * doc-src/rfc2683.txt
2338         * src/imap.c
2339                 limit IMAP command length as recommended in RFC2683
2340                 (message number lists will be split into multiple imap
2341                 sets, the limit of 1000 octets is not a hard limit)
2342
2343         (closes Bug 161 sylpheed-claws exits with segfault when logging
2344          in to certain imap-servers)
2345
2346 2003-05-29 [alfons]     0.9.0claws8
2347
2348         * src/toolbar.[ch]
2349                 add print button (calling summary_print());
2350                 fine tune setting tooltip text;
2351                 (if someone needs other buttons, please take these 
2352                 commits as a guide, instead of bothering us - also
2353                 see 0.8.11claws150) 
2354
2355 2003-05-29 [darko]      0.9.0claws7
2356
2357         * src/compose.c
2358                 fix crash when word wrapping kicks in due to
2359                 changed text by spell checker
2360
2361 2003-05-29 [paul]       0.9.0claws6
2362
2363         * src/compose.c
2364                 fix bug where changing account would insert
2365                 sig even if auto_sig was FALSE
2366                 
2367         * ChangeLog
2368           ChangeLog.jp
2369           INSTALL
2370                 sync with 0.9.1 release
2371
2372 2003-05-28 [christoph]  0.9.0claws5
2373
2374         * src/imap.c
2375                 fix truncation of too long commands
2376
2377         (closes Bug 167 IMAP hangs trying to get envelope
2378          information in imap_get_uncached_messages)
2379
2380 2003-05-27 [paul]       0.9.0claws4
2381
2382         * tools/Makefile.am
2383           tools/maildir2sylpheed.pl     ** NEW FILE **
2384                 add kmail to sylpheed mailbox conversion script
2385
2386 2003-05-27 [paul]       0.9.0claws3
2387
2388         * sync with 0.9.0cvs10
2389                 see ChangeLog 2003-05-26
2390
2391 2003-05-26 [paul]       0.9.0claws2
2392
2393         * sync with 0.9.0cvs9
2394                 see ChangeLog 2003-05-26
2395
2396 2003-05-24 [paul]       0.9.0claws1
2397
2398         * sync with 0.9.0cvs8
2399                 see ChangeLog 2003-05-23
2400
2401 2003-05-24 [paul]       0.9.0claws
2402
2403         * version 0.9.0claws released
2404
2405 2003-05-24 [paul]       0.8.11claws177
2406
2407         * src/plugins/dillo-viewer/Makefile.am
2408           src/plugins/traycon/Makefile.am
2409                 add missing files
2410                 
2411         * po/bg.po
2412           po/en_GB.po
2413           po/es.po
2414           po/it.po
2415           po/pt_BR.po
2416           po/ru.po
2417           po/sr.po
2418                 update Bulgarian, British English, Spanish, Italian, 
2419                 Brazilian Portuguese, Russian, and Serbian translations, 
2420                 submitted by George Danchev, [me], Ricardo Mones Lastra,
2421                 AndrĂ© Filipe de Assunção e Brito, Alessandro Maestri, 
2422                 Ruslan N. Balkin, and Urke MMI
2423
2424 2003-05-23 [melvin]     0.8.11claws176
2425
2426         * po/fr.po
2427                 Updated French translations
2428
2429 2003-05-22 [paul]       0.8.11claws175
2430
2431         * src/Makefile.am
2432           src/addrbook.[ch]
2433           src/addrcache.[ch]
2434           src/addr_compl.[ch]
2435           src/adressbook.[ch]
2436           src/addrindex.[ch]
2437           src/addritem.[ch]
2438           src/editaddress.c
2439           src/editgroup.c
2440           src/editldap_basedn.c
2441           src/editldap.c
2442           src/jpilot.c
2443           src/vcard.c
2444                 revert to get ldap into it previous working state
2445                 
2446         * po/zh_TW.Big5.po
2447                 new Taiwanese translation,
2448                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
2449
2450 2003-05-22 [christoph]  0.8.11claws174
2451
2452         * src/plugins/spamassassin/libspamc.[ch]
2453                 sync libspamc with SpamAssaain release 2.55
2454
2455 2003-05-22 [paul]       0.8.11claws173
2456
2457         * sync with 0.9.0cvs7
2458                 see ChangeLog 2003-05-22
2459                 
2460         * src/summaryview.c
2461                 revert change in 0.8.11claws172: follow
2462                 Hiroyuki's decision and that's the end of it.
2463
2464 2003-05-21 [paul]       0.8.11claws172
2465
2466         * src/summaryview.c
2467                 fix discrepency between open_unread_on_enter
2468                 and always_show_msg
2469
2470 2003-05-21 [paul]       0.8.11claws171
2471
2472         * sync with 0.9.0cvs6
2473                 see ChangeLog 2003-05-21
2474
2475 2003-05-21 [paul]       0.8.11claws170
2476
2477         * sync with 0.9.0cvs5
2478                 see ChangeLog 2003-05-21
2479
2480 2003-05-20 [paul]       0.8.11claws169
2481
2482         * sync with 0.9.0cvs4
2483                 see ChangeLog 2003-05-20
2484                 fixes bug #152, 'encoding of IMAP folders names'
2485
2486 2003-05-20 [paul]       0.8.11claws168
2487
2488         * sync with 0.9.0cvs3
2489                 see ChangeLog 2003-05-20
2490                 
2491         * src/tools/convert_mbox.pl
2492                 minor change in the comments, submitted by Fred Marton
2493
2494 2003-05-19 [paul]       0.8.11claws167
2495
2496         * src/plugins/clamav/Makefile.am
2497           configure.ac
2498                 link clamav_lib to the plugin and not to the main program
2499
2500 2003-05-19 [christoph]
2501
2502         * src/Makefile.am
2503                 add -export-dynamic for linking
2504
2505 2003-05-19 [paul]       0.8.11claws166
2506
2507         * sync with 0.9.0cvs1
2508                 see ChangeLog 2003-05-19
2509
2510 2003-05-19 [paul]       0.8.11claws165
2511
2512         * src/inc.c
2513                 fix 'pop before smtp' timeout
2514
2515 2003-05-18 [alfons]     0.8.11claws164
2516
2517         * src/prefs_matcher.c
2518                 put "execute" action command line ("expression") in edit box
2519
2520 2003-05-18 [christoph]  0.8.11claws163
2521
2522         * src/mimeview.[ch]
2523         * src/plugins/dillo_viewer/dillo_viewer.c
2524         * src/plugins/image_viewer/viewer.c
2525         * src/plugins/mathml_viewer/mathml_viewer.c
2526                 let a viewer have a list of Content-Types
2527
2528 2003-05-18 [paul]       0.8.11claws162
2529
2530         * src/prefs_filtering.c
2531                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
2532                 and REDIRECT actions
2533
2534 2003-05-17 [christoph]
2535
2536         * README.claws
2537                 o remove dynamic signatures that was syned with main
2538                 o add infos about no longer "build in" image viewer
2539                 o update bugtracker URL
2540
2541 2003-05-17 [christoph]  0.8.11claws161
2542
2543         * src/folder.c
2544         * src/folderview.c
2545         * src/imap.c
2546                 don't use imap_scan_folder anymore. Instead call folder_item_scan
2547                 for every folder after rebuilding the folder tree.
2548
2549         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
2550          messages)
2551
2552 2003-05-17 [christoph]  0.8.11claws160
2553
2554         * src/imap.c
2555                 don't use STATUS command on current folder to check for
2556                 content changes. imap_cmd_ok() now tracks changes to
2557                 folder and number of existing messages.
2558
2559 2003-05-17 [paul]       0.8.11claws159
2560
2561         * src/plugins/clamav/clamav_plugin.c
2562                 remove unnecessary debug_print
2563
2564 2003-05-16 [thorsten]   0.8.11claws158
2565
2566         * src/plugins/demo.c
2567                 included missing intl.h
2568
2569 2003-05-16 [paul]       0.8.11claws157
2570
2571         * po/POTFILES.in
2572                 remove non-existant entries
2573         
2574         * src/plugins/clamav/clamav_plugin.c
2575           src/plugins/clamav/clamav_plugin_gtk.c
2576           src/plugins/dillo_viewer/dillo_prefs.c
2577           src/plugins/dillo_viewer/dillo_viewer.c
2578                 gettextise
2579
2580 2003-05-16 [christoph]  0.8.11claws156
2581
2582         * po/POTFILES.in
2583                 include plugin .c files for translation until I
2584                 find a better solution to have plugins have their
2585                 own textdomain
2586         * src/plugins/demo/demo.c
2587         * src/plugins/image_viewer/plugin.c
2588         * src/plugins/mathml_viewer/mathml_viewer.c
2589         * src/plugins/spamassassin/spamassassin.c
2590         * src/plugins/spamassassin/spamassassin_gtk.c
2591         * src/plugins/trayicon/trayicon.c
2592                 add gettext macros for plugin name and description
2593
2594 2003-05-16 [paul]
2595
2596         * sync with 0.9.0
2597
2598 2003-05-16 [paul]       0.8.11claws155
2599
2600         * sync with lastest 0.9.0pre1
2601                 see ChangeLog 2003-05-16
2602
2603 2003-05-15 [paul]       0.8.11claws154
2604
2605         * sync with latest 0.9.0pre1
2606                 see ChangeLog 2003-05-14 and 2003-05-15
2607
2608 2003-05-14 [christoph]  0.8.11claws153
2609
2610         * src/plugins/image_viewer/viewer.c
2611         * src/plugins/image_viewer/viewer.glade         ** NEW **
2612         * src/plugins/image_viewer/viewerprefs.c
2613                 make it possible to disable the autoload function in the
2614                 imageviewer again
2615
2616 2003-05-14 [christoph]  0.8.11claws152
2617
2618         * src/folder.c
2619                 fix folder update after adding a message
2620
2621 2003-05-13 [alfons]     0.8.11claws151
2622
2623         * src/common/session.c
2624                 remove debug traces
2625                 
2626         * src/addrcache.[ch]
2627         * src/filtering.[ch]
2628         * src/folder.[c]
2629         * src/gtkaspell.[ch]
2630         * src/imap.[ch]
2631         * src/mbox_folder.[ch]
2632         * src/mh.[ch]
2633         * src/mimeview.h
2634         * src/msgcache.[ch]
2635         * src/news.[ch]
2636         * src/passphrase.[ch]
2637         * src/prefs_common.[ch]
2638         * src/prefs_gtk.[ch]
2639         * src/procmsg.c
2640         * src/scoring.[ch]
2641                 be pedantic; (in prototypes () implies (int))
2642
2643 2003-05-13 [alfons]     0.8.11claws150
2644
2645         * src/prefs_toolbar.[ch]
2646         * src/summaryview.[ch]
2647         * src/toolbar.[ch]
2648                 change misleading text in toolbar prefs;
2649                 add toolbar action for ignore thread (toggles ignore thread flag);
2650                 clean up a little bit;
2651
2652 2003-05-12 [paul]
2653
2654         * tools/convert_mbox.pl
2655                 bug fixed by Fred Marton
2656
2657 2003-05-12 [paul]
2658
2659         * sync with 0.9.0pre1
2660
2661 2003-05-09 [paul]       0.8.11claws149
2662
2663         * sync with 0.8.11cvs43
2664                 see ChangeLog 2003-05-09
2665
2666 2003-05-08 [christoph]  0.8.11claws148
2667
2668         * src/imap.[ch]
2669                 o use CAPABILIY as first command and check for PREAUTH
2670                   information in the response to it
2671                 o rewrite all imap_cmd_* functions to use an IMAPSession
2672                   instead of a SockInfo as parameter
2673                 o do STARTTLS after fetching and checking the server
2674                   capabilities
2675
2676 2003-05-08 [paul]       0.8.11claws147
2677
2678         * tools/Makefile.am
2679           tools/README
2680           tools/convert_mbox.pl         ** NEW FILE **
2681                 add mbox conversion script. Submitted by 
2682                 Fred Marton <Fred.Marton@uni-bayreuth.de>
2683
2684 2003-05-07 [christoph]
2685
2686         * doc-src/glade.txt
2687         * src/gtk/pluginwindow.glade
2688         * src/plugins/image_viewer/viewerprefs.glade
2689         * src/plugins/spamassassin/spamassassin_gtk.glade
2690                 add glade files for user interfaces and a description how
2691                 to use glade to create the sylpheed code
2692
2693 2003-05-07 [paul]       0.8.11claws146
2694
2695         * sync with 0.8.11cvs41
2696                 see ChangeLog 2003-05-07
2697
2698 2003-05-06 [christoph]  0.8.11claws145
2699
2700         * src/main.c
2701         * src/plugins/image_viewer/viewer.c
2702                 fix usage of imlib in imageviewer plugin
2703
2704         * src/gtk/prefswindow.c
2705                 handle window close event correctly
2706
2707 2003-05-06 [paul]       0.8.11claws144
2708
2709         * src/common/ssl.c
2710                 fix typo introduced in sync
2711
2712 2003-05-06 [paul]       0.8.11claws143
2713
2714         * sync with 0.8.11cvs39
2715                 see ChangeLog 2003-05-06
2716
2717 2003-05-06 [paul]       0.8.11claws142
2718
2719         * AUTHORS
2720           po/cs.po
2721                 updated Czech translation, submitted by 
2722                 Radek Vybiral <Radek.Vybiral@vsb.cz>
2723                 
2724         * src/plugins/clamav/clamav_plugin_gtk.c
2725                 clean up
2726
2727 2003-05-03 [alfons]     0.8.11claws141
2728
2729         * src/compose.[ch]
2730                 make paste as quotation work even when the call to 
2731                 text_inserted() was deferred (fixes bug #140 "Paste 
2732                 as quotation does not work when using "external" 
2733                 clipboard")
2734
2735 2003-05-03 [thorsten]   0.8.11claws140
2736
2737         * src/addrquery.h
2738           src/ldapquery.h
2739           src/mainwindow.c
2740                 removed C++ comments
2741         * src/addr_compl.c
2742                 function with non-int retval/param used before
2743                 implementation/declaration
2744
2745 2003-05-02 [paul]       0.8.11claws139
2746
2747         * src/addr_compl.[ch]
2748           src/addressbook.[ch]
2749           src/addrindex.c
2750           src/summaryview.c
2751                 revert match's changes to (finally) remove the bug where
2752                 opening a folder causes massive slowdown when using the 
2753                 'Display sender using address book' option
2754
2755 2003-05-01 [melvin]     0.8.11claws138
2756
2757         * src/plugins/dillo_viewer/dillo_prefs.[ch]
2758         * src/plugins/dillo_viewer/dillo_viewer.c
2759                 Fixed bug where "Cancel" button from prefs issued
2760                 warnings.
2761                 Comply a little more to coding style
2762
2763 2003-05-01 [paul]       0.8.11claws137
2764
2765         * sync with 0.8.11cvs38
2766                 see ChangeLog 2003-05-01
2767
2768 2003-05-01 [paul]       0.8.11claws136
2769
2770         * po/bg.po
2771                 updated by George Danchev
2772
2773 2003-04-30 [christoph]  0.8.11claws135
2774
2775         * src/plugins/dillo_viewer/dillo_prefs.c
2776         * src/plugins/image_viewer/viewerprefs.c
2777         * src/plugins/spamassassin/spamassassin_gtk.c
2778                 remove gtk_widget_ref() calls for widgets in
2779                 glade code
2780
2781 2003-04-30 [paul]       0.8.11claws134
2782
2783         * src/addrindex.c
2784                 ok, this time a better fix for the bug where opening folder
2785                 has massive slowdown when using the 'Display sender using 
2786                 address book' option
2787
2788 2003-04-30 [paul]       0.8.11claws133
2789
2790         * src/addrindex.c
2791                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
2792         
2793 2003-04-30 [melvin]     0.8.11claws132
2794
2795         New: Dillo plugin preferences (patch by Dimitar Haralanov)
2796
2797         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
2798                 Preferences for the dillo plugin
2799         * src/plugins/dillo_viewer/dillo_viewer.c
2800                 Support for preferences
2801         * src/plugins/dillo_viewer/Makefile.am
2802                 Added dillo_prefs.[ch]
2803
2804 2003-04-30 [alfons]     0.8.11claws131
2805
2806         * src/common/plugin.[ch]
2807                 see? this ANSI C'fication immediately gives us type
2808                 checking for free.
2809
2810 2003-04-30 [alfons]     0.8.11claws130
2811
2812         * src/common/plugin.[ch]
2813         * src/plugins/clamav/clamav_plugin.[ch]
2814         * src/plugins/clamav/clamav_plugin_gtk.c
2815         * src/plugins/demo/demo.c
2816         * src/plugins/dillo_viewer/dillo_viewer.c
2817         * src/plugins/image_viewer/plugin.c
2818         * src/plugins/image_viewer/viewer.[ch]
2819         * src/plugins/image_viewer/viewerprefs.[ch]
2820         * src/plugins/mathml_viewer/mathml_viewer.c
2821         * src/plugins/spamassassin/spamassassin.[ch]
2822         * src/plugins/spamassassin/spamassassin_gtk.c
2823         * src/plugins/trayicon/trayicon.c
2824                 clean up
2825
2826 2003-04-30 [alfons]     0.8.11claws129
2827
2828         * src/common/utils.c
2829                 make is_ascii_str() fail gracefully when NULL pointer
2830                 is passed
2831
2832 2003-04-30 [paul]       0.8.11claws128
2833
2834         * src/addrindex.c
2835                 fix bug where opening folder has massive slowdown when
2836                 using the 'Display sender using address book' option
2837
2838 2003-04-30 [paul]       0.8.11claws127
2839
2840         * src/plugins/clamav/clamav_plugin.c
2841           src/plugins/clamav/clamav_plugin_gtk.c
2842           src/plugins/demo/demo.c
2843           src/plugins/dillo_viewer/dillo_viewer.c
2844           src/plugins/image_viewer/plugin.c
2845           src/plugins/mathml_viewer/mathml_viewer.c
2846           src/plugins/spamassassin/spamassassin.c
2847           src/plugins/spamassassin/spamassassin_gtk.c
2848           src/plugins/trayicon/trayicon.c
2849                 get rid of eye-hurting function signatures
2850
2851 2003-04-30 [paul]       0.8.11claws126
2852
2853         * src/plugins/trayicon/trayicon.c
2854                 add description
2855                 
2856         * src/mimeview.c
2857                 be more descriptive
2858
2859 2003-04-30 [paul]       0.8.11claws125
2860
2861         * configure.ac
2862                 arrange the plugins in reverse alphabetical order
2863                 
2864         * src/plugins/clamav/clamav_plugin.[ch]
2865           src/plugins/clamav/clamav_plugin_gtk.c
2866                 rename some params
2867                 resize max_size window
2868                 re-arrange the order of some gui elements
2869                 improve descriptions
2870         
2871         * src/plugins/image_viewer/plugin.c
2872           src/plugins/mathml_viewer/mathml_viewer.c
2873                 add descriptions
2874                 
2875         * src/plugins/spamassassin/spamassassin_gtk.c
2876                 resize max_size window
2877                 re-arrange the order of some gui elements
2878                 
2879         * src/messageview.c
2880           src/mimeview.c
2881                 correct typos
2882
2883 2003-04-30 [alfons]     0.8.11claws124
2884
2885         * src/imap.c
2886                 fix a leak found while browsing Martin Kluge's 
2887                 valgrind log (Claws only)
2888
2889 2003-04-29 [darko]      0.8.11claws123
2890
2891         * src/gtk/gtkstext.h
2892                 include wchar.h if it is available, fixes compilation
2893                 on HP-UX systems
2894
2895 2003-04-29 [melvin]     0.8.11claws122
2896
2897         * src/prefs_actions.c
2898                 Improved help text of Actions' syntax
2899
2900 2003-04-28 [paul]       0.8.11claws121
2901
2902         * src/action.c
2903                 a better fix for the crash when performing an action
2904                 on a mime part
2905
2906 2003-04-28 [paul]       0.8.11claws120
2907
2908         * src/action.c
2909                 fix crash when performing an action on a
2910                 mime part
2911
2912 2003-04-28 [paul]       0.8.11claws119
2913
2914         * sync with 0.8.11cvs36
2915                 see ChangeLog 2003-04-28
2916
2917 2003-04-27 [paul]       0.8.11claws118
2918
2919         * more sync with 0.8.11cvs35
2920                 see ChangeLog 2003-04-25
2921
2922 2003-04-26 [christoph]  0.8.11claws117
2923
2924         * src/folder.c
2925                 fix remove virtual check
2926
2927 2003-04-26 [paul]       0.8.11claws116
2928
2929         * src/messageview.c
2930                 fix return-receipt, make it work again
2931
2932 2003-04-26 [paul]       0.8.11claws115
2933
2934         * src/mimeview.c
2935                 restore double-clicking of the [application/pgp-signature 
2936                 (Select "Check signature" to check)] line in the message view,
2937                 broken in recent sync
2938
2939 2003-04-26 [christoph]  0.8.11claws114
2940
2941         * src/folder.c
2942                 check if remove virtual really exists before
2943                 calling the function
2944
2945 2003-04-25 [match]      0.8.11claws113
2946
2947         * src/addrindex.c
2948         * src/addrbook.c
2949         * src/ldapquery.[ch]
2950         * src/ldapctrl.[ch]
2951                 fix memleak.
2952         * src/ldapserver.[ch]
2953                 fix memleak. fix segfault.
2954                 plug a Claws memleak
2955
2956 2003-04-25 [alfons]     0.8.11claws112
2957
2958         * src/folder.c
2959                 plug a Claws memleak
2960
2961 2003-04-25 [alfons]     0.8.11claws111
2962
2963         * src/common/session.c
2964                 plug a memleak
2965
2966 2003-04-25 [paul]       0.8.11claws110
2967
2968         * sync with 0.8.11cvs35
2969                 see ChangeLog 2003-04-24 and 2003-04-25
2970                 
2971         * src/gtk/pluginwindow.c
2972                 correct another strange float value
2973
2974 2003-04-24 [christoph]  0.8.11claws109
2975
2976         * src/folder.c
2977                 freeze folder item updates when unsetting new flags
2978
2979         * src/gtk/pluginwindow.c
2980                 correct strange float value
2981
2982 2003-04-23 [paul]       0.8.11claws108
2983
2984         * sync with 0.8.11cvs33
2985                 see ChangeLog 2003-04-23
2986
2987 2003-04-22 [paul]       0.8.11claws107
2988
2989         * src/Makefile.am
2990           src/messageview.c
2991           src/mimeview.c
2992           src/pgptext.[ch]      ** REMOVED **
2993                 remove pgptext.[ch] as its not used any more
2994
2995 2003-04-22 [paul]       0.8.11claws106
2996
2997         * sync with 0.8.11cvs31
2998                 see ChangeLog 2003-04-21 and 2003-04-22
2999
3000 2003-04-21 [alfons]     0.8.11claws105
3001
3002         * src/main.c
3003                 No access to GTK structures if we're a spawned child
3004                 (and clean up code a little bit...) Should fix #126.
3005
3006 2003-04-21 [melvin]     0.8.11claws104
3007
3008         * src/plugins/dillo_viewer/README
3009                 Improved slightly the text.
3010
3011 2003-04-21 [melvin]     0.8.11claws103
3012
3013         * src/plugins/dillo_viewer/README *** NEW ***
3014                 Added a README file for the Dillo plugin
3015
3016 2003-04-20 [paul]
3017
3018         * tools/README
3019           tools/outlook2sylpheed.pl
3020                 updated and improved by Ricardo Mones Lastra
3021
3022 2003-04-18 [oliver]     0.8.11claws102
3023
3024         * src/inc.c 
3025         * src/prefs_account.h
3026                 remove Pop3SessionType (used by selective download)
3027         * src/prefs_toolbar.c
3028                 enable set Default Toolbar button
3029
3030 2003-04-18 [paul]       0.8.11claws101
3031
3032         * sync with 0.8.11cvs29
3033                 see ChangeLog 2003-04-18
3034
3035 2003-04-17 [paul]       0.8.11claws100
3036
3037         * src/prefs_common.[ch]
3038           src/summaryview.c
3039                 remove 'Open next message on deletion' option,
3040                 as the same effect can now be achieved via the
3041                 'Always open messages in summary when selected'
3042                 option.
3043
3044 2003-04-17 [paul]       0.8.11claws99
3045
3046         * sync with 0.8.11cvs28
3047                 see ChangeLog 2003-04-17
3048
3049 2003-04-17 [christoph]  0.8.11claws98
3050
3051         * ac/spamassassin.m4
3052         * src/plugins/spamassassin/libspamc.[ch]
3053         * src/plugins/spamassassin/utils.[ch]
3054                 sync libspamc with SpamAssassin project
3055
3056 2003-04-17 [christoph]  0.8.11claws97
3057
3058         * src/common/socket.h
3059         * src/gtk/sslcertwindow.h
3060                 rename old USE_SSL to USE_OPENSSL
3061
3062 2003-04-17 [paul]       0.8.11claws96
3063
3064         * src/prefs_common.h
3065                 use gulong for P_COLOR so that it compiles/runs on
3066                 64-bit systems. Patch submitted by James Noyes
3067                 <jnoyes-claws@retrogeeks.com>
3068                 
3069         * po/de.po
3070                 updated by Jens
3071
3072 2003-04-17 [paul]       0.8.11claws95
3073
3074         * sync with 0.8.11cvs27
3075                 see ChangeLog 2003-04-16
3076
3077 2003-04-15 [paul]       0.8.11claws94
3078
3079         * src/prefs_common.[ch]
3080                 rearrange to stop the window getting too long:
3081                         move Receive dialog stuff to Receive tab
3082                         move Send dialog to Send tab
3083                         remove Dialogs frame
3084                 rename 'Open messages in summary with cursor keys' to
3085                 'Always open messages in summary when selected', as its
3086                 more appropriate
3087
3088 2003-04-15 [paul]       0.8.11claws93
3089
3090         * src/prefs_common.[ch]
3091           src/summaryview.c
3092                 add new option '/Interface/Open next message on deletion'
3093
3094 2003-04-15 [paul]       0.8.11claws92
3095
3096         * src/summaryview.[ch]
3097                 add /Mark/Lock and /Mark/Unlock to the pop-up
3098                 menu. Patch submitted by Ivan Francolin Martinez
3099                 <ivanfm@users.sourceforge.net>
3100
3101 2003-04-15 [paul]       0.8.11claws91
3102
3103         * sync with 0.8.11cvs24
3104                 see ChangeLog 2003-04-15
3105
3106 2003-04-14 [jens]       0.8.11claws90
3107
3108         * updated German translation and some corrections from
3109                 Roland Bless <bless@tm.uka.de>
3110
3111 2003-04-14 [paul]       0.8.11claws89
3112
3113         * sync with 0.8.11cvs22
3114                 see ChangeLog 2003-04-14
3115
3116 2003-04-13 [paul]       0.8.11claws88
3117
3118         * src/plugins/clamav/clamav_plugin.c
3119                 fix memory leaks
3120                 clean up
3121
3122 2003-04-12 [paul]       0.8.11claws87
3123
3124         * src/plugins/clamav/clamav_plugin.c
3125                 activate enable/disable archive scanning option
3126                 
3127         * src/plugins/clamav/.cvsignore         ** NEW FILE **
3128
3129 2003-04-12 [paul]       0.8.11claws86
3130
3131         * src/plugins/Makefile.am
3132           src/plugins/clamav/Makefile.am                ** NEW FILE **
3133           src/plugins/clamav/README                     ** NEW FILE ** 
3134           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
3135           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
3136                 add Clam AntiVirus plugin
3137
3138 2003-04-12 [paul]       0.8.11claws85
3139
3140         * sync with 0.8.11cvs21
3141                 see ChangeLog 2003-04-11
3142
3143 2003-04-11 [paul]       0.8.11claws84
3144
3145         * po/es.po
3146                 update Spanish translation. Submitted by Ricardo
3147                 Mones Lastra.
3148
3149 2003-04-10 [christoph]  0.8.11claws83
3150
3151         * src/mbox.c
3152                 fix typo that did not move unfiltered mails to destination
3153                 folder
3154
3155         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
3156          when filtering from spool)
3157
3158 2003-04-10 [christoph]  0.8.11claws82
3159
3160         * src/imap.c
3161                 use BODY.PEEK instead of BODY in in message fetch operation
3162                 to make sure the IMAP server does not set the \Seen flag for
3163                 messages. Sylpheed does that later itself, when the message
3164                 is opened in sylpheed
3165
3166         (closes Bug 111 Claws destroys unread marks)
3167
3168 2003-04-09 [oliver]     0.8.11claws81
3169         
3170         * src/folder.c
3171                 fix crash in folder_destroy
3172         * README.claws
3173                 remove selective download
3174
3175 2003-04-09 [christoph]  0.8.11claws80
3176
3177         * src/imap.c
3178                 fix crash in imap_get_msginfo() when then fetched message
3179                 is not found
3180
3181         (closes Bug 110 Crash during mail composition)
3182
3183 2003-04-08 [christoph]  0.8.11claws79
3184
3185         * src/folder.c
3186         * src/prefs_account.c
3187                 Filter new messages that are found in an INBOX folder
3188                 when 'Filter messages on receiving' is enabled in the
3189                 Folder's AccountPrefs. This allows to use Sylpheed's
3190                 filtering engine for IMAP folders where messages are
3191                 added to the INBOX by a MTA
3192
3193 2003-04-08 [paul]       0.8.11claws78
3194
3195         * src/procmsg.h
3196                 clean up after last commit
3197
3198 2003-04-08 [paul]       0.8.11claws77
3199
3200         * sync with 0.8.11cvs20
3201                 see ChangeLog 2003-04-07 and 2003-04-08
3202
3203 2003-04-07 [christoph]  0.8.11claws76
3204
3205         * src/filtering.[ch]
3206         * src/inc.[ch]
3207         * src/mbox.c
3208         * src/procmsg.[ch]
3209                 add procmsg_msginfo_filter() to execute filtering actions
3210
3211 2003-04-06 [christoph]  0.8.11claws75
3212
3213         * src/imap.c
3214                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
3215
3216 2003-04-06 [christoph]  0.8.11claws74
3217
3218         * src/common/utils.[ch]
3219                 add g_int_compare() function for slist sorting
3220
3221         * src/imap.c
3222                 fetch all MsgInfos with one command in imap_get_msginfos()
3223                 using an imap set with a list of ranges
3224
3225         * src/news.c
3226                 use new g_int_compare() function
3227
3228 2003-04-06 [thorsten]   0.8.11claws73
3229
3230         * src/mh.c
3231                 corrected implementation of mh_folder_destroy()
3232
3233 2003-04-05 [christoph]  0.8.11claws72
3234
3235         * src/account.c
3236         * src/folder.[ch]
3237         * src/folderview.c
3238         * src/imap.c
3239         * src/inc.c
3240         * src/main.c
3241         * src/mainwindow.c
3242         * src/mbox_folder.c
3243         * src/mh.c
3244         * src/mimeview.h
3245         * src/msgcache.[ch]
3246         * src/news.c
3247         * src/procmime.h
3248         * src/procmsg.[ch]
3249         * src/setup.c
3250         * src/gtk/gtkutils.c
3251                 o rename structure field names class and new to klass and
3252                   new_msgs, to allow including files in C++
3253                 o add 'extern "C"' block to some header files
3254                 o add MsgInfoList and MsgNumberList as alias for GSList for
3255                   developers to know what type of list is expected
3256
3257         * src/plugins/image_viewer/plugin.c
3258         * src/plugins/image_viewer/viewer.[ch]
3259         * src/plugins/image_viewer/viewerprefs.[ch]
3260                 rename function names to prevent conflicts
3261
3262 2003-04-05 [paul]       0.8.11claws71
3263
3264         * sync with 0.8.11cvs18
3265                 see ChangeLog 2003-04-03 and 2003-04-04
3266
3267 2003-04-02 [christoph]  0.8.11claws70
3268
3269         * src/folder.[ch]
3270         * src/imap.[ch]
3271         * src/mbox_folder.[ch]
3272         * src/mh.[ch]
3273         * src/news.[ch]
3274                 o Make all virtual folder functions private
3275                 o remove unused folder code
3276
3277         * src/common/socket.[ch]
3278         * src/summaryview.c
3279                 fix warnings
3280
3281 2003-03-30 [alfons]     0.8.11claws69
3282
3283         * src/send_message.c
3284                 remove two debug traces and see if people still report
3285                 errors
3286
3287 2003-03-30 [alfons]     0.8.11claws68
3288
3289         * src/send_message.c
3290         * src/commons/session.c
3291                 add more debug traces
3292
3293 2003-03-30 [christoph]  0.8.11claws67
3294
3295         * src/folder.c
3296                 change processing folder name from .processing to processing
3297
3298         * src/common/ssl.c
3299                 disable SSL certificate check because it causes Xlib error
3300                 when the child process want's to open an GTK window
3301
3302 2003-03-30 [christoph]  0.8.11claws66
3303
3304         * src/folder.c
3305                 don't use default folder for processing folder item because
3306                 it can be a non local folder
3307
3308         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
3309
3310 2003-03-30 [alfons]     0.8.11claws65
3311
3312         * src/send_message.c
3313                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
3314                 to generate bad code for 'send_send_data_progressive': When
3315                 called from 'send_send_data_finished', the 'data' pointer is
3316                 cleared just before the assignment to the dialog pointer
3317
3318 2003-03-29 [christoph]  0.8.11claws64
3319
3320         * src/common/prefs.h
3321         * src/plugins/image_viewer/Makefile.am
3322         * src/plugins/image_viewer/plugin.c
3323         * src/plugins/image_viewer/viewer.[ch]
3324         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
3325                 add PrefsPage for ImageViewer
3326
3327 2003-03-28 [thorsten]   0.8.11claws63
3328
3329         * src/common/session.c
3330                 added some comments
3331
3332 2003-03-28 [paul]       0.8.11claws62
3333
3334         * sync with 0.8.11cvs16
3335                 see ChangeLog 2003-03-28
3336
3337 2003-03-28 [paul]       0.8.11claws61
3338
3339         * sync with 0.8.11cvs15
3340                 see ChangeLog 2003-03-28
3341
3342 2003-03-27 [christoph]  0.8.11claws60
3343
3344         * src/folder.c
3345         * src/imap.c
3346         * src/common/socket.[ch]
3347                 set socket state to DISCONNECTED when any operation
3348                 fails to allow reconnecting in IMAP code without
3349                 checking the return code of all calls to the command
3350                 functions
3351
3352         * src/folderview.c
3353         * src/summaryview.c
3354                 remove some more stuff that depends on specific
3355                 folder types
3356
3357 2003-03-27 [paul]       0.8.11claws59
3358
3359         * sync with 0.8.11cvs14
3360                 see ChangeLog 2003-03-27
3361                 
3362         * src/selective_download.[ch]   ** REMOVED **
3363                 really removed
3364
3365 2003-03-27 [christoph]  0.8.11claws58
3366
3367         * src/folder.c
3368                 fix handling of tmp_flags in flag copy function
3369
3370 2003-03-27 [paul]       0.8.11claws57
3371
3372         * sync with 0.8.11cvs13
3373                 see ChangeLog 2003-03-27
3374
3375 2003-03-27 [oliver]     0.8.11claws56
3376
3377         * src/maiwindow.c
3378                 remove sel_download_cb
3379
3380 2003-03-27 [oliver]     0.8.11claws55
3381         
3382         * src/inc.c
3383                 remove POP3_TOP
3384         
3385 2003-03-26 [oliver]     0.8.11claws54
3386
3387         *src/pop.h
3388                 remove POP3_TOP*
3389         * README.claws
3390                 remove selective donwload readme
3391
3392 2003-03-26 [oliver]     0.8.11claws53
3393         * src/matcher.[ch]
3394         * src/matcher_parser_parse.y 
3395         * src/pop.c 
3396         * src/prefs_account.[ch]
3397         * src/prefs_filtering.c
3398                 remove selective donwload
3399
3400 2003-03-26 [oliver]     0.8.11claws52
3401
3402         * src/inc.[ch] 
3403         * src/filtering.c 
3404         * src/mainwindow.c 
3405                 remove selective donwload
3406
3407 2003-03-26 [oliver]     0.8.11claws51
3408         
3409         * src/Makefile.am
3410         * src/selective_download.[ch]   ** REMOVE **    
3411
3412 2003-03-26 [christoph]  0.8.11claws50
3413
3414         * src/news.c
3415                 fix NEWS that got broken by a sync with sylpheed-main
3416
3417 2003-03-26 [christoph]  0.8.11claws49
3418
3419         * src/mimeview.c
3420                 fix mime type guessing when no mime type is found for a file
3421
3422 2003-03-25 [christoph]  0.8.11claws48
3423
3424         * src/mimeview.c
3425         * src/procmime.c
3426                 remove mime type guessing from mime parser and use
3427                 name based mime types in viewer lookup for mime type
3428                 application/octet-stream
3429
3430 2003-03-25 [christoph]  0.8.11claws47
3431
3432         * doc-src/readme.txt
3433         * doc-src/rfc2554.txt
3434                 add RFC about SMTP AUTH
3435
3436         * src/send_message.c
3437         * src/common/smtp.[ch]
3438                 add extra error code for authentication errors and
3439                 clear temporary password when this error occurs
3440
3441         (closes Bug 84 authentication failure while sending should
3442          prompt for password again)
3443
3444 2003-03-25 [christoph]  0.8.11claws46
3445
3446         * configure.ac
3447         * src/Makefile.am
3448         * src/imageview.[ch]                            ** REMOVE **
3449         * src/messageview.[ch]
3450         * src/mimeview.[ch]
3451         * src/prefs_common.[ch]
3452         * src/textview.c
3453         * src/plugins/Makefile.am
3454         * src/plugins/image_viewer/.cvsignore           ** NEW **
3455         * src/plugins/image_viewer/Makefile.am          ** NEW **
3456         * src/plugins/image_viewer/plugin.c             ** NEW **
3457         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
3458                 move image viewer into a plugin (building is enabled by default)
3459                 [ToDo: Prefs for resize and autoview]
3460
3461 2003-03-25 [paul]       0.8.11claws45
3462
3463         * sync with 0.8.11cvs12
3464                 see ChangeLog 2003-03-26
3465
3466 2003-03-25 [paul]       0.8.11claws44
3467
3468         * sync with 0.8.11cvs11
3469                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
3470                 
3471         Note: Selective Download is broken.
3472                 
3473 2003-03-22 [christoph]  0.8.11claws43
3474
3475         * src/folder.c
3476                 code cleanup for flags copying
3477
3478 2003-03-22 [christoph]  0.8.11claws42
3479
3480         * src/plugins/trayicon/trayicon.c
3481                 fix setting the transparent area when the window size
3482                 is forced by the system tray
3483
3484 2003-03-22 [christoph]  0.8.11claws41
3485
3486         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
3487         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
3488         * src/plugins/trayicon/newmail.xpm              ** NEW **
3489         * src/plugins/trayicon/nomail.xpm               ** NEW **
3490         * src/plugins/trayicon/trayicon.c
3491         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
3492                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
3493                 o add icon for unread mails
3494                 o set transparency for window
3495
3496 2003-03-22 [christoph]  0.8.11claws40
3497
3498         * src/news.c
3499                 init news session to prevent crash when session is closed
3500
3501 2003-03-22 [christoph]  0.8.11claws39
3502
3503         * src/imap.c
3504         * src/common/session.[ch]
3505                 Init session data to make sure we don't have invalid pointers
3506                 for read_ch and write_ch when new multi process sessions are
3507                 not used
3508
3509         * src/main.c
3510         * src/common/plugin.c
3511         * src/common/sylpheed.c
3512         * src/plugins/demo/demo.c
3513         * src/plugins/dillo_viewer/dillo_viewer.c
3514         * src/plugins/mathml_viewer/mathml_viewer.c
3515         * src/plugins/spamassassin/spamassassin.c
3516         * src/plugins/spamassassin/spamassassin_gtk.c
3517                 add plugin types to allow loading plugins at different times
3518                 (and maybe for different frontends), because it's not good to
3519                 load GTK-Plugins gefore gtk_init was called
3520
3521         * configure.ac
3522         * src/plugins/Makefile.am
3523         * src/plugins/trayicon/.cvsignore               ** NEW **
3524         * src/plugins/trayicon/Makefile.am              ** NEW **
3525         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
3526         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
3527         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
3528         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
3529         * src/plugins/trayicon/trayicon.c               ** NEW **
3530                 New Trayicon plugin that shows an icon in a systray that uses
3531                 XEMBED protocol like Gnome's systray. Icon shows if there
3532                 are new mails and a tooltip shows information about new,
3533                 unread and total messages.
3534
3535 2003-03-22 [paul]       0.8.11claws38
3536
3537         * src/common/smtp.c
3538                 fix ESMTP AUTH CRAM-MD5
3539                 [sync with main (still version 0.8.11cvs6), see
3540                  ChangeLog 2003-03-22]
3541
3542 2003-03-21 [colin]      0.8.11claws37
3543
3544         * src/send_message.c
3545                 Fix USE_SSL => USE_OPENSSL
3546
3547 2003-03-21 [colin]      0.8.11claws36
3548
3549         * src/folderview.c
3550                 Fix counts in drag and dropped subfolders
3551
3552 2003-03-21 [colin]      0.8.11claws35
3553
3554         * src/folder.c 
3555         * src/folderview.c
3556                 speed up a bit folder dnd
3557
3558 2003-03-20 [alfons]     0.8.11claws34
3559
3560         * src/main.c
3561         * src/toolbar.c
3562         * src/procmsg.c
3563                 don't send locked queue messages
3564                 (feature request "[ 705245 ] Locking message in outbox 
3565                  should prevent sending")
3566
3567 2003-03-20 [christoph]  0.8.11claws33
3568
3569         * src/folder.c
3570                 remove NEW and UNREAD flag in special folders when scanning
3571                 
3572         * src/common/smtp.c
3573                 fix ESMTP AUTH CRAM-MD5
3574
3575 2003-03-20 [paul]       0.8.11claws32
3576
3577         * src/prefs_account.c
3578                 Re-write 'Tunnel command to open connection' as
3579                 'Use command to communicate with server', and disable
3580                 it for all except IMAP accounts
3581
3582 2003-03-20 [paul]       0.8.11claws31
3583
3584         * sync with 0.8.11cvs6
3585                 see ChangeLog 2003-03-20
3586
3587 2003-03-19 [match]      0.8.11claws30
3588
3589         * src/addritem.[ch]
3590                 include documentation. minor refactoring.
3591         * src/addr_compl.[ch]
3592         * src/addrindex.[ch]
3593         * src/addresbook.[ch]
3594         * src/summaryview.c
3595                 re-enable address lookup (was disabled in
3596                 0.8.11claws20).
3597
3598 2003-03-19 [christoph]  0.8.11claws29
3599
3600         * src/procmsg.c
3601                 add temp flag handling, will make moving and copying
3602                 messages possible again
3603
3604         * src/folder.c
3605                 correct calulation of folder stats
3606
3607 2003-03-18 [match]      0.8.11claws28
3608
3609         * src/editgroup.h
3610                 remove case sensitive comparison (closes bug 80).
3611
3612 2003-03-18 [christoph]  0.8.11claws27
3613
3614         * src/imap.c
3615                 fix imap using a tunnel command
3616
3617         (closes bug 87)
3618
3619 2003-03-18 [christoph]  0.8.11claws26
3620
3621         * src/folder.[ch]
3622         * src/imap.c
3623         * src/procmsg.[ch]
3624                 rewrite flag handling for folders
3625
3626 2003-03-18 [christoph]  0.8.11claws25
3627
3628         * src/folder.c
3629         * src/procmsg.c
3630         * src/summaryview.c
3631                 unset NEW and UNREAD flags when message is ignored, to make
3632                 sure messages don't show up as unread on other IMAP clients,
3633                 because the IGNORE_THREAD flag can not be syncronized through
3634                 the IMAP folder
3635
3636 2003-03-17 [christoph]  0.8.11claws24
3637
3638         * src/imap.c
3639                 don't use recursion to fetch uids when the number of messages
3640                 does not match. Moved code into subfunction that is used
3641                 again when needed, to prevent an endless loop.
3642
3643 2003-03-17 [thorsten]   0.8.11claws23
3644
3645         * src/imageview.[ch]
3646                 export imageview_get_resized_size() (for plugins)
3647         * src/prefs_common.[ch]
3648                 added prefs_common_get() (for plugins)
3649
3650 2003-03-17 [christoph]  0.8.11claws22
3651
3652         * src/imap.c
3653                 o remove UID guessing from copy code
3654                 o support UIDPLUS extension for APPEND command
3655
3656 2003-03-17 [paul]       0.8.11claws21
3657
3658         * src/gtk/about.c
3659                 remove 'Compiled-plugins' section.
3660                 
3661         * src/plugins/dillo_viewer/dillo_viewer.c
3662                 slight change to description text
3663
3664 2003-03-16 [match]      0.8.11claws20
3665         * src/ldapserver.[ch]           ** NEW **
3666         * src/ldapctrl.[ch]             ** NEW **
3667         * src/ldapquery.[ch]            ** NEW **
3668         * src/ldaputil.[ch]             ** NEW **
3669         * src/addrcindex.[ch]           ** NEW **
3670         * src/addrquery.h               ** NEW **
3671         * src/addritem.[ch]
3672         * src/addrcache.[ch]
3673         * src/addrindex.[ch]
3674         * src/addr_compl.[ch]
3675         * src/addressbook.[ch]
3676         * src/addrbook.[ch]
3677         * src/editgroup.c
3678         * src/editaddress.c
3679         * src/editldap.c
3680         * src/editldap_basedn.c
3681         * src/vcard.c
3682         * src/jpilot.c
3683         * src/Makefile.am
3684                 included dynamic LDAP queries. improved address
3685                 completion.
3686
3687 2003-03-16 [paul]       0.8.11claws19
3688
3689         * tools/multiwebsearch.pl
3690                 fix a fatal typo
3691
3692 2003-03-16 [christoph]  0.8.11claws18
3693
3694         * src/mimeview.c
3695         * src/plugins/dillo_viewer/dillo_viewer.c
3696         * src/plugins/mathml_viewer/mathml_viewer.c
3697                 make unregistering of MimeViewerFactorys possible
3698
3699 2003-03-16 [alfons]     0.8.11claws17
3700
3701         * configure.ac
3702                 correct typo
3703
3704 2003-03-16 [melvin]     0.8.11claws16
3705
3706         * src/plugins/dillo_viewer.c
3707                 Fixed bug where it was not possible to view more than
3708                 one text/html attachment per message (bug discovered
3709                 by Christoph Hohmann).
3710
3711 2003-03-15 [melvin]     0.8.11claws15
3712
3713         * src/prefs_actions.c
3714                 Fixed compilation warnings.
3715
3716 2003-03-15 [melvin]     0.8.11claws14
3717
3718         * src/plugins/Makefile.am
3719         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
3720         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
3721         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
3722                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
3723                 newer (http://dillo.auriga.wearlab.de/).
3724
3725 2003-03-15 [christoph]  0.8.11claws13
3726
3727         * src/imap.c
3728                 don't query imap folder for attributes because we already
3729                 for them from imap_status
3730
3731         * src/mimeview.[ch]
3732                 add support for plugable MimeViewers (unloading Viewers
3733                 not yet complete)
3734
3735         * src/plugins/Makefile.am
3736         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
3737         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
3738         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
3739                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
3740                 widget from http://helm.cs.unibo.it/mml-widget/
3741
3742 2003-03-14 [christoph]  0.8.11claws12
3743
3744         * src/folder.[ch]
3745                 o error return code's should better be negative
3746                 o replace printf with debug_print
3747
3748         * src/imap.c
3749                 improve IMAP folder scan by checking UID-NEXT
3750
3751         * src/summaryview.c
3752                 remove check that are unnecessary in my opinion
3753
3754 2003-03-13 [christoph]  0.8.11claws11
3755
3756         * src/folder.[ch]
3757         * src/foldersel.c
3758         * src/folderview.c
3759         * src/imap.c
3760         * src/mbox_folder.c
3761         * src/mh.c
3762         * src/news.c
3763         * src/prefs_scoring.c
3764         * src/summaryview.c
3765                 use a common function to get a displayable name
3766                 for a FolderItem
3767
3768 2003-03-13 [paul]       0.8.11claws10
3769
3770         * tools/Makefile.am
3771           tools/README
3772           tools/multiwebsearch.conf     ** NEW FILE **
3773           tools/multiwebsearch.pl       ** NEW FILE **
3774                 add multiwebsearch Actions script
3775
3776 2003-03-13 [colin]      0.8.11claws9
3777
3778         * src/compose.c
3779                 Remove leading emtpy lines from quoted text
3780                 before quoting it
3781
3782 2003-03-13 [melvin]     0.8.11claws8
3783
3784         * src/prefs_actions.c
3785                 Fixed a memory leak
3786                 Code clean ups
3787                 Added Cancel and OK buttons
3788                 Corrected help text
3789
3790 2003-03-13 [christoph]  0.8.11claws7
3791
3792         * src/account.c
3793         * src/folder.[ch]
3794         * src/imap.c
3795         * src/mainwindow.c
3796         * src/mbox_folder.c
3797         * src/mh.c
3798         * src/news.c
3799         * src/setup.c
3800                 replace more folder type stuff with folder class stuff
3801
3802 2003-03-13 [melvin]     0.8.11claws6
3803
3804         * src/prefs_actions.c
3805                 Added new tokens:
3806                 %u: user provided argument
3807                 %h: user provided argument (hidden on input)
3808                 %s: current text selection in the message view 
3809
3810 2003-03-13 [paul]       0.8.11claws5
3811
3812         * sync with 0.8.11cvs5
3813                 see ChangeLog 2003-03-11, 2003-03-12
3814
3815 2003-03-12 [christoph]  0.8.11claws4
3816
3817         * src/folder.c
3818                 use folder class idstr when writing folderlist.xml
3819
3820         * src/folder.h
3821         * src/imap.c
3822         * src/news.c
3823                 replace folder type checks with folder class checks
3824
3825 2003-03-12 [christoph]  0.8.11claws3
3826
3827         * src/folder.[ch]
3828         * src/imap.[ch]
3829         * src/main.c
3830         * src/mbox_folder.[ch]
3831         * src/mh.[ch]
3832         * src/news.[ch]
3833                 o create a list of known folder classes in the folder system
3834                 o use folder class id strings for folder item identifiers
3835
3836 2003-03-12 [christoph]  0.8.11claws2
3837
3838         * src/imap.c
3839                 fix imap uid validity check
3840
3841 2003-03-12 [christoph]  0.8.11claws1
3842
3843         * src/account.c
3844         * src/folder.[ch]
3845         * src/foldersel.c
3846         * src/folderview.c
3847         * src/imap.c
3848         * src/mainwindow.c
3849         * src/mbox_folder.c
3850         * src/mh.c
3851         * src/news.c
3852         * src/prefs_scoring.c
3853         * src/procmsg.c
3854         * src/setup.c
3855         * src/summaryview.c
3856                 initial restructuring of folder system, seperating
3857                 folders and folder classes
3858
3859 2003-03-12 [paul]       0.8.11claws
3860
3861         0.8.11claws release
3862
3863 2003-03-12 [christoph]
3864
3865         * src/gtk/prefswindow.c
3866                 fix translation of "Page Index"
3867
3868 2003-03-12 [paul]       0.8.10claws110
3869
3870         a sync from 0.8.11cvs4 before the release
3871
3872         * src/common/utils.c
3873                 subject_compare_for_sort(): allow null strings (fixes
3874                 summary sorting).
3875
3876 2003-03-11 [paul]       0.8.10claws109
3877
3878         * po/es.po
3879                 update Spanish translation, submitted by
3880                 Ricardo Mones Lastra
3881
3882 2003-03-11 [melvin]     0.8.10claws108
3883
3884         * po/fr.po
3885                 Updated French translations
3886
3887 2003-03-11 [paul]       0.8.10claws107
3888
3889         * manual/en/Makefile.am
3890           manual/en/*.html
3891                 update English manual, add a new page
3892                 updated by Francois Barriere <fbarriere@atmel.fr>
3893                 
3894         * po/bg.po
3895           po/it.po
3896           po/sr.po
3897                 update Bulgarian, Italian, and Serbian translations
3898                 submitted by George Danchev, Alessandro Maestri, and
3899                 Urke MMI
3900
3901 2003-03-10 [paul]       0.8.10claws106
3902
3903         * src/gtk/about.c
3904           src/gtk/prefswindow.c
3905                 make some strings translatable
3906
3907 2003-03-10 [darko]      0.8.10claws105
3908
3909         * src/compose.c
3910                 code cleanup to make Hiro happy
3911
3912 2003-03-10 [paul]       0.8.10claws104
3913
3914         * sync with 0.8.11cvs2
3915                 see ChangeLog 2003-03-10
3916
3917 2003-03-09 [melvin]     0.8.10claws103
3918
3919         * src/textview.c
3920                 textview_set_font(): fix for message display in
3921                 UTF-8 locales (thanks to Sergey Vlasov).
3922                 (was unintentionnaly reverted in 0.8.6claws6)   
3923
3924 2003-03-08 [darko]      0.8.10claws102
3925
3926         * src/compose.c
3927                 fix infinite loop in wrapping as reported
3928                 by happycactus
3929                 obsoletes patch #696482
3930
3931 2003-03-08 [christoph]  0.8.10claws101
3932
3933         * src/imap.c
3934                 add workaround for IMAP servers that do not
3935                 support the "UID SEARCH UID" command
3936
3937 2003-03-07 [christoph]  0.8.10claws100
3938
3939         * src/plugins/spamassassin/spamassassin.[ch]
3940         * src/plugins/spamassassin/spamassassin_gtk.c
3941                 code cleanup
3942
3943 2003-03-07 [paul]       0.8.10claws99
3944
3945         * po/es.po
3946                 updated Spanish translation, submitted by
3947                 Ricardo Mones Lastra
3948
3949 2003-03-07 [christoph]  0.8.10claws98
3950
3951         * src/send.c
3952                 fix in 0.8.10claws94 was wrong
3953                 local delivery does not require escaping, remove escaping
3954                 code to make signatures of mails with "." lines valid
3955                 
3956                 NOTE: requires that sendmail is executed with "-i" option,
3957                       what is the default now, but has to be changed in all
3958                       exsiting accounts)
3959
3960 2003-03-07 [paul]       0.8.10claws97
3961
3962         * sync with 0.8.11 release
3963                 see ChangeLog 2003-03-07
3964
3965 2003-03-06 [paul]       0.8.10claws96
3966
3967         * src/compose.c
3968                 revert commit 0.8.10claws92
3969
3970 2003-03-06 [paul]       0.8.10claws95
3971
3972         * src/folderview.c
3973                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
3974
3975         * src/gtkaspell.c
3976                 fix bug 74, 'Crash opening editor window with pseudo-color
3977                 display'
3978                 
3979         Patches submitted by Kevin Vigor <kevin@vigor.nu>
3980
3981 2003-03-06 [christoph]  0.8.10claws94
3982
3983         * src/send.c
3984                 fix rfc2821 (4.5.2) violation in SMTP data sending,
3985                 all lines starting with a period get an extra period
3986                 inserted
3987                 (found by Simon 'corecode' Schubert)
3988
3989 2003-03-06 [paul]       0.8.10claws93
3990
3991         * src/folderview.c
3992                 if configured font can't be loaded fall back to gtk
3993                 default. (with thanks to Christoph)
3994                 
3995                 closes long-standing bug 15 'Crashes on startup'
3996
3997 2003-03-06 [paul]       0.8.10claws92
3998
3999         * src/compose.c
4000                 freeze text before autosave and thaw afterwards
4001                 fixes bug 67 'autosave make re-rediting message crazy'
4002
4003 2003-03-06 [christoph]  0.8.10claws91
4004
4005         * src/compose.c
4006                 ignore address comment in dupe check for Cc-list
4007
4008         (closes reopened bug 47 Replying to message strips name part of
4009          e-mail addresses of Cc: lines)
4010
4011 2003-03-06 [paul]       0.8.10claws90
4012
4013         * src/Makefile.am
4014                 remove reference to gtkxtext.h as its no longer in
4015                 the repository
4016
4017 2003-03-06 [paul]       0.8.10claws89
4018
4019         * sync with 0.8.10cvs25
4020                 see ChangeLog 2003-03-06
4021
4022 2003-03-06 [oliver]     0.8.10claws88
4023         
4024         * src/messageview.c
4025                 remove include
4026
4027 2003-03-06 [oliver]     0.8.10claws87
4028         
4029         * src/folderview.c 
4030                 remove changes introduced inclaws74
4031         * src/messageview.c
4032                 another attempt to sanely delete and update
4033                 messages deleted in separate messageview
4034
4035 2003-03-05 [christoph]  0.8.10claws86
4036
4037         * src/summaryview.c
4038                 check if "From" matches any account's address if
4039                 addressbook completion of addresses is disabled too
4040
4041         (closes Bug 70 "Display recipient in from" doesn't check
4042          folder's default account)
4043
4044 2003-03-05 [christoph]  0.8.10claws85
4045
4046         * src/compose.c
4047         * src/common/utils.[ch]
4048                 don't strip address comments when building Cc lists
4049
4050         (closes Bug 47 Replying to message strips name part of e-mail addresses
4051          of Cc: lines)
4052
4053         * src/folder.c
4054                 fix return value of copy function
4055
4056 2003-03-05 [christoph]  0.8.10claws84
4057
4058         * src/imap.c
4059                 don't ask imap server for non rfc822 headers
4060
4061         (closes bug 71 IMAP FETCH asks for FROM header field twice)
4062
4063         * src/imap.c
4064                 destroy session on socket error to allow reconnecting
4065
4066 2003-03-05 [christoph]  0.8.10claws83
4067
4068         * configure.ac
4069                 fix building with gnome when no prefix is set
4070
4071         (closes bug 66 Gnome directory is set to NONE)
4072
4073 2003-03-05 [paul]       0.8.10claws82
4074
4075         * sync with 0.8.10cvs23
4076                 see ChangeLog 2003-03-05
4077
4078 2003-03-04 [christoph]  0.8.10claws81
4079
4080         * src/folder.c
4081                 o fix moving and copying when folder returns 0 for new
4082                   message number
4083                 o remove some code for single message copy and move
4084                   operations and use functions for multiple messages
4085
4086         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
4087
4088         * src/news.c
4089                 remove unused include
4090
4091 2003-03-04 [paul]       0.8.10claws80
4092
4093         * src/gtk/about.c
4094                 list 'Compiled plugins'
4095
4096 2003-03-03 [christoph]  0.8.10claws79
4097
4098         * src/news.[ch]
4099                 have to multiply the percentage of the current fetch with
4100                 the percentage that it has of the total fetch operation
4101                 for correct values
4102
4103 2003-03-03 [christoph]  0.8.10claws78
4104
4105         * src/news.c
4106                 fix calculation of expected lines for progress indicator
4107
4108 2003-03-03 [christoph]  0.8.10claws77
4109
4110         * src/summaryview.c
4111         * src/common/utils.c
4112                 fix segfault when opening the root news folder
4113
4114 2003-03-03 [christoph]  0.8.10claws76
4115
4116         * src/mainwindow.[ch]
4117         * src/common/Makefile.am
4118         * src/common/progressindicator.[ch]
4119                 add UI independent progress indicator handling
4120
4121         * src/news.[ch]
4122                 use new progress indicator for message info fetching
4123
4124         * src/common/hooks.h
4125                 code cleanup
4126
4127 2003-03-03 [oliver]     0.8.10claws75
4128
4129         * src/toolbar.c
4130         * src/compose.c
4131                 removed commented code
4132
4133 2003-03-03 [oliver]     0.8.10claws74
4134
4135         * src/toolbar.[ch]
4136                 cleanups and refactoring
4137         * src/compose.[ch]
4138                 compose_reply_mode reply & forwarding interface for
4139                 toolbar buttons
4140         * src/folderview.c
4141                 act on messages marked for deletion in folderview_selected
4142                 based on prefs_common.immediate_exec since a message might 
4143                 have been deleted by messageview in a folder we are changing 
4144                 to (does anybody understand what I'm on about ?)
4145
4146 2003-03-03 [oliver]     0.8.10claws73
4147         
4148         * src/messageview.[ch]
4149                 new functions
4150                 - messageview_delete: delete message shown in messagview
4151                 - messageview_update_view: update messageview to currently 
4152                   selected summaryview message
4153                 - add separate messageview to msgview_list in order to update 
4154                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
4155         * src/summaryview.[ch]
4156                 summary_get_selection returns a list of selected msgs
4157                 in summaryview
4158         * src/mainwindow.c
4159                 toolbar reply refactoring
4160
4161 2003-03-03 [paul]       0.8.10claws72
4162
4163         * sync with 0.8.10cvs21
4164                 see ChangeLog 2003-03-03
4165
4166 2003-03-02 [christoph]  0.8.10claws71
4167
4168         * src/common/passcrypt.c
4169                 use POSIX includes
4170
4171 2003-03-02 [christoph]  0.8.10claws70
4172
4173         * configure.ac
4174         * src/prefs_account.c
4175         * src/prefs_gtk.[ch]
4176         * src/common/.cvsignore
4177         * src/common/Makefile.am
4178         * src/common/passcrypt.c                ** NEW **
4179         * src/common/passcrypt.h.in             ** NEW **
4180                 Implement password encryption in config files
4181                 using unix encrypt and setkey functions. The crypt
4182                 key can be set as a configure parameter. Old
4183                 passwords will be converted if they do not begin
4184                 with '!'
4185
4186 2003-03-02 [paul]       0.8.10claws69
4187
4188         * src/prefs_account.c
4189                 fix compile error
4190
4191 2003-03-01 [thorsten]   0.8.10claws68
4192
4193         * po/el.po
4194           po/hr.po
4195           po/it.po
4196           po/nl.po
4197           po/sr.po
4198           po/sv.po
4199                 corrected format strings
4200         * po/en_GB.po
4201                 corrected headers
4202                 (fix compile errors with GNU gettext-0.11.5)
4203
4204 2003-03-01 [oliver]     0.8.10claws67
4205
4206         * src/summaryview.c
4207                 menu callbacks call toolbar_menu_reply
4208
4209 2003-03-01 [oliver]     0.8.10claws66
4210
4211         * src/mainwindow.c
4212         * src/messageview.c
4213                 menu callbacks call toolbar_menu_reply
4214         * src/toolbar.[ch]
4215                 callbacks from menu handled by toolbar_menu_reply
4216
4217 2003-03-01 [paul]       0.8.10claws65
4218
4219         * src/addressbook.c
4220                 revert commit 0.8.10claws54 - breaks editing of
4221                 addressbook.
4222                 
4223         * po/bg.po
4224                 update Bulgarian translation, submitted by
4225                 George Danchev
4226
4227 2003-02-28 [christoph]  0.8.10claws64
4228
4229         * src/account.c
4230         * src/addressadd.c
4231         * src/compose.c
4232         * src/gtkaspell.c
4233         * src/gtkxtext.h                ** REMOVE **
4234         * src/imap.c
4235         * src/matcher.[ch]
4236         * src/mh.c
4237         * src/news.c
4238         * src/pine.c
4239         * src/prefs_common.c
4240         * src/prefs_matcher.c
4241         * src/procheader.[ch]
4242         * src/procmsg.[ch]
4243         * src/toolbar.c
4244         * src/common/ssl_certificate.c
4245         * src/gtk/colorlabel.c
4246         * src/gtk/menu.c
4247                 o fix warnings
4248                 o remove code obsoleted by new cache and folder system rework
4249
4250 2003-02-28 [oliver]     0.8.10claws63
4251         
4252         * src/toolbar.[ch]
4253                 * fix bug where reply in Messageview replied to 
4254                 Message displayed in summaryview
4255                 (reportedd via ML by chinatinte at gmx dot ch)
4256                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
4257                 didn't work in separate MessageView Toolbar
4258                 (wondering if anybody uses this at all ?)
4259         * src/summaryview.[ch]
4260                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
4261                 (generalize reply and forward code);
4262         * src/messageview.c 
4263                 remove focus_in event which updated summaryview to messageview
4264
4265 2003-02-28 [paul]       0.8.10claws62
4266
4267         * po/Makefile.in.in
4268                 add the --check option
4269                 Patch submitted by Ricardo Mones Lastra
4270
4271 2003-02-28 [paul]       0.8.10claws61
4272
4273         * src/prefs_account.c
4274                 re-order 'Signature' items
4275
4276 2003-02-28 [paul]       0.8.10claws60
4277
4278         * sync with 0.8.10cvs20
4279                 see ChangeLog 2003-02-28
4280
4281 2003-02-28 [paul]       0.8.10claws59
4282
4283         * po/POTFILES.in
4284                 update to reflect recent movement of files
4285
4286 2003-02-28 [paul]       0.8.10claws58
4287
4288         * sync with 0.8.10cvs19
4289                 see ChangeLog 2003-02-28
4290
4291 2003-02-27 [martin]     0.8.10claws57
4292
4293         * src/prefs_matcher.c 
4294                 fix segfault in prefs_matcher_ok() when the
4295                 last entry is deleted and prevents that the
4296                 message "entry not saved" comes up after deleting
4297                 an entry
4298
4299 2003-02-27 [martin]     0.8.10claws56
4300
4301         * src/prefs_filtering.c 
4302                 fix segfault in prefs_filtering_ok() when the
4303                 last entry is deleted and prevents that the
4304                 message "entry not saved" comes up after deleting
4305                 an entry
4306
4307 2003-02-27 [paul]       0.8.10claws55
4308
4309         * sync with 0.8.10cvs18
4310                 see ChangeLog 2003-02-27
4311
4312 2003-02-27 [paul]       0.8.10claws54
4313
4314         * src/addressbook.c
4315                 fix bug where the address book crashes with 
4316                 multiple lookups.
4317                 Patch [687729] submitted by David Frager 
4318                 <dbfrager@users.sourceforge.net>
4319
4320 2003-02-25 [christoph]  0.8.10claws53
4321
4322         * src/Makefile.am
4323         * src/colorlabel.[ch]           ** REMOVE **
4324         * src/gtk/Makefile.am
4325         * src/gtk/colorlabel.[ch]       ** NEW **
4326                 move colorlabel files to gtk directory
4327
4328         * src/esmtp.[ch]                ** REMOVE **
4329                 has been merged into smtp.[ch] in 0.7.5
4330
4331 2003-02-25 [christoph]  0.8.10claws52
4332
4333         * src/Makefile.am
4334         * src/about.[ch]                ** REMOVE **
4335         * src/gtk/Makefile.am
4336         * src/gtk/about.[ch]            ** NEW **
4337                 move about files to gtk directory
4338
4339 2003-02-25 [christoph]  0.8.10claws51
4340
4341         * src/folder.c
4342                 some code optimization of folder scanning code
4343
4344         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
4345
4346 2003-02-25 [christoph]  0.8.10claws50
4347
4348         * src/main.c
4349         * src/common/sylpheed.c
4350                 add command line parameter parsing to common code
4351
4352 2003-02-24 [christoph]
4353
4354         * Makefile.am
4355         * configure.ac
4356                 fix gnome prefix problems, the configure script now removed
4357                 `gnome-config --prefix` from `gnome-config --datadir`
4358                 and adds $(prefix} instead
4359
4360         (closes Bug 24 Makefile does not respect prefix when installing
4361          GNOME data)
4362
4363 2003-02-24 [christoph]  0.8.10claws49
4364
4365         * src/news.c
4366                 check for valid session before trying to authenticate
4367
4368         (closes Bug 60 crash if "authenticate on logon" is activated
4369          and newsserver-hostname is not valid)
4370
4371 2003-02-24 [melvin]     0.8.10claws48
4372
4373         * src/prefs_actions.c
4374                 Make sure all user's input is sent to the action and then
4375                 close the socket..
4376
4377 2003-02-23 [alfons]     0.8.10claws46
4378
4379         * src/summaryview.c
4380                 also wait cursor when deleting files
4381
4382 2003-02-23 [paul]
4383
4384         * tools/freshmeat_search.pl
4385           tools/google_search.pl
4386                 scripts should now work for any browser/browser command line
4387
4388 2003-02-22 [christoph]  0.8.10claws45
4389
4390         * src/procmsg.c
4391                 fix IMAP flag setting, IMAP flag is not handled correctly
4392                 anymore by the folder system and information about the
4393                 folder should not be saved in the MsgInfo (in my opinion)
4394
4395         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4396
4397 2003-02-22 [christoph]  0.8.10claws44
4398
4399         * src/summaryview.c
4400                 fix spelling of "label" ;-)
4401
4402 2003-02-22 [thorsten]   0.8.10claws43
4403
4404         * src/mimeview.c
4405           src/prefs_common.[ch]
4406           src/procmime.[ch]
4407                 do not use description as attachment name
4408
4409 2003-02-22 [alfons]     0.8.10claws42
4410
4411         * src/summaryview.c
4412                 freeze/thaw folder item updates when changing color labels,
4413                 and put a wait cursors on
4414
4415 2003-02-22 [thorsten]   0.8.10claws41
4416
4417         * src/mimeview.c
4418                 save-all fixes: crash if invoked on multipart container,
4419                 mimeinfo access, pathseparators, error dialog
4420
4421 2003-02-21 [alfons]     0.8.10claws40
4422
4423         * src/prefs_gtk.c
4424                 remove unused var
4425
4426 2003-02-21 [colin]      0.8.10claws39
4427
4428         * src/send.c
4429                 Fix smtp logging
4430
4431 2003-02-21 [colin]      0.8.10claws38
4432
4433         * src/summaryview.c
4434                 Freeze/thaw folderItem updates when filtering messages 
4435                 via Tools/Filter messages
4436
4437 2003-02-21 [paul]       0.8.10claws37
4438
4439         * src/compose.c
4440                 revert commit 0.8.10claws26, there are ulterior motives
4441                 for users to set a Reply-To header when posting to
4442                 newsgroups
4443
4444 2003-02-21 [paul]       0.8.10claws36
4445
4446         * sync with 0.8.10cvs17
4447                 see ChangeLog 2003-02-21
4448
4449 2003-02-20 [christoph]  0.8.10claws35
4450
4451         * src/imap.c
4452                 IMAP UID fetch speedup using SEARCH
4453
4454         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4455
4456         * src/imap.c
4457                 fix problem with UIDs in IMAP UID cache that no longer existed
4458
4459 2003-02-20 [christoph]  0.8.10claws34
4460
4461         * src/imap.c
4462         * src/procheader.c
4463         * src/procheader.h
4464                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
4465
4466         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
4467
4468         * src/imap.c
4469                 Rewrite imap_cmd_gen_recv use sock_getline instead
4470                 of sock_gets to avoid problems with too long reply
4471                 lines
4472     
4473 2003-02-20 [colin]      0.8.10claws33
4474         
4475         * src/prefs_account.c
4476                 Better wording
4477
4478 2003-02-20 [colin]      0.8.10claws32
4479
4480         * src/compose.c
4481                 Remove useless '&& !to_sender' 
4482
4483 2003-02-20 [darko]
4484
4485         * AUTHORS
4486                 change my e-mail address
4487
4488 2003-02-19 [colin]      0.8.10claws31
4489
4490         * src/prefs_common.c
4491                 X11 style colors for every configurable color
4492
4493 2003-02-19 [alfons]     0.8.10claws30
4494
4495         * src/prefs_gtk.[ch]
4496         * src/prefs_common.c
4497                 for color_new accept both plain integers and X11 style color
4498                 names (as found in /usr/lib/X11/rgb.txt)
4499
4500 2003-02-19 [paul]       0.8.10claws29
4501
4502         * src/mainwindow.c
4503                 add tooltips to online/offline button and account selector
4504                 button
4505
4506 2003-02-19 [paul]       0.8.10claws28
4507
4508         * src/folder.c
4509           src/news.c
4510           src/prefs_account.[ch]
4511           src/prefs_common.[ch]
4512                 move 'Maximum number of articles to download' to
4513                 account prefs.
4514                 clean up account prefs gui a little by hiding entries
4515                 rather then greying out entries
4516
4517 2003-02-19 [hiro]       0.8.10claws27
4518
4519         * src/common/utils.c
4520                 fix bug #54 'yesterdays date is displayed in the message 
4521                 summary window'
4522
4523 2003-02-19 [paul]       0.8.10claws26
4524
4525         * src/compose.c
4526                 fix bug reported in Feature Request [688596] 
4527                 'Reply-to header in news'
4528
4529 2003-02-18 [paul]       0.8.10claws25
4530
4531         * src/select-keys.c
4532                 add a 'List all keys' button to key selection dialog
4533
4534 2003-02-18 [colin]      0.8.10claws24
4535         
4536         * src/stock_pixmap.c
4537                 fix compile error
4538
4539 2003-02-18 [colin]      0.8.10claws23
4540
4541         * src/common/smtp.[ch]
4542           src/prefs_account.c
4543                 Try to starttls if it seems to be the only
4544                 way to authenticate a user
4545
4546 2003-02-18 [paul]       0.8.10claws22
4547
4548         * src/Makefile.am
4549           src/folderview.c
4550           src/stock_pixmap.[ch]
4551           src/pixmaps/drafts_close.xpm  ** NEW FILE **
4552           src/pixmaps/drafts_open.xpm   ** NEW FILE **
4553                 as a Drafts folder is a special folder allow it to have
4554                 its own unique icons
4555
4556 2003-02-18 [colin]      0.8.10claws21
4557
4558         * src/imap.c
4559                 Fix port selection when using starttls
4560
4561 2003-02-18 [paul]       0.8.10claws20
4562
4563         * src/mainwindow.c
4564           src/prefs_common.[ch]
4565                 make blue the default new mail colour
4566
4567 2003-02-18 [paul]       0.8.10claws19
4568
4569         * sync with 0.8.10cvs14
4570                 see ChangeLog 2003-02-18
4571
4572 2003-02-17 [jens]       0.8.10claws18
4573
4574         * src/common/md5.c
4575                 fixed a compile problem with gcc 3.3
4576                 works on 2.95.3 too (testet on PPC as it is big endian)
4577
4578 2003-02-17 [paul]       0.8.10claws17
4579
4580         * sync with 0.8.10cvs13
4581                 see ChangeLog 2003-02-17
4582
4583 2003-02-17 [paul]       0.8.10claws16
4584
4585         * sync with 0.8.10cvs12
4586                 see ChangeLog 2003-02-17
4587
4588 2003-02-16 [match]      0.8.10claws15
4589
4590         * src/addressbook.c
4591                 Eliminates reloading of address data when items
4592                 deleted or added. Applied submitted by
4593                 Luke Plant <lukeplant@softhome.net>
4594
4595 2003-02-16 [paul]       0.8.10claws14
4596
4597         * src/news.c
4598                 when a 'protocol error' is encountered disconnect from
4599                 the server. This means that the user can carry on viewing
4600                 other articles and doesn't have to either wait until the
4601                 server timesout or quit sylpheed.
4602                 Fixes bug #53 'Unable to read messages in newsgroups, 
4603                 displayed message doesn't change'
4604
4605 2003-02-15 [christoph]  0.8.10claws13
4606
4607         * src/imap.c
4608                 fix bug that stopped scanning of folders when an
4609                 IMAP folder was empty
4610
4611         (closes bug 46 stop scan messages in folders after empty folder)
4612
4613 2003-02-15 [paul]
4614
4615         * tools/Makefile.am
4616           tools/README
4617           tools/freshmeat_search.pl     ** NEW FILE **
4618           tools/google_search.pl        ** NEW FILE **
4619                 Add 2 Actions scripts which search freshmeat/google
4620                 for the selected text using the browser configured
4621                 in sylpheedrc.
4622                 
4623         Note: These scripts are very dependent on the format of the
4624         browser command and may not work on every occasion. Testing
4625         is welcome. 
4626
4627 2003-02-14 [alfons]     0.8.10claws12
4628
4629         * src/compose.c
4630                 fix breakage because of uninitialized account pointer.
4631                 please verify.
4632
4633 2003-02-14 [paul]       0.8.10claws11
4634
4635         * src/compose.c
4636           src/prefs_account.[ch]
4637           src/prefs_common.[ch]
4638                 move signature settings to Account Prefs
4639
4640 2003-02-14 [paul]       0.8.10claws10
4641
4642         * sync with 0.8.10cvs11
4643                 see ChangeLog 2003-02-14
4644
4645 2003-02-13 [thorsten]   0.8.10claws9
4646
4647         * src/news.c
4648                 revert news progressbar (GUI separation)
4649
4650 2003-02-13 [paul]       0.8.10claws8
4651
4652         * src/compose.c
4653                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
4654                 paragraph 1
4655
4656 2003-02-13 [paul]       0.8.10claws7
4657
4658         * src/compose.[ch]
4659           src/summaryview.c
4660                 fix 'Follow-up and Reply-to' so that it creates a reply to
4661                 the newsgroup and the sender. If the message has the keyword
4662                 'poster' in the Followup-To header, all replies go to the
4663                 sender, re: RFC 1036, Section 2.2.3
4664                 rename all instances of 'ignore_replyto' to 'to_sender', both
4665                 were previously used, now we use just one.
4666
4667 2003-02-13 [paul]       0.8.10claws6
4668
4669         * sync with 0.8.10cvs9
4670                 see ChangeLog 2003-02-13
4671
4672 2003-02-13 [paul]       0.8.10claws5
4673
4674         * configure.ac
4675                 show which plugins are configured in the configure
4676                 output.
4677
4678 2003-02-12 [thorsten]   0.8.10claws4
4679
4680         * src/news.c
4681                 show progress while fetching news headers
4682
4683 2003-02-12 [christoph]  0.8.10claws3
4684
4685         * configure.ac
4686         * src/plugins/Makefile.am
4687                 use AM_CONDITIONAL to enable plugins, automake correctly
4688                 manages this when creating distdir
4689
4690 2003-02-12 [christoph]  0.8.10claws2
4691
4692         * ac/spamassassin.m4
4693         * src/plugins/spamassassin/Makefile.am
4694                 fix building SpamAssassin plugin without OpenSSL
4695
4696 2003-02-12 [paul]       0.8.10claws1
4697
4698         * ac/Makefile.am
4699           src/Makefile.am
4700           src/plugins/Makefile.am
4701                 fix failure of 'make release'
4702
4703 2003-02-12 [paul]       0.8.10claws
4704
4705         * 0.8.10claws released
4706
4707 2003-02-12 [paul]       0.8.9claws56
4708
4709         * po/bg.po
4710           po/es.po
4711           po/it.po
4712           po/ru.po
4713           po/sr.po
4714                 updated translations by George Danchev, Ricardo Mones Lastra,
4715                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
4716                 
4717         * sylpheed.spec.in
4718                 Allow the building of RPMs by a regular user. Submitted
4719                 by Sergei Astanin
4720
4721 2003-02-11 [alfons]     0.8.9claws55
4722
4723         * src/colorlabel.c
4724                 don't use pixmaps for label color rect but draw rectangles
4725                 so we can respect the color map of palette based visuals
4726                 (fixes the long time crashes on Suns - thanks to Andreas
4727                 Engel and Steve O'Hara-Smith for testing)
4728
4729 2003-02-11 [christoph]  0.8.9claws54
4730
4731         * src/matcher_parser_parse.y
4732                 correct bug where filering rules of not existing folders in
4733                 matcherrc were added to global filtering
4734                 
4735         (closes Debian Bug #180253 - Directory's filter-rules are merged with
4736          main filter-rules after removing directory, http://bugs.debian.org/180253)
4737         
4738 2003-02-11 [paul]       0.8.9claws53
4739
4740         * sync with 0.8.10cvs7
4741                 see ChangeLog 2003-02-09
4742
4743 2003-02-11 [melvin]     0.8.9claws52
4744
4745         * po/fr.po
4746                 Updated French tranlsations
4747
4748 2003-02-10 [paul]       0.8.9claws51
4749
4750         * sylpheed.spec.in
4751                 correct --enable-openssl
4752                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
4753
4754 2003-02-09 [martin]     0.8.9claws50
4755
4756         * src/prefs_matcher.c
4757                 fix segfault in prefs_matcher_substitute_cb() when
4758                 no row is selected
4759
4760 2003-02-09 [paul]       0.8.9claws49
4761
4762         * src/folderview.c
4763                 fix bug where a newsgroup folder's processing rules were
4764                 merged with the global filtering rules when the newsgroup
4765                 folder was deleted, causing some seriously bad results,
4766                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
4767
4768 2003-02-08 [melvin]     0.8.9claws48
4769
4770         * src/compose.c
4771                 Corrected and modified an alert message.
4772
4773 2003-02-07 [paul]       0.8.9claws47
4774
4775         * src/folderview.c
4776                 fix bug where both an 'Account properties' window and a
4777                 'Folder properties' window were opened when clicking on
4778                 'Properties' in an NNTP or IMAP folder's popup menu.
4779
4780 2003-02-07 [paul]       0.8.9claws46
4781
4782         * sync with 0.8.10cvs6
4783                 see ChangeLog 2003-02-06
4784
4785 2003-02-06 [christoph]  0.8.9claws45
4786
4787         * src/mbox.c
4788                 freeze folder updates while importing mbox files
4789                 (closes bug 43 importing mbox took hours)
4790                 
4791         Patch submitted by Jens Rantil <jens.rantil@telia.com>
4792
4793 2003-02-06 [thorsten]   0.8.9claws44
4794
4795         * po/de.po
4796                 Updated german translations
4797
4798 2003-02-06 [thorsten]   0.8.9claws43
4799
4800         * src/news.h
4801                 use guint for message numbers (fix count in grouplist dialog)
4802
4803 2003-02-05 [paul]       0.8.9claws42
4804
4805         * sync with 0.8.10cvs2
4806                 see ChangeLog 2003-02-05
4807
4808 2003-02-04 [colin]      0.8.9claws41
4809
4810         * src/prefs_common.[ch]
4811           src/procmsg.c
4812           src/summaryview.c
4813                 Add an option to disable threading by subject
4814
4815 2003-02-04 [christoph]  0.8.9claws40
4816
4817         * src/inc.c
4818                 only abort fetching mails from multiple accounts when the
4819                 error is fatal and does not allow to check any more accounts
4820                 (currently only disk full error)
4821
4822         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
4823          receive mails for other accouts)
4824
4825 2003-02-04 [christoph]  0.8.9claws39
4826
4827         * src/folder.c
4828                 first add the new message to the cache, then
4829                 send the update notification
4830
4831         (closes bug 39 after sending message folderview doesnt get updated)
4832
4833 2003-02-04 [colin]      0.8.9claws38
4834
4835         * src/inc.c
4836                 _really_ fix this Connecting... status
4837
4838 2003-02-04 [paul]       0.8.9claws37
4839
4840         * sync with 0.8.10
4841                 see ChangeLog 2003-02-04
4842
4843 2003-02-04 [paul]       0.8.9claws36
4844
4845         * sync with 0.8.9cvs6
4846                 see ChangeLog 2003-02-03
4847
4848 2003-02-04 [paul]       0.8.9claws35
4849
4850         * po/pt_BR.po
4851                 updated by AndrĂ© Filipe de Assunção e Brito 
4852                 <bedecko@netsite.com.br>
4853
4854 2003-02-03 [thorsten]   0.8.9claws34
4855
4856         * po/de.po
4857                 Updated german translations
4858
4859 2003-02-02 [paul]       0.8.9claws33
4860
4861         * po/es.po
4862                 updated by Ricardo Mones Lastra
4863
4864 2003-02-02 [thorsten]   0.8.9claws32
4865
4866         * src/mh.c
4867                 Fix mh_get_msginfo() segfault if file is inaccessible
4868
4869 2003-01-31 [colin]      0.8.9claws31
4870
4871         * src/procheader.c
4872                 Fix last commit's bug
4873
4874 2003-01-31 [colin]      0.8.9claws30
4875
4876         * src/procheader.c
4877                 Missing a change for gpg-signed messages
4878
4879 2003-01-31 [paul]       0.8.9claws29
4880
4881         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
4882           src/procheader.c
4883           src/stock_pixmap.[ch]
4884           src/summaryview.c
4885                 indicate GnuPG signed messages by displaying an icon
4886                 in the Attachment column.
4887
4888 2003-01-31 [paul]       0.8.9claws28
4889
4890         * sync with 0.8.9cvs4
4891                 see ChangeLog 2003-01-31
4892
4893 2003-01-31 [alfons]     0.8.9claws27
4894
4895         * src/textview.c
4896                 tune URI parser to accept mailto URLs with a '?'
4897                 (patch from Ruslan Balkin)
4898
4899 2003-01-31 [colin]      0.8.9claws26
4900
4901         * src/summaryview.c
4902                 Fix a leak introduced in claws24
4903
4904 2003-01-31 [colin]      0.8.9claws25
4905
4906         * src/summaryview.c
4907                 Freeze/Thaw folder updates when deleting dups
4908
4909 2003-01-31 [colin]      0.8.9claws24
4910         
4911         * src/addr_compl.c
4912           src/summaryview.c
4913           src/msgcache.c
4914                 little speed improvements
4915
4916 2003-01-31 [colin]      0.8.9claws23
4917
4918         * src/summaryview.c
4919                 Fix segfault when forwarding nothing
4920                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
4921                 
4922 2003-01-30 [paul]       0.8.9claws22
4923
4924         * sync with 0.8.9cvs3
4925                 see ChangeLog 2003-01-30
4926
4927 2003-01-30 [paul]       0.8.9claws21
4928
4929         * sync with 0.8.9cvs2
4930                 see ChangeLog 2003-01-30
4931
4932 2003-01-29 [paul]       0.8.9claws20
4933
4934         * sync with 0.8.9cvs1
4935                 see ChangeLog 2003-01-29
4936
4937 2003-01-28 [paul]       0.8.9claws19
4938
4939         * po/POTFILES.in
4940                 update to reflect changes. 
4941                 thanks to Ricardo Mones Lastra
4942
4943 2003-01-27 [christoph]  0.8.9claws18
4944
4945         * ac/openssl.m4
4946         * ac/spamassassin.m4
4947         * src/plugins/spamassassin/README
4948         * src/plugins/spamassassin/libspamc.[ch]
4949         * src/plugins/spamassassin/utils.[ch]
4950                 updated to latest libspamc
4951
4952 2003-01-27 [christoph]  0.8.9claws17
4953
4954         * src/folder.c
4955                 fix wrong use of procheader_get_header_fields
4956
4957 2003-01-27 [christoph]  0.8.9claws16
4958
4959         * src/news.c
4960         * src/prefs_account.[ch]
4961         * src/common/nntp.[ch]
4962                 allow to force authentication for NNTP servers
4963
4964         Patch submitted by Florian Mickler <dmk@d-labs.de>
4965
4966 2003-01-26 [paul]       0.8.9claws15
4967
4968         * src/summaryview.c
4969                 speed up of marking messages as read
4970                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
4971
4972 2003-01-26 [christoph]  0.8.9claws14
4973
4974         * src/Makefile.am
4975         * src/mgutils.[ch]              ** REMOVE **
4976         * src/xml.[ch]                  ** REMOVE **
4977         * src/xmlprops.[ch]             ** REMOVE **
4978         * src/common/Makefile.am
4979         * src/common/mgutils.[ch]       ** NEW **
4980         * src/common/xml.[ch]           ** NEW **
4981         * src/common/xmlprops.[ch]      ** NEW **
4982                 move xml files to common directory
4983
4984 2003-01-26 [christoph]  0.8.9claws13
4985
4986         * src/plugins/spamassassin/spamassassin_gtk.c
4987                 only set gtk entry text if string is available
4988
4989 2003-01-26 [melvin]     0.8.9claws12
4990
4991         * src/description_window.c
4992                 Allow resizing of the window
4993                 Allow automatic horizontal scroll bar
4994                 Do not vertically expand and fill
4995
4996 2003-01-26 [christoph]  0.8.9claws11
4997
4998         * src/Makefile.am
4999         * src/gtkutils.[ch]             ** REMOVE **
5000         * src/common/sylpheed.c
5001         * src/gtk/Makefile.am
5002         * src/gtk/description_window.c
5003         * src/gtk/gtkutils.[ch]         ** NEW **
5004         * src/gtk/prefswindow.c
5005                 move gtkutils to gtk directory
5006
5007 2003-01-26 [paul]       0.8.9claws10
5008
5009         * src/summaryview.c
5010                 rename summary_unread_clicked() to summary_status_clicked()
5011
5012 2003-01-26 [melvin]     0.8.9claws9
5013
5014         * src/prefs_actions.c
5015                 Cosmetical changes to the help text
5016
5017 2003-01-26 [paul]       0.8.9claws8
5018
5019         * src/folder.[ch]
5020           src/mainwindow.c
5021           src/prefs_common.c
5022           src/prefs_sumamry_column.c
5023           summaryview.[ch]
5024                 rename the 'Unread' column to 'Status'
5025
5026 2003-01-25 [match]      0.8.9claws7
5027
5028         * src/mgutils.[ch]
5029                 removed reference to LDAP constants. removed error2string.
5030                 included functions to support LDAP dynamic queries.
5031         * src/syldap.h
5032                 moved LDAP constants here.
5033         * src/addressbook.c
5034         * src/addrindex.c
5035         * src/importldif.c
5036                 removed references to LDAP constants and references to
5037                 error2string.
5038
5039 2003-01-25 [paul]       0.8.9claws6
5040
5041         * src/summaryview.c
5042                 summary_thread_build(), summary_thread_init(): remove 
5043                 unneeded reference to summaryview->folder_item
5044
5045 2003-01-25 [christoph]  0.8.9claws5
5046
5047         * src/gtk/description_window.c
5048                 o allow description texts to expand over multiple columns
5049                 o translate all columns
5050         * src/prefs_actions.c
5051                 change syntax description to use new multi column feature
5052
5053         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5054
5055 2003-01-25 [match]      0.8.9claws4
5056
5057         * src/vcard.c
5058                 fixed bug with Quoted-Printable
5059
5060 2003-01-25 [paul]       0.8.9claws3
5061
5062         * src/folder.[ch]
5063           src/summaryview.[ch]
5064                 implement per-folder collapsed/expanded threads setting
5065                 
5066         * src/prefs_common.c
5067                 remove global collapsed/expanded threads option
5068
5069 2003-01-25 [christoph]  0.8.9claws2
5070
5071         * po/POTFILES.in
5072                 add pluginwindow and prefswindow
5073         * src/compose.c
5074                 make send respond correctly to messages that could be added
5075                 to the queue folder, but the UID of the message is unknown
5076         * src/folder.c
5077         * src/imap.c
5078                 don't return guessed UIDs in imap_add_msg anymore. We return
5079                 0 to tell the folder system it was appened but the UID is
5080                 unknown. Folder system now get's the UID by scaning the folder
5081                 and searching the cache for the Message-ID
5082                 (closes bug #29 Messages queued, but not sent)
5083
5084 2003-01-25 [paul]       0.8.9claws1
5085
5086         * src/codeconv.c
5087                 conv_encode_header():  fix bug when long headers with 8-bit
5088                 characters are used, so that the encoded words are wrapped.
5089                 If the space in the original text falls on the wrap boundary,
5090                 it can be lost.
5091                 Patch by Sergey Vlasov.
5092                 
5093         * src/folderview.c
5094                  fix bug where a change to the sorting method or thread view
5095                  of a folder's messages is lost if simpify-subject is set and
5096                  toggled on or off.
5097                  Patch by Luke Plant.
5098
5099 2003-01-24 [paul]       0.8.9claws
5100
5101         * sylpheed-0.8.9claws released
5102         
5103         * Makefile.am
5104           sylpheed.spec.in
5105                 remove reference to 'INSTALL.jp'
5106
5107 2003-01-23 [paul]       0.8.8claws128
5108
5109         * po/es.po
5110           po/it.po
5111           po/ru.po
5112           po/sr.po
5113                 updated translations. submitted by Ricardo Mones Lastra,
5114                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
5115
5116 2003-01-23 [colin]      0.8.8claws127
5117
5118         * src/compose.c
5119                 Fix drafted and queued news articles re-edition
5120
5121 2003-01-23 [melvin]     0.8.8claws126
5122
5123         * po/fr.po
5124                 Updated French translations
5125
5126 2003-01-23 [colin]      0.8.8claws125
5127
5128         * src/inc.c
5129                 Fix "Connecting to..." status message
5130
5131 2003-01-22 [paul]       0.8.8claws124
5132
5133         * po/bg.po
5134                 updated by George Danchev
5135                 
5136         * src/folder.c
5137                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
5138                 and folder deletion
5139
5140 2003-01-21 [paul]       0.8.8claws123
5141
5142         * po/bg.po
5143                 updated by George Danchev
5144                 
5145         * src/about.c
5146                 its now 2003
5147                 
5148         * src/toolbar.c
5149                 don't translate 'Separator'
5150                 
5151         * src/plugins/spamassassin/Makefile.am
5152                 add aspell to CPPFLAGS
5153                 
5154         * src/plugins/spamassassin/spamassassin.c
5155           src/plugins/spamassassin/spamassassin_gtk.c
5156                 set correct default for spamassassin_receive_spam
5157                 slightly re-word descriptions and some
5158                 other minor changes
5159
5160 2003-01-19 [alfons]     0.8.8claws122
5161                 
5162         * src/mimeview.c
5163                 mimeview_save_as(): we might as well show the file name for
5164                 the single case "Save As" too
5165
5166 2003-01-19 [alfons]     0.8.8claws121
5167
5168         * src/crash.c
5169                 change bug tracker URL to bugzilla URL
5170
5171 2003-01-19 [alfons]     0.8.8claws120
5172
5173         * src/mimeview.c
5174                 mimeview_save_all(): display name of file before overwriting;
5175                 continue saving all, even when one overwrite was cancelled
5176
5177 2003-01-19 [christoph]  0.8.8claws119
5178
5179         * src/summaryview.c
5180         * src/procmsg.[ch]
5181                 fix wrong usage of procmsg_find_children in summaryview
5182                 by using procmsg_update_unread_children instead of
5183                 summaryview_update_unread_children
5184
5185 2003-01-19 [christoph]  0.8.8claws118
5186
5187         * src/procmsg.c
5188                 fix infinite loop in procmsg_find_children
5189                  (closes bug #25 sylpheed crashes on delete.)
5190
5191         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5192
5193 2003-01-19 [paul]       0.8.8claws117
5194
5195         * po/pt_BR.po
5196                 updated by Ivan Francolin Martinez
5197
5198 2003-01-18 [melvin]     0.8.8claws116
5199
5200         * src/prefs_actions.c
5201                 Removed syntax limitation of only one '&' at the end of command.
5202                         Now actions that contain '>/dev/null 2>&1' are possible.
5203
5204 2003-01-18 [melvin]     0.8.8claws115
5205
5206         * src/prefs_actions.c
5207                 Actions IO dialog: when the action ends
5208                 the "Close" button now has focus and [Escape] closes the
5209                 window.
5210
5211 2003-01-18 [christoph]  0.8.8claws114
5212
5213         * src/procmsg.c
5214                 o add debug output when MsgInfos are really freed
5215                 o free GSLists in procmsg_find_children and
5216                   procmsg_update_unread_children
5217
5218 2003-01-18 [christoph]  0.8.8claws113
5219
5220         * src/mainwindow.c
5221                 reorder Configuration menu
5222
5223 2003-01-18 [christoph]  0.8.8claws112
5224
5225         * src/compose.c
5226                 fix applying templates to forwarded messages
5227
5228         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5229
5230 2003-01-17 [christoph]  0.8.8claws111
5231
5232         * src/folder.c
5233                 destroy folder items, when a folder item is removed
5234
5235 2003-01-17 [christoph]  0.8.8claws110
5236
5237         * src/folder.c
5238                 fix wrong folder stats update when ignored message is
5239                 deleted
5240
5241 2003-01-17 [colin]      0.8.8claws109
5242         
5243         * src/mainwindow.c
5244         * src/summaryview.c
5245                 Quicksearch bugfixes: 
5246                 - hide help button at startup if not extended
5247                 - switch to extended when looking for replies
5248
5249 2003-01-17 [paul]
5250
5251         * sync with 0.8.9 release
5252
5253 2003-01-17 [paul]       0.8.8claws108
5254
5255         * sync with 0.8.8cvs11
5256                 see ChangeLog 2003-01-17
5257
5258 2003-01-16 [colin]      0.8.8claws107
5259
5260         * src/procmsg.c
5261                 Changed encryption test to re-ask passphrase
5262                 if an encrypted message hasn't been decrypted
5263                 Fixes bug #5
5264
5265 2003-01-16 [christoph]  0.8.8claws106
5266
5267         * src/prefs_gtk.c
5268         * src/prefs_toolbar.c
5269         * src/gtk/prefswindow.h
5270         * src/plugins/spamassassin/spamassassin_gtk.c
5271                 remove page destroy function that is not used anymore
5272
5273 2003-01-16 [paul]       0.8.8claws105
5274
5275         * sync with 0.8.8cvs9
5276                 see ChangeLog 2002-01-16
5277
5278 2003-01-16 [colin]      0.8.8claws104
5279
5280         * src/compose.[ch]
5281                 Fix bug with autosaved drafts for IMAP, when draft
5282                 folder is specified - fixes bugzilla bug #20
5283
5284 2003-01-15 [paul]       0.8.8claws103
5285
5286         * src/compose.[ch]
5287           src/procmsg.c
5288                 store folder and message-id of message forwarding
5289                 in queue header and set forward flag after sending
5290
5291 2003-01-15 [paul]       0.8.8claws102
5292
5293         * sync with 0.8.8cvs8
5294                 see ChangeLog 2002-01-15
5295
5296 2003-01-15 [colin]      0.8.8claws101
5297
5298         * src/Makefile.am
5299                 Fix linking with GNU libiconv
5300
5301 2003-01-15 [darko]      0.8.8claws100
5302
5303         * src/pine.c
5304                 fix crash when importing pine address book
5305                 entry with an empty name (reported by DY
5306                 <dybulk at tri8.net>)
5307
5308 2003-01-14 [paul]       0.8.8claws99
5309
5310         * configure.in  ** REMOVED **
5311           configure.ac  ** NEW FILE **
5312                 rename configure.in to configure.ac, as it is now
5313                 preferred
5314
5315 2003-01-14 [melvin]     0.8.8claws98
5316
5317         * src/folderview.c
5318                 folderview_check_new(): More precise function description
5319
5320 2003-01-14 [melvin]     0.8.8claws97
5321
5322         * src/folderview.c
5323                 folderview_check_new(): return the number of new messages 
5324                         since last check.
5325         * src/inc.c
5326                 inc_account_mail(): Disable counting of new messages for IMAP
5327                         and NNTP until bug [19] and [14] are fixed.
5328
5329 2003-01-14 [paul]       0.8.8claws96
5330
5331         * sync with 0.8.8cvs6
5332                 see ChangeLog 2003-01-14
5333
5334 2003-01-13 [alfons]     0.8.8claws95
5335
5336         * src/textview.c
5337                 tune email address validation (c. 0.8.8claws89): if . is 
5338                 just one char away from @, the address is invalid too 
5339                 (correctly rejects addresses like foo@.com)
5340
5341 2003-01-13 [paul]       0.8.8claws94
5342
5343         * src/messageview.c
5344           src/toolbar.c
5345                 fixes to the Message View toolbar and menu:
5346                 fix non-functioning Forward button
5347                 make Reply button consider default_reply_list
5348                 remove 'Follow-up...' menu entry
5349                 add 'Forward' and 'Redirect' menu entries
5350
5351 2003-01-13 [melvin]     0.8.8claws93
5352
5353         * src/inc.c
5354                 Fixed typo that could make new messages count incorrect.
5355
5356 2003-01-13 [melvin]     0.8.8claws92
5357
5358         * src/folderview.[ch]
5359                 folderview_check_new(): return the number of new messages.
5360         * src/inc.c
5361                 Should fix bug [14] where new mail notification worked 
5362                         incorrectly with IMAP accounts.
5363                 inc_spool_account(): return number of new msgs, or -1 on error
5364                 inc_all_spool(): return number of new msgs
5365                 
5366 2003-01-13 [melvin]     0.8.8claws91
5367
5368         * src/prefs_actions.c
5369                 Justify help text.
5370
5371 2003-01-12 [thorsten]   0.8.8claws90
5372
5373         * src/common/prefs.c
5374                 close file before rename
5375
5376 2003-01-12 [alfons]     0.8.8claws89
5377
5378         * AUTHORS
5379                 add Christian Mertes
5380         * src/common/utils.[ch]
5381                 g_stricase_hash(), g_stricase_equal(): functions for 
5382                 case insensitive hash tables
5383         * src/textview.c
5384                 use top level domain names to validate email address, based
5385                 on a patch by Christian Mertes (thanks!), but changed 
5386                 implementation to use a hash table 
5387
5388 2003-01-12 [paul]       0.8.8claws88
5389
5390         * po/bg.po
5391                 updated by George Danchev
5392
5393 2003-01-12 [alfons]     0.8.8claws87
5394
5395         * src/summaryview.c
5396                 delete / execute performance: use new style folder update
5397
5398 2003-01-12 [paul]       0.8.8claws86
5399
5400         * sync with 0.8.8cvs5
5401                 see ChangeLog 2003-01-13 (!)
5402
5403 2003-01-12 [alfons]     0.8.8claws85
5404
5405         * src/filtering.c
5406         * src/matcher_parser_parse.y
5407                 prepare change_score filtering action
5408         * src/matcher.[ch]
5409                 give up const-correctness on functions that call non-const-correct functions;
5410                 several casts to gpointer in g_free();
5411                 add change_score;
5412
5413 2003-01-12 [christoph]  0.8.8claws84
5414
5415         * src/compose.c
5416                 fix 2 warnings
5417
5418         * src/gtk/prefswindow.[ch]
5419         * src/plugins/spamassassin/spamassassin_gtk.c
5420                 changed the call of the widget create function
5421                 for PrefsPages, because sometimes the widget
5422                 create function needs a widget that already has
5423                 been attached to a window (to create GDK pixmaps
5424                 for exmaple). So we simply pass the GtkWindow as
5425                 the second parameter now.
5426
5427         * src/main.c
5428         * src/mainwindow.c
5429         * src/prefs_toolbar.[ch]
5430                 rewrite Toolbar Preferences using the new
5431                 prefs window
5432
5433 2003-01-11 [alfons]     0.8.8claws83
5434
5435         * src/addressadd.c
5436                 fix crash when adding sender to addressbook because status bar
5437                 isn't there (the status bar doesn't seem to be used though,
5438                 but I'll let Match decide what to do with it)
5439
5440 2003-01-11 [colin]      0.8.8claws82
5441
5442         * src/main.c
5443           src/toolbar.c
5444                 Two useless changes reversed
5445
5446 2003-01-11 [colin]      0.8.8claws81
5447
5448         * src/mainwindow.c
5449           src/mainwindow.h
5450                 Add mainwindow_get_mainwindow()
5451         * src/alertpanel.c
5452           src/alertpanel.h
5453                 Add alertpanel_error_log() 
5454         * src/compose.c
5455           src/inc.c
5456           src/messageview.c
5457           src/toolbar.c
5458           src/main.c
5459           src/procmsg.c
5460                 Network errors get a View Log button
5461
5462 2003-01-10 [alfons]     0.8.8claws80
5463
5464         * src/prefs_toolbar.c
5465         * src/toolbar.c
5466                 use the translatable string for "Separator" as file name for
5467                 separator toolbar items (probably make this uppercase?)
5468
5469 2003-01-10 [alfons]     0.8.8claws79
5470
5471         * src/prefs_toolbar.c
5472                 put right A_SEPARATOR description string in "displayed
5473                 toolbar items list" so manually added separators are
5474                 saved correctly (bug #10, "Adding a separator to the main 
5475                 toolbar fails, entry in xml file is wrong")
5476
5477 2003-01-10 [christoph]  0.8.8claws78
5478
5479         * src/imap.c
5480                 o fix warnings
5481                 o use CAPABILITY to check if NAMESPACE is available
5482
5483 2003-01-10 [christoph]  0.8.8claws77
5484
5485         * src/imap.[ch]
5486                 apply UIDPLUS IMAP extension support patch
5487
5488         Patch submitted by Simon 'corecode' Schubert
5489
5490 2003-01-10 [paul]       0.8.8claws76
5491
5492         * src/folderview.c
5493                 a sync from main which fixes the news account folders'
5494                 Properties bug
5495
5496 2003-01-10 [christoph]  0.8.8claws75
5497
5498         * src/folder.c
5499                 don't accept 0 as a valid uid returned by copy and move
5500                 functions. 0 means the message was copied or moved but the
5501                 new uid could not be fetched. It is not an error condition
5502                 for the copy or move operation.
5503
5504 2003-01-10 [paul]       0.8.8claws74
5505
5506         * src/prefs_filtering.c
5507                 change English used in Alert when entry is not
5508                 saved.
5509                 
5510         * sync with 0.8.8cvs4
5511                 see ChangeLog 2003-01-10
5512
5513 2003-01-10 [darko]      0.8.8claws73
5514
5515         * src/pine.c
5516                 fix crash when importing address book entry
5517                 without a valid address
5518
5519 2003-01-09 [alfons]     0.8.8claws72
5520
5521         * src/inc.c
5522                 filtering performance: use new style folder update
5523
5524 2003-01-09 [christoph]  0.8.8claws71
5525
5526         * src/compose.c
5527         * src/gtk/menu.[ch]
5528                 fix wrong selecting of mime encoding type, when
5529                 opening property dialog of attachments in the
5530                 compose window. 7bit was always selected and that
5531                 destoryed files with 8bit data.
5532                 (closes bug #9 Sylpheed-claws destroys attachments when
5533                  changing MIME-types)
5534
5535 2003-01-09 [paul]       0.8.8claws70
5536
5537         * sync with 0.8.8cvs3
5538                 see ChangeLog 2003-01-09
5539
5540 2003-01-08 [alfons]     0.8.8claws69
5541         
5542         * src/addressadd.c
5543                 apply patch by Kim Schulz to fix build breakage
5544                 because of missing variable
5545
5546 2003-01-08 [paul]       0.8.8claws68
5547
5548         * sync with 0.8.8cvs2
5549                 see ChangeLog 2002-01-08
5550
5551 2003-01-08 [paul]       0.8.8claws67
5552
5553         * po/it.po
5554                 updated by Alessandro Maestri
5555                 
5556         * src/addressadd.c
5557                 when using 'Add sender to addressbook' allow
5558                 name to be edited and remarks to be entered
5559                 Patch submitted by Luke Plant
5560
5561 2003-01-08 [darko]      0.8.8claws66
5562
5563         * README.claws, src/summaryview.c
5564                 fix description for marked messages
5565
5566 2003-01-08 [paul]
5567
5568         * tools/Makefile.am
5569           tools/launch_phoenix  ** NEW FILE **
5570                 add script that enables using Phoenix as the default
5571                 web browser. 
5572                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
5573                 
5574         * tools/OOo2sylpheed.pl
5575                 remove full path to sylpheed executable, just 'sylpheed'
5576                 will do
5577                 
5578         * tools/README
5579                 add launch_phoenix informtion and re-arrange and compress
5580                 the data a little
5581
5582 2003-01-07 [christoph]  0.8.8claws65
5583
5584         * src/folder.c
5585                 fix update for source folder when moving messages
5586         * src/procmsg.[ch]
5587         * src/summaryview.c
5588                 use function to set to_folder for message infos and
5589                 automatically update the op_count for old and new
5590                 folder
5591
5592 2003-01-07 [melvin]     0.8.8claws64
5593
5594         * src/prefs_actions.c
5595                 Fixed bug where an '%p' Action on a displayed image crashed 
5596                         Sylpheed
5597                 Code clean up (get rid of duplicated code and removed unnecessary 
5598                                 structure member)
5599
5600 2003-01-07 [christoph]  0.8.8claws63
5601
5602         * src/compose.c
5603         * src/folder.[ch]
5604         * src/folderview.c
5605         * src/import.c
5606         * src/inc.c
5607         * src/main.c
5608         * src/mainwindow.c
5609         * src/messageview.c
5610         * src/prefs_folder_item.c
5611         * src/procmsg.c
5612         * src/summaryview.c
5613         * src/toolbar.c
5614                 o remove all folder update triggering from the UI code. The folder
5615                   system should know much better when a folder needs an update.
5616                 o to prevent multiple updates in a row the folder updates can be
5617                   frozen for some time.
5618
5619                 Note: - Please verify that no updates are missing
5620                       - Check where freeze/thaws should be added
5621
5622 2003-01-07 [christoph]  0.8.8claws62
5623
5624         * src/prefs_actions.c
5625                 don't translate empty strings
5626
5627         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5628
5629 2003-01-06 [christoph]  0.8.8claws61
5630
5631         * src/prefs_actions.c
5632                 mark strings for gettext
5633         * src/prefs_matcher.c
5634                 use new description window for Execute action and
5635                 match condition in Filtering
5636
5637         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5638
5639 2003-01-06 [alfons]     0.8.8claws60
5640
5641         keep myself inspired to re-organize matcher part 8; 
5642         yes, more to come (I need to move out the descriptive
5643         text for actions to matcher.c, or at least make it not
5644         depend on the wicked ordering)
5645
5646         * src/prefs_matcher.c
5647                 add documentation so others may comprehend the
5648                 UI part of the conditions
5649                 
5650 2003-01-06 [christoph]  0.8.8claws59
5651
5652         * src/prefs_actions.c
5653                 use new description window for syntax help
5654         * src/gtk/description_window.c
5655                 fix display of descriptions with column count != 2
5656
5657         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5658
5659 2003-01-06 [christoph]  0.8.8claws58
5660
5661         * src/quote_fmt.c
5662         * src/summaryview.[ch]
5663         * src/gtk/Makefile.am
5664         * src/gtk/description_window.[ch]       ** NEW **
5665                 use a generic window to display syntax descriptions
5666                 currently used in quote_fmt and summaryview (new description
5667                 for extended quick search)
5668
5669         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
5670
5671 2003-01-06 [paul]       0.8.8claws57
5672
5673         * sync with 0.8.8cvs1
5674                 see ChangeLog 2003-01-06
5675
5676 2003-01-06 [christoph]  0.8.8claws56
5677
5678         * src/mainwindow.c
5679         * src/prefs_gtk.[ch]
5680         * src/gtk/prefswindow.[ch]
5681         * src/plugins/spamassassin/spamassassin_gtk.c
5682                 o remove page management from prefswindow, pages
5683                   will be an argument to prefswindow_open
5684                 o prefswindow_open gets a datapointer that is
5685                   passed to the widget_create function to allow
5686                   creation of prefswindow for specific items
5687
5688 2003-01-06 [colin]      0.8.8claws55
5689         
5690         * src/summaryview.c
5691                 We don't want regexp in the reply-finder, 
5692                 because MIDs can contain !,$,. and so on
5693
5694 2003-01-06 [jens]       0.8.8claws54
5695
5696         * src/jpilot.c
5697                 fixed a wrong free in jpilot_read_db_files
5698
5699 2003-01-06 [alfons]     0.8.8claws53
5700
5701         re-organize matcher part 8; more to come
5702        
5703         * src/matcher.c
5704                 matcherprop_to_string(): put g_free()s before the
5705                 switch-case break to fix memleaks                
5706
5707 2003-01-06 [colin]      0.8.8claws52
5708
5709         * src/summaryview.c
5710                 cleanup & reply-finder now displays the first 
5711                 matching message
5712
5713 2003-01-05 [alfons]     0.8.8claws51
5714
5715         re-organize matcher part 7; more to come
5716
5717         * src/matcher.[ch]
5718                 fixes for constant correctness;
5719                 more documentation;
5720
5721 2003-01-05 [alfons]     0.8.8claws50
5722
5723         re-organize matcher part 6; more to come
5724         
5725         * src/matcher.[ch]
5726                 fixes for constant correctness;
5727                 more documentation;
5728         * src/filtering.c
5729                 fix for constant correctness
5730
5731 2003-01-05 [colin]      0.8.8claws49
5732
5733         * src/account.[ch]
5734                 Add account_get_reply_account function
5735         * src/compose.c
5736                 Use account_get_reply_account function 
5737         * src/summaryview.c
5738                 Basic reply-finder - click on the replied
5739                 icon gets you to the outbox using quick-search
5740
5741 2003-01-05 [paul]       0.8.8claws48
5742
5743         * src/prefs_common.c
5744                 small change to English
5745                 
5746         * src/prefs_filtering.c
5747                 prefs_filtering_action_select(): improve logic and uniformity
5748                 of gui
5749
5750 2003-01-05 [alfons]     0.8.8claws47
5751
5752         fine tune solution to focus problems (bug #7)
5753
5754         * src/mainwindow.c
5755                 mainwindow_focus_in_event(): remove grab event check
5756         * src/summaryview.c
5757                 summary_button_pressed(): move selection on right-click
5758                 too. we can't possibly move the selection back after
5759                 canceling a dialog, because gtk's incomplete focus 
5760                 management. whether this is a good solution, only time
5761                 will tell.
5762
5763 2003-01-05 [christoph]  0.8.8claws46
5764
5765         * src/imap.c
5766                 fix crash when no imap connection could be established
5767
5768 2003-01-05 [paul]       0.8.8claws45
5769
5770         * src/mainwindow.c
5771           src/sumamryview.c
5772           src/gtk/menu.[ch]
5773                 fix bug 605957 'shortcuts in popup-menu'
5774                 make user-defined shortcuts work
5775                 show shortcuts that are already defined
5776                 in the main menu
5777                 Patch submitted by Luke Plant
5778
5779 2003-01-05 [alfons]     0.8.8claws44
5780
5781         * src/mainwindow.c
5782                 focus_in_event handler should not select summary view row 
5783                 when another window (menu, dialog) grabbed for events 
5784                 (bug #7, "[0.8.8claws42] Message summary focus") 
5785
5786 2003-01-04 [christoph]  0.8.8claws43
5787
5788         * src/procmsg.c
5789                 update save folder after adding the sent message
5790                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
5791
5792 2003-01-02 [christoph]  0.8.8claws42
5793
5794         * src/common/plugin.c
5795                 fix unloading of all plugins and unload
5796                 plugins in reverse order
5797                 
5798         * src/gtk/pluginwindow.c
5799                 implement function of load and unload button
5800
5801         * src/gtk/prefswindow.c
5802         * src/gtk/prefswindow.h
5803                 rename register function and add new unregister
5804                 function
5805
5806         * src/plugins/spamassassin/spamassassin_gtk.c
5807                 unregister prefs page and update for changes in
5808                 src/gtk/prefswindow.c
5809
5810 2003-01-02 [paul]       0.8.8claws41
5811
5812         * po/es.po
5813                 updated by Ricardo Mones Lastra
5814
5815 2003-01-02 [paul]
5816
5817         * tools/tb2sylpheed
5818                 fixes and improvements by Urke MMI
5819
5820 2003-01-02 [thorsten]   0.8.8claws40
5821
5822         * src/procmsg.c
5823                 fixed wrong return value
5824
5825 2003-01-02 [thorsten]   0.8.8claws39
5826
5827         * src/prefs.c
5828                 fixed printing wrong variable
5829
5830 2003-01-02 [thorsten]   0.8.8claws38
5831
5832         * src/prefs.c
5833                 fixed acessing members of freed pfile struct
5834
5835 2003-01-02 [thorsten]   0.8.8claws37
5836
5837         * src/procmsg.c
5838                 detect loops across several messages
5839                 as suggested by Christoph Hohmann
5840
5841 2003-01-01 [match]      0.8.8claws36
5842
5843         * src/addrindex.c
5844                 fixed another memory leak.
5845
5846 2003-01-01 [match]      0.8.8claws35
5847
5848         * src/jpilot.[ch]
5849                 fixed memory leaks. applied Doxygen comments.
5850
5851 2003-01-01 [thorsten]   0.8.8claws34
5852
5853         * src/procmsg.c
5854                 inhibit endless loop if msg references itself
5855                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
5856
5857 2003-01-01 [christoph]  0.8.8claws33
5858
5859         * src/mainwindow.c
5860         * src/gtk/Makefile.am
5861         * src/gtk/pluginwindow.c                ** NEW **
5862         * src/gtk/pluginwindow.h                ** NEW **
5863                 add plugin window
5864
5865         * src/plugins/demo/demo.c
5866         * src/plugins/spamassassin/spamassassin.c
5867         * src/plugins/spamassassin/spamassassin_gtk.c
5868                 write better plugin descriptions
5869
5870 2002-12-31 [christoph]  0.8.8claws32
5871
5872         * src/gtk/prefswindow.c
5873         * src/plugins/spamassassin/spamassassin_gtk.c
5874                 some small improvements to GTK code
5875
5876 2002-12-31 [christoph]  0.8.8claws31
5877
5878         * src/plugins/spamassassin/spamassassin_gtk.c
5879                 enable folder select button
5880
5881 2002-12-31 [christoph]  0.8.8claws30
5882
5883         * src/mainwindow.c
5884         * src/gtk/Makefile.am
5885         * src/gtk/prefswindow.c                         ** NEW **
5886         * src/gtk/prefswindow.h                         ** NEW **
5887                 add new prefs window
5888
5889         * src/common/plugin.c
5890                 don't try to load empty config lines
5891         
5892         * src/plugins/spamassassin/Makefile.am
5893         * src/plugins/spamassassin/spamassassin.c
5894         * src/plugins/spamassassin/spamassassin.h       ** NEW **
5895         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
5896                 GTK config for SpamAssassin Plugin using
5897                 the new prefs window
5898
5899 2002-12-31 [paul]       0.8.8claws29
5900
5901         * po/POTFILES.in
5902                 remove obsolete entry 'src/menu.c'
5903
5904 2002-12-31 [alfons]     0.8.8claws28
5905
5906         * src/matcher.[ch]
5907         * src/matcher_parser_parse.y
5908         * src/prefs_matcher.c
5909                 add "ignore_thread" and "~ignore_thread" condition so it's
5910                 possible to make the actions / scoring operate on the ignore
5911                 thread flag
5912
5913 2002-12-31 [christoph]  0.8.8claws27
5914
5915         * src/addrbook.c
5916         * src/addrindex.c
5917         * src/folder.c
5918         * src/matcher.c
5919         * src/prefs_account.c
5920         * src/prefs_actions.c
5921         * src/prefs_customheader.c
5922         * src/prefs_display_header.c
5923         * src/prefs_gtk.c
5924         * src/procmime.c
5925         * src/toolbar.c
5926         * src/xmlprops.c
5927         * src/common/prefs.[ch]
5928                 extend prefs file handling for reading and automatic handling
5929                 of blocks. When reading prefs_set_block_label will automatically
5930                 move on to the block. When writing it will copy all other blocks
5931                 automatically
5932
5933         * src/common/plugin.c
5934                 Now loading plugin filenames from [Plugins] block in
5935                 sylpheed rc file
5936
5937 2002-12-30 [christoph]  0.8.8claws26
5938
5939         * src/common/hooks.[ch]
5940                 return abort status to caller of hooks_invoke
5941                 
5942         * src/inc.[ch]
5943                 invoke message filtering hook and stop
5944                 default handling when filter returns abort
5945
5946         * src/common/plugin.[ch]
5947         * src/plugins/demo/demo.c
5948                 modify plugin loader, because resolving symbols for strings
5949                 does not work correctly
5950         
5951         * configure.in
5952         * ac/spamassassin.m4                            ** NEW **
5953         * src/plugins/spamassassin/.cvsignore           ** NEW **
5954         * src/plugins/spamassassin/Makefile.am          ** NEW **
5955         * src/plugins/spamassassin/README               ** NEW **
5956         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
5957         * src/plugins/spamassassin/spamassassin.c       ** NEW **
5958         * src/plugins/spamassassin/utils.[ch]           ** NEW **
5959                 add spamassassin plugin, see src/plugins/spamassassin/README
5960                 for details
5961
5962 2002-12-29 [alfons]     0.8.8claws25
5963
5964         * src/mainwindow.c
5965                 when moving focus from a message view to the main 
5966                 window, don't forget to select the summary node
5967                 of the displayed message. should fix "[ 659103 ] 
5968                 focus-follows-mouse confuses sylpheed"
5969
5970 2002-12-29 [christoph]  0.8.8claws24
5971
5972         * src/Makefile.am
5973         * src/stringtable.[ch]          ** REMOVE **
5974         * src/common/Makefile.am
5975         * src/common/stringtable.[ch]   ** NEW **
5976                 move stringtable files to common directory
5977
5978 2002-12-29 [christoph]  0.8.8claws23
5979
5980         * src/Makefile.am
5981         * src/menu.[ch]                 ** REMOVE **
5982         * src/gtk/Makefile.am
5983         * src/gtk/menu.[ch]             ** NEW **
5984                 move menu files to gtk directory
5985
5986 2002-12-29 [match]      0.8.8claws22
5987
5988         * src/addressbook.c
5989         * src/syldap.c
5990                 moved UI specific code out of LDAP code into addressbook
5991                 UI code. fixed memory leak.
5992
5993 2002-12-29 [christoph]  0.8.8claws21
5994
5995         * src/folder.c
5996                 only check for IGNORED parent message when message is
5997                 not IGNORED itself
5998
5999 2002-12-29 [alfons]     0.8.8claws20
6000
6001         * src/summaryview.c
6002                 set gtksctree's anchor correct (immediate execute
6003                 changes the tree's layout, and anchor points at 
6004                 the incorrect row). fixes "[ 657233 ] multiple msg 
6005                 delete sometimes off by 1".
6006                 we probably have to look for more tree layout /
6007                 anchor glitches.
6008
6009 2002-12-29 [paul]       0.8.8claws19
6010
6011         * src/summaryview.c
6012                 fix bug [ 659054 ] incorrect sorting of 'From' column
6013                 when using 'display sender using address book'
6014                 thanks to Alfons and Luke Plant
6015
6016 2002-12-29 [christoph]  0.8.8claws18
6017
6018         * src/folder.c
6019         * src/procmsg.[ch]
6020                 check parent messages for IGNORE THREAD flag, when adding,
6021                 moving or copying messages to a folder
6022
6023 2002-12-27 [alfons]     0.8.8claws17
6024
6025         re-organize matcher part 5; more to come
6026
6027         * src/matcher.c
6028                 hash keywords in matchparser_tab 
6029
6030 2002-12-27 [alfons]     0.8.8claws16
6031
6032         re-organize matcher part 4; more to come
6033
6034         * src/matcher_parser.h
6035         * src/matcher_parser_lex.l
6036         * src/matcher_parser_parse.y
6037                 cleanup
6038
6039 2002-12-27 [alfons]     0.8.8claws15
6040
6041         re-organize matcher part 3; more to come
6042
6043         * src/matcher.[ch]
6044                 cleanup
6045
6046 2002-12-27 [alfons]     0.8.8claws14
6047
6048         re-organize matcher part 2; more to come but this should
6049         work. cc me if there are any regressions.
6050
6051         * src/matcher.h
6052                 add prototype for get_matchparser_tab_id()
6053         * src/matcher_parser_lex.l
6054                 look up keywords using matchparser_tab_id();
6055
6056 2002-12-27 [alfons]     0.8.8claws12
6057
6058         re-organize matcher part 1
6059
6060         * src/matcher.h
6061                 map yacc generated constants to sylpheed matcher constants
6062         * src/matcher.c
6063                 add function to find a matcher constant from a string
6064
6065 2002-12-27 [christoph]  0.8.8claws11
6066
6067         * src/compose.c
6068                 MENUITEM_ADD casts the 4th argument from integer to pointer
6069                 so it probably should not be a pointer, this means we
6070                 should use account id for it and not the account's pointer
6071
6072 2002-12-27 [paul]       0.8.8claws10
6073
6074         * src/mainwindow.c
6075                 remove unneeded 'GtkWidget *vbox'
6076                 
6077         * src/summaryview.c
6078                 further sync with 0.8.8 - make sort
6079                 by recipient work as expected
6080                 
6081         * NEWS
6082                 sync with 0.8.8
6083
6084 2002-12-27 [paul]       0.8.8claws9
6085
6086         * po/pt_BR.po
6087                 updated by Ivan F. Martinez
6088                 
6089 2002-12-27 [darko]      0.8.8claws8
6090
6091         * src/common/utils.c
6092                 added locked pattern to extended search
6093
6094 2002-12-27 [alfons]     0.8.8claws7
6095
6096         * src/prefs_matcher.[ch]
6097                 clean up
6098
6099 2002-12-26 [alfons]     0.8.8claws6
6100
6101         * src/matcher.[ch]
6102         * src/matcher_parser_lex.l
6103         * src/matcher_parser_parse.y
6104         * src/prefs_matcher.c
6105                 allow color label as a condition in the matcher
6106
6107 2002-12-26 [oliver]     0.8.8claws5
6108         
6109         * src/toolbar.c 
6110                 enable Addressbook for Main and Messageview
6111         * src/prefs_actions.c
6112                 enable actions in Messageview
6113
6114 2002-12-26 [christoph]  0.8.8claws4
6115
6116         * src/common/plugin.c
6117                 add a little debug output
6118         * configure.in
6119         * src/plugins/demo/Makefile.am
6120                 better use of automake
6121
6122 2002-12-26 [christoph]  0.8.8claws3
6123
6124         * src/Makefile.am
6125         * src/common/Makefile.am
6126                 fix "make distdir"
6127
6128 2002-12-26 [christoph]  0.8.8claws2
6129
6130         * configure.in
6131                 sort configure checks into common / gtk / plugins
6132         * po/POTFILES.in
6133                 add src/prefs_gtk.c
6134         * src/Makefile.am
6135                 add plugins SUBDIR
6136         * src/main.c
6137         * src/common/sylpheed.[ch]
6138                 added now sylpheed_done function for shutdown
6139         * src/common/Makefile.am
6140         * src/common/plugin.[ch]                ** NEW **
6141                 plugin loader and unloader
6142         * src/plugins/.cvsignore                ** NEW **
6143         * src/plugins/Makefile.am               ** NEW **
6144                 build plugins
6145         * src/plugins/demo/.cvsignore           ** NEW **
6146         * src/plugins/demo/Makefile.am          ** NEW **
6147         * src/plugins/demo/demo.c               ** NEW **
6148                 small demo plugin that installs a logtext hook and
6149                 outputs the log text to stdout
6150
6151 2002-12-26 [paul]       0.8.8claws1
6152
6153         * po/es.po
6154                 updated by Ricardo Mones Lastra
6155
6156 2002-12-26 [paul]       0.8.8claws
6157
6158         * 0.8.8claws released
6159
6160 2002-12-26 [paul]       0.8.7claws12
6161
6162         * po/bg.po
6163                 updated by George Danchev
6164
6165 2002-12-26 [paul]       0.8.7claws11
6166
6167         * po/POTFILES.in
6168                 remove unneeded 'src/prefs.c' entry 
6169
6170 2002-12-26 [paul]       0.8.7claws10
6171
6172         * src/codeconv.c
6173           src/mainwindow.c
6174                 sync with 0.8.8 release
6175         
6176         * src/folder.[ch]
6177           src/mh.c
6178           src/summaryview.c
6179                 partial sync with 0.8.8 release
6180         
6181
6182 2002-12-25 [alfons]     0.8.7claws9
6183
6184         * src/matcher.[ch]
6185         * src/matcher_parser_lex.l
6186         * src/matcher_parser_parse.y
6187         * src/prefs_matcher.c
6188                 add locked flag to possible filtering / matcher 
6189                 conditions (also a good example what should be
6190                 done to add a simple boolean condition)
6191
6192 2002-12-25 [christoph]  0.8.7claws8
6193
6194         * src/Makefile.am
6195         * src/account.[ch]
6196         * src/addrbook.c
6197         * src/addressbook.c
6198         * src/addrindex.c
6199         * src/filtering.c
6200         * src/folder.c
6201         * src/matcher.c
6202         * src/prefs.[ch]                ** REMOVE **
6203         * src/prefs_account.c
6204         * src/prefs_actions.c
6205         * src/prefs_common.c
6206         * src/prefs_customheader.c
6207         * src/prefs_display_header.c
6208         * src/prefs_filtering.c
6209         * src/prefs_folder_item.c
6210         * src/prefs_gtk.[ch]            ** NEW **
6211         * src/prefs_matcher.c
6212         * src/prefs_scoring.c
6213         * src/prefs_summary_column.c
6214         * src/procmime.c
6215         * src/selective_download.c
6216         * src/toolbar.c
6217         * src/common/Makefile.am
6218         * src/common/prefs.[ch]         ** NEW **
6219                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
6220
6221 2002-12-24 [alfons]     0.8.7claws7
6222
6223         * src/summaryview.c
6224                 summary_thread_build(): fix real cause of the crash mentioned in
6225                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
6226                 this way we get meaningful ctree nodes 
6227
6228 2002-12-24 [oliver]     0.8.7claws6
6229
6230         * src/mainwindow.[ch]
6231         * src/messageview.[ch]
6232         * src/compose.[ch]
6233         * src/inc.c
6234         * src/summaryview.c
6235                 changes to use updated toolbar handling
6236                 
6237 2002-12-24 [oliver]     0.8.7claws5
6238
6239         * src/toolbar.[ch]
6240                 generic toolbar handling
6241                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
6242         * src/prefs_toolbar.[ch]
6243                 adjust to handling
6244         
6245 2002-12-24 [oliver]     0.8.7claws4
6246         
6247         * src/stock_pixmap.[ch]
6248                 move SYLPHEED_LOGO to end of list in order 
6249                 to remove it from Custom Toolbar`s Icon View
6250
6251 2002-12-24 [alfons]     0.8.7claws3
6252
6253         * src/summaryview.c
6254                 summary_thread_build(): fix crash because of focus != selection 
6255                 after threading. when deleting the selection, gtk tries but fails 
6256                 to find the correct focusable element. we now force the selection
6257                 to be focused. this should solve the infamous bug reported by 
6258                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
6259                 a test case is available. 
6260
6261 2002-12-24 [darko]      0.8.7claws2
6262
6263         * src/summaryview.c
6264                 don't crash when unmarking message with unread children
6265
6266 2002-12-23 [christoph]  0.8.7claws1
6267
6268         * src/Makefile.am
6269         * src/common/Makefile.am
6270                 update Makefiles for moved intl.h, version.h and defs.h
6271         * src/imap.c
6272                 rewrite imap_session_get to avoid duplicate code
6273
6274 2002-12-23 [paul]       0.8.7claws
6275
6276         * Santa-Claws released
6277         
6278         * po/hu.po
6279           po/ru.po
6280                 squeeze in updated Hungarian and Russian translations.
6281                 Submitted by  Gál Zoltán and Ruslan N. Balkin
6282
6283 2002-12-23 [paul]       0.8.6claws129
6284
6285         * po/pl.po
6286                 updated by Witold Wladyslaw Wojciech Wilk
6287
6288 2002-12-23 [paul]       0.8.6claws128
6289
6290         * src/quote_fmt_parse.y
6291                 fix typo and add licence header
6292
6293 2002-12-23 [paul]       0.8.6claws127
6294
6295         * po/en_GB.po
6296                 updated
6297
6298 2002-12-23 [paul]       0.8.6claws126
6299
6300         * po/it.po
6301                 updated translation, submitted by Alessandro Maestri
6302                 
6303 2002-12-23 [paul]       0.8.6claws125
6304
6305         * src/quote_fmt_parse.y
6306                 fix signature-stripping on replies bug. match
6307                 '-- \n' and not '-- '.
6308
6309 2002-12-22 [paul]       0.8.6claws124
6310
6311         * po/bg.po
6312           po/es.po
6313           po/sr.po
6314                 updated translations. submitted by George Danchev,
6315                 Ricardo Mones Lastra, and Urke MMI respectively
6316
6317 2002-12-21 [paul]       0.8.6claws123
6318
6319         * src/addrbook.c
6320                 fix coding style
6321
6322 2002-12-21 [paul]       0.8.6claws122
6323
6324         * src/addrbook.c
6325                 fix bug [643638] where if a person is in one or more
6326                 addressbook groups editing that person's email 
6327                 address results in removal from those groups.
6328                 Patch submitted by Luke Plant.
6329
6330 2002-12-20 [christoph]  0.8.6claws121
6331
6332         * src/common/utils.c
6333         * src/summaryview.c
6334                 reimplement expand_search_string using GString to
6335                 prevent crashs caused by miscalculated string
6336                 lengths reported by Paul
6337
6338 2002-12-20 [christoph]  0.8.6claws120
6339
6340         * src/summaryview.c
6341                 don't use "changed" to check if op_count has to be changed as it
6342                 is also set when the message has unread children
6343                 (closes bug [ 653221 ] crash while deleting duplicates)
6344
6345 2002-12-20 [paul]       0.8.6claws119
6346
6347         * sync with 0.8.6cvs27
6348                 see ChangeLog 2002-12-20
6349
6350 2002-12-20 [paul]       0.8.6claws118
6351
6352         * sync with 0.8.6cvs26
6353                 see ChangeLog 2002-12-19 and 2002-12-20
6354
6355 2002-12-19 [alfons]     0.8.6claws117
6356
6357         * src/textview.c
6358                 fix incorrect parsing of email addresses, submitted by 
6359                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
6360                 name display if it contains @".
6361
6362 2002-12-18 [paul]       0.8.6claws116
6363
6364         * sync with 0.8.6cvs23
6365                 see ChangeLog 2002-12-18
6366
6367 2002-12-18 [paul]       0.8.6claws115
6368
6369         * src/Makefile.am
6370         * src/account.c
6371         * src/codeconv.c
6372         * src/gtkutils.[ch]
6373         * src/imap.c
6374                 sync with 0.8.6cvs22.
6375                 see ChangeLog 2002-12-17 and 2002-12-18
6376
6377 2002-12-17 [christoph]  0.8.6claws114
6378
6379         * src/imap.c
6380                 o don't create a session if imap greeting fails
6381                 o don't close socket when authentication fails
6382                   this is done by imap_session_destroy
6383
6384 2002-12-17 [thorsten]   0.8.6claws113
6385
6386         * tools/Makefile.am
6387           tools/README
6388           tools/google_msgid.pl ** NEW FILE **
6389                 Added "search for message-id" script and doc
6390
6391 2002-12-17 [thorsten]   0.8.6claws112
6392
6393         * po/hu.po
6394                 Updated hungarian translation
6395                 (updated by Gal Zoltan)
6396
6397 2002-12-16 [christoph]  0.8.6claws111
6398
6399         * src/addr_compl.c
6400                 remove stupid addressbook dump to debug output
6401         * src/mh.c
6402                 fix memory leak found by Hiro
6403
6404 2002-12-14 [paul]       0.8.6claws110
6405
6406         * src/compose.c
6407                 fix menubar sensitivity on send
6408                 
6409         * src/prefs_filtering.c
6410         * src/prefs_matcher.c
6411         * src/prefs_scoring.c
6412                 Fix english ;)
6413                 
6414         * src/common/quoted-printable.h
6415                 sync: fix typo
6416         
6417 2002-12-13 [christoph]  0.8.6claws109
6418
6419         * src/Makefile.am
6420         * src/manage_window.[ch]        ** REMOVE **
6421         * src/gtk/Makefile.am
6422         * src/gtk/manage_window.[ch]    ** NEW **
6423                 move manage_window files to gtk directory
6424
6425 2002-12-13 [christoph]  0.8.6claws108
6426
6427         * src/Makefile.am
6428         * src/gtkshruler.[ch]           ** REMOVE **
6429         * src/gtk/Makefile.am
6430         * src/gtk/gtkshruler.[ch]       ** NEW **
6431                 move gtkshruler files to gtk directory
6432
6433 2002-12-13 [christoph]  0.8.6claws107
6434
6435         * src/Makefile.am
6436         * src/compose.c
6437         * src/gtkstext.[ch]             ** REMOVE **
6438         * src/gtkutils.[ch]
6439         * src/textview.c
6440         * src/gtk/gtkstext.[ch]         ** NEW **
6441         * src/gtk/Makefile.am
6442                 o move stext functions to gtkstext.c to remove
6443                   dependency of gtkutils
6444                 o move gtkstext files to gtk directory
6445
6446         * src/gtk/Makefile.am
6447         * src/gtk/sslcertwindow.[ch]
6448                 UI stuff can always depend on common code so
6449                 it's ok to add ../common to include path
6450
6451 2002-12-13 [colin]      0.8.6claws106
6452
6453         * src/summaryview.c
6454                 Disconnect sighandlers for mainwindow when
6455                 quicksearch has the focus
6456                 Fix bug #653231
6457         * src/mainwindow.[ch]
6458                 Make key_pressed callback public, to be able
6459                 to disconnect it
6460
6461 2002-12-13 [christoph]  0.8.6claws105
6462
6463         * src/mh.c
6464                 create .mh_sequences file in new MH folders
6465                 (closes feature request [ 523162 ] MH folders should
6466                  get a .mh_sequences)
6467
6468 2002-12-13 [colin]      0.8.6claws104
6469
6470         * src/summaryview.c
6471                 Better handling of quicksearch show/hide
6472                 (basically the button stays under the mouse 
6473                  when toggled)
6474
6475 2002-12-13 [paul]       0.8.6claws103
6476
6477         * sync with 0.8.6cvs17
6478                 see ChangeLog 2002-12-13
6479
6480 2002-12-13 [paul]       0.8.6claws102
6481
6482         * po/es.po
6483                 updated by Ricardo Mones Lastra
6484
6485 2002-12-11 [colin]       0.8.6claws101
6486
6487         * src/folder.c
6488                 remove statusbar stuff
6489           src/folderview.c
6490                 set statusbar verbosity when moving folders
6491
6492 2002-12-11 [colin]       0.8.6claws100
6493         * src/prefs_filtering.c
6494         * src/prefs_matcher.c
6495         * src/prefs_scoring.c
6496                 Fix english ;)
6497
6498 2002-12-11 [colin]       0.8.6claws99
6499
6500         * src/prefs_common.[ch]
6501                 Add summary_quicksearch_type
6502         * src/summaryview.c
6503                 Save last used quicksearch type
6504
6505 2002-12-11 [jens]       0.8.6claws98
6506         * src/prefs_filtering.c
6507         * src/prefs_matcher.c
6508         * src/prefs_scoring.c
6509                 added dialog for incomplete rules in scoring, filtering and
6510                 matcher to ask wheather really close
6511
6512 2002-12-11 [colin]      0.8.6claws97
6513
6514         * src/folder.c
6515                 Fix folder dnd statusbar logging
6516
6517 2002-12-10 [christoph]  0.8.6claws96
6518
6519         * src/compose.c
6520         * src/folder.c
6521         * src/imap.c
6522         * src/inc.c
6523         * src/main.c
6524         * src/mainwindow.c
6525         * src/news.c
6526         * src/send.c
6527         * src/statusbar.[ch]
6528         * src/common/hooks.c
6529         * src/common/log.[ch]
6530                 o handle verbose logging in statusbar directly in statusbar code
6531                   and common code does not need any knowledge about a statusbar
6532                 o remove direct calls to statusbar_(puts|pop)_all functions
6533
6534 2002-12-10 [jens]       0.8.6claws95
6535
6536         * src/*.c
6537                 removed gettext from g_warnings
6538         * po/POTFILES.in
6539                 cleaned and updated
6540         * po/de.po
6541                 updated
6542
6543 2002-12-10 [colin]      0.8.6claws94
6544
6545         * src/main.c
6546                 finish crash dialog fix
6547
6548 2002-12-10 [colin]      0.8.6claws93
6549
6550         * src/main.c
6551                 "Fix" "sylpheed already running" instead of
6552                 crash dialog appearing after a crash
6553
6554 2002-12-10 [colin]      0.8.6claws92
6555
6556         * po/POTFILES.in
6557                 add src/gtk/sslcertwindow.c
6558
6559 2002-12-10 [paul]       0.8.6claws91
6560
6561         * po/POTFILES.in
6562                 updated to reflect recent changes
6563                 submitted by Alessandro Maestri
6564
6565 2002-12-09 [christoph]  0.8.6claws90
6566
6567         * src/Makefile.am
6568         * src/smtp.[ch]                 ** REMOVE **
6569         * src/common/Makefile.am
6570         * src/common/smtp.[ch]          ** NEW **
6571                 move smtp files to common directory
6572
6573 2002-12-09 [christoph]  0.8.6claws89
6574
6575         * src/Makefile.am
6576         * src/session.[ch]              ** REMOVE **
6577         * src/common/Makefile.am
6578         * src/common/session.[ch]       ** NEW **
6579                 move session files to common directory
6580
6581 2002-12-09 [paul]       0.8.6claws88
6582
6583         * src/account.c
6584                 fix bug [649746] edit accounts: move account reverted
6585                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
6586
6587 2002-12-09 [colin]      0.8.6claws87
6588
6589         * src/ssl_certificate.c
6590                 cleanup
6591
6592 2002-12-09 [colin]      0.8.6claws86
6593
6594         * src/ssl.c
6595                 Try to open the cert.pem database and 
6596                 issue a warning if it isn't there
6597
6598 2002-12-09 [colin]      0.8.6claws85
6599
6600         * src/common/ssl_certificate.c
6601         * src/gtk/sslcertwindow.c
6602                 Warning fixes
6603
6604 2002-12-09 [colin]      0.8.6claws84
6605
6606         * src/ssl_certificate.[ch] ** REMOVED **
6607         * src/common/ssl_certificate.[ch] ** NEW **
6608         * src/Makefile.am
6609         * src/common/Makefile.am
6610                 Moved ssl_certificate.[ch] to common
6611         * src/common/ssl.c 
6612                 Put back needed include
6613         * src/gtk/sslcertwindow.[ch]
6614                 Changed ssl_certificate.h include
6615         
6616 2002-12-09 [colin]      0.8.6claws83
6617
6618         * src/gtk/sslcertwindow.[ch]
6619                 Implement hook for certificate acception
6620         * src/ssl_certificate.[ch]
6621                 Implement hook for certificate acception
6622         * src/common/ssl.c
6623                 Reenable certificate acception check
6624         * src/mainwindow.c
6625                 Register sslcertwindow's hook
6626         
6627 2002-12-08 [christoph]  0.8.6claws82
6628
6629         * src/about.c
6630         * src/addr_compl.c
6631         * src/codeconv.c
6632         * src/manual.c
6633         * src/undo.c
6634         * src/common/utils.c
6635                 o add missing includes
6636                 o fix warnings
6637         * src/.cvsignore
6638         * src/common/.cvsignore
6639         * src/common/version.h          ** REMOVE **
6640                 remove autogenerated file
6641
6642 2002-12-08 [paul]       0.8.6claws81
6643
6644         * src/stringtable.c
6645                 put back needed include
6646
6647 2002-12-08 [colin]      0.8.6claws80
6648         
6649         * src/gtk/sslcertwindow.c
6650                 Cleaner popups when asking
6651         * src/ssl_certificate.c
6652         * src/prefs_common.[ch]
6653                 remove ssl certificate pref
6654                 put back needed include
6655         * src/undo.c
6656                 put back needed include
6657
6658 2002-12-08 [christoph]  0.8.6claws79
6659
6660         * src/folderview.c
6661         * src/logwindow.c
6662         * src/statusbar.c
6663         * src/summaryview.c
6664                 only abort hook invokation if required data is missing not
6665                 if our own data pointer is NULL, update hookfunction for
6666                 log window
6667
6668 2002-12-08 [paul]       0.8.6claws78
6669
6670         * src/about.c
6671         * src/addrcache.c
6672         * src/addrclip.c
6673         * src/addr_compl.c
6674         * src/addrselect.c
6675         * src/codeconv.c
6676         * src/colorlabel.c
6677         * src/enriched.c
6678         * src/esmtp.c
6679         * src/exporthtml.c
6680         * src/headerview.c
6681         * src/imageview.c
6682         * src/manual.c
6683         * src/noticeview.c
6684         * src/pgptext.c
6685         * src/scoring.c
6686         * src/sourcewindow.c
6687         * src/stringtable.c
6688         * src/undo.c
6689                 clean up: remove unneccesary includes
6690
6691 2002-12-08 [christoph]  0.8.6claws77
6692
6693         * src/folderview.c
6694         * src/statusbar.c
6695         * src/summaryview.c
6696         * src/common/hooks.[ch]
6697                 hook functions now have a gboolean return value, if a hook
6698                 returns TRUE it will stop executing of any more hooks in
6699                 the same hooklist for this invokation
6700
6701 2002-12-08 [colin]      0.8.6claws76
6702         
6703         * src/main.c
6704                 put back argv0 for CRASH_DIALOG
6705
6706 2002-12-08 [christoph]  0.8.6claws75
6707
6708         * src/Makefile.am
6709         * src/about.c
6710         * src/account.c
6711         * src/crash.c
6712         * src/esmtp.h
6713         * src/imap.[ch]
6714         * src/inc.c
6715         * src/main.c
6716         * src/mainwindow.c
6717         * src/news.c
6718         * src/pop.[ch]
6719         * src/prefs_account.[ch]
6720         * src/prefs_common.[ch]
6721         * src/send.[ch]
6722         * src/smtp.[ch]
6723         * src/ssl_certificate.[ch]
6724         * src/ssl_manager.[ch]
6725         * src/common/Makefile.am
6726         * src/common/log.c
6727         * src/common/nntp.[ch]
6728         * src/common/socket.[ch]
6729         * src/common/ssl.[ch]
6730         * src/gtk/sslcertwindow.[ch]
6731         * ac/openssl.m4
6732                 use new autoconf script to detect OpenSSL with extra parameters
6733                 to specify the location of libs and includes, also remove USE_SSL
6734                 to USE_OPENSSL
6735
6736         * src/common/sylpheed.[ch]
6737         * src/common/version.h.in
6738                 start seperation of common code initialization seperated from gui
6739
6740         * src/summaryview.c
6741                 The function that is called when a color label changes
6742                 should not change the color lable again
6743
6744 2002-12-08 [colin]      0.8.6claws74
6745
6746         * src/gtk/sslcertwindow.c
6747                 warning fixes
6748
6749 2002-12-08 [colin]      0.8.6claws73
6750
6751         * src/statusbar.c
6752           src/common/log.h
6753                 Register a hook for statusbar_puts_all
6754         * src/common/log.c
6755                 invoke statusbar_puts_all's hook
6756         
6757 2002-12-08 [colin]      0.8.6claws72
6758
6759         * src/ssl_certificate.c
6760                 Put back a badly-removed include
6761
6762 2002-12-08 [colin]      0.8.6claws71
6763
6764         * src/gtk/sslcertwindow.[ch]    ** NEW **
6765                 new certificate presentation
6766         * src/gtk/Makefile.am
6767                 add new files
6768         * src/ssl_certificate.[ch]
6769                 gtk cleanup, made utility functions public
6770         * src/ssl_manager.c
6771                 use new cert presentation
6772
6773 2002-12-07 [christoph]  0.8.6claws70
6774
6775         * src/Makefile.am
6776         * src/nntp.[ch]                 ** REMOVE **
6777         * src/common/Makefile.am
6778         * src/common/nntp.[ch]          ** NEW **
6779                 move nntp files to common directory
6780
6781 2002-12-07 [christoph]  0.8.6claws69
6782
6783         * src/procmsg.[ch]
6784         * src/summaryview.c
6785                 implement msginfo update callback using sylpheed's new
6786                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
6787
6788 2002-12-06 [christoph]  0.8.6claws68
6789
6790         * src/editgroup.c
6791                 This patch changes the 'Edit Group Details' dialog to
6792                 allow extended selections in either pane, so that
6793                 addresses can be added or removed from a group more
6794                 quickly and easily. (it actually is a net decrease in
6795                 file size, as some unnecessary functions have been
6796                 removed). 
6797                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
6798
6799 2002-12-06 [christoph]  0.8.6claws67
6800
6801         * src/Makefile.am
6802         * src/template.[ch]             ** REMOVE **
6803         * src/common/Makefile.am
6804         * src/common/template.[ch]      ** NEW **
6805                 move template files to common directory
6806
6807         * src/nntp.c
6808                 add missing log.h include
6809
6810 2002-12-06 [melvin]     0.8.6claws66
6811
6812         * src/prefs_actions.c
6813                 Added the trailing ">" syntax to insert command's output
6814                 without replacing old text (in contrast to trailing "|").
6815
6816 2002-12-05 [colin]      0.8.6claws65
6817         
6818         * src/common/utils.c
6819                 Don't modify original search_string or it'll change
6820                 the next iterations in the for()
6821
6822 2002-12-05 [darko]      0.8.6claws64
6823
6824         * src/common/utils.c
6825                 proper check for filtering commands, found by Colin
6826
6827 2002-12-05 [darko]      0.8.6claws63
6828
6829         * src/common/utils.c
6830                 check proper string for NULL pointer, found by Colin
6831
6832 2002-12-05 [darko]      0.8.6claws62
6833
6834         * src/common/utils.[ch]
6835                 expand_search_string(): new function
6836                 converts Mutt-like patterns to Sylpheed's
6837                 filtering engine
6838         * src/summaryview.c
6839                 use expand_search_string() to allow Mutt-like
6840                 patterns in extended search
6841         * README.claws
6842                 document extended option in quick search
6843
6844 2002-12-05 [paul]       0.8.6claws61
6845
6846         * sync with 0.8.6cvs16
6847                 see ChangeLog 2002-12-05
6848                 
6849         * po/POTFILES.in
6850                 clean up
6851
6852 2002-12-04 [christoph]  0.8.6claws60
6853
6854         * src/imap.[ch]
6855                 put imap authentication code into a new function and
6856                 remove it from imap_session_new that will allow to
6857                 send other commands before authentication
6858
6859 2002-12-04 [christoph]  0.8.6claws59
6860
6861         * src/imap.[ch]
6862                 use already existing method to prevent unneeded IMAP
6863                 folder selects. Set imap_select parameters to NULL
6864                 in some functions if the values are not required.
6865
6866         * src/xml.h
6867                 remove no longer required include
6868
6869 2002-12-04 [paul]       0.8.6claws58
6870
6871         * po/es.po
6872                 updated by Ricardo Mones Lastra
6873                 
6874         * configure.in
6875           po/hu.po      ** NEW FILE **
6876                 initial Hungarian translation, submitted
6877                 by Gál Zoltán <galzoli@hu.inter.net>
6878
6879 2002-12-03 [christoph]  0.8.6claws57
6880
6881         * src/Makefile.am
6882         * src/gtksctree.[ch]            ** REMOVE **
6883         * src/gtk/Makefile.am
6884         * src/gtk/gtksctree.[ch]        ** NEW **
6885                 move gtksctree files to gtk directory
6886
6887 2002-12-03 [christoph]  0.8.6claws56
6888
6889         * src/Makefile.am
6890         * src/md5.[ch]                  ** REMOVE **
6891         * srm/common/Makefile.am
6892         * src/common/md5.[ch]           ** NEW **
6893                 move md5 files to common directory
6894
6895         * src/gtkstext.c
6896                 remove not required #include
6897
6898 2002-12-03 [sergey]     0.8.6claws55
6899
6900         * src/gtkutils.c
6901         * src/gtkutils.h
6902                 gtkut_window_popup(): new function.
6903         * src/mainwindow.c
6904                 main_window_popup(): use gtkut_window_popup() to raise
6905                 window without changing its position.
6906                 (see sylpheed-main ML message [sylpheed:17247])
6907
6908 2002-12-03 [sergey]     0.8.6claws54
6909
6910         * src/send.c
6911                 send_message_local(): removed first-dot escaping
6912                 (SMTP-only, not needed for sending through pipe)
6913
6914 2002-12-03 [paul]       0.8.6claws53
6915
6916         * po/POTFILES.in
6917                 update to reflect recent changes (thanks
6918                 to Ricardo Mones Lastra)
6919                 
6920         * tools/filter_conv.pl
6921                  fix problem with quoted strings. Patch submitted
6922                  by Luke Plant <lukeplant@softhome.net>
6923
6924 2002-12-03 [paul]       0.8.6claws52
6925
6926         * sync with 0.8.6cvs15
6927                 see ChangeLog 2002-12-03
6928
6929 2002-12-02 [christoph]  0.8.6claws51
6930
6931         * src/logwindow.[ch]
6932         * src/common/log.[ch]
6933                 implement logging using a hook function
6934
6935         * src/folderview.c
6936         * src/folder.[ch]
6937                 define hooklist name in header file to avoid
6938                 errors caused by wrong spelling of hooklist names
6939
6940         * src/toolbar.c
6941                 fix warnings
6942
6943 2002-12-02 [christoph]  0.8.6claws50
6944
6945         * src/common/Makefile.am
6946                 add src/common/hooks.[ch]
6947
6948         * src/common/hooks.[ch]
6949                 implement a simple hook system using glib's hook functions
6950
6951         * src/folder.[ch]
6952         * src/folderview.c
6953                 use new hook system for folder item updates
6954
6955 2002-12-02 [christoph]  0.8.6claws49
6956
6957         * doc-src/ui_seperation.txt     ** NEW **
6958                 information for ui seperation
6959
6960         * src/Makefile.am
6961                 remove files that were moved to common
6962                 include common directory by default for the header files
6963
6964         * src/inc.c
6965         * src/common/socket.c
6966         * src/automaton.[ch]
6967                 implement automaton using g_io_*-functions instead of
6968                 gdk_input_add to make it ui independent
6969
6970         * src/codeconv.c
6971         * src/compose.c
6972         * src/ldif.c
6973         * src/pgptext.c
6974         * src/procmime.c
6975         * src/rfc2015.c
6976         * src/smtp.c
6977         * src/unmime.c
6978                 remove common/ prefix because directory is now in
6979                 include path
6980
6981         * src/compose.c
6982         * src/folder.c
6983         * src/folderview.c
6984         * src/mainwindow.c
6985         * src/messageview.c
6986         * src/prefs_common.c
6987         * src/procmsg.c
6988         * src/rfc2015.c
6989                 fix warnings
6990
6991         * src/imap.c
6992         * src/inc.c
6993         * src/news.c
6994         * src/pop.c
6995         * src/send.c
6996         * src/smtp.c
6997         * src/ssl_certificate.c
6998                 add log.h header file for logging functions
6999
7000         * src/main.c
7001         * src/common/utils.c
7002         * src/summaryview.c
7003         * src/xml.c
7004                 o move debug_mode to common/utils.c
7005                 o add functions to set and get debug_mode
7006
7007         * src/defs.h                    ** REMOVE **
7008         * src/intl.h                    ** REMOVE **
7009         * src/socket.[ch]               ** REMOVE **
7010         * src/ssl.[ch]                  ** REMOVE **
7011         * src/utils.[ch]                ** REMOVE **
7012                 replaced by new files in src/common/
7013         
7014         * src/common/Makefile.am
7015                 add new files in src/common/
7016
7017         * src/common/defs.h             ** NEW **
7018         * src/common/intl.h             ** NEW **
7019         * src/common/log.[ch]           ** NEW **
7020         * src/common/socket.[ch]        ** NEW **
7021         * src/common/ssl.[ch]           ** NEW **
7022         * src/common/utils.[ch]         ** NEW **
7023                 replacement for files in src/
7024
7025 2002-12-02 [colin]      0.8.6claws48
7026
7027         * src/folderview.c
7028                 Scroll folderview if necessary during dnd
7029
7030 2002-12-02 [colin]      0.8.6claws47
7031
7032         * src/folder.[ch]
7033                 Add check to verify a move is within a single mailbox
7034         * src/folderview.c
7035                 Add specific error string for this check
7036
7037 2002-12-02 [colin]      0.8.6claws46
7038
7039         * src/folder.c
7040                 Add a test to folder moving, remove a statusbar_print
7041         * src/folderview.c
7042                 Add Move folder... context-menu item
7043                 Factorize folder moving code
7044                 Enable folder DND for mbox
7045
7046 2002-12-01 [christoph]  0.8.6claws45
7047
7048         * ac/aspell.m4
7049                 remove conf.aspelltest if the version check fails
7050
7051 2002-11-30 [christoph]  0.8.6claws44
7052
7053         * autogen.sh
7054                 run libtoolize --force in autogen to create missing
7055                 libtool scripts
7056
7057 2002-11-30 [christoph]  0.8.6claws43
7058
7059         * src/Makefile.am
7060         * src/pgptext.c
7061         * src/procmime.c
7062         * src/rfc2015.c
7063         * src/uuencode.[ch]             ** REMOVED **
7064         * src/common/Makefile.am
7065         * src/common/uuencode.[ch]      ** NEW **
7066                 move uuen/decoder to common directory
7067
7068 2002-11-30 [christoph]  0.8.6claws42
7069
7070         * src/Makefile.am
7071         * src/base64.[ch]               ** REMOVED **
7072         * src/codeconv.c
7073         * src/compose.c
7074         * src/ldif.c
7075         * src/pgptext.c
7076         * src/procmime.c
7077         * src/rfc2015.c
7078         * src/smtp.c
7079         * src/unmime.c
7080         * src/common/Makefile.am
7081         * src/common/base64.[ch]        ** NEW **
7082                 move base64 en/decoder to common directory
7083
7084 2002-11-30 [christoph]  0.8.6claws41
7085
7086         * src/common                    ** NEW **
7087                 new directory for UI independent code
7088         * src/gtk                       ** NEW **
7089                 new directory for GTK frontend
7090         * src/common/.cvsignore         ** NEW **
7091         * src/gtk/.cvsignore            ** NEW **
7092                 ignore build files
7093         * src/common/Makefile.am        ** NEW **
7094         * src/gtk/Makefile.am           ** NEW **
7095                 automake files to build new seperated stuff
7096         * src/Makefile.am
7097                 the binary will currently still be build with the
7098                 files in src, so we include the code from the
7099                 subdirs for now after building the libs there
7100
7101 2002-11-30 [paul]       0.8.6claws40
7102
7103         * src/compose.c
7104                 fix bug [642731] 'Wrong selected account with drafted mail'
7105
7106 2002-11-29 [oliver]     0.8.6claws39
7107         
7108         * src/messageview.c
7109                 o update summaryview when switching between different
7110                   messageviews          
7111         * src/toolbar.c  
7112                 o check if messageview holds already removed msg
7113                   from summaryview
7114                 
7115
7116 2002-11-29 [oliver]     0.8.6claws38
7117
7118         * src/toolbar.c 
7119                 remove not needed variables and includes
7120                 make messageview stay opened and move to next when msgs are deleted 
7121
7122 2002-11-29 [oliver]     0.8.6claws37
7123         
7124         * src/toolbar.c 
7125                 disable compose button (messageview toolbar) by default
7126                 deleted msgs are moved to trash
7127         
7128 2002-11-29 [melvin]     0.8.6claws36
7129
7130         * configure.in
7131                 Increased minimal gpgme version to 0.3.10 (Zombies out)
7132                 and to detect signatures expirations (gpgme 0.3.6)
7133
7134         * src/main.c
7135                 Use non obsolescent function for Gpgme engine checking.
7136
7137         * src/rfc2015.c
7138                 Inform about expired signatures or signatures which key
7139                 has expired. Expiration date is displayed.
7140
7141         * src/sigstatus.c
7142                 Inform about expired signatures or signatures which key
7143                 has expired.
7144
7145 2002-11-28 [paul]       0.8.6claws35
7146
7147         * src/folderview.c
7148                 re-instate 'Check for new messages' in Newsgroup
7149                 folders right-click menu, after a suggestion from
7150                 Tim Mann <timmann@users.sourceforge.net>
7151
7152         * src/main.c
7153                 after a crash check only local folders for new
7154                 messages
7155
7156 2002-11-28 [paul]       0.8.6claws34
7157
7158         * configure.in
7159                 apply patch that fixes the checking of GTK with XIM 
7160                 support on different OSs, such as FreeBSD. Patch 
7161                 submitted by Topia <topia@users.sourceforge.net>
7162                 
7163 2002-11-28 [paul]       0.8.6claws33
7164
7165         * src/mainwindow.c
7166           src/prefs_common.c
7167           src/prefs_toolbar.c
7168                 more changes to the English
7169
7170 2002-11-28 [paul]       0.8.6claws32
7171
7172         * sync with 0.8.6cvs13
7173                 see ChangeLog 2002-11-28 (no sync needed
7174                 for src/compose.c)
7175
7176 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
7177         
7178         * src/mainwindow.[ch]
7179                 add patch by Ivan F. Martinez introducing messageview Toolbar
7180                 some changes and committed by oliver    
7181
7182 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
7183
7184         * src/messageview.[ch]
7185                 add patch by Ivan F. Martinez introducing messageview Toolbar
7186                 some changes and committed by oliver    
7187
7188 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
7189
7190         * src/compose.[ch]
7191                 add patch by Ivan F. Martinez introducing messageview Toolbar
7192                 some changes and committed by oliver    
7193
7194 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
7195         
7196         * src/toolbar.[ch]
7197                 add patch by Ivan F. Martinez introducing messageview Toolbar
7198                 some changes and committed by oliver
7199
7200 2002-11-28 [oliver]     0.8.6claws27
7201         
7202         * src/prefs_toolbar.[ch]
7203                 getting ready for messageview toolbar
7204                 free mem allocated by gettext
7205                 change prefs_toolbar to prefs_toolbar_open
7206  
7207 2002-11-28 [thorsten]   0.8.6claws26
7208
7209         * src/imageview.[ch]
7210                 cleaned up conflicting declarations of
7211                 imageview_show_image()
7212
7213 2002-11-28 [paul]       0.8.6claws25
7214
7215         * src/grouplistdialog.c
7216           src/prefs_common.c
7217           src/prefs_summary_column.c
7218                 a few more improvements to the English
7219
7220 2002-11-28 [colin]      0.8.6claws24
7221
7222         * man/sylpheed.1
7223                 A few updates to command-line parameters
7224
7225 2002-11-28 [colin]      0.8.6claws23
7226
7227         * src/prefs_filtering.c
7228                 Fix problems with prefs_filtering_delete_path:
7229                 a) if the first rule is removed, original pointers
7230                    weren't updated (leading to segfaults)
7231                 b) it was always global_processing updated in case
7232                    of removed path was parent of rule path
7233
7234 2002-11-27 [paul]       0.8.6claws22
7235
7236         * src/mainwindow.c
7237           src/prefs_account.c
7238           src/prefs_actions.c
7239           src/prefs_common.c
7240           src/prefs_customheader.c
7241           src/prefs_display_header.c
7242           src/prefs_filtering.c
7243           src/prefs_folder_item.c
7244           src/prefs_matcher.c
7245           src/prefs_scoring.c
7246           src/prefs_summary_column.c
7247           src/prefs_template.c
7248           src/prefs_toolbar.c
7249                  improve the English in the GUI
7250
7251 2002-11-27 [colin]      0.8.6claws21
7252
7253         * src/folder.c
7254                 Fix processing renaming problems happening after
7255                 last commit
7256
7257 2002-11-27 [colin]      0.8.6claws20
7258
7259         * src/folder.c
7260                 recursive move now deletes src each subfolder after 
7261                 having moved it
7262         * src/folderview.c
7263                 Use identifier instead of path during dnd (enables
7264                 IMAP folder dnd)
7265
7266 2002-11-27 [paul]       0.8.6claws19
7267
7268         * src/main.c
7269                 apply patch that does command-line processing 
7270                 BEFORE gtk_init, allowing claws to run from 
7271                 shell-scripts in non-X environment (e.g. crontab 
7272                 or ip-up, ip-down scripts). Patch submitted by
7273                 Ruslan N. Balkin <baron@dartel.ru>
7274                 
7275         * po/it.po
7276                 updated by Alessandro Maestri
7277
7278 2002-11-27 [paul]       0.8.6claws18
7279
7280         * sync with 0.8.6cvs12
7281           src/prefs_common.c
7282                 Differences are that main uses a 'Receive dialog'
7283                 frame on the Interface tab, whereas claws groups all 
7284                 the dialogs together in a 'Dialogs' frame.
7285
7286 2002-11-27 [colin]      0.8.6claws17
7287
7288         * src/prefs_matcher.c
7289                 Fix Execute criteria's NOT flag
7290
7291
7292 2002-11-26 [christoph]  0.8.6claws16
7293
7294         * src/ssl.c
7295                 rewrite the ssl code a little bit, only use one
7296                 SSL context, set default certificates' file/path
7297
7298 2002-11-26 [thorsten]   0.8.6claws15
7299
7300         * src/compose.c
7301                 default-reply-to didn't work for ml-reply
7302
7303 2002-11-26 [melvin]     0.8.6claws14
7304
7305         * src/prefs_actions.c
7306                 Made pipe-actions ignore short headers in message view
7307                 Made trailing-pipe-actions write in the message view with
7308                 the same font as the original message
7309
7310 2002-11-26 [paul]       0.8.6claws13
7311
7312         * src/compose.c
7313                 this time commit the correct file
7314
7315 2002-11-26 [paul]       0.8.6claws12
7316
7317         * sync with 0.8.6cvs11
7318           src/quote_fmt_parse.y  
7319                 no sync needed
7320           src/account.[ch]       
7321                 not sync'ed
7322           src/compose.c
7323                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
7324                 on draft mode.
7325                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
7326                 header
7327                 
7328         see ChangeLog 2002-11-25 and 2002-11-26
7329
7330 2002-11-26 [colin]      0.8.6claws11
7331
7332         * src/folderview.c
7333                 Fix collapsed folder not auto-expanding during
7334                 mail dnd, if it was the source folder.
7335
7336 2002-11-25 [colin]      0.8.6claws10
7337
7338         * src/folderview.[ch]
7339                 Variable renaming and cleaning (slist of nodes 
7340                 to be re-collapsed is stored in FolderView)
7341
7342 2002-11-25 [paul]       0.8.6claws9
7343
7344         * src/prefs_common.[ch]
7345                 fix breakage caused by last commit
7346
7347 2002-11-25 [paul]       0.8.6claws8
7348
7349         * sync with 0.8.6cvs4
7350                 see ChangeLog 2002-11-21
7351
7352 2002-11-25 [paul]       0.8.6claws7
7353
7354         * sync with 0.8.6cvs4
7355                 see ChangeLog 2002-11-20
7356
7357 2002-11-25 [paul]       0.8.6claws6
7358
7359         * sync with 0.8.6cvs3
7360                 see ChangeLog 2002-11-18
7361
7362 2002-11-25 [colin]      0.8.6claws5
7363
7364         * src/gtkutils.[ch]
7365                 Add gtkut_ctree_node_is_parent()
7366         * src/folderview.c
7367                 Spring-loaded folders
7368
7369 2002-11-25 [colin]      0.8.6claws4
7370
7371         * src/utils.[ch]
7372                 Add slist_concat_unique(), function to merge
7373                 two GSList filtering dups
7374         * src/folder.[ch]
7375         * src/summaryview.[ch]
7376         * src/folderview.c
7377         * src/main.c
7378                 Add detection/update/display of unread answers
7379                 to marked mails
7380         * src/procmsg.[ch]
7381                 Add procmsg_find_children()
7382                 Add procmsg_msg_has_marked_parent()
7383
7384 2002-11-25 [colin]      0.8.6claws3
7385
7386         * src/ssl_certificate.[ch]
7387                 Allow checking a certificate without a DNS
7388                 lookup
7389                 Allow to forget a cert (by deleting it)
7390                 Make ssl_certificate_destroy_public
7391         * src/ssl_manager.[ch] ** NEW FILES **
7392                 Gui to manage (display/remove) certificates
7393         * src/prefs_common.[ch]
7394                 Add a pref to allow silent acceptation of
7395                 trusted certificates or not (based on the
7396                 "I want to know what's going on" principle)
7397         * src/mainwindow.c
7398                 Add SSL manager in Tools menu
7399         * src/Makefile.am
7400                 Add the new files to the build
7401         * po/POTFILES.in
7402                 Add ssl_manager.c to translations
7403
7404 2002-11-25 [colin]      0.8.6claws2
7405
7406         * src/summaryview.[ch]
7407                 Add S_SEARCH_EXTENDED to the quick search, which 
7408                 allows to search using filtering syntax.
7409
7410 2002-11-25 [colin]      0.8.6claws1
7411
7412         * src/summaryview.c
7413                 Deletion of duplicates now prefer deleting
7414                 the unread dup (fixes feature-request 638989).
7415
7416 2002-11-24 [paul]       0.8.6claws
7417
7418         * po/es.po
7419           po/pl.po
7420           po/ru.po
7421           po/sr.po
7422                 updated by Ricardo Mones Lastra,
7423                 Witold Wladyslaw Wojciech Wilk,
7424                 Ruslan N. Balkin, and  Urke MMI 
7425                 respectively
7426
7427 2002-11-24 [paul]       0.8.5claws182
7428
7429         * po/bg.po
7430                 updated by George Danchev
7431
7432 2002-11-23 [alfons]     0.8.5claws181
7433
7434         * src/imap.c
7435                 tiny memory leak found by browsing Dimitar's 
7436                 valgrind report
7437
7438 2002-11-23 [paul]       0.8.5claws180
7439
7440         * po/it.po
7441                 updated by Alessandro Maestri
7442
7443 2002-11-22 [christoph]  0.8.5claws179
7444
7445         * src/compose.c
7446         * src/inc.c
7447         * src/prefs_filtering.c
7448         * src/summaryview.c
7449                 more warning fixes
7450
7451 2002-11-22 [alfons]     0.8.5claws178
7452
7453         * src/summaryview.c
7454                 summary_execute_delete_func(): if message is deleted, make 
7455                 sure to also remove its entry in the subject hash table. 
7456                 fixes a corner case bug.
7457
7458 2002-11-22 [paul]       0.8.5claws177
7459
7460         * .cvsignore
7461                 add 'autom4te.cache'
7462                 
7463         * ltconfig      ** REMOVED **
7464                 not needed
7465
7466 2002-11-22 [paul]       0.8.5claws176
7467
7468         * src/textview.c
7469                 textview_set_font(): fix for message display in
7470                 UTF-8 locales (thanks to Sergey Vlasov).
7471                 
7472         * AUTHORS
7473                 add new team members and contributors
7474
7475
7476 2002-11-21 [colin]      0.8.5claws175
7477
7478         * src/procmsg.[ch]
7479                 Add procmsg_remove_special_headers()
7480         * src/mh.c
7481                 Use procmsg_remove_special_headers() for 
7482                 previous fix
7483
7484 2002-11-21 [colin]      0.8.5claws174
7485
7486         * src/mh.c
7487                 Fix moving/copying from queue/draft folders
7488                 for MH folders
7489
7490 2002-11-21 [christoph]  0.8.5claws173
7491
7492         * src/crash.c
7493         * src/filtering.c
7494         * src/logwindow.c
7495         * src/main.c
7496         * src/matcher_parser_lex.[hl]
7497         * src/mbox.c
7498         * src/mbox_folder.[ch]
7499         * src/prefs_filtering.c
7500         * src/procheader.c
7501         * src/quote_fmt_lex.l
7502         * src/ssl.c
7503                 fix all warnings except the warnings in lex and yacc files
7504
7505 2002-11-20 [christoph]  0.8.5claws172
7506
7507         * src/imap.c
7508                 fix MsgInfo retrieval for IMAP draft and queue folders
7509                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
7510
7511 2002-11-19 [christoph]  0.8.5claws171
7512
7513         * src/compose.c
7514                 fix segfault, when draft saving does not get
7515                 the MsgInfo of the new message
7516                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
7517
7518 2002-11-19 [christoph]  0.8.5claws170
7519
7520         * src/procmsg.c
7521                 add parameter check for flag setting function
7522                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
7523
7524 2002-11-18 [paul]       0.8.5claws169
7525
7526         * src/compose.c
7527                 more sensitivity fixes to redirect mode:
7528                 * disable toolbar draft button
7529                 * allow only Address book in the Tools menu
7530                 * disable editing of message by the spell
7531                   checker
7532
7533 2002-11-18 [paul]       0.8.5claws168
7534
7535         * src/compose.c
7536                 fix sensitivity of menu items in compose_redirect():
7537                 allow only the necessary items 
7538
7539 2002-11-18 [paul]       0.8.5claws167
7540
7541         * src/compose.c
7542                 fix bug [ 603259 ] 'attachment got lost on bounce'
7543
7544 2002-11-18 [paul]       0.8.5claws166
7545
7546         * po/ru.po
7547                 updated by Ruslan N. Balkin <baron@dartel.ru>
7548
7549 2002-11-18 [colin]      0.8.5claws165
7550
7551         * src/main.c
7552           src/defs.h
7553                 Remove old filtering stuff
7554
7555
7556 2002-11-17 [oliver]     0.8.5claws164
7557
7558         * src/toolbar.h
7559                 remove not needed typedef 
7560
7561 2002-11-17 [oliver]     0.8.5claws163
7562
7563         * src/toolbar.c
7564                 make toolbar's on click events translatable
7565
7566 2002-11-15 [colin]      0.8.5claws162
7567
7568         * src/summaryview.c
7569                 Revert too-soon integration of a feature
7570
7571 2002-11-15 [christoph]  0.8.5claws161
7572
7573         * src/imap.c
7574                 use main's implementation of imap_get_msginfo
7575
7576 2002-11-15 [christoph]  0.8.5claws160
7577
7578         * src/compose.c
7579         * src/folder.[ch]
7580         * src/imap.c
7581         * src/mbox_folder.c
7582         * src/mh.c
7583         * src/news.c
7584         * src/procmsg.c
7585         * src/summaryview.c
7586                 replace claws' fetch_msginfo with main's get_msginfo
7587                 (use main's implementation where possible)
7588
7589 2002-11-15 [colin]      0.8.5claws159
7590
7591         * src/ssl_certificate.c
7592                 Missed a check
7593
7594 2002-11-16 [melvin]     0.8.5claws158
7595
7596         * po/fr.po
7597                 Updated French translations.
7598
7599 2002-11-16 [colin]      0.8.5claws157
7600
7601         * src/ssl_certificate.c
7602                 Check for missing parts in the certificates
7603
7604 2002-11-15 [colin]      0.8.5claws156
7605
7606         * src/folderview.c
7607                 Preventive fix (missing check) found by
7608                 Alfons
7609
7610 2002-11-15 [paul]
7611
7612         * NEWS
7613                 sync with 0.8.6 release
7614
7615 2002-11-15 [colin]      0.8.5claws155
7616
7617         * src/folder.[ch]
7618           src/folderview.c
7619                 Fix error handling of folder_item_move_to()
7620                 (thanks to Alfons!)
7621
7622 2002-11-15 [colin]      0.8.5claws154
7623
7624         * src/folder.[ch]
7625           src/folderview.c
7626                 folder_item_move_to() sets an error message instead
7627                 of having GUI stuff in folder.c
7628
7629 2002-11-15 [colin]      0.8.5claws153
7630
7631         * src/procmsg.[ch]
7632                 Implemented a callback for MsgInfo updates, 
7633                 heavily copy/pasted from Christoph's folder 
7634                 callback system
7635         * src/summaryview.[ch]
7636                 Register summary_update_msg as callback
7637
7638 2002-11-14 [colin]      0.8.5claws152
7639         
7640         * src/procmsg.c
7641                 Update the FolderItem after sending (fixes 617593)
7642
7643 2002-11-14 [christoph]  0.8.5claws151
7644
7645         * src/folder.c
7646                 fix wrong position of NULL pointer check found
7647                 by Sergey
7648
7649 2002-11-14 [christoph]  0.8.5claws150
7650
7651         * src/folder.c
7652                 fix segfault when deleting messages from IMAP folders
7653                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
7654
7655 2002-11-14 [colin]      0.8.5claws149
7656
7657         * src/compose.c
7658                 Forwarding was also ignoring the folder's default account.
7659
7660 2002-11-14 [colin]      0.8.5claws148
7661
7662         * src/compose.c
7663                 Fix sent folder not set to folder properties when 
7664                 forwarding.
7665
7666 2002-11-14 [thorsten]   0.8.5claws147
7667
7668         * src/inc.c
7669                 inc_start(): Files were not moved from .processing to inbox,
7670                 if no global processing rule existed
7671
7672 2002-11-14 [colin]      0.8.5claws146
7673
7674         * src/ssl_certificate
7675                 Fix file operations
7676
7677 2002-11-14 [paul]       0.8.5claws145
7678
7679         * po/it.po
7680                 updated by Alessandro Maestri
7681
7682 2002-11-13 [alfons]     0.8.5claws144
7683
7684         * src/folder.c
7685                 folder_item_close(): only mark messages unread
7686                 when a folder has new messages 
7687
7688 2002-11-13 [keith]      0.8.5claws143
7689
7690         * src/imap.c
7691                 Fix problem moving or copying between
7692                 IMAP folders
7693
7694 2002-11-13 [colin]      0.8.5claws142
7695
7696         * src/matcher_parser_parse.y
7697                 Fix rule problem when " don't match
7698
7699 2002-11-13 [christoph]  0.8.5claws141
7700
7701         * src/folder.c
7702         * src/folderview.c
7703                 moved cache saving to folder_item_close
7704                 the folderview should not have to deal with
7705                 this things
7706
7707 2002-11-13 [christoph]  0.8.5claws140
7708
7709         * src/summaryview.c
7710                 moved setting of important score to
7711                 summary_set_prefs_from_folderitem
7712
7713 2002-11-13 [colin]      0.8.5claws139
7714
7715         * src/matcher_parser_parse.y
7716                 Fix a segfault in the parser (happening when
7717                 a good expression had been tested and a bad 
7718                 one arrives)
7719
7720 2002-11-13 [paul]       0.8.5claws138
7721
7722         * sync with 0.8.5cvs24
7723                 see ChangeLog 2002-11-13
7724                 
7725         * po/pt_BR.po
7726                 updated by Fabio Jr. Beneditto
7727
7728 2002-11-13 [colin]      0.8.5claws137
7729         
7730         * src/msgcache.c
7731           src/defs.h
7732           src/procmsg.[ch]
7733                 Revert last commit, problem
7734
7735 2002-11-13 [colin]      0.8.5claws136
7736
7737         * src/msgcache.c
7738                 Remove duplicated code
7739         * src/defs.h
7740                 Bumped CACHE_VERSION and MARK_VERSION
7741         * src/procmsg.[ch]
7742                 Network endian for cache and mark files
7743
7744 2002-11-12 [colin]      0.8.5claws135
7745
7746         * src/inc.c
7747                 Fix the "socket error" dialog which disappeared
7748
7749 2002-11-12 [colin]      0.8.5claws134
7750
7751         * src/msgcache.c
7752                 Reverse last commit which had performance 
7753                 problems, but still reverse the list
7754
7755 2002-11-12 [colin]      0.8.5claws133
7756
7757         * src/msgcache.c
7758                 Reverse list order
7759
7760 2002-11-12 [melvin]     0.8.5claws132
7761
7762         * src/compose.c
7763                 Added a check for a NULL prefs_common.dictionary
7764
7765 2002-11-12 [colin]      0.8.5claws131
7766
7767         * src/ssl_certificate.[ch]
7768                 Use FQDN hostname
7769
7770 2002-11-12 [colin]      0.8.5claws130
7771
7772         * src/ssl_certificate.[ch]
7773                 Take connection port into account for 
7774                 checking certificates (a single hostname
7775                 could have multiple servers with multiple
7776                 certificates)
7777         * src/ssl.c
7778                 Pass the port to ssl_certificate_check
7779
7780 2002-11-12 [paul]       0.8.5claws129
7781
7782         * src/folder.c
7783                 fix a typo in last commit
7784
7785 2002-11-12 [paul]       0.8.5claws128
7786
7787         * sync with 0.8.5cvs23
7788                 see ChangeLog entry 2002-11-12
7789
7790 2002-11-11 [colin]      0.8.5claws127
7791
7792         * src/ssl_certificate.c
7793                 Cleaner messages
7794                 Don't popup, instead log error, if the 
7795                 corresponding pref is checked
7796         * src/ssl_certificate.h
7797                 include <openssl/objects/h>
7798
7799 2002-11-11 [colin]      0.8.5claws126
7800
7801         * src/ssl_certificate.h
7802                 _Really_ clean it
7803
7804 2002-11-11 [colin]      0.8.5claws125
7805         
7806         * src/ssl_certificate.c
7807                 Fixed leak
7808
7809 2002-11-11 [colin]      0.8.5claws124
7810
7811         * src/ssl.c
7812                 Cleaned a bit
7813         * src/ssl_certificate.[ch]
7814                 Cleaned a bit (better use of SSL API)
7815                 (This will cause non-recognition of saved 
7816                  certificates of claws12[23]...)
7817
7818 2002-11-11 [paul]       0.8.5claws123
7819         
7820         * po/es.po
7821                 updated by Ricardo Mones Lastra
7822
7823 2002-11-11 [colin]      0.8.5claws122
7824
7825         * src/ssl.c
7826                 Fix a typo
7827
7828 2002-11-11 [colin]      0.8.5claws121
7829
7830         * src/ssl_certificate.[ch] ** NEW FILES **
7831         * src/ssl.[ch]
7832                 Check SSL certificates presented to us
7833         * src/Makefile.am
7834                 Add ssl_certificate.[ch]
7835         * po/POTFILES.in
7836                 Add ssl_certificate.c
7837
7838 2002-11-11 [paul]       0.8.5claws120
7839
7840         * sync with 0.8.5cvs22
7841                 see ChangeLog 2002-11-11
7842
7843 2002-11-11 [paul]       0.8.5claws119
7844
7845         * sync with 0.8.5cvs21
7846                 see ChangeLog 2002-11-11
7847
7848 2002-11-10 [jens]       0.8.5claws118
7849
7850         * src/folder.c
7851         * src/folderview.c
7852                 corrected some typing
7853         * po/de.po
7854                 updated german translation
7855         * sylpheed.spec.in
7856                 cleaned up specfile and adjusted it for claws
7857
7858 2002-11-10 [colin]      0.8.5claws117
7859
7860         * src/summaryview.c
7861                 a STATUSBAR_PUSH/POP fix
7862
7863 2002-11-10 [colin]      0.8.5claws116
7864
7865         * src/prefs_folder_item.c
7866                 Fix hanging after opening folder properties
7867
7868 2002-11-10 [hoa]        0.8.5claws115
7869
7870         * src/matcher_parser_lex.l
7871         * src/matcher_parser_parse.y
7872                 config file for scoring and filtering is no more trashed
7873                 when there is a syntax error in a filtering rule when
7874                 editing it in a dialog.
7875
7876 2002-11-09 [colin]      0.8.5claws114
7877
7878         * src/mbox_folder.c
7879                 Added missing initialisation of folder->destroy()
7880
7881 2002-11-09 [colin]      0.8.5claws113
7882
7883         * src/folder.c
7884           src/folderview.c
7885                 Fix the status bar messages
7886
7887 2002-11-09 [colin]      0.8.5claws112
7888
7889         * src/folderview.c
7890                 Fix hangs after folder dnd, happening after 
7891                 claws109.
7892
7893 2002-11-09 [christoph]  0.8.5claws111
7894
7895         * src/folderview.c
7896                 just changed order of calls (reverse order of
7897                 associated calls)
7898         * src/inc.c
7899                 lock inc when checking only one account, otherwise
7900                 inc all could be executed at the same time
7901
7902 2002-11-09 [christoph]  0.8.5claws110
7903
7904         * src/folderview.c
7905                 better unlock the mouse cursor before calling
7906                 summary_show because it changes the cursor too
7907
7908 2002-11-09 [christoph]  0.8.5claws109
7909
7910         * src/folder.[ch]
7911         * src/folderview.c
7912                 add functions to open and close a folder
7913                 o opending will execute scanning for remote folders
7914                   and processing
7915                 o closing will unset new flag for messages
7916
7917 2002-11-09 [colin]      0.8.5claws108
7918
7919         * src/folder.c
7920                 Add a call to prefs_matcher_write_config to 
7921                 avoid non-leaf folders filtering settings to be
7922                 lost
7923
7924 2002-11-09 [paul]       0.8.5claws107
7925
7926         * src/prefs_account.c
7927                 re-word a label
7928
7929 2002-11-09 [colin]      0.8.5claws106
7930
7931         * src/folderview.c
7932                 Minor esthetic fix
7933
7934 2002-11-09 [colin]      0.8.5claws105
7935
7936         * src/folderview.c
7937                 Fix prefs_filtering deletion for MH folders (same
7938                 reason as below)
7939         * src/prefs_filtering.c
7940                 Fix prefs_filtering renaming and deletion for 
7941                 folder-based processing rules.  
7942
7943 2002-11-09 [christoph]  0.8.5claws104
7944
7945         * src/compose.c
7946         * src/folder.[ch]
7947         * src/folderview.[ch]
7948         * src/import.c
7949         * src/inc.c
7950         * src/main.c
7951         * src/mainwindow.c
7952         * src/messageview.c
7953         * src/prefs_folder_item.c
7954         * src/procmsg.c
7955         * src/summaryview.c
7956                 implement a callback system for folder item updates
7957
7958 2002-11-09 [colin]      0.8.5claws103
7959
7960         * src/folderview.c
7961                 Fix prefs_filtering renaming for MH folders (we
7962                 shouldn't rename by path as another folder could
7963                 have the same hierarchy).
7964
7965 2002-11-09 [colin]      0.8.5claws102
7966
7967         * src/folder.c
7968                 Fix a leak found by Christoph, use better variable
7969                 names
7970
7971 2002-11-09 [colin]      0.8.5claws101
7972
7973         * src/folder.c
7974                 One more fix for processing rules
7975
7976 2002-11-08 [colin]      0.8.5claws100
7977         
7978         * src/matcher.c
7979                 Don't copy the compiled regexp (will be reevaluated)
7980         * src/folderview.c
7981                 Lock folderview while moving
7982         * src/folder.c
7983                 Provide info on what's happening to the user
7984
7985 2002-11-08 [colin]      0.8.5claws99
7986
7987         * src/folderview.c
7988                 Fix folder reordering after a move if parent is 
7989                 root
7990         * src/scoring.[ch]
7991                 Add function to copy a ScoringProp
7992         * src/prefs_folder_item.c
7993                 Copy scoring rules when copying a folder prefs
7994
7995 2002-11-08 [colin]      0.8.5claws98
7996
7997         * src/folderview.c
7998                 Fixes in case of failure
7999         * src/filtering.[ch]    
8000                 Add function to duplicate a FilteringProp
8001         * src/matcher.[ch]
8002                 Add function to duplicate a MatcherProp
8003         * src/prefs_folder_item.c
8004                 Save folder's processing rules when copying 
8005                 its prefs
8006
8007 2002-11-08 [colin]      0.8.5claws97
8008         
8009         * src/folderview.c
8010                 Sort after move
8011         * src/folder.c 
8012                 Change a printf to debug_print
8013
8014 2002-11-08 [colin]      0.8.5claws96
8015
8016         * src/folder.c
8017           src/folderview.c
8018                 Fix segfaults, call me stupido
8019         
8020
8021 2002-11-08 [colin]      0.8.5claws95
8022
8023         *src/folder.c
8024                 Added forgotten prefs to save when moving folders
8025
8026 2002-11-08 [colin]      0.8.5claws94
8027
8028         * src/folder.c
8029                 Fixes to folder DND (prefs copy)
8030         * src/folderview.c
8031                 Optimization for folder DND (don't rescan whole tree)
8032                 Added folderview_create_folder_node() for this 
8033                 optimization, so de-duped a bit the code
8034         * src/prefs_folder_item.[ch]
8035                 Added prefs_folder_item_copy_prefs()    
8036           
8037 2002-11-08 [paul]       0.8.5claws93
8038
8039         * src/prefs_account.c
8040           tools/README
8041           tools/kmail2sylpheed_v2.pl
8042                 correct some typos
8043
8044 2002-11-08 [paul]       0.8.5claws92
8045
8046         * src/compose.c
8047           src/prefs_account.[ch]
8048                 remove account options 'clearsign' and 'ascii_armored',
8049                 replace with 'default_gnupg_mode' to prevent mixed-mode
8050                 Privacy settings
8051
8052 2002-11-08 [paul]       0.8.5claws91
8053
8054         * src/compose.[ch]
8055                 re-implement GnuPG 'on-the-fly' mode selection,
8056                 disallow mixed-mode
8057
8058 2002-11-08 [colin]      0.8.5claws90
8059
8060         * src/folderview.c
8061           src/prefs_folder_item.c
8062                 Change "Property" to "Properties"
8063
8064 2002-11-07 [colin]      0.8.5claws89
8065
8066         * src/folderview.c
8067           src/folder.c
8068                 Allow folder dropping to a root folder
8069
8070 2002-11-07 [paul]       0.8.5claws88
8071
8072         * src/compose.c
8073                 revert last commit
8074
8075 2002-11-07 [paul]       0.8.5claws87
8076
8077         * src/compose.c
8078                 fix reply-to-list bug. closes bug report
8079                 "[633382] reply-to-list broken in recent cvs"
8080
8081 2002-11-07 [paul]       0.8.5claws86
8082
8083         * src/compose.c
8084                 add a forgotten '#if USE_GPGME ... #endif'
8085
8086 2002-11-07 [paul]       0.8.5claws85
8087
8088         * sync with 0.8.5cvs20
8089                 see ChangeLog 2002-11-07
8090
8091 2002-11-07 [colin]      0.8.5claws84
8092
8093         * src/folder.[ch]
8094                 Change folder_item_move_to to return the newly 
8095                 created folderitem.
8096         * src/folderview.c
8097                 Select the new folderitem after moving.
8098
8099 2002-11-07 [colin]      0.8.5claws83
8100
8101         * src/prefs_filtering.c
8102                 Fix rule rewriting when moving a leaf folder to a 
8103                 shorter path
8104
8105 2002-11-07 [colin]      0.8.5claws82
8106
8107         * src/prefs_filtering.c
8108                 fix a leak
8109
8110 2002-11-07 [colin]      0.8.5claws81
8111
8112         * src/folder.[ch]
8113                 Add folder_item_move_to() function to move a 
8114                 folderitem into another one (updates matcher etc)
8115         * src/folderview.c
8116                 Add folder drag'n drop (context menu to come)
8117                 [Should be dataloss free, but Please backup before 
8118                  trying !]
8119
8120 2002-11-06 [colin]      0.8.5claws80
8121
8122         * src/mh.c
8123                 mh_create_folder() returns NULL if can't create
8124                 directory hierarchy
8125
8126 2002-11-06 [paul]       0.8.5claws79
8127
8128         * src/compose.[ch]
8129                 allow 'on-the-fly' changing of the type of encryption 
8130                 and/or signing used (mime/ascii) via the compose window
8131
8132 2002-11-06 [paul]       0.8.5claws78
8133
8134         * sync with 0.8.5cvs19
8135                 see ChangeLog 2002-11-06 for src/account.c: 
8136                 account_get_special_folder()
8137                 
8138 2002-11-05 [alfons]     0.8.5claws77
8139
8140         * src/crash.c
8141                 very minor cleanups: nothing to see here, move on. :-)
8142
8143 2002-11-05 [colin]      0.8.5claws76
8144
8145         * src/main.c
8146                 Changes choices if compose windows are opened to
8147                 Discard, Draft, Don't quit
8148
8149 2002-11-05 [thorsten]   0.8.5claws75
8150
8151         * src/compose.c
8152                 reenabled default_reply_to folder option
8153
8154 2002-11-05 [colin]      0.8.5claws74
8155
8156         * src/compose.[ch] 
8157                 add compose_draft()
8158         * src/crash.c
8159                 add SIGTERM handler
8160         * src/main.[ch]
8161                 add clean_quit() for the SIGTERM handler
8162
8163 2002-11-05 [paul]       0.8.5claws73
8164         
8165         * po/es.po
8166                 updated by Ricardo Mones Lastra
8167
8168 2002-11-05 [melvin]     0.8.5claws72
8169
8170         * src/logwindow.c
8171                 Fixed log-clipping bug #616795.
8172                 To stop logging in the log window use 0 length.
8173         * src/prefs_common.c
8174                 Added a label to inform about the 0 log length behaviour.
8175
8176 2002-11-05 [paul]       0.8.5claws71
8177
8178         * sync with 0.8.5cvs17
8179                 see ChangeLog 2002-11-05
8180
8181 2002-11-04 [paul]       0.8.5claws70
8182
8183         * sylpheed-128x128.png
8184           sylpheed-64x64.png
8185           sylpheed.png
8186                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
8187                 <nikai@users.sourceforge.net>
8188                 
8189         * po/bg.po
8190                 updated by George Danchev
8191
8192 2002-11-03 [thorsten]   0.8.5claws69
8193
8194         * src/main.c
8195           src/mimeview.c
8196           src/rfc2015.h
8197                 add check if gpg is active
8198
8199 2002-11-03 [thorsten]   0.8.5claws68
8200
8201         * src/toolbar.h
8202                 removed GSList declaration causing trouble on MacOS-X
8203                 (submitted by alfons, reported by xfesty)
8204
8205 2002-11-01 [paul]       0.8.5claws67
8206
8207         * src/mainwindow.c
8208                 remove last remnants of main's filter code
8209
8210 2002-11-01 [paul]       0.8.5claws66
8211
8212         * tools/filter_conv.pl
8213                 fix bug where user-defined headers were ignored
8214
8215 2002-11-01 [paul]       0.8.5claws65
8216
8217         * src/logwindow.c
8218                 make a debug_print() not translatable
8219
8220 2002-10-31 [melvin]     0.8.5claws64
8221
8222         * ac/aspell.m4
8223                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
8224                 not run any GNU/aspell test.  The dictionary path will
8225                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
8226                 was given, in which case, it will be $prefix/lib/aspell/
8227         * configure.in
8228                 Fixed typo in commentary (Aspell code).
8229
8230 2002-10-31 [paul]       0.8.5claws63
8231
8232         * po/POTFILES.in
8233                 remove src/filter.c and src/prefs_filter.c
8234                 thanks to Ricardo for reminding me
8235
8236 2002-10-31 [colin]      0.8.5claws62
8237
8238         * src/mbox_folder.c
8239                 Plug some leaks
8240
8241 2002-10-31 [paul]       0.8.5claws61
8242
8243         * src/prefs_filter.[ch] ** REMOVED **
8244           src/filter.[ch]       ** REMOVED **
8245           
8246         * src/Makefile.am
8247           src/folderview.c
8248           src/inc.c
8249           src/main.c
8250           src/mainwindow.c
8251           src/mbox.c
8252           src/prefs_common.c
8253           src/prefs_filtering.c
8254           src/summaryview.[ch]
8255                 remove main's 'filter' code
8256                 
8257         README.claws
8258                 update to reflect removal of main's filter
8259
8260 2002-10-31 [paul]       0.8.5claws60
8261
8262         * src/summaryview.c
8263                 remove check for global_processing in summary_filter_open(). 
8264                 This fixes the bug where if the user uses the right-click 
8265                 'Create filter rule...' and doesn't have any filter rules 
8266                 already defined in claws' advanced filtering, the newly 
8267                 created filter rule goes to main's filtering which is 
8268                 inaccessible through the gui. Now the filter rule gets added
8269                 to claws' filtering by default.
8270
8271 2002-10-28 [melvin]     0.8.5claws59
8272
8273         * src/prefs_actions.c
8274                 Fixed bug #627322 where MIME parts were not always
8275                 correctly passed to a %p action
8276                 Display an error dialog when message filename is not found.
8277
8278 2002-10-28 [melvin]     0.8.5claws58
8279
8280         * src/prefs_common.c
8281                 Readded a missing function declaration lost in 0.8.3claws34
8282
8283 2002-10-28 [paul]       0.8.5claws57
8284
8285         * sync with 0.8.5cvs15
8286                 see ChangeLog 2002-10-28 and 2002-10-25
8287                 
8288         Note: ChangeLog entry 2002-10-24 is not sync'ed.
8289
8290 2002-10-27 [oliver]     0.8.5claws56
8291
8292         * src/pop.c
8293                 plug leak in pop3_top_recv
8294
8295 2002-10-26 [christoph]  0.8.5claws55
8296
8297         * src/folder.c
8298                 set need_update folder flag when messages are added
8299                 (closes bug [ 626922 ] folder not updated after receiving)
8300
8301 2002-10-25 [melvin]     0.8.5claws54
8302
8303         * src/imageview.c
8304                 Fixed a memleak introduced in the scaling code.
8305
8306 2002-10-24 [alfons]     0.8.5claws53
8307
8308         * src/filtering.c
8309                 make filtering's forward message action forward from the 
8310                 correct account
8311                 (closes bug [628089 ] Filter -> Forward from address problem
8312                 reported by Oktay)
8313
8314 2002-10-24 [christoph]  0.8.5claws52
8315
8316         * src/mainwindow.c
8317         * src/manual.[ch]
8318                 o use manual of current locale or english if current
8319                   locale is not available (and english is available)
8320                 o also link to sylpheed doc project manuals
8321
8322 2002-10-23 [paul]       0.8.5claws51
8323
8324         * tools/README
8325           tools/kmail2sylpheed_v2.pl
8326                 add new version of kmail addressbook importer script.
8327                 works with newer versions of Kmail/KAddressBook which
8328                 have new and rearranged data.
8329
8330 2002-10-23 [martin]     0.8.5claws50
8331
8332         * src/folderview.c
8333         * src/summaryview.c
8334         * src/utils.h
8335         * src/utils.c
8336                 added length parameter to get_abbrev_newsgroup_name()
8337                 changed this function so that it abbreviates the newsgroup
8338                 names only so long it is smaller than the length parameter
8339                 (for better reading of some newsgroup names and space efficiency)
8340
8341 2002-10-22 [colin]      0.8.5claws49
8342
8343         *src/foldersel.c
8344                 Revert Alfons' last modification (after voting ;-))
8345
8346 2002-10-21 [alfons]     0.8.5claws48
8347
8348         * src/foldersel.c
8349                 folder view in folder selection dialog reflects state of
8350                 folder view in main window
8351
8352 2002-10-18 [alfons]     0.8.5claws47
8353
8354         * src/mbox.c
8355                 drop imported messages in folder selected by user,
8356                 and not in the inbox
8357                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
8358
8359 2002-10-18 [alfons]     0.8.5claws46
8360
8361         * src/compose.c
8362                 make automagic reply work correctly for email accounts 
8363                 (whether it's viable to do a full sync with Hiro's 
8364                 compose.c is still under discussion)
8365
8366 2002-10-18 [melvin]     0.8.5claws45
8367
8368         * src/prefs_actions.c
8369                 Fixed bug #622275 where asynchroneous actions left 
8370                 zombies processes
8371                 Made (synchroneous) actions' input be displayed live.
8372
8373 2002-10-18 [christoph]  0.8.5claws44
8374
8375         * src/textview.c
8376                 don't add a newline in the textview in front of the
8377                 first textpart if header display is disabled
8378                 (closes bug [ 603385 ] disabled header display leaves blank
8379                  lin)
8380
8381 2002-10-18 [christoph]  0.8.5claws43
8382
8383         * src/folder.[ch]
8384         * src/imap.c
8385         * src/mbox_folder.c
8386         * src/mh.c
8387         * src/news.c
8388                 folder->get_num_list now returns an error code
8389                 (closes bug [ 609424 ] News cache cleared on failure)
8390                 
8391 2002-10-17 [colin]      0.8.5claws42
8392         
8393         * src/news.c
8394                 Changed a printf by debug_print
8395
8396 2002-10-16 [paul]       
8397
8398         * tools/OOo2sylpheed.pl
8399                 allow for spaces in the name of the
8400                 file to be attached.
8401
8402 2002-10-16 [colin]      0.8.5claws41
8403
8404         * src/main.c
8405                 Use a tristate to change online mode
8406
8407 2002-10-16 [paul]       0.8.5claws40
8408
8409         * po/es.po
8410                 updated by Ricardo Mones Lastra
8411
8412 2002-10-16 [colin]      0.8.5claws39
8413
8414         * src/main.c
8415           src/mainwindow.[ch]
8416                 Added --online and --offline command-line
8417                 switches
8418
8419 2002-10-15 [christoph]  0.8.5claws38
8420
8421         * src/procmime.c
8422                 set mimeinfo->name to NULL after g_free to
8423                 avoid double freeing with g_free
8424
8425 2002-10-14 [christoph]  0.8.5claws37
8426
8427         * src/compose.c
8428         * src/filtering.c
8429         * src/summaryview.c
8430                 remove calls to folder->change_flags that are now
8431                 done by procmsg flag functions (seems it is not
8432                 used by any foldertype anyway)
8433         * src/folder.c
8434                 init folder->change_flags with NULL
8435
8436 2002-10-14 [christoph]  0.8.5claws36
8437
8438         * src/folder.[ch]
8439         * src/imap.[ch]
8440                 use virtual functions for folder item new and destroy
8441                 functions
8442
8443 2002-10-14 [melvin]     0.8.5claws35
8444
8445         * src/compose.c
8446                 Added a test to not run the spell checker if no default
8447                 dictionary is available. No dialog is displayed though.
8448
8449 2002-10-14 [melvin]     0.8.5claws34
8450
8451         * src/gtkaspell.c
8452                 Fixed bug in dictionary list context menu where
8453                 "More..." pointed to an emtpy submenu if the
8454                 number of dictionaries is a multiple of 15
8455                 Removed unneeded code in suggestions list creation
8456
8457 2002-10-14 [paul]       0.8.5claws33
8458
8459         * po/bg.po
8460                 updated by George Danchev
8461
8462 2002-10-13 [hoa]        0.8.5claws32
8463
8464         * src/matcher.[ch]
8465           src/matcher_parser_parser.y
8466                 removed the escaped string from internal structure
8467                 of matcher.
8468
8469 2002-10-12 [colin]      0.8.5claws31
8470
8471         * src/gtksctree.[ch]
8472           src/summaryview.c
8473                 Removed useless function gtksctree_reanchor
8474
8475 2002-10-12 [alfons]     0.8.5claws30
8476         
8477         * sync with remaining main changes 2002-10-09 - 2002-10-11
8478         - drop changes to src/compose.c (requires claws specific changes)
8479         
8480 2002-10-12 [alfons]     0.8.5claws29
8481         
8482         * sync with main changes of 2002-10-08
8483         - drop changes to src/compose.c (requires claws specific changes)
8484         - drop changes to src/summaryview.c (requires changes to compose.c)     
8485
8486 2002-10-12 [alfons]     0.8.5claws28
8487         
8488         * sync with main changes of 2002-10-07
8489
8490 2002-10-12 [alfons]     0.8.5claws27
8491
8492         * sync with main changes of 2002-10-04
8493         - drop changes to src/compose.c (requires claws specific changes)
8494         - drop changes to src/prefs_folder_item.c (claws implementation
8495           seems to be working)
8496
8497 2002-10-12 [colin]      0.8.5claws26
8498
8499         * src/mainwindow.c
8500                 Fix folder-flicker when space-reading, introduced 
8501                 in claws22.
8502
8503 2002-10-12 [colin]      0.8.5claws25
8504
8505         * src/compose.c
8506                 Save account address when saving as draft.
8507                 (closes bug 621838)
8508
8509 2002-10-12 [colin]      0.8.5claws24
8510
8511         * src/summaryview.c
8512                 Fix the problem consisting of no message selected
8513                 after the last message in a folder has been moved.
8514
8515 2002-10-12 [paul]       0.8.5claws23
8516
8517         * src/compose.c
8518           src/prefs_template.c
8519           src/template.[ch]
8520                 add Cc and Bcc to templates. Patch submitted by
8521                 John L. Males.
8522
8523 2002-10-12 [colin]      0.8.5claws22
8524
8525         * src/folderview.c
8526                 Fix a bug after "Check for new messages":
8527                 If a folder was opened, it was still selected at
8528                 the end of the check, but displayed empty.
8529         * src/mainwindow.c
8530                 Remove unnecessary check
8531
8532 2002-10-12 [paul]
8533
8534         * tools/README
8535                 be more verbose in the description of
8536                 OOo2sylpheed.pl
8537                 
8538
8539 2002-10-11 [colin]      0.8.5claws21
8540
8541         * src/mainwindow.c
8542                 Make space work (better) when no mail is selected
8543
8544 2002-10-11 [colin]      0.8.5claws20
8545
8546         * src/inc.c
8547           src/news.c
8548                 fix warnings
8549
8550 2002-10-11 [colin]      0.8.5claws19
8551
8552         * src/mainwindow.c
8553                 revert 0.8.5claws6 changes as i couldn't get to
8554                 anything satisfying
8555
8556 2002-10-11 [melvin]     0.8.5claws18
8557
8558         * src/compose.c
8559                 Removed buggy and unused macro (should have been committed in
8560                 0.8.5claws17)
8561
8562 2002-10-11 [melvin]     0.8.5claws17
8563
8564         * src/compose.c
8565                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
8566
8567 2002-10-11 [thorsten]   0.8.5claws16 
8568
8569         * src/folderview.c
8570                 remove rescan warning
8571
8572 2002-10-11 [colin]      0.8.5claws15 
8573
8574         * src/procheader.c
8575                 fix a segfault that happens if conv_unmime_header
8576                 fails (should be better to find out why it fails)
8577
8578 2002-10-11 [christoph]  0.8.5claws14
8579
8580         * src/summaryview.c
8581                 update folderview stats after ignore/unignore thread
8582
8583 2002-10-11 [hoa]        0.8.5claws13
8584
8585         * src/quote_fmt_parse.y
8586                 Fixed a yacc/bison syntax error
8587         * src/matcher.c
8588                 Escaping of string is fixed.
8589
8590 2002-10-11 [colin]      0.8.5claws12
8591
8592         * src/imageview.c
8593                 Resize images to fit
8594
8595 2002-10-11 [paul]       0.8.5claws11
8596
8597         * po/es.po
8598                 updated by Ricardo Mones Lastra
8599
8600 2002-10-10 [alfons]     0.8.5claws10
8601
8602         * src/compose.c
8603                 allow dropping files by "moving" files from a file manager,
8604                 not only by the more cumbersome "copying". the latter 
8605                 mostly implies holding down the Control button
8606
8607 2002-10-10 [christoph]  0.8.5claws9
8608
8609         * src/summaryview.c
8610                 update folders after thread building for ignored threads
8611
8612 2002-10-10 [christoph]  0.8.5claws8
8613
8614         * config/.cvsignore
8615                 added Makefile
8616         * src/filtering.[ch]
8617         * src/folder.[ch]
8618         * src/folderview.[ch]
8619         * src/import.c
8620         * src/inc.[ch]
8621         * src/mbox.[ch]
8622         * src/procmsg.c
8623         * src/summaryview.[ch]
8624                 o added new flag need_update to FolderItem
8625                 o removed folder_table from various functions from tracking
8626                   folder updates
8627                 o set need_update flags in folder.c's move, copy and delete
8628                   functions and procmsg's flags functions
8629                 o added function folderview_update_items_when_required that
8630                   updates all folders with need_update set
8631                 o call folderview_update_items_when_required instead of
8632                   folderview_update_item_foreach
8633
8634 2002-10-09 [sergey]     0.8.5claws7
8635
8636         * src/compose.c
8637                 Strip CRs whel loading the text into editor in reedit mode.
8638
8639 2002-10-09 [colin]      0.8.5claws6
8640
8641         * src/mainwindow.c
8642                 Make Space work when no mail is selected
8643
8644 2002-10-09 [colin]      0.8.5claws5
8645
8646         * src/gtksctree.[ch]
8647                 Fix range_select
8648                 Add gtk_sctree_reanchor() 
8649         * src/summaryview.c
8650                 Use gtk_sctree_reanchor() - better fix for 
8651                 bug 60413
8652
8653 2002-10-09 [colin]      0.8.5claws4
8654
8655         * src/summaryview.c
8656                 Fix shift-click select after delete problem
8657                 (closes bug 60413)
8658
8659 2002-10-08 [thorsten]   0.8.5claws3
8660
8661         * src/summaryview.c
8662                 exclude current msg from -hide read messages-
8663
8664 2002-10-08 [colin]      0.8.5claws2
8665
8666         * src/inc.[ch]
8667           src/pop.c
8668           src/recv.c
8669                 Differentiate socket errors from disk full
8670                 errors
8671
8672 2002-10-08 [christoph]  0.8.5claws1
8673
8674         * Makefile.am
8675         * configure.in
8676                 modifications for new config directory
8677
8678         * config.guess  ** REMOVED **
8679         * config.sub    ** REMOVED **
8680         * install-sh    ** REMOVED **
8681         * ltmain.sh     ** REMOVED **
8682         * missing       ** REMOVED **
8683         * mkinstalldirs ** REMOVED **
8684                 these files are autogenerated by automake
8685                 when you run autogen.sh
8686
8687         * config/.cvsignore     ** NEW FILE **
8688         * config/Makefile.am    ** NEW FILE **
8689                 ignore autogenerated files
8690                 create a Makefile in this directory
8691
8692 2002-10-08 [paul]       0.8.5claws
8693
8694         * 0.8.5claws release
8695         
8696         * src/compose.c
8697           src/procheader.c
8698           src/procmsg.c
8699                 fix quote reply format for newsgroups reply bug
8700                 (thanks to Hoa)
8701                 
8702         * po/en_GB.po
8703           po/pl.po
8704                 updated by me and Witold Wladyslaw Wojciech Wilk
8705                 repectively
8706
8707 2002-10-07 [paul]       0.8.3claws53
8708
8709         * po/it.po
8710           po/pt_BR.po
8711           po/sr.po
8712                 updated messages catalogs, submitted by
8713                 Alessandro Maestri, Fabio Jr.Beneditto 
8714                 and Urke MMI, respectively.
8715
8716 2002-10-07 [christoph]  0.8.3claws52
8717
8718         * src/folder.[ch]
8719         * src/folderview.c
8720         * src/mainwindow.c
8721                 fix new folder ghost message bug
8722                 (closes bug [ 619722 ] wrong count for newly created folders)
8723
8724 2002-10-07 [christoph]  0.8.3claws51
8725
8726         * src/compose.c
8727                 fix news posting problem
8728
8729 2002-10-07 [melvin]     0.8.3claws50
8730
8731         * po/fr.po
8732                 Updated French translation
8733
8734 2002-10-05 [christoph]  0.8.3claws49
8735
8736         * src/gtkstext.c
8737                 check if line_start_cache is set in gtk_stext_update_text
8738                 (closes bug [ 618119 ] crash while doing search in folder)
8739
8740 2002-10-05 [christoph]  0.8.3claws48
8741
8742         * src/imap.c
8743         * src/news.c
8744         * src/utils.c
8745         * src/utils.h
8746                 implement cache cleanups for claws' folder system
8747                 (closes bug [ 595916 ] imapcache not cleaned up)
8748
8749 2002-10-05 [melvin]     0.8.3claws47
8750
8751         * src/prefs_actions.c
8752                 Made the help text more clear for the %p token
8753
8754 2002-10-04 [paul]       0.8.3claws46
8755
8756         * sync with 0.8.5
8757                 see ChangeLog 2002-10-02 and 2002-10-03
8758
8759 2002-10-04 [christoph]  0.8.3claws45
8760
8761         * src/inc.c
8762                 fix segfault caused by pop before smtp
8763                 call to inc_account_mail with NULL
8764                 pointer for mainwin
8765
8766 2002-10-04 [paul]       0.8.3claws44
8767
8768         * configure.in
8769                 sync the LDAP detection from 0.8.5cvs1
8770
8771 2002-10-02 [christoph]  0.8.3claws43
8772
8773         * po/de.po
8774                 fix small spelling error
8775
8776 2002-10-02 [melvin]     0.8.3claws42
8777
8778         * ac/aspell.m4
8779                 Behave better and say "no" when test program cannot be run.
8780
8781 2002-10-02 [paul]       0.8.3claws41
8782
8783         * sync with 0.8.4cvs1
8784                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
8785                 
8786         * src/summaryview.c
8787                 toggle the behavior of Reply menuitem between
8788                 normal reply and reply-to-list
8789
8790 2002-10-01 [sergey]     0.8.3claws40
8791
8792         * src/compose.c
8793                 Convert newlines in the message text to the canonical form
8794                 before base64 encoding (RFC2045 compliance, fixes some
8795                 interoperability issues with Evolution 1.0.3)
8796
8797 2002-09-29 [colin]      0.8.3claws39
8798
8799         * src/summaryview.c
8800                 Fix an unwanted copy/paste
8801
8802 2002-09-29 [colin]      0.8.3claws38
8803
8804         * src/mainwindow.c
8805                 Renamed "Custom toolbar" to "Customize toolbar"
8806                 Renamed "Show all header" to "Show all headers"
8807                 Renamed "Set diplay item" to "Set displayed items"
8808         * src/prefs_common.c
8809                 Renamed "Show all header" to "Show all headers"
8810         * src/prefs_summary_column.c
8811                 Renamed "diplay item" to "displayed items"
8812
8813 2002-09-29 [colin]      0.8.3claws37
8814
8815         * src/mainwindow.[ch]
8816                 online/offline status pixmaps follow theme
8817                 changes
8818         * src/summaryview.[ch]
8819                 quicksearch pixmap follows theme changes
8820
8821 2002-09-29 [thorsten]   0.8.3claws36
8822
8823         * src/compose.c
8824           src/prefs_folder_item.[ch]
8825                 add default_reply_to folder option (closes patch 581044)
8826
8827 2002-09-29 [christoph]  0.8.3claws35
8828
8829         * acconfig.h    ** REMOVED **
8830         * configure.in
8831         * ac/aspell.m4
8832         * ac/check-type.m4
8833         * ac/gnupg-check-typedef.m4
8834                 fix autoheader 2.50 warning
8835
8836 2002-09-29 [christoph]  0.8.3claws34
8837
8838         * major code cleanup (part 2)
8839         
8840                 - unused variables removed
8841                 - unused functions removed
8842                 - uninitialized variables checked
8843                 - missing return statements added
8844                 - missing function return types added
8845                 - added parentheses around assignment
8846                   when suggested by gcc
8847
8848 2002-09-29 [alfons]     0.8.3claws33
8849
8850         * src/logwindow.c
8851                 log_window_clear(): only bracket gtk_text_forward_delete() 
8852                 with gtk_text_freeze() / gtk_text_thaw() (see if this
8853                 works around GTK text bug)
8854
8855 2002-09-29 [paul]       0.8.3claws32
8856
8857         * po/bg.po
8858           po/sr.po
8859                 updated by George Danchev and Urke MMI
8860                 respectively
8861
8862 2002-09-27 [christoph]  0.8.3claws31
8863
8864         * doc-src/readme.txt
8865         * doc-src/rfc1806.txt   ** REMOVED **
8866         * doc-src/rfc2183.txt   ** NEW FILE **
8867         * doc-src/rfc2980.txt   ** NEW FILE **
8868                 update rfcs
8869
8870 2002-09-27 [melvin]     0.8.3claws30
8871
8872         * ac/aspell.m4
8873                 Fixed typo which could break linking
8874
8875 2002-09-27 [melvin]     0.8.3claws29
8876
8877         * ac/aspell.m4
8878                 Improved GNU/aspell checking. 
8879                 Fixed bug #614490
8880
8881 2002-09-27 [paul]       0.8.3claws28
8882
8883         * sync with 0.8.3cvs8
8884                 see ChangeLog 2002-09-27
8885
8886 2002-09-26 [colin]      0.8.3claws27
8887
8888         * src/toolbar.[ch]
8889           src/mainwindow.[ch]
8890                 Add "Reply to Mailing-list" to the toolbar
8891
8892 2002-09-26 [christoph]  0.8.3claws26
8893
8894         * src/summaryview.c
8895                 Fix wrong message counts in summaryview status
8896
8897 2002-09-26 [paul]       0.8.3claws25
8898
8899         * sync with 0.8.3cvs7
8900                 see ChangeLog 2002-09-26
8901
8902 2002-09-26 [paul]       0.8.3claws24
8903
8904         * sync with 0.8.3cvs6
8905                 see ChangeLog 2002-09-25
8906
8907 2002-09-25 [christoph]  0.8.3claws23
8908
8909         * src/prefs_common.c
8910         * src/prefs_folder_item.c
8911         * src/prefs_scoring.c
8912                 Renamed "kill score" to "hide score" in GUI
8913                 and prefs files
8914
8915 2002-09-25 [paul]       0.8.3claws22
8916
8917         * sync with 0.8.3cvs5
8918                 see ChangeLog 2002-09-24
8919
8920 2002-09-24 [alfons]     0.8.3claws21
8921
8922         patch by Satoshi Nagayasu: allows appending / saving multiple 
8923         selected files (closes "[ 612279 ] save multiple mesg(s) in 
8924         'Save as ...'")
8925
8926         * AUTHORS
8927                 add Satoshi Nagayasu
8928         * src/summaryview.c
8929                 summary_save_as(): allow saving selected files to
8930                 one file
8931                 summary_set_menu_sensitive: enable "Save As..." when
8932                 multiple files are selected
8933         * src/utils.[ch]
8934                 append_file(): new function
8935
8936 2002-09-24 [colin]      0.8.3claws20
8937
8938         * src/procmime.c
8939                 Fix segfault when mimeinfo doesn't have a 
8940                 content_type. 
8941
8942 2002-09-24 [colin]      0.8.3claws19
8943
8944         * src/prefs_common.[ch]
8945                 Add a preference to display send dialog or not
8946         * src/send.c
8947                 Display send dialog according to preference
8948
8949 2002-09-24 [colin]      0.8.3claws18
8950
8951         * src/compose.[ch]
8952                 Disable user actions when sending
8953
8954 2002-09-24 [colin]      0.8.3claws17
8955
8956         * src/procmime.c
8957                 Do not display name or filename for attachments
8958                 with an application/pgp-signature type
8959                 (security flaw, see bug 537413)
8960
8961 2002-09-23 [colin]      0.8.3claws16
8962
8963         * src/editaddress.c
8964                 Initialize entry_email, entry_alias and 
8965                 entry_remarks to first email address of the list
8966
8967 2002-09-23 [colin]      0.83claws15
8968
8969         * src/compose.c
8970                 Drop pgp-signature when reediting a signed queued
8971                 message
8972
8973 2002-09-23 [melvin]     0.8.3claws14
8974
8975         * po/fr.po
8976                 Updated French translation
8977
8978 2002-09-23 [melvin]     0.8.3claws13
8979
8980         * src/mainwindow.c
8981                 Made custom toolbar menu labels more consistent
8982         * src/prefs_toolbar.c
8983                 Made custom toolbar window title more consistent
8984
8985 2002-09-22 [colin]      0.8.3claws12
8986
8987         * src/inc.c
8988                 Initialize session type to normal before getting 
8989                 mail (fixes strange Get behaviour)
8990         * src/prefs_account.h
8991                 Move STYPE_POP_BEFORE_SMTP to last position to 
8992                 avoid other side-effects
8993
8994 2002-09-22 [colin]      0.8.3claws11
8995
8996         * src/prefs_account.c
8997                 Fix pop_bfr_smtp_tm_entry sensivity when switching
8998                 from pop3 to apop or vice-versa
8999
9000 2002-09-22 [colin]      0.8.3claws10
9001         
9002         * src/prefs_account.[ch]
9003                 Add an option for the POP before SMTP timeout
9004         * src/inc.c
9005                 Remember time of last POP connection
9006         * src/send.c
9007                 Do POP before SMTP only if timeout reached
9008
9009 2002-09-22 [oliver]     0.8.3claws9
9010         
9011         * README.claws
9012                 explain custom toolbar
9013
9014 2002-09-22 [oliver]     0.8.3claws8
9015
9016         * src/prefs_actions.[ch]
9017         custom toolbar for compose      
9018                 actions callback from compose toolbar
9019         * src/folderview.c
9020                 remove include toolbar.h
9021
9022 2002-09-22 [oliver]     0.8.3claws7
9023         
9024         * src/prefs_toolbar.[ch]
9025                 custom toolbar for compose
9026                 - generic prefs_toolbar handles both
9027                   Mainwin's toolbar as well as Compose toolbar          
9028
9029 2002-09-22 [oliver]     0.8.3claws6
9030         
9031         * src/toolbar.[ch]
9032                 custom toolbar for compose
9033                 restructure toolbar.[ch]
9034
9035 2002-09-22 [oliver]     0.8.3claws5
9036
9037         * src/compose.[ch]
9038                 custom toolbar for compose
9039
9040 2002-09-22 [oliver]     0.8.3claws4
9041         
9042         * src/mainwindow.[ch]
9043                 custom toolbar for compose 
9044                 move mainwin toolbar back to mainwindow
9045
9046 2002-09-22 [alfons]     0.8.3claws3
9047
9048         * src/procmsg.c
9049                 :%sno/if(/if (/gc
9050                 :%sno/for(/for (/gc
9051                 (beautify)
9052
9053 2002-09-22 [alfons]     0.8.3claws2
9054         
9055         * src/procmsg.c
9056                 procmsg_save_to_outbox(): don't unlink message file from queue;
9057                 callers should do it using folder_item_remove_msg()
9058
9059 2002-09-22 [colin]      0.8.3claws1
9060
9061         * src/mimeview.[ch]
9062                 Made mimeview_check_signature() public
9063         * src/textview.c
9064                 Made GPG signatures verifiable by clicking
9065                 the [application/pgp-signature] in the Text
9066                 view
9067
9068 2002-09-22 [paul]       0.8.3claws
9069
9070         * po/bg.po
9071           po/en_GB.po
9072           po/es.po
9073           po/it.po
9074           po/pl.po
9075           po/pt_BR.po
9076           po/sr.po
9077                 updated translations, submitted by George Danchev,
9078                 me, Ricardo Mones Lastra, Alessandro Maestri,
9079                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
9080                 and Urke MMI, respectively.     
9081
9082 2002-09-22 [alfons]     0.8.2claws65
9083
9084         * src/procmsg.c
9085         * src/pgptext.c
9086                 no furry valgrinds have been used to plug these memleaks
9087
9088 2002-09-20 [paul]       0.8.2claws64
9089
9090         * sync with 0.8.3cvs4
9091                 'Select thread' re-implemented 
9092                 see ChangeLog 2002-09-20
9093
9094 2002-09-21 [alfons]     0.8.2claws63
9095
9096         * src/compose.c
9097                 compose_send(): plug unnoticed memleak
9098
9099 2002-09-20 [alfons]     0.8.2claws62
9100
9101         * src/addr_compl.c
9102                 replace_address_in_edit(): strict check for NULL address to
9103                 fix "[ 607348 ] Segfault in address completion". My guess is
9104                 that this happens with an empty address book, but it's good
9105                 to have this check here anyway
9106                 
9107                 completion_window_button_press(): free string returned 
9108                 from the internal cache
9109
9110 2002-09-20 [christoph]  0.8.2claws61
9111
9112         * src/procmime.h
9113                 added ENC_BINARY to EncodingType
9114         * src/procmime.c
9115                 the string returned by procmime_get_encoding_str
9116                 should not depend on the order of values in the
9117                 EncodingType definition
9118         * doc-src/rfc1806.txt   ** NEW FILE **
9119                 Added rfc1806 about MIME Content-Disposition
9120                 Extension
9121
9122 2002-09-19 [paul]       0.8.2claws60
9123
9124         * sync with 0.8.2cvs3
9125                 see ChangeLog 2002-09-19
9126
9127 2002-09-19 [paul]       0.8.2claws59
9128
9129         * src/prefs_folder_item.c
9130                 revert to Darko's original alignment of colour
9131                 selector button
9132                 add a colon to folder_color label
9133                 
9134         * src/compose.c
9135                 add Colin's patch (with Hiro's modifications) to 
9136                 force BASE64 encoding for 8-bit text when signing
9137                 (sync with 0.8.3cvs2)
9138
9139 2002-09-18 [alfons]     0.8.2claws58
9140
9141         * src/compose.c
9142                 :%sno/if(/if (/gc
9143                 :%sno/for(/for (/gc
9144                 (beautify a little bit)
9145
9146 2002-09-18 [christoph]  0.8.2claws57
9147
9148         * src/pine.c
9149                 fix handling of fgetc return value
9150
9151 2002-09-17 [alfons]     0.8.2claws56
9152         
9153         * src/summaryview.c
9154                 summary_sort(): check non-NULL summaryview->folder_item when no 
9155                 folder is selected at all
9156                 (closes "[ 610344 ] sort label make syl Crash")
9157
9158 2002-09-17 [alfons]     0.8.2claws55
9159         
9160         * src/compose.c
9161                 beautify a little bit
9162
9163 2002-09-17 [christoph]  0.8.2claws54
9164
9165         * src/folder.c
9166                 initialize max values for cache and folder
9167                 when cache or folder is empty
9168
9169 2002-09-15 [colin]      0.8.2claws53
9170
9171         * src/compose.c
9172                 Fix a leak (thanks Alfons!) and cleaned
9173                 variables names for custom headers
9174
9175 2002-09-15 [colin]      0.8.2claws52
9176
9177         * src/compose.c
9178                 Fix custom headers recognition when
9179                 prefs_common.trans_hdr is on
9180
9181 2002-09-15 [colin]      0.8.2claws51
9182
9183         * src/compose.c
9184                 Allow dynamically-added custom headers
9185                 Yet not reparsed if reedited
9186
9187 2002-09-15 [alfons]     0.8.2claws50
9188
9189         * src/prefs_account.c
9190                 fix warnings
9191
9192 2002-09-15 [colin]      0.8.2claws49
9193         
9194         * src/prefs_account.c
9195                 fix pop_before_smtp sensitivity
9196
9197 2002-09-15 [colin]      0.8.2claws48
9198
9199         * src/inc.[ch]
9200                 add inc_pop_before_smtp()
9201                 allow MainWindow to be undefined in 
9202                 inc_account_mail() and inc_start()
9203         * src/pop.c
9204           src/prefs_account.h
9205                 add STYPE_POP_BEFORE_SMTP session type
9206         * src/prefs_account.c
9207                 activated pop before smtp option
9208         * src/send.c
9209                 do pop before smtp if the relevant option 
9210                 is set
9211
9212 2002-09-15 [paul]       0.8.2claws47
9213
9214         * sync with 0.8.3
9215                 see ChangeLog 2002-09-15
9216
9217 2002-09-14 [paul]       0.8.2claws46
9218
9219         * po/bg.po
9220                 updated Bulgarian translation, submitted by
9221                 George Danchev
9222
9223 2002-09-13 [paul]       0.8.2claws45
9224
9225         * src/compose.c
9226                 merge claws' select_account() with main's
9227                 (new) compose_select_account(). [sync with
9228                 0.8.2cvs15, see ChangeLog 2002-09-11]
9229
9230 2002-09-12 [christoph]  0.8.2claws44
9231
9232         * src/filter.c
9233                 allocate 1 elements of FolderItem not 0
9234
9235 2002-09-12 [colin]      0.8.2claws43
9236
9237         * src/compose.c
9238                 Fix bug #590825 (obey Follow-up: poster)
9239
9240 2002-09-12 [colin]      0.8.2claws42
9241
9242         * src/procmime.c
9243                 Fix bug #557009 (wrong headers for messages 
9244                 forwarded as attachments)
9245
9246 2002-09-11 [colin]      0.8.2claws41
9247         
9248         * src/compose.c
9249                 Put SCF: pseudo-header on top of message
9250                 Set draft tmp_flag when saved as draft
9251
9252         * src/procmsg.c
9253           src/procheader.c
9254                 Skip after first \n\n for beginning of real message
9255                 for drafts too
9256
9257 2002-09-11 [christoph]  0.8.2claws40
9258
9259         * src/filtering.c
9260                 use procmsg flag functions in filtering or processing
9261                 will cause incorrect folder message counts
9262
9263 2002-09-11 [colin]      0.8.2claws39
9264
9265         * src/compose.c
9266                 Fix bug #550175 - wrong save folder when reediting
9267                 drafts
9268
9269 2002-09-11 [paul]       0.8.2claws38
9270
9271         * sync with 0.8.2cvs14
9272                 see ChangeLog 2002-09-11
9273
9274 2002-09-11 [colin]      0.8.2claws37
9275
9276         * src/folder.c
9277                 Fix a typo (seeming to cause new/unread status to
9278                 be lost)
9279
9280 2002-09-10 [christoph]  0.8.2claws36
9281
9282         * src/compose.c
9283                 compose_redirect should not use compose_generic_new
9284                 because that does more stuff than expected including
9285                 opening the external editor
9286                 (closes bug "[ 526608 ] bounced messages appear blank
9287                  in editor")
9288
9289 2002-09-10 [christoph]  0.8.2claws35
9290
9291         * src/folder.c
9292                 fix problem with too large message number range
9293                 causing a crash in folder_item_scan
9294
9295 2002-09-10 [paul]       0.8.2claws34
9296
9297         * sync with 0.8.2cvs13
9298                 see ChangeLog 2002-09-10
9299
9300 2002-09-10 [christoph]  0.8.2claws33
9301
9302         * src/msgcache.c
9303                 set MsgInfo TmpFlags for queue and draft folders
9304                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
9305
9306 2002-09-10 [paul]       0.8.2claws32
9307
9308         * AUTHORS
9309           po/bg.po      ** NEW FILE **
9310                 new Bulgarian translation submitted by
9311                 George Danchev <danchev@spnet.net>
9312                 
9313         * tools/Makefile.am
9314           tools/README
9315           tools/tb2sylpheed     ** NEW FILE **
9316                 add script that converts an addressbook exported
9317                 from The Bat! into a Sylpheed addressbook. Submitted
9318                 by Urke MMI <urke-kg@eunet.yu>
9319
9320 2002-09-10 [paul]       0.8.2claws31
9321
9322         * sync with 0.8.2cvs12
9323                 see ChangeLog 2002-09-10
9324
9325 2002-09-06 [paul]       0.8.2claws30
9326
9327         * src/prefs_common.c
9328                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
9329                 
9330         * tools/Makefile.am
9331           tools/README
9332           tools/ldif-to-xml.py  ** REMOVED **
9333                 remove obsolete python script
9334
9335 2002-09-06 [paul]       0.8.2claws29
9336
9337         * sync with 0.8.2cvs10
9338                 see ChangeLog 2002-09-06
9339
9340 2002-09-04 [paul]       0.8.2claws28
9341
9342         * sync with 0.8.2cvs9
9343                 see ChangeLog 2002-08-04
9344
9345 2002-09-04 [colin]      0.8.2claws27 
9346
9347         * src/prefs_common.[ch]
9348                 Added signature color configuration
9349         * src/textview.c
9350                 Use user-specified signature color
9351
9352 2002-09-03 [colin]      0.8.2claws26
9353
9354         * src/prefs_common.[ch]
9355                 Added autosave and autosave_length prefs
9356         * src/compose.c
9357                 Added compose_remove_draft()
9358                 Auto-save drafts according to the prefs
9359         * src/main.c
9360                 Added a crash-indicator file, allowing to check
9361                 for new messages on startup if Sylpheed crashed
9362                 (makes saved drafts "reappear")
9363
9364 2002-09-03 [colin]      0.8.2claws25
9365
9366         * src/textview.[ch]
9367                 Grey the signature
9368
9369 2002-09-03 [paul]       0.8.2claws24
9370
9371         * sync with 0.8.2cvs8
9372                 see ChangeLog 2002-09-02 and 2002-09-03
9373
9374 2002-09-03 [darko]      0.8.2claws23
9375
9376         * src/folderview.c
9377                 use normal style when creating new folder to pick
9378                 proper font size 
9379
9380 2002-09-02 [melvin]     0.8.2claws22
9381
9382         * src/gtkaspell.m4
9383                 removed some obsolete code
9384
9385 2002-09-02 [melvin]     0.8.2claws21
9386
9387         * ac/aspell.m4
9388                 fixed test's equality sign (== to =)
9389
9390 2002-09-02 [alfons]     0.8.2claws20
9391
9392         * src/folder.c
9393         * src/mh.c
9394                 revert change of 0.8.2claws16 and use the mh_folder_destroy
9395                 as folder->destroy virtual as suggested by Hiro
9396                 (the mh.c code seems to have been lost around mh.c.1.21)
9397
9398 2002-09-02 [paul]       0.8.2claws19
9399
9400         * po/pt_BR.po
9401                 updated by Fabio Jr. Beneditto
9402                 
9403         * src/defs.h
9404                 use 'http://claws.sylpheed.org' for homepage link. 
9405                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
9406
9407 2002-09-01 [alfons]     0.8.2claws18
9408
9409         * src/mh.c
9410                 plug memleak related to one Martin Kluge found
9411
9412 2002-08-31 [paul]       0.8.2claws17
9413
9414         * sync with 0.8.2cvs6
9415                 see ChangeLog 2002-08-30
9416
9417 2002-08-31 [alfons]     0.8.2claws16
9418
9419         * src/folder.c
9420                 folder_destroy(): remove mailbox from folderlist even if it has
9421                 no destroy virtual
9422
9423 2002-08-31 [alfons]     0.8.2claws15
9424
9425         * src/folder.c
9426                 :%sno/if(/if (/gc
9427                 :%sno/for(/for (/gc
9428                 (being pedantic I know)
9429
9430 2002-08-31 [alfons]     0.8.2claws14
9431
9432         * src/folder.c
9433                 check for NULL pointers returned from folder->fetch_msginfo virtual
9434                 (should solve some reported crashes)
9435
9436 2002-08-30 [alfons]     0.8.2claws13
9437
9438         * acconfig.h
9439         * configure.in
9440         * src/crash.c
9441                 enable crash dialog on compilation time
9442                 (--enable-crash-dialog configure option)
9443
9444 2002-08-30 [alfons]     0.8.2claws12
9445
9446         * AUTHORS
9447                 add Martin Kluge
9448         * src/mh.c
9449                 apply memory leak plug patch by Martin Kluge
9450                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
9451                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
9452                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
9453
9454 2002-08-30 [darko]      0.8.2claws11
9455
9456         * src/folderview.c
9457                 copy Gtk style from normal style to match
9458                 font size for coloured folders
9459
9460 2002-08-29 [alfons]     0.8.2claws10
9461
9462         * sylpheed.desktop
9463                 Type=Internet <- Type=Application
9464                 (reported by Michael Schwendt, see:
9465                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
9466                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
9467
9468 2002-08-29 [paul]       0.8.2claws9
9469
9470         * sync with 0.8.2cvs5
9471                 see ChangeLog 2002-08-29
9472
9473 2002-08-29 [colin]      0.8.2claws8
9474
9475         * src/summaryview.c
9476                 Added a sanity check in summary_select_thread
9477                 Should fix bug 601605
9478
9479 2002-08-29 [colin]      0.8.2claws7
9480
9481         * src/main.c
9482                 Revert claws6 changes regarding bug #591676
9483
9484 2002-08-28 [colin]      0.8.2claws6
9485         
9486         * src/main.c
9487                 Ignore cache for queue folderitems
9488                 Fix bug #591676
9489
9490 2002-08-28 [melvin]     0.8.2claws5
9491
9492         * README.claws
9493                 Fixed typos.
9494
9495 2002-08-28 [melvin]     0.8.2claws4
9496
9497         * README.claws
9498                 Updated a bit the text concerning the spell checker
9499
9500 2002-08-28 [melvin]     0.8.2claws3
9501
9502         Merged the GNU_aspell_branch:
9503                 Support of new GNU/aspell is now included and the old pspell
9504                 is not supported anymore.
9505                 See README.claws
9506
9507         * README.claws
9508                 Updated spell checker text to reflect the switch to GNU/aspell
9509
9510         * ac/aspell.m4          *** NEW ***
9511         * src/gtkaspell.[ch]    *** NEW *** 
9512         * ac/pspell.m4          *** DELETED *** 
9513         * src/gtkspell.[ch]     *** DELETED ***
9514
9515         * ac/Makefile.am
9516                 Updated for GNU/aspell support
9517
9518         * po/POTFILES.in
9519                 Replaced gtkspell.c by gtkaspell.c
9520
9521         * acconfig.h
9522         * src/Makefile.am
9523         * src/about.c
9524         * src/compose.[ch]
9525         * src/crash.c
9526         * src/main.c
9527         * src/prefs_common.[ch]
9528                 Updated for GNU/aspell support
9529
9530 2002-08-28 [paul]       0.8.2claws2
9531
9532         * sync with 0.8.2cvs4
9533                 see ChangeLog 2002-08-27 and 2002-08-28
9534
9535 2002-08-28 [colin]      0.8.2claws1
9536
9537         * src/summary_search.c
9538                 Added "AND search"
9539
9540 2002-08-28 [jens]       0.8.2claws
9541
9542         *po/de.po
9543                 Updated German translations
9544
9545 2002-08-27 [melvin]     0.8.2claws
9546
9547         * po/fr.po
9548                 Updated French translations
9549
9550 2002-08-27 [paul]       0.8.2claws
9551
9552         * sync with 0.8.2 main release
9553
9554         * po/en_GB.po
9555           po/es.po
9556           po/it.po
9557           po/pl.po
9558           po/pt_BR.po
9559           po/sr.po
9560                 updated message catalogs submitted by
9561                 Ricardo Mones Lastra, Alessandro Maestri,
9562                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
9563                 Beneditto and Urke MMI  
9564
9565 2002-08-27 [hoa]        0.8.1claws123
9566
9567         * src/mainwindow.[ch]
9568         * src/summaryview.[ch]
9569                 removed the "filter setting" menu option.
9570                 add a "cancel a news message" menu option.
9571
9572 2002-08-26 [martin]     0.8.1claws122
9573
9574         * ChangeLog.claws
9575                 changed string under 0.8.1claws79 changed by myself
9576                 i'm sorry alfons :(
9577
9578 2002-08-26 [martin]     0.8.1claws121
9579
9580         * src/crash.c
9581                 added kill command to debuggerrc to start crash dialog
9582
9583 2002-08-26 [paul]       0.8.1claws120
9584
9585         * sync with 0.8.1cvs31
9586                 see ChangeLog 2002-08-26
9587
9588 2002-08-25 [alfons]     0.8.1claws119
9589
9590         * src/procmsg.c
9591                 fix bug that didn't send out correct headers to news server
9592                 when sending news article and email from queue (bug reported
9593                 and patch provided by Tim Mann; closes bug 
9594                 "[ 583196 ] 0.7.8claws can't post news")
9595
9596 2002-08-25 [alfons]     0.8.1claws118
9597
9598         * src/selective_download.c
9599                 mark two strings as translatable
9600                 (thanks to Urke MMI for pointing this out)
9601
9602 2002-08-25 [alfons]     0.8.1claws117
9603
9604         * src/summaryview.c
9605                 treat sent boxes as special and allow sorting them by addressee
9606                 (closes "[ 589418 ] Sent folder sorting misbehavior"
9607                 submitted by Steve Lamb)
9608
9609 2002-08-24 [alfons]     0.8.1claws116
9610
9611         * src/matcher.c
9612                 fix memleak reported by Martin Kluge
9613                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
9614
9615 2002-08-24 [oliver]     0.8.1claws115
9616
9617         * src/prefs_toolbar.c
9618                 o code cleanup as suggested by Alfons
9619                 o memleak fix
9620
9621 2002-08-24 [alfons]     0.8.1claws114
9622
9623         * src/summaryview.c
9624                 o fix another memory leak reported by Martin Kluge
9625                   (see "[ 599568 ] Small Memory Leak")
9626                 o remove 'from' variable from 'summary_set_header()'; we can
9627                   do with just 'to' 
9628
9629 2002-08-24 [paul]       0.8.1claws113
9630
9631         * sync with 0.8.1cvs30
9632                 see ChangeLog 2002-08-23
9633
9634 2002-08-24 [alfons]     0.8.1claws112
9635
9636         * src/summaryview.c
9637                 remove unnecessary allocations for search bar fixing leaks
9638                 reported by Martin Kluge
9639                 (see "[ 599451 ] Further memory leaks?")
9640
9641 2002-08-24 [alfons]     0.8.1claws111
9642
9643         * src/main.c
9644                 make get_socket_name() public for crash.c
9645         * src/crash.c
9646                 o make report bug button work (goes to claws' 
9647                   bug tracker at sf.net)
9648                 o introduce function for doing important stuff just
9649                   before claws goes down
9650                 o clean up code 
9651
9652 2002-08-24 [alfons]     0.8.1claws110
9653
9654         * src/compose.c
9655                 move cursor to "To" entry when forwarding as attachment
9656                 (reported and solved by Steve Lamb, closes bug report
9657                 "[ 592880 ] Forward as attachment; cursor not in to")
9658
9659 2002-08-24 [colin]      0.8.1claws109
9660
9661         * src/mainwindow.c
9662                 fix quick search visibility after GUI (de)separations.
9663
9664 2002-08-23 [colin]      0.8.1claws108
9665
9666         * src/mainwindow.c
9667                 fix header pane visibility after folderview or
9668                 messageview (de)separation
9669
9670 2002-08-23 [paul]       0.8.1claws107
9671
9672         * src/mainwindow.[ch]
9673           src/toolbar.c
9674                 give full control of display or non-display 
9675                 of the Execute icon to Custom toolbar settings.
9676                 add new sensitivity condition to maninwindow.h: 
9677                 M_DELAY_EXEC
9678
9679         * ChangeLog
9680           ChangeLog.jp
9681           NEWS
9682                 more sync with 0.8.1cvs29
9683
9684 2002-08-23 [melvin]     0.8.1claws106
9685
9686         * src/alertpanel.c
9687                 Readded support for custom widget in alertpanel lost in last
9688                 sync.
9689
9690 2002-08-23 [paul]       0.8.1claws105
9691
9692         * sync with 0.8.1cvs29
9693                 see ChangeLog 2002-08-23
9694
9695 2002-08-23 [colin]      0.8.1claws104
9696
9697         * src/summaryview.c
9698                 Fix folder and search pixmaps exchanging positions
9699                 after theme or toolbar changes. Thank to Oliver for 
9700                 reporting this.
9701
9702 2002-08-23 [colin]      0.8.1claws103
9703
9704         * src/mainwindow.c
9705           src/messageview.[ch]
9706           src/noticeview.[ch]
9707           src/summaryview.c
9708                 Changed messageview_create() and noticeview_create()
9709                 to avoid the last gdk_warning
9710
9711 2002-08-22 [colin]      0.8.1claws102
9712
9713         * src/summaryview.c
9714                 Fix my new `Creating pixmap from xpm' warning
9715
9716 2002-08-22 [colin]      0.8.1claws101
9717
9718         * src/mainwindow.c
9719                 Fix some of the gdk warnings
9720
9721 2002-08-22 [colin]      0.8.1claws100
9722
9723         * src/Makefile.am
9724         * src/stock_pixmap.c
9725         * src/stock_pixmap.h
9726         * src/pixmaps/quicksearch.xpm *ADDED*
9727                 Add the quicksearch pixmap
9728         * src/mainwindow.c
9729         * src/summaryview.c
9730         * src/summaryview.h
9731                 Make quicksearch bar visible/hidden via a button
9732
9733 2002-08-22 [christoph]  0.8.1claws99
9734
9735         * src/folder.c
9736                 fix folder update for newsgroups with message
9737                 numbers below minimum number of articles to fetch
9738                 (closes bug #598445)
9739
9740 2002-08-22 [paul]       0.8.1claws98
9741
9742         * sync with 0.8.1cvs28
9743                 see ChangeLog 2002-08-22
9744
9745 2002-08-21 [alfons]     0.8.1claws97
9746
9747         * src/crash.c
9748                 use bt instead of bt full which seems to work 
9749                 better, and bt full doesn't give a great deal 
9750                 of information anyway
9751
9752 2002-08-21 [colin]      0.8.1claws96
9753
9754         * src/summaryview.c
9755                 fix summaryview_searchtype_changed prototype
9756
9757 2002-08-21 [christoph]  0.8.1claws95
9758
9759         * src/mainwindow.c
9760                 o fix broken menu update for sorting type, we have to
9761                   get this info from the summaryview now
9762                 o removed setting of threaded state in menu callback
9763         * src/summaryview.[ch]
9764                 more summaryview/folderitem seperation for
9765                 threading option
9766         * configure.in
9767                 removed not required --with-compiler-flags option
9768
9769 2002-08-21 [oliver]     0.8.1claws94
9770         
9771         * src/toolbar.h 
9772                 o rename toolbar.xml to toolbar_main.xml
9773                   since toolbar_compose.xml might come up 
9774                   any time soon
9775         * README.claws
9776                 add custom toolbar              
9777
9778 2002-08-21 [darko]      0.8.1claws93
9779
9780         * src/procmsg.c
9781                 don't reset tmp flags for messages copied
9782                 to sent folder
9783
9784 2002-08-21 [colin]      0.8.1claws92
9785         
9786         * src/prefs_filtering.c
9787                 fix renaming rules on folder rename 
9788                 when folder is not a leaf folder
9789
9790 2002-08-21 [paul]       0.8.1claws91
9791
9792         * src/prefs_folder_item.c
9793                 fix alignment of colour selector
9794
9795 2002-08-21 [paul]       0.8.1claws90
9796
9797         * sync with 0.8.1cvs27
9798                 see ChangeLog 2002-08-21
9799
9800 2002-08-21 [paul]       0.8.1claws89
9801
9802         * src/summaryview.c
9803                 fix crash when changing field type in
9804                 Quick search bar
9805
9806 2002-08-21 [colin]      0.8.1claws88
9807
9808         * src/summaryview.c
9809                 Made quick search case-insensitive
9810
9811 2002-08-21 [paul]       0.8.1claws87
9812
9813         * sync with 0.8.1cvs26
9814                 see ChangeLog 2002-08-21
9815
9816 2002-08-20 [christoph]  0.8.1claws86
9817
9818         * src/folderview.c
9819         * src/main.c
9820         * src/summaryview.[ch]
9821                 more summaryview/folderitem seperation for
9822                 sort_key and sort_type
9823         * src/procmsg.c
9824                 added missing return statement
9825
9826 2002-08-20 [colin]      0.8.1claws85
9827
9828         * src/summaryview.[ch]
9829                 Added a quick search box
9830         * src/mainwindow.c
9831         * src/prefs_common.[ch]
9832                 Added a show/hide option for the quick search
9833
9834 2002-08-20 [oliver]     0.8.1claws84
9835         
9836         * src/mainwindow.c
9837                 remove toolbar_create_popups
9838         * src/toolbar.[ch]
9839                 o remove toolbar_create_popups
9840                 o fix toolbar_set_sensitive 
9841                   (Bug reports #596834 and #596832)     
9842         * src/prefs_toolbar.c
9843                 o add "Set default" button
9844                 o align label and text + combo widgets
9845
9846 2002-08-20 [hoa]        0.8.1claws83bis
9847
9848         * src/imap.c
9849                 fixed a bug in imap_fetch_msginfo() in case there is no
9850                 current folder.
9851
9852 2002-08-20 [darko]      0.8.1claws83
9853
9854         * src/folderview.c
9855                 copy the color style of folder view so it
9856                 works with GTK themes
9857
9858 2002-08-20 [darko]      0.8.1claws82
9859
9860         * src/folder.h
9861         * src/folderview.c
9862         * src/prefs_folder_item.[hc]
9863                 don't use UI stuff in folder.h
9864
9865 2002-08-20 [darko]      0.8.1claws81
9866
9867         * src/folder.h
9868         * src/prefs_folder_item.h
9869         * src/folderview.c
9870         * src/prefs_folder_item.c
9871                 ability to set folder color in folderview
9872
9873 2002-08-19 [alfons]     0.8.1claws80
9874
9875         * src/summaryview.c
9876                 fix one of the earlier memleaks reported by Martin Kluge
9877
9878 2002-08-19 [alfons]     0.8.1claws79
9879
9880         * src/mainwindow.c
9881                 hide notice view when selecting seperate folder
9882                 view (reported by Urke MMI)
9883
9884 2002-08-19 [christoph]  0.8.1claws78
9885
9886         * src/folderview.c
9887         * src/prefs_folder_item.h
9888         * src/summaryview.[ch]
9889                 o add summary_set_prefs_from_folderitem to set
9890                   summaryview prefs (first step to remove all
9891                   references to the folderitem in summaryview)
9892                 o moved compiled regex stuff from folderitem prefs
9893                   to summaryview code
9894
9895 2002-08-19 [paul]       0.8.1claws77
9896
9897         * src/compose.c
9898                 add check for '.' to QUOTE_IF_REQUIRED
9899
9900 2002-08-19 [paul]       0.8.1claws76
9901
9902         * src/inc.c
9903                 sync with 0.8.1cvs25 (plug memory leak)
9904
9905         * src/prefs_toolbar.c
9906                 re-order prefs_toolbar_cancel()
9907
9908 2002-08-18 [alfons]     0.8.1claws75
9909
9910         * src/inc.c
9911         * src/matcher.c
9912                 plug other memleaks reported by Martin Kluge
9913
9914 2002-08-18 [paul]       0.8.1claws74
9915
9916         * po/pt_BR.po
9917                 updated by Fabio Jr. Beneditto
9918
9919 2002-08-18 [paul]       0.8.1claws73
9920
9921         * src/toolbar.[ch]
9922                 fix bug where tooltips were displayed untranslated              
9923
9924         * src/prefs_toolbar.c
9925                 fix bug where clicking 'Cancel' creates an icon & text
9926                 toolbar regardless of prefs
9927         
9928
9929 2002-08-17 [oliver]     0.8.1claws72
9930
9931         * src/prefs_toolbar.c
9932                 update toolbar on CANCEL
9933                 bug reported by Martin Kluge
9934         * src/toolbar.c
9935                 toolbar_destroy memleak fixed           
9936
9937 2002-08-17 [alfons]     0.8.1claws71
9938
9939         * src/toolbar.c
9940                 plug another memleak reported by Martin Kluge
9941
9942 2002-08-16 [alfons]     0.8.1claws70
9943
9944         * src/crash.c
9945                 use execvp() correctly (suggested by wwp; thanks!)
9946
9947 2002-08-16 [alfons]     0.8.1claws69
9948
9949         * src/gtksctree.c
9950                 plug memory leak reported by Kim Schultz & Martin Kluge
9951
9952 2002-08-16 [paul]       0.8.1claws68
9953
9954         * po/es.po
9955                 updated by Ricardo Mones Lastra
9956
9957 2002-08-16 [paul]       0.8.1claws67
9958
9959         * src/toolbar.h
9960                 fix bug where 'Compose News' icon showed wrong
9961                 tooltip
9962
9963 2002-08-16 [paul]       0.8.1claws66
9964
9965         * sync with 0.8.1cvs24
9966                 see ChangeLog 2002-08-16
9967
9968         * po/it.po
9969                 updated by Alessandro Maestri
9970
9971 2002-08-15 [paul]       0.8.1claws65
9972
9973         * po/sr.po
9974                 updated by Urke MMI
9975
9976 2002-08-15 [paul]       0.8.1claws64
9977
9978         * src/*.c
9979                 don't translate debug info
9980
9981         * src/matcher.[ch]
9982                 add copyright info
9983
9984 2002-08-15 [paul]       0.8.1claws63
9985
9986         * src/prefs_toolbar.c
9987                 fix bug where clicking 'OK' creates an icon & text
9988                 toolbar regardless of prefs
9989
9990 2002-08-14 [alfons]     0.8.1claws62
9991
9992         * src/main.c
9993                 add global var that has the full argv[0]
9994         * src/crash.c
9995                 o execvp the correct sylpheed by using argv0
9996                   and setting the correct work dir
9997                 o other tweaks  
9998
9999 2002-08-14 [oliver]     0.8.1claws61
10000         
10001         * enable/disable Toolbar Action Buttons 
10002         * code cleanups
10003         * src/mainwindow.c
10004         * src/toolbar.[ch]      
10005         * src/prefs_toolbar.c   
10006
10007 2002-08-14 [melvin]     0.8.1claws60
10008
10009         * po/fr.po
10010                 Updated French translations
10011
10012 2002-08-14 [melvin]     0.8.1claws59
10013
10014         * src/crash.c
10015                 Made bug report not translatable
10016         * src/exporthtml.c
10017                 Fixed exporthtml_build_filespec() return value
10018         * src/foldersel.c
10019                 Fixed incorrect include file
10020         * src/gtkspell.c
10021         * src/prefs_actions.c
10022         * src/prefs_toolbar.c
10023                 Made debug info not translatable
10024         * src/mutt.c
10025         * src/quote_fmt.c
10026                 Added missing includes
10027         * src/prefs_common.c
10028                 Fixed typo
10029
10030 2002-08-14 [paul]       0.8.1claws58
10031
10032         * faq/es/sylpheed-faq.html
10033           faq/es/sylpheed-faq-[1-3].html
10034           faq/es/sylpheed-faq-4.html     **NEW FILE **
10035                 update Spanish FAQ
10036
10037 2002-08-13 [christoph]  0.8.1claws57
10038
10039         * src/procmsg.c
10040                 ignore thread fix that did not mark all
10041                 child nodes of a ignored thread as
10042                 ignored. Does not work perfectly yet,
10043                 but it is better now
10044
10045 2002-08-13 [alfons]     0.8.1claws56
10046
10047         * src/crash.c
10048                 o implement 'save crash log'
10049                 o some tweaks
10050
10051 2002-08-13 [melvin]     0.8.1claws55
10052
10053         * src/main.c
10054                 removed unrequired "execinfo.h" header
10055
10056 2002-08-12 [paul]       0.8.1claws54
10057
10058         * faq/en/sylpheed-faq.html
10059           faq/en/sylpheed-faq-[1-3].html
10060           faq/en/sylpheed-faq-4.html     **NEW FILE **
10061                 update English FAQ
10062
10063 2002-08-12 [alfons]     0.8.1claws53
10064
10065         * po/POTFILES.in
10066                 add crash.c to translatables
10067         * src/crash.c
10068                 bring in Leandro's crash dialog
10069
10070 2002-08-11 [alfons]     0.8.1claws52
10071
10072         * src/crash.c
10073                 clean up some warnings
10074
10075 2002-08-11 [alfons]     0.8.1claws51
10076
10077         * acconfig.h
10078         * configure.in
10079         * src/crash.[ch]        ** NEW FILES **
10080         * src/main.c            
10081                 initial gdb crash handler
10082
10083 2002-08-11 [paul]       0.8.1claws50
10084
10085         * src/prefs_toolbar.c
10086                 replace Up/Down arrow pixmaps with text to be
10087                 consistent across icon themes
10088
10089 2002-08-11 [paul]       0.8.1claws49
10090
10091         * src/prefs_common.c
10092           src/prefs_toolbar.c
10093                 rename 'Pixmap' -> 'Icon'
10094
10095         * src/toolbar.[ch]
10096                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
10097
10098 2002-08-10 [paul]       0.8.1claws48
10099
10100         * src/prefs_toolbar.c
10101                 re-work the UI
10102
10103 2002-08-10 [paul]       0.8.1claws47
10104
10105         * src/main.c
10106                 don't write Processing progress to status bar
10107                 patch submitted by Alexander Evseev
10108
10109         * src/prefs_toolbar.c
10110                 re-position and resize window
10111                 make window assume correct size on first call
10112
10113 2002-08-10 [paul]       0.8.1claws46
10114
10115         * src/mainwindow.c
10116           src/prefs_toolbar.c
10117           src/toolbar.c
10118           src/toolbar.h
10119                 obey coding style
10120                 follow UI text conventions
10121
10122 2002-08-10 [alfons]     0.8.1claws45
10123
10124         * src/toolbar.c
10125                 correct pixmap for delete action
10126
10127 2002-08-10 [paul]       0.8.1claws44
10128
10129         * po/pt_BR.po
10130                 updated by Fabio Jr. Beneditto
10131
10132 2002-08-10 [paul]       0.8.1claws43
10133
10134         * po/POTFILES.in
10135                 add custom toolbar files
10136
10137 2002-08-10 [paul]       0.8.1claws42
10138
10139         * sync with 0.8.1cvs22
10140                 see ChangeLog 2002-08-09
10141
10142 2002-08-09 [paul]       0.8.1claws41
10143
10144         * tools/Makefile.am
10145           tools/README
10146           tools/outlook2sylpheed.pl     ** NEW FILE **
10147                 add script to convert exported Outlook
10148                 contacts list to a Sylpheed addressbook.
10149                 Submitted by Ricardo Mones Lastra.
10150
10151 2002-08-09 [paul]       0.8.1claws40
10152
10153         * AUTHORS
10154           configure.in
10155           po/sr.po      ** NEW FILE **
10156                 add Serbian message catalog. Submitted by
10157                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
10158
10159 2002-08-09 [paul]       0.8.1claws39
10160
10161         * sync with 0.8.1cvs21
10162                 see ChangeLog 2002-08-08
10163
10164 2002-08-08 [oliver]     0.8.1claws38
10165
10166         * src/mainwindow.c
10167                 move Custom Toolbar to Configuration menu
10168
10169 2002-08-08 [oliver]     0.8.1claws37
10170
10171         * src/prefs_toolbar.c
10172                 fix substitute pixmap bug
10173
10174 2002-08-08 [paul]       0.8.1claws36
10175
10176         * sync with 0.8.1cvs19
10177                 see ChangeLog 2002-08-08
10178
10179 2002-08-07 [christoph]  0.8.1claws35
10180
10181         * src/utils.c
10182                 fixed a memory leak in new canonicalize_file_replace
10183
10184 2002-08-07 [christoph]  0.8.1claws34
10185
10186         * src/utils.[ch]
10187                 o canonicalize_file_replace should create the temporary
10188                   file in the same directory as the original file.
10189                 o added get_tmpfile_in_dir that creates a temorary file
10190                   in a specified directory.
10191
10192 2002-08-07 [melvin]     0.8.1claws33
10193
10194         * src/toolbar.c
10195                 fixed bug where 'Article' button acted as 'Email' button.
10196
10197 2002-08-07 [paul]       0.8.1claws32
10198
10199         * sync with 0.8.1.cvs17
10200                 see ChangeLog 2002-08-07
10201
10202 2002-08-07 [colin]      0.8.1claws31
10203         
10204         * src/news.c
10205                 fix mass-cancel problem
10206
10207 2002-08-07 [thorsten]   0.8.1claws30
10208
10209         * src/prefs_toolbar.c
10210                 fix: crash on replace or add new button
10211         * src/toolbar.c
10212                 fix: close xmlfile after reading
10213         * src/utils.c
10214                 fix: unlink() file before rename()
10215
10216 2002-08-06 [paul]       0.8.1claws29
10217
10218         * sync with 0.8.cvs15
10219                 see ChangeLog 2002-08-06
10220
10221 2002-08-06 [oliver]     0.8.1claws28
10222
10223         * src/toolbar.c
10224         * src/prefs_toolbar.c
10225                 fixed empty toolbar issue
10226
10227 2002-08-06 [oliver]     0.8.1claws27
10228
10229         * Custom Toolbar Final 
10230         * src/folderview.c
10231         * src/inc.c
10232         * src/summaryview.c
10233                 o toolbar stuff now lives in src/toolbar.[ch]
10234                 o main_window_toolbar_* functions are renamed to
10235                   toolbar_* reflecting their new source file
10236         * src/mainwindow.[ch]
10237                 o remove toolbar stuff  
10238
10239 2002-08-06 [oliver]     0.8.1claws26
10240         
10241         * src/Makefile.am
10242         * src/prefs_toolbar.[ch]        **New File**
10243         * src/toolbar.[ch]              **New File**
10244                 o prefs_toolbar.[ch] custom toolbar frontend
10245                 o toolbar.[ch]       backend 
10246
10247 2002-08-06 [oliver]     0.8.1claws25
10248
10249         * src/prefs_actions.[ch]
10250                 o new exported function actions_execute
10251
10252 2002-08-06 [paul]       0.8.1claws24
10253
10254         * sync with 0.8.1cvs4
10255                 see ChangeLog 2002-08-06
10256
10257 2002-08-06 [paul]       0.8.1claws23
10258
10259         * sync with 0.8.1cvs13
10260                 see ChangeLog 2002-08-06
10261
10262 2002-08-06 [paul]       0.8.1claws22
10263
10264         * sync with 0.8.1cvs12
10265                 see ChangeLog 2002-08-05 and 2002-08-06
10266
10267 2002-08-06 [match]      0.8.1claws21
10268
10269         * src/addrclip.c
10270                 improvements to cut/copy/paste address
10271
10272 2002-08-05 [match]      0.8.1claws20
10273
10274         * src/addritem.[ch]
10275         * src/addrcache.c
10276         * src/addrbook.c
10277         * src/editaddress.c
10278         * src/addressbook.c
10279                 fixes to improve cut/copy/paste
10280
10281 2002-08-06 [melvin]     0.8.1claws19
10282
10283         * src/account.[ch]
10284                 account_find_all_from_address(): new function that returns the
10285                 list of all accounts that are matched in an address.
10286         * src/alertpanel.[ch]
10287                 alertpanel() now accepts a custom widget
10288                 alertpanel_with_widget(): new function that pops up a panel with
10289                 a custom widget in it 
10290         * src/gtkutils.[ch]
10291                 gtkut_account_menu_new(): new function that allows the selection
10292                 of an account from a list of accounts.
10293         * src/messageview.c
10294                 Extended Return Receipt notification to select the correct 
10295                 account and to make a security test on the Delivery-Notification
10296                 address which should be the same as the Return-Path.
10297
10298 2002-08-06 [thorsten]   0.8.1claws18
10299
10300         * src/mimeview.c
10301                 attach_all: save unnamed as "noname.%d",
10302                 dont free static dirname
10303
10304 2002-08-05 [alfons]     0.8.1claws17
10305
10306         * configure.in
10307                 detect XIM by trying to link rather than compile a XIM program
10308
10309 2002-08-05 [oliver]     0.8.1claws16
10310                 
10311         * src/stock_pixmap.[ch]
10312                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
10313                 o new func to retrieve pixmaps
10314
10315 2002-08-05 [paul]       0.8.1claws15
10316
10317         * sync with 0.8.1cvs10
10318                 see ChangeLog 2002-08-05
10319
10320 2002-08-04 [alfons]     0.8.1claws14
10321
10322         * src/textview.c
10323                 see if this plugs memleak
10324
10325 2002-08-04 [melvin]     0.8.1claws13
10326
10327         * src/gtkspell.c
10328                 fixed bug that could crash Sylpheed when highlighting
10329                 all misspelled words.
10330
10331 2002-08-03 [melvin]     0.8.1claws12
10332
10333         * src/prefs_actions.c
10334                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
10335         * src/messageview.c
10336                 fixed bug where the Return Receipt was sent to
10337                 Delivery-Notification-To address even if it was not present
10338
10339 2002-08-02 [alfons]     0.8.1claws11
10340
10341         * src/prefs_actions.c
10342                 o more check for NULLs
10343                 o put create_io_dialog() in right conditional block
10344
10345 2002-08-02 [paul]       0.8.1claws10
10346
10347         * po/es.po
10348                 updated by Ricardo Mones Lastra
10349
10350 2002-08-01 [christoph]  0.8.1claws9
10351
10352         * src/folder.c
10353                 don't free the cache of the opened
10354                 folder in the summaryview
10355         * src/summaryview.c
10356                 don't unset flags, if it is not required
10357
10358 2002-08-01 [paul]       0.8.1claws8
10359
10360         * sync with 0.8.1cvs8
10361                 see ChangeLog entry 2002-08-01
10362
10363 2002-08-01 [paul]       0.8.1claws7
10364
10365         * sync with 0.8.1cvs7
10366                 see ChangeLog 2002-07-31 and 2002-08-01
10367
10368 2002-07-31 [christoph]  0.8.1claws6
10369
10370         * src/mainwindow.c
10371                 forgot to update menu sensitivity
10372                 function for new menu entry
10373
10374 2002-07-31 [alfons]     0.8.1claws5
10375
10376         * src/main.c
10377                 check folder item and its path for NULL on
10378                 initial processing
10379
10380 2002-07-31 [christoph]  0.8.1claws4
10381
10382         * src/folder.c
10383                 check if folder_item_get_msginfo in
10384                 folder_item_remove_msg returned NULL
10385         * src/imap.c
10386                 better clear the uid cache in the
10387                 uid validity check function and delete
10388                 cached messages
10389
10390 2002-07-31 [paul]       0.8.1claws3
10391
10392         * man/sylpheed.1
10393                 add the '--attach' option and a few other
10394                 minor changes
10395
10396 2002-07-31 [paul]       0.8.1claws2
10397
10398         * sync with 0.8.1cvs5
10399                 see ChangeLog 2002-07-31
10400
10401 2002-07-31 [christoph]  0.8.1claws1
10402
10403         * src/folderview.[ch]
10404         * src/mainwindow.c
10405                 replace "Rescan all folders..." with
10406                 "Check all folders for new messages..."
10407
10408 2002-07-30 [paul]       0.8.1claws
10409
10410         * version 0.8.1claws released
10411
10412 2002-07-30 [paul]       0.8.0claws29
10413
10414         * tools/OOo2sylpheed.pl ** NEW FILE **
10415           tools/README
10416                 add script to enable sending documents as
10417                 attachments from OpenOffice.org
10418
10419 2002-07-30 [melvin]     0.8.0claws28
10420
10421         * src/prefs_actions.c
10422                 Made the actions' input/output dialog display
10423                 without delay.
10424
10425 2002-07-30 [christoph]  0.8.0claws27
10426
10427         * src/procmsg.c
10428                 check if folder_item_get_msginfo in
10429                 procmsg_save_to_outbox returned NULL
10430
10431 2002-07-30 [paul]       0.8.0claws26
10432
10433         * sync with 0.8.1cvs4
10434                 see ChangeLog 2002-07-29
10435
10436 2002-07-29 [thorsten]   0.8.0claws25
10437
10438         * README.claws
10439                 added selective download, delete on server
10440
10441 2002-07-29 [paul]       0.8.0claws24
10442
10443         * sync with 0.8.1cvs3
10444                 see ChangeLog 2002-07-29
10445
10446 2002-07-27 [christoph]  0.8.0claws23
10447
10448         * src/folder.c
10449                 add extra check if fetching the msginfo
10450                 returned NULL
10451
10452 2002-07-27 [paul]       0.8.0claws22
10453
10454         * sync with 0.8.1cvs2
10455                 see ChangeLog 2002-07-26
10456
10457 2002-07-27 [christoph]  0.8.0claws21
10458
10459         * src/imap.c
10460                 add another check if a valid msginfo
10461                 was returned
10462
10463 2002-07-26 [hoa]        0.8.0claws20
10464
10465         * src/folder.c
10466                 Fixed a condition in folder_item_destroy()
10467
10468         * src/imap.c
10469                 Fixed an error in IMAP protocol
10470
10471 2002-07-26 [alfons]     0.8.0claws19
10472
10473         * src/folder.c
10474                 ofcourse compare with identifier, not the path
10475
10476 2002-07-26 [alfons]     0.8.0claws18
10477
10478         * src/folder.c
10479                 use folder item identifier for saving / restoring
10480                 preferences because folder->path might not be unique
10481
10482 2002-07-26 [melvin]     0.8.0claws17
10483
10484         * src/logwindow.c
10485                 Fixed a crash introduced in 0.8.0claws5 when log is 
10486                 cut under 80 characters.
10487
10488 2002-07-26 [paul]       0.8.0claws16
10489
10490         * sync with 0.8.1cvs1
10491                 see ChangeLog 2002-07-26
10492
10493 2002-07-26 [christoph]  0.8.0claws15
10494
10495         * src/imap.[ch]
10496                 imap folder now remembers the last selected
10497                 folder and imap_fetch_msginfo skips selecting
10498                 the folder if it is already selected
10499
10500 2002-07-26 [christoph]  0.8.0claws14
10501
10502         * src/folder.c
10503         * src/folderview.c
10504         * src/imap.c
10505                 fix imap folder rescanning
10506
10507 2002-07-25 [christoph]  0.8.0claws13
10508
10509         * src/filter.c
10510         * src/folder.[ch]
10511         * src/folderview.c
10512         * src/imap.[ch]
10513         * src/mainwindow.c
10514         * src/mbox_folder.c
10515         * src/mh.c
10516         * src/news.c
10517                 implement imap uid cache and uid validity check
10518
10519 2002-07-25 [alfons]     0.8.0claws12
10520
10521         * src/summaryview.c
10522                 fix a brown paper bag bug, and also add some more
10523                 checks
10524
10525 2002-07-25 [christoph]  0.8.0claws11
10526
10527         * src/folder.c
10528                 don't mix copy, fetch_msginfo and remove
10529                 operations in folder item copy and move
10530                 operations
10531
10532 2002-07-25 [christoph]  0.8.0claws10
10533
10534         * src/folderview.c
10535         * src/mainwindow.c
10536         * src/prefs_folder_item.c
10537         * src/summaryview.[ch]
10538                 remove no longer required parameter update_cache from
10539                 summary_show
10540
10541 2002-07-25 [paul]       0.8.0claws9
10542
10543         * sync with 0.8.1
10544         
10545         * AUTHORS
10546                 a few corrections
10547
10548 2002-07-24 [alfons]     0.8.0claws8
10549
10550         * src/summaryview.c
10551                 sort correctly when using simplified subject line
10552                 (closes feature request "[ 585141 ] applying regexp to subject 
10553                 before sort" submitted by Alexandra Walford)
10554
10555 2002-07-24 [paul]       0.8.0claws7
10556
10557         * sync with 0.8.0cvs3
10558                 see ChangeLog 2002-07-24
10559
10560 2002-07-23 [christoph]  0.8.0claws6
10561
10562         * src/folder.c
10563         * src/folder.h
10564         * src/summaryview.c
10565         * src/summaryview.h
10566         * src/main.c
10567                 o separate processing and summaryview
10568                 o removed summary_write_cache from summaryview
10569                 o removed summaryview->killed_messages, because we don't have
10570                   to keep a list of killed messages anymore. New cache will
10571                   keep the hidden messages in cache anyway
10572         * src/folderview.c
10573         * src/inc.c
10574         * src/selective_download.c
10575                 o removed unnecessary summary_write_cache calls
10576         * src/procmsg.c
10577                 o don't set ignore thread flag in procmsg_get_thread_tree
10578                   if it is already set
10579         * src/mainwindow.c
10580         * src/statusbar.h
10581                 o moved STATUSBAR_PUSH/POP to statusbar.h because
10582                   they are used in different files
10583
10584 2002-07-23 [melvin]     0.8.0claws5
10585
10586         * src/addressbook.c
10587         * src/addrgather.c
10588         * src/editaddress.c
10589         * src/editgroup.c
10590         * src/editldap_basedn.c
10591         * src/importldif.c
10592         * src/prefs_common.c
10593                 Fixed few memory leak (gtk_editable_get_chars returns
10594                 an allocated string)
10595         * src/logwindow.c
10596                 Fixed few memory leak (gtk_editable_get_chars returns
10597                 an allocated string) and modified a little the log cutting
10598                 loop.
10599         * src/compose.c
10600                 Replaced a call to an obsolete function gtk_entry_get_text()
10601                 by gtk_editable_get_chars()
10602         * src/send.c
10603                 Removed a debug printf
10604
10605 2002-07-23 [christoph]  0.8.0claws4
10606
10607         * src/filesel.c
10608                 fix another g_dirname memory leak
10609
10610 2002-07-23 [christoph]  0.8.0claws3
10611
10612         * src/mh.c
10613                 fixed a memory leak in mh_fetch_msginfo
10614                 fixed crash when message header could not be
10615                 parsed
10616
10617 2002-07-23 [paul]       0.8.0claws2
10618
10619         * sync with 0.8.0cvs2
10620                 see ChangeLog 2002-07-23
10621
10622 2002-07-23 [paul]       0.8.0claws1
10623
10624         * sync with 0.8.0cvs1
10625                 see ChangeLog 2002-07-23
10626
10627 2002-07-23 [paul]       0.8.0claws
10628
10629         * release of 0.8.0claws
10630
10631 2002-07-23 [paul]       0.7.8claws99
10632
10633         * po/ru.po
10634                 new Russian translation, submitted by
10635                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
10636
10637 2002-07-22 [jens]       0.7.8claws98
10638
10639         * po/de.po
10640                 Updated German translations.
10641
10642 2002-07-22 [paul]       0.7.8claws97
10643
10644         * po/es.po
10645           po/it.po
10646           po/nl.po
10647           po/pt_BR.po
10648                 updated translations by Ricardo Mones Lastra,
10649                 Alessandro Maestri, Wilbert Berendsen and 
10650                 Fabio Jr. Beneditto respectively
10651
10652 2002-07-22 [christoph]  0.7.8claws96
10653
10654         * src/mimeview.c
10655                 fix memory leak caused by wrong g_dirname usage
10656
10657 2002-07-22 [christoph]  0.7.8claws95
10658
10659         * src/summaryview.c
10660                 update new and unread message counts for summaryview
10661                 summaryview does not get it from the folder anymore
10662                 and has to update the values itself
10663
10664 2002-07-22 [melvin]     0.7.8claws94
10665
10666         * po/fr.po
10667                 Updated French translations.
10668
10669 2002-07-22 [christoph]  0.7.8claws93
10670
10671         * src/matcher.c
10672                 set prop->preg pointer to NULL or following check
10673                 will not fail and regexec will be called with
10674                 invalid pointer
10675
10676 2002-07-21 [alfons]     0.7.8claws92
10677         
10678         * src/prefs_common.[ch]
10679                 remove option "Send return receipt on request"
10680
10681 2002-07-21 [thorsten]   0.7.8claws91
10682
10683         * src/mimeview.c
10684                 fixed memleaks, coding style as pointed out by alfons
10685
10686 2002-07-21 [alfons]     0.7.8claws90
10687
10688         * src/messageview.c
10689         * src/noticeview.[ch]
10690                 o fix bug notice view being displayed when going to empty folder 
10691                   (noticed by Christoph)
10692                 o allow RRR to be sent when restarting sylpheed, or changing folder 
10693                   (noticed by Thorsten)
10694
10695 2002-07-21 [thorsten]   0.7.8claws89
10696
10697         * src/mimeview.c
10698                 Included save_all patch from Xaview FACQ
10699                 added support for pathnames
10700
10701 2002-07-21 [alfons]     0.7.8claws88
10702
10703         * po/POTFILES.in
10704         * src/Makefile.am
10705         * src/mainwindow.c
10706         * src/messageview.[ch]
10707         * src/noticeview.c      ** NEW FILE **
10708         * src/noticeview.h      ** NEW FILE **
10709                 make return receipts work again
10710                 (UI idea by Leandro Pereira)
10711
10712 2002-07-21 [paul]       0.7.8claws87
10713
10714         * src/summaryview.c
10715                 fix sensitivity of 'Select thread'
10716
10717 2002-07-21 [paul]       0.7.8claws86
10718
10719         * src/prefs_common.c
10720                 add browser command line for Galeon
10721
10722 2002-07-21 [paul]       0.7.8claws85
10723
10724         * Makefile.am
10725                 fix 'EXTRA_DIST': remove README.README, add TODO
10726                 and TODO.claws
10727
10728 2002-07-21 [alfons]     0.7.8claws84
10729
10730         * src/gtkstext.c
10731                 make enter clear selection
10732                 (closes "[ 579888 ] Editor selection/entry error"
10733                 reported by Steve Lamb)
10734
10735 2002-07-21 [alfons]     0.7.8claws83
10736         
10737         * src/summaryview.c
10738                 sort message list when selecting unthread messages
10739                 (closes "[ 501593 ] switching threaded view doesn't sort"
10740                 reported by Simon Schubert)
10741
10742 2002-07-20 [alfons]     0.7.8claws82
10743         
10744         * src/matcher.c
10745                 const-correctness
10746
10747 2002-07-20 [thorsten]   0.7.8claws81
10748
10749         * src/matcher.c
10750                 Fixed expansion of empty fields in matchactions
10751
10752 2002-07-19 [melvin]     0.7.8claws80
10753
10754         * src/gtkspell.c
10755                 Removed a duplicate menu entry (fast mode) introduced during
10756                 the new cache merge
10757                 Added a menu separator between 'Use alternate' and 'Fast mode'
10758
10759 2002-07-19 [paul]       0.7.8claws79
10760
10761         * tools/Makefile.am
10762           tools/README
10763                 correct typos
10764
10765 2002-07-19 [thorsten]   0.7.8claws78
10766
10767         * tools/calypso_convert.pl      ** NEW FILE **
10768           tools/README
10769           tools/Makefile.am
10770                 script to import mbox files exported
10771                 by calypso
10772                 o generates folder structure
10773                 o includes attachments
10774
10775 2002-07-19 [melvin]     0.7.8claws77
10776
10777         * src/selective_download.[ch]
10778                 Fixed bug where closing the dialog with the window manager's
10779                 close button will not unlock the summary
10780                 Corrected some function declarations that missed a return value
10781                 Made the source code comply better with coding style.
10782         * src/prefs_common.c
10783                 Added new browser command line for Mozilla.
10784
10785 2002-07-18 [paul]       0.7.8claws76
10786
10787         * src/mainwindow.c
10788           src/selective_download.[ch]
10789                 reflect theme changes, fix Gdk Warning when creating 
10790                 pixmap from NULL window, and minor clean up.
10791                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
10792
10793         * po/en_GB.po
10794                 updated
10795
10796 2002-07-17 [paul]       0.7.8claws75
10797
10798         * INSTALL[.jp]
10799                 sync with 0.8.0
10800         
10801         * po/en_GB.po
10802                 updated
10803
10804 2002-07-16 [paul]       0.7.8claws74
10805
10806         * tools/filter_conv.pl
10807           tools/README
10808                 replace conversion script with reimplemented version, 
10809                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
10810
10811 2002-07-16 [colin]      0.7.8claws73
10812
10813         * src/summaryview.c
10814                 remove forgotten debug messages - sorry ;-)
10815
10816 2002-07-16 [colin]      0.7.8claws72
10817
10818         * src/mimeview.c
10819           src/summaryview.c
10820           src/textview.c
10821           src/textview.h
10822                 add the ability to select part of a text mime-part 
10823                 to reply.
10824
10825 2002-07-15 [christoph]  0.7.8claws71
10826
10827         * src/folder.c
10828                 fix folder message count for folders without
10829                 msg_is_changed (includes news folders)
10830
10831 2002-07-15 [martin]     0.7.8claws70
10832
10833         * src/summaryview.c
10834                 option "display recipient on 'From'..." now works
10835                 without the need of enabling the option
10836                 "display  sender  using  address  book".
10837
10838 2002-07-15 [christoph]  0.7.8claws69
10839
10840         * src/summaryview.c
10841                 removed setting folder status from summaryview.
10842                 folder.c should update all message counts correctly.
10843
10844 2002-07-15 [paul]       0.7.8claws68
10845
10846         * po/pt_BR.po
10847                 updated by Fabio Junior Beneditto
10848
10849 2002-07-15 [darko]      0.7.8claws67
10850
10851         * src/mh.c
10852                 Fixed target folder colorization, don't decrease op
10853                 number twice
10854
10855 2002-07-14 [paul]       0.7.8claws66
10856
10857         * sync with main 0.8.0
10858                 see ChangeLog 2002-07-14
10859
10860 2002-07-13 [melvin]     0.7.8claws65
10861         
10862         * src/addrbook.c
10863         * src/addressbook.c
10864         * src/addrindex.c
10865                 Replaced sprintf by g_snprintf to prevent possible buffer
10866                 overflow.
10867         * src/news.c
10868                 Corrected a log message output format.
10869                 Added a missing "done" debug output.
10870         * src/compose.c
10871                 Added keyboard accelerator for Priority menu items
10872                 Added missing \n in debug output
10873         * src/logwindow.c
10874         * src/gtkspell.c
10875         * src/rfc2015.c
10876                 Added missing \n in debug output
10877
10878 2002-07-13 [paul]       0.7.8claws64
10879
10880         * man/sylpheed.1
10881                 change Sergey's email address to the sf address
10882
10883         * src/textview.c
10884                 increase show_url_timeout (more useful for long
10885                 urls)
10886
10887 2002-07-12 [sergey]     0.7.8claws63
10888
10889         * src/rfc2015.c
10890                 applied (with some modifications) patch to set the
10891                 micalg parameter for signatures
10892                 (2001-08-28 Werner Koch <wk@gnupg.org>)
10893
10894 2002-07-12 [sergey]     0.7.8claws62
10895
10896         * man/Makefile.am
10897         * configure.in
10898                 fixed man page installation
10899
10900 2002-07-12 [paul]       0.7.8claws61
10901
10902         * sync with 0.7.8cvs26
10903                 see ChangeLog 2002-07-11 and 2002-07-12
10904
10905 2002-07-11 [christoph]  0.7.8claws60
10906
10907         * src/compose.c
10908         * src/procmsg.c
10909                 first use the message number to find the message
10910                 to mark with a reply flag but check the
10911                 message-id if we got the correct message, if not
10912                 try to find it by message-id.
10913                 use new string seperator that is not allowed
10914                 in message-ids.
10915
10916 2002-07-11 [paul]       0.7.8claws59
10917
10918         * sync with 0.7.8cvs23
10919                 see ChangeLog 2002-07-10
10920
10921 2002-07-10 [christoph]  0.7.8claws58
10922
10923         * src/folder.[ch]
10924         * src/msgcache.[ch]
10925                 Added message-id table to the cache in memory
10926                 and functions to msgcache.c and folder.c to
10927                 fetch MsgInfos by message id
10928         * src/compose.c
10929         * src/procmsg.c
10930                 store folder and message-id of message replying
10931                 to in queue header and set reply flag after sending
10932                 (Closes bug #469498)
10933
10934 2002-07-10 [paul]       0.7.8claws57
10935
10936         * AUTHORS
10937           man/sylpheed.1.gz
10938                 add Martin to the list of authors
10939
10940 2002-07-09 [martin]     0.7.8claws56
10941         * src/gtksctree.c
10942                 Added gtk_ctree_last_visible(), tree_update_level(),
10943                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
10944                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10945                 from gtk+ to gtksctree.c for the new sorting code
10946                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
10947                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
10948         * src/gtksctree.h
10949                 Added declaration for gtk_sctree_sort_recursive() and
10950                 gtk_sctree_sort_node
10951         * src/addressbook.c
10952         * src/foldersel.c
10953         * src/folderview.c
10954         * src/summaryview.c
10955                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
10956                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
10957
10958 2002-07-08 [paul]       0.7.8claws55
10959
10960         * more sync with 0.7.8cvs21
10961                 see ChangeLog 2002-07-08
10962
10963 2002-07-08 [paul]       0.7.8claws54
10964
10965         * sync with 0.7.8cvs21
10966                 see ChangeLog 2002-07-08
10967
10968 2002-07-07 [alfons]     0.7.8claws53
10969
10970         * src/Makefile.am
10971         * src/stock_pixmap.[ch]
10972         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
10973         * src/pixmaps/notice_error.xpm  ** NEW FILE **
10974         * src/pixmaps/notice_note.xpm   ** NEW FILE **
10975                 add new pixmaps for upcoming notice pane
10976
10977 2002-07-06 [melvin]     0.7.8claws52
10978
10979         * src/gtkspell.[ch]
10980                 Made them a bit closer to Sylpheed's coding style.
10981                 Removed old code.
10982                 Removed possible memory leaks when some errors occurs.
10983
10984 2002-07-06 [melvin]     0.7.8claws51
10985
10986         * po/Makefile.in.in
10987                 Removed --no-location in xgettext command line to help
10988                 translators that use Emacs' po-mode
10989         * src/quote_fmt.c
10990                 Removed unnecessary comments that messed up sylpheed.pot
10991
10992 2002-07-06 [paul]       0.7.8claws50
10993
10994         * sync with 0.7.8cvs19
10995                 see ChangeLog 2002-07-05
10996
10997 2002-07-06 [christoph]  0.7.8claws49
10998
10999         * src/folder.c
11000         * src/mainwindow.c
11001                 fix folder_item_remove_all_msg and folderview
11002                 status for trash folders after emptying trash
11003
11004 2002-07-05 [paul]       0.7.8claws48
11005
11006         * sync with 0.7.8cvs16
11007                 see ChangeLog 2002-07-04 and 2002-07-05
11008
11009 2002-07-04 [paul]       0.7.8claws47
11010
11011         * sync with 0.7.8cvs14
11012                 see  ChangeLog 2002-07-04
11013
11014 2002-07-03 [alfons]     0.7.8claws46
11015
11016         * src/folder.c
11017                 dupe folder item's path because it's being reallocated
11018                 by new folder scanning code
11019
11020 2002-07-03 [christoph]  0.7.8claws45
11021
11022         * src/imap.c
11023                 better IMAP uid fetching using 'FETCH 1:* (UID)'
11024         * src/msgcache.c
11025                 add missing return in msgcache_write
11026
11027 2002-07-02 [thorsten]   0.7.8claws44
11028
11029         * src/jpilot.c
11030         * src/msgcache.c
11031         * src/rfc2015.c
11032                 use binary mode for file access
11033
11034 2002-07-02 [christoph]  0.7.8claws43
11035
11036         * major code cleanup (part 1)
11037         
11038                 - unused variables removed
11039                 - unused functions removed
11040                 - uninitialized variables checked
11041                 - missing return statements added
11042                 - missing function return types added
11043                 - added parentheses around assignment and
11044                   && in || when suggested by gcc
11045               
11046         * src/mh.c
11047         * src/folder.c
11048                 replaced direct calls to folder->scan_tree
11049                 with folder_scan_tree and restore folder
11050                 prefs in this function. The folder should
11051                 not have to deal with them.
11052                 ( Should now work for all folder types )
11053
11054 2002-07-02 [paul]       0.7.8claws42
11055
11056         * sync with 0.7.8cvs13
11057                 see ChangeLog 2002-07-01 and 2002-07-02
11058
11059 2002-07-01 [christoph]  0.7.8claws41
11060
11061         * src/summaryview.c
11062                 fix "goto next/prev unread message" with
11063                 ignored threads
11064
11065 2002-07-01 [paul]       0.7.8claws40
11066
11067         * po/es.po
11068                 updated by Ricardo Mones Lastra
11069
11070 2002-06-30 [match]      0.7.8claws39
11071
11072         * src/jpilot.c
11073                 applied variation of leonerd's patch (566661) to
11074                 allow multiple email addresses per JPilot entry.
11075                 addresses may be separated by space, comma, pipe,
11076                 semi-colon, new-line.
11077
11078 2002-06-30 [alfons]     0.7.8claws38
11079
11080         * src/procmsg.c
11081                 simple fix for putting older nodes before
11082                 newer nodes when threading by subject
11083
11084 2002-06-30 [christoph]  0.7.8claws37
11085
11086         * src/folder.c
11087         * src/folderview.c
11088         * src/mh.c
11089         * src/news.c
11090         * src/procmsg.c
11091                 fix broken folder tree rescaning
11092                 and don't use procmsg_get_mark_sum
11093                 anymore
11094
11095 2002-06-30 [christoph]  0.7.8claws36
11096
11097         * merge new cache branch
11098         * src/imap.c
11099                 fix new cache imap copy bug
11100         * src/folder.c
11101                 improved folder_item_scan
11102                 it should now always set the correct
11103                 new, unread and total message counts
11104
11105 2002-06-29 [paul]       0.7.8claws35
11106
11107         * configure.in
11108                 correct syntax error
11109
11110 2002-06-29 [paul]       0.7.8claws34
11111
11112         * configure.in
11113           Makefile.am
11114           man/Makefile.am       ** NEW FILE **
11115           man/sylpheed.1.gz     ** NEW FILE **
11116                 add Sylpheed man page
11117
11118 2002-06-29 [paul]       0.7.8claws33
11119
11120         * po/pt_BR.po
11121                 updated by Fabio Junior Beneditto
11122
11123 2002-06-28 [jens]       0.7.8claws32
11124
11125         * po/de.po
11126                 translation updated
11127
11128         * src/selective_download.c
11129                 removed gettext for space " "
11130
11131         * src/imap.c
11132                 removed wrong space
11133
11134 2002-06-28 [paul]       0.7.8claws31
11135
11136         * sync with 0.7.8cvs11
11137                 see ChangeLog 2002-06-28
11138
11139 2002-06-28 [paul]       0.7.8claws30
11140
11141         * sync with 0.7.8cvs10
11142                 see ChangeLog 2002-06-27 and 2002-06-28
11143
11144 2002-06-26 [paul]       0.7.8claws29
11145
11146         * src/addrgather.c
11147           src/selective_download.c
11148                 don't gettextise empty strings.
11149                 reserved by gettext. gettext("") returns 
11150                 the header entry with meta information, 
11151                 not the empty string
11152
11153         * po/en_GB.po
11154                 updated
11155
11156 2002-06-26 [paul]       0.7.8claws28
11157
11158         * sync with 0.7.8cvs7
11159                 see ChangeLog 2002-06-25
11160
11161         * src/prefs_common.c
11162                 ...and in the process, tweak the gui a little
11163
11164 2002-06-25 [alfons]     0.7.8claws27
11165         
11166         * configure.in
11167         * src/Makefile.am
11168                 fine tune ldap library detection
11169
11170 2002-06-25 [alfons]     0.7.8claws26
11171
11172         * src/compose.c
11173                 don't allow return receipts when composing a news article
11174
11175 2002-06-25 [paul]       0.7.8claws25
11176
11177         * Makefile.am
11178                 add '$(AMTAR)' to 'release' section to allow for
11179                 new and older autotools
11180
11181 2002-06-25 [paul]       0.7.8claws24
11182
11183         * src/summaryview.c
11184                 fix "No more unread messages" persistant pop-up
11185                 window bug
11186
11187 2002-06-25 [paul]       0.7.8claws23
11188
11189         * po/it.po
11190                 updated by Alessandro Maestri
11191
11192 2002-06-25 [paul]       0.7.8claws22
11193
11194         * sync with 0.7.8cvs6
11195                 see ChangeLog 2002-06-25
11196
11197 2002-06-24 [paul]       0.7.8claws21
11198
11199         * tools/update-po
11200                 add GPL copyright information
11201
11202 2002-06-24 [paul]       0.7.8claws20
11203
11204         * tools/Makefile.am
11205           tools/README
11206           tools/update-po       ** NEW FILE **
11207                 add script that eases the creation of *.po files
11208                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
11209
11210 2002-06-23 [alfons]     0.7.8claws19
11211
11212         * src/messageview.c
11213                 make notification_convert_header obey const correctness
11214                 (next step will be fixing the broken return receipt)
11215
11216 2002-06-23 [paul]       0.7.8claws18
11217
11218         * src/messageview.c
11219                 fix bug introduced in last commit:
11220                 removed too much code in last commit - put back what's
11221                 needed
11222
11223 2002-06-23 [paul]       0.7.8claws17
11224
11225         * src/messageview.[ch]
11226                 remove code committed in error from locally patched
11227                 source
11228
11229 2002-06-23 [colin]      0.7.8claws16
11230
11231         * src/compose.[ch]
11232                 add compose_entry_select(), used to select the default_to
11233                 email address - hopefully avoiding people sending mails to
11234                 wrong recipients.
11235
11236 2002-06-22 [alfons]     0.7.8claws15
11237
11238         * AUTHORS
11239                 add Bram Metsch & Stanislav Karchebny
11240         * src/smtp.[ch]
11241         * src/prefs_account.[ch]
11242         * src/send.c
11243                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
11244                   options.  (see <http://sourceforge.net/tracker/index.php
11245                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
11246
11247                 - merge Stanislav's fix to make SMTP AUTH work with qmail
11248                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
11249
11250 2002-06-22 [paul]       0.7.8claws14
11251
11252         * sync with 0.7.8cvs5
11253                 see ChangeLog 2002-06-19 and 2002-06-20
11254
11255 2002-06-22 [alfons]     0.7.8claws13
11256
11257         * src/selective_download.c
11258                 fix a stupid mistake I made
11259
11260 2002-06-22 [alfons]     0.7.8claws12
11261
11262         * src/selective_download.[ch]
11263                 fix another unnoticed leak; cleanup code
11264
11265 2002-06-21 [alfons]
11266
11267         * tools/Makefile.am
11268                 gpg-sign <-- gpg-sign-syl
11269
11270 2002-06-21 [alfons]     0.7.8claws11
11271
11272         * src/selective_download.c
11273         * src/selective_download.h
11274                 fix assorted mix of allocation errors (should solve
11275                 problem reported by Philippe GramoullĂ©, see:
11276                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
11277
11278 2002-06-20 [melvin]     0.7.8claws10
11279
11280         * tools/gpg-sign *REMOVED*
11281           tools/gpg-sign-syl *ADDED*
11282                 Replaced the gpg clearsigning script with the version using
11283                 xterm instead of ssh-askpass and changed its name.
11284
11285         * README.claws
11286                 Updated actions example to reflect the renaming of the
11287                 gpg clearsigning script.
11288
11289 2002-06-19 [paul]       0.7.8claws9
11290
11291         * sync with 0.7.8claws9
11292                 see ChangeLog 2002-06-18 and 2002-06-19
11293
11294 2002-06-19 [paul]       0.7.8claws8
11295
11296         * sync with 0.7.8cvs1
11297                 see ChangeLog 2002-06-18
11298
11299 2002-06-18 [alfons]     0.7.8claws7
11300
11301         * src/mainwindow.h
11302                 add omitted prototype
11303
11304 2002-06-17 [paul]       0.7.8claws6
11305
11306         * src/mainwindow.c
11307                 fix hiding of exec_btn
11308
11309 2002-06-17 [paul]       0.7.8claws5
11310
11311         * src/pop.c
11312                 remove unneeded code: should_delete() 
11313                 and Pop3State::uidl_todelete_list
11314
11315 2002-06-17 [paul]       0.7.8claws4
11316
11317         * sync with 0.7.8
11318                 see ChangeLog 2002-06-11 and 2002-06-13
11319
11320 2002-06-16 [alfons]     0.7.8claws3
11321         
11322         * src/folder.c
11323                 make sure lock sort mode (claws specific) is
11324                 also persists after a tree rescan
11325
11326 2002-06-16 [alfons]     0.7.8claws2
11327
11328         * src/prefs_folder_item.c
11329         * src/folder.[ch]
11330                 fix persistence of folder sort mode (broken
11331                 by adapting Hiro's new folder persistence code)
11332
11333 2002-06-16 [alfons]     0.7.8claws1
11334
11335         * AUTHORS
11336         * src/logwindow.c
11337         * src/prefscommon.[ch]
11338                 control size of log text in log window; 
11339                 closes patch #569155 submitted by Mitko Haralanov.
11340
11341 2002-06-15 [paul]       0.7.8claws
11342
11343         * release of 0.7.8claws
11344
11345 2002-06-15 [paul]       0.7.7claws
11346
11347         * po/pt_BR.po
11348                 updated by Fabio Junior Beneditto
11349
11350 2002-06-14 [paul]       0.7.6claws49
11351
11352         * po/es.po
11353                 updated by Ricardo Mones Lastra
11354
11355 2002-06-14 [paul]       0.7.6claws48
11356
11357         * po/nl.po
11358                 updated translation by Wilbert Berendsen
11359
11360 2002-06-14 [melvin]     0.7.6claws47
11361
11362         * po/fr.po
11363                 Updated French translation
11364
11365 2002-06-13 [paul]       0.7.6claws46
11366
11367         * src/filesel.c
11368                 allow filename to be typed in, rather than just
11369                 selected by the mouse. Patch by Gustavo Noronha Silva.
11370
11371 2002-06-13 [alfons]     0.7.6claws45
11372
11373         * src/mainwindow.[ch]
11374                 more cleanups (removing unnecessary menu items Expand 
11375                 summary / message view)
11376
11377 2002-06-13 [melvin]     0.7.6claws44
11378
11379         * po/POTFILES.in
11380                 Added src/string_match.c
11381         * src/string_match.c
11382                 Fixed possible buffer overflow.
11383                 Corrected typo.
11384                 Added missing config.h header.
11385         * src/prefs_common.c
11386           src/prefs_matcher.c
11387           src/prefs_scoring.c
11388                 Made some strings translatable (missing _(..)).
11389
11390 2002-06-13 [melvin]     0.7.6claws43
11391
11392         * README.claws
11393                 Corrected action example (verifying clearsigned mail).
11394         * src/prefs_account.c
11395                 Corrected typo.
11396         * src/prefs_common.c
11397                 Removed incorrect line that generated a Gtk-CRITICAL msg.
11398
11399 2002-06-12 [alfons]     0.7.6claws42
11400
11401         * src/summaryview.c
11402                 add init of score column lost in 0.7.6claws42
11403
11404 2002-06-12 [paul]       0.7.6claws41
11405
11406         * src/prefs_account.c
11407                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
11408                 behavior of the radio buttons, (from 0.7.7cvs2)
11409
11410 2002-06-11 [alfons]     0.7.6claws40
11411
11412         * src/messageview.[ch]
11413         * src/summaryview.[ch]
11414         * src/summary_search.c
11415         * src/mainwindow.c
11416                 perform a sync to bring in Hiro's separate view implementation 
11417
11418                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
11419
11420 2002-06-11 [paul]       0.7.6claws39
11421         
11422         * src/prefs_account.c
11423                 correct a typo on the Receive tab
11424
11425 2002-06-10 [match]      0.7.6claws38
11426
11427         * src/addressbook.c
11428                 Included address completion patch from Gustavo Noronha.
11429
11430 2002-06-10 [paul]       0.7.6claws37
11431
11432         * src/inc.[ch]
11433           src/pop.c
11434           src/prefs_account.[ch]
11435           src/selective_download.[ch]
11436                 apply PATCH #561712
11437                  NEW:
11438                 - check if POP Account
11439                 - Receive Button renamed to Preview
11440                 - Preview Button Popup: preview new/all messages
11441                 - Download Button
11442                 - Account Preferences-->Receive tab checkbutton if you
11443                   want to remove Mail after Download
11444                 -: default YES
11445                 - Account Preferences-->Receive tab checkbutton use
11446                   filtering rules on preview
11447                   (think of delete_on_server)
11448                 -: default YES
11449                 - Account selectable from SD dialog
11450                 - checkbutton to show already downloaded messages if
11451                   all messages are previewed
11452                 - new clist column showing Date
11453                 - ESC KEY close
11454                 FIXES:
11455                 - play ball with UIDL
11456                 - fault tolerant (?) 
11457                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
11458
11459 2002-06-10 [melvin]     0.7.6claws36
11460
11461         * README.claws
11462                 Added a hint to ac/README in cvs instructions.
11463
11464         * src/prefs_actions.c
11465                 Made it possible to use a more elaborate command line
11466                 for asynchronous actions, too.
11467
11468 2002-06-10 [melvin]     0.7.6claws35
11469         
11470         * src/prefs_actions.c
11471                 Make it possible to use a more elaborate command line
11472                 (e.g. |foo|bar|cat>there;echo Done|)
11473                 Corrected error message when calling %f, %F and %p commands
11474                 from the compose window.
11475
11476 2002-06-09 [colin]      0.7.6claws34
11477
11478         * src/summaryview.c
11479                 Automatically find unread messages in current folder
11480                 before annoying the user.
11481
11482 2002-06-08 [alfons]     0.7.6claws33
11483
11484         * po/it.po
11485                 remove bad formatting string in it.po translation
11486                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
11487
11488 2002-06-08 [paul]       0.7.6claws32
11489
11490         * sync with 0.7.6cvs25
11491                 see ChangeLog 2002-06-07
11492
11493 2002-06-05 [paul]       0.7.6claws31
11494
11495         * src/mainwindow.c
11496                 add 'Sort by locked' and 'Sort by score'
11497
11498 2002-06-05 [paul]       0.7.6claws30
11499
11500         * sync with 0.7.6cvs24
11501                 see ChangeLog 2002-06-04
11502
11503 2002-06-04 [paul]       0.7.6claws29
11504
11505         * po/pt_BR.po
11506                 updated by Fabio Junior Beneditto
11507
11508 2002-06-03 [thorsten]   0.7.6claws28
11509
11510         * src/matcher.c
11511                 fclose() matcherrc after reading
11512
11513 2002-06-03 [paul]       0.7.6claws27
11514
11515         * sync with 0.7.6cvs21
11516                 see ChangeLog 2002-05-31
11517
11518 2002-05-31 [paul]       0.7.6claws26
11519
11520         * sync with 0.7.6cvs20
11521                 see ChangeLog 2002-05-29 and 2002-05-30
11522
11523 2002-05-31 [paul]       0.7.6claws25
11524
11525         * src/imap.c
11526                 hopefully fix last buggy sync
11527
11528         * README.claws
11529                 correct typo in 'Actions' examples
11530
11531 2002-05-29 [paul]       0.7.6claws24
11532
11533         * sync with 0.7.6cvs18
11534                 see ChangeLog 2002-05-28 and 2002-05-29
11535
11536         * src/news.c
11537           src/nntp.[ch]
11538                 sync with above 
11539
11540 2002-05-28 [paul]       0.7.6claws23
11541
11542         * sync with 0.7.6cvs16
11543                 see ChangeLog 2002-05-28
11544
11545 2002-05-27 [thorsten]   0.7.6claws22 
11546
11547         * faq/it/sylpheed-faq-1.html
11548           faq/it/sylpheed-faq-2.html
11549           faq/it/sylpheed-faq-3.html
11550           faq/it/sylpheed-faq.html
11551                 corrected DOS lineendings
11552         * faq/de/sylpheed-faq-1.html
11553           faq/de/sylpheed-faq-2.html
11554           faq/en/sylpheed-faq-1.html
11555           faq/en/sylpheed-faq-2.html
11556           faq/en/sylpheed-faq-3.html
11557           faq/es/sylpheed-faq-1.html
11558           faq/es/sylpheed-faq-2.html
11559           faq/es/sylpheed-faq-3.html
11560           faq/fr/sylpheed-faq-1.html
11561           faq/it/sylpheed-faq-1.html
11562           faq/it/sylpheed-faq-2.html
11563           faq/it/sylpheed-faq-3.html
11564           faq/it/sylpheed-faq.html
11565                 changed ">" to &quot;
11566
11567 2002-05-27 [paul]       0.7.6claws21
11568         
11569         * sync with 0.7.6cvs15
11570                 see ChangeLog 2002-05-27
11571
11572 2002-05-27 [paul]       0.7.6claws20
11573
11574         * src/prefs_account.c
11575                 correct a typo
11576
11577 2002-05-26 [paul]       0.7.6claws19
11578
11579         * tools/README
11580                 correct a typo
11581
11582 2002-05-25 [paul]       0.7.6claws18
11583
11584         * tools/README
11585                 add description of kmail2sylpheed.pl
11586
11587 2002-05-25 [paul]       0.7.6claws17
11588
11589         * tools/kmail2sylpheed.pl       ** NEW FILE **
11590                 perl script that converts an exported Kmail address
11591                 book, converts it to sylpheed addressbook file,
11592                 writes the file to .sylpheed, and updates
11593                 addrbook--index.xml 
11594
11595 2002-05-25 [paul]       0.7.6claws16
11596
11597         * sync with 0.7.6cvs14
11598                 see ChangeLog 2002-05-23
11599
11600 2002-05-24 [paul]       0.7.6claws15
11601
11602         * README.claws
11603                 make a correction and add some more info
11604
11605 2002-05-24 [paul]       0.7.6claws14
11606
11607         * src/compose.c
11608                 fix memory leak in 
11609                 compose_redirect_write_headers_from_headerlist()
11610                 add Subject and Resent-Message-ID to
11611                 compose_redirect_write_headers()
11612                 Received, Subject, and X-UIDL are filtered out in 
11613                 compose_redirect_write_to_file()
11614
11615 2002-05-23 [paul]       0.7.6claws13
11616
11617         * src/compose.[ch]
11618           src/filtering.c
11619           src/mainwindow.c
11620           src/matcher.[ch]
11621           src/matcher_parser_lex.l
11622           src/matcher_parser_parse.y
11623           src/prefs_common.[ch]
11624           src/prefs_filtering.c
11625           src/summaryview.c
11626                 rename 'Bounce' to 'Redirect'
11627
11628 2002-05-23 [paul]       0.7.6claws12
11629
11630         * more sync with 0.7.6cvs13
11631           src/compose.c
11632                 see ChangeLog 2002-05-22
11633
11634 2002-05-22 [paul]       0.7.6claws11
11635
11636         * sync with 0.7.6cvs13
11637           src/codeconv.c
11638                 see ChangeLog 2002-05-20
11639           src/prefs_common.c
11640                 see ChangeLog 2002-05-22
11641
11642 2002-05-21 [melvin]     0.7.6claws10
11643
11644         * src/folderview.c
11645                 Added missing filtering and scoring headers
11646                 Fixed bad function call that showed garbage 
11647                 in Folder->Processing
11648
11649 2002-05-21 [paul]       0.7.6claws9
11650
11651         * tools/Makefile.am
11652                 make all tools executable, (patch by Alfons).
11653
11654 2002-05-20 [alfons]     0.7.6claws8
11655
11656         * src/procheader.c
11657                 don't forget to call mktime() so we have a valid week 
11658                 and year day
11659                 (Bug report by Roger Sondermann <mail@jumaros.de>)
11660
11661 2002-05-20 [paul]       0.7.6claws7
11662
11663         * src/html.c
11664                 fix broken parsing of urls
11665         * src/textview.c
11666                 fix displaying of urls
11667
11668                 both fixes from the patch [547855] by Eugene 
11669                 Brevdo (zonem)
11670
11671 2002-05-19 [alfons]     0.7.6claws6
11672
11673         * configure.in
11674                 make sylpheed configure correctly with the latest
11675                 and greatest of automake / autoconf / gettext
11676
11677 2002-05-19 [alfons]     0.7.6claws5
11678
11679         * src/procheader.c
11680         * src/procheader.h
11681                 add function for returning ime zone offset
11682         * src/quote_fmt.c
11683         * src/quote_fmt_parse.y
11684                 better quotation formatting - does not convert
11685                 to local time, but uses the original date string.
11686                 
11687                 Note: %z inserts the timezone offset (should 
11688                 work also on platforms where strftime does not
11689                 support %z).
11690
11691 2002-05-18 [christoph]  0.7.6claws4
11692
11693         * src/summaryview.c
11694                 fix indentation of some code
11695         * tools/Makefile.am
11696                 fix spaces after \
11697         * src/Makefile.am
11698                 add missing \
11699                 correct path for ignorethread.xpm
11700                 incorrect filename for sylpheed_logo.xpm
11701                 add missing include matcher_parser_parse.h
11702
11703 2002-05-18 [paul]       0.7.6claws3
11704
11705         * sync with 0.7.6cvs8
11706                 see ChangeLog 2002-05-16 and 2002-05-17
11707
11708 2002-05-18 [melvin]     0.7.6claws2
11709
11710         * README.claws
11711                 Corrected an action's definition and fixed some misspellings.
11712
11713 2002-05-18 [paul]       0.7.6claws1
11714
11715         * tools/Makefile.am
11716           tools/gpg-sign        ** new file **
11717           tools/uudec           ** new file **
11718                 add Melvin's Actions scripts
11719
11720         * README.claws
11721                 add Melvin's descriptions for Actions
11722
11723 2002-05-18 [paul]       0.7.6claws
11724
11725         * Version 0.7.6claws released
11726
11727 2002-05-17 [paul]       0.7.5claws32
11728
11729         * po/es.po
11730                 updated by Ricardo Mones Lastra
11731
11732 2002-05-17 [paul]       0.7.5claws31
11733
11734         * src/compose.c
11735                 fix Account prefs default folder for sent/draft/deleted
11736                 messages bug
11737
11738         * po/it.po
11739           po/nl.po
11740                 updated translation by Alessandro Maestri and
11741                 Wilbert Berendsen
11742
11743 2002-05-17 [melvin]     0.7.5claws30
11744
11745         * src/prefs_actions.c
11746                 Fixed bug where using %F not at the end of the command 
11747                 resulted in an additional empty argument being created.
11748                 Thanks to Darko Koruga for reporting the bug.
11749
11750 2002-05-17 [melvin]     0.7.5claws29
11751
11752         * po/fr.po
11753                 Updated French translations.
11754
11755 2002-05-15 [paul]       0.7.5claws28
11756         
11757         * po/es.po
11758                 updated by Ricardo Mones Lastra
11759
11760 2002-05-15 [paul]       0.7.5claws27
11761
11762         * sync with 0.7.6cvs4
11763                 see ChangeLog 2002-05-14 and 2002-05-15
11764
11765 2002-05-14 [paul]       0.7.5claws26
11766
11767         * sync with 0.7.6cvs1
11768                 see ChangeLog 2002-05-13
11769
11770 2002-05-13 [thorsten]   0.7.5claws25
11771
11772         * src/messageview.c
11773                 fix select_all and copy in multipart messages
11774         * src/mainwindow.c
11775                 fix select_all and copy in multipart messages
11776
11777 2002-05-12 [paul]       0.7.5claws24
11778
11779         * src/summaryview.c
11780                 reverse last commit, bug already fixed in 0.7.5claws3
11781
11782 2002-05-12 [netztorte]  0.7.5claws23
11783
11784         * src/summaryview.c
11785                 dont parse empty addressbook (checked in before claws20)
11786
11787 2002-05-12 [melvin]     0.7.5claws22
11788
11789         * src/procmsg.[ch]
11790                 Removed unneeded priority code introduced by the previous 
11791                 commit.
11792
11793 2002-05-12 [melvin]     0.7.5claws21
11794
11795         * src/compose.[ch]
11796                 Added possibility to set message's priority.
11797         * src/procmsg.[ch]
11798                 Added possibility to set message's priority.
11799                 Added missing headers
11800
11801 2002-05-12 [melvin]     0.7.5claws20
11802
11803         * src/prefs_actions.c
11804                 Removed implicitely added quotes around the name
11805                 of the temporary files of mime parts.
11806
11807 2002-05-12 [paul]       0.7.5claws19
11808
11809         * sync with 0.7.5cvs20
11810                 see ChangeLog 2002-05-11
11811
11812 2002-05-12 [alfons]     0.7.5claws18
11813
11814         * src/quote_fmt_lex.l
11815         * src/quote_fmt_parse.y
11816                 allow quote / reply date & time format to be set using
11817                 %D{format}. format is a format string you'd pass to
11818                 strftime() (see man strftime, or the Display tab |
11819                 Date format setting).
11820
11821                 Currently %D converts the date to local time. 
11822
11823 2002-05-11 [paul]       0.7.5claws17
11824
11825         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
11826                 see ChangeLog 2002-05-10 and 2002-05-11
11827
11828 2002-05-10 [paul]       0.7.5claws16
11829
11830         * sync with 0.7.5cvs16
11831                 see ChangeLog entries 2002-05-09 and 
11832                 2002-05-10
11833
11834 2002-05-10 [colin]      0.7.5claws15
11835
11836         * src/textview.c
11837                 Corrected a bug that prevented sylpheed to open
11838                 double-clicked URIs.
11839
11840 2002-05-09 [paul]       0.7.5claws14
11841
11842         * sync with 0.7.5cvs14
11843                 see ChangeLog 2002-05-08 and 2002-05-09
11844
11845 2002-05-08 [paul]       0.7.5claws13
11846
11847         * sync with 0.7.5cvs11
11848                 see ChangeLog entry 2002-05-08
11849
11850 2002-05-08 [paul]       0.7.5claws12
11851
11852         * src/mainwindow.c
11853           src/textview.[ch]
11854                 fix segfault on View->Open in new window
11855                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11856
11857 2002-05-07 [paul]       0.7.5claws11
11858
11859         * sync with 0.7.5cvs9
11860                 see ChangeLog entry 2002-05-07
11861
11862 2002-05-06 [paul]       0.7.5claws10
11863
11864         * src/messageview.c
11865           src/textview.c
11866                 display url in statusbar on single-click
11867                 patch submitted by Thorsten Maerz <torte@netztorte.de>
11868
11869 2002-05-06 [match]      0.7.5claws9
11870
11871         * src/addritem.[ch]
11872                 new functions.
11873         * src/addrcache.c
11874                 tidy up.
11875         * src/xmlprops.[ch]
11876                 XML implementation of properties file.
11877         * src/exporthtml.[ch]
11878         * src/expthtmldlg.[ch]
11879         * src/addressbook.c
11880                 export to HTML.
11881
11882 2002-05-02 [sergey]     0.7.5claws8
11883
11884         * src/mainwindow.c (mainwin_entries),
11885           src/prefs_common.c (prefs_send_create()),
11886           src/codeconv.c (locale_table):
11887                 use charset name "Windows-1251" instead of "CP1251".
11888
11889 2002-05-02 [colin]      0.7.5claws7
11890         
11891         * src/compose.c
11892           src/prefs_common.c
11893           src/prefs_folder_item.c
11894                 Fixed cosmetics bugs due to Outbox renamed to Sent.
11895
11896 2002-05-02 [hiro]       0.7.5claws6
11897
11898         * src/imap.c
11899                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
11900
11901 2002-05-02 [paul]       0.7.5claws5
11902
11903         * src/compose.c
11904                 more sync with 0.7.5cvs7, see ChangeLog entry
11905                 2002-05-02
11906
11907 2002-05-02 [hiro]       0.7.5claws4
11908
11909         * src/compose.c
11910                 compose_queue_sub():
11911                 check if queue folder exists (closes #550397).
11912                 removed directory creation since it should be handled
11913                 transparently.
11914         * src/imap.c
11915                 imap_add_msg(): return UID for appended message
11916                 (closes #548842).
11917
11918 2002-04-30 [paul]       0.7.5claws3
11919
11920         * src/summaryview.c
11921                 fix account_find_from_address() bug
11922
11923 2002-04-28 [colin]      0.7.5claws2
11924
11925         * src/compose.c
11926           src/textview.c
11927           src/prefs_common.[ch]
11928           src/utils.[ch]
11929                 Added user-definable quotation characters recognition.
11930
11931 2002-04-28 [paul]       0.7.5claws1
11932
11933         * sync with 0.7.5cvs4
11934                 see ChangeLog entry  2002-04-25
11935
11936 2002-04-28 [paul]       0.7.5claws
11937
11938         * po/es.po
11939           po/nl.po
11940           po/pt_BR.po
11941                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
11942                 Fabio Junior Beneditto
11943
11944 2002-04-27 [jens]       0.7.4claws103
11945
11946         * po/de.po
11947                 updated German translation.
11948
11949 2002-04-27 [hiro]       0.7.4claws102
11950
11951         * src/summaryview.c
11952                 summary_write_cache(): fixed the mark loss of hidden messages.
11953
11954 2002-04-26 [melvin]     0.7.4claws101
11955
11956         * src/procmsg.c
11957                 fixed a second typo (same one)
11958         * po/fr.po
11959           po/it.po
11960           po/pt_BR.po
11961                 fixed the type again...
11962
11963 2002-04-26 [melvin]     0.7.4claws100
11964
11965         * src/procmsg.c
11966                 fixed a typo in an alert message ("temorary").
11967         * po/it.po
11968         * po/pt_BR.po
11969                 corrected the typo  described above.
11970         * po/fr.po
11971                 updated French translation.
11972
11973 2002-04-26 [darko]      0.7.4claws99
11974
11975         * src/summaryview.c
11976                 fix target folder colorization
11977
11978 2002-04-25 [paul]       0.7.4claws98
11979
11980         * po/it.po
11981                 updated by Alessandro Maestri
11982
11983 2002-04-24 [colin]      0.7.4claws97
11984         
11985         * src/compose.c
11986                 Fixed double "subject is empty" question.
11987
11988 2002-04-23 [colin]      0.7.4claws96
11989         
11990         * src/mimeview.c
11991                 Corrected issue when "automatically display images" was
11992                 not set : first image remained after selecting second.
11993
11994 2002-04-23 [melvin]     0.7.4claws95
11995
11996         * src/prefs_actions.c
11997                 Don't display in/out dialog if there is nothing to show.
11998
11999 2002-04-23 [paul]       0.7.4claws94
12000
12001         * sync with 0.7.5cvs3
12002                 bug fixes: see ChangeLog entry 2002-04-23
12003
12004 2002-04-22 [darko]      0.7.4claws93
12005
12006         * src/compose.c
12007                 fix previous check-in which changed code after
12008                 merge from main
12009
12010 2002-04-22 [paul]       0.7.4claws92
12011
12012         * faq/de/*
12013                 add German FAQ
12014         * faq/en/*
12015           faq/es/*
12016           faq/fr/*
12017                 update English, Spanish and French FAQs
12018         * manual/de/*
12019           manual/es/*
12020                 add German and Spanish manuals
12021         * manual/en/*
12022           manual/fr/*
12023                 update English and French manuals
12024
12025         * src/Makefile.am
12026                 add to and re-arrange the pixmap entries
12027
12028 2002-04-22 [darko]      0.7.4claws91
12029
12030         * src/compose.c
12031                 fix sender initials recognition to only allow
12032                 '>' after the initials
12033
12034 2002-04-21 [paul]       0.7.4claws90
12035
12036         * sync with 0.7.5 release
12037                 see ChangeLog entry 2002-04-21
12038
12039 2002-04-21 [alfons]
12040
12041         * src/Makefile.am
12042                 add colin's new pixmaps to EXTRA_DIST
12043
12044 2002-04-21 [colin]      0.7.4claws89
12045         * src/compose.c
12046         * src/inc.c
12047         * src/mainwindow.[ch]
12048         * src/prefs_common.[ch]
12049         * src/stock_pixmap.[ch]
12050                 Added "Work offline" ability.
12051
12052 2002-04-21 [colin]      0.7.4claws88
12053         
12054         * src/mimeview.c
12055         * src/prefs_common.c
12056         * src/prefs_common.h
12057         * src/textview.c : Added an option to common preferences -> display
12058           to allow user not to automatically display images.
12059
12060 2002-04-21 [paul]       0.7.4claws87
12061
12062         * sync with 0.7.4cvs52
12063                 see ChangeLog entry 2002-04-21 (src/imap.c)
12064
12065 2002-04-21 [paul]       0.7.4claws86
12066
12067         * sync with 0.7.4cvs51
12068                 see ChangeLog entry 2002-04-21
12069
12070 2002-04-21 [paul]       0.7.4claws85
12071
12072         * sync with 0.7.4cvs49
12073                 see ChangeLog entries 2002-04-20 and 2002-04-21
12074
12075         * src/Makefile.am
12076                 clean up: remove old 'stock_' element from xpm 
12077                 filenames.
12078
12079 2002-04-21 [alfons]     0.7.4claws84
12080
12081         apply sync patch from Paul
12082
12083         * src/folderview.c
12084                 use old claws prefs_folder_item_create() for now
12085
12086 2002-04-19 [match]      0.7.4claws83
12087
12088         * src/addressbook.[ch]
12089         * src/addrharvest.[ch]
12090         * src/addrgather.[ch]
12091                 recurse folders.
12092         * src/mainwindow.c
12093         * src/summaryview.[ch]
12094                 change menu option.
12095
12096 2002-04-19 [paul]       0.7.4claws82
12097
12098         * po/pt_BR.po
12099                 updated by Fabio Junior Beneditto
12100
12101 2002-04-14 [alfons]     0.7.4claws81
12102
12103         * src/passphrase.c
12104                 add #include <sys/types.h> for mode_t and off_t 
12105
12106 2002-04-13 [paul]       0.7.4claws80
12107         
12108         * src/main.c
12109           src/passphrase.[ch]
12110           src/pgptext.c
12111           src/prefs_common.[ch]
12112           src/rfc2015.c
12113                 enable storing of GnuPG passphrase for the whole 
12114                 session or a user-defined number of minutes. patch 
12115                 submitted by Ravemax <ravemax@dextrose.com>
12116
12117 2002-04-13 [alfons]     0.7.4claws79
12118
12119         * src/textview.c
12120                 make email parser also stop scanning when encountering separators
12121                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
12122
12123 2002-04-13 [paul]       0.7.4claws78
12124
12125         * sync with 0.7.4cvs39
12126                 see ChangeLog entry 2002-04-12
12127
12128 2002-04-11 [paul]       0.7.4claws77
12129
12130         * sync with 0.7.4cvs37
12131                 see ChangeLog entry 2002-04-11
12132
12133 2002-04-11 [paul]       0.7.4claws76
12134
12135         * COPYING 
12136                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
12137                 the clause for OpenSSL). sync with sylpheed main
12138
12139 2002-04-09 [melvin]     0.7.4claws75
12140
12141         * src/compose.c
12142                 Made 'Ctrl-Enter' on send ignore some modifiers 
12143                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
12144                 to bind other *-Enter (but not Alt-Enter).
12145
12146 2002-04-09 [paul]       0.7.4claws74
12147
12148         * sync with 0.7.4cvs35
12149                 see ChangeLog entries 2002-04-09
12150
12151 2002-04-08 [paul]       0.7.4claws73
12152
12153         * sync with 0.7.4cvs33
12154                 see ChangeLog entry 200-04-08
12155
12156 2002-04-07 [match]      0.7.4claws72
12157
12158         * src/addrharvest.[ch]
12159                 fixed to read all addresses in header, regardless
12160                 of header size. improved name parsing. accommodate
12161                 harvest from folders and selected message.
12162         * src/addritem.[ch]
12163                 included new address parsing function.
12164         * src/addrgather.[ch]
12165         * src/addressbook.[ch]
12166         * src/summaryview.[ch]
12167         * src/mainwindow.c
12168                 allow address harvest of folder as well as selected
12169                 messages.
12170
12171 2002-04-07 [paul]       0.7.4claws71
12172
12173         * src/esmtp.[ch]
12174           src/smtp.c
12175                 don't try to authenticate with CRAM-MD5 in SMTP when 
12176                 SMTP-AUTH enabled if MTA doesn't issue this 
12177                 auth-method in it's ehlo-response. bug item #531364,
12178                 patch item #938910. patch submitted by Colin Leroy 
12179                 <colin@colino.net>
12180
12181 2002-04-07 [paul]       0.7.4claws70
12182
12183         * src/nntp.c
12184                 fix missing MODE_READER bug. patch submitted by
12185                 Colin Leroy <colin@colino.net>
12186
12187 2002-04-07 [alfons]     0.7.4claws69
12188
12189         * src/matcher.[ch]
12190         * src/prefs_filtering.c
12191         * src/summaryview.c
12192                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
12193                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
12194
12195 2002-04-07 [paul]       0.7.4claws68
12196
12197         * sync with 0.7.4cvs32
12198                 see ChangeLog entry 2002-04-06
12199
12200         * tools/filter_conv.pl
12201                 more bug fixes
12202
12203 2002-04-06 [paul]       0.7.4claws67
12204
12205         * tools/filter_conv.pl
12206                 modify to be able to find the name of the first
12207                 mailbox and use that. main's filter does not
12208                 record the full path to the mailbox and therefore
12209                 can only filter to the first mailbox.
12210
12211 2002-04-05 [paul]       0.7.4claws66
12212
12213         * tools/filter_conv.pl
12214                 attempt to make the script all-encompassing and
12215                 be able to convert any main 'filter' rule thrown
12216                 at it
12217
12218 2002-04-05 [paul]       0.7.4claws65
12219
12220         * tools/filter_conv.pl
12221                 allow for collapsed folder trees
12222
12223 2002-04-05 [paul]       0.7.4claws64
12224
12225         * sync with 0.7.4cvs31
12226                 see ChangeLog entries 2002-04-05
12227
12228 2002-04-03 [paul]       0.7.4claws63
12229
12230         * sync with 0.7.4cvs29
12231                 see ChangeLog entries 2002-04-02 and 2002-04-03
12232
12233 2002-04-02 [paul]       0.7.4claws62
12234
12235         * sync with 0.7.4cvs26
12236                 see ChangeLog entry 2002-04-01
12237
12238 2002-04-02 [match]      0.7.4claws61
12239
12240         * src/pine.[ch]
12241         * src/importpine.[ch]
12242         * src/addressbook.c
12243                 import Pine address book.
12244
12245 2002-04-02 [match]      0.7.4claws60
12246
12247         * src/addrharvest.[ch]
12248                 improve address parsing of funky addresses.
12249
12250 2002-04-02 [darko]      0.7.4claws59
12251
12252         * src/compose.c
12253                 wrap on send improvements, it now recognizes quoted
12254                 initials as part of the quotation string, and it
12255                 does not join lines separated by CR
12256
12257 2002-04-01 [match]      0.7.4claws58
12258
12259         * src/mgutils.[ch]
12260                 added new functions.
12261         * src/mutt.[ch]
12262                 remove excessive duplicate address generation
12263                 on import.
12264
12265 2002-04-01 [alfons]     0.7.4claws57
12266         
12267         * src/summaryview.c
12268                 put back g_free() 
12269
12270 2002-04-01 [paul]       0.7.4claws56
12271
12272         * sync with 0.7.4cvs25
12273                 see ChangeLog entry 2002-04-01
12274
12275 2002-04-01 [alfons]     0.7.4aprilfool55
12276
12277         * src/summaryview.c
12278                 honour feature request item #537427 to allow for
12279                 displaying names from address book for sent mail also
12280
12281 2002-03-29 [paul]       0.7.4claws54
12282
12283         * src/mainwindow.c
12284           src/prefs_filtering.[ch]
12285           src/prefs_matcher.c
12286           src/summaryview.c
12287                 add 'fast filter' for claws' filtering,
12288                 /Tools/Create filter rule/... patch submitted
12289                 by Neill Miller <neillm@thecodefactory.org>
12290
12291 2002-03-29 [paul]       0.7.4claws53
12292
12293         * sync with 0.7.4cvs24
12294                 see ChangeLog entry 2002-03-29
12295
12296 2002-03-28 [paul]       0.7.4claws52
12297
12298         * sync with 0.7.4cvs23
12299                 see ChangeLog entry 2002-03-28
12300
12301 2002-03-27 [melvin]     0.7.4claws51
12302
12303         * src/prefs_actions.c
12304                 Added support to pass only one message part (as a
12305                 file) to the command using '%p'. No quotes are needed
12306                 because doubles quotes are automatically added.
12307                 Fixed bug where Sylpheed could block when waiting for
12308                 a child process to finish.
12309                 Changed the help menu to remove quotes around symbols to 
12310                 avoid misinterpretation (they must not be used).
12311
12312 2002-03-27 [melvin]     0.7.4claws50
12313
12314         * src/inc.c
12315                 Made the new mail notification command always 
12316                 execute asynchronously.
12317
12318 2002-03-27 [paul]       0.7.4claws49
12319
12320         * src/compose.c
12321                 fix bug introduced in last commit
12322
12323 2002-03-27 [paul]       0.7.4claws48
12324
12325         * sync with 0.7.4cvs21
12326                 see ChangeLog 2002-03-26 and 2002-03-27
12327
12328 2002-03-26 [hoa]        0.7.4claws47
12329
12330         * src/prefs_folder_item.c
12331                 really fixed the bug #516442 with folder rescan.
12332
12333 2002-03-26 [paul]       0.7.4claws46
12334
12335         * sync with 0.7.4cvs19
12336                 see ChangeLog entries 2002-03-25 and 2002-03-26
12337
12338 2002-03-25 [hoa]        0.7.4claws45
12339
12340         * src/matcher.c
12341         * src/mh.c
12342                 fix the bug #516442 with folder rescan.
12343
12344         * src/prefs_common.[ch]
12345         * src/compose.c
12346                 added an option to enable two different behaviours
12347                 for bounce.
12348
12349
12350 2002-03-25 [paul]       0.7.4claws44
12351
12352         * src/mainwindow.c
12353           src/selective_download.c
12354                 correct a few menuitem labels
12355
12356 2002-03-25 [christoph]  0.7.4claws43
12357
12358         * src/procmsg.c
12359                 fix non deleted tmp message in
12360                 procmsg_save_to_outbox
12361                 fix problems caused by sync with
12362                 main branch's procmsg_send_queue
12363
12364 2002-03-25 [paul]       0.7.4claws42
12365
12366         * src/quote_fmt.c
12367           src/quote_fmt_lex.l
12368           src/quote_fmt_parse.y
12369                 add Last name (%L) placeholder for quoting. 
12370                 patch submitted by Thorsten Thielen 
12371                 <thth@users.sourceforge.net>
12372
12373 2002-03-25 [paul]       0.7.4claws41
12374
12375         * src/utils.c
12376                 get full hostname. patch submitted by
12377                 Bob Woodside <rwoodside1@comcast.net>
12378
12379 2002-03-25 [paul]       0.7.4claws40
12380
12381         * src/account.c
12382           src/news.c
12383           src/nntp.[ch]
12384           src/prefs_account.[ch]
12385                 enable NNTP over SSL. patch submitted by
12386                 Pascal Jermini <pascal@infinity.hn.org>
12387
12388 2002-03-24 [paul]       0.7.4claws39
12389
12390         * src/prefs_common.c
12391                 make the arrangement of the Compose tab more
12392                 coherent
12393
12394         * src/mainwindow.c
12395                 fix some irregularities of style
12396
12397         * po/de.po
12398                 updated by Kilian Krause
12399
12400 2002-03-23 [paul]       0.7.4claws38
12401
12402         * po/pt_BR.po
12403                 updated by Fabio Junior Beneditto
12404
12405 2002-03-23 [paul]       0.7.4claws37
12406
12407         * src/mainwindow.c
12408                 move 'Gather addresses' to 'Tools' menu
12409                 make 'Selective download' sensitive
12410
12411 2002-03-23 [paul]       0.7.4claws36
12412
12413         * sync with 0.7.4cvs16
12414                 see ChangeLog entries 2002-03-23
12415
12416 2002-03-22 [christoph]  0.7.4claws35
12417
12418         * src/quote_fmt_parse.y
12419                 fix include program output
12420
12421 2002-03-22 [alfons]     0.7.4claws34
12422
12423         * src/pop.c
12424                 initialize GDate stack variable correctly (sorry!)
12425
12426 2002-03-22 [paul]       0.7.4claws33
12427
12428         * src/compose.c
12429           src/mainwindow.c
12430           src/prefs_actions.c
12431           src/prefs_common.c
12432                 rename 'Tool' to 'Tools'
12433
12434         * src/mainwindow.c
12435                 move 'Delete duplicated messages' from
12436                 'Message/' to 'Tools/'
12437                 re-arrange the order of 'Tools/' items
12438
12439 2002-03-22 [paul]       0.7.4claws32
12440
12441         * src/addr_compl.c
12442           src/addressbook.[ch]
12443                 auto-address completion now also matches on
12444                 Nickname. patch submitted by Bob Forsman 
12445                 <hammor@users.sourceforge.net>
12446
12447         * src/editaddress.c
12448                 correct a spelling mistake
12449
12450 2002-03-22 [alfons]     0.7.4claws31
12451
12452         * src/pop.c
12453                 fix getting uidl from incorrect string 
12454                 (spotted by Colin)
12455
12456 2002-03-21 [alfons]     0.7.4claws30
12457
12458         * src/pop.c
12459                 more code refactoring
12460                 plug mem leak introduced by delete on server
12461
12462 2002-03-21 [paul]       0.7.4claws29
12463
12464         * sync with 0.7.4cvs11
12465                 see ChangeLog entries 2002-03-20
12466
12467 2002-03-20 [alfons]     0.7.4claws28
12468
12469         * src/inc.c
12470                 apply Colin's patch and refactor
12471
12472 2002-03-20 [paul]       0.7.4claws27
12473
12474         * sync with sylpheed 0.7.4cvs9
12475                 see ChangeLog entry 2002-03-20
12476
12477 2002-03-19 [christoph]  0.7.4claws26
12478
12479         * src/mh.c
12480         * src/procmsg.[ch]
12481         * src/summaryview.c
12482                 revert changes for flag updates
12483                 (does not work correctly and no time to debug)
12484
12485 2002-03-20 [alfons]     0.7.4claws25
12486
12487         * src/pop.c
12488                 refactor should_delete() a little bit 
12489
12490 2002-03-19 [paul]       0.7.4claws24
12491
12492         * src/inc.[ch]
12493           src/pop.c
12494           src/prefs_account.[ch]
12495                 allow the user to leave downloaded mail on the 
12496                 server for n days. Patch submitted by Colin Leroy 
12497                 <colin@colino.net>
12498
12499 2002-02-19 [paul]       0.7.4claws23
12500
12501         * sync with sylpheed 0.7.4cvs8
12502                 see ChangeLog entries 2002-03-19
12503
12504 2002-03-18 [paul]       0.7.4claws22
12505
12506         * sync with sylpheed 0.7.4cvs6
12507                 see ChangeLog entry 2002-03-18
12508
12509 2002-03-18 [paul]       0.7.4claws21
12510
12511         * po/en_GB.po
12512                 add en_GB message catalogue
12513
12514         * src/mbox_folder.c
12515           src/prefs_account.c
12516           src/prefs_actions.c
12517                 correct a few spelling mistakes
12518
12519 2002-03-17 [alfons]     0.7.4claws20
12520
12521         * src/matcher.c
12522                 more stringent checks for NULL params when writing
12523                 filtering actions to a file
12524                 
12525 2002-03-17 [hoa]        0.7.3claws20
12526
12527         * src/news.c
12528                 fixed the count of new messages
12529
12530         * src/compose.c
12531                 fixed the "attachment properties" window
12532
12533 2002-03-17 [paul]       0.7.4claws19
12534
12535         * src/defs.h
12536           src/folder.h
12537           src/news.c
12538           src/prefs_account.[ch]
12539           src/procmsg.[ch]
12540           src/summaryview.c
12541                 automatically mark cross-posted messages as read 
12542                 and (optionally) give them a colour label
12543                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
12544                 
12545
12546 2002-03-17 [paul]       0.7.4claws18
12547
12548         * sync with sylpheed 0.7.4cvs5
12549                 see ChangeLog entry 2002-03-17
12550
12551 2002-03-17 [melvin]     0.7.4claws17
12552         
12553         * src/textview.c
12554                 Worked around a gtktext 'bug': when searching for 
12555                 a text in a long message it was scrolling slowly
12556                 line by line until it hit the searched text.
12557         * po/fr.po
12558                 Updated French translation
12559
12560 2002-03-17 [melvin]     0.7.4claws16
12561
12562         * src/mainwindow.c
12563         * src/compose.c
12564         * src/prefs_actions.c
12565                 Moved "Edit/Actions" to "Tool/Actions"
12566                 Made mainwindow/compose window sensitive as soon as
12567                 no child process is running anymore even if the io dialog
12568                 is open.
12569                 Fixed a struct being initialized with a non constant char*
12570
12571 2002-03-16 [christoph]  0.7.4claws15
12572
12573         * configure.in
12574                 add --with-compiler-flags option
12575                 (only for developer hacking)
12576         * src/mh.c
12577         * src/procmsg.[ch]
12578         * src/summaryview.c
12579                 try to make folder-stats and flag handling more
12580                 independent from the summaryview. msgcounts
12581                 are only set when the folder is opened and
12582                 procmsg_msginfo_(un)set_flags will handle it
12583                 later and summaryview will get the values
12584                 from the folder.
12585
12586 2002-03-16 [paul]       0.7.4claws14
12587
12588         * src/messageview.c
12589                 fix Return-receipt. Patch submitted by Bob
12590                 Woodside <rwoodside1@comcast.net>
12591
12592 2002-03-16 [paul]       0.7.4claws13
12593
12594         * src/compose.c
12595                 fix 'dynamic' signatures, make it work again
12596                 broken during sync on 2002-03-14 (0.7.4claws2)
12597
12598 2002-03-15 [match]      0.7.4claws12
12599
12600         * src/addrharvest.[ch]
12601         * src/addrgather.[ch]
12602         * src/addressbook.[ch]
12603         * src/mainwindow.c
12604                 included address harvester feature. still some
12605                 issues with address parsing that I will fix.
12606
12607 2002-03-15 [match]      0.7.4claws11
12608
12609         * src/addrbook.[ch]
12610         * src/addrcache.[ch]
12611         * src/addressbook.[ch]
12612         * src/addrindex.c
12613         * src/editbook.c
12614         * src/importldif.c
12615         * src/importmutt.c
12616         * src/jpilot.[ch]
12617         * src/main.c
12618         * src/syldap.[ch]
12619         * src/vcard.[ch]
12620                 tidy up. fix memory leaks. moved attribs and methods
12621                 from individual interfaces to addrcache object. prep
12622                 for new stuff to come in.
12623
12624 2002-03-15 [alfons]     0.7.4claws10
12625
12626         * src/matcher.[ch]
12627         * src/matcher_parser_parse.y
12628         * src/matcher_parser_lex.l
12629         * src/prefs_matcher.c
12630                 add filtering conditions message greater than, smaller 
12631                 than, and exactly matching a size in bytes
12632                 (does not work with delete from POP3 server yet)
12633
12634                 this should also give others an idea what you should
12635                 do to add new criterions to claws filtering system
12636                 
12637
12638 2002-03-15 [paul]       0.7.4claws9
12639
12640         * tools/filter_conv.pl
12641                 exit if there are no filter rules to convert
12642                 rename filterrc to filterrc.old after completion
12643
12644 2002-03-15 [paul]       0.7.4claws8
12645
12646         * sync with sylpheed 0.7.4cvs3
12647                 see ChangeLog entry 2002-03-14
12648
12649 2002-03-14 [paul]       0.7.4claws7
12650
12651         * src/compose.c
12652                 clean up the last commit (ahem)
12653
12654 2002-03-14 [paul]       0.7.4claws6
12655
12656         * src/compose.c
12657                 fix bug #515655. honour account preferences
12658                 regarding gpg default signing/encryption when 
12659                 changing account from the compose window.
12660
12661 2002-03-14 [paul]       0.7.4claws5
12662
12663         * src/folderview.c
12664                 remove unnecessary curly brackets
12665
12666 2002-03-14 [paul]       0.7.4claws4
12667
12668         * src/folderview.c
12669           src/prefs_filtering.[ch]
12670                 add filter rename on folder rename and filter
12671                 delete on folder delete. Patch submitted by
12672                 Neill Miller <neillm@thecodefactory.org> 
12673
12674 2002-03-14 [christoph]  0.7.4claws3
12675
12676         * src/procmsg.c
12677         * src/send.c
12678                 fix local delivery
12679                 (patch submitted by "Simon 'corecode' Schubert")
12680         * src/prefs_common.c
12681         * src/procmsg.c
12682                 fix gcc 3.0 warning
12683
12684 2002-03-14 [paul]       0.7.4claws2
12685
12686         * sync with sylpheed 0.7.4cvs2
12687                 see ChangeLog entry 2002-03-13
12688
12689 2002-03-12 [darko]      0.7.4claws1
12690
12691         * src/mainwindow.c
12692                 fix what seems to be a copy and paste error
12693                 when setting color for important messages
12694                 (reported by wwp)
12695
12696 2002-03-11 [paul]       version 0.7.4claws released
12697
12698 2002-03-11 [paul]       0.7.4claws
12699
12700         * po/es.po
12701           po/it.po
12702           po/nl.po
12703           po/pt_BR.po
12704                 update message catalogs. Submitted by Ricardo Mones 
12705                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
12706                 Fabio Junior Beneditto
12707
12708         * configure.in
12709           faq/Makefile.am
12710           faq/it/Makefile
12711           faq/it/sylpheed-faq*
12712           src/mainwindow.c
12713           src/manual.[ch]
12714                 add FAQ in Italian
12715         
12716
12717 2002-03-11 [jens]       0.7.3claws7
12718
12719         * po/de.po
12720                 updated German translation
12721
12722 2002-03-11 [melvin]     0.7.3claws6
12723
12724         * po/fr.po
12725                 updated and corrected French translation
12726
12727 2002-03-10 [hoa]        0.7.3claws5
12728
12729         * src/account.c
12730         * src/inc.c
12731         * src/prefs_account.c
12732         * src/procmsg.c
12733         * src/send.[ch]
12734                 fixed the local account.
12735                 you have to change the default "/usr/sbin/sendmail"
12736                 to "/usr/sbin/sendmail -t" in the preferences of
12737                 the local account.
12738
12739         * src/procmime.c
12740                 removed some debug display for renderer
12741
12742 2002-03-10 [paul]       0.7.3claws4
12743
12744         * faq/en/sylpheed-faq-1.html
12745           faq/en/sylpheed-faq-2.html
12746                 update
12747
12748 2002-03-09 [paul]       0.7.3claws3
12749
12750         * sync with sylpheed 0.7.4
12751                 see ChangeLog entry 2002-03-09
12752
12753 2002-03-08 [paul]       0.7.3claws2
12754
12755         * faq/en/sylpheed-faq*
12756           faq/es/sylpheed-faq*
12757           faq/fr/sylpheed-faq*
12758                 update the FAQs
12759
12760         * manual/fr/.cvsignore
12761           manual/fr/Makefilea.am
12762           manual/fr/sylpheed*
12763           src/mainwindow.c
12764           src/manual.[ch]
12765                 add the French manual
12766
12767 2002-03-07 [paul]       0.7.3claws1
12768
12769         * sync with sylpheed 0.7.3cvs4
12770                 see ChangeLog entries  2002-03-06 and 2002-03-07
12771         
12772         * po/nl.po
12773                 updated by Wilbert Berendsen
12774
12775 2002-03-07 [melvin]     0.7.2claws34
12776
12777         * src/selective_download.c
12778                 Changed the pixmap of the receive button to MAIL_RECEIVE.
12779
12780 2002-03-06 [paul]       0.7.2claws33
12781
12782         * sync with sylpheed 0.7.3cvs1
12783                 bug fix, see ChangeLog entry 2002-03-05
12784
12785 2002-03-05 [paul]       0.7.2claws32
12786
12787         * src/mimeview.c
12788           src/pgptext.[ch]
12789           src/procmsg.c
12790                 reverse the pgp ascii-armored code implemented in 
12791                 0.7.2claws16. removal of this code until it matures.
12792                 this means that verifying ascii-armored pgp sigs and
12793                 automatic decryption of ascii-armored encrypted
12794                 messages no longer works.
12795
12796 2002-03-05 [paul]       0.7.2claws31
12797
12798         * configure.in
12799           Makefile.am
12800         * faq/Makefile.am
12801         * faq/en/Makefile.am
12802           faq/en/sylpheed-faq.html
12803           faq/en/sylpheed-faq-1.html
12804           faq/en/sylpheed-faq-2.html
12805           faq/en/sylpheed-faq-3.html
12806         * faq/es/Makefile.am
12807           faq/es/sylpheed-faq.html
12808           faq/es/sylpheed-faq-1.html
12809           faq/es/sylpheed-faq-2.html
12810           faq/es/sylpheed-faq-3.html
12811           faq/es/sylpheed-faq-4.html
12812         * faq/fr/Makefile.am
12813           faq/fr/sylpheed-faq.html
12814           faq/fr/sylpheed-faq-1.html
12815           faq/fr/sylpheed-faq-2.html
12816           faq/fr/sylpheed-faq-3.html
12817         * src/Makefile.am
12818           src/defs.h
12819           src/mainwindow.c
12820           src/manual.[ch]
12821                 add FAQs in English, Spanish and French
12822
12823
12824 2002-03-05 [paul]       0.7.2claws30
12825
12826         * manual/en/sylpheed.html
12827           manual/en/sylpheed-XX.html
12828                 updated the English manual
12829
12830 2002-03-05 [hoa]        
12831
12832         * src/summaryview.c
12833                 dialog box pops up if the article can't be deleted.
12834
12835 2002-03-04 [paul]       
12836         
12837         * po/pt_BR.po
12838                 updated by Fabio Junior Benedito
12839
12840 2002-03-04 [hoa]
12841
12842         * removed ac/gpgme.m4
12843                 to avoid autogen common problem
12844                 developers have to install gpgme development package now
12845
12846         * src/compose.c
12847                 encoding to 7bit or 8bit is enabled.
12848
12849 2002-03-03 [alfons]     0.7.2claws29
12850
12851         * src/pop.c
12852                 merge fix by Oliver Haertel for selective
12853                 download buglet
12854
12855 2002-03-03 [paul]       0.7.2claws28
12856         
12857         * sync with sylpheed 0.7.3
12858
12859 2002-03-03 [paul]       0.7.2claws27
12860
12861         * sync with sylpheed 0.7.2cvs24
12862                 see ChangeLog entries 2002-03-02 and 2002-03-03
12863
12864 2002-03-02 [melvin]     0.7.2claws26
12865
12866         * src/inc.[ch]
12867         * src/main.c
12868         * src/mainwindow.c
12869         * src/prefs_common.[ch]
12870                 Added user definable notification on new mail arrival.
12871                 Removed unused variables in spell checker prefs code.
12872
12873 2002-03-02 [melvin]     0.7.2claws25
12874
12875         * src/quote_fmt.c
12876                 Removed unnecessary escape sequences.
12877                 Changed 'Initial...' to 'Initials of Sender'
12878
12879 2002-03-02 [paul]       0.7.2claws24
12880
12881         * sync with sylpheed 0.7.2cvs22
12882                 see ChangeLog entry 2002-03-01
12883
12884 2002-03-01 [hoa]        0.7.2claws23
12885
12886         * src/mainwindow.c
12887                 Set sensitivity of delete actions to active
12888                 even if the folder is a newsgroup.
12889
12890         * src/summaryview.c
12891                 - Set sensitivity of delete actions
12892                 - Added function check_permission() that will check if the
12893                   user is authorized to delete a message. For news, it
12894                   will check if the author is the same.
12895                 - Enabled deletion when there is no trash folder.
12896
12897         * src/news.[ch]
12898                 - Added news_cancel_article() to cancel articles
12899                 - Implemented news_remove_message() (public function)
12900
12901 2002-03-01 [paul]       0.7.2claws22
12902
12903         * src/gtkutils.c
12904           src/textview.c
12905                 recognise urls that that don't include 'http://' and
12906                 simply begin 'www.' 
12907
12908         * AUTHORS
12909                 remove duplicated name
12910
12911 2002-02-28 [paul]       0.7.2claws21
12912
12913         * src/mainwindow.c
12914           src/summaryview.[ch]
12915                 add ability to 'Select thread'
12916                 combines Melvin's "Select thread's head" patch (#510907)
12917                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
12918                 patch (#518514) 
12919
12920 2002-02-28 [paul]       0.7.2claws20
12921
12922         * src/mimeview.c
12923                 hopefully fix segfault on right-clicking a mime part
12924                 that some people have experienced.      
12925                 fix submitted by Fredrik Olofsson <frol@linux.nu>
12926
12927 2002-02-28 [paul]       0.7.2claws19
12928
12929         * sync with sylpheed 0.7.2cvs21
12930                 see ChangeLog entries 2002-02-27 and 2002-02-28
12931
12932 2002-02-27 [paul]       0.7.2claws18
12933
12934         * sync with sylpheed 0.7.2cvs18
12935                 see ChangeLog entries 2002-02-26 and 2002-02-27
12936
12937 2002-02-26 [alfons]     0.7.2claws17
12938
12939         * src/procheader.c
12940                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
12941                 (spotted by Chris Hessman <idatech@gmx.net>)
12942
12943 2002-02-26 [paul]       0.7.2claws16
12944
12945         * src/mimeview.c
12946           src/pgptext.[ch]
12947           src/procmsg.c
12948                 make decryption of ascii-armored pgp encrypted messages
12949                 and verification of ascii-armored signatures work again.
12950                 slightly altered from the patch by Jens Jahnke 
12951                 <jan0sch@gmx.net>
12952
12953                 ##FIX ME##
12954                 * the checking of plaintext signatures always comes up in 
12955                   a popup box
12956                 * it doesn't work for multipart messages 
12957                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
12958                   including the msg headers and these 2 line themselves, are 
12959                   not displayed
12960
12961         * src/mainwindow.c
12962                 "View/Folder Tree" becomes "View/Separate Folder Tree"
12963                 "View/Message View" becomes "View/Separate Message View"
12964                 because its less ambiguous.
12965
12966         * po/es.po
12967                 updated by Ricardo Mones Lastra
12968
12969 2002-02-26 [paul]       0.7.2claws15
12970
12971         * sync with sylpheed 0.7.2cvs17
12972                 see ChangeLog entries 2002-02-25 and 2002-02-26
12973
12974 2002-02-25 [christoph]  0.7.2claws14
12975
12976         * src/filtering.[ch]
12977         * src/inc.c
12978                 do filtering stuff after all messages have been received
12979                   1. drop all messages to .processing
12980                   2. scan processing folder for messages
12981                   3. filter messages or move to inbox
12982                 this will also find old messages left in processing after
12983                 a crash or something like that and we get a real msginfo
12984                 from folder->get_msg_list and do not have to create our
12985                 own in filter_message
12986         * src/matcher_parser_parse.y
12987                 remove MIX/MAX warning (reordered includes)
12988
12989 2002-02-25 [paul]       0.7.2claws13
12990
12991         * sync with sylpheed 0.7.2cvs15
12992                 see ChangeLog entry 2002-02-24
12993
12994 2002-02-24 [alfons]     0.7.2claws12
12995
12996         * src/filtering.c
12997                 clear old color flags first when applying a new color to
12998                 a message info. 
12999                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
13000
13001 2002-02-24 [alfons]     0.7.2.claws11
13002         
13003         * AUTHORS
13004         * src/prefs_common.c
13005                 add presets for Opera and Konqueror, closes patch #517261,
13006                 submitted by Ville Skyttä <scop@users.sourceforge.net>
13007
13008 2002-02-24 [alfons]     0.7.2.claws10
13009
13010         * AUTHORS
13011         * src/summaryview.c
13012                 fix threading for null message ids, closes patch #521601,
13013                 submitted by Bob Forsman <hammor@users.sourceforge.net>
13014
13015 2002-02-24 [alfons]     0.7.2claws9
13016
13017         * src/summaryview.c
13018         * src/filtering.c
13019                 make Tool | Filter Message work with filtering system so
13020                 setting flags also works
13021
13022                 TODO:
13023
13024                 - Processing uses the same function as Tool | Filter
13025                   Message, but doesn't use the same update proc yet
13026
13027 2002-02-23 [paul]       0.7.2claws8
13028
13029         * sync with sylpheed 0.7.2cvs14
13030                 see ChangeLog entries 2002-02-22 and 2002-02-23
13031
13032 2002-02-22 [christoph]  0.7.2claws7
13033
13034         * src/quote_fmt.c
13035                 Add column space to table
13036         * src/quote_fmt_parse.y
13037                 Close files
13038
13039 2002-02-22 [paul]       0.7.2claws6
13040
13041         * src/Makefile.am
13042           src/defs.h
13043           src/filtering.c
13044           src/inc.[ch]
13045           src/mainwindow.c
13046           src/matcher.[ch]
13047           src/matcher_parser_lex.l
13048           src/matcher_parser_parse.y
13049           src/pop.[ch]
13050           src/prefs_account.h
13051           src/prefs_filtering.c
13052           src/selective_download.[ch]   *** NEW FILES ***
13053           src/utils.[ch]
13054           po/POTFILES.in
13055                 Selective Download added to 'Tool' menu. 
13056                 Retrieves email headers of the currently selected pop3 
13057                 account and allows the user to mark emails for deletion 
13058                 right on the pop3 server. Patch submitted by Oliver Haertel 
13059                 <oha@users.sourceforge.net>.
13060         
13061         * po/POTFILES.in
13062                 add 'src/quote_fmt.c'           
13063
13064 2002-02-22 [christoph]  0.7.2claws5
13065
13066         * src/Makefile.am
13067                 added quote_fmt.c
13068         * src/prefs_common.[ch]
13069         * src/prefs_template.c
13070         * src/quote_fmt.c               *** NEW FILE ***
13071         * src/quote_fmt.h
13072                 move quote format symbol description code
13073                 to it's own file because it is used from
13074                 differnent code parts
13075                 Rewrote symbol description GUI
13076                   + use table
13077                   + add separators
13078                   + get data from array (no more long constant strings)
13079         * src/quote_fmt_lex.l
13080         * src/quote_fmt_parse.y
13081                 Symbol for Literal % changed to \% instead of %%
13082                 (More logical as \ is used for quoting for other symbols)
13083                 Add |f and |p to include files and program output
13084                 Examples:
13085                     |f{/home/.../.signature}
13086                     |p{date}
13087         * po/de.po
13088                 Correct wrong spelling for "Referenzen"
13089
13090 2002-02-21 [paul]       0.7.2claws4
13091
13092         * src/procmsg.c
13093                 forgotten during sync
13094
13095 2002-02-21 [paul]       0.7.2claws3
13096
13097         * sync with sylpheed 0.7.2cvs11
13098                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
13099                 2002-02-20 and 2002-02-21
13100
13101 2002-02-20 [melvin]     0.7.2claws2
13102
13103         * src/prefs_actions.c
13104                 Added error report when child cannot fork or when execvp 
13105                 returns with an error.
13106
13107 2002-02-19 [christoph]  0.7.2claws1
13108
13109         * src/codeconv.c
13110                 return unconverted text if conde conversion is not possible
13111                 when libjconv is used.
13112                 (patch submitted by "Simon 'corecode' Schubert")
13113
13114 2002-02-19 [paul]       
13115
13116         * version 0.7.2claws release
13117
13118 2002-02-19 [paul]       0.7.2claws
13119
13120         * po/nl.po
13121                 updated by Wilbert Berendsen
13122
13123
13124 2002-02-18 [alfons]     0.7.1claws13
13125
13126         * src/syldap.c
13127         * src/jpilot.c
13128                 remove references to dlfcn and explicitly loading functions
13129                 from dynalink libs, because libs linked anyway, and functions
13130                 are loaded explicitly
13131
13132 2002-02-17 [melvin]     0.7.1claws12
13133
13134         * src/prefs_actions.c
13135                 Replaced children wait loop with double fork technique.
13136                 Now, input/output window updated at each new output.
13137                 free_children(): Fixed a memory leak.
13138                 Made input/output window non closable if running children
13139                 still exist.
13140                 Added missing <unistd.h> include.
13141                 Added some --debug outputs.
13142
13143 2002-02-17 [melvin]     0.7.1claws11
13144
13145         * src/summaryview.c
13146                 Fixed bug where descending sort order did not select top
13147                 message.
13148
13149 2002-02-17 [melvin]     0.7.1claws10
13150
13151         * acconfig.h
13152                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13153         * src/prefs_common.c
13154                 Pspell data package directory no more hard coded but
13155                 set during configuration (PSPELL_PATH). (Thanks to 
13156                                 Gustavo Noronha Silva.)
13157
13158 2002-02-17 [melvin]     0.7.1claws9
13159
13160         * configure.in
13161                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
13162         * src/gtkspell.c
13163                 Fixed compile-time warnings.
13164
13165 2002-02-16 [alfons]     0.7.1claws8
13166
13167         * src/filesel.c
13168                 fix inadvertent free of NULL pointer which caused
13169                 sylpheed to crash when closing the save-as dialog
13170                 using the window close button
13171
13172 2002-02-16 [carsten]    0.7.1claws7
13173         * src/mainwindow.[ch]
13174           src/summaryview.c
13175           src/prefs_common.c
13176                 fixes for pixmap theming code:
13177                         - recently changed mail attributes shouldn't get
13178                           lost any longer
13179                         - theme is only reloaded iff another theme was
13180                           selected
13181
13182 2002-02-16 [paul]       0.7.1claws6
13183
13184         * sync with sylpheed 0.7.2 release
13185                 see ChangeLog entry 2002-02-15 and 2002-02-16
13186
13187 2002-02-15 [paul]       0.7.1claws5
13188
13189         * sync with sylpheed 0.7.1cvs9
13190                 see ChangeLog entry 2002-02-15
13191
13192         * po/POTFILES.in
13193                 remove unneeded headerwindow.c entry
13194
13195 2002-02-14 [carsten]    0.7.1claws4
13196         * src/summaryview.c
13197                 fixed a bug for "Go to next unread message": there was
13198                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
13199                 in the prefs, because of doing "Search again" instead
13200                 "No"
13201
13202 2002-02-14 [carsten]    0.7.1claws3
13203         * src/stock_pixmap.c
13204                 removed 2 more mem leaks; following memprof,
13205                 this code is "leak free" now :)
13206
13207 2002-02-14 [carsten]    0.7.1claws2
13208         * src/stock_pixmap.c
13209                 used opendir/readdir/closedir instead of scandir
13210                 -> code should work now on Solaris
13211
13212 2002-02-14 [paul]       0.7.1claws1
13213
13214         * sync with sylpheed 0.7.1cvs8
13215                 see ChangeLog entries 2002-02-13 and 2002-02-14
13216
13217         * README.claws
13218                 add some description of Actions and Pixmap Themes
13219
13220 2002-02-13 [paul]       
13221
13222         * version 0.7.1claws release
13223
13224 2002-02-13 [paul]       0.7.1claws
13225
13226         * po/es.po
13227           po/it.po
13228           po/pt_BR.po
13229                 updated translations, submitted by Ricardo Mones Lastra,
13230                 Alessandro Maestri and Fabio Junior Beneditto
13231
13232 2002-02-13 [melvin]     0.7.0claws75
13233
13234         * src/prefs_actions.c
13235                 Added missing "signal.h" include
13236
13237 2002-02-13 [melvin]     0.7.0claws74
13238
13239         * src/prefs_folder_item.c
13240                 Added missing "config.h" include
13241         * po/fr.po
13242                 Updated French translation for folder propriety.
13243
13244 2002-02-13 [jens]       0.7.0claws73
13245
13246         * po/POTFILES.in
13247                 Added missing src/prefs_folder_item.c [log added by melvin]
13248         * po/de.po
13249                 Updated German translation.
13250
13251 2002-02-13 [melvin]     0.7.0claws72
13252
13253         * po/fr.po
13254                 Updated French translation.
13255
13256 2002-02-13 [melvin]     0.7.0claws71
13257
13258         * src/gtkutils.c
13259                 Made gtkut_editable_get_selection return NULL if selection
13260                 is of length zero.
13261                 This fixes a bug where selecting part of message A then
13262                 switching to message B and replying to it will not
13263                 quote the message's body.
13264
13265 2002-02-12 [paul]       0.7.0claws70
13266
13267         * src/mainwindow.c
13268                 cosmetic, relating to pixmap themes: on toolbar make 
13269                 updating of 'Exec' and 'Compose news/Compose email'
13270                 icons faster.
13271
13272 2002-02-12 [carsten]    0.7.0claws69
13273         * src/folderview.c
13274           src/mainwindow.[ch]
13275           src/stock_pixmap.c
13276           src/summaryview.c
13277           src/prefs_common.c
13278                 - refreshing after changing pixmap theme better
13279                   now (thanks Paul)
13280                 - wanted to remove some mem leaks, but alfons was
13281                   faster (and had the better solution ;)
13282
13283 2002-02-12 [alfons]     0.7.0claws68
13284
13285         * src/prefs_common.c
13286         * src/stock_pixmap.[ch]
13287                 plug mem leaks, refactor code a little bit
13288
13289
13290 2002-02-12 [sergey]     0.7.0claws67
13291
13292         * src/imap.c
13293                 Fixed problem with copying messages to IMAP folders when the
13294                 server uses something other than '/' as a namespace separator
13295                 (cyrus-imapd uses '.').
13296
13297 2002-02-12 [jens]       0.7.0claws66
13298
13299         * po/de.po
13300                 Updated German Translation
13301
13302 2002-02-12 [paul]       0.7.0claws65
13303
13304         * sync with sylpheed 0.7.1cvs1
13305                 see ChangeLog entry 2002-02-12
13306
13307 2002-02-12 [melvin]     0.7.0claws64
13308
13309         * src/prefs_actions.c
13310                 Fixed "feature" where children's output was duplicated 
13311                 instead of refreshed while monitoring.
13312                 Removed some debug code.
13313
13314 2002-02-12 [christoph]  0.7.0claws63
13315
13316         * src/compose.c
13317                 always delete message from queue after sending/send error
13318                 (closes bug #509601)
13319
13320 2002-02-12 [melvin]     0.7.0claws62
13321
13322         * src/prefs_actions.c
13323                 Children wait loop is now triggered with a timeout of 1s
13324                 Added %F which is replaced with the list of filenames 
13325                 of all selected messages (as suggested by Ricardo Mones Lestra)
13326                 Pipe syntax changed. Prefix with | to send selection, postfix
13327                 with | to retrieve output. Prefix with > or * to send
13328                 user definable input to the command (*: input is hidden)
13329                 Old pipe action should now be postfixed with |, too.
13330
13331 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
13332         * src/stock_pixmap.c
13333                 fixed a bug: if there's no theme directory don't
13334                 throw an error, just do "nothing" (thanks Alfons)
13335
13336 2002-02-12 [carsten]    0.7.0claws60
13337         * src/folderview.c
13338           src/summaryview.c
13339                 had to write the cache twice (nasty!); some marks would 
13340                 get lost if not
13341
13342 2002-02-11 [carsten]    0.7.0claws59
13343         * acconfig.h
13344           configure.in
13345           doc-src/maintainer_guide.txt
13346           src/compose.[ch]
13347           src/defs.h
13348           src/folderview.[ch]
13349           src/gtkutils.[ch]
13350           src/mainwindow.[ch]
13351           src/prefs_common.[ch]
13352           src/stock_pixmap.[ch]
13353           src/summaryview.[ch]
13354                 pixmap theming and related work on pixmap
13355                 handling on some other places
13356                 (e.g. hrm features for all folder)
13357           src/pixmap/stock_*.xpm -> the stock_ was removed
13358         
13359 2002-02-11 [paul]       0.7.0claws58
13360
13361         * sync with sylpheed 0.7.1 release
13362                 see ChangeLog entries 2002-02-11
13363
13364 2002-02-08 [paul]       0.7.0claws57
13365
13366         * sync with sylpheed 0.7.0cvs39
13367                 see ChangeLog entry 2002-02-07 (last entry) 
13368
13369         * src/prefs_actions.c
13370           src/prefs_filtering.c
13371           src/prefs_matcher.c
13372           src/prefs_scoring.c
13373                 sync: made it compile with C compilers other than gcc
13374
13375 2002-02-07 [paul]       0.7.0claws56
13376
13377         * sync with sylpheed 0.7.0cvs38
13378                 see ChangeLog entries 2002-02-06 (last 2 entries) and
13379                 2002-02-07
13380
13381 2002-02-07 [darko]      0.7.0claws55
13382
13383         * src/gtkutils.[ch]
13384         * src/summaryview.c
13385                 Fix const gchar */gchar * issue (thanks Hiro)
13386
13387 2002-02-07 [darko]      0.7.0claws54
13388
13389         * src/compose.[ch]
13390         * src/filtering.c
13391         * src/gtkutils.[ch]
13392         * src/prefs_template.c
13393         * src/quote_fmt.h
13394         * src/quote_fmt_parse.y
13395         * src/summaryview.c
13396         * src/utils.[ch]
13397                 When replying or forwarding an email don't quote the entire
13398                 mail body but use the part of the message text that is selected
13399
13400 2002-02-06 [melvin]     0.7.0claws53
13401
13402         * src/prefs_common.[ch]
13403         * src/gtkspell.[ch]
13404         * src/compose.c
13405                 Made possible to switch quickly to last used dictionary
13406                 which makes checking bilingual documents easier.
13407
13408 2002-02-06 [melvin]     0.7.0claws52
13409         
13410         * po/POTFILES.in
13411                 Added forgotten new file src/prefs_actions.c
13412
13413 2002-02-06 [melvin]     0.7.0claws51
13414
13415         * src/prefs_actions.c   ** NEW FILE **
13416         * src/prefs_actions.h   ** NEW FILE **
13417                 Added actions to execute on message text view, or on the
13418                         message's file.
13419         * src/Makefile.am
13420                 Added src/prefs_actions.[ch]
13421         * src/compose.c
13422                 Added new menu "Edit/Actions"
13423         * src/defs.h
13424                 Added new actionsrc file.
13425         * src/main.c
13426                 Added actionsrc reading.
13427         * src/mainwindow.c
13428                 Added new menus "Edit/Actions" and "Configuration/Actions..."
13429         * src/prefs_common.h
13430                 Added new element actionslst element to prefs_common.
13431
13432 2002-02-06 [paul]       0.7.0claws50
13433
13434         * sync with sylpheed 0.7.0cvs36
13435                 see ChangeLog entry 2002-02-06
13436
13437 2002-02-05 [paul]
13438
13439         * po/es.po
13440                 updated by Ricardo Mones Lastra
13441
13442 2002-02-05 [paul]       0.7.0claws49
13443
13444         * sync with sylpheed 0.7.0cvs33
13445                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
13446
13447 2002-02-05 [paul]       0.7.0claws48
13448
13449         * src/compose.c
13450                 re-add 'Edit/Advanced/Delete entire line', previously named
13451                 'Delete Line+'
13452
13453 2002-02-04 [paul]       0.7.0claws47
13454
13455         * src/compose.c
13456           src/summaryview.c
13457                 fix bug #494993 (Reply All not taking Reply-To into consi)
13458                 eliminate differences in behaviour of right-click 'Reply to all' 
13459                 in summary view and 'Reply to all' on the toolbar. 
13460                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
13461                 view and From gets ignored by 'Reply to all' on toolbar.
13462                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
13463                 From when no Reply-To header is present.
13464
13465 2002-02-04 [paul]       0.7.0claws46
13466
13467         * sync with sylpheed 0.7.0cvs30
13468                 see ChangeLog entries 2002-02-03 and 2002-02-04
13469
13470 2002-02-03 [melvin]     0.7.0claws45
13471
13472         * src/gtkspell.[ch]
13473                 Readded function to highlight all misspelled words.
13474                 Fixed bug where user-provided-words did not replace
13475                         correctly the misspelled word when using the mouse.
13476                 Fixed bug where checking a region selected from right to left did
13477                         not check the region at all.
13478                 Fixed bug where 'Check backwards' may not check at all. 
13479                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
13480                 Fixed possible buffer overflow when checking for long strings (>1k).
13481                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
13482                 Accelerators code uses now gtk_widget_add_accel.
13483                 Removed and disabled obsolete and unfinished code.
13484                 Cleaning up.
13485
13486         * src/compose.c
13487                 Added menu item to Highlight all misspelled words.
13488
13489 2002-02-01 [paul]       0.7.0claws44
13490
13491         * src/mainwindow.c
13492                 fix '/View/Hide read messages' sensitivity when all
13493                 messages in a folder are hidden
13494
13495 2002-02-01 [paul]       0.7.0claws43
13496
13497         * src/main.c
13498                 add --send option to command line interface, sends all
13499                 queued mail. Patch submitted by Ricardo Mones Lastra.
13500
13501 2002-01-31 [paul]       0.7.0claws42
13502
13503         * src/mainwindow.c
13504                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
13505
13506 2002-01-31 [paul]       0.7.0claws41
13507
13508         * sync with sylpheed 0.7.0cvs27
13509                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
13510                 and 2002-01-31
13511
13512         * src/textview.c
13513                 comment out elements of textview_show_part() as temporary
13514                 workaround for attachment 'Display as text' bug 
13515
13516         * po/pt_BR.po
13517                 updated by Fabio Junior Beneditto
13518
13519 2002-01-30 [paul]       0.7.0claws40
13520
13521         * sync with sylpheed 0.7.0cvs24
13522                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
13523                 and 2002-01-30
13524
13525         * src/compose.c
13526                 add {N_("/_Spelling"), ... "<Branch>"} to 
13527                 GtkItemFactoryEntry compose_entries[]
13528
13529         * src/prefs_common.c
13530                 add claws menu items to prefs_keybind_apply_clicked()
13531                 and remove non-claws menu items
13532
13533 2002-01-29 [paul]       0.7.0claws39
13534
13535         * sync with sylpheed 0.7.0cvs22
13536                 see ChangeLog entries 2002-01-28 and 2002-01-29
13537
13538 2002-01-28 [melvin]     0.7.0claws38
13539
13540         * src/compose.c
13541                 Added the declartion of compose_send_control_enter.
13542
13543         * src/compose.c
13544         * src/gtkspell.[ch]
13545                 Added in a 'Spelling' menu which includes the configuration menu. 
13546                 Added a real 'Check all' and got rid from the old one which only
13547                 highlited misspelled word.
13548                 Made 'Check while typing' a disableable option.
13549                 Added a dialog when there are no more misspelled word.
13550                 Added a dialog if error occurs when switching to a dictionary.
13551         
13552         * src/prefs_common.[ch]
13553                 Added option for the default 'Check while typing' option.
13554
13555
13556 2002-01-28 [alfons]     0.7.0claws37
13557
13558         * src/compose.c
13559                 fix buglet and make code comply with sylpheed code style
13560
13561 2002-01-28 [paul]       0.7.0claws36
13562
13563         * sync with sylpheed 0.7.0cvs19
13564                 see ChangeLog entries for 2002-01-28
13565
13566 2002-01-28 [hoa]        0.7.0claws35
13567
13568         * src/defs.h
13569                 added rendererrc
13570
13571         * src/main.c
13572                 read the renderer config
13573
13574         * src/procmime.[ch]
13575                 use the renderer config to convert mime attachments
13576
13577         * src/textview.c
13578                 don't use textview_show_html/ertf,
13579                 use get_text_content instead
13580
13581 2002-01-27 [alfons]     0.7.0claws34
13582         
13583         * src/news.c
13584                 make sylpheed believe it can delete a news message...
13585                 (messages are NOT deleted, maybe we should remove
13586                 processing from the folder properties after all.)
13587
13588 2002-01-27 [alfons]     0.7.0claws33
13589
13590         * src/folder.c
13591                 add extra checks
13592         * src/news.c
13593                 implement remove_msg() 
13594
13595 2002-01-27 [alfons]     0.7.0claws32
13596
13597         * src/procmsg.h
13598         * src/procheader.c
13599         * src/messageview.c
13600                 fix return receipt / disposition notification again. this
13601                 stuff seems to break on _every_ major summary UI change, so
13602                 it's now implemented using a flag which is saved in the
13603                 marks cache
13604                 
13605 2002-01-26 [alfons]     0.7.0claws31
13606
13607         * src/import.c
13608                 let import dialog show the destination folder identifier
13609
13610 2002-01-26 [melvin]     0.7.0claws30
13611
13612         * src/folderview.c
13613         * src/summaryview.c
13614                 Readded 'Mark all read' into summary view popup menu
13615                 Added 'Mark all read' in folder view popup menu for IMAP
13616                 and NNTP.
13617                 Made it insensitive if the selected folder is not the shown
13618                 one to avoid 'Mark all read' on the wrong folder.
13619                 
13620 2002-01-26 [paul]       0.7.0claws29
13621
13622         * src/folderview.c
13623           src/summaryview.c
13624                 move 'Mark all read' from summary view to folder view
13625                 menu. (adapted from) patch submitted by Jeremy Andrews,
13626                 <lists@kerneltrap.com>
13627
13628 2002-01-25 [alfons]     0.7.0claws28
13629
13630         * src/gtkstext.c
13631                 put the gtk class name back so GtkSText adapts the 
13632                 settings of GtkText
13633
13634 2002-01-25 [alfons]     0.7.0claws27
13635
13636         * src/folderview.c 
13637                 assimilate Ricardo's patch that shows pixmaps instead of
13638                 plain "new" and "unread" texts in the folder view column
13639                 headers 
13640
13641 2002-01-25 [paul]       0.7.0claws26
13642
13643         * src/Makefile.am
13644                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
13645                 be found in non-standard locations. 
13646                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
13647
13648 2002-01-25 [paul]       0.7.0claws25
13649
13650         * sync with sylpheed 0.7.0cvs16
13651                 see ChangeLog entry 2002-01-25
13652
13653 2002-01-24 [paul]       0.7.0claws24
13654
13655         * more sync with sylpheed 0.7.0cvs15
13656                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
13657
13658 2002-01-23 [sergey]     0.7.0claws23
13659
13660         * src/importldif.c
13661                 Fixed segfault when closing LDIF import wizard with
13662                 the window manager.
13663         * src/imageview.c
13664         * src/imageview.h
13665         * src/messageview.c
13666         * src/mimeview.c
13667                 Fixed wrong scrolling position after switching between
13668                 text and image parts.
13669
13670 2002-01-23 [paul]       0.7.0claws22
13671
13672         * sync with sylpheed 0.7.0cvs15
13673                 see ChangeLog entries 2002-01-22 and 2002-01-23
13674
13675 2002-01-21 [melvin]     0.7.0claws21
13676
13677         * src/prefs_scoring.c
13678         * src/prefs_filtering.c
13679                 Fixed bug where scoring and filtering windows stopped
13680                 autochecking.
13681
13682 2002-01-21 [paul]       0.7.0claws20
13683
13684         * sync with sylpheed 0.7.0cvs12
13685                 see ChangeLog entries 2002-01-20 and 2002-01-21
13686
13687 2002-01-21 [carsten]    0.7.0claws19
13688         * src/mainwindow.c
13689         * src/menu.[ch]
13690         * src/messageview.[ch]
13691         * src/summaryview.[ch]
13692                 changes to shortcuts handling again:
13693                         + "Q" now controled by mainwin
13694                         + v/V are now customizable and have slightly
13695                           different meanings
13696                 the "button" to minimize the messageview (and maximize
13697                 the summary view) is a real button now
13698         * src/compose.c
13699                 "Delete Line+" added to Edit/Advanced (this will also
13700                 delete the '\n')
13701
13702 2002-01-20 [melvin] 0.7.0claws18
13703
13704         * src/addressbook.c
13705                 Made "Bcc" sensitive when addressbook is called from
13706                 compose window (it was a Claws only bug).
13707
13708 2002-01-19 [alfons] 0.7.0claws17
13709
13710         * src/inc.c
13711                 prevent unnecessary updates when currently selected folder has
13712                 no new messages 
13713
13714 2002-01-19 [alfons] 0.7.0claws16
13715         
13716         * src/summaryview.c
13717                 prevent writing the cache based on current message list in summary 
13718                 view when filtering also put messages in currently selected folder
13719
13720 2002-01-19 [paul]
13721
13722         * po/it.po
13723                 Italian translation submitted by Alessandro Maestri
13724                 <a.maestri@cs.tin.it>
13725
13726 2002-01-18 [melvin]     0.7.0claws15
13727
13728         * src/prefs_filters.c
13729                 fixed bug where 'cancel' from 'filters' window stops autochecking
13730                 if the timer timed out  when the window was open.
13731
13732 2002-01-18 [match]      0.7.0claws14
13733
13734         * src/addrclip.[ch]     ** NEW FILE **
13735         * src/addrselect.[ch]   ** NEW FILE **
13736         * src/adbookbase.h      ** NEW FILE **
13737                 addressbook cut, copy and paste
13738         * src/addrbook.[ch]
13739         * src/addrcache.[ch]
13740         * src/addressitem.h
13741         * src/addrindex.[ch]
13742         * src/addritem.[ch]
13743         * src/importldif.c
13744         * src/importmutt.c
13745         * src/jpilot.[ch]
13746         * src/syldap.[ch]
13747         * src/vcard.[ch]
13748         * src/jpilot.[ch]
13749         * src/editbook.c
13750         * src/editjpilot.c
13751         * src/editldap.c
13752         * src/editvcard.c
13753                 support for copy/paste
13754         * src/addressbook.c
13755                 support for copy/paste
13756                 tidy up menu option processing
13757                 correct address list function arguments
13758         * src/editaddress.c
13759                 sort user attributes
13760         * src/ldif.h
13761         * src/mutt.h
13762                 tidy up
13763
13764         * src/addrbook.[ch]
13765         * src/addrbook.[ch]
13766         * src/addrbook.[ch]
13767                 
13768
13769 2002-01-18 [paul]       0.7.0claws13
13770
13771         * sync with sylpheed 0.7.0cvs8
13772                 configure.in: support Mac OS X (Darwin)
13773
13774 2002-01-18 [carsten]    0.7.0claws12
13775         * src/html.c
13776                 small hack to fix a segfault with an empty href
13777                 (reported by Alexandra Walford <deeni@altern.org>)
13778         * src/mainwindow.c
13779         * src/summaryview.c
13780                 the shortcuts for Mark und Mark as unread are hardcoded
13781                 again
13782         * src/compose.c
13783         * src/gtkstext.[ch]
13784                 readded the shortcuts in gtkstext but made them
13785                 customizeable (simply by adding a menu plus a wrapper
13786                 to compose.c)
13787
13788 2002-01-17 [melvin]     0.7.0claws11
13789
13790         * src/gtkspell.c
13791                 fix default dictionary not being saved.
13792
13793 2002-01-16 [darko]      0.7.0claws10
13794
13795         * src/compose.c
13796                 fix wrapping crash with URL longer than wrapping margin
13797
13798 2002-12-08 [hoa]        0.7.0claws10
13799
13800         * src/matcher_parser_parse.y
13801                 fixed some bugs
13802
13803         * src/prefs_filtering.c
13804                 now, we can use bounce action in the dialog box.
13805
13806 2002-01-16 [carsten]    0.7.0claws9
13807         * src/gtkstext.c
13808                 removed the <control> and <alt> shortcuts because they're
13809                 not needed and interefered with the "normal" shortcuts
13810         * src/mainwindow.c
13811         * src/summaryview.c
13812                 removed most of the hardcoded shortcuts and assigned
13813                 them to menu entries making them easy customizable by
13814                 that
13815
13816 2002-01-16 |melvin]     0.7.0claws8
13817
13818         * src/gtkspell.c
13819                 fixed bug where using the mouse and when the compose
13820                 window is not on top may result in a crash.
13821
13822 2002-01-16 [melvin]     0.7.0claws7
13823
13824         * src/compose.c
13825                 fixed a long standingspell checker bug which could 
13826                 cause a crash after sending a message.
13827
13828 2002-01-16 [paul]       0.7.0claws6
13829
13830         * sync with sylpheed 0.7.0cvs7
13831                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
13832                 2002-01-15, and 2002-01-16
13833
13834 2002-01-16 [melvin]     0.7.0claws5
13835
13836         * README.claws
13837         * src/compose.c
13838         * src/gtkspell.[ch]
13839         * src/main.c
13840                 Heavily modified spell checker code to work around
13841                 ispell bug, to add keyboard shortcuts and for future
13842                 enhancements. See README.claws for usage information.
13843
13844 2002-01-15 [alfons]     0.7.0claws4
13845         
13846         * src/summaryview.c
13847                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
13848                 so sorting within threads reflects sort mode
13849
13850 2002-01-15 [christoph]  0.7.0claws3
13851
13852         * src/procmsg.c
13853                 added alertpanel if mail sending failed
13854
13855 2002-01-15 [alfons]     0.7.0claws2
13856         
13857         * src/prefs_filtering.c
13858                 don't stop timer when prefs filtering dialog is opened
13859
13860 2002-01-14 [alfons]     0.7.0claws1
13861
13862         * src/addr_compl.c
13863         * src/prefs.c
13864                 remove debug_print()s for privacy reasons
13865
13866 2002-01-14 [darko]      0.7.0claws
13867
13868         * README.claws
13869                 quotation wrapping is now also in the main branch
13870
13871 2002-01-14 [paul]
13872
13873         * tools/filter_conv.pl
13874                 allow for Boolean Op and case-sensitivity
13875                 this file is included in the release and tagged
13876                 'rel_0_7_0'
13877
13878 2002-01-13 [paul]       0.7.0claws
13879
13880         * release 0.7.0, with cvs tag 'rel_0_7_0'
13881
13882 2002-01-13 [paul]
13883
13884         * tools/filter_conv.pl
13885         * tools/README
13886                 rewritten to output to matcherrc instead of filteringrc
13887
13888         * po/es.po
13889                 updated Spanish translation by Ricardo Mones Lastra
13890
13891 2002-01-13 [alfons]
13892
13893         * po/nl.po
13894                 update dutch translation
13895
13896 2002-01-13 [paul]
13897
13898         * po/pt_BR.po
13899                 Updated by Fabio Junior Beneditto 
13900
13901 2002-01-13 [melvin]     0.6.6claws53
13902
13903         * po/fr.po
13904                 Updated french translation
13905
13906 2002-01-12 [alfons]     0.6.6claws52
13907
13908         * src/filtering.c
13909                 plug mem leak that has been sitting there for ages              
13910
13911 2002-01-12 [alfons]     0.6.6claws51
13912
13913         * src/summaryview.c
13914                 undo melvin's changes from 0.6.6claws48 because summary
13915                 view now refuses to select first unread message when
13916                 selecting a folder 
13917
13918 2002-01-11 [alfons]     0.6.6claws50
13919
13920         * src/import.c
13921                 use claws' semantics for getting folder item when
13922                 importing an mbox file into a folder 
13923                 (submitted by Dale P. Smith)
13924
13925 2002-01-11 [christoph]  0.6.6claws49
13926
13927         * src/prefs.h
13928                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
13929                 toggle widget, because non static prefs can not use
13930                 prefs_set_* functions
13931         * src/prefs_account.c
13932                 toggle smtp auth password field sensitivity if
13933                 user id is empty and add descrition of usage for
13934                 these fields
13935         * src/prefs_folder_item.c
13936                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
13937                 callbacks
13938
13939 2002-01-11 [melvin]     0.6.6claws48
13940
13941         * src/compose.c
13942                 fix the 'Ctrl-Enter' feature for sending and test really
13943                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
13944                 editables which was not documented in Gtk)
13945
13946         * src/summaryview.c
13947                 Made summaryview refresh after sorting and not before.
13948
13949 2002-01-11 [christoph]  0.6.6claws47
13950
13951         * src/compose.c
13952                 select account from account ids if possible and
13953                 correctly set save folder for copy in reedit
13954
13955 2002-01-10 [paul]       0.6.6claws46
13956
13957         * sync with sylpheed 0.7.0 release
13958                 see ChangeLog entries 2002-01-07, 2002-01-08 and
13959                 2002-01-09
13960
13961 2002-01-09 [alfons]
13962
13963         * src/summaryview.c
13964                 remove more dirt traces...
13965
13966 2002-01-09 [alfons]
13967         
13968         * src/summaryview.c
13969                 clean up some traces of my debugging stuff
13970
13971 2002-01-09 [alfons]     0.6.6claws45
13972
13973         * src/filtering.c
13974                 break up filteringprop_apply() in three separate pieces
13975                 so we can drop messages that failed processing in the
13976                 inbox
13977
13978         * src/summaryview.c
13979                 fix bug #469598 "no refresh of inbox after filter" which 
13980                 was introduced by the new summary view locking, and which 
13981                 prevented the summary view to update after a manual filter 
13982                 message. claw's filter message requires a summary_show().
13983                 (aargh, summary_show() again! :-)
13984                 
13985 2002-01-07 [alfons]     0.6.6claws44
13986
13987         * src/headerwindow.c
13988         * src/logwindow.c
13989         * src/messageview.c
13990         * src/sourcewindow.c
13991                 bring in Hiro's last 0.7.0 wm class fixes
13992
13993         * tools/sylprint.pl
13994                 bring in Ricardo's fix for sylprint script
13995
13996         * AUTHORS       
13997         * src/rfc2015.[ch]
13998         * src/prefs_common.[ch]
13999         * src/prefs_account.[ch]
14000         * src/compose.c
14001                 clean up account preference poison in rfc2015,
14002                 and preparation to fix double sign bug 
14003                 (patch submitted by Simon 'corecode' Schubert)
14004
14005 2002-01-07 [christoph]  0.6.6claws43
14006
14007         * src/mh.c
14008                 search for free message number, do not only rely
14009                 on last_num
14010         * src/send.c
14011                 fix smtp auth and use extra account information
14012                 if available, if not use pop3 data instead
14013                 (closes bug #500341)            
14014         * src/ssl.[ch]
14015                 match coding style
14016
14017 2002-01-06 [alfons]     0.6.6claws42
14018
14019         * src/mainwindow.c
14020                 try making the separate windows work again...
14021
14022 2002-01-06 [alfons]     0.6.6claws41
14023
14024         * src/mainwindow.c
14025                 adapt Hiro's separate window menu (to get rid of the funny
14026                 duplicate menu items), and make it work again
14027
14028 2002-01-06 [alfons]     0.6.6claws40
14029
14030         * tools/Makefile.am
14031         * tools/sylprint.rc
14032         * tools/sylprint.pl
14033         * tools/README.sylprint
14034                 add sylprint script for printing mails from Sylpheed
14035                 (contributed by Ricardo Mones Lastra)
14036
14037         * src/acount.c
14038                 clean up
14039
14040 2002-01-06 [melvin]     0.6.6claws39
14041
14042         * src/mainwindow.c
14043         * src/summaryview.c
14044                 Fixed crash introduced in 0.6.6claws38 by the menu
14045                 reorganisation (Hide read messages)
14046         
14047         * ChangeLog.claws 
14048                 Fixed typo (we are now in 2002, alfons ;) )
14049
14050 2002-01-05 [alfons]     0.6.6claws38
14051
14052         * sync with sylpheed 0.6.6cvs10-17
14053                 (last stuff marked as LAST_STABLE)
14054
14055 2002-01-04 [melvin]     0.6.6claws37
14056
14057         * src/account.c
14058                 Made account selection code use strcasestr again instead of
14059                 g_strcasecmp (fixes bug where reediting queued messages
14060                 did not select proper account reported by T. Link).
14061         
14062         * src/folderview.c
14063                 Fix bug where folder icons are not shown when 'hide read messages'
14064                 is on.
14065         
14066         * src/stock_pixmaps.[ch]
14067                 Added folder icons for 'hide read messages'.
14068         
14069         * src/compose.c
14070                 Fixed bug where 'Enter' in a header entry will send the message 
14071                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
14072
14073 2002-01-03 [melvin]     0.6.6claws36
14074         
14075         * src/prefs.[ch]
14076                 Added popup menu for common preferences and
14077                 account preferences (right click on tab displays
14078                                 a menu of all tabs.)
14079
14080 2002-01-02 [melvin]     0.6.6claws35
14081
14082         * src/gtkspell.[ch]
14083                 Made spelling code compatible with undo/redo feature.
14084                 Added creation of suggestion mode menu for the general
14085                         preferences.
14086         
14087         * src/prefs_common.[ch]
14088                 Added option menu for the speller's suggestion mode.
14089                 Added missing spaces in "..." buttons and made a "..."
14090                         button non translatable!
14091         
14092         * src/compose.c
14093                 Made speller use the default suggestion mode.
14094                 Hack to make it possible to choose 'CTRL-Enter' as a
14095                         shortcut for sending (and only for sending).
14096
14097         * src/prefs_folder_item.c
14098                 Changing subject simplification does not update cache 
14099                         anymore (because it is unnecessary).
14100                 Fixed bug where changing subject simplification updated the 
14101                         summaryview even when the viewed folder is not the
14102                         folder which properties are being changed. (E.g. 
14103                                         viewing folder A and changing
14104                                         the subject simplification of 
14105                                         folder B -not being viewed- updated the 
14106                                         summaryview of folder A with data of
14107                                         folder B). (Hope this is clear... )
14108
14109 2001-12-31 [alfons]     0.6.6claws34
14110         
14111         * src/ldif.c
14112         * src/mutt.c
14113                 fgetc() returns a signed integer which doesn't
14114                 fit in a char. so c truncates this to a char
14115                 but we may lose significant bits. i.e. we may
14116                 comparing 0xFF which may not be equal to -1
14117                 unless properly casted to signed char which
14118                 we won't do because fgetc() returns a signed
14119                 integer which doesn't fit in a char. so c 
14120                 truncates this to a char but we may lose 
14121                 significat bits. (you got the idea, thanks
14122                 to Gustavo Noronha Silva <kov@debian.org>
14123                 and the Debian folks!)
14124
14125 2001-12-30 [alfons]     0.6.6claws33
14126
14127         * src/prefs_common.c
14128                 add #ifdef USE_PSPELLs that Melvin forgot               
14129
14130 2001-12-30 [melvin]     0.6.6claws32
14131         
14132         * src/prefs_common.[ch]
14133                 Added configurable color for misspelled words.
14134
14135         * src/gtkspell.[ch]
14136                 Fixed bug of foreground text color (reported by David
14137                                 Mehrmann)
14138                 Added configurable color for misspelled words.
14139
14140 2001-12-30 [alfons]     0.6.6claws31
14141
14142         * src/folder.c
14143                 remove unnecessary things someone put there
14144
14145         * src/mh.c
14146         * src/folder.[ch]
14147                 make folder properties (like threading and sorting) persistent
14148                 (closes bug #497424 "rescan folder tree resets proprieties")
14149                 currently this is only for MH folders. 
14150
14151 2001-12-29 [melvin]     0.6.6claws30
14152
14153         * src/string_match.[ch]
14154                 Optimized a bit: regexp pattern buffer compiled only once, and
14155                   one subroutine call removed. Fixed ^ regexp search: Now, 
14156                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
14157         
14158         * src/summaryview.c
14159                 Subject filtering changed to filter summary columns and
14160                   not directly the messages subject cache. The loss in 
14161                   performance is balanced by the improvement of string_match.
14162                 Added an alert panel if there is an error in the regexp.
14163
14164         * src/src/prefs_folder_item.h
14165                 Added a regexp pattern buffer.
14166
14167 2001-12-28 [alfons]     0.6.6claws29
14168
14169         * src/string_match.[ch]
14170                 clean up name space
14171                 allow compilation *BSD
14172
14173 2001-12-27 [alfons]     0.6.6claws28
14174
14175         * src/filter.c
14176                 sync the Hiro's bug fix for BSD
14177
14178 2001-12-27 [melvin]     0.6.6claws27
14179         
14180         * src/compose.c
14181                 Simplify focus to subject entry code.
14182
14183 2001-12-27 [darko]      0.6.6claws26
14184
14185         * src/filtering.c
14186         * src/mbox_folder.c
14187         * src/messageview.c
14188         * src/mh.c
14189         * src/procheader.[ch]
14190         * src/procmsg.h
14191         * src/stock_pixmap.[ch]
14192         * src/summaryview.c
14193                 Show key icon for encrypted mails in summary view
14194
14195         * src/pixmaps/clip.xpm
14196         * src/pixmaps/clipkey.xpm
14197         * src/pixmaps/key.xpm
14198                 New/modified icons for the above
14199
14200 2001-12-27 [melvin]     0.6.6claws25
14201
14202         * src/prefs_common.c
14203                 Put spell checker options in a separate tab to decrease
14204                 the Common Preferences window height.
14205
14206         * README.claws  
14207                 Update spell checker usage instruction about its options
14208                 location.
14209
14210 2001-12-27 [melvin]     0.6.6claws24
14211
14212         * src/compose.c
14213                 Changed subject entry widget position. Initial focus is
14214                 on the To header instead of the subject entry.
14215                 Creating a new header scrolls the header list to make the
14216                 created one visible. Nevertheless, when automatically filling
14217                 headers, the first one is shown.
14218                 A Tab key press in the last empty header entry zips the 
14219                 focus to the subject entry.
14220                 (I did not change the combo boxes, yet)
14221
14222 2001-12-26 [alfons]     0.6.6claws23
14223
14224         * src/prefs_account.c
14225         * src/inc.c
14226                 allow default inbox to reside in another mailbox (only
14227                 works for POP3 accounts)
14228
14229 2001-12-26 [alfons]     0.6.6claws22
14230         
14231         * src/textview.c
14232                 make reply-on-click work with the account of the selected folder
14233         * src/compose.c
14234                 put a fixme here to remind me to fix finding correct default
14235                 account for nested folders
14236
14237 2001-12-25 [alfons]     0.6.6claws21
14238
14239         * src/summaryview.c
14240                 make column headers display locked and mark pixmaps (idea by Melvin) 
14241                 fix bug by adding score and locked column type to sort array
14242
14243 2001-12-25 [alfons]     0.6.6claws20
14244         
14245         * src/summaryview.c
14246                 catch a *potentially* inadvertent write back of  
14247                 the message cache(s) introduced by 0.6.5claws37
14248
14249 2001-12-25 [christoph]  0.6.6claws19
14250
14251         * src/stock_pixmap.[ch]
14252         * src/summaryview.c
14253                 add ignore thread pixmap
14254                 (can someone draw a better icon for this?)
14255
14256 2001-12-24 [alfons]     0.6.6claws18
14257
14258         * src/prefs_folder_item.c
14259                 make address completion actually work for the
14260                 Default To address in the Folder Property dialog.
14261
14262 2001-12-24 [alfons]     0.6.6claws17
14263         
14264         * src/summaryview.c
14265                 use new style regexp for subject stripping 
14266                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
14267
14268 2001-12-24 [darko]      0.6.6claws16
14269
14270         * src/pgptext.c
14271         * src/rfc2015.c
14272                 move GPG related informational messages to debug mode
14273
14274 2001-12-23 [alfons]     0.6.6claws15
14275
14276         * src/stock_pixmap.[ch]
14277         * src/summaryview.c
14278                 add the forgotten Claws' locked pixmap
14279
14280 2001-12-23 [alfons]     0.6.6claws14
14281
14282         * src/filesel.c
14283                 accept file name typed in entry in multi file
14284                 selector (patch submitted by Gustavo Noronha Silva 
14285                 <kov@debian.org>)
14286
14287 2001-12-23 [alfons]     0.6.6claws13
14288
14289         * src/prefs_filter.c
14290         * src/prefs_filtering.c
14291         * src/matcher.c
14292         * src/importmutt.c
14293                 clean up a little bit
14294         
14295         * src/string_match.c
14296                 validate input strings a little bit more
14297
14298 2001-12-23 [alfons]     0.6.6claws12
14299
14300         * src/Makefile.am
14301         * src/summaryview.c
14302         * src/string_match.[ch]         ** NEW **
14303         * src/folderview.[ch]
14304         * src/headerview.h
14305         * src/folder.[ch]
14306         * src/prefs_folder_item.[ch]
14307                 add subject simplification to strip out strings from
14308                 a subject line (esp. handy for mailing lists). 
14309                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
14310                 but slightly changed things for better integration.)
14311
14312 2001-12-23 [alfons]     0.6.6claws11
14313
14314         * src/mainwindow.c
14315                 fix bug introduced by submission included in 0.6.5claws52.
14316                 ideally this submission should clean the trash if any trash
14317                 folder has a message. however, the hasTrash variable was
14318                 set to false whenever a trash folder was empty (discarding
14319                 a previously found *filled* trash folder.)
14320
14321                 also edited the code a little bit and made it more safe.
14322
14323 2001-12-22 [alfons]     0.6.6claws10
14324
14325         * src/imap.c
14326                 quick fix for Martin Pool's omission of an account
14327                 specific SSL setting
14328
14329 2001-12-22 [alfons]     0.6.6claws9
14330
14331         * src/compose.c
14332         * src/messageview.c
14333         * src/mimeview.c
14334         * src/pgptext.c
14335         * src/procmime.[ch]
14336                 better support for multipart/digest (submitted
14337                 by Fredrik <e98fo@efd.lth.se>)
14338
14339 2001-12-22 [alfons]     0.6.6claws8
14340
14341         * src/addressbook.c
14342                 correct function signature
14343         * src/socket.[ch]
14344         * src/imap.[ch]
14345         * src/prefs_account.[ch]
14346                 allow IMAP over SSH tunnel (patch submitted by 
14347                 Martin Pool <mbp@samba.org>)
14348
14349 2001-12-21 [alfons]     0.6.6claws7
14350
14351         * sync with sylpheed 0.6.6cvs4-9
14352                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
14353
14354 2001-12-21 [christoph]  0.6.6claws6
14355
14356         * src/compose.c
14357         * src/prefs_folder_item.[ch]
14358                 implement saving of outgoing messages to current folder.
14359                 fix segfault when no default outbox is available
14360                 (closes bug #495683)
14361
14362 2001-12-21 [carsten]    0.6.6claws5
14363         * src/folderview.c
14364         * src/summaryview.c
14365                 pressing CTRL while DND does now the expected thing and
14366                 copies the mail (moving is still the default, as this
14367                 seam more appropriate for handling mails by DND)
14368
14369 2001-12-18 [paul]       0.6.6claws4
14370
14371         * sync with sylpheed 0.6.6cvs3
14372                 see ChangeLog entries 2001-12-18
14373
14374 2001-12-18 [hiro]       0.6.6claws3
14375
14376         * src/undo.c
14377                 fix for multibyte characters (obtain the number of letters
14378                 instead of bytes).
14379
14380 2001-12-17 [paul]       0.6.6claws2
14381
14382         * sync with sylpheed 0.6.6cvs1
14383                 see ChangeLog entry 2001-12-16
14384
14385 2000-12-17 [alfons]     0.6.6claws1
14386
14387         * src/filtering.c
14388                 clean up
14389
14390 2001-12-16 [paul]       0.6.6claws
14391 2001-12-15
14392
14393         * Release version 0.6.6claws, cvs tag: rel_0_6_6
14394
14395         * src/mimeview.c
14396                 last minute sync with main 0.6.6
14397
14398         * po/es.po
14399                 updated by Ricardo Mones Lastra
14400                 update for last minute sync
14401         * po/fr.po
14402         * po/nl.po
14403                 update for last minute sync
14404         * po/de.po
14405                 updated by Jens Oberender
14406         * po/pt_BR.po
14407                 updated by Fabio Junior Beneditto
14408
14409         * src/prefs_common.[ch]
14410         * src/undo.c
14411                 number of undo levels is user configurable
14412                 (squeeze it into the release in the dying
14413                 moments) Submitted by Jens Oberender    
14414
14415 2001-12-15 [melvin]
14416
14417         * po/fr.po
14418                 updated french translation
14419
14420 2001-12-15 [paul]       0.6.5claws92
14421
14422         * sync with sylpheed 0.6.5cvs28
14423                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
14424
14425         * po/nl.po
14426                 update to allow for sync
14427
14428 2001-12-15 [alfons]
14429         
14430         * po/nl.po
14431                 update dutch translation
14432
14433 2001-12-14 [carsten]    0.6.5claws91
14434         * src/summaryview.c
14435                 fixed bug #473785; also after changing the column order
14436                 the same message will be selected and displayed as before
14437                 the reordering
14438
14439 2001-12-14 [carsten]    0.6.5claws90
14440         * src/folderview.c
14441                 probably found the bug reported by wwb opening or closing
14442                 a folder tree just before dnd (found the solution in the
14443                 balsa source -- thanks to them)
14444
14445 2001-12-14 [carsten]    0.6.5claws89
14446         * src/gtkutils.c
14447         * src/account.c
14448                 moved gtk_clist_moveto to the right place, so that
14449                 only the accounts dialog is effected on opening
14450
14451 2001-12-14 [carsten]    0.6.5claws88
14452         * src/gtkutils.c
14453                 gtkut_clist_set_focus_row does a gtk_clist_moveto
14454                 now, so that the focused row will be seen in any case
14455                 (reported by wwp on sf-claws-user)
14456
14457 2001-12-14 [darko]      0.6.5claws87
14458
14459         * src/compose.c
14460                 remove unnecessary line
14461
14462 2001-12-14 [paul]       0.6.5claws86
14463
14464         * sync with sylpheed 0.6.5cvs27
14465                 see ChangeLog entries 2001-12-14
14466
14467 2001-12-14 [carsten]    0.6.5claws85
14468         * src/mainwindow.c
14469                 following a suggestion of Melvin the rcoabm pops up
14470                 right under the button now and the button is reliefed
14471                 while the popup is open
14472
14473 2001-12-14 [darko]      0.6.5claws84
14474
14475         * src/compose.c
14476                 fix crash when wrapping long lines if linewrap quotation
14477                 is disabled and wrapper encounters a word spanning more
14478                 than one line
14479
14480 2001-12-13 [paul]       0.6.5claws83
14481
14482         * src/compose.c
14483                 prefer 'Reply-To' header over mailing list header when
14484                 replying to a message. Finally prevent all those confirmation 
14485                 messages being sent to the list itself.
14486
14487         * src/summaryview.c
14488                 remove unused summary_set_menu_sensitive() entry
14489
14490 2001-12-13 [paul]       0.6.5claws82
14491
14492         * src/folderview.c
14493         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
14494         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
14495         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
14496                 improvements to 'Hide read messages': Inbox, Outbox,
14497                 Trash, Queue, and Draft icons now reveal presence of hidden 
14498                 messages
14499
14500 2001-12-12 [alfons]     0.6.5claws81
14501
14502         0.6.5claws80 was tagged as LAST_STABLE
14503
14504         * src/filtering.[ch]
14505         * src/matcher.[ch]
14506         * src/matcher_parser_lex.c
14507                 fix the filtering; my last attempt to get it right, 
14508                 if it does not work, it's Hoa's turn. ;-)
14509
14510                 for my honourable peers:
14511                 
14512                 the code now makes a clear distinction between
14513                 rules as they are displayed (probably escaped),
14514                 and as they are executed (probably unescaped). the
14515                 parser does *NOT* do any unescaping, this is
14516                 the task of the matcher.c (which breaks up a
14517                 rule into condition) and the filtering.c (which
14518                 breaks up the rule's action). to make this
14519                 run happily we provide an unescaped copy of
14520                 crucial strings to the MatcherProp and 
14521                 FilteringAction structures. note that the only
14522                 exception to this is any REGEXP string. those
14523                 are directly passed to regcomp() and regexp()
14524                 (who have much more powerful unescape functions).
14525                 
14526                 for everyone else:
14527         
14528                 you can escape tab (\t), carriage return (\r),
14529                 linefeed (\n), form feed (\f), quote (\"), 
14530                 single quote (\'), bell (\b) in all the entry
14531                 lines in the scoring & filtering dialogs.
14532                 as an added bonus this should not affect
14533                 existing filtering rules.
14534
14535 2001-12-12 [carsten]    0.6.5claws80
14536
14537         * src/summaryview.c
14538         * po/de.po
14539                 "item(s) selected" is now sensitive to 1 or more
14540                 than one selected (nice for language where simple
14541                 adding of a "s" is not possible as German (Eintrag
14542                 ->Eintr"age)
14543                 
14544                 the "forward as attachment" entry from the right
14545                 click menu removed, "forward" acts following the
14546                 prefs
14547         
14548         * src/textview.c
14549                 reverted my former changes; so compiler warning again
14550                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
14551                 nevertheless
14552
14553         * src/messageview.c
14554                 "search in message" does now *not* only work in MVIEW_TEXT
14555                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
14556                 message
14557
14558         * src/mainwindow.c
14559                 removed "/File/_Close" as it was the same as "/File/E_xit"
14560                 and we don't need it two times
14561
14562                 the separate folder view and message view now get a distinct
14563                 WMCLASS, just in case someone is using sawfish ;-)
14564
14565                 as the menu entries "/View/Message view" and "/View/Folder tree"
14566                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
14567                 make them sensitive accordingly and as these two are "shown"
14568                 after startup anytime check this menuitem at startup
14569
14570 2001-12-12 [paul]       0.6.5claws79
14571
14572         * src/folderview.c
14573                 fix sensitivity of 'Search folder...', broken in
14574                 0.6.5claws75
14575
14576         * src/mainwindow.c
14577                 fix dodgy English
14578
14579 2001-12-11 [carsten]    0.6.5claws78
14580         * src/filtering.c
14581                 fixed two typos returning a wrong FALSE/TRUE
14582         * src/mainwindow.[ch]
14583                 extra menu for email/news button removed
14584
14585 2001-12-11 [alfons]     0.6.5claws77
14586         
14587         * src/matcher.c                 (1.3)
14588         * src/matcher_parser_lex.l      (1.28)
14589                 revert for another attempt
14590                 mark 0.6.5claws77 as LAST_STABLE
14591
14592 2001-12-11 [christoph]  0.6.5claws76
14593
14594         * po/de.po
14595                 fixed wrong translation for prev. unread msg
14596
14597 2001-12-11 [paul]       0.6.5claws75
14598
14599         * src/folder.[ch]
14600         * src/folderview.c
14601         * src/mainwindow.c
14602         * src/summaryview.[ch]
14603         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
14604                 enable ability to hide read messages on per folder basis via 
14605                 '/Summary/Hide read messages'; when selected, a folder will 
14606                 have a red open folder icon, instead of a blue icon, if the 
14607                 folder contains hidden messges
14608                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
14609
14610         * src/mainwindow.c
14611                 remove '/Message/Forward as attachment' from 
14612                 main_window_set_menu_sensitive() to prevent debug warning
14613
14614         * src/folderview.c
14615         * src/mainwindow.c
14616                 Clean up some of the English
14617
14618         * tools/newscache_clean.pl
14619                 allow for new 'hidereadmsgs' entry in folderlist.xml
14620
14621         * po/es.po
14622                 updated translation, submitted by Ricardo Mones Lastra
14623
14624 2001-12-11 [paul]       0.6.5claws74
14625
14626         * sync with sylpheed 0.6.5cvs25
14627                 see ChangeLog entry 2001-12-11
14628
14629 2001-12-10 [alfons]     0.6.5claws73
14630
14631         * src/matcher.c
14632                 add more control characters
14633         * src/matcher_parser_lex.l
14634                 make escaping / unescaping work again
14635
14636 2001-12-10 [alfons]     0.6.5claws72
14637
14638         * src/imap.c
14639                 clean up warnings "returning value for void function" 
14640         * src/prefs_filtering.c
14641                 make info button for execute action sensitive
14642
14643 2001-12-10 [paul]       0.6.5claws71
14644
14645         * src/compose.c
14646         * src/imap.[ch]
14647         * src/summaryview.c
14648                 fix: imap server now gets informed of MARKED, UNMARKED
14649                 and REPLY events. Now people can use different IMAP-Mail
14650                 clients and have the exact same information about MARKED,
14651                 UNMARKED and REPLY status with all of them. Especially
14652                 useful for imap servers with a web-frontend.
14653                 submitted by Tobias Sandhaas <medlor@web.de>
14654
14655 2001-12-09 [melvin]     0.6.5claws70
14656         
14657         * src/textview.[ch]
14658                 fixed bug #490076 (hunted down by Alfons who implemented
14659                 a workaround in 0.6.5claws65)
14660
14661 2001-12-09 [christoph]  0.6.5claws69
14662
14663         * src/summaryview.c
14664                 set pointer to string in LOCKED column to NULL
14665                 (might fix bug #490800)
14666
14667 2001-12-09 [carsten]    0.6.5claws68
14668
14669         * po/de.po
14670                 resolved some cluttered menu shortcuts 
14671                 ('creating new email' and 'creating news message'
14672                 hade the same)
14673         * src/compose.c
14674                 wmclass now distinc from main window
14675         * src/mainwindow.c
14676           src/mainwindow.h
14677                 email/news and forward button functionality similar
14678                 to the reply buttons; removed the ugly dropdown arrows
14679                 and use instead the right mouse button
14680
14681 2001-12-09 [paul]       0.6.5claws67
14682
14683         * src/imap.c
14684         * src/utils.h
14685                 allow spaces in imap folder names
14686                 submitted by Willem van Engen <wvengen@stack.nl>
14687
14688 2001-12-09 [paul]       0.6.5claws66
14689
14690         * sync with sylpheed 0.6.5cvs24
14691                 see ChangeLog entry 2001-12-09
14692
14693 2001-12-08 [alfons]     0.6.5claws65
14694
14695         * src/textview.c
14696                 prevent secondary selection claim after "add to sender" dialog
14697                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
14698                 we trick GTK by simulating a click at (0, 0) in the textview.
14699
14700 2001-12-08 [hoa]        0.6.5claws64
14701
14702         * src/folder.c
14703                 fixed a bug about the .processing folder name while filtering
14704
14705 2001-12-08 [alfons]     0.6.5claws63
14706
14707         * src/folderview.c 
14708                 work around problem of not correctly updating folder stats
14709                 when deleting messages. there's some folder scanning evil
14710                 going so the folderview_update_msg_num() does not work
14711                 correctly. need to investigate this.
14712
14713 2001-12-08 [paul]       0.6.5claws62
14714
14715         * sync with sylpheed 0.6.5cvs23
14716                 see ChangeLog entry 2001-12-08
14717
14718 2001-12-07 [christoph]  0.6.5claws61
14719
14720         * src/compose.c
14721                 fix another header translation problem
14722
14723 2001-12-07 [alfons]     0.6.5claws60
14724
14725         * src/mbox.c
14726                 make filtering also work on local spool mbox
14727
14728 2001-12-07 [carsten]    0.6.5claws59
14729         * src/addressbook.c
14730                 addressbook window gets a wmclass distinct from the main
14731                 sylpheed window
14732         * src/compose.h
14733         * src/mainwindow.[ch]
14734                   forward menu item will use mode selected in prefs, forward 
14735                 as attatchment in menu removed (will be substituted in the
14736                 toolbar similar to reply buttons)
14737                   create news message menu entry and news button is now 
14738                 sensitive to the existance of a news account
14739         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
14740         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
14741         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
14742                 these are removed because the toolbar buttons don't show
14743                 the quoting modus any longer
14744
14745 2001-12-07 [paul]
14746
14747         * tools/newscache_clean.pl      ** NEW FILE **
14748                 perl script to do some tidying up in the newscache directory 
14749                 
14750         * tools/sylpheed-switcher       ** NEW FILE **
14751                 perl script to enable easy switching between main and claws
14752                 
14753         * tools/README
14754                 added descriptions of the two new perl scripts          
14755
14756
14757 2001-12-07 [melvin]     0.6.5claws58
14758
14759         * src/messageview.c
14760                 fixed a warning during compilation introduced in 0.6.5claws56
14761
14762 2001-12-07 [paul]       0.6.5claws57
14763
14764         * src/mainwindow.[ch]
14765         * src/menu.[ch]
14766                 further usability enhancements to replying with or without 
14767                 quoting via the toolbar, use of Ctrl key is replaced by 
14768                 drop down menu 
14769                 Submitted by Carsten Schurig            
14770
14771 2001-12-07 [melvin]     0.6.5claws56
14772
14773         * src/messageview.c
14774                 hack to fix bug that prevented to make/paste selections
14775                 after switching between MVIEW_TEXT and MVIEW_MIME views
14776                 without deselecting the selection first.
14777
14778 2001-12-06 [alfons]     0.6.5claws55
14779
14780         * src/filtering.[ch]
14781         * src/inc.c
14782                 revise filtering a little bit more, and make sure
14783                 messages are delivered to the appropriate inbox
14784                 (perhaps set per account)
14785
14786 2001-12-06 [paul]       0.6.5claws54
14787
14788         * sync with sylpheed 0.6.5cvs22
14789                 see ChangeLog entry 2001-12-06
14790
14791 2001-12-05 [alfons]     0.6.5claws53
14792
14793         * src/inc.c
14794         * src/folder.[ch]
14795         * src/procmsg.c
14796         * src/filtering.c
14797                 more revisions of filtering system
14798                 (last stable version is marked as LAST_STABLE)
14799                 
14800                 | NOTE 1): the filtering system now uses a local folder called
14801                 | .processing. if filtering fails, check this directory
14802                 | for missing messages.
14803                 |
14804                 | NOTE 2): help us find the filtering actions still missing
14805
14806 2001-12-05 [paul]       0.6.5claws52
14807
14808         * src/mainwindow.c
14809                 fix bug where 'Empty Trash?' pop-up window appears even
14810                 when Trash is empty, submitted by Jesse Skinner         
14811
14812 2001-12-05 [melvin]     0.6.5claws51
14813
14814         * src/compose.c
14815                 fixed bug #486106 to select correct account when reediting 
14816                 a queued message
14817         
14818 2001-12-04 [alfons]     0.6.5claws50
14819
14820         * src/mh.c
14821                 declare markfile in appropriate functions when
14822                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
14823                 for spotting this)
14824
14825 2001-12-04 [paul]       0.6.5claws49
14826
14827         * sync with sylpheed 0.6.5cvs21
14828                 see ChangeLog entry 2001-12-04
14829
14830 2001-12-03 [christoph]  0.6.5claws48
14831
14832         * po/de.po
14833                 changed translation of undo
14834         * src/account.c
14835         * src/folder.c
14836                 don't reinvent the wheel to traverse a GNode
14837         * src/compose.[ch]
14838                 seperate code to create the compose gui into functions
14839                 add "Others" page with folder selection for saving copy
14840                 of the message.
14841                 the folder identifier is saved to queue header
14842         * src/procmsg.c
14843                 save message to folder in queue header
14844
14845 2001-12-03 [paul]       0.6.5claws47
14846
14847         * sync with sylpheed 0.6.5cvs20
14848                 see ChangeLog entry 2001-12-03
14849
14850 2001-12-01 [paul]
14851
14852         * more sync with sylpheed 0.6.5cvs19
14853                 see ChangeLog entry 2001-11-29
14854
14855 2001-11-30 [paul]       0.6.5claws46
14856         
14857         * src/compose.c
14858                 remove conflicts introduced by Hoa's last commit
14859          
14860         * src/mainwindow.c
14861                 make 'Message/Bounce' sensitive
14862
14863 2001-11-30 [hoa]        0.6.5claws45
14864
14865         * src/compose.c
14866                 slightly change bounce function to add
14867                 information about the user that bounced the mail
14868                 in the From header line.
14869
14870         * src/folderview.c
14871                 permit the use of processing in outbox folder.
14872
14873 2001-11-29 [paul]       0.6.5claws44
14874
14875         * src/mainwindow.[ch]
14876         * src/prefs_common.c
14877         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
14878         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
14879         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
14880                 usability enhancements to the quoting, implements
14881                 use of Ctrl key to toggle quoting settings
14882                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
14883
14884 2001-11-29 [paul]       0.6.5claws43
14885         
14886         * sync with sylpheed 0.6.5cvs19
14887                 see ChangeLog entry 2001-11-28
14888
14889 2001-11-29 [melvin]     0.6.5claws42
14890         * src/Makefile.am
14891                 added enriched.[ch] to the list of files
14892
14893         * src/textview.c
14894         * src/mimeview.c
14895         * src/procmime.[ch]
14896         * src/enriched.[ch]
14897                 added support to view text/enriched
14898                 added support to show headers in message view for text/enriched and text/html
14899                         in non multipart messages
14900
14901 2001-11-28 [paul]       0.6.5claws41
14902
14903         * more sync with sylpheed 0.6.5cvs18
14904                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
14905
14906 2001-11-27 [paul]       0.6.5claws40
14907         
14908         * po/pt_BR.po
14909                 updated translation, submitted by Fabio Junior Beneditto
14910                 
14911         * sync with sylpheed 0.6.5cvs18
14912                 see ChangeLog entries 2001-11-26 (src/textview.c) and
14913                 2001-11-27
14914
14915
14916 2001-11-26 [paul]
14917
14918         * po/es.po
14919                 updated translation, submitted by Ricardo Mones Lastra
14920
14921 2001-11-26 [alfons]
14922
14923         * src/matcher.c
14924                 add more translatable strings
14925
14926 2001-11-26 [christoph]  0.6.5claws39
14927
14928         * po/de.po      
14929                 fixed one more umlaut
14930         * src/compose.c
14931                 fix translated header when it should not be translated
14932
14933 2001-11-26 [paul]       0.6.5claws38
14934
14935         * src/mainwindow.c
14936                 remove '/Message/Add Sender to address book' from 
14937                 main_window_set_menu_sensitive(), prevent debug warning
14938                 add 'Message/Mark/Mark all read' to mainwin_entries[]
14939
14940 2001-11-26 [paul]       0.6.5claws37
14941
14942         * src/summaryview.c
14943                 fix 'recurring unread state' bug 
14944
14945         * tools/README 
14946         * tools/filter_conv.pl
14947                 read name of top level mailbox from folderlist.xml
14948                 and presume nothing about its name              
14949
14950 2001-11-26 [darko]      0.6.5claws36
14951
14952         * src/gtkstext.[ch]
14953                 removed functions that are now in gtkutils.c
14954                 use gtkut_text_is_uri_string() from gtkutils.c
14955         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
14956
14957 2001-11-26 [paul]       0.6.5claws35
14958
14959         * sync with sylpheed 0.6.5cvs16
14960                 see ChangeLog entries 2001-11-25 and 2001-11-26
14961
14962 2001-11-25 [alfons]     0.6.5claws34
14963
14964         EXPERIMENTAL!!! Please checkout the last stable version using: 
14965           
14966         % cvs update -r LAST_STABLE -dRAP
14967
14968         (Or help us testing this stuff.)
14969
14970         * src/filtering.c               (1.14)
14971         * src/filtering.h               (1.6)
14972         * src/inc.c                     (1.28)
14973         * src/matcher.c                 (1.20)
14974         * src/mbox.c                    (1.9)
14975         * src/procmsg.h                 (1.14)
14976         * src/summaryview.c             (1.59)
14977         * src/summaryview.h             (dunno)
14978                 revert/merge/sync to as it was before commit 
14979                 on Thu, 19 Jul 2001 10:15:51 -0700.
14980
14981 2001-11-25 [hoa]        0.6.5claws33
14982
14983         * src/main.c
14984                 processing mails at startup
14985
14986         * src/folderview.c
14987         * src/summaryview.[ch]
14988                 processing mails when entering folder
14989
14990         * src/prefs_filtering.c
14991                 fixed some UI bugs
14992
14993 2001-11-24 [alfons]     0.6.5claws32
14994
14995         * src/summaryview.[ch]
14996                 make summary sort headers work, and also make
14997                 sure the sort type is stored
14998
14999 2001-11-23 [alfons]     0.6.5claws31
15000
15001         * src/summaryview.[ch]
15002                 make lock work like mark
15003                 disallow deleting messages marked as locked
15004
15005 2001-11-23 [alfons]     0.6.5claws30
15006
15007         * src/gtkstext.c
15008         * src/compose.[ch]
15009         * src/Makefile.am
15010         * src/undo.[ch]
15011                 merge undo patch submitted by Jens
15012
15013 2001-11-23 [christoph]  0.6.5claws29
15014
15015         * src/.cvsignore
15016                 added ylwrap
15017         * src/compose.c
15018                 fixed gpg signing and encoding
15019         * src/folder.[ch]
15020         * src/main.c
15021                 added --status option to get new, unread and total
15022                 message count from a running sylpheed
15023         * src/prefs_common.c
15024                 temporary fix for reply_with_quote problem
15025                 (don't call functions for non existing widget)
15026         * src/procmsg.c
15027                 one more check for ignored threads but still not
15028                 always working correctly. probably a recursive
15029                 check for all parents is needed
15030
15031 2001-11-23 [darko]      0.6.5claws28
15032
15033         * src/compose.c
15034                 wrapping on send improvements
15035         * src/gtkutils.[ch]
15036                 fix for GtkSText after last sync with main branch
15037                 GTK_TEXT -> GTK_STEXT
15038
15039 2001-11-23 [paul]       0.6.5claws27
15040
15041         * sync with sylpheed 0.6.5cvs14
15042                 see ChangeLog entries 2001-11-22 and 2001-11-23
15043                 
15044         * po/de.po
15045                 fixed the scrambled umlauts 
15046                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
15047
15048 2001-11-21 [paul]       0.6.5claws26
15049
15050         * sync with sylpheed 0.6.5cvs12
15051                 see 2nd ChangeLog entry dated 2001-11-20
15052
15053 2001-11-20 [paul]       0.6.5claws25
15054
15055         * sync with sylpheed 0.6.5cvs11
15056                 see ChangeLog entry 2001-11-19 (src/utils.c)
15057
15058 2001-11-20 [hiro]
15059
15060         * src/compose.c
15061                 GTK_TEXT -> GTK_STEXT
15062                 fix for wrong comment
15063
15064 2001-11-20 [hiro]       0.6.5claws24
15065
15066         * src/compose.[ch]
15067                 more merges from main branch
15068                 removed fatal warnings (uninitialized variables etc.)
15069                 some coding style fix
15070         * src/gtkutils.h
15071                 fixed typo.
15072         * src/addressbook.c
15073           src/addrindex.c
15074                 V-Card -> vCard
15075
15076 2001-11-19 [hoa]        0.6.5claws23
15077
15078         * src/filtering.c
15079         * src/prefs_scoring.c
15080         * src/matcher.[ch]
15081         * src/scoring.c
15082                 cleaning code
15083
15084         * src/matcher_parser_parse.y
15085         * src/prefs_filtering.c
15086                 bouncing
15087
15088 2001-11-19 [alfons]     0.6.5claws22
15089
15090         more of my old things into claws
15091
15092         * src/Makefile.am
15093         * src/prefs_common.c
15094         * src/procmsg.h
15095         * src/summaryview.[ch]
15096         * src/prefs_summary_column.c
15097         * src/pixmaps/locked.xpm
15098                 add indicators for locking of message in summary view
15099                 (does not work yet, only visual indicator)
15100
15101 2001-11-19 [paul]       0.6.5claws21
15102
15103         * sync with sylpheed 0.6.5cvs10
15104                 see ChangeLog entry 2001-11-19
15105
15106 2001-11-18 [alfons]     0.6.5claws20
15107         
15108         * src/filtering.c
15109                 remove an inadvertent free I forgot in previous clean up 
15110
15111 2001-11-18 [alfons]     0.6.5claws19
15112
15113         * src/filtering.[ch]
15114                 clean up & plug leaks
15115
15116 2001-11-18 [paul]       0.6.5claws18
15117
15118         * sync with sylpheed 0.6.5cvs9
15119                 see ChangeLog entries 2001-11-17 and 2001-11-18
15120
15121 2001-11-16 [paul]       0.6.5claws17
15122
15123         * sync with sylpheed 0.6.5cvs8
15124                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
15125
15126 2001-11-16 [paul]       0.6.5claws16
15127
15128         * sync with sylpheed 0.6.5cvs7
15129                 see ChangeLog entries 2001-11-15 and 2001-11-16
15130
15131 2001-11-15 [hoa]        0.6.5claws15
15132
15133         * src/compose.c
15134                 fix bounce, mails we received couln't be bounced to ourself.
15135
15136         * src/defs.h
15137         * src/filtering.[ch]
15138         * src/matcher.[ch]
15139         * src/matcher_parser.h
15140         * src/matcher_parser_lex.l
15141         * src/matcher_parser_parse.y
15142         * src/inc.c
15143         * src/main.c
15144         * src/mbox.c
15145         * src/prefs_filtering.[ch]
15146         * src/mainwindow.c
15147         * src/prefs_matcher.c
15148         * src/prefs_scoring.c
15149         * src/scoring.[ch]
15150         * src/summaryview.c
15151                 new matcher/filter/score configuration file parser
15152                 one unique configuration file => ~/.sylpheed/matcherrc
15153                 import in currently automatic, then save are made
15154                 in this new file.
15155                 one filter per folder and one global filter
15156                 (filter of a folder will be used as folder processing)
15157
15158         * src/folder.c
15159                 fix a bug in folder_item_get_identifier
15160                 
15161         * src/messageview.c
15162                 receive receipt return are fixed.
15163
15164 2001-11-14 [alfons]     0.6.5claws14
15165
15166         * src/session.h
15167                 add things from main branch to make claws compile
15168
15169 2001-11-14 [paul]       0.6.5claws13
15170
15171         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
15172                 see ChangeLog entries 2001-11-08 to 2001-11-14
15173
15174 2001-11-14 [hoa] 0.6.5claws12
15175
15176         * src/compose.[ch]
15177         * src/mainwindow.c
15178         * src/summaryview.c
15179                 add "bounce mail" option
15180
15181 2001-11-13 [christoph]  0.6.5claws11
15182
15183         * src/compose.c
15184                 Cleanup a mess i add before commiting
15185
15186 2001-11-13 [hoa]        0.6.5claws10
15187
15188         * src/compose.c
15189                 some fixes when mail are sent or
15190                 for crossposts
15191
15192 2001-11-13 [christoph]  0.6.5claws9
15193
15194         * po/de.po
15195                 Changed two string with the same translation
15196         * src/compose.c
15197         * src/procmsg.[ch]
15198         * src/send.[ch]
15199                 New mailsending process:
15200                   - Always queue message before sending
15201                     (message will be saved if sylpheed crashed or
15202                      freezes while sending)
15203                   - Allow queuing of newspostings
15204                   - No copy in outbox before sending
15205                     (closes bug #469501)
15206                   - No more redundant code for send and send_later
15207         * src/summaryview.c
15208                 Applied wwp <subscript@free.fr>'s patch that fixes
15209                 marks for multiple forwarded messages (+compose.c)
15210
15211 2001-11-12 [alfons]
15212
15213         * README.claws
15214                 remove things that are now in main branch
15215         
15216         * po/nl.po
15217                 update Dutch translation
15218
15219 2001-11-12 [mhadasht]   0.6.5.claws8
15220
15221         * src/prefs_common.c
15222                 re-enabled account autoselection feature for forward
15223                 and reedit lost during the branch point for SYNC-B4-REL
15224         * src/gtkspell.c
15225                 gtkpspell_get_dict(): more readable code (even if function is
15226                 not used yet)
15227         * ChangeLog.claws
15228                 added version number info to 2001-11-12 [hiro] comment.
15229
15230 2001-11-12 [hiro]       0.6.5.claws7
15231
15232         * src/compose.c
15233                 compose_forward(): fixed a bug that forward quote mark
15234                 wasn't used.
15235                 removed unnecessary code.
15236         * src/template_select.[ch]: removed.
15237
15238 2001-11-11 [alfons]
15239
15240         * src/compose.c
15241                 :%s/GTK_TEXT/GTK_STEXT/g
15242         
15243         * src/compose.[ch]
15244         * src/undo.[ch]
15245         * src/Makefile.am
15246                 revert the undo stuff (this is 0.6.6claws stuff)
15247
15248 2001-11-11 [hoa]        0.6.5.claws6
15249
15250         * src/compose.[ch]
15251                 Insert signature at the end of the text.
15252                 Added undo patch but currently disabled
15253
15254         * src/procmsg.c
15255                 Threading by subject improved.
15256
15257         * added src/undo.[ch]
15258                 Undo module for compose dialog box.
15259
15260 2001-11-11 [alfons]     0.6.5.claws5
15261
15262         * src/procmsg.c
15263                 prevent threading by subject on nodes that have already been
15264                 threaded by in-reply-to (as in "circular references in a tree
15265                 result in a dead branch")
15266
15267 2001-11-09 [hoa]        0.6.5.claws4
15268         
15269         * src/folderview.c
15270                 allows creation of mbox folder item from any files.
15271
15272 2001-11-09 [alfons]     0.6.5.claws3
15273         
15274         * src/utils.c
15275         * src/procmsg.c
15276                 do what I mean and correct threading by subject so it really
15277                 ignores attracting lines without "Re: "
15278
15279 2001-11-07 [alfons]     0.6.5.claws2
15280
15281         * src/procmsg.c
15282         * src/utils.[ch]
15283                 only attract by subject if a subject line starts with a "Re: "
15284         * src/syldap.c
15285                 remove warning
15286
15287 2001-11-07 [paul]       0.6.5claws1
15288
15289         * sync with sylpheed 0.6.5. release
15290                 see ChangeLog entry 2001-11-07
15291
15292 2001-11-07 [paul]       0.6.4claws31
15293
15294         * sync with sylpheed 0.6.4cvs18
15295                 see ChangeLog entries 2001-10-30 to 2001-11-07
15296                 prefs_templates.[ch] renamed prefs_template.[ch]
15297
15298 2001-11-06 [alfons]
15299         
15300         * src/utils.h
15301                 add semicolon Hoa forgot ;-)
15302                 
15303
15304 2001-11-06 [hoa]        0.6.4claws30
15305         
15306         * src/procmsg.c
15307         * src/summaryview.c
15308         * src/utils.c
15309         * src/utils.h
15310                 threading by subject - empty subject are ignored
15311
15312 2001-11-06 [christoph]  0.6.4claws29
15313
15314         * src/socket.c
15315                 use SSL_peek for sock_gets
15316         * src/utils.c
15317                 removed unneeded pointer in extracting quoted
15318                 names implementation
15319
15320 2001-11-06 [melvin]     0.6.4claws28
15321
15322         * src/gtkspell.c
15323                 fixed bug #476792 Selection overtyping with spell checker
15324                 fixed bug which could cause a buffer overflow
15325                 fixed a memory leak
15326
15327 2001-11-06 [hoa]        0.6.4claws27
15328         
15329         * src/procmsg.c
15330         * src/summaryview.c
15331                 threading by subject
15332
15333 2001-11-05 [alfons]     0.6.4claws26
15334         
15335         * README.claws
15336                 Claws -> Sylpheed (vice versa)
15337
15338         * src/compose.c
15339                 :%s/gtk_text/gtk_stext/g
15340                 :%s/GTK_TEXT/GTK_STEXT/g
15341                 (thanks to Jonathan Ware for spotting this)
15342
15343 2001-11-04 [christoph]  0.6.4claws25
15344
15345         * src/summaryview.c
15346                 replace Xalloca + strdup with Xstrdup_a
15347         * src/utils.c
15348                 better implementation of extracting quoted names
15349                 from addresses (remove backlashes and ignore
15350                 quotes after them)
15351
15352 2001-11-04 [alfons]     0.6.4claws24
15353
15354         * src/utils.[ch]
15355                 edit to comply more with coding style
15356
15357         * src/textview.c
15358                 fix bug reported by Kim Schulz. introduced by the patch integrated
15359                 in 0.6.4claws15. the code did not check the return value of
15360                 the html parser.
15361
15362         * AUTHORS
15363                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
15364
15365 2001-11-04 [christoph]  0.6.4claws23
15366
15367         * src/main.c
15368         * src/prefs_common.[ch]
15369                 init some pointers that possibly caused a segfault
15370                 reported in the claws-users ML
15371
15372 2001-11-04 [hoa]        0.6.4claws22
15373
15374         * src/grouplistdialog.c
15375                 change the names of the nodes in the tree
15376
15377         * src/compose.c
15378                 enhanced mailto syntax as described in
15379                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
15380                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
15381
15382         * src/utils.c
15383                 encode and decode URI (useful when opening URL into
15384                 netscape).
15385
15386 2001-11-03 [hoa]        0.6.4claws21
15387
15388         * src/grouplistdialog.c
15389                 a new newsgroups list selection dialog box
15390                 with a CTree instead of a CList
15391
15392 2001-11-03 [hoa]        0.6.4claws20
15393
15394         * src/folderview.c
15395                 enable property and scoring options when right
15396                 click on "inbox"
15397
15398         * src/summaryview.c
15399                 fixed bug when nickname were displayed using
15400                 the address book.
15401
15402 2001-11-02 [darko]      0.6.4claws19
15403
15404         * src/compose.c
15405                 new wrap quotation and URL/long words wrapping implementation
15406         * src/compose.c src/gtkstext.[ch]
15407                 move gtkstext_strncmp() to gtkstext.c
15408
15409 2001-11-01 [christoph]  0.6.4claws18
15410
15411         * src/prefs_account.c
15412                 fixed mess in account settings dialog
15413         * src/prefs_folder_item.c
15414                 added label with folder path to dialog
15415
15416 2001-10-31 [match]      0.6.4claws17
15417
15418         * src/vcard.c
15419                 fix memory leak.
15420         * src/addrbook.c
15421                 fix generation of spurious address book file names.
15422                 remove redundant functions.
15423         * po/POTFILES.in
15424                 added missing file names.
15425
15426 2001-10-30 [paul]       0.6.4claws16
15427
15428         * sync with sylpheed 0.6.4cvs6
15429                 see ChangeLog entries 2001-10-26 to 2001-10-30
15430
15431         * tools/filter_conv.pl
15432                 read folderlist.xml to discover whether the top-level
15433                 folder is called 'Mailbox' or 'Mail' 
15434
15435 2001-10-29 [paul]       0.6.4claws15
15436
15437         * src/html.c, src/textview.c
15438                 activate links in html mail and fix clickable parts
15439                 Submitted by Matthieu Dazy <dazy@t-surf.com>
15440
15441 2001-10-29 [paul]
15442
15443         * po/de.po, po/es.po, po/pt_BR/po
15444                 updated translations, submitted by Jens Oberender,
15445                 Ricardo Mones Lastra, and Fabio Junior Beneditto
15446
15447 2001-10-29 [darko]      0.6.4claws14
15448
15449         * src/compose.c
15450                 fix wrapping for good
15451
15452 2001-10-29 [darko]
15453
15454         * src/compose.c
15455                 undo previous change as it broke the smart wrapping
15456
15457 2001-10-29 [darko]      0.6.4claws13
15458
15459         * src/compose.c
15460                 fix infinite loop when long URL is quoted
15461                 (closes bug #475122.
15462
15463 2001-10-28 [match]
15464
15465         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
15466                 import Mutt address book
15467         * src/ldif.[ch] src/importldif.h
15468                 modified import LDIF handle user attributes
15469
15470 2001-10-28 [christoph]  0.6.4claws12
15471
15472         * src/summaryview.c
15473                 fixed that filtering did not work if there
15474                 were no filter rules
15475                 (closes bug #472003 and better implementation
15476                  of patch #474644)
15477
15478 2001-10-27 [christoph]  0.6.4claws11
15479
15480         * src/compose.c
15481                 make the folder's default account to be used when
15482                 replying. (patch by wwp <subscript@free.fr>)
15483         * src/compose.c
15484                 code cleanup, nearly killed all of wwp's patch
15485                 for folder's default account in compose
15486         * src/folderview.c
15487                 error panel when a folder could not be created
15488                 (closes bug #471080 new folder name & already
15489                  existing file)
15490
15491 2001-10-26 [alfons]
15492
15493         * src/utils.h
15494                 change prototype of strstr2() that Christoph forgot about
15495
15496 2001-10-26 [christoph]  0.6.4claws10
15497
15498         * src/account.c
15499                 made search for accounts by email address not case
15500                 sensitive
15501         * src/folder.c
15502                 fixed memory leak in folder_item_get_identifier
15503         * src/gtkspell.c
15504         * src/utils.c
15505                 fixed wrong strstr2 (should work like strstr)
15506
15507 2001-10-26 [darko]      0.6.4claws9
15508
15509         * src/compose.c src/gtkstext.[ch]
15510         * src/gtkstext.c
15511                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
15512
15513 2001-10-26 [paul]       0.6.4claws8
15514
15515         * src/html.c
15516                 ignore css and javascript tags in html mail
15517                 case-insensitive, with or without double-quoted
15518                 strings
15519
15520 2001-10-26 [paul]       0.6.4claws7
15521
15522         * sync with sylpheed 0.6.4cvs1
15523                 see ChangeLog entry 2001-10-26
15524
15525         * src/prefs_account.c, src/prefs_common.c,
15526           src/prefs_summary_column.c
15527                 minor improvements to the English
15528
15529 2001-10-25 [alfons]     0.6.4claws6
15530
15531         * src/gtkstext.c
15532         
15533                 make GtkSText follow style of GtkText (closes bug 
15534                 #469211 "text selection while writing message")
15535                 
15536                 do sync with GTK 1.2.10
15537
15538 2001-10-25 [paul]       0.6.4claws5
15539
15540         * src/html.c
15541                 ignore css tags in html mail
15542
15543 2001-10-25 [darko]      0.6.4claws4
15544
15545         * src/compose.c
15546                 don't declare is_url_string as static function since
15547                 we need it in gtkstext.c
15548         * src/gtkstext.c
15549                 remove unused variable
15550                 don't wrap long URLs while composing a message
15551
15552 2001-10-24 [christoph]  0.6.4claws3
15553
15554         * src/socket.c
15555                 fix ssl deadlock, when peer closes connection
15556
15557 2001-10-24 [paul]       0.6.4claws2
15558
15559         * src/prefs_common.c
15560                 gettextize the gpg ascii-armored warning message
15561
15562         * src/compose.c
15563                 insert a DOS/MAC file into the composed message
15564                 (improvements)
15565
15566         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
15567
15568 2001-10-22 [paul]       0.6.4claws1
15569
15570         * sync with sylpheed 0.6.4 release
15571                 see ChangeLog entries 2001-10-21
15572
15573         * po/fr.po, po/pt_BR.po
15574                 updated by Melvin Hadasht and Fabio Junior Beneditto
15575
15576 2001-10-21 [paul]       0.6.3claws30
15577
15578         * src/compose.c
15579                 insert a DOS text file from the compose window
15580                 into the composed message text (removes CRs characters)
15581                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
15582
15583         * tools/filter_conv.pl, tools/README
15584                 automatically use ~/.sylpheed as working directory
15585                 print out confirmation message on completion
15586
15587         * correct Hoa's last ChangeLog.claws entry
15588
15589 2001-10-20 [hoa]        0.6.3claws29
15590
15591         * src/grouplistdialog.c
15592                 bugfix (another ?) to give the right
15593                 newsgroups list for each news server.
15594
15595         * src/news.c
15596         * src/news.h
15597                 improve the newsgroups list cache
15598
15599 2001-10-20 [paul]       0.6.3claws28
15600
15601         * sync with sylpheed 0.6.3cvs9
15602                 see ChangeLog entry 2001-10-19
15603
15604         * correct Alfons' last ChangeLog.claws entry
15605
15606 2001-10-19 [alfons]
15607
15608         * src/pgptext.[ch]
15609                 fix compilation problems (part of bug #472895)
15610
15611 2001-10-18 [hoa]        0.6.3claws27
15612
15613         * src/grouplistdialog.c
15614                 bugfix when we refresh was clicked (bug 472701)
15615
15616 2001-10-19 [christoph]  0.6.3claws26
15617
15618         * src/compose.c
15619                 last header entry should default to "To:" or
15620                 "Newsgroups:" and not copy the last entry line
15621                 in a new compose window
15622                 (closes bug #472686, #470792)
15623
15624 2001-10-19 [paul]       0.6.3claws25
15625
15626         * sync with Sylpheed 0.6.3cvs8
15627                 see ChangeLog entries 2001-10-18 and 2001-10-19
15628
15629 2001-10-18 [christoph]  0.6.3claws24
15630
15631         * src/procmsg.c
15632                 reimplement ignore thread
15633         
15634 2001-10-18 [hoa]        0.6.3claws23
15635
15636         * src/folderview.c
15637         * src/grouplistdialog.[ch]
15638                 enhanced news subscription interface (feature 469113)
15639
15640         * src/news.c
15641         * src/news.h
15642                 enchanced newsgroup listing,
15643                 now, we can get groups informations
15644                 (NNTPGroupInfo)
15645
15646 2001-10-18 [paul]       0.6.3claws22
15647
15648         * src/summaryview.c
15649                 remove comment (sync with main branch)
15650         * src/mainwindow.c
15651                 fix 'Re-edit' bug in 'Message' menu
15652
15653 2001-10-17 [christoph]  0.6.3claws21
15654
15655         * src/compose.c
15656                 ignore empty or whitespace only header lines
15657
15658 2001-10-17 [paul]       0.6.3claws20
15659
15660         * sync with sylpheed 0.6.3cvs7
15661                 see ChangeLog entries 2001-10-14, 2001-10-16, and
15662                 2001-10-17
15663
15664 2001-10-17 [darko]
15665
15666         * src/compose.c
15667                 wrap long lines without spaces
15668                 don't wrap URLs
15669
15670 2001-10-16 [paul]
15671
15672         * po/es.po, po/nl.po, po/pt_BR.po
15673                 updated by Ricardo Mones Lastra, Alfons,
15674                 and Fabio Junior Beneditto
15675
15676         * sylpheed-0.6.3claws released
15677
15678 2001-10-15 [melvin] 0.6.3claws18
15679
15680         * README.claws
15681                 added summary and detailed installation instructions
15682                 for spell checker
15683         * po/fr.po
15684                 Updated, corrected and completed french translation
15685
15686 2001-10-15 [hoa] 0.6.3claws17
15687         * src/grouplistdialog.c
15688                 we can choose the newsgroups to display with wildcards
15689
15690 2001-10-15 [christoph]  0.6.3claws16
15691
15692         * src/account.c
15693         * src/compose.c
15694         * src/prefs_folder_item.[ch]
15695                 applied wwp <subscript@free.fr>'s folder
15696                 default account patch
15697         * po/de.po
15698                 Fixed wrong translation
15699
15700 2001-10-13 [alfons, christoph, melvin]  
15701                         0.6.3claws15
15702
15703         solution #2 to solve MT-safety problems defers all GUI related calls
15704         to the main thread using a gtk_idle_add() callback. discussed on
15705         ircnet #sylpheed, with christoph spotting some issues with the
15706         original code, and melvin allowing us to lobotomize his sylpheed.
15707
15708         * src/syldap.[ch], src/main.c
15709                 fix race problem in ldap search thread by deferring GUI 
15710                 stuff to main thread using gtk_idle_add()
15711
15712 2001-10-13 [paul]       0.6.3claws14
15713
15714         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
15715                 add Sergey's smtpcred.patch
15716                 adds separate username/password setting for SMTP Auth
15717                 needed by some servers
15718                 (closes feature request #471659)
15719
15720 2001-10-13 [paul]       0.6.3claws13
15721
15722         * src/pgptext.[ch] **NEW FILES**
15723         * src/Makefile.am, src/messageview.c, src/mimeview.c
15724                 decrypt ascii-armored gpg text embedded in
15725                 the message body.
15726                 Submitted by Jens Jahnke <jan0sch@gmx.net>
15727
15728 2001-10-13 [christoph]  0.6.3claws12
15729
15730         * README.claws
15731                 some more details on default to and
15732                 feature requests
15733         * src/main.c
15734                 init glib threading when ldap is used
15735         * src/syldap.c
15736                 threading fixes
15737         * po/de.po
15738                 fixed a typo
15739
15740 2001-10-12 [paul]       0.6.3claws11
15741
15742         * src/prefs_common.[ch], src/rfc2015.c
15743                 enable ascii-armored gpg text to be embedded in the
15744                 message body, selectable through the 'Privacy'
15745                 preferences. Supports encrypting only.
15746                 Submitted by Ravemax <ravemax@dextrose.com>
15747
15748 2001-10-12 [paul]       0.6.3claws10
15749
15750         * sync with sylpheed 0.6.3cvs6
15751                 see ChangeLog entries 2001-10-11 and 2001-11-12
15752
15753         * src/folderview.c
15754                 incorporated mbox folders, scoring, and folder
15755                 properties into the sync
15756
15757 2001-10-12 [darko]      0.6.3claws9
15758
15759         * README.claws
15760                 describe quotation wrapping
15761         * src/compose.c
15762                 don't treat tab as space to calculate line length properly
15763
15764 2001-10-11 [alfons]
15765
15766         * README.claws
15767                 correct description of how to make new filtering system work,
15768                 add some other things
15769                 
15770         * src/syldap.c
15771                 remove sched_yield() (not necessary / unportable)
15772
15773 2001-10-11 [paul]       0.6.3claws8
15774
15775         * sync with sylpheed 0.6.3cvs3
15776                 see ChangeLog entry 2001-10-10
15777
15778 2001-10-10 [christoph]  0.6.3claws7
15779
15780         * .cvsignore
15781                 ignore 2 files created by newer autotools
15782         * src/prefs_folder_item.c
15783                 using table for widget alignment
15784                 fixed memory leak and broken octal display
15785         * src/filesel.c
15786                 fixed segfault caused by lost filename
15787                 workaround (closes bug #469551)
15788
15789 2001-10-10 [paul]       0.6.3claws6
15790
15791         * sync with sylpheed 0.6.3cvs2
15792                 see ChangeLog entries 2001-10-09 and 2001-10-10
15793
15794 2001-10-10 [darko]      0.6.3.claws5
15795
15796         * src/gtkstext.c
15797                 proper calculation of right margin if smart wrapping is enabled
15798         * src/compose.c
15799                 automatically wrap long lines if wrap quotation is enabled
15800
15801 2001-10-09 [alfons]     0.6.3.claws4
15802
15803         * src/summaryview.c
15804                 select correct row when deleting last row in the summary view (and
15805                 close bug "[ #469104 ] select second last in list when deleting")
15806
15807 2001-10-09 [paul]       0.6.3claws3
15808
15809         * sync with sylpheed 0.6.3cvs1
15810                 updated some autotool scripts
15811
15812 2001-10-09 [darko]      0.6.3claws2
15813
15814         * src/gtkstext.[ch]
15815                 new name and mark with Sylpheed comment
15816         * src/compose.c
15817                 smart quotation wrapping a-la VIM
15818
15819 2001-10-08 [paul]       0.6.3claws1
15820
15821         * sync with sylpheed 0.6.3 release
15822                 see ChangeLog entry 2001-10-08
15823
15824 2001-10-08 [paul]       0.6.2claws24
15825
15826         * src/summaryview.c
15827                 more sync with sylpheed 0.6.2cvs12
15828                 Fixed the bug that didn't select the last row correctly
15829
15830
15831 2001-10-07 [paul]       0.6.2claws23
15832
15833         * sync with sylpheed 0.6.2cvs12
15834                 see ChangeLog entry 2001-10-07
15835
15836 2001-10-06 [match]
15837         * src/jpilot.[ch]
15838                 enable jpilot to read unsynch'ed addresses.
15839
15840         * src/editldap_basedn.c
15841                 fix segfault when opening dialog.
15842
15843 2001-10-06 [alfons]     0.6.2.claws22
15844
15845         * src/summaryview.c
15846                 fix bug with summary view selecting last *inserted*
15847                 node instead of last *visible* node. remember we
15848                 work with a tree
15849
15850 2001-10-06 [paul]       0.6.2claws21
15851
15852         * po/pt_BR.po
15853                 updated translation, contains some fixes and new
15854                 translations, submitted by Gustavo Noronha Silva
15855                 <kov@debian.org>
15856
15857         * src/prefs_common.c
15858                 change 'each' to 'every' - fix dubious English
15859
15860         * sync with sylpheed 0.6.2cvs11
15861
15862 2001-10-05 [alfons]     0.6.2claws20
15863
15864         * src/mainwindow.[ch], src/folderview.c
15865                 make composite tool button switch between "Compose News"
15866                 and "Compose Mail" depending on selected folder
15867                 (nifty idea by Kim Schulz <kim@schulz.dk>)
15868
15869 2001-10-05 [paul]       0.6.2claws19
15870
15871         * src/mainwindow.c, src/summaryview.c
15872                 fix 'Message/Reply to all', broken in last commit
15873
15874         * src/compose.c
15875                 fix X_BEENTHERE seg fault, thanks to Alfons
15876
15877 2001-10-04 [paul]       0.6.2claws18
15878
15879         * src/compose.[ch], src/mainwindow.c
15880                 make "Message/Reply" reply to mailing lists; matches
15881                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
15882                 based on portions of the patch submitted by
15883                 Junichi Uekawa <dancer@netfort.gr.jp>
15884
15885 2001-10-04 [darko]      0.6.2claws17
15886
15887         * src/compose.c
15888                 better smart wrapping
15889         * src/gtkstext.[hc]
15890                 a function to make text buffer contiguous
15891
15892 2001-10-03 [paul]       0.6.2claws16
15893
15894         * sync with sylpheed 0.6.2cvs10
15895
15896 2001-10-02 [alfons]
15897
15898         * configure.in
15899         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
15900                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
15901                 references to chinese translations (hope someone picks up
15902                 this)
15903
15904 2001-10-02 [christoph]  0.6.2claws15
15905
15906         * src/compose.c
15907                 fixed non translated header bug
15908         * ChangeLog.claws
15909                 fixed wrong date in alfons last entry ;)
15910
15911 2001-10-02 [alfons]     0.6.2claws14
15912
15913         * src/compose.c, src/prefs_common.[ch]
15914                 add block cursor option
15915
15916 2001-10-02 [paul]       0.6.2claws13
15917
15918         * sync with sylpheed 0.6.2cvs9
15919
15920 2001-09-30 [paul]       0.6.2claws12
15921
15922         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
15923                 updated translations
15924
15925         * po/POTFILES.in
15926                 add 'src/importldif.c'
15927
15928         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
15929                 added eudora-to-vCard conversion tool
15930                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
15931
15932         * sync with sylpheed 0.6.2cvs8
15933
15934 2001-09-30 [paul]
15935
15936         * sylpheed-0.6.2claws released
15937
15938 2001-09-27 [melvin]     0.6.2claws11
15939
15940         * src/gtkspell.c
15941                 fixed crash when using default path (introduced 
15942                 in 0.6.2claws10)
15943                 fixed tiny bug for initial suggestion mode
15944
15945 2001-09-27 [melvin]     0.6.2claws10
15946         
15947         * src/gtkspell.c
15948                 fixed bug where gtkpspell didn't set the path correctly
15949
15950         * README.claws
15951                 added a paragraph about spell checking
15952                 
15953
15954
15955 2001-09-27 [paul]       0.6.2claws9
15956
15957         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
15958                 replace '// comments' with '/* comments */' to prevent
15959                 some compiler warnings 
15960
15961         * sync with sylpheed 0.6.2cvs6
15962
15963 2001-09-26 [alfons]     0.6.2claws8
15964
15965         * src/messageview.c
15966                 introduce return receipt request notification again,
15967                 which was lost because of other semantics in 
15968                 procheader_parse() (???)
15969
15970 2001-09-26 [christoph]  0.6.2claws7
15971
15972         * src/compose.c
15973                 replace comments for old code with #if 0
15974                 readded auto cc, bcc and reply-to
15975         * src/prefs_matcher.c
15976         * src/prefs_scoring.c
15977                 removed some definition (was moved to
15978                 prefs.h)
15979
15980 2001-09-26 [paul]       0.6.2claws6
15981
15982         * src/mainwindow.c
15983                 make 'Follow-up and reply to' sensitive
15984
15985         * more sync with sylpheed 0.6.2cvs5
15986
15987 2001-09-25 [melvin]
15988
15989         * 0.6.2claws5
15990
15991         * src/gtkspell.c
15992                 fixed bug for "US-ASCII" introduced by the encoding code
15993
15994 2001-09-25 [paul]
15995
15996         * 0.6.2claws4
15997
15998         * src/prefs_common.[ch], src/summaryview.c
15999                 'next unread msg' 'go to next folder?' dialog can be
16000                 given default behaviour, either always show dialog,
16001                 or assume 'yes', or assume 'no'
16002                 Submitted by wwp <subscript@free.fr>
16003
16004 2001-09-25 [melvin]
16005                 
16006         * src/compose.c src/gtkspell.[ch]
16007                 added support for different encodings
16008
16009 2001-09-25 [paul]
16010
16011         * more sync with sylpheed 0.6.2cvs5
16012
16013 2001-09-24 [alfons]
16014         
16015         * src/prefs_folder_item.c
16016                 add check for item->prefs->default_to string is NULL and
16017                 add another check when freeing this string
16018
16019 2001-09-24 [paul]
16020
16021         * configure.in
16022                 change to version 0.6.2claws3
16023
16024         * sync with sylpheed 0.6.2cvs5 
16025
16026 2001-09-24 [match]
16027         * src/ldif.[ch], src/importldif.[ch], addressbook.c
16028                 import LDIF files.
16029         * src/addrcache.[ch], addrindex.[ch]
16030                 small update for future
16031         * src/addrbook.c
16032                 fix test XML file.
16033
16034 2001-09-24 [melvin]
16035         * src/gtkspell.[ch]
16036                 added 'Learn from mistakes' option
16037                 better handling of quotes in checked words
16038                 sorted dict list
16039         * po/fr.po
16040                 small update for spell checking stuff
16041
16042 2001-09-23 [alfons]
16043         
16044         * src/gtkspell.c
16045                 edit a little bit so it complies more with main coding style
16046
16047 2001-09-23 [alfons]
16048
16049         * src/folder.[ch], prefs_folder_item.c, compose.c
16050                 migrate "request return receipt" folder property
16051                 to folderlist.xml
16052
16053 2001-09-22 [alfons]
16054
16055         * README.claws **NEW**
16056                 (add things of interest for users of main branch 
16057                 and claws here)
16058
16059         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
16060                 re-implement threading per folder option, but store 
16061                 the setting in folderlist.xml (where it belongs)
16062
16063 2001-09-21 [melvin]
16064
16065         * src/gtkspell.[ch]
16066                 fixed bug when compose window is under another window
16067         * src/prefs_common.[ch] src/compose.c
16068                 changed 'dictionary_path' to 'dictionary' to be consistent
16069                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
16070         * ac/pspell.m4 src/Makefile.am 
16071                 dropped PSPELL_PATH macro
16072         * po/fr.po
16073                 updated translations
16074
16075 2001-09-21 [christoph]
16076
16077         * src/compose.c
16078                 added border around header fields
16079                 keep header type when new field is added
16080
16081 2001-09-20 [christoph]
16082
16083         * src/utils.[ch]
16084                 more portable debug_print with source filename
16085                 and linenumber
16086         * src/procmsg.c
16087                 more newlines after debug messages
16088
16089 2001-09-20 [paul]
16090
16091         * configure.in
16092                 change to version 0.6.2claws2
16093
16094         * sync with sylpheed 0.6.2cvs3
16095
16096 2001-09-19 [melvin]
16097
16098         * src/gtkspell.c
16099                 fixed the post-right-click focus pb
16100                 fixed crash when 'Spell check all' after dict change 
16101                         and when cursor is at the end of the text
16102                 shift-right-click pops up config menu even on misspelled words.
16103         * po/POTFILES.in
16104                 added gtkspell.c
16105
16106 2001-09-19 [melvin]
16107
16108         * src/about.c
16109                 added pspell to compiled-in features list
16110
16111 2001-09-18 [melvin]
16112
16113         * switched to pspell and dropped ispell
16114         * ac/pspell.m4
16115                 new file. autoconf macro for pspell
16116         * ac/Makefile.am 
16117         * configure.in acconfig.h
16118                 added pspell support
16119         * src/Makefile.am
16120         * src/main.c src/compose.[ch] src/gtkspell.[ch]
16121         * src/prefs_common.[ch] 
16122                 added pspell support
16123
16124 2001-09-18 [christoph]
16125
16126         * src/addr_compl.c
16127         * src/template.[ch]
16128                 replace LOG_MESSAGE with debug_print
16129         * src/compose.[ch]
16130                 gui improvements
16131         * src/menu.c
16132                 added newline after debug message
16133         * src/utils.h
16134                 using __VA_ARGS__ for debug_print macro
16135         * tools/.cvsignore
16136                 ignore Makefile and Makefile.in
16137
16138 2001-09-18 [paul]
16139
16140         * configure.in
16141                 change to version 0.6.2claws1
16142         * sync with sylpheed 0.6.2cvs1
16143
16144         * src/matcher.c 
16145         * src/prefs_matcher.c
16146                 add 'score equal to' option, submitted by
16147                 Paul Evans <nerd@freeuk.com>
16148
16149 2001-09-15 [christoph]
16150
16151         * src/mainwindow.c
16152                 comment out menu entry not existing in claws
16153         * src/menu.c
16154                 add debug output for non existing menu entries
16155         * src/summaryview.c
16156                 fix next/prev unread message for ignored threads
16157         * src/utils.[ch]
16158                 add sourcefile and line number to debug output
16159                 otherwise it is sometimes hard to find the
16160                 source code part if debug messages are translated
16161
16162 2001-09-14 [darko]
16163         
16164         * src/folderview.c
16165                 refresh target folder style after colour is changed
16166
16167 2001-09-13 [paul]
16168
16169         * configure.in
16170                 change to version 0.6.1claws3
16171
16172         * sync with sylpheed 0.6.1cvs6
16173
16174 2001-09-13 [darko]
16175         
16176         * src/folderview.c
16177                 fix target folder colourization to use user selected colour
16178
16179 2001-09-12 [darko]
16180         
16181         * src/summaryview.c
16182                 fix crash when message that is marked for copy/move is unmarked
16183
16184 2001-09-09 [paul]
16185
16186         * configure.in
16187                 change to version 0.6.1claws2
16188
16189         * sync with sylpheed 0.6.1cvs3
16190
16191 2001-09-09 [alfons]
16192         
16193         * src/folderview.c
16194                 fix bug with default font used for trash folder text
16195
16196 2001-09-06 [paul]
16197
16198         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16199                 updated translations
16200
16201         * configure.in
16202                 change to version 0.6.1claws1
16203
16204         * sync with sylpheed 0.6.1cvs2
16205
16206 2001-09-03 [paul]
16207
16208         * po/POTFILES.in
16209                 add Match's new addressbook
16210
16211         * po/de.po
16212                 updated translation submitted by Jens Oberender
16213
16214 2001-09-02 [paul]
16215
16216         * configure.in
16217                 change to 0.6.1claws
16218         * sync with sylpheed 0.6.1 release
16219
16220 2001-09-02 [paul]
16221
16222         * configure.in
16223                 change to 0.6.0claws2
16224
16225         * sync with sylpheed 0.6.0cvs4
16226
16227         * po/pt_BR.po
16228                 updated translation submitted by Fabio Junior Beneditto
16229
16230 2001-09-01 [match]
16231         * pixmaps/
16232                 interface.xpm
16233                 book.xpm
16234                 address.xpm
16235         * src/
16236                 Makefile.am
16237                 a ton of new files
16238
16239 2001-08-31 [paul]
16240
16241         * configure.in
16242                 change to version 0.6.0claws1
16243
16244         * sync with sylpheed 0.6.0cvs1
16245
16246         * po/es.po
16247                 updated translation submitted by Ricardo Mones Lastra
16248
16249         * po/POTFILES.in
16250                 add 'src/prefs_templates.c'
16251
16252         * src/compose.c, src/summaryview.c
16253                 fix segfault on 'Re_edit'               
16254
16255 2001-08-30 [alfons]
16256
16257         * configure.in, Makefile.am
16258         * tools/Makefile.am
16259                 add tools directory to source distribution
16260
16261 2001-08-30 [paul]
16262
16263         * configure.in
16264                 change to version 0.6.0claws
16265
16266         * sync with sylpheed 0.6.0 release
16267
16268 2001-08-30 [christoph]
16269
16270         * configure.in
16271                 removed autoconf version check
16272
16273 2001-08-30 [paul]
16274
16275         * src/account.c, src/compose.c, src/prefs_common.[ch]
16276         * src/procheader.[ch] src/utils.[ch]
16277                 Enhanced automatic account selection on replies
16278                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
16279
16280         * configure.in
16281                 add LDAP and JPilot to the configuration results output.
16282
16283 2001-08-29 [christoph]
16284
16285         * src/summeryview.c
16286                 no bold font for ignored threads
16287
16288 2001-08-29 [paul]
16289
16290         * configure.in
16291                 change to version 0.5.3claws6
16292
16293         * sync with sylpheed 0.5.3cvs10
16294                 src/stringtable.[ch]: New Files
16295
16296         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
16297         * src/pixmaps/sylpheed.xpm
16298                 add mini-icons to windows (by Alfons)
16299
16300 2001-08-27 [paul]
16301
16302         * src/mainwindow.c
16303                 new functions: next_labeled_cb(), prev_labeled_cb()
16304
16305         * src/summaryview.c
16306                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
16307                 summary_select_next_labeled(), summary_select_prev_labeled()
16308
16309         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
16310                 give claws blue folders and a blue trash can
16311
16312 2001-08-27 [paul]
16313
16314         * configure.in
16315                 change to version 0.5.3claws5
16316
16317         * sync with sylpheed 0.5.3cvs9
16318                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
16319
16320 2001-08-24 [christoph]
16321
16322         * src/filesel.c
16323                 keep filename when browsing directories
16324                 (not working for user entered filename, but
16325                  for default name and selected filename from
16326                  file list)
16327         * src/mainwindow.c
16328                 fixed wrong spelling "Folllow-up"
16329         * src/mbox_folder.c
16330         * src/procmsg.c
16331         * src/summaryview.c
16332                 fixed new/unread message count with ignored
16333                 threads (2 commits, first didn't notice no
16334                 longer needed decreasing)
16335         * src/inc.c
16336                 readded scrolling of progress dialog
16337                 (lost in sync)
16338
16339 2001-08-24 [paul]
16340
16341         * configure.in
16342                 change to 0.5.3claws4
16343
16344         * sync with sylpheed 0.5.3cvs7
16345
16346 2001-08-24 [christoph]
16347
16348         * src/compose.c
16349                 set request return receipt when replying
16350                 if it is set is the folder prefs of the
16351                 message
16352         * src/inc.c
16353                 disable final error popup if popups are
16354                 disabled in config (again)
16355
16356 2001-08-23 [paul]
16357
16358         * configure.in
16359                 Change version number to 0.5.3claws3
16360
16361         * sync with sylpheed 0.5.3cvs5
16362
16363         * src/mimeview.c
16364                 double quote '%s' in 'gedit %s' to fix bug when
16365                 opening attachment with spaces in the name
16366
16367 2001-08-22 [alte]
16368         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
16369           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
16370                 initial message templates support
16371
16372
16373 2001-08-22 [paul]
16374
16375         * configure.in
16376                 change version number to 0.5.3claws2
16377
16378         * sync with sylpheed 0.5.3cvs4
16379
16380         * src/procmsg.h src/summaryview.c
16381                 re-implement (un)ignore thread
16382
16383 2001-08-21 [paul]
16384
16385         * src/summaryview.c
16386                 remove unnecessary code
16387         * src/compose.c
16388                 enable 'dynamic' signatures (submitted by
16389                 Eric Limpens <eric@hscg-internet.nl>)
16390
16391 2001-08-21 [paul]
16392
16393         clean up after sync with sylpheed 0.5.3 release
16394
16395         * src/folderview.c
16396                 fix re-introduced font mess, see Christoph's
16397                 entry 2001-06-24
16398
16399         * src/summaryview.c
16400                 remove prev_msgnum
16401                 use sylpheed's small font instead of
16402                 gtk default font for summary view
16403
16404
16405 2001-08-17 [paul]
16406
16407         * configure.in
16408                 add pl to ALL_LINGUAS - sync with main branch
16409
16410         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
16411                 Updated. Translations by Jens Oberender, Ricardo Mones
16412                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
16413
16414         * po/pl.po  ** NEW FILE **
16415                 sync with the main branch
16416
16417         * src/folderview.c
16418                 fix target folder colorizing and refresh problem
16419
16420
16421 2001-08-17 [christoph]
16422
16423         * src/mainwindow.c
16424                 claws uses 4 colors for target folder coloring.
16425                 arrays were not long enough and destroyed the
16426                 stack causing a segfault.
16427                 target folder colorizing does not work anymore
16428                 for me
16429
16430 2001-08-16 [paul]
16431
16432         * configure.in
16433                 change to version 0.5.3claws1
16434
16435         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
16436           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
16437           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
16438
16439                 sync with sylpheed 0.5.3 release, but keep claws method of
16440                 configuring/saving fonts
16441
16442         * src/addressbook.[ch]
16443                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
16444                 in line with a similar change in Hiroyuki's branch
16445
16446         * src/mainwindow.[ch]
16447                 disable main_window_set_thread_option()
16448         * src/prefs_folder_item.c
16449                 comment out &tmps_prefs.enable_thread,
16450         * src/mbox_folder.c, src/procmsg.[ch]
16451                 comment out MSG_IS_IGNORE_THREAD
16452         * src/summaryview.c
16453                 comment out summary_ignore_thread() and summary_unignore_thread()
16454                 comment out MSG_IS_IGNORE_THREAD
16455
16456                 use Hiroyuki's threading instead.
16457
16458
16459
16460 2001-08-15 [paul]
16461
16462         * src/account.c
16463                 use Hiroyuki's 0.5.3 column scheme but also
16464                 include the enable/disable button.
16465         * src/pixmaps/mark.xpm
16466                 add Hiroyuki's amended pixmap
16467
16468 2001-08-13 [christoph]
16469
16470         * src/account.c
16471                 receive at get all column showed wrong state for APOP
16472                 button should only work for POP3 and APOP accounts
16473         * src/prefs_account.c
16474                 added missing preprocessor statement for SSL
16475
16476 2001-08-12 [paul]
16477
16478         * src/account.[ch]
16479                 add 'receive at get all' column and enable/disable
16480                 button.
16481
16482 2001-08-06 [christoph]
16483
16484         * src/account.c
16485                 show usage of SSL in protocol column
16486
16487         * src/imap.c
16488         * src/inc.c
16489                 renamed ssl options
16490
16491         * src/prefs_account.[ch]
16492                 moved ssl options to a new page
16493
16494         * src/send.c
16495         * src/smtp.c
16496         * src/ssl.[ch]
16497                 renamed ssl options
16498                 added support for SMTP STARTTLS command
16499
16500 2001-08-05 [christoph]
16501
16502         * configure.in
16503                 debian autoconf needs version check to find
16504                 correct autoconf version. if the file is
16505                 named configure.in 2.13 is used, which does
16506                 not work with this configure.in script.
16507                 other solution would be to rename the script
16508                 to configure.ac as suggested in the autoconf
16509                 manual.
16510
16511         * src/inc.c
16512                 disable final error popup if popups are
16513                 diabled in config
16514
16515         * src/socket.c
16516                 bugfix in ssl_gets
16517                 fixes IMAP over SSL problem
16518
16519 2001-08-03 [paul]
16520
16521         * configure.in
16522                 change to 0.5.2claws1
16523
16524         * sync with sylpheed 0.5.2cvs1
16525
16526 2001-08-02 [alfons]
16527
16528         * configure.in
16529                 quick fix for ispell detection...
16530
16531 2001-08-01 [paul]
16532
16533         * configure.in
16534                 change to 0.5.1claws4
16535
16536         * sync with sylpheed 0.5.1cvs7
16537
16538 2001-07-31 [alfons]
16539
16540         * src/prefs_common.c, src/prefs_common.h, 
16541           src/gtkspell.c, src/gtkspell.h
16542                 add global spelling checker settings (compose tab) +
16543                 selection of dictionary 
16544           
16545         * configure.in  
16546                 guess valid ispell location
16547
16548 2001-07-31 [paul]
16549
16550         * po/POTFILES.in
16551                 removal of 'src/quote_fmt_parse.c'
16552         * po/de.po
16553                 Updated de.po
16554                 (submitted by Jens Oberender <didge@suse.de>)
16555
16556 2001-07-31 [darko]
16557
16558         * src/folder.[ch]
16559         * src/folderview.[ch]
16560         * src/mainwindow.c
16561         * src/mh.c
16562         * src/prefs_common.[ch]
16563         * src/summaryview.c
16564                 target folder colourization
16565
16566 2001-07-30 [paul]
16567
16568         more sync with Sylpheed 0.5.1cvs6 
16569
16570 2001-07-30 [darko]
16571
16572         * src/mh.c
16573         * src/prefs_folder_item.[hc]
16574         * src/summaryview.c
16575                 shared folders support with a GUI
16576
16577 2001-07-29 [paul]
16578
16579         0.5.1claws3
16580
16581         * sync with Sylpheed 0.5.1cvs6
16582
16583 2001-07-29 [paul]
16584
16585         * po/pt_BR.po
16586                 updated
16587                 (submitted by Fabio Junior Beneditto)
16588
16589 2001-07-28 [paul]
16590
16591         * src/procmime.c
16592         * AUTHORS
16593                 patch to correct bad image mime headers
16594                 (submitted by Don Quijote <dq@searchlores.org>)
16595
16596 2001-07-28 [paul]
16597
16598         * tools/gif2xface.pl   **NEW FILE**
16599         * tools/README
16600                 script to convert file.gif to file.xface for
16601                 use in a custom header.
16602                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
16603
16604 2001-07-27 [alfons]
16605         
16606         * configure.in
16607                 change macros for detecting JPilot and LDAP
16608
16609 2001-07-27 [christoph]
16610
16611         * src/filtering.c
16612                 code cleanup (MIN / MAX warning, needed casting)
16613
16614 2001-07-27 [alfons]
16615
16616         * procheader.c
16617                 disallow setting flags when detecting certain headers
16618                 (X-Status, Status, Seen, X-Seen). 
16619         
16620         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
16621
16622 2001-07-27 [christoph]
16623
16624         * src/prefs_filter.c
16625         * src/prefs_filtering.c
16626         * src/prefs_matcher.c
16627         * src/prefs_scoring.c
16628                 scroll list when moving rows up or down
16629
16630         * src/imap.c
16631         * src/imap.h
16632         * src/prefs_account.c
16633         * src/prefs_account.h
16634         * src/send.c
16635                 SMTP over SSL (untested, feedback requested)
16636                 IMAP over SSL
16637
16638         * src/ssl.c
16639                 code cleanup
16640
16641 2001-07-26 [alfons]
16642         
16643         * configure.in, acconfig.h
16644                 define CLAWS (need this for main / claws detection)
16645
16646 2001-07-25 [alfons]
16647
16648         * configure.in
16649                 Sylpheed 0.5.1claws2
16650                 
16651         * sync with Sylpheed 0.5.1cvs4
16652
16653 2001-07-25 [christoph]
16654
16655         * src/scoring.c
16656                 fixed segfault
16657                 item->prefs == NULL (don't know why)
16658
16659 2001-07-25 [alfons]
16660
16661         * configure.in
16662                 Sylpheed 0.5.1claws1
16663
16664         * sync with Sylpheed 0.5.1cvs1-3
16665
16666 2001-07-24 [christoph]
16667
16668         * src/folderview.c
16669         * src/prefs_folder_item.[ch]
16670                 added folderitem preferences dialog with
16671                 default To: and auto request return receipt
16672
16673         * src/compose.[ch]
16674         * src/menu.[ch]
16675                 changes to handle new folderitem preferences
16676
16677         * src/mainwindow.c
16678         * src/summaryview.c
16679                 call compose new mail with current folderitem
16680
16681 2001-07-24 [alfons]
16682
16683         Release Sylpheed 0.5.1claws
16684
16685         * configure.in
16686                 change to release version 0.5.1claws
16687
16688 2001-07-24 [christoph]
16689
16690         * src/summaryview.c
16691                 fixed segfault that happend when the selected
16692                 message was removed while retrieving new messages.
16693
16694         * po/es.po
16695                 updated translation
16696                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
16697
16698 2001-07-22 [alfons]
16699
16700         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
16701         this is a work in progress, for more information: http://nlpagan.net/sylman 
16702         
16703         * configure.in, src/mainwindow.c, manual/Makefile.am
16704                 add support for English manual
16705
16706         * AUTHORS
16707                 add authors of user manuals
16708
16709         * manual/en/sylpheed*.html
16710                 add English documentation
16711
16712 2001-07-22 [christoph]
16713
16714         * po/POTFILES.in
16715                 added src/ssl.c
16716         * src/ssl.c
16717                 changed a wrong debug message
16718
16719 2001-07-22 [alfons]
16720
16721         * po/nl.po
16722                 update Dutch translation
16723
16724         * src/prefs_filtering.c, 
16725           src/prefs_matcher.c
16726                 add more translatable strings           
16727
16728 2001-07-21 [alfons]
16729
16730         0.5.0claws7
16731
16732         * configure.in
16733                 change version
16734
16735         * src/inc.c, src/summaryview.[ch]
16736                 prevent update of mark file when filtering has done, by
16737                 using a variable; this affects two functions:
16738                         inc.c::inc_finished()
16739                         summaryview.c::summary_show()
16740
16741 2001-07-20 [alfons]
16742
16743         * src/filtering.[ch], src/prefs_filtering.c, 
16744           src/matcher.[ch]
16745                 add filtering action for label coloring 
16746
16747         * po/POTFILES.in
16748                 add labelcolors.c
16749
16750         * added src/labelcolors.c
16751         * added src/labelcolors.h
16752         * src/Makefile.am, src/summaryview.c
16753                 rearrange label coloring code
16754
16755         * src/procmsg.h
16756                 add more parentheses so label colouring works correctly
16757
16758         * src/filtering.c
16759                 don't really delete message, but move it to Trash
16760
16761         * src/prefs_matcher.c
16762                 add quote options to info dialog
16763
16764 2001-07-20 [christoph]
16765
16766         * src/Makefile.am
16767         * src/inc.c
16768         * src/main.[ch]
16769         * src/socket.h
16770         * src/ssl.[ch] (new)
16771                 moved ssl stuff to a seperate file
16772
16773 2001-07-20 [darko]
16774
16775         * src/summaryview.c
16776                 fix show sender using address book with no e-mail
16777                 address in From: field
16778
16779 2001-07-19 [alfons]
16780
16781         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
16782                 fix messy handling of escaping... now at least the
16783                 execute command is useful. escape char is '\', we
16784                 accept \n and \r too. 
16785
16786                 Real life example:
16787                 
16788                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
16789                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
16790
16791 2001-07-18 [alfons]
16792
16793         0.5.0claws6
16794
16795         * src/summaryview.c
16796                 clean up
16797
16798         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
16799           src/procmsg.[ch]
16800                 revise filtering; currently move, copy, marking have
16801                 been tested. if you like bleeding edge stuff, you
16802                 should definitely go for this version :)
16803
16804         * mark old working stuff as VERSION_0_5_0_CLAWS5        
16805
16806 2001-07-17 [christoph]
16807
16808         * src/utils.c
16809                 timestamp log
16810
16811 2001-07-17 [alfons]
16812
16813         0.5.0claws5
16814
16815         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
16816           bits in the mark file, without affecting either branch. Lots of
16817           files changed, also in claws branch.
16818
16819           UNTESTED: use of mbox folders
16820
16821         * src/summaryview.c
16822                 added mark all read; however this was a quick hack used for
16823                 cleaning up mess after initial merge with Hiroyuki
16824
16825         * configure.in
16826                 change claws version number back to 0.5.0claws5 to clear up 
16827                 confusion & pretension (recent release was technically 
16828                 0.5.0claws4, so we neatly align with Hiroyuki :-)
16829
16830 2001-07-16 [alfons]
16831
16832         sync with Hiroyuki's 0.5.0cvs4
16833
16834 2001-07-16 [alfons]
16835
16836         0.5.1claws3
16837
16838         * src/filtering.[ch]
16839                 remove invalid updating of mark files for 
16840                 filter actions MATCHING_ACTION_MOVE and 
16841                 MATCHING_ACTION_DELETE; this should fix the
16842                 folder update bug
16843                 
16844         * src/procmsg.c
16845                 revert Christoph's stab at fixing the folder 
16846                 update bug
16847
16848         * po/POTFILES.in
16849                 add missing files with translatable strings
16850
16851         * src/summaryview.c
16852                 remove debug print
16853
16854 2001-07-15 [alfons]
16855
16856         * src/addr_compl.[ch], src/prefs_filtering.c
16857                 make "filtering pref dialog's destination entry" an
16858                 "address completable entry", if filter destination is 
16859                 an email address
16860
16861         0.5.1claws2
16862         
16863         sync with Hiroyuki's 0.5.0cvs2-3
16864
16865 2001-07-15 [christoph]
16866
16867         * src/procmsg.c
16868                 fixed folder stats update after incorporation
16869
16870 2001-07-15 [alfons]
16871
16872         * src/summaryview.c
16873                 * finish label colouring stuff (for now)
16874                 * fix incorrect colour bug (off by one) 
16875
16876 2001-07-14 [alfons]
16877
16878         * src/mainwindow.c
16879                 change text labels for news and mail message so there's
16880                 plenty of toolbar estate left
16881
16882         * configure.in
16883                 0.5.1claws1
16884
16885         * src/folderview.c
16886           src/folder.[ch]
16887                 sync with Hiroyuki's 0.5.0cvs1
16888
16889         * src/summaryview.c
16890                 more rewrite label colouring
16891
16892 2001-07-14 [alfons]
16893
16894         * src/summaryview.[ch]
16895                 * start rewrite label colouring 
16896                 * fix proper location "Add Sender To Addressbook" menu item
16897
16898 2001-07-13
16899
16900         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16901         (actually this is 0.5.0claws4)
16902
16903 2001-07-13 [alfons]
16904
16905         * po/pt_BR.po
16906                 * fix duplicate message
16907                 * add updated Portugese / Brazilian translation
16908                   submitted by Fabio Junior Beneditto
16909
16910 2001-07-12 [alfons]
16911
16912         * AUTHORS
16913                 add Jens
16914
16915         * po/nl.po
16916                 add updated Dutch translation
16917
16918         * po/de.po
16919                 add updated German translation submitted by Jens
16920
16921 2001-07-11 [alfons]
16922
16923         Prerelease before 0.5.0claws. Please test.
16924         This version is temporarily tagged as VERSION_0_5_0_TEST
16925
16926         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
16927           src/prefs_scoring.c, src/prefs_matcher.c, 
16928           src/prefs_filtering.c, src/mbox.c, 
16929           src/main.c, src/inc.c, src/filtering.[ch]
16930                 revert new Hoa's new matcher (does not work yet)
16931
16932         * src/Makefile.am
16933                 clean up
16934
16935 2001-07-10
16936
16937         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
16938
16939
16940 2001-07-10 [alfons]
16941
16942         * Makefile.am
16943                 add ChangeLog.claws to EXTRA_DIST
16944         * src/Makefile.am
16945                 add matcher_parser_parse.h to EXTRA_DIST
16946
16947 2001-07-10 [christoph]
16948
16949         * src/inc.c
16950                 add destination folder to table of
16951                 folders that need to be updated after
16952                 incorporation
16953
16954 2001-07-10 [alfons]
16955
16956         * folder.[ch]
16957           folderview.c
16958                 make collapse state of folders and folder items persistent, i.e.
16959                 if you collapse a folder tree, the next time sylpheed-claws starts 
16960                 up the folder tree remains collapsed.  
16961                 
16962 2001-07-10 [christoph]
16963
16964         * acconfig.h
16965         * configure.in
16966                 added --enable-ssl
16967         * src/md5.[ch]
16968                 renamed MD5_CTX to MD5_CTX_syl
16969                 conflicts with a struct in openssl
16970         * src/inc.c
16971         * src/main.[ch]
16972         * src/prefs_account.[ch]
16973         * src/socket.[ch]
16974                 SSL support for POP
16975         * src/mainwindow.c
16976                 fixed compose with current account
16977                 broken by new compose button stuff
16978
16979 2001-07-09 [hoa]
16980
16981         * AUTHORS
16982                 changed my email address
16983
16984         * src/matcher_parser_parse.y
16985                 clean the parser to remove conflicts
16986
16987 2001-07-09 [alfons]
16988
16989         * AUTHORS
16990                 add Match Grun
16991
16992         * configure.in
16993                 fix incorrect description of --enable-ldap parameter
16994
16995         * src/prefs_common.[ch]
16996           src/compose.c
16997                 add experimental option "smart wrapping" which makes the
16998                 compose editor auto wrap.
16999                 
17000                 | TODO: the problem with the buggy cursor handling is caused |
17001                 | by the GtkText. when deleting / backspacing text its       |
17002                 | wrapping algorithm does not take in account the previous   |
17003                 | line. should find a way to hack this in.                   |
17004                 | or should perhaps combine this with the word wrapping      |
17005                 | patch i wrote in january.                                  |
17006
17007         * src/about.c
17008                 show build parameters for LDAP and JPilot
17009
17010         * src/summaryview.c
17011                 revert Christoph's bugfix for selecting next unread message, 
17012                 because folder stats aren't updated correctly
17013
17014 2001-07-08 [hoa]
17015
17016         * src/filtering.c
17017         * src/mainwindow.c
17018         * src/matcher.c
17019         * src/matcher_parser_lex.l
17020         * src/matcher_parser_parse.y
17021         * src/prefs_filtering.c
17022         * src/prefs_scoring.c
17023         * src/scoring.c
17024                 bugfix of the config file parser
17025
17026 2001-07-08 [alfons]
17027
17028         * src/Makefile.am
17029                 added generated matcher sources to BUILT_SOURCES
17030
17031 2001-07-08 [hoa]
17032
17033         * src/Makefile.am
17034         * src/.cvsignore
17035                 added new config file parser
17036
17037         * src/scoring.[ch]
17038         * src/filtering.[ch]
17039         * src/matcher.[ch]
17040         * src/prefs_filtering.c
17041         * src/prefs_matcher.c
17042         * src/prefs_scoring.c
17043         * added src/matcher_parser.h
17044         * added src/matcher_parser_lex.h
17045         * added src/matcher_parser_lex.l
17046         * added src/matcher_parser_parse.y
17047                 lex & yacc config file parser
17048
17049         * src/mbox.c
17050         * src/inc.c
17051         * src/main.c
17052                 changes prefs_filtering into global_filtering           
17053
17054         * src/summaryview.c
17055                 build threads with subjects only if "Re: " is at the
17056                 beginning of the subject
17057
17058 2001-07-07 [paul]
17059
17060         0.5.0claws
17061
17062         sync with sylpheed 0.5.0
17063                 change of version number only
17064
17065 2001-07-06 [paul]
17066
17067         0.5.0claws5
17068
17069         sync with sylpheed 0.5.0pre5
17070
17071 2001-07-05 [paul]
17072
17073         sync with sylpheed 0.5.0pre4 release
17074                 /po and /manual/ja not sync'ed
17075
17076 2001-07-04 [paul]
17077
17078         more sync with sylpheed 0.5.0pre4
17079
17080 2001-07-03 [christoph]
17081
17082         * src/addressbook.c
17083                 fixed address book broken by address book
17084                 for VCard, JPilot, LDAP
17085
17086 2001-07-03 [alfons]
17087
17088         * src/matcher.c
17089         * src/textview.c
17090                 stopped memory leaks
17091
17092 2001-07-03 [paul]
17093
17094         more sync with sylpheed 0.5.0pre4
17095
17096 2001-07-02 [match]
17097
17098         * included address book patch for VCard, JPilot, LDAP
17099         * pref_common.c - fixed Font options on Display tab (cosmetic)
17100         * alertpanel.c - fixed truncated message
17101
17102 2001-07-02 [christoph]
17103
17104         * src/mbox_folder.c
17105         * src/procmsg.[ch]
17106         * src/summaryview.c
17107                 mark threads for ignoring
17108
17109 2001-07-02 [paul]
17110
17111         0.5.0claws4
17112
17113         * sync with sylpheed 0.5.0pre4
17114                 updated gettext to 0.10.38.
17115
17116 2001-07-01 [paul]
17117
17118         * src/ mainwindow.c
17119         * src/procmsg.h
17120         * src/summaryview.[ch]
17121                 new right-click option: Label.
17122                 substitute for 'Mark-->Mark/Unmark', colours the line.
17123                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
17124
17125 2001-07-01 [christoph]
17126
17127         * src/folderview.c
17128                 fixed font for trash
17129         * src/summaryview.c
17130                 move ctree to unread message
17131
17132 2001-07-01 [paul]
17133
17134         * sync with sylpheed 0.5.0pre3 release
17135
17136 2001-06-30 [alfons]
17137
17138         * src/filesel.[ch]
17139         * src/compose.c
17140                 allow inserting / attaching multiple files in
17141                 the composer window
17142
17143 2001-06-30 [paul]
17144
17145         * src/codeconv.c
17146                 small change to Alfons' previous stuff so that it
17147                 actually makes
17148
17149 2001-06-30 [alfons]
17150
17151         * lots of files changed; first attempt to merge the changes
17152           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
17153
17154 2001-06-30 [paul]
17155
17156         * po/pt_BR.po
17157                 updated and completed, translations by Fabio
17158                 Junior Beneditto <fjbeneditto@yahoo.com.br>
17159
17160 2001-06-29 [alfons]
17161
17162         * src/compose.c
17163         * src/mimeproc.[ch]
17164                 allow selecting an attached files' mime type from a 
17165                 list of types.
17166
17167 2001-06-29 [paul]
17168
17169         * more sync with sylpheed 0.5.0pre3
17170
17171 2001-06-29 [paul]
17172
17173         * po/pt_BR.po
17174                 merge with sylpheed.pot and pt_BR.po provided by
17175                 Fabio Junior Beneditto.
17176
17177 2001-06-29 [darko]
17178
17179         * src/procmime.c
17180                 make MIME types case insensitive
17181
17182 2001-06-28 [alfons]
17183
17184         * po/nl.po
17185                 merge with sylpheed.pot and old nl.po; translations added.
17186
17187 2001-06-28 [paul]
17188
17189         * more sync with sylpheed 0.5.0pre3
17190
17191 2001-06-27 [alfons]
17192
17193         * src/summaryview.c
17194                 don't crash when removing parent node of messages
17195                 attracted by subject. this was caused by not deleting
17196                 the parent node from the subject line hash table.
17197
17198 2001-06-27 [alfons]
17199
17200         * src/summaryview.c
17201         * src/compose.[ch]
17202         * src/mainwindow.c
17203                 if there are multiple messages selected, allow forwarding
17204                 them as attachments.
17205
17206 2001-06-27 [paul]
17207
17208         * more sync with sylpheed 0.5.0pre3
17209
17210 2001-06-26 [paul]
17211
17212         0.5.0claws3
17213
17214         * sync with sylpheed 0.5.0pre3
17215
17216 2001-06-25 [paul]
17217
17218         * src/mainwindow.c
17219                 fixed 'compose news article' bug
17220                 from icon-and-text toolbar
17221
17222 2001-06-25 [paul]
17223
17224         * sync with sylpheed 0.5.0pre2 release
17225
17226 2001-06-24 [christoph]
17227
17228         * src/prefs_common.c
17229                 bug fix in font selection
17230         * src/folderview.c
17231                 use sylpheed's normal font instead of
17232                 gtk default font for folders without
17233                 new messages
17234
17235 2001-06-24 [alfons]
17236
17237         * src/mainwindow.[ch]
17238                 added composite compose mail / news button (an idea by Leandro
17239                 Pereira <leandro@linuxmag.com.br>)
17240
17241 2001-06-24 [paul]
17242
17243         Added instructions for ldif-to-xml.py
17244
17245         * tools/README
17246
17247 2001-06-23 [alfons]
17248
17249         Some minor things.
17250
17251         * src/pixmaps/stock_news_compose.xpm
17252                 added pixmap by Leandro
17253         * src/prefs_common.c
17254                 tested built-in spelling checker of GCC 3.0 :)
17255         * po/nl.po
17256                 merged dutch translation of sylpheed-main with
17257                 sylpheed.pot
17258
17259 2001-06-23 [paul]
17260
17261         Added tools directory and files.
17262
17263         * tools/filter_conv.pl
17264                 converts old filter system to new filtering system
17265         * tools/ldif-to-xml.py
17266                 converts netscape addressbook to sylpheed addressbook
17267         * tools/README
17268                 descriptions/instructions for above two files
17269
17270 2001-06-23 [christoph]
17271
17272         * src/inc.c
17273         * src/manage_window.[ch]
17274         * src/prefs_common.[ch]
17275                 mail retrieval dialog can be enabled, disabled
17276                 or hidden if non of sylpheed's windows is active
17277
17278 2001-06-22 [paul]
17279
17280         0.5.0claws2
17281
17282         * sync with sylpheed 0.5.0pre2
17283
17284 2001-06-21 [christoph]
17285
17286         * src/summaryview.c
17287                 show recipient on 'from' for all accounts
17288                 
17289         * src/inc.c
17290         * src/prefs_common.[ch]
17291                 disable error popup on mail receive errors
17292
17293 2001-06-21 [alfons]
17294
17295         * src/compose.c
17296                 made the ruler correctly appear and disappear.
17297
17298         * src/Makefile.am
17299                 removed Hoa's work-in-progress-stuff (interesting!) so 
17300                 claws compiles ok.
17301
17302 2001-06-20 [christoph]
17303
17304         * src/inc.c
17305         * src/progressdialog.c
17306                 added scrolled window for list in progressdialog
17307
17308 2001-06-20 [paul]
17309
17310         sync with sylpheed 0.5.0pre1 release
17311
17312 2001-06-20 [christoph]
17313
17314         * src/summeryview.c
17315                 make building threads by subject work when
17316                 thread view is enabled
17317                 
17318         * src/compose.c
17319         * src/prefs_common.[ch]
17320                 automatically select account for mail replys
17321
17322 2001-06-19 [sergey]
17323
17324         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
17325         they are filled in from the account settings.
17326
17327 2001-06-19 [paul]
17328
17329         * more sync with sylpheed 0.5.0pre1
17330
17331 2001-06-18 [alfons]
17332
17333         * src/Makefile.am,
17334           src/procmime.c
17335                 added --sysconfdir to CPPFLAGS for pointing to the correct
17336                 location of mime.types. 
17337
17338                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
17339                 or ./configure!
17340
17341 2001-06-18 [hoa]
17342
17343         * src/summaryview.c
17344                 fixed some bug when building threads
17345
17346 2001-06-18 [pau]l
17347
17348         * src/prefs_account.c
17349                 UI stuff: More changes to the English
17350
17351 2001-06-18 [paul]
17352
17353         * src/pixmaps/stock_news_compose.xpm: new file
17354         * src/Makefile.am
17355         * src/mainwindow.c
17356         * src/summaryview.c
17357                 Added new icon for Hoa's 'compose a news
17358                 message', plus minor improvements to the
17359                 English
17360
17361         * po/ja.po
17362         * ChangeLog
17363         * ChangeLog.jp
17364                 more sync with sylpheed 0.5.0pre1
17365
17366 2001-06-18 [hoa]
17367
17368         * src/compose.[ch]
17369         * src/mainwindow.c
17370                 Follow-up and reply to
17371
17372         * src/summaryview.[ch]
17373                 Build threads also with subjects
17374
17375 2001-06-17 [hoa]
17376
17377         * src/compose.c
17378                 forwarding use the current account.
17379
17380         * src/mainwindow.c
17381                 the "compose message" button has been replaced with
17382                 "new mail" and "new news" buttons
17383
17384         * src/prefs_common.[ch]
17385                 added a configuration option to use the forward button
17386                 as "forward as attachment"
17387                 changed reply and forward format description
17388
17389         * src/quote_fmt_lex.l
17390         * src/quote_fmt_parse.y
17391                 added message with no signature in format for reply
17392                 and forward.
17393
17394 2001-06-17 [paul]
17395
17396         Minor UI stuff
17397
17398         * src/mainwindow.c
17399         * src/summaryview.c
17400                 Improvements to the English
17401
17402         * src/prefs_common.c
17403                 Improvements to the English and some
17404                 clarity/continuity improvements in the
17405                 description of Quote symbols.
17406
17407 2001-06-17 [paul]
17408
17409         0.5.0claws1
17410
17411         * sync with sylpheed 0.5.0pre1
17412
17413 2001-06-17 [hoa]
17414
17415         * src/compose.c
17416                 Better interface for compose, displayed fields
17417                 are updated whenever we change account.
17418                 Newsgroups field is automatically filled.
17419
17420         * src/mainwindow.c
17421                 Newsgroups field is automatically filled.
17422
17423         * src/prefs_account.c
17424                 Some interface stuff when fields appear and
17425                 disappear.
17426
17427 2001-06-16 [paul]
17428
17429         0.4.99claws
17430
17431         * sync with sylpheed 0.4.99
17432
17433 2001-06-16 [sergey]
17434
17435         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
17436         base64_decoder_free, base64_decoder_decode): new object and
17437         functions for decoding base64 streams.
17438         * src/procmime.c (procmime_decode_content): modified to use the
17439         new base64 decoder.
17440
17441 2001-06-15 [paul]
17442
17443         0.4.99claws10
17444
17445         * sync with sylpheed 0.4.99cvs11
17446
17447 2001-06-13 [paul]
17448
17449         0.4.99claws9
17450
17451         * sync with sylpheed 0.4.99cvs9
17452
17453 2001-06-13 [hoa]
17454
17455         * src/compose.c
17456         * src/prefs_account.c
17457
17458                 SMTP server can be defined in the news account
17459                 mime type of attachment are kept.
17460
17461         * src/summaryview.c
17462
17463                 now choose the highest important score between default
17464                 and important score of folder.
17465
17466 2001-06-09 [alfons]
17467         
17468         * src/prefs_common.c: 
17469
17470                 (prefs_quote_description_create): corrected description of 
17471                 quote format characters
17472
17473 2001-06-09 [paul]
17474
17475         0.4.99claws8
17476
17477         * sync with sylpheed 0.4.99cvs8
17478
17479 2001-06-08 [sergey]
17480
17481         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
17482         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
17483
17484 2001-06-08 [paul]
17485
17486         0.4.99claws7
17487
17488         * sync with sylpheed 0.4.99cvs7
17489
17490 2001-06-06 [sergey]
17491
17492         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
17493         clashes with autogenerated header).
17494         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
17495         * src/Makefile.am: added quote_fmt.h.
17496         * src/.cvsignore: added lex/yacc autogenerated files
17497         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
17498
17499 2001-06-06 [paul]
17500
17501         0.4.99claws6
17502
17503         * sync with sylpheed 0.4.99cvs6
17504
17505 2001-06-06 [hoa]
17506
17507         * added src/quote_fmt_parse.h
17508         * src/compose.c
17509                 removed warnings
17510
17511         * src/prefs.[ch]
17512                 don't modify readonly configuration files
17513
17514         * src/prefs_account.c
17515         * src/prefs_common.c
17516         * src/prefs_customheader.c
17517         * src/prefs_display_header.c
17518         * src/prefs_filter.c
17519         * src/prefs_filtering.c
17520         * src/prefs_scoring.c
17521                 don't open dialog box when configuration files
17522                 are readonly
17523
17524 2001-06-05 [sergey]
17525
17526         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
17527
17528         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
17529         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
17530         BUILT_SOURCES to make all files rebuild properly.
17531
17532         * src/compose.c: removed #include "quote_fmt.tab.h".
17533
17534         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
17535         CHARACTER value in yylval.
17536
17537         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
17538         receive CHARACTER value by documented means (yylval).
17539
17540         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
17541
17542 2001-06-05 [hoa]
17543
17544         * src/Makefile.am
17545                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
17546
17547         * src/filtering.c
17548         * src/matcher.c
17549         * src/matcher.h
17550         * src/prefs_filtering.c
17551                 now keep the configuration for execute action
17552
17553         * src/mbox_folder.c
17554                 fixed a warning
17555
17556 2001-06-05 [paul]
17557
17558         * sync with sylpheed 0.4.99cvs5
17559
17560 2001-06-05 [hoa]
17561
17562         * src/Makefile.am
17563                 added quote_fmt.[ch]
17564
17565         * added src/quote_fmt.y
17566         * added src/quote_fmt.l
17567         * added src/quote_fmt.tab.h
17568         * added src/quote_fmt.tab.c
17569         * added src/lex.quote_fmt.c
17570                 parsing configuration for replying
17571                 and forwarding
17572
17573         * src/prefs_common.[ch]
17574                 added configuration UI for replying
17575                 and forwarding
17576
17577         * src/compose.c
17578                 using configuration for replying
17579                 and forwarding
17580
17581 2001-06-04 [hoa]
17582
17583         * src/filtering.c
17584         * src/matcher.c
17585         * src/matcher.h
17586         * src/prefs_filtering.c
17587         * src/prefs_matcher.c
17588         * src/prefs_matcher.h
17589                 action "run a command" for filtering
17590                 and matching with a command.
17591                 fixed the "whole message" matching
17592
17593         * src/mbox_folder.c
17594                 changed temporary filename for security
17595
17596         * src/messageview.c
17597                 queue the notification if it fails to send.
17598
17599         * src/prefs_common.c
17600         * src/prefs_folder_item.c
17601                 changed the default important score             
17602
17603         * src/prefs_scoring.c
17604         * src/scoring.c
17605                 hide kill score input when the folder is not
17606                 a newsgroup
17607
17608 2001-06-03 [alfons]
17609
17610         * src/prefs_common.c:
17611
17612                 (prefs_font_select): pass font name in font entry box to font
17613                 selection dialog.
17614
17615 2001-06-03 [sergey]
17616
17617         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
17618
17619 2001-06-03 [paul]
17620
17621         * sync with sylpheed 0.4.99cvs4
17622
17623 2001-06-03 [alfons]
17624
17625         * src/headerwindow.c:
17626
17627                 (headerwindow_show_cb): use the selected summary view item, not
17628                 the displayed item.
17629
17630 2001-06-02 [alfons]
17631
17632         * src/headerwindow.c:
17633
17634                 (headerwindow_show_cb): always try to show msginfo
17635
17636 2001-06-02 [hoa]
17637
17638         * src/compose.c
17639                 keep attached parts when reediting or forwarding.
17640
17641 2001-06-01 [hoa]
17642
17643         * src/folderview.c
17644         * src/prefs_folder_item.[ch]
17645         * src/prefs_scoring.[ch]
17646         * src/scoring.[ch]
17647         * src/summaryview.[ch]
17648         * src/main.c
17649         * src/mainwindow.c
17650         * src/prefs_common.[ch]
17651                 support for folder scoring
17652                 kill score and important score for messages
17653         
17654         * src/prefs_account.c
17655                 some display bug fixed for local account
17656                 preferences
17657
17658 2001-05-31 [alfons]
17659
17660         * src/summaryview.c:
17661
17662                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
17663                 sender to address book menu item is disabled.
17664
17665 2001-05-30 [hoa]
17666
17667         * src/filtering.[ch]
17668         * src/summaryview.c
17669                 handling summary menu / filter messages
17670
17671         * src/folder.[ch]
17672                 add some stuff
17673
17674         * src/foldersel.c
17675                 imap folders now appears in list
17676
17677         * src/mbox_folder.c
17678                 doesn't crash if destination mail is not writeable
17679
17680 2001-05-29 [hoa]
17681
17682         * src/compose.c
17683                 removed some warnings
17684
17685         * src/filtering.c
17686         * src/folder.[ch]
17687         * src/prefs_filtering.c
17688                 global string to identify any folders           
17689                 removed some debug info
17690                 filtering to mbox folders is now possible
17691
17692         * src/mainwindow.c
17693                 removed some warnings
17694
17695         * src/mbox_folder.c
17696                 permission on files are changed to read/write for user only,
17697                 nothing for other.
17698                 creation of subfolder is handled better.
17699
17700 2001-05-28 [alfons]
17701
17702         Verified the sync for src/prefs_common.[ch] and
17703         src/prefs_account.[ch]. I believe there were some
17704         minor indentation differences.
17705
17706 2001-05-28 [paul]
17707
17708         0.4.99claws3
17709
17710         * sync with 0.4.99cvs3
17711
17712 2001-05-28 [hoa]
17713
17714         * src/compose.c
17715                 handling flags for mbox format
17716
17717         * src/filtering.c
17718                 use of mark file only for MH format
17719                 handling flags for mbox format
17720                 filtering cannot yet move or copy mails to mbox folders.
17721
17722         * src/folder.[ch]
17723                 changed move_msg, copy_msg,
17724                 move_msgs_with_dest, copy_msgs_with_dest functions
17725                 uses only folder->copy_msg() function
17726                 uses folder->finished_copy() to handle the destination
17727                 folder at the end of the copy or move operation.
17728
17729         * src/foldersel.c
17730                 included mbox directories.
17731
17732         * src/folderview.[ch]
17733         * src/mainwindow.c
17734                 handle folders operation for mbox format
17735
17736         * src/mbox.c
17737                 disable conversion of "From " header
17738
17739         * src/mbox_folder.[ch]
17740                 completion of mbox format handling
17741
17742         * src/mh.c
17743                 changed mh_copy_msg() function and
17744                 removed mh_move_msg(), mh_move_msgs_with_dest(),
17745                 mh_copy_msgs_with_dest()
17746
17747         * src/prefs_filtering.c
17748                 removed some warnings
17749
17750         * src/prefs_matcher.c
17751                 default boolean operation is AND
17752
17753         * src/procheader.c
17754                 handling flags for mbox format
17755                 handling of "From " header
17756
17757         * src/procmsg.[ch]
17758                 removed data field
17759                 added MSG_REALLY_DELETED flags to handle deletion of
17760                 messages in mbox format.
17761
17762         * src/summaryview.c
17763                 handling flags for mbox format
17764                 disable the MSG_DELETED flags when messages
17765                 are deleted in mbox format
17766
17767         * src/textview.c
17768                 "From " headers display fixed.
17769
17770 2001-05-27 [alfons]
17771
17772         * src/textview.c:
17773                 
17774                 (get_email_part): skip quoted email addresses, like in e.g.
17775                 "'alfons@proteus.demon.nl'".
17776
17777 2001-05-26 [alfons]
17778
17779         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
17780         and fixing the persistence troubles when using separate windows.
17781
17782         * src/mainwindow.c:
17783         
17784             Added #define SEPARATE_ACTION used in the gtk item factory for 
17785             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
17786                 use gtk_item_factory_get_widget_by_action() to get the items.
17787                 
17788             Removed separate_widget_cb from the gtk item factory data   
17789           
17790             (mainwindow_create): connect separate_widget_cb() to check
17791             menu item "toggled" signal. also passing a MainWindow pointer
17792                 as object data for both check menu items.
17793                 
17794             (separate_widget_cb): definition of separate_widget_cb() to match
17795             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
17796                 window using gtk_object_get_data(). The type of window separation 
17797                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
17798         
17799         * src/prefs_filtering.c,
17800           src/prefs_matcher.c: added horizontal scrollbars
17801
17802 2001-05-25 [darko]
17803
17804         * src/headerview.c
17805                 fix segfault with invalid bold font
17806         * src/summaryview.c
17807                 correctly display summary stats after row is marked
17808
17809 2001-05-23 [sergey]
17810
17811         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
17812         encodings with libjconv.
17813
17814 2001-05-23 [hoa]
17815
17816         * src/Makefile.am
17817                 added mbox_folder.[ch]
17818         * src/defs.h
17819                 mbox temporary folder
17820         * src/folder.[ch]
17821         * added src/mbox_folder.[ch]
17822         * src/folderview.c
17823         * src/procheader.[ch]
17824                 added mbox support
17825         * src/mbox.c
17826                 bugfix for file incorporation filtering
17827         * src/imap.c
17828                 enable creation of MBOX
17829         * src/prefs_display_header.c
17830                 enable use of headers like "From "
17831                 something that should be fixed :
17832                         displaying of such headers add an extra space
17833         * src/prefs_folder_item.c
17834                 don't create folders because it is not necessary
17835         * src/procmsg.h
17836                 added data field to MsgInfo for mbox internal use
17837         * src/summaryview.c
17838                 added some support for mbox
17839         * src/utils.[ch]
17840                 added get_mbox_cache_dir() function
17841
17842 2001-05-23 [hiroyuki]
17843
17844         * src/headerwindow.c
17845           src/inc.c
17846           src/main.c
17847           src/mh.c
17848           src/nntp.c
17849           src/procmsg.h
17850           src/session.h
17851           src/socket.[ch]
17852           src/summaryview.c
17853           src/textview.c
17854           src/automaton.c
17855           src/folderview.c: more sync with 0.4.99cvs2.
17856
17857         * src/headerwindow.c: reverted.
17858
17859 2001-05-22 [paul]
17860
17861         0.4.99claws2
17862
17863         * sync with sylpheed 0.4.99cvs2
17864                 * src/news.[ch]
17865                 * src/nntp.[ch]
17866                 * INSTALL
17867                 * INSTALL.jp
17868
17869 2001-05-22 [alfons]
17870
17871         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
17872
17873 2001-05-21 [alfons]
17874
17875         Minor things:
17876
17877         * configure.in: if gnome-config not found, "no" is displayed
17878         
17879         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
17880
17881         * src/textview.c: now also possible to add mail addresses by right
17882           clicking in the text view
17883
17884         * src/codeconv.c: merged patch which fixes endless loop when encountering
17885           invalid wide characters; from Alte <010@imis.ru>  
17886
17887 2001-05-20 [alfons]
17888
17889         Added installation of gnome specific things:
17890
17891         * Makefile.am: gnome conditional
17892
17893         * configure.in: check for installed gnome
17894
17895         * added sylpheed.png, sylpheed.desktop
17896
17897 2001-05-20 [sergey]
17898
17899         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
17900
17901         * src/mainwindow.h (main_window_toolbar_create): created a button
17902         for "Reply to all".
17903         (main_window_set_toolbar_sensitive): enable/disable the new button
17904         appropriately.
17905         (toolbar_reply_to_author_cb): handle the new button.
17906
17907         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
17908         send_progress_dialog_destroy() on failure (fixes hang on SMTP
17909         failure).
17910
17911 2001-05-19 [sergey]
17912
17913         * src/compose.h (ComposeReplyMode): new modes
17914         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
17915         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
17916
17917         * src/compose.c
17918         (compose_send): move some code into a new function:
17919         (compose_current_mail_account): new function.
17920         (compose_reply): new argument to_author, all callers changed; if
17921         to_author==TRUE and account->protocol==A_NNTP, find and use an
17922         appropriate mail account for replying.
17923         (compose_reply_set_entry): new argument to_author; ignore
17924         compose->replyto if to_author==TRUE.
17925
17926         * src/mainwindow.c: new command "Message/Reply to author".
17927         (main_window_set_menu_sensitive): enable/disable it.
17928         (reply_cb): handle it.
17929
17930         * src/summaryview.c: new command "Reply to author".
17931         (summary_set_menu_sensitive): enable/disable it.
17932         (summary_reply_cb): handle it.
17933
17934         * src/account.c (account_find_mail_from_address): new function.
17935
17936 2001-05-18 [paul]
17937
17938         0.4.99claws1
17939
17940         * sync with sylpheed 0.4.99cvs1
17941
17942 2001-05-18 [hoa]
17943
17944         * src/compose.[ch]
17945         * src/filtering.c
17946         * src/summaryview.c
17947                 new filtering action : forward and forward as attachment
17948
17949         * src/main.c
17950                 no need for $DISPLAY when we run sylpheed --help
17951                 call to parse_cmd_opt() is moved
17952
17953         * src/mainwindow.[ch]
17954                 execute button is hidden when immediate execute
17955                 is chosen
17956
17957         * src/mh.c
17958         * src/news.c
17959         * src/prefs_folder_item.c
17960         * src/procmsg.c
17961                 better handling of missing directories
17962
17963         * src/summaryview.c
17964                 reedit is enabled in outbox
17965                 reedit is enabled in queue
17966
17967 2001-05-17 [hoa]
17968
17969         * src/filtering.c
17970         * src/matcher.[ch]
17971         * src/prefs_filtering.c
17972                 changed attachement into attachment
17973
17974 2001-05-17 [alfons]
17975
17976         0.4.67claws4    
17977
17978         * sync with sylpheed 0.4.67cvs9
17979         * sync with sylpheed 0.4.67cvs7-8
17980
17981 2001-05-17 [hoa]
17982
17983         * src/Makefile.am
17984                 added prefs_filtering.c
17985
17986         * src/filtering.[ch]
17987         * src/matcher.[ch]
17988                 removed action : forward_news and forward_news_as_attachement
17989                 (forward and forward_as_attachement can be used instead)
17990
17991         * src/mainwindow.c
17992                 added menu option to access filtering configuration
17993
17994         * src/prefs_account.c
17995                 changed mail_command default to /usr/sbin/sendmail
17996
17997         * added src/prefs_filtering.[ch]
17998                 dialog box for filtering configuration
17999
18000         * src/prefs_matcher.c
18001                 added function prefs_matcher_get_criteria_from_matching()
18002
18003         * src/prefs_scoring.c
18004                 reset the dialog when register or substitute is clicked
18005
18006 2001-05-15 [hoa]
18007
18008         * src/Makefile.am
18009                 added filtering.[ch]
18010         * src/inc.c
18011                 using filering.[ch] instead of filter.[ch]
18012         * src/main.c
18013                 reading new filtering configuration
18014         * src/matcher.[ch]
18015                 added some filtering actions
18016                 and fixed a bug for headers and mail body matching
18017         * src/mbox.c
18018                 using filering.[ch] instead of filter.[ch]
18019         * src/mh.c
18020                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
18021         * src/summaryview.c
18022                 some fixes for filtering
18023
18024 2001-05-14 [hiroyuki]
18025
18026         * src/send.c: fixed some weird indentations.
18027           send_message_with_command(): call pclose() only if p != NULL.
18028         * src/textview.c: get_email_part(): modified the code for readability.
18029
18030 2001-05-14 [hiroyuki]
18031
18032         * src/md5global.h
18033           src/md5ify.c
18034           src/md5ify.h: removed from the cvs.
18035
18036 2001-05-13 [sergey]
18037
18038         * src/main.c: include rfc2015.h to avoid compiler warnings.
18039         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
18040         the panel is already on screen.
18041         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
18042         closing the alert window by ESC as "No".
18043         * src/prefs_common.c (prefs_interface_create): moved return
18044         receipt check button to the correct place.
18045
18046 2001-03-13 [alfons]
18047
18048         * src/prefs_common.c: 
18049                 moved return receipt check button to the Send tab. (prefs_send_create)
18050                 removed the date format ui related globals. (prefs_display_create)
18051
18052         0.4.67claws3
18053         
18054         * sync with sylpheed 0.4.67cvs5-6
18055
18056 2001-05-13 [paul]
18057
18058         * added Alfons' font selection patch
18059
18060         * src/defs.h
18061         * src/headerwindow.c
18062         * src/prefs_common.c
18063         * src/prefs_common.h
18064
18065 2001-05-13 [hoa]
18066         * src/defs.h
18067                 changed version of cache
18068         * src/matcher.[ch]
18069         * src/prefs_matcher.c
18070                 added additionnal matching criteria
18071         * src/procheader.c
18072         * src/procmsg.[ch]
18073         * src/news.c
18074                 added references in MsgInfo
18075
18076 2001-05-12 [hoa]
18077
18078         * src/defs.h
18079                 prepared some things for new filtering
18080         * src/matcher.[ch]
18081                 added some matching properties
18082                 inreplyto need to be enhanced
18083                 prepared some things for new filtering
18084         * src/messageview.c
18085                 added Return-Receipt-To handling
18086         * src/prefs_folder_item.c
18087                 changed default value to TRUE
18088         * src/prefs_matcher.c
18089                 added some matching properties
18090         * src/prefs_scoring.[ch]
18091                 the scoring dialog is finished
18092         * src/procheader.c
18093                 added Return-Receipt-To handling
18094                 Reference need to be added
18095         * src/procmsg.[ch]
18096                 added Return-Receipt-To handling
18097                 added threadscore to get a better score sorting when
18098                 threads are enabled
18099         * src/summaryview.c
18100                 suppressed a bug when we sort the list
18101                 when no folder is opened.
18102                 better score sorting when threads are enabled
18103
18104 2001-05-12 [alfons]
18105
18106         * reverted previous patch because of potential errors 
18107
18108         0.4.67claws2
18109         
18110         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
18111                 applied "toggle mail-retrieval dialog window" patch submitted 
18112                 by Eric Limpens <eric@qnt.net>
18113
18114         * sync with sylpheed 0.4.67cvs4
18115
18116 2001-05-12 [sergey]
18117
18118         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
18119         some picky compilers.
18120         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
18121         * src/grouplist_dialog.c: include alertpanel.h.
18122         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
18123         fix compile warning.
18124         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
18125         #include "defs.h" before others to prevent the warning of `MIN'
18126         and `MAX' redefinition.
18127
18128 2001-05-11 [hoa]
18129
18130         * src/main.c
18131         * src/messageview.c
18132         * src/prefs_account.c
18133         * src/prefs_display_header.c
18134                 removed warning
18135         * src/Makefile.am
18136                 added prefs_scoring.[ch]
18137         * src/grouplist_dialog.c
18138                 display an error dialog box if the group list
18139                 cannot be fetched.
18140         * src/mainwindow.[ch]
18141                 added main_window_set_thread_option() function
18142                 scoring dialog box enabled
18143         * src/matcher.[ch]
18144                 added flags matching unread /new / marked
18145                 / deleted / replied / forwarded
18146         * src/news.c
18147                 newsgroups are now finally in newscache
18148         * src/prefs_matcher.[ch]
18149                 finished preferences for matching dialog
18150         * added src/prefs_scoring.[ch]
18151                 scoring dialog box completed
18152         * src/scoring.[ch]
18153                 conversion to string : added scoringprop_to_string()
18154                 write config for preferences :
18155                 added prefs_scoring_write_config()
18156         * src/summaryview.c
18157                 threads can be enabled/disabled independently
18158                 for each folder
18159
18160 2001-05-10 [alfons]
18161
18162         0.4.67claws1
18163         
18164         * AUTHORS: 
18165                 thought it would be nice to have a list of all
18166                 contributors (used Changelog as a reference)
18167         
18168         * configure.in: 
18169                 messed up version numbering...
18170
18171         0.4.66claws1
18172
18173         * sync with sylpheed 0.4.67cvs1-3
18174
18175 2001-05-10 [darko]
18176
18177         * src/prefs_common.c:
18178                 better UI for strftime format, double clicking
18179                 on format now inserts the format in text entry
18180                 replaced close button with standard OK/Cancel
18181                 moved date format button to the right of the
18182                 text entry field
18183
18184 2001-05-09 [alfons]
18185
18186         * src/gtkstext.c:
18187                 Ctrl-Home / Ctrl-End have proper cursor navigation
18188
18189 2001-05-09 [hoa]
18190
18191         * src/prefs_matcher.c
18192                 finished UI to define matching properties
18193                 added ok and cancel button
18194         * src/prefs_filter.c
18195                 added ok and cancel button
18196         * src/news.c
18197                 fixed some bug in xhdr parsing
18198
18199 2001-05-08 [alfons]
18200
18201         * src/textview.c: 
18202                 fixed a bug in textview_show_header(), which displayed two colons (':');
18203                 cleaned up some warnings
18204
18205 2001-05-08 [hoa]
18206
18207         * src/Makefile.am
18208                 added prefs_matcher.[ch]
18209                 compilation with -W -Wall
18210         * src/alertpanel.c
18211                 ungrab the mouse events if grabbed - does it
18212                 fix the bug for disposition notification ?
18213         * src/mainwindow.c
18214                 added a menu option to open the matching dialog.
18215         * src/matcher.[ch]
18216                 added matcherprop_to_string() and matcherlist_to_string()
18217                 fixed some bugs, changed the name of some options
18218                 age_sup and age_inf becomes age_greater and age_lower,
18219                 body and messageheaders becomes body_part and headers_part,
18220                 changed the names of constants from SCORING_XXX to MATCHING_XXX
18221         * src/prefs_display_header.c
18222         * src/prefs_headers.c
18223                 fixed a bug that accidentally destroyed dialogs
18224                 when closed them with delete_event
18225                 Added *_deleted() which handle delete_event signal correctly.
18226         * src/prefs_folder_item.[ch]
18227                 added "enable_thread" field for future customization
18228         * added src/prefs_matcher.[ch]
18229                 sample of the UI to define matching properties
18230         * src/procheader.c
18231                 using procheader_headername_equal instead of str*cmp functions
18232                 using procheader_parse_header() function
18233         * src/scoring.c
18234                 using MATCHING_XXX instead of SCORING_XXX
18235         * src/summaryview.c
18236                 display the sender of the news even if this is ourself
18237                 when this is a news message.
18238         * src/textview.c
18239                 using headername_equal() instead of str*cmp functions
18240
18241 2001-05-08 [alfons]
18242
18243         0.4.66claws
18244
18245         * sync with sylpheed 0.4.66
18246         * src/gtkstext.c: trace logs added 
18247
18248 2001-05-08 [sergey]
18249
18250         * src/prefs_common.[ch]: added option to enable/disable GnuPG
18251         signature check popup.
18252         * src/rfc2015.c (check_signature): show signature check popup only
18253         if it is enabled in preferences.
18254
18255 2001-05-07 [alfons]
18256
18257         0.4.66claws4
18258         
18259         * sync with sylpheed 0.4.66cvs6
18260
18261 2001-05-07 [darko]
18262
18263         * src/prefs_common.[ch]: added option to enable/disable
18264           looking up sender name in address book for summary pane
18265         * src/summaryview.c: look up sender in the address book
18266           by using Alfons' address completion code
18267
18268 2001-05-07 [hiroyuki]
18269
18270         * src/inc.h
18271           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
18272           member of Pop3State.
18273         * src/news.c: brought #include "defs.h" before #include <glib.h>
18274           to prevent the warning of `MIN' and `MAX' redefinition.
18275
18276 2001-05-06 [hoa]
18277
18278         * removed src/headers_display.[ch]
18279         * removed src/prefs_display_headers.[ch]
18280         * src/inc.c
18281                 use a temporary file in the user directory for mbox import
18282         * src/news.c
18283                 added XHDR support to get "To" and "Cc" headers
18284                 (in order to match news with to or cc field for
18285                 scoring)
18286                 added function news_parse_xhdr() to get XHDR response
18287         * src/nntp.[ch]
18288                 added function nntp_xhdr()
18289         * src/matcher.c
18290                 fetch the message if necessary
18291
18292 2001-05-06 [alfons]
18293
18294         0.4.66claws3
18295
18296         * sync with sylpheed 0.4.66cvs3-5
18297
18298 2001-05-06 [hoa]
18299
18300         * src/utils.[ch]
18301                 added function itos_buf() to enable use of several buffers
18302         * src/summaryview.c
18303                 use of itos_buf() instead of itos() in summary list
18304                 to fix the broken display of message number.
18305
18306 2001-05-06 [alfons]
18307
18308         * src/gtkstext.c: bug in cursor up navigation fixed,
18309                 fixed another unsigned / signed comparison (we're getting there :-)
18310
18311 2001-05-06 [hoa]
18312
18313         * src/Makefile.am
18314                 added scoring.c scoring.h
18315                 prefs_folder_item.c prefs_folder_item.h
18316                 matcher.c matcher.h
18317         * src/defs.h
18318                 added FOLDERITEM_RC SCORING_RC
18319         * src/folder.[ch]
18320                 added prefs field in FolderItem :
18321                 properties for each folder (PrefsFolderItem),
18322                 sorting type and mode were added as the first properties.
18323         * src/main.c
18324                 read config for scoring
18325         * added src/matcher.[ch]
18326                 gives functions to parse configuration file to do
18327                 matching on mails with a list of conditions.
18328         * src/mainwindow.c
18329                 add option to sort by score
18330         * src/prefs_common.[ch]
18331                 added preference option to show score and for
18332                 the score column size
18333         * added src/prefs_folder_item.[ch]
18334                 properties for each folder (PrefsFolderItem),
18335                 sorting type and mode were added as the first properties.
18336         * src/procheader.[ch]
18337                 added procheader_parse_header()
18338                 added procheader_header_free()
18339                 added procheader_headername_equal()
18340                 and made modification to use them.
18341         * src/procmsg.[ch]
18342                 added score field to MsgInfo structure
18343         * added src/scoring.[ch]
18344                 gives functions to parse configuration file to do
18345                 scoring on mails with a list of conditions.
18346         * src/summaryview.[ch]
18347                 save the sorting type and mode for the folder
18348                 added column to display the score of the mail
18349                 added function summary_score_clicked()
18350                 sorting type and mode are restored to the folder
18351                 when it is reopen
18352         * src/textview.c
18353                 use procheader_parse_header(), procheader_headername_equal()
18354                 removed memory leak in text_scan_header when freeing headers
18355         * src/filter.c
18356                 changed the function to match names of headers
18357                 using procheader_headername_equal()
18358
18359         Scoring functions are implemented, an interface is needed
18360         to configure that.
18361
18362 2001-05-04 [alfons]
18363
18364         * src/gtkstext.c: 
18365                 hopefully fixed the row up navigation bug,
18366                 removed adding back / forward lines to cache
18367
18368 2001-05-04 [sergey]
18369
18370         * src/prefs_display_headers.c: user interface changes:
18371         (prefs_display_headers_create): remove unused "Show" check button;
18372         allow reordering of headers by dragging.
18373         (prefs_display_headers_write_config): remove unused variables.
18374         (prefs_display_headers_set_dialog): do not insert "(New)" at top
18375         of lists (not needed with the new UI).
18376         (prefs_display_headers_set_list): scan lists starting from row 0,
18377         not 1 (do not skip "(New)").
18378         (prefs_display_headers_find_header): new function.
18379         (prefs_display_headers_clist_set_row): do not allow duplicates.
18380         (prefs_display_headers_delete_cb): do not skip row 0; treat
18381         closing the alert window by ESC as "No".
18382         (prefs_display_headers_up): do not protect row 0.
18383         (prefs_display_headers_down): do not protect row 0.
18384
18385 2001-05-04 [sergey]
18386
18387         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
18388         functions.
18389
18390         * src/summaryview.c
18391         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
18392         summary_select_next_marked, summary_select_prev_marked): new
18393         functions.
18394
18395 2001-05-03 [sergey]
18396
18397         * src/news.c: fixed a bug when no article can be fetched after
18398         server timeout if the connection was restored by news_post():
18399         (news_select_group): new function.
18400         (news_fetch_msg): call news_select_group() before fetching
18401         article.
18402         (news_get_uncached_articles): set session->group after successful
18403         GROUP command.
18404
18405 2001-05-03 [hoa]
18406
18407         * src/defs.h
18408         * src/procmsg.[ch]
18409         * src/procheader.c
18410                  changed version of cache, added cc field
18411
18412         * src/prefs_display_headers.c
18413                 the interface was changed
18414
18415         * src/prefs_headers.c
18416                 added cancel button
18417
18418 2001-05-03 [alfons]
18419
18420         * completed sync of sylpheed cvs2
18421         * src/gtkstext.c: updated row up / down cursor navigation
18422         * src/textview.c: re-edited, prepared for fixing the email address
18423                 scanner.
18424
18425 2001-05-03 [darko]
18426
18427         * src/prefs_common.c: use alfons' strftime ui code
18428         entry_datefmt and datefmt_sample widgets have to be
18429         global in this module because of this change
18430
18431 2001-05-03 [hoa]
18432
18433         * src/messageview.c
18434         * src/prefs_common.[ch] added option to activate the return receipt
18435                 feature.
18436
18437 2001-05-02 [alfons]
18438
18439         * src/gtkstext.c: fix for row up/down cursor navigation. 
18440
18441         0.4.66claws2
18442         
18443         * sync with 0.4.66cvs2
18444
18445 2001-05-02 [paul]
18446
18447         added add-sender-to-addressbook patch
18448
18449         * src/addressbook.c
18450         * src/addressbook.h
18451         * src/summaryview.c
18452
18453 2001-05-02 [sergey]
18454
18455         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
18456         G_ALERTDISABLE.
18457
18458         * src/alertpanel.c (alertpanel_create): new argument can_disable,
18459         all existing callers changed to pass FALSE; create a check button
18460         to disable the message.
18461         (alertpanel_message_with_disable): new function.
18462         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
18463         (alertpanel_button_toggled): new function.
18464         (alertpanel_button_clicked, alertpanel_close): set value using
18465         G_ALERT_VALUE_MASK.
18466
18467         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
18468
18469         * src/prefs_common.c (prefs_privacy_create): new check button
18470         checkbtn_gpgme_warning.
18471
18472         * src/main.c (main): moved preferences reading before gpgme
18473         initialization; check prefs_common.gpgme_warning before giving the
18474         GnuPG warning and set it to FALSE if the user wants to disable the
18475         warning.
18476
18477 2001-05-02 [hiroyuki]
18478
18479         * src/prefs_display_headers.c: modified the layout and some labels.
18480
18481 2001-05-02 [sergey]
18482
18483         * src/prefs_account.c (prefs_account_fix_size): new function.
18484         (prefs_account_create): call prefs_account_fix_size(); use
18485         gtk_widget_show instead of gtk_widget_show_all (fixes too large
18486         size when the window is shown for the first time).
18487         (prefs_account_basic_create): changed layout of serv_table; moved
18488         localmbox_entry above smtpserv_entry (logically it replaces
18489         POP3/IMAP server).
18490         (prefs_account_protocol_activated): set sensitivity of
18491         nntpauth_chkbtn according to the protocol (in addition to
18492         hide/show); commented out gtk_table_set_row_spacing() calls.
18493         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
18494         not sensitive (fixes a bug with disabled username/password boxes
18495         when editing POP3 account after NNTP with authentication).
18496
18497 2001-05-02 [hoa]
18498
18499         * src/account.c
18500         * src/inc.c
18501         * src/prefs_account.[ch]
18502         * src/send.c
18503                 removed local account without SMTP server
18504                 added option to use mail command instead of a connexion
18505                 to SMTP server when a local account is used
18506         * src/prefs_headers.c
18507                 fixed a bug
18508         * src/news.c
18509                 fixed a bug when connexion immediately closed
18510
18511 2001-05-01 [alfons]
18512
18513         0.4.66claws1
18514         
18515         * sync with 0.4.65
18516
18517 2001-05-01 [sergey]
18518
18519         * src/prefs_account.c (Basic, prefs_account_basic_create): new
18520         widget nntpauth_chkbtn.
18521         (prefs_account_protocol_activated): handle nntpauth_chkbtn
18522         visibility.
18523         (prefs_account_nntpauth_toggled): new function.
18524
18525         * src/news.c (news_session_new_for_folder): use NNTP
18526         authentication only if ac->use_nntp_auth is set.
18527
18528 2001-05-01 [hoa]
18529
18530         * src/Makefile.am changed headers.[ch] in customheader.[ch]
18531         * src/prefs_display_headers.c changed the UI
18532         * src/prefs_headers.c changed account_name to account_id
18533         * src/compose.c using customheader.h
18534
18535 2001-05-01 [hiroyuki]
18536
18537         * src/esmtp.c
18538           src/news.c
18539           src/nntp.c: changed sock_read() to sock_gets(), they've been left
18540           unsynched.
18541
18542 2001-05-01 [hoa]
18543
18544         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
18545         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
18546                 for displaying of headers
18547         * src/grouplist_dialog.[ch] minor changes to remove warnings
18548         * src/prefs_display_headers.[ch] dialog to choose the
18549         headers to display in the mail viewer.
18550         * src/headers.h correction of #define
18551         * src/headers_display.[ch] configuration for displaying of headers.
18552         * src/main.c read config of displaying of headers
18553         * src/prefs_common.c add a button to access the config dialog
18554                 for displaying of headers
18555         * src/prefs_display_headers.[ch] dialog for configuration for
18556                 displaying of the headers.
18557         * src/prefs_headers.c cleaning of code
18558         * src/procheader.c comments added to code
18559         * src/textview.c changes to reorder the headers depending
18560                 on the config for displaying of headers
18561
18562 2001-04-30 [alfons]
18563
18564         0.4.65claws7
18565
18566         * sync with 0.4.65cvs12
18567
18568         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
18569
18570 2001-04-30 [sergey]
18571
18572         * src/nntp.h (NNTPSockInfo): new field auth_failed.
18573
18574         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
18575         is set to force reconnection after authentication failure.
18576         (nntp_gen_command): set sock->auth_failed on authentication
18577         failure, or if sock->userid and sock->passwd are not set.
18578
18579         * src/news.c (news_session_new_for_folder): set userid=NULL if
18580         password dialog is cancelled.
18581
18582 2001-04-30 [sergey]
18583
18584         * src/nntp.h (NNTPSockInfo): new type.
18585
18586         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
18587         SockInfo.
18588         (nntp_open_auth, nntp_close): new functions.
18589         (nntp_gen_command): new function to handle authentication; all
18590         NNTP command functions updated to use it.
18591         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
18592         (nntp_list): removed old useless code.
18593
18594         * src/news.h (NNTPSession): new field nntp_sock.
18595
18596         * src/news.c: all functions updated to use NNTPSockInfo instead of
18597         SockInfo.
18598         (news_session_new): new arguments (userid, passwd); made static;
18599         use nntp_open_auth() if needed.
18600         (news_session_destroy): use nntp_close() instead of sock_close().
18601         (news_query_password): changed arguments.
18602         (news_session_new_for_folder): new function.
18603         (news_session_get): use news_session_new_for_folder().
18604         (news_authenticate): deleted.
18605         (news_get_uncached_articles): removed old authentication code.
18606
18607 2001-04-30 [sergey]
18608
18609         * src/news.c: reverted my previous changes (need to do NNTP
18610         authentication in a cleaner way).
18611         
18612 2001-04-29 [sergey]
18613
18614         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
18615         news_nntp_post, news_nntp_mode): new functions (wrappers with
18616         authentication support).
18617         (news_get_article_cmd, news_get_article, news_get_header): new
18618         argument "folder"; all callers changed.
18619         (news_get_article_cmd): added authentication support.
18620         (news_session_get): use news_nntp_mode() instead of nntp_mode().
18621         (news_post): use news_nntp_post() instead of nntp_post().
18622         (news_get_uncached_articles): use news_nntp_group() instead of
18623         nntp_group() and news_nntp_xover() instead of nntp_xover();
18624         removed old authentication code.
18625         (news_get_group_list): use news_nntp_list() instead of nntp_list().
18626
18627         * src/nntp.c (nntp_list): return real error code instead of
18628         hardcoded NN_ERROR.
18629
18630 2001-04-29 [sergey]
18631
18632         * configure.in: fixed wint_t typedef detection again
18633
18634 2001-04-28 [hoa]
18635
18636         * src/prefs_account.[ch], added A_LOCAL_CMD
18637                 (send mail with mail command)
18638         * src/send.c added function send_message_with_command()
18639         * src/inc.c made a more secure get_spool() function with
18640                 mktemp() but maybe mkstemp() or something more
18641                 secure can be used.
18642
18643 2001-04-28 [alfons]
18644
18645         * src/textview.c, colorization of email addresses in headers
18646
18647         0.4.65claws6
18648
18649         * bug sync with sylpheed
18650         * prefs_common.c: created date format ui for darko
18651         * sync with 0.4.65cvs11
18652         * configure.in: corrected to have the new gpg checks
18653
18654 2001-04-27 [alfons]
18655
18656         * completed sync with 0.4.65cvs10
18657         * minor debug things added to gtkstext.c
18658
18659 2001-04-27 [darko]
18660
18661         * configure.in: remove check for availability of
18662           strftime() as advised by Hiroyuki
18663         * src/prefs_common.[ch], src/procheader.c:
18664           synch strftime() code with Hiroyki's main branch
18665
18666 2001-04-26 [sergey]
18667
18668         * src/news.c: news_query_password(), news_authenticate(): new
18669           functions.
18670           news_get_uncached_articles(): added NNTP authentication
18671           handling.
18672         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
18673           new functions.
18674         * src/prefs_account.c: prefs_account_protocol_activated():
18675           enable userid and password fields for NNTP.
18676
18677 2001-04-26
18678
18679         * configure.in: check for availability of strftime()
18680           [darko]
18681         * src/prefs_common.[ch], src/procheader.c: use
18682           strftime() for displaying date in summary pane if it
18683           is available
18684
18685 2001-04-25
18686
18687         * more .cvsignore cleanups [alfons]
18688
18689 2001-04-25
18690
18691         * ac/sv-check-type.m4: new autoconf macro.
18692         * configure.in: fixed wint_t typedef detection (did not work
18693           with gcc-2.96).
18694
18695 2001-04-25
18696
18697         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
18698           [hiroyuki]
18699
18700 2001-04-24
18701         * modified gtkstext.c : buggy cursor navigation fixed, 
18702           and font descent also taken in account when drawing
18703           cursor. [alfons]
18704
18705 2001-04-24 [hoa]
18706         * added comments in src/news.c src/nntp.c
18707         * added src/prefs_headers.[ch]
18708         * added src/headers.[ch]
18709         * modified compose.c to activate custom headers
18710                 added function is_in_custom_headers
18711         * modified prefs_account.[ch]
18712                 added function prefs_account_customhdr_edit
18713         * modified src/defs.h :
18714                 added HEADERS_RC : name of the config file
18715                 for the custom headers
18716
18717 2001-04-24
18718
18719     0.4.65claws5
18720
18721         * configure.in
18722           src/gtkstext.[ch]
18723           src/compose.c
18724           src/Makefile.am
18725           
18726           added gtkstext with configure.in patch by Hiroyuki which
18727           should fix the XIM detection [alfons]
18728
18729         * more clean up of cvs [alfons]
18730
18731                  * removed all Makefile.in files to attic.
18732
18733                  * updated all .cvsignores to really ignore things that could
18734                    be unintentionally committed by a recursive commit.
18735
18736 2001-04-23 [hoa]
18737         * added src/grouplist_dialog.[ch]
18738         * changed src/folderview.c to call grouplist_dialog instead
18739                 of inputdialog
18740         * src/news.c :
18741                 added functions news_reset_group_list
18742                 and news_get_group_list
18743         * src/nntp.c :
18744                 added function nntp_list
18745         * src/defs.h :
18746                 added GROUPLIST_FILE : name of the newsgroup list cache file
18747
18748 2001-04-21
18749
18750         * added option to warn about queued messages on exit [sergey]:
18751
18752           * src/compose.c: compose_queue(): call folder_item_scan()
18753             and folderview_update_item() after queueing.
18754           * src/folderview.c: folderview_update_node(): draw the queue
18755             folder in bold font if there are queued messages.
18756           * src/mainwindow.c: queued_messages(): new function.
18757             app_exit_cb(): display warning if there are queued messages
18758             if warn_queued_on_exit is set.
18759           * prefs_common.[ch]: add warn_queued_on_exit option.
18760
18761         * enhanced GnuPG key selection support [sergey]:
18762
18763           * src/select-keys.c: updated to newer version from Win32
18764             branch with support for selecting arbitrary keys.
18765           * src/prefs_account.c: added the Privacy tab to the account
18766             options window.
18767             prefs_account_privacy_create(),
18768             prefs_account_sign_key_set_data_from_radiobtn(),
18769             prefs_account_sign_key_set_radiobtn(): new functions.
18770           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
18771           * src/rfc2015.c: set_signers(): new function.
18772             pgp_sign(): add the account parameter, call set_signers().
18773             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
18774           * src/rfc2015.h: rfc2015_sign(): updated prototype.
18775           * src/compose.c: pass the current account to rfc2015_sign().
18776
18777         * tag name claws added to prevent confusion with main branch [alfons]
18778
18779         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
18780
18781         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
18782
18783         * sync with recent sylpheed cvs. Untested though. [alfons]
18784